/* countygurugram.in — cream editorial layout, cocoa + gold palette */

/* Satoshi by Indian Type Foundry — ITF Free Font License (free for commercial use), self-hosted */
@font-face {
  font-family: "Satoshi";
  src: url("/static/fonts/Satoshi-Variable.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --cocoa: #2b180d;
  --cocoa-deep: #1d1008;
  --cocoa-soft: #4a2e1c;
  --gold: #c4a165;
  --gold-light: #dcc494;
  --gold-deep: #94753f;
  --cream: #f3ece2;
  --paper: #faf6f0;
  --sand: #e8ddcd;
  --text: #3a2618;
  --muted: #7d6754;
  --rule: rgba(43, 24, 13, .14);
  --serif: "Satoshi", system-ui, -apple-system, "Segoe UI", sans-serif;   /* headings */
  --sans: "Satoshi", system-ui, -apple-system, "Segoe UI", sans-serif;
  --bar: 84px;
  --shell: 1200px;
  --gutter: clamp(20px, 5vw, 48px);
  --curve: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--sans); font-size: 17px; line-height: 1.7; color: var(--text); background: var(--cream); font-weight: 400; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
[hidden] { display: none !important; }
body.is-locked { overflow: hidden; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.shell { width: 100%; max-width: calc(var(--shell) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); }
sup { font-size: .5em; vertical-align: super; }

/* ---------- type helpers ---------- */
.kicker { font-size: .74rem; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; color: var(--gold-deep); }
.kicker--light { color: var(--gold-light); }
em { font-style: normal; }
.lead { font-size: 1.12rem; color: var(--cocoa); }
.fineprint { font-size: .78rem; color: var(--muted); margin-top: 14px; line-height: 1.6; }
.link-arrow { display: inline-flex; gap: 10px; align-items: center; font-weight: 500; letter-spacing: .04em; color: var(--cocoa); border-bottom: 1px solid var(--gold); padding-bottom: 3px; margin-top: 22px; text-decoration: none; }
.link-arrow span { transition: transform .3s var(--curve); }
.link-arrow:hover span { transform: translateX(5px); }

/* ---------- pills (buttons) ---------- */
.pill { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 13px 26px; font-size: .88rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; white-space: nowrap; transition: background .3s, color .3s, border-color .3s, transform .3s var(--curve), box-shadow .3s; }
.pill:active { transform: translateY(1px); }
.pill--gold { background: var(--gold); color: var(--cocoa-deep); box-shadow: 0 10px 24px -14px rgba(148, 117, 63, .9); }
.pill--gold:hover { background: var(--cocoa); color: var(--gold-light); }
.pill--line { border: 1px solid var(--cocoa); color: var(--cocoa); }
.pill--line:hover { background: var(--cocoa); color: var(--cream); }
.pill--choc { background: var(--cocoa); color: var(--gold-light); }
.pill--choc:hover { background: var(--gold); color: var(--cocoa-deep); }
.pill--wa { background: #1f9d55; color: #fff; }
.pill--wa:hover { background: #17874a; }
.pill--lg { padding: 16px 32px; font-size: .9rem; }
.pill--sm { padding: 9px 18px; font-size: .74rem; }
.pill--full { width: 100%; }

/* ---------- header ---------- */
.topbar { position: fixed; inset: 0 0 auto 0; z-index: 60; height: var(--bar); display: flex; align-items: center; background: rgba(243, 236, 226, .86); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s, height .3s; }
.topbar.is-scrolled { border-color: var(--rule); box-shadow: 0 10px 30px -24px rgba(43, 24, 13, .45); }
.topbar { transition: background-color .35s, border-color .35s, box-shadow .35s; }
/* over the cocoa hero */
.topbar.is-dark { background: transparent; border-color: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
/* once the page moves, give the header a cocoa backing so it never sits on top of hero content */
.topbar.is-dark.is-scrolled { background: rgba(29, 16, 8, .92); border-color: rgba(196, 161, 101, .16); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.topbar.is-dark .topbar__logo--choc { opacity: 0; }
.topbar.is-dark .topbar__logo--gold { opacity: 1; }
.topbar.is-dark .topbar__nav a, .topbar.is-dark .topbar__phone { color: var(--cream); }
.topbar.is-dark .topbar__phone svg { fill: var(--gold); }
.topbar.is-dark .topbar__menu span { background: var(--cream); }
.topbar.is-dark .pill--gold:hover { background: var(--gold-light); color: var(--cocoa-deep); }
.topbar__row { display: flex; align-items: center; gap: 24px; }
.topbar__brand { position: relative; display: block; }
.topbar__brand img { height: 46px; width: auto; transition: opacity .35s; }
.topbar__logo--gold { position: absolute; left: 0; top: 0; opacity: 0; }
.topbar__nav { display: flex; gap: 26px; margin-left: auto; }
.topbar__nav a { text-decoration: none; font-size: .84rem; letter-spacing: .12em; text-transform: uppercase; color: var(--cocoa); position: relative; padding: 6px 0; }
.topbar__nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--gold-deep); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--curve); }
.topbar__nav a:hover::after { transform: scaleX(1); }
.topbar__nav-call { display: none; }
.topbar__tools { display: flex; align-items: center; gap: 16px; }
.topbar__phone { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 500; color: var(--cocoa); letter-spacing: .03em; white-space: nowrap; }
.topbar__phone svg { width: 16px; height: 16px; fill: var(--gold-deep); }
.topbar__menu { display: none; width: 44px; height: 44px; position: relative; }
.topbar__menu span { position: absolute; left: 11px; right: 11px; height: 1.5px; background: var(--cocoa); transition: transform .3s var(--curve), top .3s; }
.topbar__menu span:first-child { top: 17px; }
.topbar__menu span:last-child { top: 26px; }
.topbar__menu[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.topbar__menu[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }

/* ---------- opening ---------- */
.opening { padding: calc(var(--bar) + clamp(24px, 5vh, 56px)) 0 clamp(48px, 8vh, 90px); position: relative; overflow: hidden; isolation: isolate; color: var(--cream);
  background: radial-gradient(120% 90% at 0% 0%, #4a2d1a 0%, var(--cocoa) 55%, #1f110a 100%); }
.opening::before { content: ""; position: absolute; right: -8vw; top: 12%; width: 46vw; height: 76%; background: linear-gradient(180deg, rgba(196, 161, 101, .14), rgba(196, 161, 101, .03)); border: 1px solid rgba(196, 161, 101, .14); border-bottom: 0; border-radius: 999px 999px 0 0; z-index: -1; }
.opening .kicker { color: var(--gold); }
.opening__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(32px, 6vw, 88px); align-items: center; min-height: calc(100svh - var(--bar) - 110px); }
.opening__title { font-family: var(--serif); font-weight: 400; color: var(--paper); font-size: clamp(3rem, 6.4vw, 5.6rem); line-height: .98; letter-spacing: -.02em; margin: 18px 0 24px; }
.opening__title em { display: block; font-size: .42em; line-height: 1.25; letter-spacing: 0; color: var(--gold-light); margin-top: 16px; }
.opening__lede { max-width: 34em; color: rgba(243, 236, 226, .8); }
.opening__lede strong { font-weight: 500; color: var(--paper); }
.price-tag { display: grid; grid-template-columns: auto 1fr; column-gap: 18px; align-items: baseline; margin: 30px 0; padding: 18px 0; border-top: 1px solid rgba(196, 161, 101, .28); border-bottom: 1px solid rgba(196, 161, 101, .28); max-width: 460px; }
.price-tag__label { grid-row: span 2; font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; color: rgba(243, 236, 226, .55); writing-mode: vertical-rl; transform: rotate(180deg); align-self: center; }
.price-tag__value { font-family: var(--serif); font-size: clamp(2.2rem, 3.6vw, 3rem); color: var(--gold-light); line-height: 1; font-variant-numeric: lining-nums; }
.price-tag__note { font-size: .86rem; color: rgba(243, 236, 226, .7); margin-top: 6px; }
.opening__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.opening .pill--gold:hover { background: var(--gold-light); color: var(--cocoa-deep); }
.opening .pill--line { border-color: rgba(243, 236, 226, .45); color: var(--cream); }
.opening .pill--line:hover { background: var(--cream); color: var(--cocoa); border-color: var(--cream); }
.tally { display: grid; grid-template-columns: repeat(4, auto); justify-content: start; gap: 0 clamp(20px, 3.4vw, 44px); margin-top: 38px; }
.tally div { display: flex; flex-direction: column-reverse; }
.tally dt { font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.tally dd { font-family: var(--serif); font-size: clamp(1.7rem, 2.6vw, 2.2rem); color: var(--paper); line-height: 1.1; font-variant-numeric: lining-nums; }
.tally .tally__word { font-size: clamp(1.1rem, 1.7vw, 1.4rem); padding-top: .35em; }

.opening__visual { position: relative; }
.arch { border-radius: 999px 999px 18px 18px; overflow: hidden; background: var(--sand); box-shadow: 0 40px 80px -50px rgba(43, 24, 13, .7); }
.arch img { width: 100%; height: 100%; object-fit: cover; }
.arch picture { display: block; height: 100%; }
.opening__visual .arch { aspect-ratio: 4 / 5; max-height: calc(100svh - var(--bar) - 150px); margin-left: auto; }
.opening__visual .arch img { animation: settle 2.4s var(--curve) both; }
@keyframes settle { from { transform: scale(1.12); } }
.opening__badge { position: absolute; left: clamp(-40px, -3vw, -12px); bottom: 36px; display: flex; gap: 12px; align-items: center; background: var(--paper); padding: 10px 18px 10px 10px; border-radius: 14px; box-shadow: 0 24px 50px -30px rgba(43, 24, 13, .6); max-width: 300px; }
.opening__badge img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; }
.opening__badge span { font-size: .78rem; line-height: 1.45; color: var(--muted); }
.opening__badge b { display: block; font-weight: 500; color: var(--cocoa); font-size: .88rem; }
.opening__disclaim { position: absolute; right: 16px; bottom: 14px; font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .85); text-shadow: 0 1px 6px rgba(0, 0, 0, .5); }

/* ---------- chapters ---------- */
.chapter { padding: clamp(72px, 11vw, 132px) 0; position: relative; }
.chapter--paper { background: var(--paper); }
.chapter__head { position: relative; max-width: none; margin-bottom: clamp(36px, 5vw, 64px); padding-top: 12px; }
.chapter__no { position: absolute; right: 0; top: -36px; font-family: var(--serif); font-size: clamp(5rem, 11vw, 8.5rem); line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(148, 117, 63, .35); pointer-events: none; font-variant-numeric: lining-nums; z-index: 0; }
.chapter__head > *:not(.chapter__no) { position: relative; z-index: 1; }
.chapter__title { font-family: var(--serif); font-weight: 400; color: var(--cocoa); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.12; margin-top: 12px; letter-spacing: -.01em; max-width: 760px; }
.chapter__title em { color: var(--gold-deep); }

/* estate */
.estate { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(32px, 6vw, 80px); align-items: start; }
.estate__text p + p { margin-top: 16px; }
.facts { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--rule); border: 1px solid var(--rule); margin-top: 30px; }
.facts li { background: var(--cream); padding: 18px 20px; }
.facts b { display: block; font-family: var(--serif); font-weight: 400; font-size: 1.45rem; color: var(--cocoa); line-height: 1.2; }
.facts span { font-size: .86rem; color: var(--muted); }
.estate__photos { display: grid; grid-template-columns: 1fr .8fr; gap: 16px; align-items: end; }
.photo { position: relative; overflow: hidden; border-radius: 16px; }
.photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 1.2s var(--curve); }
.photo--tall img { aspect-ratio: 3 / 4.4; }
.photo:hover img { transform: scale(1.04); }
.photo figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; font-size: .72rem; color: #fff; background: rgba(29, 16, 8, .55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); padding: 7px 11px; border-radius: 8px; line-height: 1.35; }

/* elixir band */
.elixir { position: relative; min-height: min(92vh, 760px); display: flex; align-items: center; overflow: hidden; background: var(--cocoa); }
.elixir__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.elixir__wrap { display: flex; justify-content: flex-end; }
.elixir__card { position: relative; max-width: 440px; background: rgba(250, 246, 240, .95); padding: clamp(28px, 4vw, 48px); border-radius: 20px 20px 20px 120px; box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .55); }
.elixir__title { font-family: var(--serif); font-weight: 400; font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.15; color: var(--cocoa); margin: 12px 0 16px; }
.elixir__title em { color: var(--gold-deep); }
.elixir__card p { margin-bottom: 24px; }
.elixir__card small { display: block; margin-top: 16px; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* plans */
.plans__tabs { display: flex; gap: 10px; margin-bottom: 30px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; }
.plans__tabs::-webkit-scrollbar { display: none; }
.plans__tabs button { flex-shrink: 0; border: 1px solid var(--rule); border-radius: 999px; padding: 12px 22px; font-size: .9rem; font-weight: 500; color: var(--cocoa); background: transparent; transition: background .3s, color .3s, border-color .3s; }
.plans__tabs button span { font-weight: 400; color: var(--muted); margin-left: 6px; transition: color .3s; }
.plans__tabs button[aria-selected="true"] { background: var(--cocoa); border-color: var(--cocoa); color: var(--gold-light); }
.plans__tabs button[aria-selected="true"] span { color: rgba(220, 196, 148, .75); }
.plan { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 5vw, 64px); align-items: center; animation: fade .5s var(--curve); }
@keyframes fade { from { opacity: 0; transform: translateY(10px); } }
.plan__sheet { position: relative; border-radius: 18px; overflow: hidden; background: var(--sand); border: 1px solid var(--rule); }
.plan__sheet img { width: 100%; aspect-ratio: 1000 / 852; object-fit: cover; }
.plan__unlock { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(180deg, rgba(243, 236, 226, .1), rgba(243, 236, 226, .55)); }
.plan__unlock span { background: var(--cocoa); color: var(--gold-light); padding: 14px 26px; border-radius: 999px; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; transition: transform .3s var(--curve); }
.plan__unlock:hover span { transform: scale(1.04); }
.plan__info h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.6rem, 2.6vw, 2.1rem); line-height: 1.2; color: var(--cocoa); }
.plan__rooms { color: var(--muted); font-size: .92rem; margin: 8px 0 20px; }
.areas { width: 100%; border-collapse: collapse; font-variant-numeric: lining-nums; }
.areas th, .areas td { padding: 11px 0; border-bottom: 1px solid var(--rule); text-align: left; font-weight: 400; }
.areas th { color: var(--muted); font-size: .9rem; }
.areas td { text-align: right; color: var(--cocoa); font-weight: 500; }
.plan__meta { font-size: .82rem; color: var(--muted); margin: 14px 0 6px; }
.plan__price { font-size: .95rem; margin-bottom: 20px; color: var(--muted); }
.plan__price b { font-family: var(--serif); font-weight: 400; font-size: 1.7rem; color: var(--cocoa); margin-left: 6px; font-variant-numeric: lining-nums; }

.specs { margin-top: clamp(40px, 6vw, 72px); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.specs summary { list-style: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 22px 0; font-family: var(--serif); font-size: 1.35rem; color: var(--cocoa); }
.specs summary::-webkit-details-marker { display: none; }
.specs summary i, .faq__list summary::after { width: 14px; height: 14px; position: relative; flex-shrink: 0; }
.specs summary i::before, .specs summary i::after { content: ""; position: absolute; left: 0; right: 0; top: 6px; height: 1.5px; background: var(--gold-deep); transition: transform .3s var(--curve); }
.specs summary i::after { transform: rotate(90deg); }
.specs[open] summary i::after { transform: rotate(0); }
.specs__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; padding: 6px 0 30px; }
.specs__grid h4 { font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); font-weight: 500; margin-bottom: 8px; }
.specs__grid p { font-size: .9rem; color: var(--text); }

/* price ledger */
.ledger { border-top: 2px solid var(--cocoa); }
.ledger__row { display: grid; grid-template-columns: .7fr 1.6fr 1fr 1fr auto; gap: 20px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--rule); font-variant-numeric: lining-nums; transition: background .3s; }
.ledger__row:not(.ledger__row--head):hover { background: rgba(232, 221, 205, .45); }
.ledger__row--head { padding: 14px 0; font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.ledger__row [data-k="Layout"] { font-family: var(--serif); font-size: 1.3rem; color: var(--cocoa); }
.ledger__price { font-family: var(--serif); font-size: 1.6rem; color: var(--cocoa); }
.ledger__price--ask { font-family: var(--sans); font-size: .95rem; color: var(--muted); }
.ledger__row--lead { background: rgba(196, 161, 101, .12); }

/* amenities */
.leisure { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.leisure__visual .arch { aspect-ratio: 4 / 5; }
.leisure__visual figcaption { font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: 10px; }
.leisure__lists { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.leisure__lists h3 { font-family: var(--serif); font-weight: 400; font-size: 1.3rem; color: var(--cocoa); padding-bottom: 10px; margin-bottom: 12px; border-bottom: 1px solid var(--gold); }
.leisure__lists ul { list-style: none; }
.leisure__lists li { padding: 6px 0 6px 16px; position: relative; font-size: .95rem; }
.leisure__lists li::before { content: ""; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.wide-shot { margin-top: clamp(48px, 7vw, 88px); position: relative; border-radius: 22px; overflow: hidden; }
.wide-shot img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; }
.wide-shot figcaption { position: absolute; left: clamp(16px, 3vw, 32px); bottom: clamp(16px, 3vw, 32px); max-width: 420px; background: rgba(29, 16, 8, .72); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); color: #f3ece2; padding: 18px 22px; border-radius: 14px; font-size: .95rem; line-height: 1.55; }
.wide-shot figcaption b { color: var(--gold-light); font-weight: 500; }
.wide-shot small { display: block; margin-top: 8px; font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }

/* gallery reel */
.reel { padding: clamp(64px, 9vw, 110px) 0; background: var(--cocoa); color: var(--cream); }
.reel__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.reel .kicker { color: var(--gold-light); }
.reel__nav { display: flex; gap: 10px; }
.reel__nav button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(220, 196, 148, .4); color: var(--gold-light); font-size: 1.1rem; transition: background .3s, color .3s; }
.reel__nav button:hover { background: var(--gold); color: var(--cocoa-deep); }
.reel__track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 0 var(--gutter) 6px; scroll-padding: 0 var(--gutter); }
.reel__track::-webkit-scrollbar { display: none; }
@media (min-width: 1300px) { .reel__track { padding-left: calc((100vw - var(--shell)) / 2); scroll-padding-left: calc((100vw - var(--shell)) / 2); } }
.reel__item { flex: 0 0 clamp(270px, 38vw, 520px); scroll-snap-align: start; border-radius: 18px; overflow: hidden; cursor: zoom-in; }
.reel__item:nth-child(even) { flex-basis: clamp(230px, 28vw, 380px); }
.reel__item img { width: 100%; height: clamp(260px, 36vw, 420px); object-fit: cover; transition: transform 1.2s var(--curve); }
.reel__item:hover img { transform: scale(1.05); }

/* location */
.place { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.route { list-style: none; margin: 30px 0 4px; border-left: 1px solid var(--gold); }
.route li { display: grid; grid-template-columns: 92px 1fr; align-items: baseline; padding: 12px 0 12px 26px; position: relative; }
.route li::before { content: ""; position: absolute; left: -5px; top: 22px; width: 9px; height: 9px; border-radius: 50%; background: var(--cream); border: 1px solid var(--gold-deep); }
.route b { font-family: var(--serif); font-weight: 400; font-size: 1.4rem; color: var(--cocoa); font-variant-numeric: lining-nums; }
.route span { color: var(--text); }
.place__text .pill { margin-top: 24px; }
.place__plan button { display: block; width: 100%; border-radius: 18px; overflow: hidden; border: 1px solid var(--rule); cursor: zoom-in; background: #fff; }
.place__plan img { width: 100%; }
.place__plan figcaption { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: 10px; text-align: right; }

/* developer */
.maker { background: var(--cocoa-deep); color: rgba(243, 236, 226, .82); padding: clamp(64px, 9vw, 110px) 0; }
.maker__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.maker__title { font-family: var(--serif); font-weight: 400; font-size: clamp(2.2rem, 4.4vw, 3.4rem); color: var(--gold-light); margin: 10px 0 18px; }
.rera { border: 1px solid rgba(220, 196, 148, .3); border-radius: 18px; padding: 28px; }
.rera h3 { font-family: var(--serif); font-weight: 400; color: var(--cream); font-size: 1.35rem; margin-bottom: 14px; }
.rera dl div { padding: 10px 0; border-bottom: 1px solid rgba(220, 196, 148, .15); }
.rera dt { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.rera dd { font-size: .86rem; word-break: break-word; color: var(--cream); }
.rera p { margin-top: 14px; font-size: .86rem; }
.rera a { color: var(--gold-light); }

/* faq */
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 80px); align-items: start; }
.chapter__head--side { position: sticky; top: calc(var(--bar) + 30px); margin-bottom: 0; }
.chapter__head--side p:not(.kicker) { margin: 14px 0 22px; color: var(--muted); }
.faq__list details { border-bottom: 1px solid var(--rule); }
.faq__list details:first-child { border-top: 1px solid var(--rule); }
.faq__list summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; cursor: pointer; padding: 22px 0; font-size: 1.08rem; font-weight: 500; color: var(--cocoa); }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after { content: "+"; font-family: var(--serif); font-size: 1.6rem; line-height: .6; color: var(--gold-deep); transition: transform .3s var(--curve); display: grid; place-items: center; }
.faq__list details[open] summary::after { transform: rotate(45deg); }
.faq__list details p { padding: 0 0 22px; color: var(--text); animation: fade .4s var(--curve); }

/* enquiry */
.invite { background: linear-gradient(135deg, var(--cocoa) 0%, var(--cocoa-soft) 100%); color: var(--cream); padding: clamp(72px, 10vw, 120px) 0; position: relative; overflow: hidden; }
.invite::after { content: ""; position: absolute; left: -12vw; bottom: -30vw; width: 50vw; height: 50vw; border-radius: 50%; border: 1px solid rgba(220, 196, 148, .18); }
.invite__grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(32px, 6vw, 80px); align-items: center; position: relative; z-index: 1; }
.invite__title { font-family: var(--serif); font-weight: 400; font-size: clamp(2.2rem, 4.4vw, 3.4rem); line-height: 1.1; margin: 12px 0 24px; }
.invite__title em { color: var(--gold-light); display: block; }
.invite__copy ul { list-style: none; }
.invite__copy li { padding: 8px 0 8px 30px; position: relative; color: rgba(243, 236, 226, .88); }
.invite__copy li::before { content: ""; position: absolute; left: 0; top: 19px; width: 16px; height: 1px; background: var(--gold); }
.invite__call { display: inline-block; margin-top: 22px; text-decoration: none; color: rgba(243, 236, 226, .75); }
.invite__call b { color: var(--gold-light); font-weight: 500; }

.enquiry-form { background: var(--paper); color: var(--text); border-radius: 22px; padding: clamp(26px, 4vw, 40px); box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .6); }
.enquiry-form h3 { font-family: var(--serif); font-weight: 400; font-size: 1.6rem; color: var(--cocoa); margin-bottom: 18px; }
.enquiry-form label { display: block; margin-bottom: 14px; }
.enquiry-form label span { display: block; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.enquiry-form input { width: 100%; font: inherit; font-size: 16px; color: var(--cocoa); background: transparent; border: 0; border-bottom: 1.5px solid var(--rule); padding: 10px 2px; border-radius: 0; transition: border-color .3s; }
.enquiry-form input:focus { outline: none; border-color: var(--gold-deep); }
.enquiry-form input.is-wrong { border-color: #b3372a; }
.enquiry-form .pill--full { margin-top: 10px; }
.enquiry-form__note { font-size: .74rem; color: var(--muted); margin-top: 12px; text-align: center; }
.enquiry-form__note a { color: var(--gold-deep); }
.enquiry-form__done { text-align: center; }
.enquiry-form__done b { display: block; font-family: var(--serif); font-weight: 400; font-size: 1.4rem; color: var(--cocoa); margin-bottom: 8px; }
.enquiry-form__done p { font-size: .92rem; margin-bottom: 18px; }
.enquiry-form.is-done > :not(.enquiry-form__done):not(h3) { display: none; }

/* seo notes */
.notes { padding: clamp(56px, 8vw, 90px) 0; background: var(--cream); }
.notes__body { max-width: 860px; }
.notes h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.4rem, 2.4vw, 1.8rem); color: var(--cocoa); margin-bottom: 14px; }
.notes p { font-size: .95rem; margin-bottom: 12px; color: var(--text); }

/* footer */
.base { background: var(--cocoa-deep); color: rgba(243, 236, 226, .7); padding: 64px 0 28px; font-size: .9rem; }
.base__grid { display: grid; grid-template-columns: 1.2fr 1.4fr 1fr; gap: 36px; padding-bottom: 36px; border-bottom: 1px solid rgba(220, 196, 148, .16); }
.base__logo { width: 150px; margin-bottom: 16px; }
.base__links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; align-content: start; }
.base__links a, .base__contact a { text-decoration: none; transition: color .3s; }
.base__links a:hover, .base__contact a:hover { color: var(--gold-light); }
.base__contact { display: grid; gap: 10px; justify-items: start; align-content: start; }
.base__contact a:first-child { font-family: var(--serif); font-size: 1.35rem; color: var(--cream); }
.base__legal { padding-top: 24px; font-size: .74rem; line-height: 1.7; color: rgba(243, 236, 226, .5); }
.base__legal p + p { margin-top: 10px; }

/* whatsapp bubble */
.wa-bubble { position: fixed; right: 22px; bottom: 22px; z-index: 55; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25d366; box-shadow: 0 14px 30px -12px rgba(0, 0, 0, .5); transition: transform .3s var(--curve); }
.wa-bubble:hover { transform: scale(1.07); }
.wa-bubble svg { width: 30px; height: 30px; fill: #fff; }

/* dialog */
.dialog { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 18px; background: rgba(29, 16, 8, .62); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); animation: fade .3s var(--curve); }
.dialog__panel { position: relative; width: min(430px, 100%); max-height: calc(100dvh - 36px); overflow: auto; background: var(--paper); border-radius: 24px 24px 24px 90px; padding: 38px clamp(24px, 5vw, 38px) 30px; box-shadow: 0 50px 100px -40px rgba(0, 0, 0, .7); }
.dialog__x { position: absolute; top: 14px; right: 16px; width: 40px; height: 40px; border-radius: 50%; font-size: 1.6rem; line-height: 1; color: var(--muted); }
.dialog__x:hover { background: var(--sand); color: var(--cocoa); }
.dialog__mark { width: 46px; height: auto; margin-bottom: 14px; }
.dialog h2 { font-family: var(--serif); font-weight: 400; font-size: 1.8rem; color: var(--cocoa); line-height: 1.15; }
.dialog__sub { font-size: .92rem; color: var(--muted); margin: 8px 0 18px; }
.enquiry-form--dialog { background: none; box-shadow: none; padding: 0; border-radius: 0; }

/* viewer */
.viewer { position: fixed; inset: 0; z-index: 95; display: grid; place-items: center; background: rgba(15, 8, 4, .92); padding: 24px; }
.viewer figure { max-width: 1200px; width: 100%; }
.viewer img { max-height: 82vh; margin: 0 auto; border-radius: 10px; }
.viewer figcaption { text-align: center; color: var(--gold-light); font-size: .8rem; letter-spacing: .08em; margin-top: 12px; }
.viewer__x { position: absolute; top: 16px; right: 20px; width: 46px; height: 46px; border-radius: 50%; font-size: 1.9rem; color: #fff; background: rgba(255, 255, 255, .1); }

/* ---------- motion ---------- */
.rise { animation: rise .9s var(--curve) both; animation-delay: var(--d, 0s); }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } }
.slide { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--curve), transform .9s var(--curve); }
.slide.is-seen { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .slide { opacity: 1; transform: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .topbar__nav { gap: 18px; }
  .topbar__phone span { display: none; }
  .leisure__lists { grid-template-columns: 1fr 1fr; }
  .specs__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  :root { --bar: 70px; }
  .topbar__menu { display: block; margin-right: -10px; }
  .topbar__tools { margin-left: auto; }   /* the nav slides out of the row on phones, so push phone + menu to the right edge */
  .topbar__cta { display: none; }
  .topbar__phone span { display: inline; }
  .topbar__nav { position: fixed; inset: var(--bar) 0 auto 0; height: calc(100dvh - var(--bar)); flex-direction: column; gap: 0; padding: 12px var(--gutter) 40px; background: var(--cream); transform: translateX(100%); visibility: hidden; transition: transform .4s var(--curve), visibility 0s linear .4s; overflow-y: auto; }
  .topbar__nav.is-open { transform: none; visibility: visible; transition: transform .4s var(--curve); }
  .topbar__nav a { padding: 18px 0; border-bottom: 1px solid var(--rule); font-size: .95rem; }
  .topbar__nav a::after { display: none; }
  .topbar__nav-call { display: block; color: var(--gold-deep) !important; }
  .topbar.is-dark .topbar__nav a { color: var(--cocoa); }
  .topbar.is-dark:has(.topbar__nav.is-open) { background: var(--cream); }
  .topbar.is-dark:has(.topbar__nav.is-open) .topbar__logo--choc { opacity: 1; }
  .topbar.is-dark:has(.topbar__nav.is-open) .topbar__logo--gold { opacity: 0; }
  .topbar.is-dark:has(.topbar__nav.is-open) .topbar__phone { color: var(--cocoa); }
  .topbar.is-dark:has(.topbar__nav.is-open) .topbar__menu span { background: var(--cocoa); }
  .topbar__brand img { height: 38px; }
  .opening__grid, .estate, .plan, .leisure, .place, .faq, .invite__grid, .maker__grid { grid-template-columns: 1fr; }
  .opening__grid { min-height: 0; }
  .opening::before { width: 90vw; right: -30vw; top: 4%; height: 50%; border: 0; background: linear-gradient(180deg, rgba(196, 161, 101, .1), rgba(196, 161, 101, 0)); }
  .opening__visual { order: -1; max-width: 520px; width: 100%; margin: 0 auto; }
  .opening__visual .arch { aspect-ratio: 3 / 2; max-height: none; border-radius: 180px 180px 18px 18px; }
  .opening__disclaim { right: 16px; bottom: 50px; }
  .opening__visual { margin-bottom: 44px; }
  .opening__badge { left: 12px; bottom: -40px; }
  .opening__copy { padding-top: 16px; }
  .tally { grid-template-columns: repeat(4, 1fr); }
  .chapter__head--side { position: static; }
  .estate__photos { grid-template-columns: 1fr 1fr; }
  .ledger__row { grid-template-columns: .7fr 1.4fr 1fr 1fr; }
  .ledger__row > span:last-child { grid-column: 1 / -1; }
  .ledger__row--head > span:last-child { display: none; }
  .base__grid { grid-template-columns: 1fr 1fr; }
  .base__grid > div:first-child { grid-column: 1 / -1; }
  .elixir__wrap { justify-content: center; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .topbar__brand img { height: 32px; }
  .topbar__phone { font-size: .92rem; }
  .topbar__phone svg { display: none; }
  .opening { padding-top: calc(var(--bar) + 30px); }
  .opening__visual .arch { border-radius: 120px 120px 16px 16px; }
  .opening__disclaim { right: 12px; bottom: 26px; font-size: .56rem; }
  .opening__visual { margin-bottom: 52px; }
  .opening__badge { bottom: -48px; }
  .opening__lede { font-size: .95rem; }
  .chapter__no { top: -26px; font-size: 4.2rem; }
  .opening__title { font-size: clamp(2.5rem, 11.5vw, 3.2rem); margin: 8px 0 12px; }
  .opening__title em { margin-top: 8px; }
  .opening__actions { gap: 10px; flex-wrap: nowrap; }
  .opening__actions .pill { flex: 1 1 0; min-width: 0; padding: 15px 6px; font-size: clamp(9.2px, 2.9vw, 12.5px); letter-spacing: .04em; }
  .price-tag { margin: 18px 0; padding: 12px 0; }
  .tally { grid-template-columns: repeat(4, 1fr); gap: 0 10px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(196, 161, 101, .22); }
  .tally dd { font-size: 1.75rem; }
  .tally .tally__word { font-size: .95rem; line-height: 1.2; padding-top: .25em; }
  .tally dt { font-size: .58rem; letter-spacing: .16em; margin-top: 6px; }
  .opening__badge { max-width: 250px; padding: 8px 14px 8px 8px; }
  .opening__badge img { width: 50px; height: 50px; }
  .chapter__no { top: -38px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts li { padding: 14px; }
  .facts b { font-size: 1.2rem; }
  .estate__photos { gap: 10px; }
  .elixir { min-height: 0; padding: 280px 0 28px; align-items: flex-end; }
  .elixir__img { height: 340px; bottom: auto; }
  .elixir__card { border-radius: 18px 18px 18px 70px; }
  /* price guide becomes cards — nothing to scroll sideways */
  .ledger { border-top: 0; display: grid; gap: 14px; }
  .ledger__row--head { display: none; }
  .ledger__row { grid-template-columns: 1fr 1fr; gap: 10px 16px; padding: 20px; border: 1px solid var(--rule); border-radius: 16px; background: var(--paper); }
  .ledger__row--lead { background: rgba(196, 161, 101, .16); border-color: var(--gold); }
  .ledger__row > span[data-k]::before { content: attr(data-k); display: block; font-family: var(--sans); font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
  .ledger__row > span:last-child .pill { width: 100%; }
  .leisure__lists { grid-template-columns: 1fr; gap: 22px; }
  .leisure__lists ul { columns: 2; column-gap: 18px; }
  .leisure__lists li { break-inside: avoid; font-size: .9rem; }
  .wide-shot img { aspect-ratio: 4 / 3.4; }
  .wide-shot figcaption { position: static; max-width: none; border-radius: 0; }
  .specs__grid { grid-template-columns: 1fr; gap: 18px; }
  .route li { grid-template-columns: 78px 1fr; }
  .base__grid { grid-template-columns: 1fr; }
  .wa-bubble { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}
@media (max-width: 360px) {
  .topbar__brand img { height: 28px; }
  .topbar__phone { font-size: .84rem; }
}

/* ---------- Satoshi: light, tight headings and crisp numbers ---------- */
.opening__title, .chapter__title, .elixir__title, .maker__title, .invite__title, .dialog h2, .plan__info h3, .enquiry-form h3 { font-weight: 300; letter-spacing: -.035em; }
.opening__title em, .chapter__title em, .elixir__title em, .invite__title em { font-weight: 300; }
.facts b, .specs summary, .leisure__lists h3, .rera h3, .ledger__row [data-k="Layout"], .enquiry-form__done b, .base__contact a:first-child { font-weight: 400; letter-spacing: -.015em; }
.price-tag__value, .tally dd, .ledger__price, .route b, .plan__price b { font-weight: 400; letter-spacing: -.03em; font-variant-numeric: lining-nums tabular-nums; }
.tally__word { letter-spacing: -.01em; }
.chapter__no { font-weight: 300; letter-spacing: -.04em; }

/* ---------- compact popup on phones ---------- */
@media (max-width: 640px) {
  .dialog { padding: 14px; }
  .dialog__panel { width: min(360px, 100%); padding: 22px 20px 18px; border-radius: 20px 20px 20px 54px; }
  .dialog__x { top: 8px; right: 8px; width: 36px; height: 36px; font-size: 1.4rem; }
  .dialog__mark { display: none; }
  .dialog h2 { font-size: 1.45rem; padding-right: 30px; }
  .dialog__sub { font-size: .84rem; line-height: 1.5; margin: 4px 0 10px; }
  .enquiry-form--dialog label { margin-bottom: 6px; }
  .enquiry-form--dialog label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .enquiry-form--dialog input { padding: 11px 2px; }
  .enquiry-form--dialog .pill--lg { padding: 14px 24px; margin-top: 12px; }
  .enquiry-form--dialog .enquiry-form__note { font-size: .68rem; margin-top: 8px; }
  .enquiry-form--dialog .enquiry-form__done b { font-size: 1.2rem; }
  .enquiry-form--dialog .enquiry-form__done p { font-size: .86rem; margin-bottom: 12px; }
}

/* very narrow phones: the four figures go two by two, still full width */
@media (max-width: 340px) {
  .tally { grid-template-columns: repeat(2, 1fr); gap: 18px 12px; }
}

/* hero location line stays on one line on phones */
@media (max-width: 640px) {
  .opening__kicker { white-space: nowrap; font-size: clamp(8.5px, 2.85vw, 12px); letter-spacing: .12em; }
}

/* short laptop screens: keep the whole hero, figures included, inside the first view */
@media (min-width: 981px) and (max-height: 800px) {
  .opening { padding-top: calc(var(--bar) + 48px); padding-bottom: 40px; }
  .opening__title { margin: 12px 0 18px; }
  .price-tag { margin: 20px 0; padding: 14px 0; }
  .tally { margin-top: 26px; }
}

/* small laptops / iPad landscape: the two hero buttons stay side by side */
@media (min-width: 981px) and (max-width: 1180px) {
  .opening__actions { flex-wrap: nowrap; gap: 10px; }
  .opening__actions .pill--lg { padding: 15px 20px; font-size: .8rem; letter-spacing: .06em; }
}

/* ---------- chocolate drip hero (melted chocolate from the brochure cover, along the bottom of the hero) ---------- */
.opening {
  --drip-h: 440px;          /* height of the drip strip */
  --ridge: 0.39;            /* where the melted ridge sits inside the strip */
  background:
    url("/media/renders/choc-drips.webp") center bottom / auto var(--drip-h) repeat-x,
    radial-gradient(110% 80% at 0% 0%, #6b3720 0%, #4a2213 48%, #3a1a0f 100%);
  background-color: #3e1b10;
  padding-bottom: calc(var(--drip-h) * (1 - var(--ridge)) + 34px);
}
.opening::before { height: auto; bottom: calc(var(--drip-h) * (1 - var(--ridge)) + 10px); border: 0;
  background: linear-gradient(180deg, rgba(220, 170, 110, .12), rgba(220, 170, 110, .02)); }
.price-tag, .tally { border-color: rgba(220, 180, 120, .26); }
@media (max-width: 980px) { .opening { --drip-h: 300px; } }
@media (max-width: 640px) { .opening { --drip-h: 230px; } }
