/*
 * THE MARQ / ARCHITECTURAL DOSSIER
 * A deliberately separate identity from the Atlantis Group corporate website.
 * This file is the final art-direction layer and overrides shared foundations.
 */

:root {
    --color-marq: #4e0909;
    --color-brand: var(--color-marq);
    --color-brand-deep: var(--color-marq);
    --color-brand-soft: #8d2834;
    --color-ink: #111113;
    --color-graphite: #19191c;
    --color-charcoal: #090a0c;
    --color-ivory: #f0eae0;
    --color-paper: #f8f3ea;
    --color-stone: #d2c8bb;
    --color-stone-soft: #e7dfd4;
    --color-taupe: #95877c;
    --color-muted: #625a56;
    --color-champagne: #c8aa83;
    --font-logo-the: "Marq Borgia", "Baskerville", "Iowan Old Style", Georgia, serif;
    --font-logo-marq: "Marq Alethia", "Bodoni 72", Didot, "Bodoni MT", "Times New Roman", serif;
    --font-logo-atlantis: Arial, "Helvetica Neue", sans-serif;
    --font-display: var(--font-logo-marq);
    --font-body: var(--font-logo-atlantis);
    --radius-subtle: 0;
    --tracking-label: 0.2em;
  }

body {
    background:
      linear-gradient(90deg, transparent calc(var(--gutter) - 1px), rgb(23 25 27 / 8%) var(--gutter), transparent calc(var(--gutter) + 1px)),
      var(--color-ivory);
  }

/* The three typographic voices are taken directly from the logo hierarchy. */
body,
p,
a,
button,
input,
select,
textarea,
summary,
label,
li,
dt,
dd,
small {
  font-family: var(--font-logo-atlantis);
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-heading,
.chapter-card strong,
.amenities__hover-list li > strong {
  font-family: var(--font-logo-marq);
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.display-serif,
.footer-wordmark span {
  font-family: var(--font-logo-the);
  font-style: italic;
}

/* The Q Portal: The Marq's signature entry sequence. */
.preloader {
  display: none !important;
}

.marq-portal {
  --portal-progress: 0;
  --portal-scale: 1;
  --portal-radius-x: 6rem;
  --portal-radius-y: 6rem;
  --portal-x: 50vw;
  --portal-y: 50svh;
  --portal-outline-opacity: 1;
  position: relative;
  z-index: 45;
  height: 280svh;
  background: var(--color-marq);
  color: var(--color-ivory);
}

html.portal-locked,
html.portal-locked body { overflow: hidden; overscroll-behavior: none; }

.marq-portal__reveal {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: ellipse(var(--portal-radius-x) var(--portal-radius-y) at var(--portal-x) var(--portal-y));
  pointer-events: none;
  will-change: clip-path;
  animation: marq-portal-content-arrive 1800ms var(--ease-standard) 3200ms both;
}

.marq-portal__reveal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  scale: calc(1.06 - (var(--portal-progress) * 0.06));
  transition: scale 40ms linear;
}

.marq-portal__stage {
  position: sticky;
  top: 0;
  display: grid;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  place-items: center;
  isolation: isolate;
  background: var(--color-marq);
}

.marq-portal__paw-trail {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  opacity: 1;
  pointer-events: none;
}

.marq-portal__paw {
  --paw-flip: 1;
  position: absolute;
  width: clamp(6.5rem, 8.5vw, 10rem);
  height: auto;
  opacity: 0;
  filter: contrast(.94) brightness(1.06);
  mix-blend-mode: normal;
  transform: rotate(var(--paw-rotate)) scaleX(var(--paw-flip));
  transform-origin: center;
  animation: marq-paw-arrive 900ms var(--ease-standard) var(--paw-delay) forwards;
  will-change: opacity;
}

@keyframes marq-paw-arrive {
  from { opacity: 0; }
  to { opacity: .5; }
}

.marq-portal__paw--1 { --paw-delay: 200ms; --paw-rotate: 90deg; top: 41%; left: 8%; }
.marq-portal__paw--2 { --paw-delay: 850ms; --paw-flip: -1; --paw-rotate: 90deg; top: 55%; left: 29%; }
.marq-portal__paw--3 { --paw-delay: 1500ms; --paw-rotate: 90deg; top: 41%; left: 61%; }
.marq-portal__paw--4 { --paw-delay: 2150ms; --paw-flip: -1; --paw-rotate: 90deg; top: 55%; left: 82%; }

.marq-portal__claim {
  position: absolute;
  z-index: 4;
  top: clamp(2rem, 6vh, 5rem);
  left: 50%;
  max-width: none;
  color: var(--color-champagne);
  font-size: var(--text-micro);
  font-weight: 700;
  letter-spacing: 0.25em;
  text-align: center;
  text-transform: uppercase;
  translate: -50% 0;
  opacity: calc(1 - min(1, var(--portal-progress) * 4));
}

.marq-portal__brand {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(72vw, 38rem);
  justify-items: center;
  animation: marq-portal-content-arrive 1800ms var(--ease-standard) 3200ms both;
}

@keyframes marq-portal-content-arrive {
  from { opacity: 0; }
  to { opacity: 1; }
}

.marq-portal__official-logo {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  color: var(--color-ivory);
}

.marq-portal__logo-static {
  fill: currentColor;
  opacity: calc(1 - min(1, var(--portal-progress) * 2.8));
}

.marq-portal__logo-static > path:first-child,
.marq-portal__q-mark > path {
  fill-rule: evenodd;
  stroke: currentColor;
  stroke-width: 0.25;
  stroke-linejoin: round;
}

/* Every glyph shares the approved 600 x 308 coordinate system. The Q is the
   only independently animated path, so no duplicate Q can show behind it. */
.marq-portal__q-lockup {
  transform: scale(var(--portal-scale));
  transform-box: view-box;
  transform-origin: var(--q-origin-x, 539.5px) var(--q-origin-y, 360.5px);
  will-change: transform;
}

.marq-portal__q-mark {
  fill: currentColor;
  opacity: var(--portal-outline-opacity);
}

.marq-portal__q-window {
  fill: transparent;
  stroke: none;
}

.marq-portal__the,
.marq-portal__by {
  position: relative;
  z-index: 4;
  font-size: clamp(0.65rem, 0.8vw, 0.85rem);
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  opacity: calc(1 - min(1, var(--portal-progress) * 3.5));
}

.marq-portal__the {
  margin-bottom: clamp(-0.7rem, -0.7vw, -0.25rem);
  font-family: var(--font-logo-the);
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.marq-portal__by {
  margin-top: clamp(0.75rem, 1.5vw, 1.4rem);
}

.marq-portal__word {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-logo-marq);
  font-size: clamp(6rem, 17vw, 15rem);
  font-weight: 300;
  letter-spacing: 0.17em;
  line-height: 0.72;
}

.marq-portal__word > span:not(.marq-portal__q) {
  display: block;
  opacity: calc(1 - min(1, var(--portal-progress) * 2.8));
  transform: translateX(calc((0.5 - var(--portal-progress)) * 0px));
  transition: opacity 80ms linear;
}

.marq-portal__q {
  position: relative;
  display: block;
  width: 0.78em;
  height: 0.78em;
  margin-left: -0.06em;
  border: 0.065em solid var(--color-ivory);
  border-radius: 50%;
  transform: scale(var(--portal-scale));
  transform-origin: center;
  opacity: var(--portal-outline-opacity);
  will-change: transform;
}

.marq-portal__q::after {
  position: absolute;
  right: -0.12em;
  bottom: -0.09em;
  width: 0.32em;
  height: 0.065em;
  background: var(--color-ivory);
  content: "";
  rotate: 48deg;
  transform-origin: left center;
}

.marq-portal__aperture,
.marq-portal__aperture picture,
.marq-portal__aperture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.marq-portal__aperture {
  overflow: hidden;
  background: var(--color-marq);
  opacity: calc(1 - min(1, var(--portal-progress) * 10));
}

.marq-portal__aperture img {
  object-fit: cover;
  object-position: 50% 52%;
  opacity: calc(0.25 + min(0.75, var(--portal-progress) * 2));
  scale: calc(1.35 - min(0.35, var(--portal-progress) * 0.35));
}

.marq-portal__instruction {
  position: absolute;
  z-index: 4;
  bottom: clamp(2.5rem, 7vh, 5rem);
  left: 50%;
  display: grid;
  justify-items: center;
  gap: var(--space-3);
  color: var(--color-champagne);
  font-size: var(--text-micro);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  translate: -50% 0;
  opacity: calc(1 - min(1, var(--portal-progress) * 4));
}

.marq-portal__instruction i {
  width: 1rem;
  height: 1rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  rotate: 45deg;
}

.marq-portal__skip {
  position: absolute;
  z-index: 5;
  right: var(--space-7);
  bottom: var(--space-6);
  color: rgb(240 234 224 / 62%);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: calc(1 - min(1, var(--portal-progress) * 4));
}

.marq-portal.is-through .marq-portal__brand {
  opacity: 1;
}

.marq-portal.is-reduced {
  height: 100svh;
}

.marq-portal.is-reduced .marq-portal__instruction {
  display: none;
}

/* The dossier layout never depends on reveal state for readability. Motion may
   decorate media, but text and controls remain present at every scroll entry. */
[data-reveal],
[data-reveal="clip"],
[data-reveal="line"] {
  clip-path: none !important;
  opacity: 1 !important;
  transform: none !important;
}

  .display-serif,
  h1 em,
  h2 em {
    font-family: var(--font-logo-the);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.035em;
    text-transform: none;
  }

  .eyebrow {
    display: flex;
    gap: var(--space-3);
    align-items: center;
    font-family: var(--font-body);
    letter-spacing: 0.26em;
  }

  .eyebrow::before {
    width: 1.75rem;
    height: 1px;
    background: currentColor;
    content: "";
  }

  .button {
    min-height: 3.25rem;
    padding-inline: 1.5rem;
    font-family: var(--font-body);
    letter-spacing: 0.18em;
  }

  .button--primary,
  .mobile-actions button {
    background: var(--color-brand);
  }

  .wordmark {
    display: inline-flex;
    width: 4.5rem;
    height: auto;
    align-items: center;
  }

  .panther-mark {
    display: block;
    width: 100%;
    height: auto;
  }

  .panther-mark img {
    display: block;
    width: 100%;
    height: auto;
    filter: none;
    transition: filter var(--duration-base) var(--ease-standard);
  }

  .wordmark__the {
    display: none;
  }

  .wordmark__name {
    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.38em;
  }

  .site-header {
    z-index: 60;
    color: var(--color-ivory);
  }

  .site-header::after {
    position: absolute;
    right: var(--gutter);
    bottom: 0;
    left: var(--gutter);
    height: 1px;
    background: currentColor;
    content: "";
    opacity: 0.22;
  }

  .site-header.is-scrolled {
    background: rgb(238 240 237 / 94%);
    color: var(--color-ink);
    backdrop-filter: blur(18px) saturate(70%);
  }

  .site-header.is-portal {
    background: transparent;
    color: var(--color-ivory);
    backdrop-filter: none;
  }

  .site-header.is-portal .header-preview {
    opacity: 0;
    pointer-events: none;
  }

  .site-header.is-portal .panther-mark img {
    filter: brightness(0) invert(1);
  }

  .site-header.is-portal .header-preview {
    border-color: currentColor;
    color: inherit;
  }

  .header-preview {
    border-color: currentColor;
    color: inherit;
  }

  .site-header.is-scrolled .header-preview {
    border-color: var(--color-brand);
    color: var(--color-brand);
  }

  @media (hover: hover) and (pointer: fine) {
    .header-preview:hover,
    .site-header.is-scrolled .header-preview:hover {
      border-color: var(--color-brand);
      background: var(--color-brand);
      color: var(--color-ivory);
    }
  }

  .menu-dialog {
    width: min(34rem, 100%);
    height: 100svh;
    margin: 0 0 0 auto;
    background: var(--color-paper);
    color: var(--color-ink);
    box-shadow: -3rem 0 8rem rgb(0 0 0 / 24%);
  }

  .menu-dialog::backdrop {
    background: rgb(17 19 21 / 76%);
  }

  .menu-dialog__top {
    width: calc(100% - 3rem);
    border-color: var(--color-stone);
  }

  .menu-dialog__top .eyebrow,
  .menu-dialog__nav li > span {
    color: var(--color-brand);
  }

  .menu-dialog__nav {
    width: calc(100% - 3rem);
  }

  .menu-dialog__nav li {
    grid-template-columns: 2.25rem 1fr;
    border-color: var(--color-stone);
  }

  .menu-dialog__nav a {
    padding-block: 0.9rem;
    font-family: var(--font-logo-atlantis);
    font-size: clamp(1.6rem, 5vh, 2.6rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: uppercase;
  }

  .hero {
    background: var(--color-brand-deep);
    color: var(--color-ivory);
  }

  .hero::before {
    position: absolute;
    z-index: 1;
    inset: 0 58% 0 0;
    background:
      radial-gradient(circle at 12% 18%, rgb(155 48 59 / 34%), transparent 34%),
      repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgb(255 255 255 / 6%) 25%),
      var(--color-brand-deep);
    content: "";
  }

  .hero__media {
    left: 42%;
    width: 58%;
    margin: var(--header-height) 0 var(--space-6);
    height: calc(100% - var(--header-height) - var(--space-6));
    border-left: 1px solid rgb(240 234 224 / 42%);
  }

  .hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate3d(var(--depth-x, 0), var(--depth-y, 0), 0) scale(1.065);
    transition: transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
    will-change: transform;
  }

  .hero.is-depth-active .hero__media img {
    transition-duration: 120ms;
  }

  .hero__veil {
    left: 42%;
    width: 58%;
    margin-top: var(--header-height);
    height: calc(100% - var(--header-height) - var(--space-6));
    background: linear-gradient(90deg, rgb(48 7 13 / 48%), transparent 45%);
  }

  .hero__content {
    z-index: 2;
    grid-template-rows: auto 1fr auto;
  }

  .hero__eyebrow {
    max-width: 30%;
    padding-top: var(--space-4);
    color: var(--color-champagne);
  }

  .hero h1 {
    max-width: 7.2ch;
    font-family: var(--font-display);
    font-size: clamp(4.1rem, 7.8vw, 8.5rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.8;
    text-shadow: none;
    text-transform: none;
  }

  .hero h1 em {
    display: inline;
    color: var(--color-champagne);
  }

  .hero__footer {
    margin-left: 46%;
    border-color: rgb(255 255 255 / 55%);
    color: var(--color-white);
  }

  .hero__footer .button--outline {
    border-color: var(--color-white);
  }

  .hero__scroll {
    display: none;
  }

  .proposition {
    min-height: 82svh;
    background: radial-gradient(circle at 86% 28%, rgb(100 18 29 / 9%), transparent 23%), var(--color-paper);
  }

  .proposition__title,
  .architecture__intro h2,
  .residences__copy h2,
  .amenities__intro h2,
  .clubhouse__copy h2,
  .plans .section-heading h2,
  .floor-plans .section-heading h2,
  .consultants__head h2,
  .atlantis h2,
  .gallery__head h2,
  .brochure h2,
  .faq__layout .section-heading h2,
  .contact__layout .section-heading h2 {
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 0.9;
    text-transform: none;
  }

  .architecture,
  .floor-plans,
  .amenities,
  .brochure {
    background: var(--color-marq);
  }

  .architecture {
    display: grid;
    grid-template-columns: minmax(20rem, 0.38fr) minmax(0, 0.62fr);
    padding: var(--gutter);
    gap: var(--gutter);
  }

  .architecture__intro {
    display: flex;
    width: auto;
    margin: 0;
    padding-block: var(--space-7);
    flex-direction: column;
    align-items: flex-start;
  }

  .architecture__intro h2,
  .architecture__intro .content-placeholder,
  .architecture__intro .eyebrow {
    grid-column: auto;
  }

  .architecture__intro h2 {
    margin-top: auto;
    color: var(--color-ivory);
  }

  .architecture__frame {
    width: 100%;
    min-height: 78svh;
    border: 1px solid rgb(238 240 237 / 42%);
  }

  .architecture > .source-note {
    grid-column: 2;
    width: 100%;
    margin: calc(-1 * var(--space-6)) 0 0;
  }

  .residences {
    background: linear-gradient(135deg, var(--color-paper), #e6d7ca);
  }

  .residences .split {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .residences__media {
    border: 1px solid var(--color-ink);
    padding: var(--space-3);
    background: transparent;
  }

  .arrival,
  .location__visual,
  .closing {
    min-height: auto;
    margin: var(--gutter);
    border: 1px solid var(--color-ink);
  }

  .arrival {
    min-height: 78svh;
    background: var(--color-marq);
  }
  .arrival__content { min-height: 78svh; }
  .arrival__veil { background: linear-gradient(90deg, rgb(74 6 15 / 88%), rgb(74 6 15 / 30%) 58%, transparent); }
  .arrival__number { font-family: var(--font-display); font-style: normal; font-weight: 400; }
  .arrival__content h2 { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.06em; text-transform: none; }

  .amenities {
    background: radial-gradient(circle at 20% 20%, rgb(160 46 58 / 24%), transparent 28%), var(--color-brand-deep);
  }

  .amenities__sequence li {
    min-height: 20svh;
    border-color: rgb(238 240 237 / 25%);
  }

  .plans {
    background:
      linear-gradient(90deg, transparent calc(50% - .5px), rgb(23 25 27 / 9%) 50%, transparent calc(50% + .5px)),
      var(--color-stone-soft);
  }

  .plan-placeholder {
    border-color: var(--color-ink);
    background: repeating-linear-gradient(0deg, transparent 0 3rem, rgb(23 25 27 / 5%) calc(3rem + 1px));
  }

  .consultant {
    grid-template-columns: 4rem minmax(15rem, 0.75fr) minmax(14rem, 1.25fr);
    border-color: var(--color-ink);
  }

  .consultant h3 {
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: -0.04em;
    text-transform: none;
  }

  .location__visual {
    min-height: 82svh;
  }

  .location__content {
    min-height: 82svh;
  }

  .location__content h2,
  .closing h2 {
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 0.82;
    text-transform: none;
  }

  .atlantis {
    background:
      repeating-linear-gradient(90deg, transparent 0, transparent calc(20% - 1px), rgb(255 255 255 / 7%) 20%),
      var(--color-brand-deep);
  }

  .gallery__grid {
    gap: var(--space-5);
  }

  .gallery {
    background: var(--color-paper);
  }

  .gallery-item,
  .gallery-item--wide,
  .gallery-item--portrait {
    grid-column: span 6;
    margin: 0;
  }

  .gallery-item img,
  .gallery-item--portrait img {
    aspect-ratio: 16 / 10;
    padding: var(--space-2);
    border: 1px solid var(--color-ink);
  }

  .gallery-item:nth-child(2) img {
    filter: sepia(.18) saturate(.78) contrast(1.05);
  }

  .gallery-item:nth-child(3) {
    padding: var(--space-5);
    background: var(--color-brand-deep);
    color: var(--color-ivory);
  }

  .gallery-item:nth-child(3) span {
    color: var(--color-champagne);
  }

  .faq details {
    border-color: var(--color-ink);
  }

  .closing {
    min-height: 82svh;
  }

  .closing__content {
    min-height: 82svh;
  }

  .closing__veil {
    background: linear-gradient(90deg, rgb(48 7 13 / 88%), rgb(48 7 13 / 22%) 68%, transparent);
  }

  .footer-wordmark span {
    display: none;
  }

  .footer-wordmark strong {
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: 0.3em;
  }

  @media (max-width: 64rem) {
    .architecture {
      display: block;
      padding: var(--space-9) var(--gutter);
    }

    .architecture__intro {
      margin-bottom: var(--space-7);
      padding: 0;
    }

    .architecture__intro h2 {
      margin-top: var(--space-6);
    }

    .architecture > .source-note {
      width: auto;
      margin: var(--space-4) 0 0;
    }
  }

  @media (max-width: 48rem) {
    body {
      background: var(--color-ivory);
    }

    .site-header {
      color: var(--color-white);
    }

    .marq-portal {
      height: 230svh;
    }

    .marq-portal__claim {
      top: calc(var(--header-height) + var(--space-5));
      width: calc(100% - 3rem);
      line-height: 1.6;
    }

    .marq-portal__paw {
      --paw-rotate: 0deg;
      width: clamp(5.25rem, 22vw, 7rem);
    }

    .marq-portal__paw--1 { top: 80%; left: 16%; }
    .marq-portal__paw--2 { top: 62%; left: 55%; }
    .marq-portal__paw--3 { top: 34%; right: auto; left: 16%; }
    .marq-portal__paw--4 { top: 16%; right: auto; left: 55%; }

    .marq-portal__brand {
      width: min(86vw, 30rem);
    }

    .marq-portal__word {
      font-size: clamp(4.5rem, 24vw, 7rem);
      letter-spacing: 0.08em;
    }

    .marq-portal__skip {
      right: 50%;
      bottom: var(--space-4);
      translate: 50% 0;
      white-space: nowrap;
    }

    .marq-portal__instruction {
      bottom: var(--space-8);
    }

    .site-header.is-scrolled {
      color: var(--color-ink);
    }

    .hero {
      background: var(--color-marq);
      color: var(--color-white);
    }

    .hero::before {
      display: none;
    }

    .hero__media,
    .hero__veil {
      left: 0;
      width: 100%;
      margin: 0;
      height: 58%;
      border: 0;
    }

    .hero__veil {
      background: linear-gradient(0deg, var(--color-brand-deep), transparent 65%);
    }

    .hero__content {
      padding-top: calc(var(--header-height) + var(--space-5));
    }

    .hero__eyebrow {
      max-width: none;
      color: var(--color-white);
    }

    .hero h1 {
      max-width: 7ch;
      padding-top: 42svh;
      align-self: start;
      font-size: clamp(3.25rem, 15vw, 5rem);
      line-height: 0.82;
    }

    .hero__footer {
      margin-left: 0;
      border-color: rgb(255 255 255 / 35%);
    }

    .menu-dialog,
    .menu-dialog__top,
    .menu-dialog__nav {
      width: 100%;
    }

    .menu-dialog__top,
    .menu-dialog__nav {
      width: calc(100% - 2.5rem);
    }

    .architecture__frame {
      min-height: 48svh;
    }

    .arrival,
    .location__visual,
    .closing {
      margin: var(--space-4);
    }

    .arrival,
    .arrival__content,
    .location__visual,
    .location__content,
    .closing,
    .closing__content {
      min-height: 78svh;
    }

    .gallery-item--portrait {
      width: 100%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .marq-portal__reveal,
    .marq-portal__brand {
      animation: none;
      opacity: 1;
    }

    .marq-portal__paw-trail {
      opacity: .7;
    }

    .marq-portal__paw {
      animation: none;
      opacity: .42;
      transform: rotate(var(--paw-rotate)) scaleX(var(--paw-flip));
    }
  }

/* Image-reserve direction: editorial compositions replace additional renders. */
.hero--editorial::before { inset: 0; }

.hero__graphic {
  --panther-light-x: 42%;
  --panther-light-y: 28%;
  position: absolute;
  inset: var(--header-height) var(--space-6) var(--space-6) 42%;
  display: flex;
  padding: var(--space-6);
  border: 1px solid rgb(240 234 224 / 35%);
  flex-direction: column;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--panther-light-x) var(--panther-light-y), rgb(150 55 67 / 38%), transparent 34%),
    repeating-radial-gradient(ellipse at 30% 40%, rgb(255 255 255 / 2.8%) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(97deg, transparent 0 5px, rgb(0 0 0 / 3%) 6px 7px),
    var(--color-marq);
  color: var(--color-ivory);
}

.hero__graphic::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 15%, rgb(255 255 255 / 5%) 42%, transparent 66%);
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.hero__graphic span,
.hero__graphic small { position: relative; z-index: 1; font-size: var(--text-micro); letter-spacing: var(--tracking-wide); text-transform: uppercase; }
.hero__graphic strong { position: relative; z-index: 1; margin: auto 0; font-family: var(--font-display); font-size: clamp(6rem, 15vw, 17rem); font-weight: 800; letter-spacing: -.08em; line-height: .68; translate: -.07em 0; }
.hero__graphic small { align-self: flex-end; }
.hero--editorial .hero__footer { margin-left: 46%; }

.residences__folio {
  position: relative;
  display: grid;
  min-height: 72svh;
  padding: clamp(1.5rem, 3vw, 3rem);
  border: 1px solid var(--color-ink);
  overflow: hidden;
  grid-template-rows: auto 1fr;
  background:
    linear-gradient(90deg, transparent calc(50% - .5px), rgb(17 17 19 / 14%) 50%, transparent calc(50% + .5px)),
    repeating-linear-gradient(0deg, transparent 0 5.9rem, rgb(17 17 19 / 8%) 6rem),
    var(--color-brand);
  color: var(--color-ivory);
}

.residences__folio::before {
  content: "";
  position: absolute;
  width: min(52vw, 42rem);
  aspect-ratio: 1;
  top: 50%;
  right: -18%;
  border: 1px solid rgb(240 234 224 / 35%);
  border-radius: 50%;
  translate: 0 -50%;
}

.residences__folio-index,
.residences__folio-copy span,
.residences__folio-copy small {
  font-size: var(--text-micro);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.residences__folio-copy {
  position: relative;
  z-index: 1;
  display: flex;
  align-self: end;
  flex-direction: column;
  gap: var(--space-5);
}

.residences__folio-copy strong {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: .78;
}

.residences__folio-copy small { max-width: 24rem; color: rgb(240 234 224 / 70%); }
.residences__folio-mark { position: absolute; right: -0.08em; bottom: -0.28em; color: rgb(240 234 224 / 8%); font-family: var(--font-display); font-size: clamp(18rem, 38vw, 42rem); font-weight: 800; line-height: 1; }

.location__visual--graphic {
  overflow: hidden;
  cursor: pointer;
  background:
    radial-gradient(circle at 76% 26%, rgb(160 46 58 / 48%), transparent 20%),
    repeating-linear-gradient(90deg, transparent 0, transparent calc(12.5% - 1px), rgb(240 234 224 / 8%) 12.5%),
    repeating-linear-gradient(0deg, transparent 0, transparent calc(20% - 1px), rgb(240 234 224 / 8%) 20%),
    var(--color-brand-deep);
}

.location__visual--graphic::before,
.location__visual--graphic::after {
  content: "";
  position: absolute;
  border: 1px solid rgb(240 234 224 / 30%);
  border-radius: 50%;
}

.location__visual--graphic::before { width: min(68vw, 72rem); aspect-ratio: 1; top: 50%; right: -12%; translate: 0 -50%; }
.location__visual--graphic::after { width: min(34vw, 36rem); aspect-ratio: 1; top: 50%; right: 5%; translate: 0 -50%; }
.location__visual--graphic .location__veil { background: linear-gradient(90deg, rgb(48 7 13 / 85%), transparent 66%); }

.location__coordinates {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: clamp(2rem, 9vw, 10rem);
  display: grid;
  color: rgb(240 234 224 / 20%);
  line-height: .72;
  text-align: right;
  text-transform: uppercase;
  translate: 0 -50%;
}

.location__coordinates span:first-child { font-family: var(--font-display); font-size: clamp(12rem, 30vw, 32rem); font-weight: 800; }
.location__coordinates span:not(:first-child) { font-size: clamp(1.3rem, 3vw, 3rem); letter-spacing: .22em; }

.chapter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--color-ink);
  border-left: 1px solid var(--color-ink);
}

.chapter-card {
  position: relative;
  display: flex;
  min-height: 23rem;
  padding: var(--space-5);
  border-right: 1px solid var(--color-ink);
  border-bottom: 1px solid var(--color-ink);
  flex-direction: column;
  overflow: hidden;
  color: var(--color-ink);
  text-decoration: none;
  transition: background-color var(--duration-base) var(--ease-standard), color var(--duration-base) var(--ease-standard);
}

.chapter-card::after { content: "↗"; position: absolute; right: var(--space-5); bottom: var(--space-5); font-size: 1.4rem; }
.chapter-card span,
.chapter-card small { font-size: var(--text-micro); letter-spacing: var(--tracking-label); text-transform: uppercase; }
.chapter-card strong { margin-top: auto; font-family: var(--font-display); font-size: clamp(2rem, 2.85vw, 3.35rem); font-weight: 400; letter-spacing: -0.04em; line-height: .94; }
.chapter-card small { margin-top: var(--space-3); color: var(--color-muted); }

@media (hover: hover) {
  .chapter-card:hover { background: var(--color-brand-deep); color: var(--color-ivory); }
  .chapter-card:hover small { color: var(--color-champagne); }
}

.closing {
  overflow: hidden;
  background:
    repeating-linear-gradient(90deg, transparent 0, transparent calc(20% - 1px), rgb(240 234 224 / 8%) 20%),
    var(--color-brand-deep);
}

.closing__monogram { position: absolute; inset: 0; display: grid; place-items: center; color: rgb(240 234 224 / 7%); }
.closing__monogram::before,
.closing__monogram::after { content: ""; position: absolute; width: min(64vw, 64rem); aspect-ratio: 1; border: 1px solid rgb(240 234 224 / 18%); border-radius: 50%; }
.closing__monogram::after { width: min(38vw, 38rem); }
.closing__monogram span { font-family: var(--font-display); font-size: clamp(24rem, 62vw, 70rem); font-weight: 800; line-height: .7; }
.closing .closing__veil { background: linear-gradient(90deg, rgb(48 7 13 / 88%), transparent 72%); }

@media (max-width: 64rem) {
  .chapter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chapter-card { min-height: 18rem; }
}

@media (max-width: 48rem) {
  .hero--editorial::before { display: block; }
  .hero__graphic { inset: var(--header-height) var(--space-4) auto; height: 42svh; padding: var(--space-4); }
  .hero__graphic strong { font-size: 26vw; }
  .hero--editorial h1 { padding-top: 38svh; }
  .hero--editorial .hero__footer { margin-left: 0; }
  .residences__folio { min-height: 58svh; }
  .location__coordinates { right: -8vw; }
  .location__coordinates span:first-child { font-size: 58vw; }
  .chapter-grid { grid-template-columns: 1fr; }
  .chapter-card { min-height: 13rem; }
}

/* Revised homepage chapters. */
.hero__graphic {
  align-items: center;
  justify-content: center;
}

.hero__graphic img {
  position: relative;
  z-index: 2;
  width: min(76%, 36rem);
  height: auto;
  opacity: 1;
  filter: drop-shadow(0 1.15rem 1.4rem rgb(0 0 0 / 38%)) drop-shadow(0 .12rem .06rem rgb(255 255 255 / 25%));
  transform: translate3d(var(--panther-shift-x, 0), var(--panther-shift-y, 0), 0) scale(var(--panther-scale, 1));
  transition: filter 300ms var(--ease-standard), transform 500ms var(--ease-standard);
  will-change: transform;
}

.hero__graphic::after {
  display: none;
}

.residences__media,
.commercial__media,
.master-plan__media {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.residences__media--interior {
  height: min(72svh, 48rem);
  padding: 0;
  border: 1px solid var(--color-ink);
  background: var(--color-marq);
}

.residences__media--interior img,
.commercial__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commercial {
  background: var(--color-marq);
  color: var(--color-ivory);
}

.commercial__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
}

.commercial__media {
  min-height: 72svh;
  border: 1px solid rgb(240 234 224 / 35%);
  background: var(--color-marq);
}

.commercial__media img { filter: saturate(.72) contrast(1.04); }
.commercial__copy .eyebrow { color: var(--color-champagne); }
.commercial__copy h2 { font-size: var(--text-display-md); }
.commercial__copy .button { align-self: flex-start; }

.residences__media .media-caption,
.commercial__media .media-caption,
.master-plan__media .media-caption {
  position: absolute;
  z-index: 2;
  right: var(--space-5);
  bottom: var(--space-5);
  left: var(--space-5);
  display: flex;
  padding-top: var(--space-3);
  border-top: 1px solid rgb(255 255 255 / 55%);
  justify-content: space-between;
  color: var(--color-white);
  font-size: var(--text-micro);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.arrival__content { grid-template-rows: auto 1fr auto; }
.arrival__content h2 { grid-row: 3; }

.amenities {
  background: var(--color-marq);
  color: var(--color-ivory);
}

.amenities__header {
  display: grid;
  margin-bottom: var(--space-8);
  grid-template-columns: minmax(0, 1fr) minmax(22rem, .82fr);
  gap: var(--space-8);
  align-items: start;
}

.amenities__intro { position: static; }
.amenities__note { max-width: 34rem; color: rgb(240 234 224 / 86%); }
.amenities__visual {
  display: grid;
  gap: var(--space-5);
}

.amenities__visual figure {
  position: relative;
  min-height: clamp(20rem, 29vw, 34rem);
  overflow: hidden;
  border: var(--border-on-dark);
}

.amenities__visual picture,
.amenities__visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.amenities__visual img {
  object-fit: cover;
  transition: scale 900ms var(--ease-standard), filter 900ms var(--ease-standard);
}

.amenities__visual figure:hover img {
  filter: saturate(.9) contrast(1.03);
  scale: 1.018;
}

.amenities__visual figcaption {
  position: absolute;
  right: var(--space-4);
  bottom: var(--space-4);
  left: var(--space-4);
  padding-top: var(--space-3);
  border-top: var(--border-on-dark);
  color: var(--color-ivory);
  font-size: var(--text-label);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}
.amenities__hover-list {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin: 0;
  translate: -50% 0;
}

.amenities__hover-list ol {
  display: block;
  width: 100%;
  max-width: none;
  border-top: 1px solid rgb(240 234 224 / 55%);
  list-style: none;
}

.amenities__hover-list li {
  display: grid;
  width: 100%;
  max-width: none;
  min-height: 11rem;
  padding: var(--space-5) var(--gutter);
  border-bottom: 1px solid rgb(240 234 224 / 55%);
  grid-template-columns: 5rem minmax(16rem, .8fr) minmax(20rem, 1.2fr) 3rem;
  gap: var(--grid-gap);
  align-items: center;
  outline: none;
  transition: min-height var(--duration-base) var(--ease-standard), background-color var(--duration-base) var(--ease-standard), color var(--duration-base) var(--ease-standard);
}

.amenities__hover-list li > span { font-size: var(--text-small); }
.amenities__hover-list li > strong { font-family: var(--font-display); font-size: clamp(2.4rem, 4vw, 4.75rem); font-weight: 400; letter-spacing: -.055em; line-height: .9; }
.amenities__hover-list li > p { max-width: 38rem; color: inherit; opacity: 0; transform: translateY(.75rem); transition: opacity var(--duration-base) var(--ease-standard), transform var(--duration-base) var(--ease-standard); }
.amenities__hover-list li > i { font-size: 1.5rem; font-style: normal; text-align: right; }

.amenities__hover-list li:hover,
.amenities__hover-list li:focus-visible {
  min-height: 14rem;
  background: var(--color-ivory);
  color: var(--color-brand-deep);
}

.amenities__hover-list li:hover > p,
.amenities__hover-list li:focus-visible > p { opacity: 1; transform: none; }

.plans { background: var(--color-paper); }
.master-plan__media { margin-top: var(--space-8); border: 1px solid var(--color-ink); background: var(--color-white); }
.master-plan__media img { display: block; width: 100%; height: auto; }
.master-plan__media .media-caption { color: var(--color-ink); border-color: rgb(17 17 19 / 45%); background: rgb(248 243 234 / 88%); padding: var(--space-3); }

.footer-logo {
  display: block;
  width: clamp(9rem, 14vw, 14rem);
  height: auto;
  filter: brightness(0) invert(1);
}

@media (max-width: 64rem) {
  .commercial__layout { grid-template-columns: 1fr; }
  .commercial__media { min-height: 58svh; }
  .commercial__copy { max-width: 42rem; }
  .amenities__header { grid-template-columns: 1fr; }
  .amenities__hover-list li { min-height: 13rem; grid-template-columns: 3rem minmax(10rem, .8fr) minmax(14rem, 1.2fr) 2rem; }
}

@media (max-width: 48rem) {
  .hero--editorial { --hero-panther-gap: clamp(1.75rem, 7vw, 2.5rem); }

  .hero__graphic {
    top: calc(var(--header-height) + var(--space-5) + 1.2rem + var(--hero-panther-gap));
    right: var(--space-4);
    bottom: auto;
    left: var(--space-4);
    height: 14svh;
    min-height: 7rem;
    padding: 0;
  }
  .hero__graphic img { width: auto; max-width: 86%; max-height: 100%; }
  .hero--editorial h1 {
    margin-top: calc(max(14svh, 7rem) + (2 * var(--hero-panther-gap)));
    padding-top: 0;
  }

  .residences .split {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-7);
  }

  .residences__copy,
  .residences__media--interior {
    width: 100%;
    min-width: 0;
  }

  .residences__media--interior,
  .commercial__media { height: 58svh; min-height: 0; }
  .residences__media--interior img { object-position: center; }
  .residences__media .media-caption { right: var(--space-3); bottom: var(--space-3); left: var(--space-3); font-size: .58rem; }

  .amenities__hover-list li {
    min-height: 9rem;
    grid-template-columns: 2.5rem minmax(0, 1fr);
  }
  .amenities__hover-list li > p { grid-column: 2 / -1; opacity: .72; transform: none; }
  .amenities__hover-list li > i { display: none; }
  .amenities__hover-list li:hover,
  .amenities__hover-list li:focus-visible { min-height: 9rem; }
  .master-plan__media { overflow-x: auto; }
  .master-plan__media img { width: 62rem; max-width: none; }
  .site-footer__top { align-items: flex-start; flex-direction: column; }
}

/* The supplied logo fonts have taller ascenders and deeper italic descenders
   than the former fallbacks. These metrics keep every editorial heading clear. */
h1,
h2,
h3,
h4,
h5,
h6 {
  min-width: 0;
  letter-spacing: -0.018em;
  line-height: 1.02;
  overflow-wrap: normal;
  text-wrap: balance;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.display-serif {
  display: inline;
  letter-spacing: 0;
  line-height: inherit;
  vertical-align: baseline;
}

.hero h1,
.location__content h2,
.closing h2 {
  line-height: 0.94;
}

.amenities__intro h2,
.gallery__head h2,
.faq__layout .section-heading h2,
.contact__layout .section-heading h2,
.plans .section-heading h2 {
  min-width: 0;
  line-height: 1.04;
}

.amenities__header,
.gallery__head,
.faq__layout,
.contact__layout {
  align-items: start;
}

@media (max-width: 48rem) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.06;
  }

  .hero h1,
  .location__content h2,
  .closing h2 {
    line-height: 0.98;
  }
}

/* Combined property gateway: one light chapter, two future routes. */
.property-gateways {
  overflow: hidden;
  background: var(--color-paper);
  color: var(--color-ink);
}

.property-gateways__head {
  display: grid;
  margin-bottom: var(--space-8);
  grid-template-columns: minmax(11rem, 0.35fr) minmax(0, 1fr);
  gap: var(--space-7);
  align-items: start;
}

.property-gateways__head .eyebrow {
  padding-top: 0.7rem;
}

.property-gateways__head h2 {
  max-width: 13ch;
  font-size: clamp(3.4rem, 6.5vw, 8rem);
  line-height: 0.94;
}

.property-gateways__grid {
  display: grid;
  border-top: 1px solid rgb(17 17 19 / 35%);
  border-bottom: 1px solid rgb(17 17 19 / 35%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.property-gateway {
  position: relative;
  display: grid;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  grid-template-rows: minmax(24rem, 58svh) auto;
}

.property-gateway + .property-gateway {
  border-left: 1px solid rgb(17 17 19 / 35%);
}

.property-gateway__media {
  position: relative;
  overflow: hidden;
  background: var(--color-stone-soft);
}

.property-gateway__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.property-gateway__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgb(17 17 19 / 18%));
  content: "";
  pointer-events: none;
}

.property-gateway__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 900ms var(--ease-standard), filter 900ms var(--ease-standard);
}

.property-gateway:first-child .property-gateway__media img {
  object-position: 53% center;
}

.property-gateway:last-child .property-gateway__media img {
  object-position: center;
}

.property-gateway:hover .property-gateway__media img,
.property-gateway:focus-visible .property-gateway__media img {
  filter: saturate(0.86) contrast(1.04);
  scale: 1.025;
}

.property-gateway__copy {
  display: grid;
  min-height: 22rem;
  padding: var(--space-6);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--space-3) var(--space-5);
  align-content: start;
}

.property-gateway__copy .eyebrow,
.property-gateway__copy h3,
.property-gateway__copy p {
  grid-column: 1 / -1;
}

.property-gateway__copy h3 {
  max-width: 10ch;
  font-size: clamp(2.8rem, 4.5vw, 5.5rem);
  font-weight: 400;
  line-height: 0.95;
}

.property-gateway__copy p {
  max-width: 36rem;
  color: var(--color-muted);
}

.property-gateway__link {
  margin-top: var(--space-4);
  font-size: var(--text-small);
  font-weight: 700;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.property-gateway__link i {
  margin-left: var(--space-2);
  font-style: normal;
  transition: translate var(--duration-base) var(--ease-standard);
}

.property-gateway:hover .property-gateway__link i,
.property-gateway:focus-visible .property-gateway__link i {
  translate: 0.4rem 0;
}

/* Consultant preview extracted from the supplied project booklet. */
.consultants-preview {
  background: var(--color-ivory);
  color: var(--color-ink);
}

.consultants-preview__head {
  display: grid;
  margin-bottom: var(--space-8);
  grid-template-columns: minmax(0, 1.4fr) minmax(20rem, 0.6fr);
  gap: var(--space-7);
  align-items: start;
}

.consultants-preview__head .eyebrow {
  grid-column: 1 / -1;
  padding-top: 0.7rem;
}

.consultants-preview__head h2 {
  max-width: 17ch;
  font-size: clamp(3.2rem, 5vw, 6.2rem);
  line-height: 0.96;
}

.consultants-preview__head > p:last-child {
  max-width: 31rem;
  padding-top: 0.7rem;
  color: var(--color-muted);
}

.consultants-preview__grid {
  display: grid;
  border-top: 1px solid rgb(17 17 19 / 35%);
  border-bottom: 1px solid rgb(17 17 19 / 35%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.consultant-preview {
  display: grid;
  min-width: 0;
  grid-template-rows: minmax(22rem, 48svh) auto;
}

.consultant-preview + .consultant-preview {
  border-left: 1px solid rgb(17 17 19 / 35%);
}

.consultant-preview figure {
  overflow: hidden;
  background: #fff;
}

.consultant-preview figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.78) contrast(1.02);
  transition: filter 700ms var(--ease-standard), scale 700ms var(--ease-standard);
}

.consultant-preview:hover figure img {
  filter: saturate(1) contrast(1);
  scale: 1.015;
}

.consultant-preview__copy {
  min-height: 15rem;
  padding: var(--space-5);
}

.consultant-preview__copy > span {
  display: block;
  margin-bottom: var(--space-4);
  color: var(--color-brand);
  font-size: var(--text-micro);
  font-weight: 700;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.consultant-preview__copy h3 {
  margin-bottom: var(--space-3);
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 400;
  line-height: 1;
}

.consultant-preview__copy p {
  color: var(--color-muted);
  font-size: var(--text-small);
}

.consultants-preview__future {
  margin-top: var(--space-5);
  color: var(--color-muted);
  font-size: var(--text-small);
  text-align: right;
}

.consultants-preview__future a {
  color: inherit;
  font-weight: 700;
  letter-spacing: var(--tracking-label);
  text-decoration: none;
  text-transform: uppercase;
}

.atlantis-intro {
  background: var(--color-paper);
  color: var(--color-ink);
}

.atlantis-intro__layout {
  display: grid;
  grid-template-columns: minmax(20rem, 0.8fr) minmax(22rem, 0.72fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}

.atlantis-intro__copy h2 {
  max-width: 11ch;
  font-size: clamp(3.4rem, 5.9vw, 7.4rem);
  line-height: 0.96;
}

.atlantis-intro__copy > p:not(.eyebrow) {
  max-width: 38rem;
  color: var(--color-muted);
}

.atlantis-intro__copy .button {
  width: fit-content;
}

.atlantis-intro__media {
  position: relative;
  max-height: 76rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(17 17 19 / 35%);
  background: var(--color-stone-soft);
}

.atlantis-intro__media picture,
.atlantis-intro__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.atlantis-intro__media img {
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(0.88) contrast(1.02);
}

.atlantis-intro__media figcaption {
  position: absolute;
  right: var(--space-4);
  bottom: var(--space-4);
  left: var(--space-4);
  padding-top: var(--space-3);
  border-top: 1px solid rgb(255 255 255 / 65%);
  color: var(--color-white);
  font-size: var(--text-micro);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

@media (max-width: 72rem) {
  .consultants-preview__head {
    grid-template-columns: minmax(10rem, 0.35fr) minmax(0, 1fr);
  }

  .consultants-preview__head .eyebrow { grid-column: 1 / -1; }

  .consultants-preview__head > p:last-child {
    grid-column: 2;
  }

}

@media (max-width: 48rem) {
  .property-gateways__head,
  .consultants-preview__head {
    display: block;
  }

  .property-gateways__head .eyebrow,
  .consultants-preview__head .eyebrow {
    padding-top: 0;
  }

  .property-gateways__head h2,
  .consultants-preview__head h2 {
    margin-top: var(--space-5);
    font-size: clamp(3.1rem, 14vw, 5rem);
  }

  .consultants-preview__head > p:last-child {
    margin-top: var(--space-5);
    padding-top: 0;
  }

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

  .property-gateway {
    grid-template-rows: 54svh auto;
  }

  .property-gateway + .property-gateway,
  .consultant-preview + .consultant-preview {
    border-top: 1px solid rgb(17 17 19 / 35%);
    border-left: 0;
  }

  .property-gateway__copy {
    min-height: 0;
    padding: var(--space-5) 0;
  }

  .property-gateway__copy h3 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .consultant-preview {
    grid-template-columns: minmax(8.5rem, 34vw) minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .consultant-preview figure {
    min-height: 20rem;
  }

  .consultant-preview__copy {
    min-height: 20rem;
    padding: var(--space-4);
  }

  .consultant-preview__copy h3 {
    font-size: clamp(1.9rem, 8vw, 2.8rem);
  }

  .consultants-preview__future {
    text-align: left;
  }

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

  .atlantis-intro__copy h2 {
    font-size: clamp(3.1rem, 14vw, 5rem);
  }

  .atlantis-intro__media {
    max-height: none;
  }
}

@media (max-width: 48rem) {
  .amenities__visual figure { min-height: 52svh; }
  .consultant-preview__copy h3 { display: none; }
}
