.portfolio-page,
.property-page {
  color: var(--deep);
  background: var(--mist);
}

html:has(body.portfolio-page) {
  scroll-padding-top: 0;
}

.portfolio-page main,
.property-page main {
  min-width: 0;
}

.portfolio-page .site-header,
.property-page .site-header {
  position: absolute;
}

.responsive-picture {
  display: block;
  width: 100%;
}

.responsive-picture img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.portfolio-intro {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: clamp(48px, 10vw, 180px);
  align-items: end;
  padding: clamp(190px, 22vh, 300px) max(var(--pad), 88px) clamp(72px, 9vw, 138px) var(--pad);
  color: var(--white);
  background: var(--deep);
}

.portfolio-intro .eyebrow {
  margin-bottom: 26px;
  color: var(--sky);
}

.portfolio-intro h1 {
  max-width: none;
  font-size: clamp(64px, 7vw, 136px);
  white-space: nowrap;
}

.portfolio-intro__aside {
  max-width: 430px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.portfolio-intro__aside p {
  margin: clamp(58px, 12vh, 132px) 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.58;
}

.portfolio-intro__count {
  font-family: "Ubuntu Sans Capecchi", sans-serif;
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.portfolio-rail {
  position: fixed;
  z-index: 24;
  top: 50%;
  right: 16px;
  max-height: calc(100svh - 32px);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 7px;
  scroll-padding-block: 7px;
  scrollbar-width: thin;
  color: var(--white);
  mix-blend-mode: difference;
  transform: translateY(-50%);
}

.portfolio-rail a {
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-family: "Ubuntu Sans Capecchi", sans-serif;
  font-size: 9px;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  letter-spacing: 0.13em;
}

.portfolio-rail a::after {
  content: "";
  width: 13px;
  height: 1px;
  background: currentColor;
  transition: width 220ms ease;
}

.portfolio-rail a:hover::after,
.portfolio-rail a:focus-visible::after,
.portfolio-rail a.active::after {
  width: 30px;
}

.portfolio-sequence {
  background: var(--mist);
}

.portfolio-chapter {
  position: relative;
  min-width: 0;
}

.portfolio-chapter > a {
  min-height: 100svh;
  display: block;
}

.portfolio-chapter > a:focus-visible {
  outline-color: var(--white);
  outline-offset: -8px;
}

.portfolio-chapter__inner {
  min-height: 100svh;
  margin: 0;
}

.portfolio-chapter__media,
.portfolio-chapter__media .responsive-picture,
.portfolio-chapter__media img {
  width: 100%;
  height: 100%;
}

.portfolio-chapter__media img {
  object-fit: cover;
}

.portfolio-chapter__copy {
  min-width: 0;
}

.portfolio-chapter__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  font-family: "Ubuntu Sans Capecchi", sans-serif;
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portfolio-chapter__meta span + span::before {
  content: "·";
  margin-right: 26px;
  opacity: 0.62;
}

.portfolio-chapter h2 {
  max-width: 1180px;
  font-size: clamp(56px, 6.5vw, 112px);
  text-wrap: wrap;
  overflow-wrap: normal;
  hyphens: none;
}

.portfolio-chapter__address {
  margin: 22px 0 0;
  font-family: "Ubuntu Sans Capecchi", sans-serif;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.portfolio-chapter__teaser {
  max-width: 540px;
  margin: 34px 0 0;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.58;
}

.portfolio-chapter__action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 36px;
  padding: 7px 0;
  border-bottom: 1px solid currentColor;
  font-family: "Ubuntu Sans Capecchi", sans-serif;
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.portfolio-chapter__action span {
  transition: transform 220ms ease;
}

.portfolio-chapter > a:hover .portfolio-chapter__action span,
.portfolio-chapter > a:focus-visible .portfolio-chapter__action span {
  transform: translateX(5px);
}

.portfolio-chapter--full {
  color: var(--white);
  background: var(--deep);
}

.portfolio-chapter--full .portfolio-chapter__inner {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.portfolio-chapter--full .portfolio-chapter__media {
  position: absolute;
  inset: 0;
}

.portfolio-chapter--full .portfolio-chapter__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 28, 44, 0.08) 20%, rgba(8, 28, 44, 0.78) 100%),
    linear-gradient(90deg, rgba(8, 28, 44, 0.46), transparent 72%);
  pointer-events: none;
}

.portfolio-chapter--full .portfolio-chapter__copy {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(44px, 9vw, 150px);
  align-items: end;
  padding: clamp(120px, 17vh, 230px) max(var(--pad), 88px) clamp(62px, 8vw, 120px) var(--pad);
}

.portfolio-chapter--full .portfolio-chapter__meta {
  align-self: start;
}

.portfolio-chapter--full .portfolio-chapter__copy > div:last-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(44px, 9vw, 150px);
  align-items: end;
}

.portfolio-chapter--full h2 {
  grid-row: 1 / span 4;
}

.portfolio-chapter--full .portfolio-chapter__address,
.portfolio-chapter--full .portfolio-chapter__teaser,
.portfolio-chapter--full .portfolio-chapter__action {
  grid-column: 2;
}

.portfolio-chapter--full .portfolio-chapter__address {
  margin-top: 0;
}

.portfolio-chapter--inset {
  color: var(--deep);
  background: var(--sky);
}

.portfolio-chapter--inset:nth-child(4n) {
  background: var(--mist);
}

.portfolio-chapter--inset:nth-child(6n) {
  color: var(--white);
  background: var(--lake);
}

.portfolio-chapter--inset .portfolio-chapter__inner {
  display: grid;
  grid-template-columns: minmax(0, 66%) minmax(280px, 34%);
  gap: 0;
  align-items: center;
  padding: clamp(74px, 8vw, 136px) max(var(--pad), 84px) clamp(74px, 8vw, 136px) var(--pad);
}

.portfolio-chapter--inset .portfolio-chapter__media {
  height: min(78svh, 1040px);
  min-height: 580px;
}

.portfolio-chapter--inset .portfolio-chapter__copy {
  min-height: min(70svh, 880px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(32px, 5vw, 88px) 0 clamp(20px, 3vw, 52px) clamp(34px, 5vw, 90px);
}

.portfolio-chapter--inset h2 {
  font-size: clamp(48px, 4.6vw, 92px);
}

.portfolio-chapter--reverse .portfolio-chapter__inner {
  grid-template-columns: minmax(280px, 34%) minmax(0, 66%);
  padding-right: var(--pad);
  padding-left: max(var(--pad), 84px);
}

.portfolio-chapter--reverse .portfolio-chapter__media {
  grid-column: 2;
}

.portfolio-chapter--reverse .portfolio-chapter__copy {
  grid-row: 1;
  grid-column: 1;
  padding-right: clamp(34px, 5vw, 90px);
  padding-left: 0;
}

.property-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  background: var(--deep);
}

.property-hero__media,
.property-hero__media::after {
  position: absolute;
  inset: 0;
}

.property-hero__media .responsive-picture,
.property-hero__media img {
  width: 100%;
  height: 100%;
}

.property-hero__media img {
  object-fit: cover;
}

.property-hero__media::after {
  content: "";
  background:
    linear-gradient(180deg, rgba(8, 28, 44, 0.52), rgba(8, 28, 44, 0.04) 34%, rgba(8, 28, 44, 0.72)),
    linear-gradient(90deg, rgba(8, 28, 44, 0.5), transparent 76%);
  pointer-events: none;
}

.property-breadcrumb {
  position: absolute;
  z-index: 2;
  top: calc(var(--header-height) + 26px);
  left: var(--pad);
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Ubuntu Sans Capecchi", sans-serif;
  font-size: 10px;
  font-weight: 630;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.property-breadcrumb a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.property-hero__copy {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 190px max(var(--pad), 88px) clamp(64px, 8vw, 120px) var(--pad);
}

.property-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-bottom: 28px;
  color: var(--sky);
  font-family: "Ubuntu Sans Capecchi", sans-serif;
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.property-hero h1 {
  max-width: 1500px;
  font-size: clamp(62px, 10vw, 172px);
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.property-hero__copy > p {
  margin: 34px 0 0;
  font-family: "Ubuntu Sans Capecchi", sans-serif;
  font-size: 11px;
  font-weight: 620;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.property-introduction {
  min-height: 92svh;
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: clamp(58px, 11vw, 190px);
  align-items: start;
  padding: clamp(110px, 14vw, 220px) max(var(--pad), 88px) clamp(110px, 14vw, 220px) var(--pad);
  background: var(--mist);
}

.property-introduction .eyebrow {
  margin-bottom: 30px;
  color: var(--lake);
}

.property-introduction h2 {
  max-width: 650px;
  font-size: clamp(48px, 5.7vw, 94px);
  line-height: 0.94;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.property-introduction__text {
  max-width: 780px;
  padding-top: clamp(68px, 10vw, 154px);
}

.property-introduction__text p {
  margin-bottom: 1.45em;
  font-size: clamp(19px, 1.55vw, 25px);
  line-height: 1.58;
}

.property-introduction__text p:last-child {
  margin-bottom: 0;
}

.property-special {
  position: relative;
  min-height: 94svh;
  margin: 0;
  color: var(--white);
  background: var(--lake);
}

.property-special .responsive-picture,
.property-special img {
  width: 100%;
  height: 94svh;
}

.property-special img {
  object-fit: cover;
}

.property-special figcaption {
  position: absolute;
  right: var(--pad);
  bottom: 28px;
  padding: 10px 12px;
  color: var(--deep);
  background: rgba(238, 243, 246, 0.92);
  font-family: "Ubuntu Sans Capecchi", sans-serif;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.property-gallery {
  padding: clamp(74px, 9vw, 150px) 0;
  background: var(--white);
}

.property-gallery__item {
  margin: 0;
  padding: clamp(42px, 6vw, 104px) 0;
}

.property-gallery__item img {
  height: auto;
}

.property-gallery__item--wide {
  width: 100%;
}

.property-gallery__item--offset {
  width: min(72%, 1380px);
  margin-left: var(--pad);
}

.property-gallery__item--narrow {
  width: min(48%, 840px);
  margin-right: max(var(--pad), 9vw);
  margin-left: auto;
}

.property-gallery figcaption {
  max-width: 700px;
  margin: 14px var(--pad) 0;
  color: rgba(16, 47, 73, 0.72);
  font-family: "Ubuntu Sans Capecchi", sans-serif;
  font-size: 10px;
  font-weight: 610;
  line-height: 1.55;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.property-lightbox-trigger {
  width: 100%;
  display: block;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: zoom-in;
  text-align: inherit;
}

.property-lightbox-trigger .responsive-picture {
  overflow: hidden;
}

.property-lightbox-trigger img {
  transition: transform 220ms ease;
}

.property-lightbox-trigger:hover img,
.property-lightbox-trigger:focus-visible img {
  transform: scale(1.012);
}

.property-lightbox-trigger:focus-visible {
  outline: 2px solid var(--lake);
  outline-offset: 5px;
}

body.property-lightbox-open {
  overflow: hidden;
}

.property-lightbox {
  width: 100vw;
  max-width: none;
  height: 100svh;
  max-height: none;
  margin: 0;
  padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  border: 0;
  color: var(--white);
  background: var(--deep);
}

.property-lightbox::backdrop {
  background: var(--deep);
}

.property-lightbox__frame {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 16px;
}

.property-lightbox__header,
.property-lightbox__footer {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.property-lightbox__title,
.property-lightbox__counter,
.property-lightbox__caption {
  margin: 0;
  font-family: "Ubuntu Sans Capecchi", sans-serif;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.property-lightbox__caption {
  max-width: min(70ch, 70vw);
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.5;
}

.property-lightbox__close,
.property-lightbox__previous,
.property-lightbox__next {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--white);
  background: transparent;
  font-size: 23px;
  line-height: 1;
}

.property-lightbox__close {
  font-size: 30px;
  font-weight: 300;
}

.property-lightbox__close:hover,
.property-lightbox__previous:hover,
.property-lightbox__next:hover,
.property-lightbox__close:focus-visible,
.property-lightbox__previous:focus-visible,
.property-lightbox__next:focus-visible {
  color: var(--deep);
  background: var(--white);
}

.property-lightbox__previous:disabled,
.property-lightbox__next:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.property-lightbox__stage {
  min-height: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: clamp(12px, 3vw, 40px);
  align-items: center;
}

.property-lightbox__image-wrap {
  min-width: 0;
  min-height: 0;
  height: 100%;
  margin: 0;
  display: grid;
  place-items: center;
}

.property-lightbox__image-wrap img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  touch-action: pan-y;
  user-select: none;
}

.property-film {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 136px);
  align-items: end;
  padding: clamp(100px, 12vw, 190px) max(var(--pad), 88px) clamp(100px, 12vw, 190px) var(--pad);
  color: var(--white);
  background: var(--deep);
}

.property-film .eyebrow {
  margin-bottom: 28px;
  color: var(--sky);
}

.property-film h2 {
  max-width: 560px;
  font-size: clamp(48px, 5.8vw, 96px);
  overflow-wrap: anywhere;
}

.property-film video {
  width: 100%;
  height: auto;
  background: #061827;
}

.property-address {
  min-height: 66svh;
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
  gap: clamp(48px, 9vw, 150px);
  align-items: center;
  padding: clamp(88px, 12vw, 180px) max(var(--pad), 88px) clamp(88px, 12vw, 180px) var(--pad);
  background: var(--sky);
}

.property-address h2 {
  max-width: 1000px;
  font-size: clamp(56px, 8vw, 132px);
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.property-address address {
  margin-top: 34px;
  font-family: "Ubuntu Sans Capecchi", sans-serif;
  font-size: clamp(20px, 1.7vw, 28px);
  font-style: normal;
}

.property-navigation {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
  color: var(--white);
  background: var(--deep);
}

.property-navigation__link {
  position: relative;
  min-width: 0;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(50px, 6vw, 96px) var(--pad);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.property-navigation__link:focus-visible {
  outline-offset: -8px;
}

.property-navigation__link .eyebrow {
  color: var(--sky);
}

.property-navigation__name {
  max-width: 720px;
  margin-top: 72px;
  font-family: "Commissioner Capecchi", sans-serif;
  font-size: clamp(40px, 4.4vw, 76px);
  font-style: oblique 3deg;
  font-weight: 500;
  font-variation-settings: "wght" 500, "slnt" -3, "FLAR" 25, "VOLM" 5;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.property-navigation__arrow {
  position: absolute;
  right: var(--pad);
  bottom: clamp(50px, 6vw, 96px);
  font-size: 28px;
  transition: transform 220ms ease;
}

.property-navigation__link--previous .property-navigation__arrow {
  right: auto;
  left: var(--pad);
}

.property-navigation__link--previous {
  padding-left: max(var(--pad), 96px);
}

.property-navigation__link:hover .property-navigation__arrow,
.property-navigation__link:focus-visible .property-navigation__arrow {
  transform: translateX(6px);
}

.property-navigation__link--previous:hover .property-navigation__arrow,
.property-navigation__link--previous:focus-visible .property-navigation__arrow {
  transform: translateX(-6px);
}

@media (max-width: 1040px) {
  .portfolio-intro {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.36fr);
    gap: 44px;
    padding-right: 78px;
  }

  .portfolio-intro h1 {
    font-size: clamp(56px, 7vw, 72px);
  }

  .portfolio-chapter--full .portfolio-chapter__copy,
  .portfolio-chapter--full .portfolio-chapter__copy > div:last-child {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.42fr);
    gap: 46px;
  }

  .portfolio-chapter--full .portfolio-chapter__copy {
    padding-right: 78px;
  }

  .portfolio-chapter--inset .portfolio-chapter__inner {
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
    padding-right: 70px;
  }

  .portfolio-chapter--reverse .portfolio-chapter__inner {
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    padding-left: 70px;
  }

  .portfolio-chapter--inset h2 {
    font-size: clamp(46px, 5.8vw, 66px);
  }

  .property-hero__copy,
  .property-introduction,
  .property-film,
  .property-address {
    padding-right: 78px;
  }

  .property-hero h1 {
    font-size: clamp(56px, 9vw, 102px);
  }

  .property-introduction {
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
    gap: 58px;
  }

  .property-film {
    grid-template-columns: minmax(220px, 0.4fr) minmax(0, 1fr);
    gap: 48px;
  }
}

@media (max-width: 760px) {
  .portfolio-rail { display: none; }

  .property-lightbox__stage {
    position: relative;
    display: block;
  }

  .property-lightbox__image-wrap {
    width: 100%;
  }

  .property-lightbox__previous,
  .property-lightbox__next {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    background: var(--deep);
  }

  .property-lightbox__previous { left: 0; }

  .property-lightbox__next { right: 0; }

  .portfolio-intro {
    min-height: 780px;
    grid-template-columns: minmax(0, 1fr);
    gap: 64px;
    align-content: end;
    padding: 168px var(--pad) 70px;
  }

  .portfolio-intro h1 {
    font-size: clamp(46px, 14vw, 68px);
  }

  .portfolio-intro__aside {
    max-width: none;
  }

  .portfolio-intro__aside p {
    margin-top: 44px;
  }

  .portfolio-chapter > a,
  .portfolio-chapter__inner {
    min-height: 0;
  }

  .portfolio-chapter--full .portfolio-chapter__inner {
    min-height: 760px;
  }

  .portfolio-chapter--full .portfolio-chapter__copy {
    display: block;
    padding: 130px var(--pad) 58px;
  }

  .portfolio-chapter--full .portfolio-chapter__copy > div:last-child {
    display: block;
    margin-top: 128px;
  }

  .portfolio-chapter--full h2,
  .portfolio-chapter--full .portfolio-chapter__address,
  .portfolio-chapter--full .portfolio-chapter__teaser,
  .portfolio-chapter--full .portfolio-chapter__action {
    grid-column: auto;
  }

  .portfolio-chapter--full h2 {
    font-size: clamp(44px, 12vw, 68px);
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .portfolio-chapter--full .portfolio-chapter__address {
    margin-top: 24px;
  }

  .portfolio-chapter--inset .portfolio-chapter__inner,
  .portfolio-chapter--reverse .portfolio-chapter__inner {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .portfolio-chapter--inset .portfolio-chapter__media,
  .portfolio-chapter--reverse .portfolio-chapter__media {
    width: 100%;
    height: 64svh;
    min-height: 430px;
    order: 0;
  }

  .portfolio-chapter--inset .portfolio-chapter__copy,
  .portfolio-chapter--reverse .portfolio-chapter__copy {
    width: 100%;
    min-height: 510px;
    padding: 64px var(--pad) 58px;
    order: 1;
  }

  .portfolio-chapter--inset h2 {
    font-size: clamp(44px, 12vw, 66px);
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .property-hero {
    min-height: 780px;
  }

  .property-breadcrumb {
    top: 122px;
    max-width: calc(100% - (2 * var(--pad)));
    flex-wrap: wrap;
  }

  .property-hero__copy {
    padding: 240px var(--pad) 62px;
  }

  .property-hero h1 {
    font-size: clamp(48px, 14vw, 76px);
  }

  .property-introduction {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 82px;
    padding: 94px var(--pad) 112px;
  }

  .property-introduction h2 {
    font-size: clamp(46px, 13vw, 70px);
    hyphens: auto;
  }

  .property-introduction__text {
    padding-top: 0;
  }

  .property-special {
    min-height: 0;
  }

  .property-special .responsive-picture,
  .property-special img {
    height: auto;
  }

  .property-special figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .property-gallery {
    padding: 54px 0;
  }

  .property-gallery__item,
  .property-gallery__item--wide,
  .property-gallery__item--offset,
  .property-gallery__item--narrow {
    width: 100%;
    margin: 0;
    padding: 34px 0;
  }

  .property-film {
    grid-template-columns: minmax(0, 1fr);
    gap: 64px;
    padding: 92px var(--pad);
  }

  .property-film h2 {
    font-size: clamp(46px, 13vw, 68px);
    hyphens: auto;
  }

  .property-address {
    min-height: 620px;
    grid-template-columns: minmax(0, 1fr);
    gap: 64px;
    align-content: center;
    padding: 92px var(--pad);
  }

  .property-address h2 {
    font-size: clamp(48px, 14vw, 76px);
  }

  .property-navigation {
    grid-template-columns: minmax(0, 1fr);
  }

  .property-navigation__link {
    min-height: 320px;
  }

  .property-navigation__link--previous {
    padding-left: var(--pad);
  }
}

@media (max-width: 480px) {
  .portfolio-intro {
    min-height: 720px;
  }

  .portfolio-intro h1 {
    font-size: clamp(44px, 14vw, 60px);
  }

  .portfolio-chapter__meta {
    gap: 10px 16px;
    font-size: 9px;
  }

  .portfolio-chapter__meta span + span::before {
    margin-right: 16px;
  }

  .portfolio-chapter--full .portfolio-chapter__inner {
    min-height: 700px;
  }

  .portfolio-chapter--inset .portfolio-chapter__media,
  .portfolio-chapter--reverse .portfolio-chapter__media {
    min-height: 390px;
  }

  .portfolio-chapter--inset .portfolio-chapter__copy,
  .portfolio-chapter--reverse .portfolio-chapter__copy {
    min-height: 470px;
  }

  .property-hero {
    min-height: 720px;
  }

  .property-hero__meta {
    gap: 10px 18px;
    font-size: 9px;
  }

  .property-introduction__text p {
    font-size: 18px;
  }

  .property-navigation__link {
    min-height: 280px;
  }

  .property-navigation__name {
    font-size: clamp(38px, 11vw, 54px);
  }
}

@media (max-width: 359px) {
  .property-page { --header-height: 164px; }

  .property-breadcrumb {
    top: calc(var(--header-height) + 12px);
  }

  .property-hero__copy {
    padding-top: calc(var(--header-height) + 126px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .portfolio-rail a::after,
  .portfolio-chapter__action span,
  .property-lightbox-trigger img,
  .property-navigation__arrow {
    transition: none;
  }
}
