/* ═══════════════════════════════════════════════════════════════════
   THE LEDGER — design system for Gaurs Studio Bento (Gaur Yamuna City,
   Sector 19). Print-native, single-look (light theme, committed).
   Tokens, type, ticker, hero, index-card system, FAQ, forms, print.
   Locked palette: ink / paper / cobalt (single accent) / gold (verified
   + hairline inlays only) / hairline.
   ═══════════════════════════════════════════════════════════════════ */

:root{
  --ink:#14161A;
  --ink-soft:rgba(20,22,26,.62);
  --ink-faint:rgba(20,22,26,.42);
  --paper:#F4F5F1;
  --card:#FFFFFF;
  --cobalt:#2E4BD1;
  --cobalt-wash:rgba(46,75,209,.07);
  --gold:#B08D3D;
  --gold-ink:#7A5F26;
  --gold-wash:rgba(176,141,61,.09);
  --hairline:#C9CBC6;
  --radius:2px;
  --wrap:1120px;
  --font-display:'Archivo',Arial,Helvetica,sans-serif;
  --font-body:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  --font-mono:'IBM Plex Mono','SFMono-Regular',Consolas,'Liberation Mono',monospace;
}

*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;}
html,body{overflow-x:hidden;}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font:400 1rem/1.6 var(--font-body);
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{color:var(--cobalt);text-decoration-thickness:1px;text-underline-offset:2px;}
a:hover{text-decoration-thickness:2px;}
*:focus-visible{outline:3px solid var(--cobalt);outline-offset:2px;}
::selection{background:var(--cobalt);color:#fff;}

.skip-link{position:absolute;left:-999px;top:0;background:var(--ink);color:#fff;padding:.6rem 1rem;z-index:200;font:600 .85rem var(--font-body);}
.skip-link:focus{left:.5rem;top:.5rem;}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 clamp(1rem,4vw,2rem);}
.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums;}
.fine{font-size:.78rem;line-height:1.7;color:var(--ink-soft);}
.center{text-align:center;}

h1,h2,h3,h4{font-family:var(--font-display);font-weight:800;letter-spacing:-.01em;line-height:1.12;margin:0 0 .6rem;color:var(--ink);}
h2{font-size:clamp(1.5rem,3vw,2.1rem);margin-top:2.4rem;}
h3{font-size:1.08rem;}
p{margin:0 0 1rem;}
.lede{font-size:clamp(1rem,1.6vw,1.2rem);line-height:1.6;color:var(--ink-soft);max-width:64ch;}

/* ── HEADER ── */
.ledger-head{border-bottom:1px solid var(--hairline);background:var(--paper);}
.ledger-head .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;padding-bottom:1rem;flex-wrap:wrap;}
.ledger-mark{font-family:var(--font-mono);font-weight:600;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;color:var(--ink);text-decoration:none;white-space:nowrap;}
.ledger-mark b{color:var(--cobalt);}
.ledger-nav{display:flex;gap:1.35rem;flex-wrap:wrap;font:600 .78rem var(--font-mono);letter-spacing:.03em;text-transform:uppercase;}
.ledger-nav a{color:var(--ink-soft);text-decoration:none;}
.ledger-nav a:hover,.ledger-nav a[aria-current="page"]{color:var(--cobalt);}
.ledger-cta{display:flex;align-items:center;gap:.75rem;}
.ledger-cta .tel{font:600 .82rem var(--font-mono);color:var(--ink);text-decoration:none;white-space:nowrap;}
.menu-btn{display:none;background:none;border:1px solid var(--hairline);border-radius:var(--radius);width:38px;height:38px;padding:0;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:4px;}
.menu-btn span{display:block;width:18px;height:2px;background:var(--ink);}
@media (max-width:760px){
  .ledger-nav{display:none;width:100%;order:3;flex-direction:column;gap:0;background:var(--card);border-top:1px solid var(--hairline);margin-top:.75rem;}
  .ledger-nav a{padding:.7rem 0;border-bottom:1px solid var(--hairline);}
  body.nav-open .ledger-nav{display:flex;}
  .menu-btn{display:flex;}
  .ledger-cta .tel span{display:none;}
}

/* ── TICKER ── */
.ledger-ticker{border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);background:var(--paper);}
.ledger-ticker .wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem .9rem;padding:.65rem clamp(1rem,4vw,2rem);}
.ledger-ticker span{font:600 .72rem/1.5 var(--font-mono);letter-spacing:.03em;text-transform:uppercase;color:var(--ink);white-space:nowrap;}
.ledger-ticker .sep{color:var(--hairline);}
@media (max-width:560px){.ledger-ticker span{font-size:.66rem;}}

/* ── HERO (a ledger entry being written) ── */
.ledger-hero{padding:clamp(2rem,5vw,3.25rem) 0 clamp(1.5rem,4vw,2.25rem);}
.entry-eyebrow{display:block;font:600 .74rem var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:.9rem;}
.ledger-hero h1{font-size:clamp(1.7rem,4.4vw,2.9rem);max-width:20ch;}
.ledger-hero h1 em{font-style:normal;color:var(--cobalt);}
.ledger-hero .lede{margin-top:.85rem;}
.breadcrumb{font:600 .72rem var(--font-mono);text-transform:uppercase;letter-spacing:.03em;color:var(--ink-faint);margin-bottom:1rem;}
.breadcrumb a{color:var(--ink-faint);}
.entered-stamp{margin-top:1.5rem;padding-top:.85rem;border-top:1px dashed var(--hairline);font:600 .7rem var(--font-mono);letter-spacing:.07em;text-transform:uppercase;color:var(--ink-faint);}

/* ── TWO-COLUMN CONTENT + SIDEBAR LEAD-CARD (price page) ── */
.price-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:2rem;align-items:start;}
@media (max-width:900px){.price-layout{grid-template-columns:minmax(0,1fr);}}

/* ── INDEX-CARD SYSTEM ── */
.ledger-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin:1.75rem 0;}
.ledger-grid.cols-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));}
.card{background:var(--card);border:1px solid var(--hairline);border-radius:var(--radius);padding:1.3rem 1.45rem;position:relative;}
.card.span-all{grid-column:1/-1;}
.card .ref{display:block;font:600 .66rem var(--font-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:.6rem;}
.card h3{margin-bottom:.5rem;}
.card p{margin-bottom:.6rem;font-size:.94rem;color:var(--ink);}
.card p:last-child{margin-bottom:0;}
.card .num{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-weight:600;}
.card .big{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-weight:600;font-size:clamp(1.5rem,3.6vw,2.15rem);color:var(--ink);line-height:1.1;margin:.15rem 0 .35rem;}
.card .sub{font-size:.84rem;color:var(--ink-soft);}

/* verification tags */
.tag{display:inline-flex;align-items:center;gap:.4em;font:600 .66rem var(--font-mono);letter-spacing:.07em;text-transform:uppercase;padding:.32em .65em;border-radius:var(--radius);margin-bottom:.7rem;}
.tag-verified{color:var(--gold-ink);border:1px solid var(--gold);background:var(--gold-wash);}
.tag-founder{color:var(--cobalt);border:1px solid var(--cobalt);background:var(--cobalt-wash);}
.tag-reported{color:var(--ink-soft);border:1px solid var(--hairline);background:transparent;}
.tag-unverified{color:var(--ink);border:1px dashed var(--ink);background:transparent;}

/* RERA card — deliberately prominent */
.card.rera-card{border:2px solid var(--ink);background:repeating-linear-gradient(135deg,var(--card),var(--card) 18px,rgba(20,22,26,.025) 18px,rgba(20,22,26,.025) 19px);}
.card.rera-card h3{font-size:1.25rem;}

/* arithmetic block */
.arith{font-family:var(--font-mono);font-variant-numeric:tabular-nums;background:var(--cobalt-wash);border:1px solid var(--cobalt);border-radius:var(--radius);padding:.9rem 1rem;font-size:clamp(.8rem,2.6vw,.95rem);color:var(--ink);margin:.6rem 0;line-height:1.5;white-space:normal;overflow-wrap:break-word;}

/* ── FAQ (native <details>/<summary> — accessible, byte-sync-checkable;
   defaults open via the `open` attribute so the page reads exactly like the
   always-visible ledger design; the marker is hidden and the row is still
   collapsible for anyone who wants to close entries) ── */
.faq-list{margin-top:.5rem;}
.faq-item{border-top:1px solid var(--hairline);padding:1.15rem 0;}
.faq-item:last-child{border-bottom:1px solid var(--hairline);}
.faq-item summary{list-style:none;cursor:pointer;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-q{font-family:var(--font-display);font-weight:800;font-size:1rem;margin:0 0 .5rem;display:flex;gap:.6rem;}
.faq-q .qn{font-family:var(--font-mono);color:var(--cobalt);font-weight:600;flex:none;}
.faq-q::after{content:'−';margin-left:auto;font-family:var(--font-mono);color:var(--ink-faint);flex:none;}
.faq-item:not([open]) .faq-q::after{content:'+';}
.faq-a{font-size:.94rem;color:var(--ink);margin:.5rem 0 0;}
.faq-a a{white-space:nowrap;}

/* ── VIDEO CARD (walkthrough) ── */
.video-card{max-width:340px;margin:0 auto;}
.video-card .video-frame{position:relative;border:1px solid var(--hairline);border-radius:var(--radius);overflow:hidden;background:var(--paper);}
.video-card video{display:block;width:100%;height:auto;aspect-ratio:478/850;background:var(--paper);}
.video-card figcaption{margin-top:.6rem;text-align:center;}

/* ── EXHIBIT PLATES (framed reference images — kit exhibits, Ledger
   convention: hairline border, mono caption strip, same tag vocabulary
   as the cards that hold them) ── */
.exhibit{margin:0;}
.exhibit-frame{border:1px solid var(--hairline);border-radius:var(--radius);overflow:hidden;background:var(--paper);}
.exhibit-frame img{width:100%;height:auto;display:block;}
.exhibit-frame--portrait{max-width:560px;margin:0 auto;}
.exhibit figcaption{margin-top:.7rem;padding-top:.55rem;border-top:1px dashed var(--hairline);font:600 .68rem/1.6 var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--ink-faint);}
.exhibit-pair{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;}
@media (max-width:560px){.exhibit-pair{grid-template-columns:1fr;}}

/* ── LISTS ── */
.ledger-list{margin:0 0 1rem;padding:0;list-style:none;counter-reset:led;}
.ledger-list li{counter-increment:led;position:relative;padding:.65rem 0 .65rem 2.2rem;border-top:1px solid var(--hairline);font-size:.94rem;}
.ledger-list li:last-child{border-bottom:1px solid var(--hairline);}
.ledger-list li::before{content:counter(led,decimal-leading-zero);position:absolute;left:0;top:.65rem;font:600 .78rem var(--font-mono);color:var(--cobalt);}

/* ── LEDGER TABLE (payment-plan milestone schedule) ── */
.ledger-table{width:100%;border-collapse:collapse;font-size:.92rem;margin:.5rem 0 0;}
.ledger-table caption{caption-side:top;text-align:left;font:600 .7rem var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:.6rem;}
.ledger-table th,.ledger-table td{border-top:1px solid var(--hairline);padding:.65rem .75rem;text-align:left;}
.ledger-table thead th{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-soft);border-top:none;border-bottom:1px solid var(--ink);}
.ledger-table td.num,.ledger-table th.num{font-family:var(--font-mono);font-variant-numeric:tabular-nums;white-space:nowrap;}
.ledger-table tbody tr:last-child td{font-weight:600;}
@media (max-width:560px){.ledger-table{font-size:.85rem;}.ledger-table th,.ledger-table td{padding:.55rem .5rem;}}

/* ── CTA / FORMS ── */
.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;}
.btn{font:700 .85rem var(--font-display);letter-spacing:.01em;padding:.85em 1.45em;border-radius:var(--radius);text-decoration:none;display:inline-flex;align-items:center;gap:.55em;cursor:pointer;border:1px solid transparent;line-height:1.2;}
.btn-cobalt{background:var(--cobalt);color:#fff;}
.btn-cobalt:hover{background:#2540b8;}
.btn-outline{background:transparent;color:var(--ink);border-color:var(--ink);}
.btn-outline:hover{background:var(--ink);color:var(--paper);}
.btn-block{width:100%;justify-content:center;}

.lead-card{background:var(--card);border:1px solid var(--hairline);border-top:3px solid var(--cobalt);border-radius:var(--radius);padding:1.5rem 1.6rem;}
.lead-card h3{margin-bottom:.3rem;}
.field{margin-bottom:.85rem;}
.field label{display:block;font:600 .72rem var(--font-mono);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem;color:var(--ink-soft);}
.field input,.field select{width:100%;border:1px solid var(--hairline);background:#fff;padding:.65em .75em;font:400 .95rem var(--font-body);border-radius:var(--radius);color:var(--ink);}
.field input:focus-visible,.field select:focus-visible{border-color:var(--cobalt);}
.form-err{color:#B3261E;font-size:.82rem;display:none;margin:-.3rem 0 .7rem;}
.form-err.show{display:block;}
.form-note{font-size:.74rem;color:var(--ink-faint);margin-top:.75rem;}
.form-thankyou{display:none;text-align:center;padding:.5rem 0;}
.form-thankyou.show{display:block;}
.form-thankyou .check{width:44px;height:44px;margin:0 auto .7rem;border-radius:50%;background:var(--cobalt-wash);color:var(--cobalt);display:flex;align-items:center;justify-content:center;}
.form-thankyou .check svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;}
.wa-fallback{margin-top:.6rem;}

/* ── DECODE-LINK STRIP ── */
.decode-strip{border:1px dashed var(--hairline);border-radius:var(--radius);padding:1rem 1.2rem;margin:1.5rem 0;font-size:.9rem;}
.decode-strip a{font-weight:600;}

/* ── SECTION DIVIDERS ── */
.hr{border:0;border-top:1px solid var(--hairline);margin:2.25rem 0;}

/* ── FOOTER / DISCLOSURE ── */
.ledger-foot{border-top:1px solid var(--hairline);margin-top:3rem;padding:2rem 0 1.25rem;}
.foot-links{display:flex;flex-wrap:wrap;gap:.4rem 1.1rem;font:600 .74rem var(--font-mono);text-transform:uppercase;letter-spacing:.03em;margin-bottom:1.25rem;}
.foot-links a{color:var(--ink-soft);}
.disclosure{border-top:1px solid var(--hairline);padding-top:1.4rem;font-size:.79rem;line-height:1.75;color:var(--ink-soft);}
.disclosure strong{color:var(--ink);}
.disclosure p{margin-bottom:.9rem;}

/* ── WA FLOAT ── */
.wa-float{position:fixed;right:1.1rem;bottom:1.1rem;width:52px;height:52px;border-radius:50%;background:var(--cobalt);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(20,22,26,.25);z-index:80;}
.wa-float svg{width:26px;height:26px;fill:#fff;}

/* ── MOTION (one orchestrated moment: cards settle in) ── */
.reveal{opacity:0;transform:translateY(8px);transition:opacity .24s ease-out,transform .24s ease-out;transition-delay:calc(var(--i,0)*40ms);}
.reveal.in{opacity:1;transform:none;}
@media (prefers-reduced-motion:reduce){
  .reveal{transition:none!important;opacity:1!important;transform:none!important;}
}

/* ── PRINT (the page IS a ledger) ── */
@media print{
  .no-print,.ledger-nav,.menu-btn,.ledger-cta,.cta-row,.wa-float,.lead-card form,.form-note{display:none!important;}
  body{background:#fff;color:#000;}
  .ledger-ticker,.ledger-head{border-color:#000;}
  .card{border:1px solid #000!important;background:#fff!important;break-inside:avoid;}
  .card.rera-card{background:#fff!important;}
  a{color:#000;text-decoration:underline;}
  .print-stamp{display:block!important;margin-top:1rem;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;}
}
.print-stamp{display:none;}

/* ── RESPONSIVE FLOOR: 360px ── */
@media (max-width:380px){
  .wrap{padding:0 .85rem;}
  .card{padding:1.05rem 1.1rem;}
  .lead-card{padding:1.2rem 1.2rem;}
}

/* ═══════════════════════════════════════════════════════════════════
   LUXURY LAYER — opt-in via body.lux (homepage + money pages). This is
   a COMMITTED dark-and-gold treatment carried end-to-end: near-black
   grounds, gold #B08D3D + gilt #E6C57E accents, an editorial serif
   (Fraunces) for headlines, the mono verification tags kept as gold
   hallmarks. It reads like a private-bank / atelier dossier.
   The money pages (price/location/pre-lease/…) opt in with body.lux
   too — the interior-only components they add (ledger-hero, breadcrumb,
   ledger-table/-list, rera-card) are covered in the LUX OPT-IN section
   at the end of this file. Every rule is scoped under .lux and cannot
   leak to a non-lux page.
   Signature: the framed pen-sketch exhibit + the gold wax HALLMARK seal
   — "shown, not claimed".
   ═══════════════════════════════════════════════════════════════════ */
.lux{
  --lux-ink:#131110;          /* warm near-black page ground */
  --lux-panel:#1C1815;        /* card panel on ink */
  --lux-panel-2:#221D17;      /* raised / hover panel */
  --lux-light:#F3EBD9;        /* warm parchment text on ink */
  --lux-soft:rgba(243,235,217,.74);
  --lux-faint:rgba(243,235,217,.5);
  --lux-line:rgba(230,197,126,.16);      /* gilt hairline */
  --lux-line-2:rgba(230,197,126,.32);    /* stronger gilt hairline */
  --gilt:#E6C57E;             /* brighter gilt highlight */
  --font-serif:'Fraunces',Georgia,'Times New Roman',serif;
}

/* ── GLOBAL DARK GROUND ────────────────────────────────────────────── */
body.lux{
  background:
    radial-gradient(120% 60% at 50% -8%,rgba(230,197,126,.05),transparent 60%),
    linear-gradient(180deg,#151210 0%,#131110 42%,#100E0C 100%);
  color:var(--lux-light);
}
.lux ::selection{background:var(--gilt);color:#1A1409;}
.lux *:focus-visible{outline-color:var(--gilt);}
.lux main a{color:var(--gilt);text-underline-offset:3px;}
.lux main a:hover{color:#F3DEA9;}

/* ── HEADER + TICKER (dark, gilt seams) ────────────────────────────── */
.lux .ledger-head{background:rgba(19,17,16,.92);border-bottom:1px solid var(--lux-line-2);backdrop-filter:saturate(1.1) blur(4px);}
.lux .ledger-mark{color:var(--lux-light);}
.lux .ledger-mark b{color:var(--gilt);}
.lux .ledger-nav a{color:var(--lux-soft);}
.lux .ledger-nav a:hover,.lux .ledger-nav a[aria-current="page"]{color:var(--gilt);}
.lux .ledger-cta .tel{color:var(--lux-light);}
.lux .menu-btn{border-color:var(--lux-line-2);}
.lux .menu-btn span{background:var(--gilt);}
.lux .ledger-ticker{background:#0F0D0B;border-top-color:var(--lux-line);border-bottom-color:var(--lux-line);}
.lux .ledger-ticker span{color:var(--lux-soft);}
.lux .ledger-ticker .sep{color:var(--lux-line-2);}
@media (max-width:760px){
  .lux .ledger-nav{background:#161311;border-top-color:var(--lux-line);}
  .lux .ledger-nav a{border-bottom-color:var(--lux-line);}
}

/* ── SECTION HEADINGS (editorial serif, gilt tick) ─────────────────── */
.lux main h2{
  font-family:var(--font-serif);font-weight:600;letter-spacing:-.01em;
  font-size:clamp(1.7rem,3.4vw,2.45rem);line-height:1.08;color:var(--lux-light);
  margin-top:3.4rem;padding-top:1.4rem;position:relative;
}
.lux main h2::before{
  content:"";position:absolute;top:0;left:0;width:52px;height:2px;
  background:linear-gradient(90deg,var(--gold),var(--gilt));
}

/* ══ CINEMATIC HERO — split: serif lede + gold stats | framed sketch ══ */
.lux-hero{
  position:relative;padding:0;overflow:hidden;color:var(--lux-light);
  border-bottom:1px solid var(--gold);
  background:
    radial-gradient(90% 120% at 88% 12%,rgba(230,197,126,.10),transparent 58%),
    linear-gradient(158deg,#1B1613 0%,#151210 52%,#0F0D0B 100%);
}
.lux-hero__glow{position:absolute;z-index:0;right:-8%;top:6%;width:52%;height:82%;pointer-events:none;
  background:radial-gradient(closest-side,rgba(230,197,126,.16),transparent 72%);filter:blur(8px);}
.lux-hero .wrap{position:relative;z-index:2;padding-top:clamp(2.6rem,6vw,4.4rem);padding-bottom:clamp(2.4rem,5vw,3.6rem);}
.lux-hero__grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:clamp(1.8rem,4.5vw,3.6rem);align-items:center;}
.lux-hero .entry-eyebrow{color:var(--gilt);letter-spacing:.16em;}
.lux-hero h1{
  font-family:var(--font-serif);font-weight:600;letter-spacing:-.015em;line-height:1.03;
  font-size:clamp(2.1rem,5.4vw,3.7rem);color:#F7F0E1;max-width:15ch;margin:.2rem 0 1rem;
}
.lux-hero h1 em{font-style:italic;color:var(--gilt);}
.lux-hero .lede{color:var(--lux-soft);max-width:54ch;margin-top:0;}
.lux-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.6rem;}
.lux-honesty{margin:1rem 0 0;font:500 .72rem/1.6 var(--font-mono);letter-spacing:.02em;color:var(--lux-faint);}
.lux-hero .entered-stamp{color:var(--lux-faint);border-top:1px dashed var(--lux-line-2);margin-top:2.2rem;}

/* gold + ghost buttons */
.lux .btn-gold{
  background:linear-gradient(180deg,#EED69A,#C8A24E);color:#241A08;border:1px solid #B98F3E;font-weight:700;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 6px 18px rgba(0,0,0,.32);
}
.lux .btn-gold:hover{background:linear-gradient(180deg,#F3DEA9,#D3AC57);}
.lux .btn-ghost-light{background:transparent;color:var(--lux-light);border:1px solid var(--lux-line-2);}
.lux .btn-ghost-light:hover{background:rgba(230,197,126,.1);border-color:var(--gilt);color:var(--gilt);}

/* ── FRAMED SKETCH EXHIBIT (the real product, un-scrimmed, gilt-matted) ─ */
.lux-hero__exhibit{position:relative;justify-self:center;width:100%;max-width:540px;}
.lux-hero__frame{
  margin:0;position:relative;border:1px solid var(--gilt);border-radius:3px;
  padding:clamp(.5rem,1.4vw,.85rem);
  background:linear-gradient(160deg,#211B14,#15110D);
  box-shadow:0 40px 80px -28px rgba(0,0,0,.75),0 2px 0 rgba(230,197,126,.12),inset 0 0 0 1px rgba(230,197,126,.14);
}
.lux-hero__frame::before{content:"";position:absolute;inset:clamp(.5rem,1.4vw,.85rem);border:1px solid var(--lux-line-2);border-radius:2px;pointer-events:none;z-index:1;}
.lux-hero__frame img{width:100%;height:auto;display:block;border-radius:2px;position:relative;}
.lux-hero__frame figcaption{
  margin-top:.7rem;padding-top:.55rem;border-top:1px dashed var(--lux-line-2);
  font-size:.6rem;line-height:1.6;letter-spacing:.09em;text-transform:uppercase;color:var(--gilt);text-align:center;
}

/* ── THE HALLMARK SEAL (signature — stamped on the exhibit corner) ──── */
.hallmark{width:clamp(132px,15vw,172px);height:auto;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5));}
.lux-hero__seal{position:absolute;left:-18px;bottom:-22px;z-index:3;width:clamp(84px,10vw,116px);
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.55));background:radial-gradient(closest-side,#171310 62%,transparent 72%);border-radius:50%;}
.hm-ring{fill:none;stroke:var(--gilt);stroke-width:1.1;}
.hm-ring--thin{stroke-width:.55;opacity:.5;}
.hm-ring--inner{stroke-width:.55;opacity:.4;}
.hm-dot circle{fill:var(--gilt);}
.hm-arc{fill:var(--gilt);font-family:var(--font-mono);font-size:8px;letter-spacing:1.1px;text-anchor:middle;}
.hm-center{text-anchor:middle;}
.hm-center--sm{font-family:var(--font-mono);font-size:6.4px;letter-spacing:1.1px;fill:rgba(230,197,126,.9);}
.hm-center--lg{font-family:var(--font-serif);font-weight:600;font-size:17px;letter-spacing:.4px;fill:var(--gilt);}
.hm-rule{stroke:var(--gilt);stroke-width:.7;opacity:.55;}

/* ── KEY-FIGURE STAT BLOCKS (horizontal, gilt-ruled — bank summary) ── */
.lux-stats{margin:2rem 0 0;width:100%;max-width:520px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;
  border-top:1px solid var(--lux-line-2);border-bottom:1px solid var(--lux-line-2);}
.lux-stat{display:flex;flex-direction:column;gap:.45rem;padding:.95rem 1.1rem .95rem 0;}
.lux-stat + .lux-stat{padding-left:1.1rem;border-left:1px solid var(--lux-line);}
.lux-stat dt{margin:0;font:600 .6rem/1.4 var(--font-mono);letter-spacing:.11em;text-transform:uppercase;color:var(--gilt);}
.lux-stat dd{margin:0;font-family:var(--font-serif);font-weight:600;font-size:clamp(1.5rem,3.4vw,2rem);line-height:1;color:var(--lux-light);font-variant-numeric:tabular-nums;}
.lux-stat dd .u{font-size:.5em;color:var(--gilt);margin-left:.06em;letter-spacing:.02em;}
.lux-stat dd .star{font-size:.5em;vertical-align:super;color:var(--gilt);}

/* ── HERO ENTRANCE (respects reduced motion) ──────────────────────── */
.lux-hero__rise{opacity:1;}
@media (prefers-reduced-motion:no-preference){
  .lux-hero__rise{opacity:0;transform:translateY(16px);animation:luxRise .9s cubic-bezier(.2,.75,.25,1) both;animation-delay:calc(var(--d,0)*110ms + 90ms);}
  @keyframes luxRise{to{opacity:1;transform:none;}}
}

/* ══ CARDS AS DARK DOSSIER PANELS ═══════════════════════════════════ */
.lux .card{
  background:linear-gradient(168deg,var(--lux-panel),#181410);
  border:1px solid var(--lux-line);border-radius:3px;
  box-shadow:0 1px 0 rgba(230,197,126,.06),0 18px 40px -30px rgba(0,0,0,.8);
  transition:box-shadow .28s ease,border-color .28s ease,transform .28s ease;
}
.lux .card:hover{border-color:var(--lux-line-2);box-shadow:0 1px 0 rgba(230,197,126,.12),0 26px 60px -34px rgba(0,0,0,.9);}
@media (prefers-reduced-motion:no-preference){.lux .card:hover{transform:translateY(-2px);}}
.lux .card h3,.lux .card h4{font-family:var(--font-serif);font-weight:600;letter-spacing:0;color:var(--lux-light);}
.lux .card h3{font-size:1.2rem;line-height:1.18;}
.lux .card p{color:var(--lux-soft);}
.lux .card p strong,.lux .card p b{color:var(--lux-light);}
.lux .card .ref{color:var(--gilt);opacity:.72;}
.lux .card .sub{color:var(--lux-faint);}
.lux .card .big{color:var(--lux-light);}
.lux .card-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;}
.lux .card-head .ref{margin-bottom:0;}

/* the money "protection" card gets a gilt top rule to read as a seal */
.lux #protection{border-top:2px solid var(--gold);}

/* ── VERIFICATION TAGS — the gold hallmark vocabulary ──────────────── */
.lux .tag{border-radius:2px;}
.lux .tag-verified{
  color:#1E1608;border:1px solid var(--gilt);
  background:linear-gradient(180deg,#EFD79C,#C9A455);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.5);position:relative;padding-left:1.55em;
}
.lux .tag-verified::before{
  content:"";position:absolute;left:.55em;top:50%;width:.52em;height:.52em;margin-top:-.26em;border-radius:50%;
  background:radial-gradient(circle at 34% 30%,#FBEFC9,#8A6A24 78%);box-shadow:0 0 0 1px rgba(30,22,8,.35);
}
.lux .tag-founder{color:var(--gilt);border:1px solid var(--lux-line-2);background:rgba(230,197,126,.08);}
.lux .tag-reported{color:var(--lux-soft);border:1px solid var(--lux-line);background:transparent;}
.lux .tag-unverified{color:var(--gilt);border:1px dashed var(--gilt);background:transparent;}

/* ── ARITHMETIC BLOCK (gilt inset) ─────────────────────────────────── */
.lux .arith{background:rgba(230,197,126,.06);border:1px solid var(--lux-line-2);color:var(--lux-light);}

/* ── EXHIBIT PLATES / VIDEO — gilt-matted frames on ink ────────────── */
.lux .exhibit-frame{border:1px solid var(--lux-line-2);background:#0F0D0B;box-shadow:0 16px 40px -26px rgba(0,0,0,.85);}
.lux .exhibit-frame--portrait{max-width:620px;}
.lux .exhibit figcaption{border-top-color:var(--lux-line-2);color:var(--gilt);}
.lux .exhibit-cap .ref{color:var(--gilt);opacity:.72;}
.lux .video-card .video-frame{border:1px solid var(--lux-line-2);background:#0F0D0B;box-shadow:0 16px 40px -26px rgba(0,0,0,.85);}
.lux .video-card video{background:#0F0D0B;}
.lux figcaption.mono,.lux .exhibit figcaption{color:var(--gilt);}

/* ── CINEMATIC INTERLUDE (thesis plate — a second dark moment) ─────── */
.lux-interlude{position:relative;margin:2.8rem 0;border:1px solid var(--gold);border-radius:6px;overflow:hidden;background:var(--lux-ink);box-shadow:0 30px 70px -34px rgba(0,0,0,.85);}
.lux-interlude img{width:100%;height:auto;display:block;aspect-ratio:1200/560;object-fit:cover;object-position:50% 55%;}
.lux-interlude__scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,13,10,.94) 0%,rgba(15,13,10,.6) 46%,rgba(15,13,10,.14) 100%);}
.lux-interlude__cap{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:clamp(1.2rem,4.5vw,3rem);max-width:36ch;}
.lux-interlude__eyebrow{font:600 .68rem var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--gilt);}
.lux-interlude__line{font-family:var(--font-serif);font-weight:600;font-size:clamp(1.5rem,3.7vw,2.55rem);line-height:1.06;color:#F7F0E1;margin:.5rem 0 .9rem;}
.lux-interlude__note{display:block;font-size:.6rem;line-height:1.6;letter-spacing:.08em;text-transform:uppercase;color:var(--lux-faint);}

/* ── FAQ (dossier register on ink) ─────────────────────────────────── */
.lux .faq-item{border-top-color:var(--lux-line);}
.lux .faq-item:last-child{border-bottom-color:var(--lux-line);}
.lux .faq-q{font-family:var(--font-serif);font-weight:600;font-size:1.08rem;color:var(--lux-light);}
.lux .faq-q .qn{color:var(--gilt);}
.lux .faq-q::after{color:var(--gilt);}
.lux .faq-a{color:var(--lux-soft);}

/* ── LEAD FORM (dark card, gilt fields, gold submit) ───────────────── */
.lux .lead-card{
  background:linear-gradient(168deg,var(--lux-panel-2),#171310);
  border:1px solid var(--lux-line);border-top:3px solid var(--gold);
  box-shadow:0 30px 70px -34px rgba(0,0,0,.85);
}
.lux .lead-card h3,.lux .lead-card h4{font-family:var(--font-serif);font-weight:600;color:var(--lux-light);}
.lux .lead-card .fine,.lux .form-note{color:var(--lux-faint);}
.lux .field label{color:var(--gilt);}
.lux .field input,.lux .field select{background:#0F0D0B;border:1px solid var(--lux-line-2);color:var(--lux-light);}
.lux .field input::placeholder{color:rgba(243,235,217,.38);}
.lux .field input:focus-visible,.lux .field select:focus-visible{border-color:var(--gilt);outline-color:var(--gilt);}
.lux .field select option{color:#141210;}
.lux .form-thankyou .check{background:rgba(230,197,126,.12);color:var(--gilt);}
.lux .form-err{color:#F0A28C;}

/* CTAs across the page → gold; ghost outline → gilt */
.lux .btn-cobalt{background:linear-gradient(180deg,#EED69A,#C8A24E);color:#241A08;border:1px solid #B98F3E;box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 6px 18px rgba(0,0,0,.32);}
.lux .btn-cobalt:hover{background:linear-gradient(180deg,#F3DEA9,#D3AC57);}
.lux .btn-outline{color:var(--lux-light);border-color:var(--lux-line-2);background:transparent;}
.lux .btn-outline:hover{background:rgba(230,197,126,.1);color:var(--gilt);border-color:var(--gilt);}

/* WhatsApp float → gilt ring on ink */
.lux .wa-float{background:linear-gradient(180deg,#D8B466,#B08D3D);box-shadow:0 6px 18px rgba(0,0,0,.5);}
.lux .wa-float svg{fill:#1A1409;}

/* ── DARK CLOSING FRAME: footer + disclosure on ink ───────────────── */
.lux .ledger-foot{background:#0F0D0B;border-top:1px solid var(--gold);color:var(--lux-soft);margin-top:3.6rem;}
.lux .ledger-foot .foot-links a{color:var(--lux-soft);}
.lux .ledger-foot .foot-links a:hover{color:var(--gilt);}
.lux .site-disclosure{background:#0C0A09;color:var(--lux-soft);}
.lux .site-disclosure .disclosure{border-top-color:var(--lux-line-2);color:var(--lux-soft);}
.lux .site-disclosure .disclosure strong{color:var(--lux-light);}
.lux .site-disclosure a{color:var(--gilt);}

/* ── HERO RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width:860px){
  .lux-hero__grid{grid-template-columns:1fr;gap:2.2rem;}
  .lux-hero__exhibit{max-width:460px;justify-self:start;margin-top:.4rem;}
  .lux-hero .lede{max-width:60ch;}
  .lux-stats{max-width:none;}
}
@media (max-width:560px){
  .lux-hero__exhibit{max-width:none;}
  .lux-stats{grid-template-columns:1fr;}
  .lux-stat{flex-direction:row;align-items:baseline;justify-content:space-between;padding:.72rem 0;}
  .lux-stat + .lux-stat{padding-left:0;border-left:none;border-top:1px solid var(--lux-line);}
  .lux-hero__seal{left:auto;right:-10px;bottom:-16px;width:78px;}
}

/* ── PRINT: the frame collapses back to paper ─────────────────────── */
@media print{
  body.lux{background:#fff!important;color:#000!important;}
  .lux-hero,.lux-interlude,.lux .ledger-foot,.lux .site-disclosure,.lux .ledger-head,.lux .ledger-ticker,.lux .card,.lux .lead-card{background:#fff!important;color:#000!important;}
  .lux-hero *,.lux .ledger-foot *,.lux .site-disclosure *,.lux .card *,.lux main h2,.lux .faq-q,.lux .card h3{color:#000!important;}
  .lux-hero__glow,.lux-interlude__scrim{display:none!important;}
  .lux-hero h1 em,.lux-hero .entry-eyebrow,.lux .card .ref{color:#000!important;}
  .lux .exhibit-frame,.lux .video-card .video-frame,.lux-hero__frame{border:1px solid #000!important;background:#fff!important;}
}

/* ═══════════════════════════════════════════════════════════════════
   LUX OPT-IN — MONEY-PAGE COMPONENTS. The interior pages (price/,
   pre-lease/, eoi-process/, payment-plan/, location/,
   studio-apartments/) carry body.lux too; the rules below cover the
   shared components they use that the homepage never did (interior
   hero, breadcrumb, ledger list/table, decode strip, RERA card).
   Additive only — scoped under .lux, zero effect on the light ledger.
   ═══════════════════════════════════════════════════════════════════ */

/* interior hero (homepage uses .lux-hero; money pages use .ledger-hero) */
.lux .ledger-hero h1{font-family:var(--font-serif);font-weight:600;letter-spacing:-.015em;line-height:1.05;color:#F7F0E1;}
.lux .ledger-hero h1 em{font-style:italic;color:var(--gilt);}
.lux .ledger-hero .entry-eyebrow{color:var(--gilt);letter-spacing:.16em;}
.lux .ledger-hero .entered-stamp{color:var(--lux-faint);border-top-color:var(--lux-line-2);}
.lux .breadcrumb{color:var(--lux-faint);}
.lux .breadcrumb a{color:var(--lux-faint);}

/* body-copy registers on ink */
.lux .lede{color:var(--lux-soft);}
.lux .fine{color:var(--lux-faint);}

/* numbered ledger lists */
.lux .ledger-list li{border-top-color:var(--lux-line);}
.lux .ledger-list li:last-child{border-bottom-color:var(--lux-line);}
.lux .ledger-list li::before{color:var(--gilt);}

/* milestone table (payment-plan) */
.lux .ledger-table caption{color:var(--lux-faint);}
.lux .ledger-table th,.lux .ledger-table td{border-top-color:var(--lux-line);}
.lux .ledger-table thead th{color:var(--lux-soft);border-bottom:1px solid var(--gold);}

/* decode-link strip */
.lux .decode-strip{border-color:var(--lux-line-2);}

/* RERA card keeps its deliberate prominence on ink */
.lux .card.rera-card{border:2px solid var(--gilt);background:repeating-linear-gradient(135deg,var(--lux-panel),var(--lux-panel) 18px,rgba(230,197,126,.04) 18px,rgba(230,197,126,.04) 19px);}
.lux .card.rera-card h3{font-size:1.25rem;}

/* print: the opt-in components collapse back to paper too */
@media print{
  .lux .ledger-hero h1,.lux .ledger-hero h1 em,.lux .ledger-hero .entry-eyebrow,.lux .ledger-hero .entered-stamp,.lux .breadcrumb,.lux .breadcrumb a,.lux .lede,.lux .fine,.lux .ledger-list li::before,.lux .ledger-table caption,.lux .ledger-table thead th{color:#000!important;}
  .lux .ledger-table th,.lux .ledger-table td{border-color:#000!important;}
  .lux .card.rera-card{background:#fff!important;border-color:#000!important;}
}
