/* ============================================================
   GAUR ALARIS — alarisbygaur.com
   The amenities/luxury build. Peacock palette, editorial layout.
   ------------------------------------------------------------
   FONTS — paste in <head> BEFORE this stylesheet:
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link href="https://fonts.googleapis.com/css2?family=Marcellus&family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">

   RULES:
   - Marcellus for LARGE display headings only (h1/h2, section numerals).
   - Poppins for ALL running text, labels, buttons, forms, nav, h3/h4.
   - No eyebrow kickers. Section heads use a numeral + rule, inline.
   - No card triplets. Amenities run as editorial rows + one bento block.
   - Price: headline only. Full cost sheet gated behind the enquiry form.
   ============================================================ */

/* ---------- 1. TOKENS ---------- */
:root {
  --font-display: "Marcellus", Georgia, "Times New Roman", serif;
  --font-body: "Poppins", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  --ink: #08201f;
  --ink-soft: #0e2b29;
  --ink-soft-2: #123531;
  --teal: #0d4a4a;
  --teal-deep: #093736;
  --emerald: #14695c;
  --emerald-bright: #1e8a74;
  --gold: #c9a961;
  --gold-bright: #d9bd77;
  --gold-deep: #93752f;
  --cream: #f7f4ec;
  --cream-card: #fffdf8;
  --white: #ffffff;
  --text: #1c2a29;
  --text-muted: #4c5f5d;
  --text-on-dark: #eef0ea;
  --text-on-dark-muted: #b7c4bf;
  --line: rgba(13, 74, 74, .16);
  --line-on-dark: rgba(217, 189, 119, .22);
  --wa-green: #1faa53;

  --grad-plume: linear-gradient(120deg, #0d4a4a 0%, #14695c 45%, #0a1f2b 100%);
  --grad-gold: linear-gradient(100deg, #93752f 0%, #c9a961 45%, #d9bd77 100%);
  --grad-gold-text: linear-gradient(100deg, #a8873f, #e7d194 55%, #a8873f);

  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4.5rem;
  --space-9: 6.5rem;

  --radius-sm: 6px;
  --radius: 12px;
  --radius-lg: 18px;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 3px rgba(8, 32, 31, .08);
  --shadow: 0 10px 30px -12px rgba(8, 32, 31, .22);
  --shadow-lift: 0 24px 60px -24px rgba(8, 32, 31, .38);
  --shadow-gold: 0 8px 26px -10px rgba(201, 169, 97, .42);

  --container: 74rem;
  --container-pad: clamp(1.25rem, 5vw, 2.5rem);
  --nav-h: 4.25rem;
  --bar-h: 3.75rem;
}

/* ---------- 2. BASE RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + .5rem); }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding-bottom: calc(var(--bar-h) + env(safe-area-inset-bottom));
}
img, svg, video { max-width: 100%; height: auto; display: block; }
img { background: rgba(13, 74, 74, .06); }
h1, h2, h3, h4, p, figure { margin: 0 0 var(--space-4); }
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--emerald); }
button, input, select, textarea { font: inherit; color: inherit; }
ul, ol { margin: 0 0 var(--space-4); padding-left: 1.25rem; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }
::selection { background: var(--gold); color: var(--ink); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- 3. TYPE ---------- */
.display, h1, h2 { font-family: var(--font-display); font-weight: 400; line-height: 1.1; color: var(--ink); }
h1, .display-xl { font-size: clamp(2.3rem, 6vw, 3.9rem); }
h2, .display-lg { font-size: clamp(1.8rem, 4.2vw, 2.75rem); }
h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.15rem; line-height: 1.35; color: var(--ink); }
h4 { font-family: var(--font-body); font-weight: 600; font-size: .98rem; color: var(--ink); }
.lead { font-size: 1.1rem; font-weight: 400; color: var(--text-muted); max-width: 42em; }
.on-dark { color: var(--text-on-dark); }
.on-dark h1, .on-dark h2, .on-dark h3, .on-dark h4 { color: var(--white); }
.on-dark .lead, .on-dark .muted { color: var(--text-on-dark-muted); }
.gold-text { background: var(--grad-gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.muted { color: var(--text-muted); }
.serif-num { font-family: var(--font-display); }

/* Section head: numeral + rule, inline — NOT a stacked eyebrow kicker */
.head-row { display: flex; gap: var(--space-5); align-items: flex-start; margin-bottom: var(--space-6); }
.head-index {
  flex: none; font-family: var(--font-display); font-weight: 400;
  font-size: clamp(2.2rem, 5vw, 3.2rem); line-height: 1; color: var(--gold);
  opacity: .55; padding-top: .1em;
}
.head-copy { flex: 1; min-width: 0; border-left: 2px solid var(--line); padding-left: var(--space-5); }
.on-dark .head-copy { border-left-color: var(--line-on-dark); }
.head-copy h2 { margin-bottom: var(--space-3); }
.head-row--center { flex-direction: column; align-items: center; text-align: center; max-width: 42rem; margin-inline: auto; }
.head-row--center .head-copy { border-left: none; padding-left: 0; }
.head-row--center .head-index { padding-top: 0; margin-bottom: var(--space-2); }

/* ---------- 4. LAYOUT ---------- */
.container { max-width: var(--container); margin-inline: auto; padding-inline: var(--container-pad); }
.section { padding-block: var(--space-8); }
.section--dark { background: var(--ink); }
.section--teal { background: var(--grad-plume); }
.section--tight { padding-block: var(--space-7); }
@media (min-width: 48em) { .section { padding-block: var(--space-9); } }
.grid { display: grid; gap: var(--space-5); }
@media (min-width: 40em) { .grid--2 { grid-template-columns: 1fr 1fr; } }

/* ---------- 5. BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-weight: 600; font-size: .92rem; letter-spacing: .02em;
  padding: .85rem 1.7rem; border-radius: var(--radius-pill);
  border: 1px solid transparent; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  text-align: center; white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--gold { background: var(--grad-gold); color: var(--ink); box-shadow: var(--shadow-gold); }
.btn--gold:hover { color: var(--ink); transform: translateY(-2px); box-shadow: 0 12px 30px -10px rgba(201,169,97,.55); }
.btn--ghost { background: transparent; color: var(--gold-bright); border-color: var(--gold); }
.btn--ghost:hover { background: rgba(201, 169, 97, .12); color: var(--gold-bright); }
.btn--outline-dark { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--outline-dark:hover { background: var(--ink); color: var(--white); }
.btn--sm { padding: .6rem 1.2rem; font-size: .82rem; }
.btn--block { width: 100%; }

/* ---------- 6. NAV ---------- */
.topbar {
  background: var(--ink); color: var(--text-on-dark-muted);
  font-size: .78rem; padding: .4rem 0;
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); flex-wrap: wrap; }
.topbar a { color: var(--gold-bright); font-weight: 600; }

.nav {
  position: sticky; top: 0; z-index: 70;
  background: rgba(247, 244, 236, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: saturate(140%) blur(6px);
  height: var(--nav-h);
}
.nav .container { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); }
.nav-brand { display: flex; align-items: center; gap: .6rem; flex: none; min-width: 0; }
.nav-brand__logo { height: 1.9rem; width: auto; flex: none; display: block; }
.nav-brand__divider { width: 1px; height: 1.5rem; background: var(--line); flex: none; }
.nav-brand__word { font-family: var(--font-display); font-weight: 400; font-size: 1.2rem; letter-spacing: .1em; color: var(--ink); white-space: nowrap; }
@media (max-width: 26em) {
  .nav-brand__logo { height: 1.5rem; }
  .nav-brand__divider { display: none; }
}
.nav-links { display: none; list-style: none; margin: 0; padding: 0; gap: var(--space-5); flex: 1; justify-content: center; }
.nav-links a { color: var(--text); font-size: .86rem; font-weight: 500; white-space: nowrap; }
.nav-links a:hover { color: var(--emerald); }
.nav-cta { display: flex; align-items: center; gap: var(--space-4); flex: none; }
.nav-cta__phone { font-size: .84rem; font-weight: 600; color: var(--ink); white-space: nowrap; display: none; }
@media (min-width: 68em) {
  .nav-links { display: flex; }
  .nav-cta__phone { display: inline; }
}

/* ---------- 7. HERO — full-bleed real render, strong scrim + opaque panels, form in view ---------- */
.hero {
  position: relative;
  color: var(--text-on-dark);
  overflow: hidden;
  min-height: min(44rem, 94vh);
  display: flex;
  align-items: center;
  isolation: isolate;
  padding-block: var(--space-6);
}
.hero-media {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover; object-position: center 22%;
}
/* Strong overlay everywhere (not just a bottom gradient) so baked-in captions
   in the source render never surface behind our own copy, at any viewport. */
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(5,15,14,.55) 0%, rgba(5,15,14,.5) 35%, rgba(5,15,14,.74) 66%, rgba(5,15,14,.96) 86%, rgba(5,15,14,1) 100%),
    linear-gradient(100deg, rgba(5,15,14,.42) 0%, rgba(5,15,14,.14) 45%, rgba(5,15,14,.5) 100%);
}
.hero .container { position: relative; }
.hero-grid { display: grid; gap: var(--space-6); align-items: center; }
@media (min-width: 62em) {
  .hero-grid { grid-template-columns: 1.15fr .95fr; gap: var(--space-8); align-items: center; }
}
.hero-text-panel {
  background: rgba(5, 15, 14, .48);
  border: 1px solid rgba(217, 189, 119, .18);
  border-radius: var(--radius-lg);
  padding: var(--space-6) var(--space-5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
@media (min-width: 40em) { .hero-text-panel { padding: var(--space-6); } }
.hero h1 { color: var(--white); margin-bottom: var(--space-4); max-width: 14em; font-size: clamp(1.9rem, 4.6vw, 3.3rem); }
.hero-sub { font-size: clamp(.96rem, 1.6vw, 1.1rem); font-weight: 400; color: var(--text-on-dark-muted); max-width: 36em; margin-bottom: var(--space-5); }
.hero-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: var(--space-5); }
.hero-chip {
  display: inline-flex; align-items: baseline; gap: .35rem;
  background: rgba(247,244,238,.1); border: 1px solid var(--line-on-dark);
  border-radius: var(--radius-pill); padding: .42rem .85rem;
  font-size: .76rem; font-weight: 500; color: var(--text-on-dark);
}
.hero-chip b { font-family: var(--font-display); color: var(--gold-bright); font-size: 1rem; font-weight: 400; }
.hero-cta { display: flex; flex-wrap: wrap; gap: var(--space-4); align-items: center; }
.hero-note { font-size: .78rem; line-height: 1.6; color: var(--text-on-dark-muted); margin-top: 0; margin-bottom: 0; }

.hero-form-wrap { display: flex; justify-content: center; }
@media (min-width: 62em) { .hero-form-wrap { justify-content: flex-end; } }
.lead-card--hero { max-width: 24rem; width: 100%; padding: var(--space-5); }
.lead-card--hero h3 { font-size: 1.35rem; }
@media (min-width: 40em) { .lead-card--hero { padding: var(--space-6) var(--space-5); } }

/* Compact hero for small phones — the hero form must clear the fold without
   scrolling, so the topbar, chips and long subtext step aside here; the
   same facts stay in hero-note and the footer. */
@media (max-width: 36em) {
  .topbar { display: none; }
  .hero { padding-block: .65rem; min-height: 0; }
  .hero-grid { gap: var(--space-3); }
  .hero-text-panel { padding: var(--space-4); }
  .hero h1 { font-size: 1.55rem; line-height: 1.16; margin-bottom: var(--space-2); max-width: none; }
  .hero-sub { display: none; }
  .hero-chips { display: none; }
  .hero-note { font-size: .74rem; line-height: 1.5; }
  .lead-card--hero { padding: var(--space-4) var(--space-4) var(--space-3); }
  .lead-card--hero h3 { font-size: 1.15rem; margin-bottom: .25rem; }
  .lead-card--hero .lead-card__sub { font-size: .8rem; margin-bottom: var(--space-3); }
  .lead-card--hero label { margin-bottom: .15rem; font-size: .74rem; }
  .lead-card--hero input { padding: .6rem .85rem; margin-bottom: var(--space-2); font-size: .95rem; }
  .lead-card--hero .consent-row { margin-bottom: var(--space-2); }
  .lead-card--hero .consent-row label { font-size: .72rem; }
  .lead-card--hero .btn { padding: .68rem 1.4rem; }
  .lead-card--hero .form-status { margin-top: var(--space-2); font-size: .78rem; }
  .lead-card--hero .lead-card__fine { margin-top: var(--space-2); font-size: .66rem; }
}

/* ---------- 8. EDITORIAL FEATURE ROWS (amenity spread, overview) ---------- */
.feature-row {
  display: grid; gap: var(--space-6);
  align-items: center;
  padding-block: var(--space-6);
}
@media (min-width: 56em) {
  .feature-row { grid-template-columns: 1.15fr 1fr; gap: var(--space-8); }
  .feature-row--reverse { grid-template-columns: 1fr 1.15fr; }
  .feature-row--reverse .feature-row__media { order: 2; }
  .feature-row--reverse .feature-row__body { order: 1; }
}
.feature-row + .feature-row { border-top: 1px solid var(--line); }
.on-dark .feature-row + .feature-row, .section--dark .feature-row + .feature-row, .section--teal .feature-row + .feature-row { border-top-color: var(--line-on-dark); }
.feature-row__media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lift); }
.feature-row__media img { width: 100%; }
.feature-row__tag {
  display: inline-block; font-size: .82rem; font-weight: 600;
  letter-spacing: .005em; color: var(--gold-deep);
  margin-bottom: var(--space-2);
}
.on-dark .feature-row__tag, .section--dark .feature-row__tag, .section--teal .feature-row__tag { color: var(--gold-bright); }
.feature-row__body h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.7rem; margin-bottom: var(--space-3); }
.feature-row__body p { color: var(--text-muted); }
.on-dark .feature-row__body p, .section--dark .feature-row__body p, .section--teal .feature-row__body p { color: var(--text-on-dark-muted); }
.feature-row__figures { display: flex; gap: var(--space-6); margin-top: var(--space-4); flex-wrap: wrap; }
.feature-row__figures div { min-width: 6rem; }
.feature-row__figures b { display: block; font-family: var(--font-display); font-weight: 400; font-size: 1.7rem; color: var(--teal); }
.section--dark .feature-row__figures b, .section--teal .feature-row__figures b { color: var(--gold-bright); }
.feature-row__figures span { font-size: .78rem; color: var(--text-muted); }
.on-dark .feature-row__figures span, .section--dark .feature-row__figures span, .section--teal .feature-row__figures span { color: var(--text-on-dark-muted); }

/* ---------- 9. BENTO GRID (further amenities — asymmetric, not a card triplet) ---------- */
.bento {
  display: grid; gap: var(--space-4);
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 9.5rem;
  margin-top: var(--space-7);
}
.bento-item {
  position: relative; grid-column: span 6; grid-row: span 2;
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.bento-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* No ::after darkening here — these renders already carry their own baked-in
   captions (e.g. "PRIVATE THEATRE LOUNGE"); we don't overlay HTML text on
   top of them, so a dark gradient would only muddy the source image. */
.bento-item__label { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: var(--space-4) var(--space-5); color: var(--white); }
.bento-item__label h4 { color: var(--white); margin-bottom: .15rem; font-size: 1rem; }
.bento-item__label span { font-size: .76rem; color: var(--text-on-dark-muted); }
.bento-item--wide { grid-row: span 2; }
@media (min-width: 42em) {
  .bento-item { grid-column: span 3; }
  .bento-item--wide { grid-column: span 4; }
  .bento-item--tall { grid-row: span 3; }
}
@media (min-width: 64em) {
  .bento-item { grid-column: span 2; }
  .bento-item--wide { grid-column: span 3; }
}
.bento-item--stat {
  background: var(--grad-plume);
  display: flex; align-items: center; justify-content: center; text-align: center;
  padding: var(--space-4);
}
.bento-item--stat::after { content: none; }
.bento-item--stat strong {
  display: block; font-family: var(--font-display); font-weight: 400;
  font-size: 2.5rem; line-height: 1; color: var(--gold-bright); margin-bottom: .4rem;
}
.bento-item--stat span { font-size: .8rem; color: var(--text-on-dark-muted); max-width: 14rem; }

/* ---------- 10. STAT ROW ---------- */
.stat-row {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: var(--space-5) var(--space-4);
  padding: var(--space-6) 0;
  border-top: 1px solid var(--line-on-dark); border-bottom: 1px solid var(--line-on-dark);
}
@media (min-width: 48em) { .stat-row { grid-template-columns: repeat(4, 1fr); } }
.stat { text-align: left; }
.stat__num { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.9rem, 4.5vw, 2.75rem); line-height: 1.05; color: var(--gold-bright); display: block; }
.stat__num small { font-size: .4em; font-family: var(--font-body); font-weight: 600; }
.stat__label { font-size: .82rem; font-weight: 400; color: var(--text-on-dark-muted); margin-top: var(--space-2); display: block; }

/* ---------- 11. MASTERPLAN SPREAD ---------- */
.masterplan { display: grid; gap: var(--space-6); align-items: center; }
@media (min-width: 56em) { .masterplan { grid-template-columns: 1fr 1fr; gap: var(--space-8); } }
.masterplan__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lift); }
.masterplan__media img { width: 100%; }
.masterplan__media figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(0deg, rgba(8,32,31,.82), transparent);
  color: var(--text-on-dark-muted); font-size: .74rem; padding: var(--space-4) var(--space-4) var(--space-3);
}
.callout-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.callout-list li { display: flex; gap: var(--space-4); padding-block: var(--space-4); border-top: 1px solid var(--line); }
.callout-list li:first-child { border-top: none; }
.callout-list b {
  flex: none; width: 5rem; font-family: var(--font-display); font-weight: 400;
  font-size: 1.9rem; color: var(--teal); line-height: 1.1;
}
.callout-list span { color: var(--text-muted); font-size: .92rem; padding-top: .3rem; }
.callout-list strong.unit { font-size: 1rem; }

/* ---------- 12. CONFIG / SPEC TABLE ---------- */
.config-table { width: 100%; border-collapse: collapse; background: var(--cream-card); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.config-table th, .config-table td { padding: var(--space-4) var(--space-5); text-align: left; border-bottom: 1px solid var(--line); font-size: .95rem; }
.config-table th { font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); background: rgba(13,74,74,.05); font-weight: 600; }
.config-table tr:last-child td { border-bottom: none; }
.config-table td:first-child { font-weight: 700; color: var(--ink); }
.table-scroll { overflow-x: auto; border-radius: var(--radius-lg); }
.spec-note { font-size: .82rem; color: var(--text-muted); margin-top: var(--space-3); }

/* ---------- 13. PRICE BAND ---------- */
.price-band {
  background: var(--grad-plume);
  border-radius: var(--radius-lg);
  padding: var(--space-6) var(--space-5);
  color: var(--text-on-dark);
  display: flex; flex-direction: column; gap: var(--space-5);
  box-shadow: var(--shadow-lift);
}
@media (min-width: 48em) {
  .price-band { flex-direction: row; align-items: center; justify-content: space-between; padding: var(--space-7); }
}
.price-band__label { font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-bright); display: block; margin-bottom: var(--space-2); }
.price-band__figure { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.8rem, 4.5vw, 2.75rem); line-height: 1.1; color: var(--white); display: block; }
.price-band__figure .star { color: var(--gold-bright); }
.price-band__caveat { font-size: .8rem; color: var(--text-on-dark-muted); margin: var(--space-2) 0 0; max-width: 30em; }
.price-band .btn { flex-shrink: 0; }

/* ---------- 14. VERIFY ROW (RERA trust — a divided line, not card triplets) ---------- */
.verify-row { display: grid; gap: var(--space-6); }
@media (min-width: 56em) { .verify-row { grid-template-columns: repeat(3, 1fr); } }
.verify-row > div:not(:first-child) { padding-top: var(--space-5); border-top: 1px solid var(--line-on-dark); }
@media (min-width: 56em) {
  .verify-row > div:not(:first-child) { padding-top: 0; border-top: none; padding-left: var(--space-6); border-left: 1px solid var(--line-on-dark); }
}
.verify-row h3 { color: var(--white); font-size: 1rem; margin-bottom: var(--space-2); }
.verify-row p { color: var(--text-on-dark-muted); font-size: .92rem; margin-bottom: 0; }

/* ---------- 15. PEDIGREE LIST ---------- */
.pedigree-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.pedigree-list li { display: grid; grid-template-columns: 1fr; gap: var(--space-2); padding-block: var(--space-5); border-top: 1px solid var(--line); }
.pedigree-list li:first-child { border-top: none; }
@media (min-width: 44em) { .pedigree-list li { grid-template-columns: 12rem 1fr; gap: var(--space-6); align-items: baseline; } }
.pedigree-list .role { font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-deep); }
.pedigree-list .name { font-family: var(--font-display); font-weight: 400; font-size: 1.35rem; color: var(--ink); display: block; margin-bottom: .2rem; }
.pedigree-list .firm { color: var(--text-muted); font-size: .95rem; }

/* ---------- 16. GALLERY MOSAIC ---------- */
.gallery-grid {
  display: grid; gap: var(--space-3);
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 7rem;
}
.gallery-grid a { display: block; border-radius: var(--radius); overflow: hidden; grid-column: span 2; grid-row: span 2; }
.gallery-grid a:nth-child(1) { grid-column: span 4; grid-row: span 3; }
.gallery-grid a:nth-child(4) { grid-column: span 4; }
@media (min-width: 48em) {
  .gallery-grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 8rem; }
  .gallery-grid a { grid-column: span 2; grid-row: span 2; }
  .gallery-grid a:nth-child(1) { grid-column: span 3; grid-row: span 3; }
  .gallery-grid a:nth-child(2) { grid-column: span 3; grid-row: span 2; }
  .gallery-grid a:nth-child(3) { grid-column: span 3; grid-row: span 2; }
  .gallery-grid a:nth-child(4) { grid-column: span 3; grid-row: span 3; }
}
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-grid a:hover img { transform: scale(1.05); }

/* ---------- 17. Q&A prose utility (kept for legacy .qa-item usage) ---------- */
.qa-list { display: grid; gap: 0; max-width: 52rem; }
.qa-item { padding-block: var(--space-5); border-top: 1px solid var(--line); }
.qa-item:first-child { border-top: none; }
.qa-item h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.25rem; margin-bottom: var(--space-2); }
.qa-item p { color: var(--text-muted); margin-bottom: 0; }

/* ---------- 17b. FAQ ACCORDION (expand-to-view, native <details>) ---------- */
.acc-list { display: grid; gap: 0; max-width: 54rem; }
.acc-item {
  border-top: 1px solid var(--line);
  padding-block: var(--space-2);
}
.acc-item:first-child { border-top: none; }
.acc-item:last-child { border-bottom: 1px solid var(--line); }
.acc-q {
  cursor: pointer;
  list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: var(--space-4);
  padding: var(--space-4) var(--space-2);
  font-family: var(--font-display); font-weight: 400;
  font-size: 1.1rem; color: var(--ink);
  -webkit-tap-highlight-color: transparent;
}
.acc-q::-webkit-details-marker { display: none; }
.acc-q::after {
  content: "+";
  flex: none;
  font-family: var(--font-body); font-weight: 600; font-size: 1.2rem;
  color: var(--gold-deep);
  transition: transform .2s ease;
  width: 1.4rem; height: 1.4rem;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); border-radius: 50%;
}
.acc-item[open] > .acc-q::after { content: "–"; transform: rotate(180deg); }
.acc-item[open] > .acc-q { color: var(--teal); }
.acc-a { padding: 0 var(--space-2) var(--space-5); }
.acc-a p { color: var(--text-muted); margin-bottom: 0; max-width: 46em; }
.acc-item:focus-within .acc-q { outline: 2px solid var(--gold); outline-offset: -2px; border-radius: 4px; }

/* ---------- 17c. DETAIL TABLE (project details, D1 — clean label/value) ---------- */
.detail-table {
  background: var(--cream-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.detail-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: .3rem;
  padding: var(--space-4) var(--space-5);
  border-top: 1px solid var(--line);
}
.detail-row:first-child { border-top: none; }
.detail-row:nth-child(even) { background: rgba(13, 74, 74, .035); }
@media (min-width: 42em) {
  .detail-row { grid-template-columns: 13rem 1fr; gap: var(--space-5); align-items: baseline; }
}
.detail-label {
  font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--gold-deep);
  border-left: 3px solid var(--gold);
  padding-left: .6rem;
}
@media (min-width: 42em) { .detail-label { border-left: none; padding-left: 0; } }
.detail-value { font-size: .98rem; color: var(--ink); line-height: 1.55; }

/* ---------- 17d. STEPS LIST (RERA verify steps) ---------- */
.steps-list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--space-4); }
.steps-list li { display: flex; gap: var(--space-4); align-items: flex-start; }
.steps-list__num {
  flex: none; width: 2.1rem; height: 2.1rem; border-radius: 50%;
  background: var(--grad-plume); color: var(--gold-bright);
  font-family: var(--font-display); font-weight: 400; font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
}
.steps-list span:last-child { color: var(--text-muted); padding-top: .3rem; font-size: .95rem; }

/* ---------- 18. LEAD FORM CARD ---------- */
.lead-card {
  background: var(--cream-card);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: var(--space-6) var(--space-5);
  box-shadow: var(--shadow-lift);
  max-width: 28rem;
}
@media (min-width: 48em) { .lead-card { padding: var(--space-6); } }
.lead-card h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.6rem; margin-bottom: var(--space-2); }
.lead-card__sub { font-size: .92rem; color: var(--text-muted); margin-bottom: var(--space-5); }
.lead-card label { display: block; font-size: .8rem; font-weight: 600; letter-spacing: .02em; color: var(--ink); margin-bottom: var(--space-1); }
.lead-card input, .lead-card select { width: 100%; padding: .78rem 1rem; margin-bottom: var(--space-4); border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); font-size: 1rem; }
.lead-card input:focus, .lead-card select:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13, 74, 74, .12); }
.lead-card input::placeholder { color: #8a9895; }
.consent-row { display: flex; gap: .6rem; align-items: flex-start; margin-bottom: var(--space-4); }
.consent-row input[type="checkbox"] { width: 1.1rem; height: 1.1rem; margin-top: .15rem; flex: none; accent-color: var(--teal); }
.consent-row label { font-size: .78rem; font-weight: 400; line-height: 1.5; color: var(--text-muted); margin-bottom: 0; }
.lead-card__fine { font-size: .72rem; line-height: 1.5; color: var(--text-muted); margin: var(--space-3) 0 0; }
.form-status { font-size: .85rem; font-weight: 600; margin-top: var(--space-3); min-height: 1.2em; }

/* ---------- 19. STICKY MOBILE ACTION BAR ---------- */
.action-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: grid; grid-template-columns: 1fr 1fr;
  height: calc(var(--bar-h) + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 -6px 24px rgba(8, 32, 31, .25);
}
.action-bar a { display: flex; align-items: center; justify-content: center; gap: .55rem; font-weight: 600; font-size: .92rem; }
.action-bar__call { background: var(--ink); color: var(--gold-bright); }
.action-bar__call:hover { color: var(--gold-bright); background: var(--teal-deep); }
.action-bar__wa { background: var(--wa-green); color: var(--white); }
.action-bar__wa:hover { color: var(--white); filter: brightness(1.06); }
.action-bar svg { width: 1.1rem; height: 1.1rem; }
@media (min-width: 64em) {
  .action-bar { left: auto; right: 1.5rem; bottom: 1.5rem; grid-template-columns: auto auto; gap: .75rem; height: auto; padding-bottom: 0; box-shadow: none; background: transparent; }
  .action-bar a { padding: .8rem 1.4rem; border-radius: var(--radius-pill); box-shadow: var(--shadow); }
  body { padding-bottom: 0; }
}

/* ---------- 20. FOOTER / DISCLOSURE ---------- */
.site-footer { background: var(--ink); color: var(--text-on-dark-muted); padding: var(--space-8) 0 var(--space-7); font-size: .88rem; }
.site-footer a { color: var(--gold-bright); }
.site-footer a:hover { color: var(--gold); }
.footer-top { display: grid; gap: var(--space-6); margin-bottom: var(--space-6); }
@media (min-width: 48em) { .footer-top { grid-template-columns: 1.3fr 1fr; } }
.footer-brand { font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; color: var(--white); letter-spacing: .02em; margin-bottom: var(--space-2); }
.footer-nav { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--space-2); font-size: .86rem; }
.footer-rera { border: 1px solid var(--line-on-dark); border-radius: var(--radius); padding: var(--space-4) var(--space-5); margin-block: var(--space-6); font-size: .82rem; line-height: 1.7; }
.footer-rera strong { color: var(--gold-bright); font-weight: 600; }
.footer-disclaimer { border-top: 1px solid var(--line-on-dark); margin-top: var(--space-6); padding-top: var(--space-5); font-size: .74rem; line-height: 1.7; color: var(--text-on-dark-muted); }
.footer-disclaimer p:last-child { margin-bottom: 0; }

/* ---------- 20b. MODALS (exit-intent + floor-plan popups) ---------- */
.modal-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(5, 15, 14, .72);
  display: flex; align-items: center; justify-content: center;
  padding: var(--space-5);
  opacity: 0; visibility: hidden;
  transition: opacity .2s ease;
}
.modal-overlay.is-open { opacity: 1; visibility: visible; }
body.modal-open { overflow: hidden; }
.modal-card {
  position: relative;
  background: var(--cream-card);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: var(--space-6) var(--space-5);
  max-width: 26rem; width: 100%;
  max-height: 90vh; overflow-y: auto;
  box-shadow: var(--shadow-lift);
  transform: translateY(10px) scale(.98);
  transition: transform .2s ease;
}
.modal-overlay.is-open .modal-card { transform: translateY(0) scale(1); }
.modal-card h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.4rem; margin-bottom: var(--space-2); padding-right: var(--space-6); }
.modal-close {
  position: absolute; top: var(--space-4); right: var(--space-4);
  width: 2.1rem; height: 2.1rem; border-radius: 50%;
  background: rgba(13,74,74,.08); border: none; cursor: pointer;
  font-size: 1.3rem; line-height: 1; color: var(--text-muted);
  display: flex; align-items: center; justify-content: center;
}
.modal-close:hover { background: rgba(13,74,74,.16); color: var(--ink); }
.modal-card form { margin-top: var(--space-5); }
.modal-card label { display: block; font-size: .8rem; font-weight: 600; letter-spacing: .02em; color: var(--ink); margin-bottom: var(--space-1); }
.modal-card input { width: 100%; padding: .78rem 1rem; margin-bottom: var(--space-4); border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); font-size: 1rem; }
.modal-card input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13, 74, 74, .12); }

/* ---------- 21. UTILITIES ---------- */
.text-center { text-align: center; }
.no-wrap { white-space: nowrap; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; clip-path: inset(50%); overflow: hidden; white-space: nowrap; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 100; background: var(--gold); color: var(--ink); padding: .75rem 1.25rem; border-radius: 0 0 var(--radius-sm) 0; font-weight: 700; }
.skip-link:focus { left: 0; }
