/* ═══════════════════════════════════════════════════════════════════════
   SUNTECK SKY PARK — Editorial Design System
   Cormorant Garamond (display) · Jost (sans) · bone / charcoal / champagne
   ═══════════════════════════════════════════════════════════════════════ */

/* ── Tokens ──────────────────────────────────────────────────────────── */
:root {
  /* Surfaces */
  --bone:      #F7F4EE;
  --bone-deep: #EFEAE0;
  --paper:     #FFFFFF;
  --char:      #17150F;
  --char-2:    #211E17;
  --char-3:    #2E2A20;

  /* Ink */
  --ink:       #1A1814;
  --ink-2:     #4A453C;
  --ink-3:     #6B6459;
  --on-dark:   #F2EDE3;
  --on-dark-2: #B5AD9E;

  /* Champagne */
  --gold:      #B08D4F;
  --gold-lt:   #D8BC85;
  --gold-dk:   #e5912a;   /* AA on both bone and bone-deep */
  --gold-wash: #EFE4CE;

  /* Lines */
  --line:      #E2DACA;
  --line-2:    #D3C9B4;
  --line-dk:   #332F26;

  --ok:        #1E7A48;
  --error:     #B23A2F;

  /* Type */
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans:  "Jost", "Segoe UI", system-ui, -apple-system, sans-serif;

  /* Motion */
  --ease:  cubic-bezier(.22, .61, .36, 1);
  --slow:  cubic-bezier(.16, 1, .3, 1);

  --nav-h:    76px;
  --bar-h:    62px;
  --shell:    1320px;
}

/* ── Reset ───────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-h);
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--sans);
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.72;
  color: var(--ink-2);
  background: var(--bone);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, video, iframe, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul, ol { list-style: none; }
address { font-style: normal; }
table { border-collapse: collapse; width: 100%; }

:focus-visible {
  outline: 2px solid var(--gold-dk);
  outline-offset: 3px;
}

/* ── Typography ──────────────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 300;
  color: var(--ink);
  line-height: 1.04;
  letter-spacing: -.015em;
  text-wrap: balance;
}

.d-xl {
  font-size: clamp(3.2rem, 10.5vw, 8.5rem);
  line-height: .9;
  letter-spacing: -.025em;
}
.d-lg { font-size: clamp(2.15rem, 5.4vw, 4.15rem); }
.d-md { font-size: clamp(1.65rem, 3.2vw, 2.5rem); line-height: 1.1; }
.d-sm { font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.15; }

em.gold {
  font-style: italic;
  color: var(--gold-dk);
}
.on-char em.gold, .film em.gold { color: var(--gold-lt); }

.label {
  font-family: var(--sans);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold-dk);
}
.on-char .label { color: var(--gold-lt); }

/* Status pill — "Coming Soon" marker (Kashimira pre-launch) */
.pill {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--sans);
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  padding: .55em 1.05em;
  border: 1px solid var(--line-2);
  border-radius: 100px;
  color: var(--gold-dk);
  white-space: nowrap;
}
.pill::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: currentColor;
  animation: pill-pulse 2.4s var(--ease) infinite;
}
.on-char .pill, .hero .pill, .close .pill {
  color: var(--gold-lt);
  border-color: rgba(216, 188, 133, .38);
}
@keyframes pill-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .35; transform: scale(.8); }
}
@media (prefers-reduced-motion: reduce) {
  .pill::before { animation: none; }
}

.lede {
  font-size: clamp(1.08rem, 1.4vw, 1.3rem);
  font-weight: 300;
  line-height: 1.65;
  color: var(--ink-2);
}
.on-char .lede, .on-char p { color: var(--on-dark-2); }

.num {
  font-weight: 300;
  font-size: clamp(2.8rem, 6.5vw, 4rem);
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--ink);
  font-variant-numeric: lining-nums tabular-nums;
}
.on-char .num { color: var(--gold-lt); }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap;
}

/* ── Layout ──────────────────────────────────────────────────────────── */
.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 3rem);
}
.shell-narrow { max-width: 800px; }
.shell-wide   { max-width: 1560px; }

.band { padding-block: clamp(4.5rem, 9vw, 9rem); }
.band-tight { padding-block: clamp(3.5rem, 6vw, 6rem); }

.on-char { background: var(--char); color: var(--on-dark-2); }
.on-char h1, .on-char h2, .on-char h3, .on-char h4 { color: var(--on-dark); }
.on-bone-deep { background: var(--bone-deep); }
.on-paper { background: var(--paper); }

.rule { height: 1px; background: var(--line); border: 0; }
.on-char .rule { background: var(--line-dk); }

/* ── Buttons ─────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  min-height: 54px;
  padding: .9rem 2rem;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: background .35s var(--ease), color .35s var(--ease),
              border-color .35s var(--ease);
  cursor: pointer;
  text-align: center;
}
.btn svg { width: 15px; height: 15px; flex: none; }

.btn-primary { background: var(--gold-dk); color: #fff; border-color: var(--gold-dk); }
.btn-primary:hover { background: var(--char); border-color: var(--char); }

.btn-ink { background: var(--char); color: var(--on-dark); border-color: var(--char); }
.btn-ink:hover { background: var(--gold-dk); border-color: var(--gold-dk); color: #fff; }

.btn-line { border-color: var(--line-2); color: var(--ink); }
.btn-line:hover { border-color: var(--ink); background: var(--ink); color: var(--bone); }

.btn-line-lt { border-color: rgba(242, 237, 227, .4); color: var(--on-dark); }
.btn-line-lt:hover { background: var(--on-dark); color: var(--char); border-color: var(--on-dark); }

.btn-wide { width: 100%; }

/* Quiet text link with animated rule */
.tlink {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-dk);
  padding-block: .4rem;
  position: relative;
  min-height: 44px;
}
.on-char .tlink, .close .tlink { color: var(--gold-lt); }
.tlink::after {
  content: "";
  position: absolute;
  left: 0; bottom: .25rem;
  width: 100%; height: 1px;
  background: currentColor;
  opacity: .35;
  transform-origin: left;
  transition: transform .4s var(--ease), opacity .3s;
}
.tlink:hover::after { transform: scaleX(.4); opacity: 1; }
.tlink svg { width: 14px; height: 14px; }

.btn-spin {
  display: none;
  width: 15px; height: 15px;
  border: 2px solid rgba(255, 255, 255, .3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .7s linear infinite;
}
.btn.is-busy { pointer-events: none; opacity: .75; }
.btn.is-busy .btn-spin { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ── Navigation ──────────────────────────────────────────────────────── */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: background .45s var(--ease), box-shadow .45s var(--ease);
}
.nav-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
}
.nav.is-solid {
  background: rgba(247, 244, 238, .94);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}

.mark { display: flex; flex-direction: column; line-height: 1; }
.mark-a {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .01em;
  color: #fff;
  transition: color .45s var(--ease);
}
.mark-b {
  font-size: .58rem;
  font-weight: 500;
  letter-spacing: .48em;
  text-transform: uppercase;
  color: var(--gold-lt);
  margin-top: .3rem;
  transition: color .45s var(--ease);
}
.nav.is-solid .mark-a { color: var(--ink); }
.mark-a img { display: block; height: 1.9rem; width: auto; }
.mark-a .logo-d, .nav.is-solid .mark-a .logo-w { display: none; }
.nav.is-solid .mark-a .logo-d { display: block; }
.nav.is-solid .mark-b { color: var(--gold-dk); }

.nav-links { display: none; gap: 2.2rem; }
.nav-links a {
  font-size: .74rem;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .82);
  padding-block: .5rem;
  position: relative;
  transition: color .3s;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease);
}
.nav-links a:hover::after, .nav-links a.is-here::after { transform: scaleX(1); }
.nav.is-solid .nav-links a { color: var(--ink-2); }
.nav.is-solid .nav-links a:hover, .nav.is-solid .nav-links a.is-here { color: var(--gold-dk); }

.nav-right { display: flex; align-items: center; gap: 1.1rem; }
.nav-tel {
  display: none;
  align-items: center;
  gap: .5rem;
  font-size:1rem;
  font-weight: 400;
  letter-spacing: .1em;
  color: #fff;
  transition: color .45s var(--ease);
}
.nav-tel svg { width: 15px; height: 15px; color: var(--gold-lt); }
.nav.is-solid .nav-tel { color: var(--ink); }
.nav.is-solid .nav-tel svg { color: var(--gold-dk); }

.nav-cta { display: none; min-height: 46px; padding: .7rem 1.4rem; font-size: .7rem; letter-spacing: .15em; }

.burger {
  width: 46px; height: 46px;
  display: grid;
  place-content: center;
  gap: 6px;
}
.burger span {
  display: block;
  width: 24px; height: 1.5px;
  background: #fff;
  transition: transform .35s var(--ease), opacity .25s, background .45s;
}
.nav.is-solid .burger span { background: var(--ink); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* Mobile drawer */
.drawer {
  position: fixed;
  inset: var(--nav-h) 0 auto 0;
  z-index: 99;
  background: var(--bone);
  border-bottom: 1px solid var(--line);
  padding: .5rem clamp(1.25rem, 4vw, 3rem) 1.75rem;
  transform: translateY(-6px);
  opacity: 0;
  visibility: hidden;
  transition: transform .4s var(--ease), opacity .35s, visibility .4s;
}
.drawer.is-open { transform: none; opacity: 1; visibility: visible; }
.drawer a {
  display: block;
  padding: .95rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 1.05rem;
  font-family: var(--serif);
  color: var(--ink);
}
.drawer .btn { margin-top: 1.4rem; }

@media (min-width: 1100px) {
  .nav-links, .nav-tel, .nav-cta { display: flex; }
  .burger, .drawer { display: none; }
}

/* ── Hero ────────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Balance the fixed top nav and bottom bar so the content sits truly centred. */
  padding-top: var(--nav-h);
  padding-bottom: var(--bar-h);
  isolation: isolate;
  background: var(--char);
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 60%;
  animation: kb 26s ease-out forwards;
}
@keyframes kb { from { transform: scale(1.09); } to { transform: scale(1); } }

.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    /* bottom weight — protects the headline block and fact rail */
    linear-gradient(to top,
      rgba(10, 9, 6, .96) 0%,
      rgba(10, 9, 6, .88) 18%,
      rgba(10, 9, 6, .62) 40%,
      rgba(10, 9, 6, .28) 62%,
      rgba(10, 9, 6, .34) 100%),
    /* left weight — keeps type legible over bright sky */
    linear-gradient(to right,
      rgba(10, 9, 6, .72) 0%,
      rgba(10, 9, 6, .42) 34%,
      rgba(10, 9, 6, .08) 62%,
      transparent 100%),
    /* uniform dark overlay across the whole hero */
    linear-gradient(rgba(10, 9, 6, .45), rgba(10, 9, 6, .45));
}
@media (min-width: 768px) {
  .hero-scrim {
    background:
      linear-gradient(to top,
        rgba(10, 9, 6, .94) 0%,
        rgba(10, 9, 6, .74) 22%,
        rgba(10, 9, 6, .38) 48%,
        rgba(10, 9, 6, .12) 70%,
        rgba(10, 9, 6, .34) 100%),
      linear-gradient(to right,
        rgba(10, 9, 6, .8) 0%,
        rgba(10, 9, 6, .5) 32%,
        rgba(10, 9, 6, .1) 60%,
        transparent 90%),
      linear-gradient(rgba(10, 9, 6, .4), rgba(10, 9, 6, .4));
  }
}

.hero-body { padding-bottom: clamp(1.5rem, 4vw, 3.5rem); }
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: .85rem;
  color: var(--gold-lt);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: clamp(1.1rem, 2vw, 1.8rem);
}
.hero-eyebrow::before {
  content: "";
  width: clamp(28px, 5vw, 64px); height: 1px;
  background: var(--gold-lt);
  flex: none;
}
.hero h1 { color: #fff; }
.hero h1 .thin { display: block; font-style: italic; color: var(--gold-lt); }

.hero-sub {
  margin-top: clamp(1.2rem, 2vw, 1.8rem);
  max-width: 34ch;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 300;
  line-height: 1.6;
  color: rgba(242, 237, 227, .88);
}
.hero-act {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .6rem 2rem;
  margin-top: clamp(1.5rem, 3vw, 2.6rem);
}
/* Secondary hero link sits over mid-tone image — keep it white, not gold */
.hero .tlink { color: #fff; }
.hero .tlink::after { opacity: .5; }

/* Centre the hero content on mobile (desktop stays left-aligned / editorial) */
@media (max-width: 759px) {
  .hero-body { text-align: center; }
  .hero-eyebrow { justify-content: center; flex-wrap: wrap; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-act { justify-content: center; }
}

/* Hero fact rail */
.rail {
  border-top: 1px solid rgba(242, 237, 227, .2);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
/* Mobile 2×2 — uniform cross dividers, centred cells */
.rail div { padding: .9rem .6rem; text-align: center; }
.rail div:nth-child(even) { border-left: 1px solid rgba(242, 237, 227, .14); }
.rail div:nth-child(-n+2) { border-bottom: 1px solid rgba(242, 237, 227, .14); }
.rail dt {
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(242, 237, 227, .55);
  margin-bottom: .35rem;
}
.rail dd {
  font-size: clamp(1.05rem, 1.9vw, 1.5rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.15;
}
@media (min-width: 760px) {
  .rail { grid-template-columns: repeat(4, 1fr); }
  .rail div { text-align: left; padding: .8rem 0; }
  .rail div:nth-child(even) { border-left: 0; }
  .rail div:nth-child(-n+2) { border-bottom: 0; }
  .rail div + div { border-left: 1px solid rgba(242, 237, 227, .14); padding-left: 2rem; }
}

.scroll-cue {
  position: absolute;
  right: clamp(1.25rem, 4vw, 3rem);
  bottom: 42%;
  z-index: 2;
  display: none;
  align-items: center;
  gap: .8rem;
  transform: rotate(90deg);
  transform-origin: right center;
  font-size: .62rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
}
.scroll-cue::after {
  content: "";
  width: 46px; height: 1px;
  background: linear-gradient(to right, rgba(255,255,255,.7), transparent);
  animation: cue 2.4s var(--ease) infinite;
}
@keyframes cue { 0%,100% { transform: scaleX(.4); opacity: .4; } 50% { transform: scaleX(1); opacity: 1; } }
@media (min-width: 1100px) { .scroll-cue { display: flex; } }

/* ── Statement ───────────────────────────────────────────────────────── */
.statement { position: relative; }
.statement-grid { display: grid; gap: clamp(2rem, 4vw, 3.5rem); }
.statement h2 { max-width: 15ch; }
.statement-aside { display: grid; gap: 1.5rem; align-content: start; }
.statement-aside p { max-width: 46ch; }
@media (min-width: 900px) {
  .statement-grid { grid-template-columns: 1.35fr .85fr; align-items: center; }
  .statement-aside { padding-bottom: .6rem; }
}

/* ── Estate / architecture ───────────────────────────────────────────── */
.estate-grid { display: grid; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: center; }
.estate-copy { display: grid; gap: 1.4rem; align-content: start; }
.estate-copy h2 { max-width: 12ch; }

.estate-figure { position: relative; }
.estate-figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.estate-figure figcaption {
  margin-top: .9rem;
  font-size: .7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-3);
}
@media (min-width: 900px) {
  .estate-grid { grid-template-columns: .95fr 1.05fr; }
  .estate-figure { margin-right: calc((100vw - min(100vw, var(--shell))) / -2 - 3rem); }
}

/* Big-number metrics */
.metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  margin-top: clamp(3rem, 6vw, 5.5rem);
}
.metrics > div {
  padding: clamp(1.6rem, 3vw, 2.6rem) 1.2rem clamp(1.4rem, 2.5vw, 2rem) 0;
  border-bottom: 1px solid var(--line);
}
.metrics > div + div { padding-left: clamp(1.2rem, 3vw, 2.4rem); }
.metrics dt {
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: .7rem;
}
.metrics .unit { font-size:1em; letter-spacing: 0; color:#000000; margin-left: .5em; }
@media (min-width: 860px) {
  .metrics { grid-template-columns: repeat(4, 1fr); }
  .metrics > div { border-bottom: 0; }
}

/* ── Film ────────────────────────────────────────────────────────────── */
.film { position: relative; background: var(--char); }
.film-head { display: grid; gap: 1.2rem; margin-bottom: clamp(2rem, 4vw, 3rem); max-width: 44ch; }

.player {
  position: relative;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 9;
}
.player img, .player video { width: 100%; height: 100%; object-fit: cover; }
.player video { display: none; }
.player.is-live video { display: block; }
.player.is-live .player-face { opacity: 0; pointer-events: none; }

.player-face {
  position: absolute; inset: 0;
  display: grid;
  place-content: center;
  gap: 1.2rem;
  justify-items: center;
  background: linear-gradient(to top, rgba(12,11,8,.7), rgba(12,11,8,.2));
  transition: opacity .5s var(--ease);
  cursor: pointer;
}
.play-ring {
  width: clamp(64px, 8vw, 92px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: background .4s var(--ease), border-color .4s, transform .4s var(--ease);
}
.play-ring svg { width: 20px; height: 20px; color: #fff; margin-left: 3px; }
.player-face:hover .play-ring { background: rgba(255, 255, 255, .16); border-color: #fff; transform: scale(1.06); }
.player-face span {
  font-size: .7rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #fff;
}

.film-more {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1rem;
}
.film-more button {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  width: 100%;
}
.film-more img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--slow); }
.film-more button:hover img { transform: scale(1.05); }
.film-more span {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2.5rem 1rem .9rem;
  background: linear-gradient(to top, rgba(12,11,8,.85), transparent);
  color: #fff;
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-align: left;
}

/* ── Lifestyle mosaic ────────────────────────────────────────────────── */
.life { background: var(--char-2); }
.life-top {
  display: grid;
  gap: 1.5rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.life-top h2 { max-width: 13ch; }
.life-top p { max-width: 48ch; }
@media (min-width: 900px) {
  .life-top { grid-template-columns: 1fr 1fr; align-items: end; gap: 3rem; }
}

.mosaic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(.6rem, 1.2vw, 1rem);
}
.tile {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  background: var(--char-3);
}
.tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  transition: transform .9s var(--slow), filter .6s;
  filter: saturate(.94);
}
.tile:hover img { transform: scale(1.06); filter: saturate(1.05); }
.tile figcaption, .tile .cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 3rem 1.1rem 1.1rem;
  background: linear-gradient(to top, rgba(12, 11, 8, .88), transparent);
  color: #fff;
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: .02em;
  text-align: left;
}
/* Mobile: the lead tile runs full width as a banner */
.tile-tall { grid-column: 1 / -1; }
.tile-tall img { aspect-ratio: 16 / 10; }

/* Desktop: lead tile occupies a 2×2 block so the 4×2 grid fills exactly */
@media (min-width: 860px) {
  .mosaic { grid-template-columns: repeat(4, 1fr); }
  .tile-tall { grid-column: span 2; grid-row: span 2; }
  .tile-tall img { aspect-ratio: auto; height: 100%; }
  .tile-tall figcaption { font-size: 1.3rem; padding: 4rem 1.6rem 1.5rem; }
}

/* Amenity index — editorial columns */
.index-list {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  border-top: 1px solid var(--line-dk);
  padding-top: 2rem;
  columns: 2;
  column-gap: 2.5rem;
}
.index-list li {
  break-inside: avoid;
  padding: .5rem 0;
  font-size: .92rem;
  color: var(--on-dark-2);
  border-bottom: 1px solid rgba(51, 47, 38, .7);
  display: flex;
  gap: .9rem;
}
.index-list li span {
  color: var(--gold);
  font-size: .68rem;
  letter-spacing: .1em;
  padding-top: .35em;
  font-variant-numeric: tabular-nums;
}
@media (min-width: 720px)  { .index-list { columns: 3; } }
@media (min-width: 1080px) { .index-list { columns: 4; } }

/* ── Residences ──────────────────────────────────────────────────────── */
.res-head {
  display: grid;
  gap: 1.2rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  max-width: 52ch;
}

.res-grid { display: grid; gap: clamp(2rem, 4vw, 3rem); }
.res {
  display: grid;
  gap: 1.6rem;
  align-content: start;
  padding-top: 2rem;
  border-top: 2px solid var(--ink);
}
.res-mark {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.res-mark h3 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.res-mark .tag {
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-dk);
}
.res-spec { display: grid; }
.res-spec > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding: .8rem 0;
  border-bottom: 1px solid var(--line);
}
.res-spec dt {
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.res-spec dd {
  font-size: 1rem;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.res-price {
  display: flex;
  align-items: baseline;
  gap: .6rem;
}
.res-price strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  color: var(--gold-dk);
  line-height: 1;
}
.res-price span { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
@media (min-width: 880px) {
  .res-grid { grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 5vw, 4.5rem); }
}

/* ── Floor plans ─────────────────────────────────────────────────────── */
.plans { background: var(--bone-deep); }
.plans-head {
  display: grid;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
@media (min-width: 900px) {
  .plans-head { grid-template-columns: 1fr auto; }
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid var(--line-2);
}
.tab {
  min-height: 52px;
  padding: .8rem 1.5rem .8rem 0;
  margin-right: 1.8rem;
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-3);
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  transition: color .3s, border-color .3s;
}
.tab:hover { color: var(--ink); }
.tab[aria-selected="true"] { color: var(--gold-dk); border-color: var(--gold-dk); }

.sheet {
  display: grid;
  gap: 0;
  background: var(--paper);
  margin-top: clamp(1.8rem, 3vw, 2.5rem);
}
.sheet[hidden] { display: none; }
.sheet-plan {
  padding: clamp(1.5rem, 3vw, 3rem);
  background: var(--paper);
  display: grid;
  place-items: center;
}
.sheet-plan img { width: 100%; max-width: 620px; height: auto; }
.sheet-meta {
  padding: clamp(1.8rem, 3.5vw, 3.2rem);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1.5rem;
  align-content: center;
}
.sheet-meta h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
.sheet-meta table td {
  padding: .75rem 0;
  border-bottom: 1px solid var(--line);
  font-size: .95rem;
  vertical-align: baseline;
}
.sheet-meta table td:first-child {
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-3);
  white-space: nowrap;
  padding-right: 1rem;
}
.sheet-meta table td:last-child {
  text-align: right;
  font-family: var(--sans);
  font-size: .95rem;
  font-weight: 400;
  color: var(--ink);
  font-variant-numeric: lining-nums tabular-nums;
}
@media (min-width: 940px) {
  .sheet { grid-template-columns: 1.25fr .75fr; }
  .sheet-meta { border-top: 0; border-left: 1px solid var(--line); }
}

/* ── Location ────────────────────────────────────────────────────────── */
.loc-grid { display: grid; gap: clamp(2.5rem, 5vw, 4rem); }
.loc-copy { display: grid; gap: 1.4rem; align-content: start; }
.loc-copy h2 { max-width: 11ch; }

.times { display: grid; margin-top: .6rem; }
.times > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 1.2rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}
.times b {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--ink);
  line-height: 1;
  min-width: 3.4ch;
  font-variant-numeric: tabular-nums;
}
.times b em { font-style: normal; font-size: .4em; color: var(--gold-dk); letter-spacing: .1em; }
.times p { font-size: .95rem; color: var(--ink-2); }

.loc-visual {
  position: relative;
  overflow: hidden;
  background: var(--char);
  align-self: stretch;
  min-height: 380px;
}
.loc-visual > img {
  width: 100%; height: 100%;
  object-fit: cover;
  min-height: 380px;
}
.map-card {
  position: absolute;
  left: 0; bottom: 0;
  z-index: 2;
  max-width: min(100%, 380px);
  background: var(--bone);
  padding: clamp(1.3rem, 2.5vw, 1.8rem);
  display: grid;
  gap: .8rem;
}
.map-card p { font-size: .92rem; line-height: 1.6; color: var(--ink-2); }
.map-card-acts {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem 1.5rem;
  align-items: center;
}
@media (min-width: 940px) {
  .loc-grid { grid-template-columns: .9fr 1.1fr; align-items: stretch; }
  .loc-visual, .loc-visual > img { min-height: 580px; }
}

/* Map inside the lightbox — loaded only on request */
.lbox iframe {
  width: min(94vw, 1180px);
  height: min(80svh, 760px);
  border: 0;
  background: var(--char-2);
}

/* ── Developer ───────────────────────────────────────────────────────── */
.dev-grid { display: grid; gap: clamp(2.5rem, 5vw, 4rem); }
.dev-copy { display: grid; gap: 1.4rem; align-content: start; }
.dev-copy h2 { max-width: 14ch; }

.dev-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
.dev-stats > div {
  padding: clamp(1.4rem, 3vw, 2.2rem) 1rem clamp(1.2rem, 2vw, 1.8rem) 0;
  border-top: 1px solid var(--line-dk);
}
.dev-stats > div:nth-child(even) { border-left: 1px solid var(--line-dk); padding-left: 1.5rem; }
.dev-stats dt { font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: var(--on-dark-2); margin-top: .6rem; }
.dev-stats .num { font-size: clamp(2.2rem, 4.4vw, 3.4rem); }
.dev-stats .unit { font-size: .38em; color: var(--gold); margin-left: .1em; letter-spacing: 0; }

.works { display: grid; gap: 0; margin-top: 2rem; }
.works li {
  padding: .85rem 0;
  border-bottom: 1px solid var(--line-dk);
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: baseline;
  font-size: .95rem;
  color: var(--on-dark);
}
.works li span { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--on-dark-2); text-align: right; }
/* Light-background variant (e.g. the location connectivity list on bone) */
.works-lt li { color: var(--ink); border-color: var(--line); }
.works-lt li span { color: var(--gold-dk); }

/* RERA */
.rera {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--line-dk);
}
.rera-qr { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 2rem); max-width: 620px; }
.rera-qr figure { display: grid; gap: .7rem; justify-items: start; }
.rera-qr img { width: 100%; max-width: 108px; background: #fff; padding: 7px; }
.rera-qr figcaption {
  font-size: .68rem;
  letter-spacing: .1em;
  color: var(--on-dark-2);
  font-variant-numeric: tabular-nums;
}
@media (min-width: 940px) {
  .dev-grid { grid-template-columns: 1fr .9fr; }
  .rera { grid-template-columns: auto 1fr; align-items: center; gap: 4rem; }
}

/* ── FAQ ─────────────────────────────────────────────────────────────── */
.faq-list { border-top: 1px solid var(--line); margin-top: clamp(2rem, 4vw, 3rem); }
.faq {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.4rem 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  color: var(--ink);
  transition: color .3s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--gold-dk); }
.faq summary::after {
  content: "";
  flex: none;
  width: 13px; height: 13px;
  margin-top: .35em;
  background: linear-gradient(var(--gold-dk), var(--gold-dk)) center/100% 1px no-repeat,
              linear-gradient(var(--gold-dk), var(--gold-dk)) center/1px 100% no-repeat;
  transition: transform .35s var(--ease);
}
.faq[open] summary::after { transform: rotate(135deg); }
.faq p { padding: 0 0 1.5rem; max-width: 68ch; color: var(--ink-2); }

/* ── Closing CTA ─────────────────────────────────────────────────────── */
.close {
  position: relative;
  isolation: isolate;
  background: var(--char);
  overflow: hidden;
}
.close-media { position: absolute; inset: 0; z-index: -2; }
.close-media img { width: 100%; height: 100%; object-fit: cover; }
.close-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(12, 11, 8, .95) 32%, rgba(12, 11, 8, .72) 62%, rgba(12, 11, 8, .55));
}
.close-grid { display: grid; gap: clamp(2.5rem, 5vw, 4rem); align-items: center; }
.close-copy { display: grid; gap: 1.4rem; align-content: start; }
.close-copy h2 { color: #fff; max-width: 13ch; }
.close-copy .lede { color: rgba(242, 237, 227, .82); max-width: 44ch; }

.close-direct { display: grid; gap: 0; margin-top: .8rem; }
.close-direct a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.05rem 0;
  border-top: 1px solid rgba(242, 237, 227, .18);
  color: var(--on-dark);
  transition: padding-left .35s var(--ease), color .3s;
}
.close-direct a:last-child { border-bottom: 1px solid rgba(242, 237, 227, .18); }
.close-direct a:hover { padding-left: .6rem; color: #fff; }
.close-direct svg { width: 18px; height: 18px; color: var(--gold-lt); flex: none; }
.close-direct b { font-weight: 400; font-family: var(--serif); font-size: 1.2rem; }
.close-direct small {
  display: block;
  font-size: .64rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--on-dark-2);
  margin-bottom: .1rem;
}
@media (min-width: 940px) {
  .close-grid { grid-template-columns: 1fr .82fr; gap: clamp(3rem, 7vw, 6rem); }
}

/* ── Consultation form ───────────────────────────────────────────────── */
.consult {
  background: var(--bone);
  padding: clamp(1.9rem, 3.5vw, 2.8rem);
}
.consult-head { display: grid; gap: .5rem; margin-bottom: 1.6rem; }
.consult-head h3 { font-size: clamp(1.5rem, 2.4vw, 1.95rem); }
.consult-head p { font-size: .92rem; color: var(--ink-3); }

.field { margin-bottom: .8rem; }
.field label {
  display: block;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: .15rem;
}
.field label i { font-style: normal; color: var(--error); }
.field input, .field select {
  width: 100%;
  min-height: 42px;
  padding: .45rem 0;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 300;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-2);
  border-radius: 0;
  transition: border-color .3s;
}
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B6459' stroke-width='1.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .1rem center;
  background-size: 17px;
  padding-right: 1.8rem;
  cursor: pointer;
}
.field input::placeholder { color: #A9A296; }
.field input:focus, .field select:focus {
  outline: none;
  border-color: var(--gold-dk);
}
.field.bad input, .field.bad select { border-color: var(--error); }
.err { display: block; min-height: .8em; font-size: .74rem; color: var(--error); margin-top: .15rem; }

.tel-row { display: flex; align-items: center; gap: .7rem; border-bottom: 1px solid var(--line-2); }
.tel-row:focus-within { border-color: var(--gold-dk); }
.tel-row span { font-size: 1rem; color: var(--ink-3); font-weight: 300; }
.tel-row input { border-bottom: 0; }

.consent {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .72rem;
  color: var(--ink-3);
  margin-top: 1rem;
  line-height: 1.5;
}
.consent svg { width: 13px; height: 13px; color: var(--ok); flex: none; }
.hp { position: absolute; left: -9999px; width: 0; height: 0; opacity: 0; }

/* ── Footer ──────────────────────────────────────────────────────────── */
.foot { background: #0F0E0A; color: #7C7568; padding: clamp(3rem, 5vw, 4.5rem) 0 calc(2.5rem + var(--bar-h)); font-size: .82rem; }
.foot-top {
  display: grid;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #241F18;
  margin-bottom: 2rem;
}
.foot .mark-a { color: var(--on-dark); font-size: 1.4rem; }
.foot .mark-b { color: var(--gold); }
.foot-meta { display: grid; gap: .45rem; }
.foot-meta strong { color: #9E968A; font-weight: 400; }
.foot-meta a { color: var(--gold-lt); text-decoration: underline; text-underline-offset: 3px; }
.disclaimer { line-height: 1.75; color: #8A8377; font-size: .74rem; max-width: 105ch; }
.foot-end {
  margin-top: 1.8rem;
  padding-top: 1.4rem;
  border-top: 1px solid #241F18;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 2rem;
  justify-content: space-between;
  font-size: .74rem;
}
.foot-end a { color: var(--gold-lt); }
@media (min-width: 820px) {
  .foot-top { grid-template-columns: auto 1fr; gap: 4rem; }
  .foot { padding-bottom: 3rem; }
}

/* ── Sticky desktop CTA ──────────────────────────────────────────────── */
.deskbar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 96;
  display: none;
  background: rgba(23, 21, 15, .96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line-dk);
  transform: translateY(100%);
  transition: transform .5s var(--ease);
}
.deskbar.is-up { transform: none; }
.deskbar-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: .85rem;
}
.deskbar-facts { display: flex; align-items: center; gap: 2.5rem; }
.deskbar-facts div { display: grid; gap: .1rem; }
.deskbar-facts dt { font-size:1rem; color:#fff; }
.deskbar-facts dd { font-size: 1.1rem; color: var(--gold-lt); }
.deskbar-act { display: flex; align-items: center; gap: 1.2rem; }
.deskbar-tel { display: flex; align-items: center; gap: .5rem; color: var(--on-dark); font-size: .9rem; }
.deskbar-tel svg { width: 15px; height: 15px; color: var(--gold-lt); }
@media (min-width: 1100px) { .deskbar { display: block; } }

/* ── Mobile bottom bar ───────────────────────────────────────────────── */
.mobar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 96;
  display: grid;
  grid-template-columns: auto auto 1fr;
  height: var(--bar-h);
  background: var(--bone);
  border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom);
}
.mobar a, .mobar button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink);
  padding-inline: 1.15rem;
}
.mobar svg { width: 17px; height: 17px; }
.mobar .m-wa { color: var(--ok); border-left: 1px solid var(--line); }
.mobar button { background: var(--gold-dk); color: #fff; }
@media (min-width: 1100px) { .mobar { display: none; } }

/* ── WhatsApp float ──────────────────────────────────────────────────── */
.wafloat {
  position: fixed;
  right: clamp(1rem, 2vw, 1.6rem);
  bottom: calc(var(--bar-h) + 1rem);
  z-index: 95;
  /* hidden on small screens — the bottom bar already carries WhatsApp */
  display: none;
  width: 52px; height: 52px;
  place-content: center;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 14px rgba(18, 110, 60, .3);
  transition: transform .35s var(--ease);
}
.wafloat:hover { transform: scale(1.07); }
.wafloat svg { width: 27px; height: 27px; }
@media (min-width: 1100px) {
  .wafloat { display: grid; bottom: calc(var(--bar-h) + 1.4rem); }
}

/* ── Modal ───────────────────────────────────────────────────────────── */
.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.modal[hidden] { display: none; }
.modal-veil {
  position: absolute; inset: 0;
  background: rgba(12, 11, 8, .72);
  backdrop-filter: blur(5px);
  animation: fade .35s var(--ease);
}
.modal-box {
  position: relative;
  width: min(100%, 940px);
  max-height: min(94svh, 820px);
  overflow-y: auto;
  background: var(--bone);
  display: grid;
  animation: rise .45s var(--slow);
}
@keyframes fade { from { opacity: 0; } }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } }

.modal-art { position: relative; display: none; }
.modal-art img { width: 100%; height: 100%; object-fit: cover; }
.modal-art::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(12, 11, 8, .88), rgba(12, 11, 8, .25));
}
.modal-art-txt {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 2rem;
  display: grid;
  gap: .4rem;
  color: #fff;
}
.modal-art-txt strong { font-family: var(--serif); font-weight: 400; font-size: 1.7rem; }
.modal-art-txt span { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-lt); }

.modal-form { padding: clamp(1.75rem, 4vw, 3rem); }
.modal-x {
  position: absolute;
  top: .9rem; right: .9rem;
  z-index: 3;
  width: 42px; height: 42px;
  display: grid;
  place-content: center;
  color: var(--ink);
  background: rgba(247, 244, 238, .9);
  border-radius: 50%;
  transition: transform .35s var(--ease);
}
.modal-x:hover { transform: rotate(90deg); }
.modal-x svg { width: 17px; height: 17px; }
@media (min-width: 800px) {
  .modal-box { grid-template-columns: .82fr 1fr; }
  .modal-art { display: block; }
  .modal-x { color: #fff; background: rgba(12, 11, 8, .35); }
}

/* ── Lightbox ────────────────────────────────────────────────────────── */
.lbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(10, 9, 6, .96);
  animation: fade .3s var(--ease);
}
.lbox img, .lbox video {
  max-width: min(94vw, 1300px);
  max-height: 88svh;
  width: auto;
  object-fit: contain;
  animation: rise .45s var(--slow);
}
.lbox-x {
  position: absolute;
  top: clamp(1rem, 3vw, 2rem); right: clamp(1rem, 3vw, 2rem);
  width: 46px; height: 46px;
  display: grid;
  place-content: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  transition: background .3s, transform .35s var(--ease);
}
.lbox-x:hover { background: rgba(255, 255, 255, .14); transform: rotate(90deg); }
.lbox-x svg { width: 19px; height: 19px; }
.lbox-cap {
  position: absolute;
  left: 0; right: 0; bottom: clamp(1rem, 3vw, 2rem);
  text-align: center;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
}

/* ── Toast ───────────────────────────────────────────────────────────── */
.toast {
  position: fixed;
  left: 50%;
  bottom: calc(var(--bar-h) + 1.2rem);
  transform: translateX(-50%);
  z-index: 400;
  max-width: min(92vw, 460px);
  background: var(--char);
  color: var(--on-dark);
  font-size: .88rem;
  padding: .95rem 1.5rem;
  border-left: 2px solid var(--ok);
  box-shadow: 0 10px 34px rgba(12, 11, 8, .3);
  animation: rise .35s var(--ease);
  text-align: center;
}
.toast.bad { border-left-color: var(--error); }

/* ── Reveal + parallax ───────────────────────────────────────────────── */
.rv {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  transition-delay: var(--d, 0ms);
}
.rv.seen { opacity: 1; transform: none; }

.rv-img { overflow: hidden; }
.rv-img > img { transform: scale(1.08); transition: transform 1.4s var(--slow); }
.rv-img.seen > img { transform: scale(1); }

.px { will-change: transform; }

/* ── Thank-you page ──────────────────────────────────────────────────── */
.ty {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 2.5rem 1.25rem;
  background: var(--bone);
}
.ty-inner { max-width: 620px; text-align: center; display: grid; gap: 1.4rem; justify-items: center; }
.ty-mark { width: 62px; height: 62px; }
.ty-mark circle, .ty-mark path { fill: none; stroke: var(--ok); }
.ty-mark circle { stroke-width: 1.5; stroke-dasharray: 170; stroke-dashoffset: 170; animation: draw 1s var(--ease) forwards; }
.ty-mark path { stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 40; stroke-dashoffset: 40; animation: draw .55s var(--ease) .6s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.ty-acts { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: .8rem; }

/* ── Reduced motion ──────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .rv { opacity: 1; transform: none; }
  .rv-img > img { transform: none; }
  .hero-media img { animation: none; }
  .px { transform: none !important; }
}

/* ── Print ───────────────────────────────────────────────────────────── */
@media print {
  .nav, .deskbar, .mobar, .wafloat, .modal, .toast, .film, .close { display: none !important; }
  body { background: #fff; color: #000; }
}
