/* ============================================================
   TOBIANO PLACE · 5248 NW 82nd Court · Golden Hills, Ocala — site.css
   foundation.css (2026-08-06) skinned in the BRAND SLOTS, Elements
   library members where reused, then the page system.
   References: 250broadway.com (address-as-brand cell chrome, sticky
   deck, spec cards, map with pins, ghost numerals, scroll lanes,
   blur-in greeting) and coquelicots.nl (organic fields, masked
   parallax trio, goo cursor, roll buttons, knockout footer).
   See rsmi.md / motion.md. ONE bespoke system: the pool ripple
   (velocity-driven SVG displacement on the pool photo). 2026-09-04.
   ============================================================ */

/* ---------- 0. FONTS — self-hosted, metric-matched fallbacks ---------- */
@font-face { font-family: "EB Garamond"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("assets/fonts/ebgaramond-var.woff2") format("woff2"); }
@font-face { font-family: "EB Garamond"; font-style: italic; font-weight: 400 700; font-display: swap; src: url("assets/fonts/ebgaramond-var-italic.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("assets/fonts/manrope-var.woff2") format("woff2"); }
@font-face { font-family: "Garamond Fallback"; src: local("Iowan Old Style"), local("Georgia"), local("Times New Roman"); size-adjust: 96%; ascent-override: 92%; descent-override: 26%; line-gap-override: 0%; }
@font-face { font-family: "Manrope Fallback"; src: local("Avenir Next"), local("Helvetica Neue"), local("Arial"); size-adjust: 101%; ascent-override: 98%; descent-override: 27%; line-gap-override: 0%; }

/* ---------- 1. BRAND SLOTS ---------- */
:root {
  --font-display: "EB Garamond", "Garamond Fallback";
  --font-body: "Manrope", "Manrope Fallback";
  --font-mono: "SF Mono", ui-monospace, Menlo, monospace;
  --weight-display: 400;
  --weight-body: 400;
  --weight-medium: 600;

  --brand-h: 40;
  --cream: #F7F1E6;
  --paper: #FDFAF4;
  --stone: #E8E2D6;
  --ink: #10213A;
  --ink-2: #3A4658;
  --ink-3: #66707F;
  --ink-deep: #0A1526;
  --clay: #B5623A;
  --clay-ink: #8F4A28;
  --clay-soft: #E4B9A2;
  --accent: var(--clay);
  --accent-ink: var(--clay-ink);
  --accent-strong: var(--clay-ink);
  --pool: #CFE4EC;
  --pool-2: #B9D8E3;
  --pool-ink: #1F5B72;
  --oak: #D9E4CF;
  --oak-2: #C6D6B8;
  --oak-deep: #2F4A3A;
  --sand: #E9D9BC;

  --radius: 6px;                 /* 250broadway precision */
  --radius-lg: 14px;
  --radius-pill: 999px;
}

/* ---------- 2. NEUTRALS (warm-tinted) ---------- */
:root {
  --n-50: oklch(0.985 0.008 var(--brand-h));
  --n-100: oklch(0.96 0.012 var(--brand-h));
  --n-200: oklch(0.91 0.014 var(--brand-h));
  --n-300: oklch(0.83 0.016 var(--brand-h));
  --n-500: oklch(0.60 0.024 var(--brand-h));
  --n-700: oklch(0.40 0.03 var(--brand-h));
  --n-900: oklch(0.25 0.034 var(--brand-h));
  --n-950: oklch(0.17 0.03 var(--brand-h));
}

/* ---------- 3. SEMANTIC + MODES ---------- */
:root, .mode-light {
  --surface: var(--cream); --surface-2: var(--paper);
  --text: var(--ink); --text-2: var(--ink-2);
  --line: rgb(16 33 58 / 0.14); --line-soft: rgb(16 33 58 / 0.08);
  --link: var(--clay-ink); --field: var(--cream);
}
.mode-pool { --surface: var(--pool); --field: var(--pool); --link: var(--pool-ink); }
.mode-oak { --surface: var(--oak); --field: var(--oak); --link: var(--oak-deep); }
.mode-dark {
  --surface: var(--ink); --surface-2: var(--ink-deep);
  --text: var(--cream); --text-2: rgb(247 241 230 / 0.72);
  --line: rgb(255 255 255 / 0.14); --line-soft: rgb(255 255 255 / 0.08);
  --link: var(--clay-soft); --field: var(--ink);
}

/* ---------- 4. SPACE ---------- */
:root {
  --s-1: 8px; --s-2: 16px; --s-3: 24px; --s-4: 32px; --s-6: 48px;
  --s-8: 64px; --s-12: 96px; --s-16: 128px; --s-20: 160px;
  --px: clamp(20px, 5vw, 72px);
  --measure: 62ch; --wrap: 1296px; --bar-h: 44px;
}

/* ---------- 5. TYPE SCALE ---------- */
:root {
  --text-xs: 0.75rem; --text-sm: 0.875rem;
  --text-md: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  --text-xl: clamp(1.5rem, 1.2rem + 1.2vw, 2.1rem);
  --text-2xl: clamp(2.1rem, 1.4rem + 2.6vw, 3.75rem);
  --text-3xl: clamp(2.8rem, 1.6rem + 4.4vw, 5.6rem);
  --text-hero: clamp(3.2rem, 1.2rem + 8vw, 8.5rem);
  --text-ghost: clamp(12rem, 34vw, 44rem);
}

/* ---------- 6. MOTION ---------- */
:root {
  --ease-out: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-roll: cubic-bezier(0.625, 0.05, 0, 1);
  --ease-soft: cubic-bezier(0.44, 0, 0.56, 1);
  --ease-inout: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  --dur-1: 150ms; --dur-2: 240ms; --dur-3: 450ms; --dur-4: 800ms;
  --stagger: 70ms;
  --ripple: 0;                      /* 0..1 written by the ripple clock */
}

/* ---------- 7. ELEVATION + FOCUS ---------- */
:root {
  --shadow-soft: 0 20px 40px -20px rgb(16 33 58 / 0.18), 0 3px 8px -3px rgb(16 33 58 / 0.06);
  --shadow-lift: 0 40px 70px -28px rgb(16 33 58 / 0.34), 0 18px 36px -18px rgb(16 33 58 / 0.18);
  --focus-ring: 0 0 0 4px rgb(181 98 58 / 0.22);
}
:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; box-shadow: var(--focus-ring); border-radius: var(--radius); }

/* ---------- 8. BASE ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); font-weight: var(--weight-body); font-size: var(--text-md); line-height: 1.5; color: var(--text); background: var(--cream); overflow-x: clip; }
body.has-cursor, body.has-cursor a, body.has-cursor button, body.has-cursor label { cursor: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: var(--weight-display); line-height: 1.02; margin: 0 0 var(--s-3); text-wrap: balance; hyphens: none; }
h1 { font-size: var(--text-hero); letter-spacing: -0.03em; line-height: 0.96; }
h2 { font-size: var(--text-2xl); letter-spacing: -0.03em; }
h3 { font-size: var(--text-xl); letter-spacing: -0.02em; }
h4 { font-size: var(--text-lg); letter-spacing: -0.01em; }
p { margin: 0 0 var(--s-2); max-width: var(--measure); text-wrap: pretty; }
img, svg, video, iframe { max-width: 100%; display: block; }
img, svg, video { height: auto; }
a { color: var(--link); }
ul { margin: 0; padding: 0; list-style: none; }
button, input, textarea { font: inherit; color: inherit; }
.accent { font-style: italic; color: var(--accent-ink); }
.mode-dark .accent { color: var(--clay-soft); }
.mode-pool .accent { color: var(--pool-ink); }
.mode-oak .accent { color: var(--oak-deep); }
.lede { font-size: var(--text-lg); color: var(--text-2); line-height: 1.45; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: var(--text-xs); font-weight: var(--weight-medium); letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-2); margin-bottom: var(--s-2); }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; opacity: 0.6; }
.sticker { display: inline-block; padding: 6px 14px 7px; border-radius: 3px; transform: rotate(-2.5deg); background: var(--sand); color: var(--ink); font-family: var(--font-display); font-style: italic; font-size: 1.2rem; line-height: 1; margin-bottom: var(--s-3); box-shadow: 0 6px 14px -8px rgb(16 33 58 / 0.35); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- 9. LAYOUT ---------- */
.section { position: relative; padding-top: var(--s-16); padding-bottom: var(--s-16); background: var(--surface); color: var(--text); }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-left: var(--px); padding-right: var(--px); }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s-8); align-items: start; }
@media (max-width: 860px) { .grid-2 { grid-template-columns: 1fr; gap: var(--s-6); } }

/* organic fields (coquelicots) — static crests here; the signature is the ripple */
.field { position: relative; background: var(--field); }
.field .crest { position: absolute; left: 0; right: 0; top: -1px; height: clamp(56px, 8vw, 128px); width: 100%; transform: translateY(-99.5%); pointer-events: none; }
.field .crest path { fill: var(--field); }

/* ---------- 10. BUTTONS — pill + circle icon + char roll ---------- */
.btn { --btn-bg: var(--clay); --btn-fg: #fff; --btn-icon: var(--ink); --btn-icon-fg: #fff; position: relative; display: inline-flex; align-items: center; gap: 4px; padding: 0; border: 0; background: transparent; color: var(--btn-fg); text-decoration: none; font-family: var(--font-body); font-weight: var(--weight-medium); font-size: var(--text-md); line-height: 1; cursor: pointer; isolation: isolate; }
.btn .btn__text { display: inline-block; padding: 15px 22px 16px; border-radius: var(--radius-pill); background: var(--btn-bg); color: var(--btn-fg); overflow: hidden; line-height: 1.1; transition: background-color var(--dur-2) var(--ease-soft), transform var(--dur-2) var(--ease-out), filter var(--dur-2) var(--ease-soft); }
.btn .btn__icon { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--btn-icon); color: var(--btn-icon-fg); flex: none; transition: background-color var(--dur-2) var(--ease-soft), transform var(--dur-3) var(--ease-roll); }
.btn .btn__icon svg { width: 18px; height: 18px; transition: transform var(--dur-3) var(--ease-roll); }
.btn .roll { display: inline-block; position: relative; height: 1.1em; overflow: hidden; vertical-align: top; }
.btn .roll .ln { display: block; white-space: pre; }
.btn .roll .ln + .ln { position: absolute; left: 0; top: 100%; }
.btn .roll .ch { display: inline-block; transition: transform var(--dur-3) var(--ease-roll); transition-delay: calc(var(--i, 0) * 18ms); }
@media (hover: hover) {
  .btn:hover .roll .ch, .btn:focus-visible .roll .ch { transform: translateY(-100%); }
  .btn:hover .btn__text, .btn:focus-visible .btn__text { background: var(--clay-ink); transform: translateX(-2px); }
  .btn:hover .btn__icon svg { transform: translateX(3px); }
  .btn:hover .btn__icon { transform: rotate(-8deg); }
}
.btn:active .btn__text { transform: scale(0.97); transition-duration: var(--dur-1); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--ink); --btn-icon: var(--ink); --btn-icon-fg: var(--cream); }
.btn--ghost .btn__text { box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn--ghost:hover .btn__text { background: rgb(16 33 58 / 0.06); }
.btn--paper { --btn-bg: var(--paper); --btn-fg: var(--ink); --btn-icon: var(--clay); --btn-icon-fg: #fff; }
.btn--paper:hover .btn__text { background: #fff; }
.mode-dark .btn--ghost { --btn-fg: var(--cream); --btn-icon: var(--cream); --btn-icon-fg: var(--ink); }
.mode-dark .btn--ghost .btn__text { box-shadow: inset 0 0 0 1.5px rgb(247 241 230 / 0.7); }
.mode-dark .btn--ghost:hover .btn__text { background: rgb(255 255 255 / 0.08); }
.btn--sm .btn__text { padding: 11px 16px 12px; font-size: var(--text-sm); }
.btn--sm .btn__icon { width: 38px; height: 38px; }
.btn--sm .btn__icon svg { width: 15px; height: 15px; }
.tlink { --hover: 0; display: inline-flex; align-items: center; gap: 8px; color: var(--link); text-decoration: none; font-weight: var(--weight-medium); background-image: linear-gradient(currentColor, currentColor); background-size: calc(var(--hover) * 100%) 1.5px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size var(--dur-3) var(--ease-out), color var(--dur-2) var(--ease-soft); }
.tlink svg { width: 16px; height: 16px; transition: transform var(--dur-2) var(--ease-out); }
@media (hover: hover) { .tlink:hover, .tlink:focus-visible { --hover: 1; } .tlink:hover svg { transform: translateX(4px); } }

/* ---------- 11. CELL BAR (250broadway ticker chrome) ---------- */
.bar { position: fixed; inset: 0 0 auto 0; z-index: 60; height: var(--bar-h); display: grid; grid-template-columns: auto repeat(5, minmax(0, 1fr)) auto; background: rgb(247 241 230 / 0.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); font-size: var(--text-sm); font-weight: var(--weight-medium); transition: background-color var(--dur-3) var(--ease-soft), color var(--dur-3) var(--ease-soft), border-color var(--dur-3) var(--ease-soft); }
.bar > a, .bar > button { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--ink); text-decoration: none; white-space: nowrap; transition: color 0.4s var(--ease-soft), background-color var(--dur-2) var(--ease-soft); }
.bar__brand { justify-content: flex-start !important; background: var(--clay) !important; color: #fff !important; font-family: var(--font-display); font-size: 1.05rem; letter-spacing: -0.01em; padding-right: 24px !important; }
.bar__brand b { font-weight: 500; }
.bar__brand small { font-family: var(--font-body); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.85; }
.bar__cta { background: var(--ink) !important; color: #fff !important; border-right: 0 !important; padding: 0 22px !important; }
.bar__cta svg { width: 14px; height: 14px; transition: transform var(--dur-2) var(--ease-out); }
@media (hover: hover) {
  .bar > a:not(.bar__brand):not(.bar__cta):hover { color: rgb(16 33 58 / 0.45); background: rgb(16 33 58 / 0.04); }
  .bar__cta:hover svg { transform: translateX(3px); }
  .bar__cta:hover { background: var(--ink-deep) !important; }
}
.bar.-dark { background: rgb(16 33 58 / 0.7); border-color: rgb(255 255 255 / 0.14); }
.bar.-dark > a { color: var(--cream); border-color: rgb(255 255 255 / 0.14); }
@media (hover: hover) { .bar.-dark > a:not(.bar__brand):not(.bar__cta):hover { color: rgb(247 241 230 / 0.45); background: rgb(255 255 255 / 0.05); } }
.bar > .bar__menu, .bar > .bar__spacer { display: none; }
@media (max-width: 960px) {
  .bar { grid-template-columns: auto 1fr auto auto; }
  .bar > a.bar__link { display: none; }
  .bar > .bar__menu { display: flex; width: 56px; padding: 0 !important; }
  .bar > .bar__spacer { display: block; }
  .bar__brand small { display: none; }
  .bar__brand { padding: 0 14px !important; font-size: 1rem; }
  .bar__cta { padding: 0 16px !important; }
  .bar__menu svg { width: 22px; height: 22px; }
  .bar__menu svg line { transform-origin: center; transition: transform var(--dur-3) var(--ease-roll), opacity var(--dur-2) var(--ease-soft); }
  .bar__menu[aria-expanded="true"] svg .l2 { opacity: 0; }
  .bar__menu[aria-expanded="true"] svg .l1 { transform: translateY(5px) rotate(45deg); }
  .bar__menu[aria-expanded="true"] svg .l3 { transform: translateY(-5px) rotate(-45deg); }
  .bar__spacer { border-right: 1px solid var(--line); }
}
/* menu panel (coquelicots side panel) */
.menu { position: fixed; inset: 0; z-index: 55; visibility: hidden; }
.menu.open { visibility: visible; }
.menu__veil { position: absolute; inset: 0; background: rgb(16 33 58 / 0.45); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); opacity: 0; transition: opacity var(--dur-3) var(--ease-soft); }
.menu.open .menu__veil { opacity: 1; }
.menu__panel { position: absolute; top: calc(var(--bar-h) + 10px); right: 10px; bottom: 10px; width: min(520px, calc(100% - 20px)); background: var(--cream); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 48px); overflow: auto; display: flex; flex-direction: column; gap: var(--s-4); transform: translateX(calc(100% + 20px)); transition: transform var(--dur-4) var(--ease-roll); }
.menu.open .menu__panel { transform: none; }
.menu__list { display: grid; gap: 2px; }
.menu__list a { display: flex; align-items: baseline; gap: 14px; padding: 8px 0; font-family: var(--font-display); font-size: clamp(2rem, 5vw, 2.8rem); letter-spacing: -0.02em; line-height: 1; color: var(--ink); text-decoration: none; transform: translateX(30px); opacity: 0; transition: transform var(--dur-4) var(--ease-roll), opacity var(--dur-3) var(--ease-soft), color var(--dur-2) var(--ease-soft); transition-delay: calc(80ms + var(--i, 0) * 45ms); }
.menu.open .menu__list a { transform: none; opacity: 1; }
.menu__list a small { font-family: var(--font-body); font-weight: 600; font-size: var(--text-xs); letter-spacing: 0.12em; color: var(--ink-3); width: 2.2em; }
@media (hover: hover) { .menu__list a:hover { color: var(--clay-ink); padding-left: 6px; } }
.menu__contact { margin-top: auto; padding-top: var(--s-4); border-top: 1px solid var(--line); display: grid; gap: 12px; font-size: var(--text-sm); color: var(--ink-2); }
.menu__contact a.plain { color: var(--ink); text-decoration: none; font-weight: 600; }

/* ---------- 12. HERO — sticky under the page, Light Clock greeting ---------- */
.hero { position: sticky; top: 0; height: 100dvh; min-height: 560px; overflow: hidden; background: radial-gradient(120% 80% at 50% 100%, rgb(181 98 58 / 0.18), transparent 60%), var(--ink-deep); color: #fff; isolation: isolate; z-index: 0; }
.hero__media { position: absolute; inset: 0; }
.hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; transform: scale(1.06); opacity: 0; transition: transform 1600ms var(--ease-roll), opacity 900ms var(--ease-soft); }
.hero__media img.active { opacity: 1; }
.is-loaded .hero__media img.active { transform: scale(1); }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgb(10 21 38 / 0.5) 0%, rgb(10 21 38 / 0.05) 35%, rgb(10 21 38 / 0.1) 60%, rgb(10 21 38 / 0.72) 100%); }
.hero__copy { position: absolute; left: var(--px); right: var(--px); bottom: clamp(110px, 16vh, 170px); z-index: 2; }
.hero__badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: var(--s-3); }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: var(--radius-pill); font-size: var(--text-xs); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; background: rgb(255 255 255 / 0.14); border: 1px solid rgb(255 255 255 / 0.28); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: #fff; }
.pill.bi { display: inline-block; line-height: 1.25; }
.pill--live.bi::before { display: inline-block; vertical-align: middle; position: relative; top: -1px; }
.pill--live::before { content: ""; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--clay-soft); box-shadow: 0 0 0 0 rgb(228 185 162 / 0.6); animation: pulse 2.2s var(--ease-out) infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgb(228 185 162 / 0.6); } 70% { box-shadow: 0 0 0 9px rgb(228 185 162 / 0); } 100% { box-shadow: 0 0 0 0 rgb(228 185 162 / 0); } }
.hero__title { color: #fff; margin: 0 0 var(--s-2); font-size: var(--text-hero); }
.hero__title .accent { color: var(--clay-soft); }
.hero__tag { font-size: var(--text-lg); color: rgb(255 255 255 / 0.86); max-width: 46ch; margin: 0; }
.bi .w { display: inline-block; white-space: nowrap; }
.bi .ch { display: inline-block; opacity: 0; filter: blur(8px); transform: translateY(0.15em); transition: opacity 500ms var(--ease-soft), filter 700ms var(--ease-out), transform 600ms var(--ease-roll); transition-delay: calc(var(--i, 0) * 24ms + var(--d, 0ms)); white-space: pre; }
.is-loaded .bi .ch { opacity: 1; filter: blur(0); transform: none; }
.hero__strip { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto; background: rgb(10 21 38 / 0.55); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid rgb(255 255 255 / 0.18); color: #fff; }
.hero__strip > div { padding: 16px clamp(14px, 2vw, 28px); border-right: 1px solid rgb(255 255 255 / 0.16); display: grid; gap: 4px; min-width: 0; }
.hero__strip small { font-size: var(--text-xs); letter-spacing: 0.12em; text-transform: uppercase; color: rgb(255 255 255 / 0.62); }
.hero__strip b { font-family: var(--font-display); font-weight: 500; font-size: var(--text-lg); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; letter-spacing: -0.01em; }
.hero__strip .hero__cta { display: flex; align-items: center; padding: 10px 14px; border-right: 0; }
.hero__scroll { position: absolute; right: var(--px); top: 50%; transform: translateY(-50%); z-index: 2; display: grid; gap: 10px; justify-items: center; color: #fff; font-size: var(--text-xs); letter-spacing: 0.16em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero__scroll i { width: 1px; height: 64px; background: rgb(255 255 255 / 0.4); position: relative; overflow: hidden; }
.hero__scroll i::after { content: ""; position: absolute; left: 0; top: -100%; width: 100%; height: 100%; background: #fff; animation: cue 2s var(--ease-inout) infinite; }
@keyframes cue { to { top: 100%; } }
@media (max-width: 860px) {
  .hero__strip { grid-template-columns: 1fr 1fr; }
  .hero__strip > div:nth-child(n+3):not(.hero__cta) { display: none; }
  .hero__strip .hero__cta { grid-column: 1 / -1; border-top: 1px solid rgb(255 255 255 / 0.16); justify-content: center; }
  .hero__copy { bottom: 150px; }
  .hero__scroll { display: none; }
}
/* everything after the hero slides over it (250broadway deck) */
.page { position: relative; z-index: 1; background: var(--cream); box-shadow: 0 -30px 60px -30px rgb(10 21 38 / 0.5); }

/* ---------- 13. INTRO (sink copy) + OUTSIDE trio ---------- */
.intro { padding-top: var(--s-20); padding-bottom: 0; }
.intro__stats { display: flex; gap: clamp(24px, 4vw, 56px); margin-top: var(--s-6); padding-top: var(--s-4); border-top: 1px solid var(--line); flex-wrap: wrap; }
.stat { display: grid; gap: 4px; }
.stat b { font-family: var(--font-display); font-size: var(--text-2xl); font-weight: 400; letter-spacing: -0.02em; line-height: 1; color: var(--ink); }
.stat small { font-size: var(--text-xs); letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); }
.intro__photo { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 5; position: relative; }
.intro__photo img { width: 100%; height: 100%; object-fit: cover; }
.intro__photo figcaption { position: absolute; left: 16px; bottom: 16px; padding: 8px 14px; border-radius: var(--radius-pill); background: rgb(255 255 255 / 0.88); backdrop-filter: blur(8px); font-size: var(--text-xs); letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); }
.outside { padding-top: var(--s-12); padding-bottom: var(--s-16); }
.outside__head { text-align: center; max-width: 640px; margin: 0 auto var(--s-8); }
.outside__head p { margin-inline: auto; }
.outside__cloud { position: relative; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(8px, 1.6vw, 24px); align-items: start; }
.blob:nth-child(2) { margin-top: 9%; }
.blob:nth-child(3) { margin-top: -3%; }
.blob:nth-child(5) { grid-column: 2 / span 4; margin-top: -2%; }
.blob span { background: rgb(16 33 58 / 0.6); }
@media (max-width: 860px) { .outside__cloud { grid-template-columns: 1fr; gap: 6px; } .blob, .blob:nth-child(5) { grid-column: auto; margin: 0; width: 100%; } }


/* ---------- BUBBLES — huge organic windows with live, morphing edges (the showcase) ---------- */
.blob { display: block; position: relative; width: 100%; grid-column: span 3; border: 0; padding: 0; background: transparent; cursor: pointer; text-decoration: none; color: #fff; -webkit-mask: none; mask: none; aspect-ratio: auto; }
.blob svg { display: block; width: 100%; height: auto; overflow: visible; }
.blob image { transform-origin: 50% 50%; transform-box: fill-box; transition: transform var(--dur-4) var(--ease-out); }
.blob span { position: absolute; left: 50%; bottom: 10%; transform: translate(-50%, 6px); padding: 9px 16px; border-radius: var(--radius-pill); backdrop-filter: blur(8px); font-size: var(--text-xs); letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; opacity: 0; transition: opacity var(--dur-2) var(--ease-soft), transform var(--dur-3) var(--ease-out); }
@media (hover: hover) { .blob:hover image { transform: scale(1.06); } .blob:hover span, .blob:focus-visible span { opacity: 1; transform: translate(-50%, 0); } }
@media (hover: none) { .blob span { opacity: 1; transform: translate(-50%, 0); } }

/* ---------- 14. ROOMS DECK — sticky scenes with spec cards ---------- */
.deck { position: relative; background: var(--ink); }
.deck__intro { padding: var(--s-16) 0 var(--s-8); position: relative; z-index: 2; }
.deck__intro h2 { color: var(--cream); }
.scene { position: relative; min-height: 100dvh; }
.scene__stage { position: sticky; top: 0; height: 100dvh; min-height: 640px; overflow: hidden; background: var(--ink); color: var(--cream); isolation: isolate; transform-origin: 50% 20%; }
.scene__bg { position: absolute; inset: 0; z-index: 0; }
.scene__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; transform: scale(1.04); transition: transform 1200ms var(--ease-roll); }
.scene__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(10 21 38 / 0.9) 0%, rgb(10 21 38 / 0.62) 44%, rgb(10 21 38 / 0.12) 100%), linear-gradient(180deg, rgb(10 21 38 / 0.55) 0%, rgb(10 21 38 / 0) 38%); }
.scene__ghost { position: absolute; right: -0.06em; bottom: -0.2em; z-index: 1; font-family: var(--font-display); font-size: var(--text-ghost); line-height: 1; letter-spacing: -0.04em; color: rgb(255 255 255 / 0.085); pointer-events: none; user-select: none; will-change: transform; }
.scene__inner { position: relative; z-index: 2; height: 100%; display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.35fr); gap: var(--s-8); align-items: start; padding: calc(var(--bar-h) + 40px) var(--px) clamp(32px, 6vh, 64px); max-width: var(--wrap); margin-inline: auto; }
.scene__copy .eyebrow { color: rgb(247 241 230 / 0.7); }
.scene__copy h2 { color: var(--cream); font-size: var(--text-3xl); margin-bottom: var(--s-2); }
.scene__copy .lede { color: rgb(247 241 230 / 0.8); max-width: 44ch; }
.spec { background: rgb(255 255 255 / 0.06); border: 1px solid rgb(255 255 255 / 0.14); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: var(--radius-lg); overflow: hidden; display: grid; grid-template-rows: auto 1fr auto; max-height: calc(100dvh - var(--bar-h) - 120px); }
.spec__tabs { display: flex; gap: 4px; padding: 10px; border-bottom: 1px solid rgb(255 255 255 / 0.12); overflow-x: auto; scrollbar-width: none; }
.spec__tabs::-webkit-scrollbar { display: none; }
.spec__bar { height: 2px; background: rgb(255 255 255 / 0.12); overflow: hidden; }
.spec__bar i { display: block; height: 100%; width: 100%; transform-origin: left; transform: scaleX(0); background: var(--accent, #fff); }
.rtab { flex: none; padding: 9px 14px 10px; border: 0; border-radius: var(--radius-pill); background: transparent; color: rgb(247 241 230 / 0.72); font-size: var(--text-sm); font-weight: 600; cursor: pointer; transition: background-color var(--dur-2) var(--ease-soft), color var(--dur-2) var(--ease-soft), transform var(--dur-2) var(--ease-out); }
.rtab[aria-pressed="true"] { background: var(--cream); color: var(--ink); }
@media (hover: hover) { .rtab:hover:not([aria-pressed="true"]) { background: rgb(255 255 255 / 0.1); color: #fff; transform: translateY(-1px); } }
.spec__body { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); min-height: 0; }
.spec__photo { position: relative; overflow: hidden; background: var(--ink-deep); min-height: 380px; }
.spec__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.05); transition: opacity var(--dur-3) var(--ease-soft), transform var(--dur-4) var(--ease-out); }
.spec__photo img.active { opacity: 1; transform: none; }
.spec__photo button { position: absolute; right: 10px; bottom: 10px; z-index: 2; width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgb(255 255 255 / 0.3); background: rgb(10 21 38 / 0.55); color: #fff; display: grid; place-items: center; cursor: pointer; backdrop-filter: blur(6px); transition: background-color var(--dur-2) var(--ease-soft), transform var(--dur-2) var(--ease-out); }
.spec__photo button svg { width: 16px; height: 16px; }
@media (hover: hover) { .spec__photo button:hover { background: var(--cream); color: var(--ink); transform: translateY(-1px); } }
.spec__detail { position: relative; padding: 22px; overflow: auto; }
.spec__detail > div { position: absolute; inset: 22px; opacity: 0; transform: translateY(10px); transition: opacity var(--dur-3) var(--ease-soft), transform var(--dur-3) var(--ease-out); pointer-events: none; overflow: auto; }
.spec__detail > div.active { position: relative; inset: auto; opacity: 1; transform: none; pointer-events: auto; }
.spec__detail small.k { display: block; font-size: var(--text-xs); letter-spacing: 0.14em; text-transform: uppercase; color: rgb(247 241 230 / 0.6); margin-bottom: 8px; }
.spec__detail h3 { color: #fff; margin: 0 0 8px; font-size: var(--text-xl); }
.spec__detail p { color: rgb(247 241 230 / 0.82); font-size: var(--text-sm); margin-bottom: 12px; }
.spec__detail ul { display: grid; gap: 6px; }
.spec__detail li { display: flex; gap: 10px; font-size: var(--text-sm); color: rgb(247 241 230 / 0.88); }
.spec__detail li::before { content: ""; flex: none; width: 6px; height: 6px; margin-top: 8px; border-radius: 50%; background: var(--clay-soft); }
.spec__foot { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; padding: 12px 14px; border-top: 1px solid rgb(255 255 255 / 0.12); font-size: var(--text-sm); color: rgb(247 241 230 / 0.7); }
.spec__foot .count b { color: #fff; font-weight: 600; }
.spec__nav { display: flex; gap: 6px; }
.spec__nav button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgb(255 255 255 / 0.22); background: rgb(255 255 255 / 0.06); color: #fff; display: grid; place-items: center; cursor: pointer; transition: background-color var(--dur-2) var(--ease-soft), transform var(--dur-2) var(--ease-out); }
.spec__nav button svg { width: 16px; height: 16px; }
@media (hover: hover) { .spec__nav button:hover { background: var(--cream); color: var(--ink); transform: translateY(-1px); } }
@media (max-width: 960px) {
  .scene { min-height: 0; }
  .scene__stage { position: relative; height: auto; min-height: 0; }
  .spec { display: none; }
  .roomfeed { display: grid; gap: 14px; }
  .roomcard { border-radius: var(--radius-lg, 18px); overflow: hidden; background: rgb(255 255 255 / 0.06); border: 1px solid rgb(255 255 255 / 0.14); }
  .roomcard img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
  .roomcard > div { padding: 18px 18px 20px; }
  .roomcard small.k { display: block; font-size: var(--text-xs); letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.65; margin-bottom: 6px; }
  .roomcard h3 { color: #fff; margin: 0 0 8px; font-size: var(--text-xl); }
  .roomcard p { font-size: var(--text-sm); opacity: 0.85; margin-bottom: 10px; }
  .roomcard ul { display: grid; gap: 6px; }
  .roomcard li { display: flex; gap: 10px; font-size: var(--text-sm); }
  .roomcard li::before { content: ""; flex: none; width: 6px; height: 6px; margin-top: 8px; border-radius: 50%; background: currentColor; opacity: 0.7; }
  .scene__inner { grid-template-columns: 1fr; gap: var(--s-4); padding-top: calc(var(--bar-h) + 28px); }
  .spec { max-height: none; }
  .spec__body { grid-template-columns: 1fr; }
  .spec__photo { aspect-ratio: 4 / 3; min-height: 0; }
  .scene__ghost { font-size: 40vw; }
}

/* ---------- 15. POOL — the ripple (bespoke) ---------- */
.pool { padding-top: var(--s-20); padding-bottom: var(--s-16); overflow-x: clip; }
.pool__head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: var(--s-6); align-items: end; margin-bottom: var(--s-8); }
.pool__head p { margin: 0; }
.pool__scene { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16 / 9; background: var(--pool-2); isolation: isolate; }
.pool__scene .pool__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pool__scene .pool__gl { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity var(--dur-3) var(--ease-soft); }
.pool__scene.-gl .pool__gl { opacity: 1; }
.pool__scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgb(16 33 58 / 0) 60%, rgb(16 33 58 / 0.5) 100%); pointer-events: none; }
.pool__cap { position: absolute; left: clamp(16px, 3vw, 40px); bottom: clamp(16px, 3vw, 40px); z-index: 2; color: #fff; display: grid; gap: 6px; max-width: 46ch; }
.pool__cap .pill { width: fit-content; }
.pool__cap p { margin: 0; color: rgb(255 255 255 / 0.9); font-size: var(--text-md); }
.pool__hint { position: absolute; right: clamp(16px, 3vw, 40px); top: clamp(16px, 3vw, 40px); z-index: 2; display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border-radius: var(--radius-pill); background: rgb(16 33 58 / 0.45); color: #fff; backdrop-filter: blur(8px); font-size: var(--text-xs); letter-spacing: 0.12em; text-transform: uppercase; }
@media (hover: none), (max-width: 700px) { .pool__hint { display: none; } }
.pool__hint i { width: 8px; height: 8px; border-radius: 50%; background: var(--pool-2); transform: scale(calc(0.6 + var(--ripple) * 1.2)); transition: transform var(--dur-2) var(--ease-out); }
.pool__lane { margin-top: 0; }
.pool .scrollhint { margin-top: clamp(14px, 2vw, 24px); }
.lane { display: flex; gap: clamp(12px, 2vw, 24px); width: max-content; will-change: transform; padding-left: var(--px); }
.tile { position: relative; flex: none; height: clamp(150px, 20vw, 260px); aspect-ratio: 3 / 2; border-radius: var(--radius-lg); overflow: hidden; background: var(--stone); border: 0; padding: 0; cursor: pointer; }
.tile img { height: 100%; width: 100%; object-fit: cover; display: block; transition: transform var(--dur-4) var(--ease-out); }
.tile span { position: absolute; left: 12px; bottom: 12px; padding: 6px 10px; border-radius: var(--radius-pill); background: rgb(255 255 255 / 0.88); backdrop-filter: blur(6px); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); opacity: 0; transform: translateY(6px); transition: opacity var(--dur-2) var(--ease-soft), transform var(--dur-3) var(--ease-out); pointer-events: none; }
@media (hover: hover) { .tile:hover img { transform: scale(1.06); } .tile:hover span { opacity: 1; transform: none; } }
@media (hover: none) { .lanes, .pool__lane { overflow-x: auto; -webkit-overflow-scrolling: touch; } .lane { transform: none !important; } }
@media (max-width: 860px) { .pool__head { grid-template-columns: 1fr; gap: var(--s-3); } }

/* ---------- 16. LOCATION — map with pins (250broadway) ---------- */
.loc { padding-top: var(--s-20); padding-bottom: var(--s-16); }
.loc__grid { display: grid; grid-template-columns: 380px minmax(0, 1fr); gap: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lift); background: var(--ink); min-height: 560px; }
.loc__panel { padding: clamp(24px, 3vw, 40px); color: var(--cream); display: grid; align-content: start; gap: 18px; }
.loc__panel h3 { color: #fff; margin: 0; font-size: var(--text-xl); }
.loc__list { display: grid; gap: 0; }
.loc__list li { display: grid; grid-template-columns: 32px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid rgb(255 255 255 / 0.12); font-size: var(--text-sm); }
.loc__list li i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--clay); color: #fff; font-style: normal; font-size: 11px; font-weight: 700; }
.loc__list li b { font-weight: 600; color: #fff; }
.loc__list li small { color: rgb(247 241 230 / 0.6); display: block; font-size: var(--text-xs); }
.loc__list li span { color: var(--clay-soft); font-family: var(--font-display); font-style: italic; font-size: 1.05rem; white-space: nowrap; }
.loc__map { position: relative; background: var(--stone); min-height: 420px; }
.loc__map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(0.7) contrast(1.02); }
.loc__map .loc__fallback { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: var(--s-4); color: var(--ink-2); font-size: var(--text-sm); }
.loc__map iframe + .loc__fallback { display: none; }
.loc__pin { position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -100%); display: grid; gap: 0; justify-items: center; pointer-events: none; }
.loc__pin b { padding: 8px 12px; border-radius: 4px; background: var(--clay); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; box-shadow: var(--shadow-soft); }
.loc__pin::after { content: ""; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 10px solid var(--clay); }
.loc__open { position: absolute; left: 16px; bottom: 16px; z-index: 2; }
@media (max-width: 960px) { .loc__grid { grid-template-columns: 1fr; } .loc__map { min-height: 360px; } }

/* ---------- 17. GALLERY lanes ---------- */
.gallery { padding-top: var(--s-20); padding-bottom: var(--s-16); overflow-x: clip; }
.gallery__head { display: flex; justify-content: space-between; align-items: end; gap: var(--s-4); margin-bottom: var(--s-8); flex-wrap: wrap; }
.lanes { display: grid; gap: 14px; }
.lanes .lane { gap: 14px; }
/* lightbox */
.lb { position: fixed; inset: 0; z-index: 80; background: rgb(10 21 38 / 0.94); display: grid; grid-template-rows: auto 1fr auto; visibility: hidden; opacity: 0; transition: opacity var(--dur-3) var(--ease-soft), visibility 0s linear var(--dur-3); color: #fff; }
.lb.open { visibility: visible; opacity: 1; transition-delay: 0s; }
.lb__bar { display: flex; justify-content: space-between; align-items: center; padding: 16px var(--px); font-size: var(--text-sm); }
.lb__stage { position: relative; display: grid; place-items: center; padding: 0 var(--px); min-height: 0; }
.lb__stage img { max-height: 100%; max-width: 100%; width: auto; height: auto; border-radius: var(--radius-lg); object-fit: contain; box-shadow: var(--shadow-lift); transition: opacity var(--dur-2) var(--ease-soft), transform var(--dur-3) var(--ease-out); }
.lb__stage img.swap { opacity: 0; transform: scale(0.98); }
.lb__cap { text-align: center; padding: 14px var(--px) 22px; color: rgb(255 255 255 / 0.75); font-size: var(--text-sm); }
.lb button { border: 1px solid rgb(255 255 255 / 0.3); background: rgb(255 255 255 / 0.08); color: #fff; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; transition: background-color var(--dur-2) var(--ease-soft), transform var(--dur-2) var(--ease-out); }
.lb button svg { width: 18px; height: 18px; }
@media (hover: hover) { .lb button:hover { background: var(--cream); color: var(--ink); transform: translateY(-1px); } }
.lb__prev, .lb__next { position: absolute; top: 50%; transform: translateY(-50%); }
.lb__prev { left: var(--px); } .lb__next { right: var(--px); }
@media (max-width: 700px) { .lb__prev, .lb__next { top: auto; bottom: 8px; transform: none; } }

/* ---------- 18. INQUIRE — spec grid + designed form ---------- */
.inquire { padding-top: var(--s-20); padding-bottom: var(--s-20); }
.inquire__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: var(--s-8); align-items: start; }
.inquire h2 { color: var(--cream); }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid rgb(255 255 255 / 0.14); border-radius: var(--radius-lg); overflow: hidden; margin-top: var(--s-4); }
.facts > div { padding: 18px 14px; border-right: 1px solid rgb(255 255 255 / 0.12); border-bottom: 1px solid rgb(255 255 255 / 0.12); display: grid; gap: 6px; }
.facts > div:nth-child(3n) { border-right: 0; }
.facts > div:nth-child(n+4) { border-bottom: 0; }
.facts small { font-size: var(--text-xs); letter-spacing: 0.12em; text-transform: uppercase; color: rgb(247 241 230 / 0.6); }
.facts b { font-family: var(--font-display); font-weight: 400; font-size: var(--text-xl); letter-spacing: -0.01em; color: #fff; line-height: 1; }
.form { display: grid; gap: 14px; background: rgb(255 255 255 / 0.05); border: 1px solid rgb(255 255 255 / 0.14); border-radius: var(--radius-lg); padding: clamp(20px, 3vw, 32px); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.el-field { display: grid; gap: 6px; }
.el-field label { font-size: var(--text-sm); font-weight: 600; color: rgb(247 241 230 / 0.9); transition: color var(--dur-2) var(--ease-soft); }
.el-field:focus-within label { color: var(--clay-soft); }
.el-field input, .el-field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid rgb(255 255 255 / 0.2); border-radius: var(--radius); background: rgb(10 21 38 / 0.35); color: #fff; font-size: 16px; transition: border-color var(--dur-2) var(--ease-soft), box-shadow var(--dur-2) var(--ease-soft), background-color var(--dur-2) var(--ease-soft); }
.el-field input::placeholder, .el-field textarea::placeholder { color: rgb(247 241 230 / 0.45); }
.el-field input:hover, .el-field textarea:hover { border-color: rgb(255 255 255 / 0.4); }
.el-field input:focus, .el-field textarea:focus { outline: none; border-color: var(--clay-soft); box-shadow: var(--focus-ring); background: rgb(10 21 38 / 0.5); }
.el-field textarea { resize: vertical; min-height: 120px; }
.el-field .el-field-err { display: none; font-size: var(--text-xs); color: var(--clay-soft); }
.el-field.err input, .el-field.err textarea { border-color: var(--clay-soft); }
.el-field.err .el-field-err { display: block; }
.form__foot { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.form__note { font-size: var(--text-xs); color: rgb(247 241 230 / 0.6); margin: 0; }
.form__status { display: none; padding: 12px 14px; border-radius: var(--radius); background: rgb(228 185 162 / 0.16); color: var(--cream); font-size: var(--text-sm); }
.form__status.on { display: block; animation: fadeup var(--dur-3) var(--ease-out); }
@keyframes fadeup { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.contact-rows { display: grid; margin-top: var(--s-4); border-top: 1px solid rgb(255 255 255 / 0.14); }
.contact-rows > div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgb(255 255 255 / 0.1); font-size: var(--text-sm); color: var(--cream); }
.contact-rows small { letter-spacing: 0.12em; text-transform: uppercase; color: rgb(247 241 230 / 0.55); font-size: var(--text-xs); align-self: center; }
.contact-rows a { color: #fff; text-decoration: none; font-weight: 600; }
@media (max-width: 960px) { .inquire__grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); } .facts > div:nth-child(3n) { border-right: 1px solid rgb(255 255 255 / 0.12); } .facts > div:nth-child(2n) { border-right: 0; } .facts > div:nth-child(n+4) { border-bottom: 1px solid rgb(255 255 255 / 0.12); } .facts > div:nth-child(n+5) { border-bottom: 0; } .form__row { grid-template-columns: 1fr; } }

/* ---------- 19. FOOTER — knockout "5248" ---------- */
.footer { padding-top: var(--s-12); padding-bottom: var(--s-4); overflow: hidden; }
.footer__mark { text-align: center; margin: 0 0 var(--s-8); }
.footer__mark .el-knockout { font-family: var(--font-display); font-weight: 500; font-style: italic; font-size: clamp(4.2rem, 17.5vw, 16.5rem); line-height: 0.9; letter-spacing: -0.04em; color: rgb(255 255 255 / 0.12); margin: 0; will-change: transform; background-position: 50% 45%; filter: drop-shadow(0 2px 24px rgb(0 0 0 / 0.35)) saturate(1.2) brightness(1.15); }
.footer__cells { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgb(255 255 255 / 0.14); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: var(--s-6); }
.footer__cells > div { padding: 22px; border-right: 1px solid rgb(255 255 255 / 0.12); display: grid; gap: 10px; align-content: start; }
.footer__cells > div:last-child { border-right: 0; }
.footer__cells small { font-size: var(--text-xs); letter-spacing: 0.14em; text-transform: uppercase; color: rgb(247 241 230 / 0.55); }
.footer__cells a { color: var(--cream); text-decoration: none; font-size: var(--text-sm); width: fit-content; background-image: linear-gradient(currentColor, currentColor); background-size: 0 1px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size var(--dur-3) var(--ease-out), color var(--dur-2) var(--ease-soft); }
@media (hover: hover) { .footer__cells a:hover { background-size: 100% 1px; color: var(--clay-soft); } }
.footer__cells p { color: rgb(247 241 230 / 0.78); font-size: var(--text-sm); margin: 0; }
.footer__legal { display: flex; justify-content: space-between; align-items: center; gap: var(--s-3); flex-wrap: wrap; font-size: var(--text-xs); color: rgb(247 241 230 / 0.55); letter-spacing: 0.06em; }
.footer__legal a { color: var(--cream); text-decoration: none; }
@media (max-width: 860px) { .footer__cells { grid-template-columns: 1fr 1fr; } .footer__cells > div:nth-child(2) { border-right: 0; } .footer__cells > div:nth-child(-n+2) { border-bottom: 1px solid rgb(255 255 255 / 0.12); } }
@media (max-width: 520px) { .footer__cells { grid-template-columns: 1fr; } .footer__cells > div { border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 0.12); } }

/* ---------- 20. CURSOR ---------- */
.cursor { position: fixed; left: 0; top: 0; width: 240px; height: 240px; margin: -120px 0 0 -120px; z-index: 100; pointer-events: none; filter: url(#goo); opacity: 0; transition: opacity var(--dur-2) var(--ease-soft); will-change: transform; }
.cursor.on { opacity: 1; }
.cursor i { position: absolute; left: 120px; top: 120px; width: 18px; height: 18px; margin: -9px 0 0 -9px; border-radius: 50%; background: var(--clay); will-change: transform; }
.cursor-ring { position: fixed; left: 0; top: 0; z-index: 101; pointer-events: none; width: 64px; height: 64px; margin: -32px 0 0 -32px; border-radius: 50%; background: var(--cream); color: var(--ink); display: grid; place-items: center; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; transform: scale(0); opacity: 0; transition: transform var(--dur-3) var(--ease-roll), opacity var(--dur-2) var(--ease-soft); will-change: transform; box-shadow: var(--shadow-soft); }
.cursor-ring.on { transform: scale(1); opacity: 1; }
.cursor.-diff { mix-blend-mode: difference; }
.cursor.-diff i { background: #fff; }
.cursor.-hide { opacity: 0; }
@media (hover: none), (pointer: coarse) { .cursor, .cursor-ring { display: none; } }

/* ---------- 21. REVEAL + ELEMENTS ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity var(--dur-4) var(--ease-out), transform var(--dur-4) var(--ease-roll); transition-delay: calc(var(--i, 0) * var(--stagger)); }
.reveal.in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }
.sink { will-change: transform, opacity; }
.el-marquee { overflow: hidden; position: relative; }
.el-marquee-track { display: flex; align-items: center; gap: 0; width: max-content; animation: el-mq var(--el-mq-dur, 30s) linear infinite; }
.el-marquee:hover .el-marquee-track { animation-play-state: paused; }
@keyframes el-mq { to { transform: translateX(-50%); } }
.el-knockout { background-image: var(--el-knockout-img); background-size: cover; background-position: center; -webkit-background-clip: text; background-clip: text; color: rgb(255 255 255 / 0.14); }
@supports not (background-clip: text) { .el-knockout { color: #fff; } }
.ticker { padding: 18px 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.ticker .item { display: inline-flex; align-items: center; gap: 22px; padding: 0 22px; font-family: var(--font-display); font-size: var(--text-lg); color: var(--ink); white-space: nowrap; }
.ticker .item i { width: 6px; height: 6px; border-radius: 50%; background: var(--clay); flex: none; }
.ticker .item:nth-child(even) i { background: var(--pool-ink); }


/* coarse pointers: every small pill meets 44px */
@media (pointer: coarse) { .btn--sm .btn__icon { width: 44px; height: 44px; } .btn--sm .btn__text { padding: 13px 16px 14px; } .rtab { padding: 11px 16px 12px; } }

/* ---------- SCROLL HINTS — animated instruction on every lane gallery + the room scenes ---------- */
.scrollhint { display: inline-flex; align-items: center; gap: 14px; margin: 0 var(--px) var(--s-3); padding: 10px 16px 10px 14px; border-radius: var(--radius-pill); border: 1px solid var(--line); background: var(--paper, #fff); color: var(--ink); font-size: var(--text-xs); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; transition: opacity var(--dur-3) var(--ease-soft), transform var(--dur-3) var(--ease-out); }
.scrollhint.done { opacity: 0; transform: translateY(-4px); pointer-events: none; }
.scrollhint i { position: relative; display: block; width: 58px; height: 2px; border-radius: 2px; background: var(--line); }
.scrollhint i::after { content: ""; position: absolute; top: -3px; right: -4px; width: 8px; height: 8px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; opacity: 0.6; transform: rotate(45deg); }
.scrollhint i b { position: absolute; top: -5px; left: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent) 22%, transparent); animation: hint-x 1.8s var(--ease-out) infinite; }
/* one direction only: the dot travels, fades out at the end, restarts — never ping-pongs */
@keyframes hint-x { 0% { transform: translateX(0); opacity: 0; } 18% { opacity: 1; } 72% { opacity: 1; } 100% { transform: translateX(44px); opacity: 0; } }
.scrollhint .t-touch { display: none; }
@media (hover: none) { .scrollhint .t-mouse { display: none; } .scrollhint .t-touch { display: inline; } }
.scrollhint--v { margin: var(--s-2) 0 0; background: rgb(255 255 255 / 0.08); border-color: rgb(255 255 255 / 0.2); color: var(--cream); }
.scrollhint--v i { width: 2px; height: 40px; margin: 4px 0; background: rgb(255 255 255 / 0.25); }
.scrollhint--v i::after { left: -3px; right: auto; top: auto; bottom: -4px; transform: rotate(135deg); }
.scrollhint--v i b { top: 0; left: -5px; animation-name: hint-y; }
@keyframes hint-y { 0% { transform: translateY(0); opacity: 0; } 18% { opacity: 1; } 72% { opacity: 1; } 100% { transform: translateY(26px); opacity: 0; } }
.mode-dark .scrollhint, .mode-dark .scrollhint--v { background: rgb(255 255 255 / 0.08); border-color: rgb(255 255 255 / 0.2); color: var(--cream); }
@media (prefers-reduced-motion: reduce) { .scrollhint i b { animation: none; left: 50%; } .scrollhint--v i b { top: 50%; } }


/* ---------- LANE PIN — lane galleries stick while vertical scroll carries them across their FULL width ---------- */
.lanepin { position: relative; }
.lanepin > .lanes, .lanepin > .glanes, .lanepin > .pool__lane { position: sticky; }

/* ---------- 22. REDUCED MOTION — designed static states ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .bi .ch { opacity: 1; transform: none; filter: none; transition: none; }
  .hero__media img { transform: none; transition: none; }
  .hero { position: relative; height: auto; min-height: 72vh; }
  .btn .roll .ch, .btn .btn__text, .btn .btn__icon, .btn .btn__icon svg, .tile img, .blob img, .scene__bg img { transition: none; }
  .btn:hover .roll .ch { transform: none; }
  .pill--live::before, .hero__scroll i::after, .el-marquee-track { animation: none !important; }
  .lane, .scene__ghost, .footer__mark .el-knockout, [data-parallax], .sink { transform: none !important; opacity: 1 !important; }
  .scene { position: relative; height: auto; min-height: 0; transform: none !important; opacity: 1 !important; }
  .pool__scene .pool__gl { display: none; }
  .cursor, .cursor-ring { display: none; }
  body.has-cursor, body.has-cursor a, body.has-cursor button { cursor: auto; }
  .menu__panel, .menu__list a, .lb, .lb__stage img { transition: none; }
}
