/* ==========================================================================
   SWAMI NANDANVAN — Suvastu Buildcon
   Design system: metallic gold on charcoal / warm ivory (from the AG logo)
   Display: Marcellus (Roman inscription proportions)  ·  Text: Jost (geometric, drafting-table clean)
   ========================================================================== */

@font-face {
  font-family: "Marcellus";
  src: url("../assets/fonts/marcellus-latin-400-normal.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../assets/fonts/jost-latin-wght-normal.woff2") format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap;
}

:root {
  /* Palette — pulled from the logo: brushed gold, champagne, warm silver, charcoal */
  --black: #0d0c0a;
  --charcoal: #171613;
  --graphite: #24221e;
  --ash: #3a372f;
  --ivory: #eee7d7;
  --paper: #f7f2e7;
  --white: #ffffff;
  --gold: #c9a24a;
  --gold-light: #ecca7c;
  --gold-deep: #86611a;
  --champagne: #dcc9a0;
  --silver: #a9a59c;

  --gold-metal: linear-gradient(115deg, #a9791f 0%, #e6c26f 34%, #f5dc98 50%, #c49a3c 72%, #9a6d18 100%);

  --line: rgba(201, 162, 74, .34);
  --line-soft: rgba(201, 162, 74, .16);

  /* Section theming (overridden by .theme-*) */
  --bg: var(--charcoal);
  --fg: #efe8d8;
  --fg-mute: rgba(239, 232, 216, .7);
  --accent: var(--gold);
  --rule: var(--line);

  --font-display: "Marcellus", "Trajan Pro", "Cinzel", Georgia, "Times New Roman", serif;
  --font-body: "Jost", "Helvetica Neue", Arial, system-ui, sans-serif;

  --pad: clamp(20px, 4.4vw, 76px);
  --gap: clamp(14px, 2vw, 32px);
  --header-h: 84px;
  --ease: cubic-bezier(.22, .8, .2, 1);
  --ease-io: cubic-bezier(.65, 0, .35, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  margin: 0; min-height: 100vh;
  background: var(--black); color: #efe8d8;
  font-family: var(--font-body); font-weight: 350; font-size: 1.0625rem; line-height: 1.65;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p, figure, dl, dd, blockquote { margin: 0; }
address { font-style: normal; }
::selection { background: var(--gold); color: var(--black); }

:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; border-radius: 2px; }
.theme-light :focus-visible, .theme-paper :focus-visible { outline-color: var(--gold-deep); }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 10001;
  background: var(--gold); color: var(--black); padding: 12px 18px; font-weight: 500;
  transition: top .25s var(--ease);
}
.skip-link:focus { top: 16px; }
.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* ---------- Section themes ---------- */
.theme-dark  { --bg: var(--charcoal); --fg: #efe8d8; --fg-mute: rgba(239,232,216,.7); --accent: var(--gold); --rule: var(--line); }
.theme-black { --bg: var(--black);    --fg: #efe8d8; --fg-mute: rgba(239,232,216,.68); --accent: var(--gold); --rule: var(--line); }
.theme-light { --bg: var(--ivory);    --fg: #1b1a17; --fg-mute: #58544a; --accent: var(--gold-deep); --rule: rgba(134, 97, 26, .35); }
.theme-paper { --bg: var(--paper);    --fg: #1b1a17; --fg-mute: #58544a; --accent: var(--gold-deep); --rule: rgba(134, 97, 26, .35); }
.theme-dark, .theme-black, .theme-light, .theme-paper { background: var(--bg); color: var(--fg); position: relative; }

section, .section { position: relative; }
.wrap { width: 100%; padding-inline: var(--pad); margin-inline: auto; max-width: 2200px; }
.grid12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); }

/* Architectural column lines on selected sections */
.has-grid::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  margin-inline: var(--pad);
  background-image: linear-gradient(to right, var(--rule) 1px, transparent 1px);
  background-size: calc(100% / 4) 100%;
  border-right: 1px solid var(--rule);
  opacity: .5;
}
.has-grid > * { position: relative; z-index: 1; }

/* ---------- Typography ---------- */
.display { font-family: var(--font-display); font-weight: 400; line-height: .98; letter-spacing: .005em; text-transform: uppercase; }
.d-xxl { font-size: clamp(3.2rem, 11vw, 12.5rem); line-height: .92; }
.d-xl  { font-size: clamp(2.5rem, 7.6vw, 8.6rem); line-height: .98; }
.d-lg  { font-size: clamp(2.1rem, 5.2vw, 5.6rem); line-height: 1.02; }
.d-md  { font-size: clamp(1.7rem, 3.4vw, 3.6rem);  line-height: 1.06; }
.d-sm  { font-size: clamp(1.35rem, 2.1vw, 2.1rem); line-height: 1.12; }

.label {
  font-family: var(--font-body); font-weight: 500; font-size: .72rem; line-height: 1.5;
  letter-spacing: .24em; text-transform: uppercase; color: var(--accent);
}
.label--mute { color: var(--fg-mute); }
.lead { font-size: clamp(1.08rem, 1.35vw, 1.35rem); line-height: 1.7; color: var(--fg-mute); max-width: 56ch; }
.body-copy { color: var(--fg-mute); max-width: 60ch; }
.body-copy + .body-copy { margin-top: 1em; }
.gold-text { color: var(--accent); }
.nowrap { white-space: nowrap; }
.metal-text {
  background: var(--gold-metal); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.theme-light .metal-text, .theme-paper .metal-text {
  background: linear-gradient(115deg, #6d4c10, #a37a26 45%, #7c5813); -webkit-background-clip: text; background-clip: text;
}
.rule { display: inline-block; width: 44px; height: 1px; background: var(--accent); vertical-align: middle; }
.hr { height: 1px; background: var(--rule); border: 0; margin: 0; }

.placeholder { border-bottom: 1px dashed currentColor; opacity: .8; }

/* ---------- Buttons & links ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .9em;
  min-height: 52px; padding: .95em 2em; overflow: hidden; isolation: isolate;
  font-family: var(--font-body); font-weight: 500; font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; white-space: nowrap;
  color: var(--fg); border: 1px solid var(--accent);
  transition: color .45s var(--ease), border-color .45s var(--ease);
}
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1; background: var(--gold-metal);
  transform: scaleX(0); transform-origin: right; transition: transform .6s var(--ease);
}
.btn:hover::before, .btn:focus-visible::before { transform: scaleX(1); transform-origin: left; }
.btn:hover, .btn:focus-visible { color: var(--black); }
.btn--solid { background: var(--gold-metal); color: var(--black); border-color: transparent; }
.btn--solid::before { background: var(--white); }
.btn--solid:hover, .btn--solid:focus-visible { color: var(--black); }
.btn--dark { color: #efe8d8; background: var(--black); border-color: var(--black); }
.btn--dark::before { background: var(--gold-metal); }
.btn--dark:hover { color: var(--black); }
.btn--block { width: 100%; }
.btn svg { width: 1.15em; height: 1.15em; flex: none; }

.link-line {
  position: relative; display: inline-flex; align-items: center; gap: 1em; padding-bottom: .55em;
  font-weight: 500; font-size: .76rem; letter-spacing: .22em; text-transform: uppercase; color: var(--fg);
}
.link-line::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background: var(--accent);
  transform-origin: left; transition: transform .6s var(--ease), width .6s var(--ease);
}
.link-line::before {
  content: ""; order: 2; width: 34px; height: 1px; background: var(--accent); transition: width .5s var(--ease);
}
.link-line:hover::before { width: 64px; }
.link-line:hover::after { transform: scaleX(.35); }

/* ---------- Header / navigation ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 900; height: var(--header-h);
  color: #efe8d8; transition: background-color .5s var(--ease), height .5s var(--ease), backdrop-filter .5s var(--ease), transform .6s var(--ease);
}
.site-header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent); opacity: 0; transition: opacity .5s;
}
.site-header.is-scrolled {
  background: rgba(15, 14, 12, .82); -webkit-backdrop-filter: blur(16px) saturate(1.2); backdrop-filter: blur(16px) saturate(1.2);
  --header-h: 72px; height: 72px;
}
.site-header.is-scrolled::after { opacity: 1; }
.site-header.is-hidden { transform: translateY(-100%); }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 14px; flex: none; }
.brand__mark { height: calc(var(--header-h) - 30px); width: auto; aspect-ratio: 499 / 582; transition: height .5s var(--ease); }
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__name { font-family: var(--font-display); font-size: 1.02rem; letter-spacing: .16em; text-transform: uppercase; }
.brand__by { font-size: .58rem; letter-spacing: .3em; text-transform: uppercase; color: var(--champagne); margin-top: 4px; }

.nav { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 30px); }
.nav__list { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 30px); }
.nav__link {
  position: relative; display: inline-block; padding: 10px 0;
  font-size: .7rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: rgba(239, 232, 216, .88);
  transition: color .3s;
}
.nav__link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: var(--gold-light);
  transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease);
}
.nav__link:hover, .nav__link[aria-current="page"] { color: var(--gold-light); }
.nav__link:hover::after, .nav__link[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav__cta { min-height: 44px; padding: .7em 1.5em; font-size: .68rem; border-color: var(--gold); color: #efe8d8; }

.menu-toggle {
  display: none; position: relative; z-index: 1002; width: 52px; height: 52px; margin-right: -12px;
  align-items: center; justify-content: center;
}
.menu-toggle__bars { position: relative; width: 28px; height: 12px; }
.menu-toggle__bars i { position: absolute; left: 0; height: 1.5px; background: #efe8d8; transition: transform .6s var(--ease), width .6s var(--ease), top .6s var(--ease); }
.menu-toggle__bars i:nth-child(1) { top: 0; width: 28px; }
.menu-toggle__bars i:nth-child(2) { top: 10px; width: 18px; right: 0; left: auto; }
.menu-open .menu-toggle__bars i:nth-child(1) { top: 5px; transform: rotate(45deg); }
.menu-open .menu-toggle__bars i:nth-child(2) { top: 5px; width: 28px; transform: rotate(-45deg); }

/* Fullscreen menu */
.menu {
  position: fixed; inset: 0; z-index: 1001; background: var(--black); color: #efe8d8;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: calc(var(--header-h) + 18px) var(--pad) max(28px, env(safe-area-inset-bottom));
  clip-path: circle(0px at calc(100% - 44px) 42px); visibility: hidden;
  transition: clip-path .9s var(--ease-io), visibility 0s .9s;
  overflow-y: auto; overscroll-behavior: contain;
}
.menu::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 50% at 100% 0%, rgba(201,162,74,.16), transparent 70%);
}
.menu-open .menu { clip-path: circle(150vmax at calc(100% - 44px) 42px); visibility: visible; transition: clip-path 1s var(--ease-io), visibility 0s; }
.menu__list { position: relative; display: flex; flex-direction: column; }
.menu__link {
  display: flex; align-items: baseline; gap: 18px; padding: clamp(6px, 1.4vh, 12px) 0;
  font-family: var(--font-display); font-size: clamp(1.7rem, 6.4vh, 3.4rem); line-height: 1.1; letter-spacing: .03em; text-transform: uppercase;
  border-bottom: 1px solid var(--line-soft);
  opacity: 0; transform: translateY(26px); transition: opacity .5s, transform .7s var(--ease), color .3s;
}
.menu__link small { font-family: var(--font-body); font-size: .62rem; letter-spacing: .24em; color: var(--gold); min-width: 2.2em; }
.menu__link[aria-current="page"], .menu__link:hover { color: var(--gold-light); }
.menu-open .menu__link { opacity: 1; transform: none; }
.menu-open .menu__link:nth-child(1) { transition-delay: .35s; } .menu-open .menu__link:nth-child(2) { transition-delay: .4s; }
.menu-open .menu__link:nth-child(3) { transition-delay: .45s; } .menu-open .menu__link:nth-child(4) { transition-delay: .5s; }
.menu-open .menu__link:nth-child(5) { transition-delay: .55s; } .menu-open .menu__link:nth-child(6) { transition-delay: .6s; }
.menu-open .menu__link:nth-child(7) { transition-delay: .65s; } .menu-open .menu__link:nth-child(8) { transition-delay: .7s; }
.menu-open .menu__link:nth-child(9) { transition-delay: .75s; }
.menu__foot { position: relative; display: grid; gap: 16px; padding-top: 22px; opacity: 0; transition: opacity .6s .8s; }
.menu-open .menu__foot { opacity: 1; }
.menu__foot a.tel { font-family: var(--font-display); font-size: 1.35rem; color: var(--gold-light); }
.menu__foot p { font-size: .82rem; color: rgba(239,232,216,.6); }

/* ---------- Custom cursor (desktop, fine pointers only) ---------- */
.cursor { display: none; }
.cursor-on .cursor { display: block; }
.cursor-on, .cursor-on a, .cursor-on button, .cursor-on [data-cursor], .cursor-on label, .cursor-on select { cursor: none; }
.cursor-on input, .cursor-on textarea { cursor: text; }
.cursor__dot, .cursor__ring {
  position: fixed; left: 0; top: 0; z-index: 10000; pointer-events: none; border-radius: 50%;
  transform: translate3d(-100px, -100px, 0); will-change: transform;
}
.cursor__dot { width: 7px; height: 7px; margin: -3.5px 0 0 -3.5px; background: var(--gold-light); transition: opacity .3s, scale .3s; }
.cursor__ring {
  width: 38px; height: 38px; margin: -19px 0 0 -19px; border: 1px solid rgba(236, 202, 124, .85);
  display: grid; place-items: center; transition: width .45s var(--ease), height .45s var(--ease), margin .45s var(--ease), background-color .4s, border-color .4s, opacity .3s;
}
.cursor__txt { font-size: .6rem; letter-spacing: .24em; text-transform: uppercase; color: var(--black); font-weight: 600; opacity: 0; transition: opacity .3s; }
.cursor.is-link .cursor__ring { width: 58px; height: 58px; margin: -29px 0 0 -29px; background: rgba(236,202,124,.14); }
.cursor.is-view .cursor__ring, .cursor.is-open .cursor__ring {
  width: 92px; height: 92px; margin: -46px 0 0 -46px; background: rgba(236, 202, 124, .94); border-color: transparent;
}
.cursor.is-open .cursor__ring { width: 78px; height: 78px; margin: -39px 0 0 -39px; }
.cursor.is-view .cursor__txt, .cursor.is-open .cursor__txt { opacity: 1; }
.cursor.is-view .cursor__dot, .cursor.is-open .cursor__dot { opacity: 0; }
.cursor.is-down .cursor__ring { scale: .86; }
.cursor.is-hidden { opacity: 0; }

/* ---------- Preloader (home, first visit per session) ---------- */
.preloader { position: fixed; inset: 0; z-index: 10002; display: none; place-items: center; background: var(--black); }
.preload .preloader { display: grid; }
.preloader__inner { display: grid; justify-items: center; gap: 22px; }
.preloader__logo { width: 74px; opacity: 0; transform: translateY(12px); }
.preloader__line { width: min(260px, 50vw); height: 1px; background: var(--line-soft); position: relative; overflow: hidden; }
.preloader__line i { position: absolute; inset: 0; background: var(--gold-metal); transform: scaleX(0); transform-origin: left; }
.preloader__name { font-family: var(--font-display); letter-spacing: .32em; font-size: .78rem; text-transform: uppercase; opacity: 0; color: var(--champagne); }
.preloader__panel { position: absolute; left: 0; right: 0; height: 50.5%; background: var(--black); z-index: -1; }
.preloader__panel--t { top: 0; } .preloader__panel--b { bottom: 0; }

/* ---------- Media helpers ---------- */
.frame { position: relative; overflow: hidden; background: var(--graphite); }
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame--gold::after { content: ""; position: absolute; inset: 0; border: 1px solid var(--line); pointer-events: none; }
.cap {
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--fg-mute); display: flex; gap: 14px; align-items: center;
}
.cap::before { content: ""; width: 28px; height: 1px; background: var(--accent); flex: none; }

/* Reveal helpers (initial states set only when JS + GSAP are present) */
.js .split .w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .14em; margin-bottom: -.14em; }
.js .split .wi { display: inline-block; transform: translateY(112%); will-change: transform; }
.js .no-gsap .split .wi, .no-gsap .split .wi { transform: none !important; }
.js [data-fade] { opacity: 0; transform: translateY(22px); }
.js .reveal-img { clip-path: inset(0 0 100% 0); }
.js .reveal-img > img, .js .reveal-img > picture img { transform: scale(1.22); }
.no-gsap [data-fade] { opacity: 1 !important; transform: none !important; }
.no-gsap .reveal-img { clip-path: none !important; }
.no-gsap .reveal-img > img { transform: none !important; }
.parallax-wrap { overflow: hidden; }
.parallax-wrap > img, .parallax-wrap > .parallax { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* ==========================================================================
   SHARED ICON / LIST BITS
   ========================================================================== */
.ico { width: 30px; height: 30px; flex: none; fill: none; stroke: var(--accent); stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.smart { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); column-gap: var(--gap); }
.smart li { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-top: 1px solid var(--rule); color: var(--fg); font-size: .98rem; line-height: 1.45; }
.smart--tight { grid-template-columns: 1fr; max-width: 520px; }
.rows > div { display: grid; grid-template-columns: minmax(110px, .8fr) 2fr; gap: 20px; padding: 15px 0; border-top: 1px solid var(--rule); }
.rows > div:last-child { border-bottom: 1px solid var(--rule); }
.rows dt { font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); padding-top: .3em; font-weight: 500; }
.rows dd { color: var(--fg); }
.plainlist li { padding: 11px 0; border-top: 1px solid var(--rule); color: var(--fg); }
.plainlist li:last-child { border-bottom: 1px solid var(--rule); }
.frame--paper { background: var(--white); }
.cta-band { padding-block: clamp(80px, 11vw, 170px); overflow: hidden; }
.cta-band__inner { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 40px; }
.cta-band__act { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.btn--wa { margin-top: 22px; }

/* ==========================================================================
   HERO (home)
   ========================================================================== */
.hero { height: 100vh; height: 100svh; min-height: 660px; overflow: hidden; display: flex; }
.hero__media { position: absolute; inset: 0; overflow: hidden; }
.hero__bg { width: 100%; height: 114%; object-fit: cover; object-position: 62% 42%; will-change: transform; }
.hero__shade {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(13,12,10,.9) 0%, rgba(13,12,10,.62) 42%, rgba(13,12,10,.08) 100%),
    linear-gradient(0deg, rgba(13,12,10,.88) 0%, rgba(13,12,10,0) 42%),
    linear-gradient(180deg, rgba(13,12,10,.55) 0%, rgba(13,12,10,0) 22%);
}
.hero__inner { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-top: calc(var(--header-h) + 30px); padding-bottom: clamp(60px, 11vh, 120px); }
.hero__by { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-bottom: auto; color: var(--champagne); }
.hero__title { font-size: min(10vw, 20vh); line-height: .9; letter-spacing: .01em; color: #f5efe0; }
.hero__l1, .hero__l2 { display: block; overflow: hidden; padding-bottom: .06em; }
.hero__l2 { padding-left: .5em; }
.hl { display: inline-block; }
.hero__foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-top: clamp(20px, 4vh, 44px); }
.hero__tag { display: flex; flex-direction: column; gap: 14px; padding-left: 22px; border-left: 1px solid var(--gold); }
.hero__bhk { font-size: clamp(1.15rem, 1.9vw, 1.9rem); line-height: 1.2; color: var(--champagne); }
.hero__loc { display: flex; align-items: center; gap: 12px; color: rgba(239,232,216,.78); }
.hero__loc .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 4px rgba(236,202,124,.2); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-right: clamp(0px, 24vw, 470px); }
.hero__photo { position: absolute; z-index: 3; right: var(--pad); top: calc(var(--header-h) + 5vh); width: clamp(180px, 19vw, 340px); }
.hero__photo .frame { aspect-ratio: 4 / 5; }
.hero__photo::before { content: ""; position: absolute; inset: 14px -14px 38px 14px; border: 1px solid var(--line); z-index: -1; }
.hero__photo .cap { margin-top: 14px; color: rgba(239,232,216,.75); justify-content: flex-end; }
.hero__photo .cap::before { order: 2; }
.hero__scroll { position: absolute; z-index: 3; right: var(--pad); bottom: 28px; display: flex; align-items: center; gap: 16px; color: rgba(239,232,216,.8); }
.hero__scroll .label { color: inherit; font-size: .62rem; }
.hero__scroll i { position: relative; width: 1px; height: 54px; background: var(--line); overflow: hidden; }
.hero__scroll i::after { content: ""; position: absolute; left: 0; top: -40%; width: 1px; height: 40%; background: var(--gold-light); animation: scrollcue 2.2s var(--ease-io) infinite; }
.hero__coords { position: absolute; z-index: 3; left: var(--pad); bottom: 30px; color: rgba(239,232,216,.6); font-size: .62rem; }

/* ==========================================================================
   INTRO
   ========================================================================== */
.intro { padding-block: clamp(90px, 13vw, 210px) clamp(90px, 10vw, 170px); overflow: hidden; }
.bp-elev { position: absolute; right: -3vw; top: clamp(20px, 3vw, 60px); width: min(40vw, 600px); fill: none; stroke: var(--gold-deep); stroke-width: 1; opacity: .3; pointer-events: none; }
.bp-elev path { vector-effect: non-scaling-stroke; }
.intro .wrap { position: relative; z-index: 1; }
.intro__statement { max-width: 12.5em; }
.intro__grid { margin-top: clamp(50px, 8vw, 130px); align-items: start; }
.intro__media { grid-column: 1 / 8; position: relative; padding-bottom: 14%; }
.intro__img1 { aspect-ratio: 5 / 4; }
.intro__img1 img { height: 118%; }
.intro__img2 { position: absolute; right: -7%; bottom: 0; width: 36%; aspect-ratio: 4 / 5; border: 10px solid var(--ivory); box-sizing: content-box; }
.intro__cap { margin-top: 18px; }
.intro__copy { grid-column: 9 / 13; padding-top: clamp(30px, 12vh, 150px); display: flex; flex-direction: column; gap: 26px; align-items: flex-start; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; width: 100%; padding-top: 10px; }
.facts li { border-top: 1px solid var(--rule); padding-top: 14px; display: flex; flex-direction: column; gap: 6px; }
.facts b { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.6rem, 2.4vw, 2.4rem); line-height: 1; color: var(--fg); }
.facts span { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--fg-mute); line-height: 1.4; }

/* ==========================================================================
   LEGACY
   ========================================================================== */
.legacy { padding-block: clamp(90px, 12vw, 190px); overflow: hidden; }
.legacy__head { max-width: 15em; display: grid; gap: 22px; }
.legacy__stats { position: relative; display: grid; grid-template-columns: 1fr 1fr; column-gap: var(--gap); margin-top: clamp(40px, 7vw, 110px); }
.legacy__dim { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.legacy__dim path { stroke: var(--rule); stroke-dasharray: 2 8; fill: none; }
.stat { position: relative; z-index: 1; padding-block: clamp(20px, 3vw, 44px) clamp(28px, 4vw, 60px); border-top: 1px solid var(--rule); }
.stat--2, .stat--4 { margin-top: clamp(40px, 9vw, 150px); }
.stat__num { font-size: clamp(5rem, 15vw, 16rem); line-height: .86; letter-spacing: -.01em; background: var(--gold-metal); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; display: inline-block; }
.stat__num sup { font-size: .38em; vertical-align: top; position: relative; top: .08em; margin-left: .04em; }
.stat__lbl { margin-top: 18px; font-size: .74rem; letter-spacing: .24em; text-transform: uppercase; color: var(--fg-mute); display: flex; align-items: center; gap: 14px; }
.stat__lbl::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.legacy__foot { margin-top: clamp(40px, 6vw, 90px); display: flex; flex-wrap: wrap; gap: 8px 32px; font-family: var(--font-display); font-size: clamp(1.1rem, 1.9vw, 1.9rem); color: var(--champagne); }

/* ==========================================================================
   PROJECT — sticky split
   ========================================================================== */
.psplit { display: grid; grid-template-columns: minmax(0, 46fr) minmax(0, 54fr); }
.psplit__media { position: relative; }
.psplit__sticky { position: sticky; top: 0; height: 100vh; height: 100svh; display: flex; flex-direction: column; gap: 14px; padding: calc(var(--header-h) + 22px) 0 34px var(--pad); }
.psplit__frame { flex: 1; min-height: 0; }
.psplit__frame img { height: 112%; }
.psplit__body { padding: clamp(110px, 15vw, 240px) var(--pad) clamp(100px, 12vw, 200px) clamp(26px, 6vw, 110px); display: flex; flex-direction: column; align-items: flex-start; gap: clamp(22px, 2.6vw, 38px); }
.psplit__body h2 { font-size: clamp(2.4rem, 5.4vw, 6.2rem); }
.psplit__sub { color: var(--champagne); margin-top: -.6em; }
.psplit__body .rows { width: 100%; }
.psplit__cta { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 10px; }

/* ==========================================================================
   RESIDENCES
   ========================================================================== */
.res { padding-block: clamp(90px, 12vw, 190px); overflow: hidden; }
.res__head { display: grid; gap: 22px; margin-bottom: clamp(30px, 5vw, 80px); }
.res__note { margin-top: clamp(30px, 4vw, 60px); color: var(--fg-mute); font-size: .92rem; max-width: 60ch; }
.res__kick { margin-bottom: 10px; }
.resb { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); align-items: center; padding-block: clamp(40px, 6vw, 100px); }
.resb + .resb { border-top: 1px solid var(--rule); }
.resb__num { position: absolute; top: 2%; right: 1%; font-size: clamp(14rem, 36vw, 44rem); line-height: .8; color: transparent; -webkit-text-stroke: 1px var(--rule); pointer-events: none; user-select: none; z-index: 0; }
.resb--mirror .resb__num { right: auto; left: 1%; }
.resb__stage { position: relative; z-index: 1; grid-column: 1 / 8; aspect-ratio: 1.22 / 1; }
.resb__plate { position: absolute; inset: 10% 8% 4% 0; background: var(--graphite); }
.resb--mirror .resb__plate { inset: 10% 0 4% 8%; }
.resb__flat { position: absolute; left: -2%; right: -4%; top: 6%; }
.resb__flat > img { width: 100%; height: auto; filter: drop-shadow(0 30px 40px rgba(0,0,0,.35)); }
.resb__note { position: absolute; left: 0; bottom: -4px; color: var(--fg-mute); }
.resb--mirror .resb__stage { grid-column: 6 / 13; grid-row: 1; }
.resb--mirror .resb__info { grid-column: 1 / 6; grid-row: 1; }
.resb__info { position: relative; z-index: 1; grid-column: 8 / 13; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.resb__flats { font-family: var(--font-display); letter-spacing: .06em; font-size: clamp(.9rem, 1.15vw, 1.1rem); color: var(--fg); margin-bottom: 14px; }
.resb__title { margin-bottom: 10px; }
.resb__info .body-copy { margin-bottom: 8px; }
.resb__cta { margin-top: 22px; }

.legend { display: grid; grid-template-columns: 1fr 1fr; column-gap: var(--gap); width: 100%; margin-top: 12px; }
.legend li { display: grid; grid-template-columns: 30px 1fr; grid-template-areas: "n name" "n size"; column-gap: 12px; padding: 10px 0; border-top: 1px solid var(--rule); transition: background-color .3s, padding .4s var(--ease); }
.legend b { grid-area: n; align-self: center; width: 26px; height: 26px; border: 1px solid var(--accent); border-radius: 50%; display: grid; place-items: center; font-size: .7rem; font-weight: 500; color: var(--accent); transition: background-color .3s, color .3s; }
.legend span { grid-area: name; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; }
.legend em { grid-area: size; font-style: normal; color: var(--fg-mute); font-size: .92rem; }
.legend li.is-on { padding-left: 8px; background: linear-gradient(90deg, rgba(201,162,74,.14), transparent); }
.legend li.is-on b { background: var(--gold); color: var(--black); border-color: var(--gold); }
.legend--tight { grid-template-columns: 1fr 1fr; }
.legend--tight li { padding: 8px 0; }

.hot { position: absolute; inset: 0; margin: 0; padding: 0; list-style: none; }
.hot__pt { position: absolute; transform: translate(-50%, -50%); z-index: 2; }
.hot__pt button { position: relative; width: clamp(22px, 2.3vw, 32px); height: clamp(22px, 2.3vw, 32px); border-radius: 50%; background: var(--gold-metal); color: var(--black); font-size: clamp(.6rem, .78vw, .78rem); font-weight: 600; display: grid; place-items: center; box-shadow: 0 0 0 3px rgba(13,12,10,.45); transition: transform .35s var(--ease), box-shadow .35s; }
.hot__pt button::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1px solid var(--gold-light); opacity: 0; transform: scale(.7); transition: opacity .3s, transform .4s var(--ease); }
.hot__pt.is-on { z-index: 5; }
.hot__pt.is-on button, .hot__pt button:hover, .hot__pt button:focus-visible { transform: scale(1.18); }
.hot__pt.is-on button::after { opacity: 1; transform: scale(1); }
.hot__tip { position: absolute; left: 50%; bottom: calc(100% + 12px); transform: translate(-50%, 6px); background: var(--black); color: #efe8d8; border: 1px solid var(--line); padding: 8px 14px; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .3s, transform .4s var(--ease); }
.hot__tip em { display: block; font-style: normal; color: var(--champagne); letter-spacing: .06em; text-transform: none; font-size: .82rem; margin-top: 2px; }
.hot__pt.is-on .hot__tip, .hot__pt:hover .hot__tip, .hot__pt:focus-within .hot__tip { opacity: 1; transform: translate(-50%, 0); }

/* ==========================================================================
   AMENITIES — horizontal scroll (pinned on desktop, swipe on touch)
   ========================================================================== */
.amen { overflow: hidden; }
.amen__pin { display: flex; flex-direction: column; min-height: 100vh; min-height: 100svh; padding-top: calc(var(--header-h) + 8px); }
.amen__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-block: clamp(20px, 3vh, 40px) clamp(14px, 2.5vh, 30px); }
.amen__head .label { margin-bottom: 12px; display: block; }
.amen__hint { display: flex; align-items: center; gap: 14px; white-space: nowrap; }
.amen__hint i { width: 60px; height: 1px; background: var(--gold); position: relative; }
.amen__hint i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-top: 1px solid var(--gold); border-right: 1px solid var(--gold); transform: rotate(45deg); }
.amen__hint .hint-m { display: none; }
.amen__viewport { flex: 1; min-height: 0; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x proximity; scrollbar-width: none; overscroll-behavior-x: contain; outline-offset: -4px; }
.amen__viewport::-webkit-scrollbar { display: none; }
.amen.is-pinned .amen__viewport { overflow: hidden; scroll-snap-type: none; }
.amen.is-pinned .amen__pin { height: 100vh; height: 100svh; min-height: 0; }
.amen__track { display: flex; align-items: center; height: 100%; min-height: min(520px, 60vh); width: max-content; padding: 6px var(--pad) 40px; }
.apanel { flex: none; position: relative; display: flex; align-items: center; height: 100%; max-height: 640px; margin-right: clamp(48px, 8vw, 150px); scroll-snap-align: start; }
.apanel__media { position: relative; flex: none; width: clamp(300px, 40vw, 760px); height: 100%; }
.apanel__media > .frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(270deg, rgba(13,12,10,.92) 0%, rgba(13,12,10,.5) 16%, rgba(13,12,10,0) 34%); }
.apanel--b .apanel__media > .frame::after { background: linear-gradient(90deg, rgba(13,12,10,.92) 0%, rgba(13,12,10,.5) 16%, rgba(13,12,10,0) 34%); }
.apanel__media > .frame { position: absolute; inset: 0; }
.apanel__media > .frame img { object-position: 50% 50%; }
.apanel__cap { position: absolute; left: 0; top: calc(100% + 14px); }
.apanel__small { position: absolute; left: -9%; bottom: -8%; width: 34%; border: 6px solid var(--black); z-index: 3; background: var(--black); }
.apanel__small img { width: 100%; height: auto; aspect-ratio: 417 / 240; object-fit: cover; }
.apanel__small figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 20px 10px 6px; background: linear-gradient(0deg, rgba(13,12,10,.85), transparent); font-size: .55rem; letter-spacing: .18em; text-transform: uppercase; color: var(--champagne); }
.apanel__txt { position: relative; z-index: 2; width: clamp(270px, 32vw, 560px); margin-left: clamp(-70px, -3.6vw, -24px); align-self: flex-end; padding-bottom: 8%; display: flex; flex-direction: column; gap: 16px; }
.apanel__txt h3 { font-size: clamp(2.2rem, 4.2vw, 4.6rem); line-height: 1; text-shadow: 0 6px 40px rgba(0,0,0,.65); }
.apanel__idx { color: var(--gold-light); }
.apanel--b { flex-direction: row-reverse; }
.apanel--b .apanel__txt { margin-left: 0; margin-right: clamp(-70px, -3.6vw, -24px); align-self: flex-start; padding-top: 6%; padding-bottom: 0; text-align: right; align-items: flex-end; }
.apanel--b .apanel__small { left: auto; right: -9%; }
.apanel--c .apanel__media { width: clamp(320px, 50vw, 900px); }
.apanel--c .apanel__txt { align-self: center; padding-bottom: 0; }
.apanel--end { width: clamp(300px, 34vw, 560px); align-items: center; }
.apanel--end .apanel__txt { margin: 0; width: 100%; align-self: center; padding: 0; }
.apanel--end .smart--tight li { font-size: .92rem; padding: 12px 0; }
.amen__progress { margin: 0 var(--pad) clamp(18px, 3vh, 34px); height: 2px; background: var(--line-soft); }
.amen__progress i { display: block; height: 100%; background: var(--gold-metal); transform: scaleX(0); transform-origin: left; }

/* ==========================================================================
   SPECIFICATIONS (tabs)
   ========================================================================== */
.specs { padding-block: clamp(90px, 12vw, 190px); }
.specs__head { display: grid; gap: 22px; margin-bottom: clamp(30px, 5vw, 80px); }
.spec { display: grid; grid-template-columns: minmax(230px, 4fr) minmax(0, 8fr); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.spec__nav { display: flex; flex-direction: column; border-right: 1px solid var(--rule); }
.spec__tab { position: relative; text-align: left; padding: 15px 20px 15px 0; border-bottom: 1px solid var(--rule); font-size: .78rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--fg-mute); transition: color .3s, padding .5s var(--ease); }
.spec__tab:last-child { border-bottom: 0; }
.spec__tab::after { content: ""; position: absolute; right: -1px; top: 0; bottom: 0; width: 2px; background: var(--gold-deep); transform: scaleY(0); transition: transform .5s var(--ease); }
.spec__tab:hover { color: var(--fg); padding-left: 8px; }
.spec__tab[aria-selected="true"] { color: var(--fg); padding-left: 14px; }
.spec__tab[aria-selected="true"]::after { transform: scaleY(1); }
.spec__stage { padding: clamp(24px, 3.4vw, 60px); min-height: 470px; }
.spec__panel { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(24px, 4vw, 70px); align-items: start; }
.spec__panel[hidden] { display: none; }
.spec__panel.is-active { animation: fadeup .7s var(--ease) both; }
.spec__body { display: flex; flex-direction: column; gap: 22px; }
.spec__list li { position: relative; padding: 14px 0 14px 30px; border-top: 1px solid var(--rule); line-height: 1.55; }
.spec__list li::before { content: ""; position: absolute; left: 0; top: 1.5em; width: 16px; height: 1px; background: var(--accent); }
.spec__fig { position: relative; aspect-ratio: 4 / 5; max-height: 520px; width: 100%; }
.spec__fig .cap { position: absolute; left: 14px; bottom: 12px; color: #efe8d8; text-shadow: 0 1px 10px rgba(0,0,0,.7); }
.spec__fig .cap::before { background: #efe8d8; }
.spec__fig--bp { display: grid; place-items: center; border: 1px solid var(--rule); }
.spec__fig--bp svg { width: 70%; fill: none; stroke: var(--accent); stroke-width: 1; opacity: .7; }
.specs__smart { margin-top: clamp(50px, 7vw, 110px); display: grid; gap: 22px; }
.specs__smart .link-line { justify-self: start; margin-top: 14px; }

/* ==========================================================================
   FLOOR PLAN VIEWER
   ========================================================================== */
.plans { padding-block: clamp(90px, 12vw, 190px); }
.plans--page { padding-top: clamp(40px, 5vw, 80px); }
.plans__head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 30px; margin-bottom: clamp(28px, 4.5vw, 64px); }
.plans__head .label { display: block; margin-bottom: 20px; }
.fp__tabs { display: flex; flex-wrap: wrap; border-bottom: 1px solid var(--rule); }
.fp__tab { position: relative; padding: 18px clamp(14px, 2.2vw, 36px); font-size: .74rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--fg-mute); transition: color .3s; }
.fp__tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--gold-metal); transform: scaleX(0); transform-origin: right; transition: transform .6s var(--ease); }
.fp__tab:hover { color: var(--fg); }
.fp__tab[aria-selected="true"] { color: var(--gold-light); }
.fp__tab[aria-selected="true"]::after { transform: scaleX(1); transform-origin: left; }
.fp__grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: var(--gap); margin-top: var(--gap); align-items: stretch; }
.fp__viewer { position: relative; min-height: min(72vh, 720px); overflow: hidden; background: var(--graphite); border: 1px solid var(--line-soft); touch-action: none; cursor: grab; transition: background-color .6s; user-select: none; -webkit-user-select: none; }
.fp--big .fp__viewer { min-height: min(80vh, 880px); }
.fp__viewer[data-bg="paper"] { background: #f7f3ea; }
.fp__viewer.is-dragging { cursor: grabbing; }
.fp__canvas { position: absolute; inset: 0; transform-origin: 50% 50%; will-change: transform; }
.fp__canvas.is-easing { transition: transform .5s var(--ease); }
.fp__slide { position: absolute; inset: 0; margin: 0; display: grid; place-items: center; padding: clamp(14px, 2.4vw, 34px); opacity: 0; visibility: hidden; transition: opacity .55s var(--ease), visibility 0s .55s; }
.fp__slide.is-active { opacity: 1; visibility: visible; transition: opacity .55s var(--ease), visibility 0s; }
.fp__slide img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; -webkit-user-drag: none; pointer-events: none; }
.fp__tools { position: absolute; z-index: 4; right: 14px; bottom: 14px; display: flex; gap: 8px; touch-action: manipulation; }
.fp__tools button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 44px; height: 44px; background: rgba(13,12,10,.86); border: 1px solid var(--line); color: #efe8d8; transition: background-color .3s, color .3s; }
.fp__tools button:hover, .fp__tools button:focus-visible { background: var(--gold); color: var(--black); }
.fp__tools svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.fp__full { padding: 0 16px; font-size: .66rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.fp__hint { position: absolute; z-index: 3; left: 16px; bottom: 18px; font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(239,232,216,.7); pointer-events: none; transition: opacity .5s; }
.fp__viewer[data-bg="paper"] .fp__hint { color: #58544a; }
.fp__hint .hint-m { display: none; }
.fp__info { display: flex; flex-direction: column; gap: 12px; padding: clamp(22px, 2.6vw, 42px); border: 1px solid var(--line-soft); background: rgba(255,255,255,.02); }
.fp__panel { display: flex; flex-direction: column; gap: 12px; }
.fp__panel[hidden] { display: none; }
.fp__panel.is-active { animation: fadeup .6s var(--ease) both; }
.fp__flats { font-family: var(--font-display); letter-spacing: .06em; color: var(--champagne); }
.fp__sub { color: var(--fg-mute); font-size: .95rem; line-height: 1.6; }
.fp__facts > div { display: grid; grid-template-columns: 1fr 1.3fr; gap: 14px; padding: 11px 0; border-top: 1px solid var(--rule); }
.fp__facts dt { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); padding-top: .25em; }
.fp__actions { margin-top: auto; padding-top: 22px; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.fp__disc { font-size: .74rem; color: var(--fg-mute); line-height: 1.5; }
.fp__notes { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); color: var(--fg-mute); font-size: .9rem; }
.fp__notes strong { color: var(--fg); font-weight: 500; }
kbd { font-family: var(--font-body); font-size: .78em; padding: 1px 7px; border: 1px solid var(--line); border-radius: 3px; color: var(--champagne); }

/* ==========================================================================
   LOCATION
   ========================================================================== */
.loc { padding-block: clamp(90px, 12vw, 190px); overflow: hidden; }
.loc__head { display: grid; gap: 22px; margin-bottom: clamp(30px, 5vw, 80px); }
.loc__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(30px, 5vw, 90px); align-items: start; }
.loc__cap { margin-top: 14px; }
.loc__side { display: flex; flex-direction: column; gap: 14px; }
.loc__side > .label { margin-bottom: 8px; }
.loc__addr { color: var(--fg-mute); margin-top: 18px; line-height: 1.7; }
.loc__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 14px; }

.lmap { width: 100%; height: auto; border: 1px solid var(--line-soft); background: rgba(255,255,255,.015); font-family: var(--font-body); }
.lmap__roads rect { fill: #24221e; stroke: rgba(201,162,74,.3); stroke-width: 1; }
.lmap__roads .rd { stroke: #2d2a25; fill: none; }
.lmap__roadnames text { font-size: 11.5px; letter-spacing: .16em; fill: rgba(239,232,216,.5); text-transform: uppercase; }
.lmap__pois circle { fill: var(--charcoal); stroke: var(--gold); stroke-width: 1.4; }
.lmap__pois circle.big { r: 7; }
.lmap__pois .sq { fill: none; stroke: var(--gold); stroke-width: 1.4; }
.lmap__pois text { font-size: 14.5px; fill: #efe8d8; }
.lmap .pin { fill: var(--gold-light); }
.lmap .pin-ring { fill: none; stroke: var(--gold-light); stroke-width: 1; transform-box: fill-box; transform-origin: center; animation: ring 3s ease-out infinite; }
.lmap .pin-ring--2 { animation-delay: 1.5s; }
.lmap__arrow { stroke: var(--gold-light); stroke-width: 1; stroke-dasharray: 3 4; }
.lmap__name { font-family: var(--font-display); font-size: 27px; fill: var(--gold-light); letter-spacing: .08em; text-transform: uppercase; }
.lmap__tag { font-size: 11.5px; letter-spacing: .26em; fill: var(--champagne); }

.dist { display: flex; flex-direction: column; }
.dist__row { display: grid; grid-template-columns: 34px minmax(0, 1.5fr) minmax(50px, 1fr) auto; align-items: center; gap: 14px; padding: 13px 0; border-top: 1px solid var(--rule); }
.dist__row:last-child { border-bottom: 1px solid var(--rule); }
.dist__ico { width: 28px; height: 28px; }
.dist__name { font-size: .95rem; }
.dist__bar { position: relative; height: 2px; background: var(--rule); opacity: 1; }
.dist__bar i { position: absolute; inset: 0; background: var(--gold-metal); transform-origin: left; transform: scaleX(var(--p, 1)); }
.dist__val { font-family: var(--font-display); text-align: right; min-width: 5em; color: var(--fg-mute); }
.dist__val b { font-weight: 400; font-size: 1.25em; color: var(--accent); }
.dist--big { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(40px, 7vw, 120px); }
.dist--big .dist__row { padding-block: 22px; }
.dist--big .dist__name { font-size: 1.12rem; }
.dist--big .dist__ico { width: 38px; height: 38px; }
.dist--big .dist__val b { font-size: 1.7em; }

.rad { display: block; width: 100%; height: auto; max-width: 860px; margin-inline: auto; font-family: var(--font-body); overflow: visible; }
.rad__ring { fill: none; stroke: var(--rule); stroke-dasharray: 3 7; }
.rad__rl { font-size: 12px; letter-spacing: .16em; fill: var(--fg-mute); }
.rad__spoke { stroke: var(--line-soft); }
.rad__dot { fill: var(--gold-light); }
.rad__name { font-size: 16px; fill: #efe8d8; letter-spacing: .05em; }
.rad__m { font-size: 13.5px; fill: var(--champagne); letter-spacing: .1em; }
.rad__site { fill: var(--gold-light); }
.rad__pulse { fill: none; stroke: var(--gold-light); stroke-width: 1; transform-box: fill-box; transform-origin: center; animation: ring 3s ease-out infinite; }
.rad__cap { text-align: center; justify-content: center; margin-top: 8px; }

/* ==========================================================================
   GALLERY MOSAIC (home)
   ========================================================================== */
.mosaic { padding-block: clamp(90px, 12vw, 190px); overflow: hidden; }
.mosaic__head { display: grid; gap: 22px; margin-bottom: clamp(30px, 5vw, 80px); }
.mosaic__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: clamp(36px, 5.6vw, 92px); gap: var(--gap); }
.mz { position: relative; display: block; }
.mz .frame { position: absolute; inset: 0; transition: transform 1s var(--ease); }
.mz:hover .frame, .mz:focus-visible .frame { transform: scale(1.025); }
.mz--a { grid-column: 1 / 8; grid-row: 1 / 7; }
.mz--c { grid-column: 11 / 13; grid-row: 1 / 6; }
.mz--b { grid-column: 8 / 11; grid-row: 3 / 10; }
.mz--e { grid-column: 11 / 13; grid-row: 6 / 11; }
.mz--d { grid-column: 2 / 8; grid-row: 7 / 12; }
.mz--f { grid-column: 8 / 11; grid-row: 10 / 13; }
.mosaic__cta { margin-top: clamp(30px, 4vw, 60px); display: flex; flex-wrap: wrap; align-items: center; gap: 28px; justify-content: space-between; }

/* ==========================================================================
   TRUST
   ========================================================================== */
.trust { min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding-block: clamp(100px, 14vw, 220px); }
.trust__bg { position: absolute; inset: 0; }
.trust__bg img { width: 100%; height: 124%; object-fit: cover; object-position: 50% 40%; opacity: .5; }
.trust::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,12,10,.92), rgba(13,12,10,.45) 70%, rgba(13,12,10,.75)); pointer-events: none; }
.trust__logo { position: absolute; z-index: 1; right: 5vw; bottom: -4vw; width: min(38vw, 520px); opacity: .1; }
.trust__inner { position: relative; z-index: 2; }
.trust__h { font-size: clamp(2.5rem, 7.4vw, 8.4rem); max-width: 11em; }
.trust__copy { margin-top: clamp(36px, 6vw, 90px); display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 30px; }
.trust__now { color: var(--gold-light); }

/* ==========================================================================
   CONTACT + FORM
   ========================================================================== */
.contact { padding-block: clamp(90px, 12vw, 190px); }
.contact__grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(30px, 6vw, 110px); align-items: start; }
.contact__lead { display: flex; flex-direction: column; gap: 26px; align-items: flex-start; }
.contact__lead .people { width: 100%; }
.people li:last-child { border-bottom: 1px solid var(--rule); }
.person { display: grid; grid-template-columns: 1fr auto 40px; align-items: center; gap: 20px; padding: 20px 0; border-top: 1px solid var(--rule); transition: padding .5s var(--ease), background-color .4s; }
.person:hover, .person:focus-visible { padding-inline: 16px; background: rgba(201,162,74,.1); }
.person__name { font-family: var(--font-display); font-size: clamp(1.1rem, 1.8vw, 1.6rem); }
.person__num { letter-spacing: .14em; color: var(--accent); font-weight: 500; }
.person__ico svg { width: 26px; height: 26px; fill: none; stroke: var(--accent); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.people--big .person { padding-block: clamp(22px, 3vw, 40px); }
.people--big .person__name { font-size: clamp(1.4rem, 3vw, 3rem); }
.people--big .person__num { font-size: clamp(1rem, 1.8vw, 1.6rem); }

.contact__form, .ct__right { background: var(--paper); color: #1b1a17; --fg: #1b1a17; --fg-mute: #58544a; --accent: var(--gold-deep); --rule: rgba(134,97,26,.38); padding: clamp(26px, 3.6vw, 60px); }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 6px var(--gap); }
.field { position: relative; }
.field--wide, .form__submit, .form__note, .form__status { grid-column: 1 / -1; }
.field input, .field textarea, .field select { width: 100%; padding: 28px 0 10px; background: transparent; border: 0; border-bottom: 1px solid var(--rule); border-radius: 0; font: inherit; font-size: 1.02rem; color: var(--fg); outline: 0; transition: border-color .3s; appearance: none; -webkit-appearance: none; }
.field textarea { resize: vertical; min-height: 96px; }
.field select { padding-right: 30px; cursor: pointer; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='none' stroke='%2386611a' stroke-width='1.4'%3E%3Cpath d='M1 1l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 4px center; }
.field label { position: absolute; left: 0; top: 28px; color: var(--fg-mute); pointer-events: none; transition: top .35s var(--ease), font-size .35s var(--ease), letter-spacing .35s, color .3s; font-size: 1rem; }
.field label small { font-size: .78em; opacity: .75; }
.field input:focus + label, .field input:not(:placeholder-shown) + label,
.field textarea:focus + label, .field textarea:not(:placeholder-shown) + label,
.field select:focus + label, .field select:valid + label { top: 6px; font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold-deep); box-shadow: 0 1px 0 var(--gold-deep); }
.field.is-invalid input, .field.is-invalid select { border-color: #a3392b; }
.field__err { display: block; min-height: 1.5em; padding-top: 4px; color: #a3392b; font-size: .78rem; }
.form__submit { margin-top: 12px; }
.form__note { font-size: .82rem; color: var(--fg-mute); margin-top: 6px; }
.form__status { min-height: 1.4em; font-size: .92rem; color: var(--gold-deep); font-weight: 500; }

/* ==========================================================================
   FOOTER + MOBILE DOCK
   ========================================================================== */
.footer { padding-top: clamp(70px, 9vw, 140px); overflow: hidden; }
.footer__top { row-gap: 44px; align-items: start; }
.footer__brand { grid-column: span 3; display: flex; flex-direction: column; gap: 12px; }
.footer__logo { width: 62px; margin-bottom: 10px; }
.footer__tag { color: var(--champagne); }
.footer__dev { margin-top: 10px; color: var(--fg-mute); font-size: .92rem; }
.footer__dev span { font-size: .82rem; opacity: .85; }
.footer__col { grid-column: span 2; }
.footer__addr { grid-column: span 3; }
.footer__col .label { margin-bottom: 18px; display: block; }
.footer__col li { padding: 5px 0; color: var(--fg-mute); font-size: .92rem; }
.footer__col a { color: var(--fg); transition: color .3s; }
.footer__col a:hover { color: var(--gold-light); }
.footer__tel li span, .footer__team li span { display: block; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--fg-mute); }
.footer__tel li { padding-bottom: 12px; }
.footer__team li { padding-bottom: 12px; color: var(--fg); }
.footer address { color: var(--fg-mute); line-height: 1.75; }
.footer__coords { margin: 12px 0 18px; font-size: .82rem; color: var(--champagne); letter-spacing: .08em; }
.footer__mark { display: flex; flex-direction: column; margin-top: clamp(50px, 8vw, 120px); font-size: clamp(3rem, 12vw, 19rem); line-height: .84; color: transparent; -webkit-text-stroke: 1px rgba(201,162,74,.5); user-select: none; }
.footer__mark span:last-child { padding-left: .28em; }
.footer__legal { margin-top: clamp(24px, 3vw, 48px); padding-block: 26px 46px; border-top: 1px solid var(--rule); display: grid; gap: 14px; font-size: .78rem; line-height: 1.7; color: var(--fg-mute); }
.footer__legal strong { color: var(--fg); font-weight: 500; }
.footer__disc { max-width: 110ch; }
.footer__copy a { text-decoration: underline; text-underline-offset: 3px; }

.dock { display: none; }

/* ==========================================================================
   SUB-PAGE HEROES
   ========================================================================== */
.ph { min-height: 78vh; min-height: 78svh; display: flex; align-items: flex-end; overflow: hidden; padding-top: var(--header-h); }
.ph__inner { position: relative; z-index: 2; width: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: clamp(20px, 2.6vw, 40px); padding-block: clamp(60px, 9vw, 130px) clamp(50px, 7vw, 100px); }
.ph__kick { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; color: var(--champagne); }
.ph__title { max-width: 12em; }
.ph__sub { color: var(--champagne); }
.ph__lead { max-width: 52ch; }
.ph__bg { position: absolute; inset: 0; overflow: hidden; }
.ph__bgimg { width: 100%; height: 116%; object-fit: cover; will-change: transform; }
.ph__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(13,12,10,.86), rgba(13,12,10,.4) 65%, rgba(13,12,10,.25)), linear-gradient(0deg, rgba(13,12,10,.82), transparent 50%), linear-gradient(180deg, rgba(13,12,10,.5), transparent 24%); }
.ph__logo { position: absolute; right: 4vw; top: 52%; transform: translateY(-50%); width: min(24vw, 360px); opacity: .16; }
.ph--about .ph__title { font-size: clamp(2.8rem, 8.2vw, 9.4rem); }
.ph--fp { min-height: 46vh; min-height: 46svh; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chips a { display: inline-block; padding: 10px 20px; border: 1px solid var(--line); font-size: .68rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; transition: background-color .35s, color .35s, border-color .35s; }
.chips a:hover, .chips a:focus-visible { background: var(--gold); color: var(--black); border-color: var(--gold); }

/* About */
.tl { padding-block: clamp(90px, 12vw, 190px); overflow: hidden; }
.tl__head { display: grid; gap: 20px; margin-bottom: clamp(40px, 6vw, 100px); }
.tl__wrap { position: relative; }
.tl__line { position: absolute; left: 50%; top: 0; width: 2px; height: 100%; transform: translateX(-50%); transform-origin: top; overflow: visible; }
.tl__line path { stroke: var(--gold-deep); stroke-width: 1; fill: none; }
.tl__list { position: relative; display: grid; gap: clamp(60px, 9vw, 150px); padding-block: 30px; }
.tl__item { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; column-gap: clamp(50px, 9vw, 150px); }
.tl__item::before { content: ""; position: absolute; left: 50%; top: 50%; width: 15px; height: 15px; margin: -7px 0 0 -7px; border-radius: 50%; background: var(--ivory); border: 1px solid var(--gold-deep); z-index: 2; box-shadow: 0 0 0 8px var(--ivory); }
.tl__item--now::before { background: var(--gold-deep); }
.tl__num { font-size: clamp(4.4rem, 12.5vw, 13rem); line-height: .9; text-align: right; background: linear-gradient(115deg, #6d4c10, #a37a26 45%, #7c5813); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.tl__num sup { font-size: .38em; vertical-align: top; }
.tl__txt { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.tl__item:nth-of-type(even) .tl__num { order: 2; text-align: left; }
.tl__item:nth-of-type(even) .tl__txt { order: 1; align-items: flex-end; text-align: right; }
.band { min-height: 72vh; display: flex; align-items: center; overflow: hidden; padding-block: clamp(80px, 10vw, 150px); }
.band__bg { position: absolute; inset: 0; }
.band__bg img { width: 100%; height: 124%; object-fit: cover; opacity: .55; }
.band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,12,10,.9), rgba(13,12,10,.35)); }
.band__inner { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 26px; align-items: flex-start; }
.credits { padding-block: clamp(90px, 12vw, 190px); }
.credits__head { display: grid; gap: 18px; margin-bottom: clamp(30px, 5vw, 70px); }
.credits__list li { display: grid; grid-template-columns: minmax(150px, 1fr) 3fr; align-items: baseline; gap: 20px; padding: clamp(18px, 2.4vw, 34px) 0; border-top: 1px solid var(--rule); transition: padding .5s var(--ease), background-color .4s; }
.credits__list li:last-child { border-bottom: 1px solid var(--rule); }
.credits__list li:hover { padding-left: 16px; background: rgba(201,162,74,.07); }
.credit__role { font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; color: var(--accent); font-weight: 500; }
.credit__name { font-size: clamp(1.6rem, 4.2vw, 4.2rem); line-height: 1.05; }
.credits__note { margin-top: 30px; }

/* Project page */
.ph--project { min-height: 92vh; min-height: 92svh; }
.pj { display: grid; grid-template-columns: minmax(190px, 230px) minmax(0, 1fr); gap: clamp(30px, 5vw, 90px); padding-inline: var(--pad); }
.pj__index { position: sticky; top: calc(var(--header-h) + 20px); align-self: start; padding-block: 70px; }
.pj__index .label { margin-bottom: 16px; display: block; }
.pj__index a, .sp__nav a { display: flex; gap: 12px; padding: 9px 0 9px 16px; border-left: 1px solid var(--rule); font-size: .82rem; color: var(--fg-mute); transition: color .3s, border-color .3s, padding .4s var(--ease); }
.pj__index small { color: var(--accent); font-size: .66rem; letter-spacing: .12em; padding-top: .3em; }
.pj__index a:hover, .sp__nav a:hover { color: var(--fg); }
.pj__index a.is-current, .sp__nav a.is-current { color: var(--fg); border-left-color: var(--gold-deep); padding-left: 22px; }
.pj__content { min-width: 0; }
.pj__sec { display: flex; flex-direction: column; align-items: flex-start; gap: clamp(22px, 3vw, 44px); padding-block: clamp(70px, 9vw, 150px); border-top: 1px solid var(--rule); }
.pj__sec:first-child { border-top: 0; }
.pj__two { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 70px); width: 100%; align-items: start; }
.pj__fig { width: 100%; }
.pj__fig .frame { aspect-ratio: 16 / 8; }
.pj__fig .cap { margin-top: 14px; }
.pj__annot { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: clamp(24px, 3vw, 54px); width: 100%; align-items: start; }
.pj__annot-img { position: relative; overflow: visible; }
.pj__annot-img > img { width: 100%; height: auto; }
.pin-a { position: absolute; display: flex; align-items: center; gap: 10px; transform: translate(-15px, -50%); z-index: 2; }
.pin-a b { flex: none; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-metal); color: var(--black); font-size: .74rem; font-weight: 600; box-shadow: 0 0 0 4px rgba(13,12,10,.4); }
.pin-a i { font-style: normal; background: rgba(13,12,10,.86); color: #efe8d8; padding: 5px 11px; font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; }
.pin-a--l { flex-direction: row-reverse; transform: translate(calc(-100% + 15px), -50%); }
.pj__legend li { display: grid; grid-template-columns: 32px 1fr; gap: 16px; padding: 17px 0; border-top: 1px solid var(--rule); }
.pj__legend li:last-child { border-bottom: 1px solid var(--rule); }
.pj__legend b { width: 28px; height: 28px; border: 1px solid var(--accent); border-radius: 50%; display: grid; place-items: center; font-size: .72rem; font-weight: 500; color: var(--accent); }
.pj__legend h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.15rem; margin-bottom: 4px; }
.pj__legend p { color: var(--fg-mute); font-size: .95rem; line-height: 1.55; }
.pj__note { max-width: 70ch; }
.pj__homes { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); width: 100%; }
.hm { --fg: #efe8d8; --fg-mute: rgba(239,232,216,.72); --accent: var(--gold); display: flex; flex-direction: column; gap: 12px; padding: clamp(18px, 2.4vw, 36px); background: var(--charcoal); color: #efe8d8; transition: transform .6s var(--ease); }
.hm:hover { transform: translateY(-6px); }
.hm img { width: 100%; height: auto; margin-bottom: 10px; }
.hm p { color: var(--fg-mute); font-size: .92rem; }
.hm .link-line { margin-top: 10px; align-self: flex-start; }
.lbx { display: block; position: relative; }
.lbx > .frame { display: block; width: 100%; height: 100%; }
.pj-plan .frame img { height: auto; object-fit: contain; }
.pj__plans { display: grid; gap: var(--gap); width: 100%; }
.pj__map { width: 100%; padding: clamp(12px, 2vw, 28px); background: var(--charcoal); }
.pj__act { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.strip { display: flex; gap: var(--gap); width: 100%; overflow-x: auto; scroll-snap-type: x proximity; padding-bottom: 16px; scrollbar-width: thin; scrollbar-color: var(--gold-deep) transparent; }
.strip__i { flex: none; width: clamp(200px, 24vw, 320px); aspect-ratio: 4 / 5; scroll-snap-align: start; }
.strip__i--w { width: clamp(300px, 38vw, 560px); aspect-ratio: 16 / 10; }

/* Residences page */
.ph--res { min-height: 100vh; min-height: 100svh; align-items: flex-start; }
.ph--res .ph__inner { padding-top: clamp(50px, 9vh, 120px); }
.ph--res .ph__title { font-size: clamp(2.8rem, 7.4vw, 8.4rem); }
.ph__float { position: absolute; z-index: 1; right: -2vw; bottom: 5vh; width: min(54vw, 940px); }
.ph__float img { width: 100%; height: auto; filter: drop-shadow(0 40px 50px rgba(0,0,0,.5)); }
.ph__photo { position: absolute; z-index: 2; left: var(--pad); bottom: 8vh; width: clamp(130px, 13vw, 230px); aspect-ratio: 4 / 5; }
.ph--res .hero__scroll { z-index: 3; }
.res--page { padding-block: clamp(60px, 8vw, 130px); }
.cmp { padding-block: clamp(80px, 10vw, 160px); }
.cmp__head { display: grid; gap: 18px; margin-bottom: clamp(24px, 4vw, 56px); }
.cmp__scroll { overflow-x: auto; }
.cmp__table { width: 100%; border-collapse: collapse; min-width: 560px; }
.cmp__table th, .cmp__table td { padding: 18px 20px 18px 0; text-align: left; border-top: 1px solid var(--rule); vertical-align: top; }
.cmp__table thead th { border-top: 0; padding-bottom: 26px; font-family: var(--font-display); font-weight: 400; font-size: clamp(1.4rem, 3.4vw, 3.4rem); color: var(--gold-light); }
.cmp__table tbody th { width: 24%; font-size: .72rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); }
.cmp__table td { font-size: 1.02rem; line-height: 1.7; }
.cmp__note { margin-top: 28px; font-size: .9rem; }
.ints { padding-block: clamp(90px, 11vw, 170px); overflow: hidden; }
.ints__head { display: grid; gap: 20px; max-width: 800px; margin-bottom: clamp(30px, 4vw, 60px); }
.ints__row { display: flex; gap: var(--gap); overflow-x: auto; padding-bottom: 22px; scroll-snap-type: x proximity; cursor: grab; scrollbar-width: thin; scrollbar-color: var(--gold-deep) transparent; }
.ints__row.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.ints__i { flex: none; width: clamp(240px, 27vw, 420px); aspect-ratio: 4 / 5; scroll-snap-align: start; }
.ints__i:nth-child(even) { margin-top: clamp(20px, 3vw, 50px); }
.ints__i .frame img { pointer-events: none; }

/* Amenities page */
.ph--amen { min-height: 92vh; min-height: 92svh; }
.cat { position: relative; overflow: hidden; padding-block: clamp(90px, 12vw, 190px); }
.cat__bg { position: absolute; inset: 0; }
.cat__bg img { width: 100%; height: 124%; object-fit: cover; }
.cat__inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.cat__cap { color: rgba(239,232,216,.75); }
.cat--well { min-height: 100vh; display: flex; align-items: flex-end; }
.cat--well::after, .cat--sec::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.cat--well::after { background: linear-gradient(90deg, rgba(13,12,10,.82), rgba(13,12,10,.15) 70%), linear-gradient(0deg, rgba(13,12,10,.7), transparent 50%); }
.cat__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); align-items: center; }
.cat--comm .cat__txt { grid-column: 1 / 6; display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.cat__imgs { grid-column: 7 / 13; position: relative; aspect-ratio: 1 / 1.02; }
.cat__i1 { position: absolute; top: 0; right: 0; width: 80%; aspect-ratio: 4 / 3; }
.cat__i2 { position: absolute; bottom: 0; left: 0; width: 58%; aspect-ratio: 4 / 3; border: 10px solid var(--ivory); box-sizing: content-box; }
.cat__i3 { position: absolute; right: 2%; bottom: 8%; width: 32%; border: 6px solid var(--ivory); background: var(--ivory); z-index: 2; }
.cat__i3 img, .cat__thumb img { width: 100%; height: auto; }
.cat__i3 figcaption, .cat__thumb figcaption { font-size: .55rem; letter-spacing: .18em; text-transform: uppercase; padding: 6px 8px; color: var(--fg-mute); background: var(--ivory); }
.cat__giant { line-height: .9; margin-bottom: clamp(30px, 5vw, 70px); }
.cat__row { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); align-items: end; }
.cat__wide { grid-column: 1 / 9; aspect-ratio: 16 / 10; }
.cat__side { grid-column: 9 / 13; display: flex; flex-direction: column; gap: 22px; }
.cat__thumb { width: 78%; align-self: flex-end; }
.cat__thumb figcaption { background: var(--charcoal); color: var(--champagne); }
.cat--conv .cat__grid { align-items: center; }
.cat__grid--rev .cat__tall { grid-column: 1 / 6; aspect-ratio: 4 / 5; }
.cat__grid--rev .cat__txt { grid-column: 7 / 13; display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.cat--sec { min-height: 92vh; display: flex; align-items: center; }
.cat--sec .cat__bg img { object-position: 62% 92%; opacity: .8; }
.cat--sec::after { background: linear-gradient(270deg, rgba(13,12,10,.92), rgba(13,12,10,.4) 60%, rgba(13,12,10,.15)); }
.cat__inner--right { margin-left: auto; margin-right: 0; max-width: 700px; }
.cat--sus { min-height: 80vh; display: flex; align-items: center; }
.sun { position: absolute; right: 5vw; top: 50%; transform: translateY(-50%); width: min(48vw, 700px); fill: none; stroke: var(--gold-deep); stroke-width: 1.2; opacity: .55; pointer-events: none; }
.cat--sus .cat__inner { max-width: 640px; }

/* Gallery */
.ph--gal { min-height: 62vh; }
.gal { padding-block: clamp(30px, 4vw, 60px) clamp(90px, 11vw, 170px); }
.gal__bar { position: sticky; top: var(--header-h); z-index: 20; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 30px; padding-block: 16px; background: var(--paper); border-bottom: 1px solid var(--rule); }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { padding: 11px 20px; border: 1px solid var(--rule); font-size: .68rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; transition: background-color .35s, color .35s, border-color .35s; }
.filter:hover { border-color: var(--gold-deep); }
.filter.is-active { background: var(--black); color: #efe8d8; border-color: var(--black); }
.gg { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: clamp(56px, 6.6vw, 104px); grid-auto-flow: dense; gap: var(--gap); }
.gi { position: relative; display: block; grid-column: span 4; grid-row: span 4; overflow: hidden; }
.g-hero { grid-column: span 8; grid-row: span 6; }
.g-wide { grid-column: span 6; grid-row: span 4; }
.g-tall { grid-column: span 4; grid-row: span 6; }
.g-sq { grid-column: span 4; grid-row: span 4; }
.g-sm { grid-column: span 3; grid-row: span 2; }
.gi .frame { position: absolute; inset: 0; transition: transform 1s var(--ease); }
.gi:hover .frame, .gi:focus-visible .frame { transform: scale(1.04); }
.g-dark .frame { background: var(--charcoal); }
.g-dark img, .g-paper img { object-fit: contain; padding: 4%; }
.g-paper .frame { background: #fff; }
.gi__cap { position: absolute; inset: auto 0 0 0; padding: 40px 16px 14px; background: linear-gradient(0deg, rgba(13,12,10,.85), transparent); color: #efe8d8; display: flex; flex-direction: column; gap: 2px; opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .5s var(--ease); pointer-events: none; }
.gi__cap b { font-weight: 500; font-size: .9rem; letter-spacing: .03em; }
.gi__cap i { font-style: normal; font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; color: var(--champagne); }
.gi:hover .gi__cap, .gi:focus-visible .gi__cap { opacity: 1; transform: none; }
.gi.is-hidden { display: none; }
.gal__disc { margin-top: 34px; }

/* Location page */
.ph--loc { min-height: 100vh; min-height: 100svh; align-items: center; }
.ph__inner--split { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(30px, 5vw, 90px); align-items: center; padding-block: clamp(40px, 6vw, 90px); }
.ph__col { display: flex; flex-direction: column; align-items: flex-start; gap: clamp(18px, 2.2vw, 32px); }
.ph--loc .ph__title { font-size: clamp(2.4rem, 5.6vw, 6.4rem); }
.ph__addr { color: var(--fg-mute); line-height: 1.75; }
.ph__act { display: flex; flex-wrap: wrap; gap: 14px; }
.lmapsec { padding-block: clamp(90px, 12vw, 190px); }
.lmapsec__head { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 70px); align-items: end; margin-bottom: clamp(30px, 5vw, 70px); }
.lmapsec__head .label { grid-column: 1 / -1; }
.lmapsec__map .cap { margin-top: 14px; }
.lmapsec__lists { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 70px); margin-top: clamp(30px, 5vw, 70px); }
.lmapsec__lists .label { margin-bottom: 14px; display: block; }
.dsec { padding-block: clamp(90px, 12vw, 190px); }
.dsec__head { display: grid; gap: 22px; margin-bottom: clamp(30px, 5vw, 80px); }
.bmap { padding-block: clamp(80px, 10vw, 160px); }
.bmap__head { display: grid; gap: 18px; margin-bottom: clamp(24px, 4vw, 50px); }
.bmap__img { display: block; }
.bmap__img .frame { display: block; }
.bmap__img img { width: 100%; height: auto; }
.gmap { padding-block: clamp(80px, 10vw, 160px); }
.gmap__grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(28px, 5vw, 90px); align-items: center; }
.gmap__txt { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.gmap__act { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.gmap__frame { position: relative; border: 1px solid var(--line); aspect-ratio: 16 / 10; background: var(--graphite); }
.gmap__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(.9) contrast(1.05) brightness(.92); }

/* Contact page */
.ph--contact { min-height: 64vh; min-height: 64svh; }
.ct { padding-block: clamp(70px, 9vw, 150px); }
.ct__grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(30px, 6vw, 110px); align-items: start; }
.ways li:last-child .way { border-bottom: 1px solid var(--rule); }
.way { position: relative; display: grid; gap: 8px; padding: clamp(22px, 2.8vw, 40px) 60px clamp(22px, 2.8vw, 40px) 0; border-top: 1px solid var(--rule); transition: padding .5s var(--ease), background-color .4s; }
.way::after { content: ""; position: absolute; right: 0; top: 50%; width: 36px; height: 1px; background: var(--accent); transition: width .5s var(--ease); }
.way:hover, .way:focus-visible { padding-left: 18px; background: rgba(201,162,74,.09); }
.way:hover::after { width: 64px; }
.way__d { color: var(--fg-mute); max-width: 52ch; font-size: .96rem; }
.ct__fh { margin-bottom: 26px; }
.ppl { padding-block: clamp(90px, 12vw, 190px); }
.ppl__head { display: grid; gap: 20px; margin-bottom: clamp(28px, 4vw, 60px); }
.ppl__meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); margin-top: clamp(40px, 6vw, 80px); color: var(--fg-mute); line-height: 1.7; }
.ppl__meta .label { display: inline-block; margin-bottom: 8px; }

/* Specifications page */
.ph--spec { min-height: 66vh; min-height: 66svh; }
.sp { display: grid; grid-template-columns: minmax(200px, 250px) minmax(0, 1fr); gap: clamp(30px, 5vw, 90px); padding-inline: var(--pad); }
.sp__nav { position: sticky; top: calc(var(--header-h) + 20px); align-self: start; padding-block: 70px; }
.sp__nav .label { display: block; margin-bottom: 16px; }
.sp__main { min-width: 0; padding-block: clamp(30px, 5vw, 80px) clamp(70px, 9vw, 140px); }
.sp__row { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 6fr); gap: clamp(24px, 4vw, 70px); padding-block: clamp(36px, 5vw, 80px); border-top: 1px solid var(--rule); align-items: start; }
.sp__row--img { grid-template-columns: minmax(0, 3fr) minmax(0, 5fr) minmax(0, 3fr); }
.sp__name .label { display: block; margin-bottom: 12px; }
.sp__list li { position: relative; padding: 14px 0 14px 30px; border-top: 1px solid var(--rule); line-height: 1.55; }
.sp__list li:first-child { border-top: 0; padding-top: 4px; }
.sp__list li::before { content: ""; position: absolute; left: 0; top: 1.5em; width: 16px; height: 1px; background: var(--accent); }
.sp__list li:first-child::before { top: 1em; }
.sp__fig { position: relative; aspect-ratio: 4 / 5; }
.sp__fig .cap { position: absolute; left: 12px; bottom: 10px; color: #efe8d8; text-shadow: 0 1px 10px rgba(0,0,0,.7); font-size: .58rem; }
.sp__fig .cap::before { background: #efe8d8; }
.sp__smart { border-top: 1px solid var(--rule); padding-block: clamp(36px, 5vw, 80px); display: grid; gap: 26px; }
.sp__act { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; padding-top: 20px; }
