@charset "UTF-8";
.page__container {
  padding: 0 20px 0 20px;
  margin: 0 auto;
}

.project-page {
  padding-top: 62px;
  font-size: 0.875rem;
}
.project-page__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.project-page__hero {
  width: 100%;
}
.project-page__hero img {
  width: 100%;
  height: auto;
  display: block;
}
.project-page__info {
  padding-top: 30px;
  padding-bottom: 60px;
}
.project-page__title {
  font-size: 1.875rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.project-page__details {
  display: flex;
  flex-direction: column;
  max-width: 80%;
}
.project-page__detail .detail__label {
  margin-bottom: 4px;
  font-weight: 600;
}
.project-page__detail .detail__value {
  line-height: 1.5;
}
.project-page__map iframe {
  width: 100%;
  height: 450px;
  display: block;
  border: 0;
}
.project-page__section {
  display: grid;
  grid-template-columns: 1fr minmax(0, 900px) 1fr;
}
.project-page__section-label {
  justify-self: end;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 20px;
  font-size: 1.3125rem;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  max-width: 250px;
}
.project-page__section-body {
  padding: 0 20px;
}
.project-page__section-text {
  max-width: 80%;
  padding-bottom: 30px;
}
.project-page__section-text p {
  line-height: 1.3;
  margin-bottom: 8px;
}
.project-page__section-text p:last-child {
  margin-bottom: 0;
}
.project-page__section-text ul {
  padding-left: 20px;
  line-height: 1.7;
  margin-bottom: 8px;
}
.project-page__section-text ul li::before {
  content: "— ";
  padding-right: 10px;
}
.project-page__photos {
  display: grid;
}
.project-page__photo {
  padding-bottom: 30px;
}
.project-page__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.project-page .photo-full {
  grid-template-columns: 1fr;
}
.project-page .photo-double {
  display: flex;
  gap: 30px;
  padding-bottom: 0;
}
.project-page .photo-double .project-page__photo {
  padding: 0;
  min-width: 0;
  padding-bottom: 30px;
}
.project-page .photo-double .project-page__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.project-page .photo-layout-five {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 30px;
}
.project-page .photo-layout-five img {
  width: 100%;
  display: block;
}
.project-page .photo-layout-five .top-left {
  grid-column: 1;
  grid-row: 1/3;
}
.project-page .photo-layout-five .top-right {
  grid-column: 2;
  grid-row: 1/3;
}
.project-page .photo-layout-five .middle-left {
  grid-column: 1;
  grid-row: 3;
  padding-top: 30px;
}
.project-page .photo-layout-five .bottom-left {
  grid-column: 1;
  grid-row: 4;
  align-self: end;
  padding-bottom: 30px;
}
.project-page .photo-layout-five .bottom-right {
  grid-column: 2;
  grid-row: 3/5;
}
.project-page .photo-pair-full {
  display: flex;
  gap: 30px;
  width: 100%;
}
.project-page .photo-pair-full > div {
  flex: 1;
  min-width: 0;
}
.project-page .photo-pair-full img {
  width: 100%;
  height: auto;
  display: block;
}
.project-page__gallery {
  overflow: hidden;
}
.project-page__gallery-swiper {
  overflow: visible !important;
}
.project-page__gallery .swiper-slide {
  width: auto;
  height: 460px;
}
.project-page__gallery .swiper-slide img {
  width: auto;
  height: 100%;
  display: block;
}
.project-page__gallery-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.project-page__gallery-arrow {
  position: static;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 55px;
  background: none;
  border: none;
  cursor: pointer;
}
.project-page__gallery-arrow::after {
  display: none;
}
.project-page__gallery-arrow--prev img {
  transform: scaleX(-1);
}
.project-page__gallery-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-page .pb-30 {
  padding-bottom: 30px;
}
.project-page .pb-60 {
  padding-bottom: 60px;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 200;
  width: 52px;
  height: 52px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid #4b4b4b;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
.scroll-to-top svg {
  width: 42px;
  height: 42px;
  color: #4b4b4b;
  transition: color 0.2s ease;
}
.scroll-to-top:hover {
  border-color: #000;
}
.scroll-to-top:hover svg {
  color: #000;
}
.scroll-to-top--visible {
  opacity: 1;
  visibility: visible;
}

.footer-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1660px;
  margin: 0 auto;
}
.footer-labels .footer-label {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: transparent solid 1px;
}
.footer-labels .footer-label:hover {
  border-bottom: #727272 solid 1px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.footer-labels .footer-label:active {
  border: transparent;
}
.footer-labels .left {
  margin-left: 20px;
}
.footer-labels .right {
  justify-self: end;
  margin-right: 20px;
}/*# sourceMappingURL=project-page-style.css.map */