/* ————— The Rise of Aura — quiet luxury system —————
   Royal brown · ivory · antique gold */

:root {
  --brown-950: #1f1410;
  --brown-900: #2a1b13;
  --brown-850: #332217;
  --brown-800: #3e2a1c;
  --brown-700: #503826;
  --gold: #c2a14d;
  --gold-soft: #d8bf7e;
  --ivory: #f5efe3;
  --ivory-2: #ece3d0;
  --ink: #2e2118;
  --muted: #7d6a58;
  --green: #2e7d4f;
  --red: #b3402e;
  --serif: "Playfair Display", "Times New Roman", serif;
  --serif-disp: "Playfair Display", "Times New Roman", serif;
  --sans: "Hanken Grotesk", system-ui, sans-serif;
  --pad: clamp(20px, 5vw, 72px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--ivory);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

/* render-not-yet-supplied placeholder */
.img-pending { position: relative; background: repeating-linear-gradient(135deg, #efe7d6 0 14px, #e9e0cd 14px 28px); }
.amen .img-pending, .terrace-scroll .img-pending { background: repeating-linear-gradient(135deg, #2f2017 0 14px, #34251a 14px 28px); }
.img-pending::after { content: "Render coming soon"; position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--serif); font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.terrace-scroll .img-pending::after, .gal-grid .img-pending::after { color: rgba(245,239,227,.7); }

/* ————— top bar ————— */
.topbar {
  position: fixed; inset: 0 0 auto 0; z-index: 1200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px var(--pad);
  transition: background .35s, box-shadow .35s;
}
.topbar.scrolled { background: rgba(31,20,16,.92); backdrop-filter: blur(10px); box-shadow: 0 1px 0 rgba(194,161,77,.25); }
.topbar .wordmark { font-family: var(--serif); color: var(--ivory); font-size: 17px; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; }
.topbar .wordmark em { font-style: normal; color: var(--gold-soft); }
.topbar .logo { display: block; line-height: 0; }
.topbar .logo img { height: 44px; width: auto; transition: height .35s; }
.topbar.scrolled .logo img { height: 38px; }
@media (max-width: 560px) { .topbar .logo img { height: 38px; } }
.topbar nav { display: flex; gap: 26px; align-items: center; }
.topbar nav a { color: rgba(245,239,227,.85); text-decoration: none; font-size: 13.5px; letter-spacing: .08em; text-transform: uppercase; }
.topbar nav a:hover { color: var(--gold-soft); }
.topbar .phone { border: 1px solid rgba(194,161,77,.5); padding: 8px 16px; border-radius: 99px; color: var(--gold-soft) !important; }
@media (max-width: 1100px) { .topbar nav a:not(.phone) { display: none; } }

.topbar .logo { flex-shrink: 0; }
.topbar-divider {
  width: 1px; height: 28px; background: rgba(194,161,77,.4); margin: 0 22px;
  transform: translateY(7px);
  opacity: 0; animation: tcbFade .6s ease 1.4s forwards; flex-shrink: 0;
}
.topbar-cobrand {
  position: relative; width: 108px; height: 32px; margin-right: auto; flex-shrink: 0;
  transform: translateY(7px);
  opacity: 0; animation: tcbFade .7s ease 1.5s forwards;
}
.topbar-cobrand .tcb-logo {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  text-decoration: none; animation: tcbLoop 6.4s cubic-bezier(.65,0,.35,1) infinite;
}
.topbar-cobrand .tcb-logo img { height: 100%; width: auto; display: block; }
.topbar-cobrand .tcb-buloke img { height: 23px; max-width: none; flex-shrink: 0; } /* sized so Buloke's capital-B cap-height equals Sambhav's wordmark cap-height */
.topbar-cobrand .tcb-buloke { animation-delay: -3.2s; }
.topbar-cobrand .tcb-buloke:hover img { filter: drop-shadow(0 0 6px rgba(216,191,126,.5)); }
@keyframes tcbFade { to { opacity: 1; } }
@keyframes tcbLoop {
  0%, 36% { opacity: 1; transform: translateY(0) scale(1); }
  46% { opacity: 0; transform: translateY(-9px) scale(.9); }
  86% { opacity: 0; transform: translateY(9px) scale(.9); }
  96%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 640px) { .topbar-divider, .topbar-cobrand { display: none; } }

/* ————— hero ————— */
.hero {
  position: relative; min-height: 100svh;
  background: radial-gradient(120% 90% at 50% 110%, #4a3322 0%, var(--brown-900) 48%, var(--brown-950) 100%);
  color: var(--ivory);
  display: grid; place-items: center;
  overflow: hidden;
  text-align: center;
  padding: 96px var(--pad) 64px;
}
.hero::before { /* aura glow */
  content: ""; position: absolute; left: 50%; top: 52%;
  width: min(120vw, 1100px); aspect-ratio: 1.6;
  transform: translate(-50%, -50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(216,191,126,.22) 0%, rgba(216,191,126,.07) 42%, transparent 70%);
  opacity: 0; animation: auraGlow 2.6s ease .9s forwards;
  pointer-events: none;
}
@keyframes auraGlow { to { opacity: 1; } }
.hero-inner { position: relative; max-width: 880px; }
.hero .kicker {
  font-size: clamp(12px, 1.4vw, 15px); letter-spacing: .52em; text-indent: .52em; text-transform: uppercase;
  color: rgba(245,239,227,.75);
  opacity: 0; animation: fadeUp 1s ease .35s forwards;
}
.presented-by { position: relative; width: clamp(320px, 62vw, 760px); height: 40px; margin: 0 auto 6px; opacity: 0; animation: fadeUp 1s ease .2s forwards; }
.presented-by .pb-text { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); white-space: nowrap; font-family: var(--serif); font-size: clamp(30px, 4.2vw, 46px); letter-spacing: .01em; background: linear-gradient(180deg, #f7f1e2 26%, #d8bf7e 74%, #c2a14d 100%); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 8px 20px rgba(216,191,126,.16)); }
.aura-logo-wrap { display: block; margin: 4px auto 2px; opacity: 0; animation: fadeUp 1.1s ease .4s forwards; }
.hero-partner { display: block; width: max-content; margin: 8px auto 0; opacity: 0; animation: fadeUp 1s ease .65s forwards; transition: opacity .2s; }
.hero-partner img { height: clamp(38px, 5vw, 52px); width: auto; display: block; }
.hero-partner:hover { opacity: .82; }
.aura-logo {
  width: clamp(320px, 62vw, 760px);
  height: auto; display: block; margin: 0 auto;
  overflow: visible;
  filter: drop-shadow(0 16px 42px rgba(216,191,126,.16));
}
.aura-logo path, .aura-logo rect, .aura-logo polygon { fill: url(#auraGold); }
.aura-logo .al-arc { fill: var(--gold-soft); }
.aura-logo .al { transform-box: fill-box; transform-origin: 50% 100%; }
@media (prefers-reduced-motion: no-preference) {
  .aura-logo .al { opacity: 0; transform: translateY(16px); animation: alRise 1.15s cubic-bezier(.16,.84,.3,1) forwards; }
  .aura-logo .al-a { animation-delay: .5s; }
  .aura-logo .al-u { animation-delay: .66s; }
  .aura-logo .al-r { animation-delay: .82s; }
  .aura-logo .al-arc { opacity: 0; transform-box: fill-box; transform-origin: 50% 100%; animation: alArc 1.3s cubic-bezier(.16,.84,.3,1) .35s forwards; }
}
@keyframes alRise { 0% { opacity: 0; transform: translateY(16px); filter: blur(4px); } 60% { opacity: 1; filter: blur(0); } 100% { opacity: 1; transform: translateY(0); filter: none; } }
@keyframes alArc { 0% { opacity: 0; transform: translateY(-10px) scaleX(.93); } 100% { opacity: 1; transform: translateY(0) scaleX(1); } }
.aura-logo .al-arc-spark { opacity: 0; }
.hero .rule {
  width: 0; height: 1px; margin: 18px auto 22px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  animation: ruleGrow 1.4s ease 1.5s forwards;
}
@keyframes ruleGrow { to { width: min(360px, 70%); } }
.hero .locline { font-size: clamp(14px, 1.8vw, 18px); letter-spacing: .22em; text-transform: uppercase; color: rgba(245,239,227,.85); opacity: 0; animation: fadeUp 1s ease 1.7s forwards; }
.hero .confline { margin-top: 14px; font-size: clamp(14px, 1.7vw, 17px); color: rgba(245,239,227,.65); opacity: 0; animation: fadeUp 1s ease 1.9s forwards; }
.hero .confline strong { color: var(--gold-soft); font-weight: 600; }
.hero .ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; opacity: 0; animation: fadeUp 1s ease 2.15s forwards; }
.compliance-badges { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 18px; opacity: 0; animation: fadeUp 1s ease 2s forwards; }
.cb-badge { display: inline-flex; align-items: center; gap: 6px; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-soft); border: 1px solid rgba(194,161,77,.4); border-radius: 99px; padding: 6px 13px; background: rgba(194,161,77,.07); }
.cb-badge svg { width: 13px; height: 13px; flex: none; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.hero .scrollhint { position: absolute; bottom: 20px; left: 0; right: 0; margin: 0 auto; width: max-content; display: flex; flex-direction: column; align-items: center; gap: 0; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: rgba(245,239,227,.45); opacity: 0; animation: fadeUp 1s ease 2.6s forwards; pointer-events: none; }
.hero .scrollhint::after { content: ""; display: block; width: 1px; height: 30px; margin: 8px auto 0; background: linear-gradient(180deg, var(--gold), transparent); animation: drip 2.2s ease-in-out infinite; }
@media (max-width: 760px), (max-height: 740px) { .hero .scrollhint { display: none; } }
@keyframes drip { 0%,100% { transform: scaleY(.4); transform-origin: top; } 50% { transform: scaleY(1); } }

/* buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: 14px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  padding: 15px 30px; border-radius: 2px; text-decoration: none; cursor: pointer; border: 0;
  transition: transform .25s, box-shadow .25s, background .25s, color .25s;
}
.btn:active { transform: translateY(1px); }
.btn-gold { background: linear-gradient(135deg, var(--gold-soft), var(--gold)); color: var(--brown-950); }
.btn-gold:hover { box-shadow: 0 8px 28px rgba(194,161,77,.35); transform: translateY(-2px); }
.btn-ghost { border: 1px solid rgba(194,161,77,.55); color: var(--ivory); background: transparent; position: relative; overflow: hidden; }
.btn-ghost:hover { background: rgba(194,161,77,.12); }
.btn-ghost.dark { color: var(--brown-800); border-color: rgba(62,42,28,.4); }
.btn-ghost.dark:hover { background: rgba(62,42,28,.07); }

/* live inventory animated button */
.btn-live { position: relative; overflow: hidden; border: 1px solid rgba(194,161,77,.55); color: var(--ivory); background: transparent; }
.btn-live .dot { width: 9px; height: 9px; border-radius: 50%; background: #4cc97a; box-shadow: 0 0 0 0 rgba(76,201,122,.6); animation: livePulse 1.8s ease-out infinite; }
@keyframes livePulse { 0% { box-shadow: 0 0 0 0 rgba(76,201,122,.55); } 70% { box-shadow: 0 0 0 11px rgba(76,201,122,0); } 100% { box-shadow: 0 0 0 0 rgba(76,201,122,0); } }
.btn-live::after { content: ""; position: absolute; top: 0; bottom: 0; left: -70%; width: 45%; background: linear-gradient(100deg, transparent, rgba(216,191,126,.28), transparent); transform: translateX(0) skewX(-18deg); animation: sheen 3.4s ease-in-out infinite; will-change: transform; }
@keyframes sheen { 0%, 55% { transform: translateX(0) skewX(-18deg); } 85%, 100% { transform: translateX(444%) skewX(-18deg); } }
.btn-live:hover { background: rgba(194,161,77,.14); }

/* floating "Live Inventory" CTA, fades in once the hero is scrolled past */
.float-live {
  position: fixed; right: 26px; bottom: 26px; z-index: 70;
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ivory); text-decoration: none; white-space: nowrap;
  background: linear-gradient(150deg, #3a2618, var(--brown-950));
  border: 1px solid rgba(194,161,77,.5); border-radius: 99px;
  padding: 16px 26px 16px 20px;
  box-shadow: 0 16px 38px rgba(0,0,0,.5), 0 0 0 1px rgba(194,161,77,.12);
  opacity: 0; transform: translateY(18px) scale(.92); pointer-events: none; overflow: hidden;
  transition: opacity .5s cubic-bezier(.16,.84,.3,1), transform .5s cubic-bezier(.16,.84,.3,1), box-shadow .25s, border-color .25s;
}
.float-live.show { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.float-live::after { content: ""; position: absolute; top: 0; bottom: 0; left: -70%; width: 45%; background: linear-gradient(100deg, transparent, rgba(216,191,126,.3), transparent); transform: translateX(0) skewX(-18deg); animation: sheen 3.6s ease-in-out infinite; will-change: transform; }
.float-live:hover { border-color: var(--gold-soft); box-shadow: 0 20px 44px rgba(0,0,0,.6), 0 0 0 1px rgba(194,161,77,.3); transform: translateY(-3px) scale(1.03); }
.float-live .dot { width: 9px; height: 9px; border-radius: 50%; background: #4cc97a; box-shadow: 0 0 0 0 rgba(76,201,122,.6); animation: livePulse 1.8s ease-out infinite; flex: none; margin-top: 1px; }
.float-live .fl-copy { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.float-live .fl-urgency { font-family: var(--sans); text-transform: none; letter-spacing: .01em; font-size: 11px; font-weight: 600; color: rgba(245,239,227,.72); }
.float-live .fl-urgency b { color: var(--gold-soft); font-weight: 800; }
.float-live .fl-label { font-size: 13px; font-weight: 700; letter-spacing: .09em; color: var(--ivory); }
@media (max-width: 640px) {
  .float-live { right: 16px; bottom: 16px; padding: 14px 20px 14px 16px; gap: 9px; }
  .float-live .fl-urgency { font-size: 10px; }
  .float-live .fl-label { font-size: 11.5px; }
}

/* ————— sections ————— */
section { padding: clamp(64px, 9vw, 130px) var(--pad); }
.shell { max-width: 1180px; margin: 0 auto; }
.eyebrow { display: flex; align-items: center; gap: 14px; font-size: 12.5px; letter-spacing: .34em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 38px; height: 1px; background: var(--gold); }
h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 4.6vw, 52px); line-height: 1.12; letter-spacing: .01em; }
h2 em { font-style: italic; font-family: "Cormorant Garamond", var(--serif); color: var(--brown-700); }
.lede { max-width: 56ch; color: var(--muted); font-size: clamp(15px, 1.8vw, 17.5px); margin-top: 18px; }

/* reveal on scroll */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .9s ease, transform .9s cubic-bezier(.16,.84,.3,1); }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal], .aura-logo-wrap, .aura-logo .al, .aura-logo .al-arc, .hero-partner, .hero .kicker, .hero .locline, .hero .confline, .hero .ctas, .hero .scrollhint, .compliance-badges { opacity: 1 !important; transform: none !important; animation: none !important; }
  .hero .rule { width: min(360px, 70%); animation: none; }
}

/* overview */
.overview-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
@media (max-width: 900px) { .overview-grid { grid-template-columns: 1fr; } }
.render-slot { position: relative; }
.render-slot img { width: 100%; height: auto; display: block; }
.render-frame.img-pending { aspect-ratio: 16/10; }
.render-frame { padding: 10px; background: #fff; box-shadow: 0 24px 60px -28px rgba(46,33,24,.45); }
.render-note { position: absolute; bottom: 18px; left: 18px; background: rgba(31,20,16,.78); color: rgba(245,239,227,.9); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; padding: 6px 12px; backdrop-filter: blur(4px); }

/* stats strip */
.stats { background: var(--brown-900); color: var(--ivory); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(194,161,77,.22); border: 1px solid rgba(194,161,77,.22); }
@media (max-width: 900px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
.stat { background: var(--brown-900); padding: clamp(22px, 3vw, 40px) clamp(16px, 2.4vw, 34px); }
.stat b { display: block; font-family: var(--serif); font-weight: 400; font-size: clamp(28px, 3.6vw, 44px); color: var(--gold-soft); line-height: 1.1; }
.stat span { font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: rgba(245,239,227,.62); display: block; margin-top: 8px; }
.stat span em { display: block; font-style: normal; text-transform: none; letter-spacing: .02em; font-size: 11px; color: rgba(245,239,227,.42); margin-top: 3px; }
.stat-rera b { font-size: clamp(22px, 2.6vw, 32px); }
.stat-rera span { letter-spacing: .04em; font-size: 11px; line-height: 1.5; word-break: break-word; }

/* exterior showcase */
.exterior { background: var(--brown-950); color: var(--ivory); }
.exterior .eyebrow { color: rgba(245,239,227,.55); }
.exterior .eyebrow::before { background: var(--gold); }
.exterior h2 { color: var(--ivory); }
.ext-band { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 46px auto 0; max-width: 1320px; padding: 0 var(--pad); }
.ext-wide { grid-column: 1 / -1; }
.ext-band figure { position: relative; overflow: hidden; cursor: zoom-in; box-shadow: 0 34px 64px -44px rgba(0,0,0,.7); }
.ext-band img { display: block; width: 100%; height: auto; transition: transform .9s cubic-bezier(.16,.84,.3,1); }
.ext-band figure:hover img { transform: scale(1.04); }
.ext-band figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 42px 18px 14px; background: linear-gradient(transparent, rgba(18,11,7,.85)); color: var(--ivory); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }
.ext-band figcaption::before { content: ""; display: block; width: 26px; height: 1px; background: var(--gold); margin-bottom: 9px; }
@media (max-width: 860px) { .ext-band { grid-template-columns: 1fr; } }

/* residences */
.res-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; }
@media (max-width: 1100px) { .res-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .res-cards { grid-template-columns: 1fr; } }
.res-card { background: #fff; border: 1px solid rgba(62,42,28,.12); padding: 28px 26px 26px; display: flex; flex-direction: column; gap: 0; transition: transform .35s, box-shadow .35s; }
.res-card:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -30px rgba(46,33,24,.4); }
.res-card .bhk { font-family: var(--serif); font-size: 34px; color: var(--brown-800); line-height: 1; }
.res-card .bhk small { font-size: 17px; letter-spacing: .12em; }
.res-card .tower-tag { margin-top: 6px; font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.res-card dl { margin: 20px 0 18px; border-top: 1px solid rgba(62,42,28,.12); }
.res-card dl div { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(62,42,28,.08); font-size: 14px; }
.res-card dt { color: var(--muted); }
.res-card dd { font-weight: 600; }
.res-card .price { margin-top: auto; font-size: 14px; color: var(--muted); }
.res-card .price a { color: var(--brown-700); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(194,161,77,.5); }
.res-card .price a:hover { color: var(--gold); }
.res-card .price b { display: block; font-family: var(--serif); font-weight: 400; font-size: 24px; color: var(--brown-800); }
.res-card .res-plan { margin: -28px -26px 22px; border-bottom: 1px solid rgba(62,42,28,.1); position: relative; background: #fff; }
.res-card .res-plan img { width: 100%; aspect-ratio: 1/1; object-fit: contain; padding: 18px 18px 8px; transition: opacity .25s; }
.res-card .res-plan figcaption { position: absolute; left: 0; bottom: 0; padding: 7px 12px; font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); background: rgba(255,255,255,.85); }
.rp-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(194,161,77,.4); background: rgba(31,20,16,.62); color: var(--gold-soft); cursor: pointer; display: grid; place-items: center; transition: background .2s, color .2s; }
.rp-nav:hover { background: var(--gold); color: var(--brown-950); }
.rp-nav svg { width: 15px; height: 15px; }
.rp-prev { left: 10px; }
.rp-next { right: 10px; }
.res-foot { margin-top: 26px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; color: var(--muted); font-size: 13.5px; }

/* four pillars */
.pillars { background: var(--ivory-2); }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 48px; background: rgba(62,42,28,.14); border: 1px solid rgba(62,42,28,.14); }
@media (max-width: 900px) { .pillar-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .pillar-grid { grid-template-columns: 1fr; } }
.pillar { background: var(--ivory-2); padding: clamp(26px, 3vw, 38px) clamp(20px, 2.4vw, 30px); }
.pillar-n { font-family: var(--serif); font-size: 16px; color: var(--gold); letter-spacing: .1em; }
.pillar h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(20px, 2.2vw, 25px); color: var(--brown-800); margin: 12px 0 12px; }
.pillar p { font-size: 14.5px; color: var(--muted); line-height: 1.65; }

/* master plan */
.mp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 46px; }
@media (max-width: 760px) { .mp-grid { grid-template-columns: 1fr; } }
.mp-grid figure { position: relative; background: #fff; border: 1px solid rgba(62,42,28,.12); overflow: hidden; cursor: zoom-in; }
.mp-grid img { width: 100%; height: clamp(360px, 52vw, 620px); object-fit: contain; padding: 22px; transition: transform .5s; }
.mp-grid figure:hover img { transform: scale(1.02); }
.mp-grid figcaption { position: absolute; left: 0; bottom: 0; padding: 10px 16px; font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--brown-800); background: rgba(245,239,227,.9); }
.mp-grid figcaption::before { content: ""; display: inline-block; width: 22px; height: 1px; background: var(--gold); margin-right: 10px; vertical-align: middle; }

/* key amenities plan + legend */
.mp-key { display: grid; grid-template-columns: minmax(0, 0.92fr) 1.08fr; gap: clamp(20px, 3vw, 40px); margin-top: 16px; align-items: start; }
@media (max-width: 920px) { .mp-key { grid-template-columns: 1fr; } }
.mp-key-plan figure { position: relative; background: #fff; border: 1px solid rgba(62,42,28,.12); overflow: hidden; cursor: zoom-in; }
.mp-key-plan img { width: 100%; height: clamp(420px, 60vw, 720px); object-fit: contain; padding: 22px; transition: transform .5s; }
.mp-key-plan figure:hover img { transform: scale(1.02); }
.mp-key-plan figcaption { position: absolute; left: 0; bottom: 0; padding: 10px 16px; font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--brown-800); background: rgba(245,239,227,.9); }

/* compass badge: matches true north on the architect's master plan (rotated 90° since the plan itself is drawn on the diagonal) */
.compass-badge { position: absolute; right: 14px; top: 14px; z-index: 3; filter: drop-shadow(0 3px 8px rgba(0,0,0,.5)); pointer-events: none; }
.compass-badge svg { width: 52px; height: 52px; display: block; }
@media (max-width: 480px) { .compass-badge svg { width: 40px; height: 40px; } }
.mp-legend h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(22px, 2.4vw, 28px); color: var(--brown-800); }
.mp-legend-sub { font-size: 13px; color: var(--muted); margin: 8px 0 22px; max-width: 52ch; }
.mp-legend-sub em { font-style: italic; color: var(--brown-700); }
.mp-legend-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 28px; }
@media (max-width: 520px) { .mp-legend-cols { grid-template-columns: 1fr; } }
.lg-group h4 { font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); padding-bottom: 8px; margin-bottom: 10px; border-bottom: 1px solid rgba(62,42,28,.14); }
.lg-group ul { list-style: none; display: grid; gap: 7px; }
.lg-group li { font-size: 13px; color: var(--ink); line-height: 1.4; padding-left: 26px; position: relative; }
.lg-group li b { position: absolute; left: 0; top: 0; font-family: var(--serif); font-weight: 400; font-size: 12.5px; color: var(--brown-700); min-width: 20px; }
.lg-group li em { font-style: normal; color: var(--gold); font-size: 11px; letter-spacing: .04em; }

/* walkthrough */
.wt-frame { position: relative; aspect-ratio: 16/9; margin-top: 40px; background: var(--brown-950); border: 1px solid rgba(62,42,28,.15); border-radius: 4px; padding: 10px; box-shadow: 0 24px 60px -28px rgba(46,33,24,.45); }
.wt-frame iframe { position: absolute; inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px); border: 0; border-radius: 2px; }

/* sports excellence (video feature) */
.sports-feature { position: relative; min-height: clamp(480px, 78vh, 760px); display: flex; align-items: center; overflow: hidden; background: var(--brown-950); color: var(--ivory); }
.sf-media, .sf-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sf-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,20,16,.5) 0%, rgba(31,20,16,.68) 55%, rgba(31,20,16,.92) 100%); }
.sf-content { position: relative; z-index: 2; max-width: 640px; }
.sports-feature .eyebrow { color: rgba(245,239,227,.6); }
.sports-feature .eyebrow::before { background: var(--gold); }
.sports-feature h2 { color: var(--ivory); }
.sports-feature h2 em { color: var(--gold-soft); font-style: normal; }
.sports-feature .lede { color: rgba(245,239,227,.78); }
.sf-line { margin-top: 20px; font-family: var(--serif); font-style: italic; font-size: 17px; line-height: 1.65; color: var(--gold-soft); }
@media (prefers-reduced-motion: reduce) { .sf-media video { display: none; } }

/* faq */
.faq-list { display: grid; gap: 1px; margin-top: 40px; background: rgba(62,42,28,.14); border: 1px solid rgba(62,42,28,.14); max-width: 780px; margin-inline: auto; }
.faq-item { background: #fff; }
.faq-item summary { cursor: pointer; list-style: none; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: var(--serif); font-size: clamp(15.5px, 2vw, 17.5px); color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-family: var(--sans); font-size: 24px; font-weight: 300; line-height: 1; color: var(--gold); flex-shrink: 0; transition: transform .25s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 24px 22px; color: var(--muted); font-size: 14.5px; line-height: 1.65; max-width: 640px; }
.faq-item p a { color: var(--brown-700); text-decoration: underline; text-decoration-color: rgba(194,161,77,.5); }

/* specifications */
.specs { background: var(--brown-900); color: var(--ivory); }
.specs .eyebrow { color: rgba(245,239,227,.55); }
.specs .eyebrow::before { background: var(--gold); }
.specs h2 { color: var(--ivory); }
.specs h2 em { color: var(--gold-soft); }
.specs .lede { color: rgba(245,239,227,.62); }
.spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 48px; background: rgba(194,161,77,.22); border: 1px solid rgba(194,161,77,.22); }
@media (max-width: 860px) { .spec-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .spec-grid { grid-template-columns: 1fr; } }
.spec-col { background: var(--brown-900); padding: clamp(24px, 3vw, 36px) clamp(20px, 2.4vw, 30px); }
.spec-col h3 { font-family: var(--serif); font-weight: 400; font-size: 21px; color: var(--gold-soft); margin-bottom: 16px; }
.spec-col ul { list-style: none; display: grid; gap: 11px; }
.spec-col li { font-size: 14px; color: rgba(245,239,227,.78); line-height: 1.5; padding-left: 18px; position: relative; }
.spec-col li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border: 1px solid var(--gold); transform: rotate(45deg); }

/* amenities */
.amen { background: var(--ivory-2); }
.amen-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 60px); margin-top: 44px; }
@media (max-width: 900px) { .amen-cols { grid-template-columns: 1fr; } }
.amen-col h3 { font-family: var(--serif); font-weight: 400; font-size: 24px; color: var(--brown-800); display: flex; align-items: baseline; gap: 12px; }
.amen-col h3 small { font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); }
.amen-col ul { list-style: none; columns: 2; gap: 28px; margin-top: 18px; }
@media (max-width: 560px) { .amen-col ul { columns: 1; } }
.amen-col li { break-inside: avoid; padding: 8px 0 8px 22px; position: relative; font-size: 15px; color: #4a3a2c; border-bottom: 1px solid rgba(62,42,28,.09); }
.amen-col li::before { content: ""; position: absolute; left: 0; top: 16px; width: 10px; height: 1px; background: var(--gold); }
.terrace-rail { margin-top: 38px; }
.terrace-scroll { display: grid; grid-auto-flow: column; grid-auto-columns: min(82%, 440px); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 2px; scroll-padding-left: 2px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.terrace-scroll::-webkit-scrollbar { display: none; }
.terrace-scroll figure { scroll-snap-align: start; position: relative; overflow: hidden; box-shadow: 0 30px 60px -42px rgba(46,33,24,.6); cursor: zoom-in; }
.terrace-scroll img { aspect-ratio: 16/10; object-fit: cover; width: 100%; transition: transform .9s cubic-bezier(.16,.84,.3,1); }
.terrace-scroll figure:hover img { transform: scale(1.05); }
.terrace-scroll figcaption { position: absolute; left: 0; bottom: 0; right: 0; padding: 46px 20px 16px; background: linear-gradient(transparent, rgba(31,20,16,.82)); color: var(--ivory); font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; }
.terrace-scroll figcaption::before { content: ""; display: block; width: 26px; height: 1px; background: var(--gold); margin-bottom: 9px; }
.ter-nav { display: flex; align-items: center; gap: 18px; margin-top: 22px; }
.ter-progress { flex: 1; height: 2px; background: rgba(62,42,28,.16); position: relative; overflow: hidden; }
.ter-progress > i { position: absolute; inset: 0 auto 0 0; width: 18%; background: linear-gradient(90deg, var(--gold), var(--gold-soft)); transition: width .25s ease; }
.ter-btns { display: flex; gap: 10px; }
.ter-arrow { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(62,42,28,.25); background: #fff; color: var(--brown-800); display: grid; place-items: center; cursor: pointer; transition: background .2s, color .2s, border-color .2s, opacity .2s; }
.ter-arrow:hover:not(:disabled) { background: var(--brown-800); color: var(--gold-soft); border-color: var(--brown-800); }
.ter-arrow:disabled { opacity: .28; cursor: default; }
.ter-arrow svg { width: 20px; height: 20px; }

/* gallery */
.gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 46px; }
@media (max-width: 860px) { .gal-grid { grid-template-columns: repeat(2, 1fr); } }
.gal-grid figure { position: relative; overflow: hidden; }
.gal-grid img { aspect-ratio: 4/3; object-fit: cover; width: 100%; transition: transform .8s cubic-bezier(.16,.84,.3,1); }
.gal-grid figure:hover img { transform: scale(1.045); }
.gal-grid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 34px 16px 12px; background: linear-gradient(transparent, rgba(31,20,16,.72)); color: var(--ivory); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }

/* location */
.loc-wrap { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 0; margin-top: 44px; border: 1px solid rgba(62,42,28,.16); background: #fff; box-shadow: 0 40px 90px -50px rgba(46,33,24,.55); overflow: hidden; }
@media (max-width: 900px) { .loc-wrap { grid-template-columns: 1fr; } }

#map { height: 560px; background: #e8e2d4; position: relative; z-index: 0; isolation: isolate; min-width: 0; }
@media (max-width: 900px) { #map { height: 340px; } }

/* tap-to-explore shield (mobile only) */
.map-shield { position: absolute; inset: 0; z-index: 500; border: 0; cursor: pointer; background: rgba(31,20,16,.04); display: grid; place-items: center; }
.map-shield span { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ivory); background: rgba(31,20,16,.82); padding: 11px 20px; border-radius: 99px; box-shadow: 0 8px 24px rgba(31,20,16,.35); }

.loc-panel { display: flex; flex-direction: column; min-width: 0; min-height: 0; background: linear-gradient(180deg, #fbf8f1, #fff); border-left: 1px solid rgba(62,42,28,.1); }
@media (max-width: 900px) { .loc-panel { border-left: 0; border-top: 1px solid rgba(62,42,28,.1); } }

.loc-tabs-wrap { display: flex; align-items: center; gap: 2px; padding: 10px 8px; border-bottom: 1px solid rgba(62,42,28,.1); position: relative; }
.loc-tab-arrow { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(62,42,28,.22); background: #fff; color: var(--brown-800); display: grid; place-items: center; cursor: pointer; transition: background .2s, color .2s, border-color .2s, opacity .2s; }
.loc-tab-arrow:hover:not(:disabled) { background: var(--brown-800); color: var(--gold-soft); border-color: var(--brown-800); }
.loc-tab-arrow:disabled { opacity: 0; visibility: hidden; }
.loc-tab-arrow svg { width: 15px; height: 15px; }
.loc-tabs { display: flex; gap: 8px; padding: 8px 4px 20px; margin-bottom: -14px; overflow-x: auto; scrollbar-width: none; flex: 1; min-width: 0; scroll-behavior: smooth; }
.loc-tabs::-webkit-scrollbar { display: none; }
.loc-tab { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; min-height: 38px; background: #fff; border: 1px solid rgba(62,42,28,.2); border-radius: 99px; font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding: 8px 16px; cursor: pointer; white-space: nowrap; transition: background .2s, color .2s, border-color .2s, box-shadow .2s, transform .1s; }
.loc-tab:hover { color: var(--brown-800); border-color: var(--gold); background: rgba(194,161,77,.08); }
.loc-tab:active { transform: translateY(1px); }
.loc-tab.active { background: var(--brown-800); color: var(--gold-soft); border-color: var(--brown-800); box-shadow: 0 6px 16px -6px rgba(62,42,28,.6); }

.loc-list { list-style: none; overflow-y: auto; max-height: 488px; scrollbar-width: thin; scrollbar-color: rgba(194,161,77,.5) transparent; }
.loc-list::-webkit-scrollbar { width: 8px; }
.loc-list::-webkit-scrollbar-thumb { background: rgba(194,161,77,.45); border-radius: 99px; border: 2px solid transparent; background-clip: padding-box; }
.loc-list::-webkit-scrollbar-thumb:hover { background: rgba(194,161,77,.75); background-clip: padding-box; }
@media (max-width: 900px) { .loc-list { max-height: none; overflow: visible; } }

.loc-list li { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 13px; padding: 13px 18px; border-bottom: 1px solid rgba(62,42,28,.07); cursor: pointer; position: relative; transition: background .2s; }
.loc-list li::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold); transform: scaleY(0); transform-origin: center; transition: transform .25s; }
.loc-list li:hover { background: rgba(194,161,77,.09); }
.loc-list li.active { background: rgba(194,161,77,.16); }
.loc-list li.active::before { transform: scaleY(1); }
.loc-list li:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; }
.loc-ic { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #fff; border: 1px solid rgba(62,42,28,.15); color: var(--brown-700); transition: background .2s, color .2s, border-color .2s; }
.loc-ic svg { width: 19px; height: 19px; }
.loc-list li:hover .loc-ic, .loc-list li.active .loc-ic { background: var(--brown-800); color: var(--gold-soft); border-color: var(--brown-800); }
.loc-body { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.loc-list .nm { min-width: 0; font-size: 14.5px; line-height: 1.25; color: var(--ink); display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.loc-list .dist { font-size: 12px; color: var(--muted); letter-spacing: .02em; }
.loc-list .mins { font-size: 12.5px; font-weight: 700; color: var(--brown-800); background: rgba(194,161,77,.2); padding: 5px 11px; border-radius: 99px; white-space: nowrap; }
.tag-near { font-size: 9.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--brown-700); border: 1px solid rgba(194,161,77,.6); padding: 2px 7px; border-radius: 99px; }
.tag-new { font-size: 9.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--brown-950); background: linear-gradient(135deg, var(--gold-soft), var(--gold)); padding: 2px 7px; border-radius: 99px; }
.loc-addr { margin-top: 18px; color: var(--muted); font-size: 14px; }
.loc-credit { margin-top: 6px; color: rgba(125,106,88,.7); font-size: 11px; letter-spacing: .04em; }

/* leaflet — pins, route, tooltips, chrome */
.leaflet-control-attribution { display: none !important; }
.leaflet-control-zoom { border: 0 !important; box-shadow: 0 8px 22px -10px rgba(31,20,16,.5) !important; margin: 14px !important; }
.leaflet-control-zoom a { background: rgba(255,255,255,.95) !important; color: var(--brown-800) !important; border: 1px solid rgba(62,42,28,.12) !important; width: 34px !important; height: 34px !important; line-height: 32px !important; font-size: 18px !important; }
.leaflet-control-zoom a:hover { background: var(--brown-800) !important; color: var(--gold-soft) !important; }
.aura-site-pin .asp { width: 50px; height: 50px; border-radius: 50%; background: radial-gradient(circle at 50% 35%, #503826, #3e2a1c); border: 2px solid var(--gold); display: grid; place-items: center; font-family: var(--serif); color: var(--gold-soft); font-size: 21px; box-shadow: 0 8px 22px rgba(31,20,16,.45); position: relative; }
.aura-site-pin .asp::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1.5px solid rgba(194,161,77,.55); animation: siteRing 2.4s ease-out infinite; }
@keyframes siteRing { 0% { transform: scale(.7); opacity: .9; } 100% { transform: scale(1.5); opacity: 0; } }
.aura-poi-pin .app { width: 30px; height: 30px; border-radius: 50%; background: #fff; border: 1.5px solid var(--gold); color: var(--brown-800); display: grid; place-items: center; box-shadow: 0 3px 10px rgba(31,20,16,.3); transition: transform .2s; }
.aura-poi-pin .app svg { width: 16px; height: 16px; }
.aura-poi-pin.on .app { background: var(--brown-800); color: var(--gold-soft); border-color: var(--gold-soft); transform: scale(1.18); box-shadow: 0 6px 16px rgba(31,20,16,.5); }
.route-veh span { display: block; width: 16px; height: 16px; border-radius: 50%; background: var(--gold-soft); border: 2px solid #fff; box-shadow: 0 0 0 0 rgba(216,191,126,.7), 0 3px 8px rgba(31,20,16,.4); animation: vehPulse 1.2s ease-out infinite; }
@keyframes vehPulse { 0% { box-shadow: 0 0 0 0 rgba(216,191,126,.65), 0 3px 8px rgba(31,20,16,.4); } 70% { box-shadow: 0 0 0 12px rgba(216,191,126,0), 0 3px 8px rgba(31,20,16,.4); } 100% { box-shadow: 0 0 0 0 rgba(216,191,126,0), 0 3px 8px rgba(31,20,16,.4); } }
.route-line { filter: drop-shadow(0 1px 3px rgba(194,161,77,.5)); }
.leaflet-tooltip.aura-tip { background: var(--brown-900); color: var(--ivory); border: 1px solid rgba(194,161,77,.4); border-radius: 4px; box-shadow: 0 8px 22px rgba(31,20,16,.4); font-family: var(--sans); font-size: 12.5px; font-weight: 600; padding: 6px 11px; }
.leaflet-tooltip.aura-tip::before { border-top-color: var(--brown-900); }

/* inventory teaser */
.inv-teaser { background: radial-gradient(110% 130% at 50% -20%, #4a3322 0%, var(--brown-900) 55%, var(--brown-950) 100%); color: var(--ivory); text-align: center; }
.inv-teaser h2 { color: var(--ivory); }
.inv-teaser h2 em { color: var(--gold-soft); }
.inv-teaser .lede { margin-inline: auto; color: rgba(245,239,227,.6); }
.inv-mini { display: flex; justify-content: center; gap: 5px; margin: 40px auto 8px; }
.inv-mini .t { display: grid; grid-template-columns: repeat(6, 14px); gap: 3px; padding: 8px; border: 1px solid rgba(194,161,77,.3); border-bottom-width: 3px; }
.inv-mini .c { width: 14px; height: 10px; background: var(--avail, #4cc97a); opacity: .9; }
.inv-teaser .legend { font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: rgba(245,239,227,.55); margin-bottom: 36px; }

/* enquire */
.enq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 80px); margin-top: 14px; }
@media (max-width: 860px) { .enq-grid { grid-template-columns: 1fr; } }
.enq-form { display: grid; gap: 16px; }
.enq-form label { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); display: grid; gap: 7px; }
.enq-form input, .enq-form select {
  font-family: var(--sans); font-size: 16px; padding: 14px 14px; border: 1px solid rgba(62,42,28,.25); background: #fff; color: var(--ink); border-radius: 2px; width: 100%;
}
.enq-form input:focus, .enq-form select:focus { outline: 2px solid var(--gold); outline-offset: -1px; }
.enq-meta { color: var(--muted); font-size: 14.5px; display: grid; gap: 14px; align-content: start; }
.enq-meta b { color: var(--brown-800); }
.form-ok { background: rgba(46,125,79,.1); border: 1px solid rgba(46,125,79,.4); color: var(--green); padding: 14px; font-size: 14.5px; display: none; }
.pv-wrap { margin-top: -6px; display: grid; gap: 6px; }
.pv-send { justify-self: start; font-family: var(--sans); font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brown-800); background: transparent; border: 1px solid rgba(194,161,77,.5); padding: 9px 16px; border-radius: 2px; cursor: pointer; transition: background .2s, color .2s; }
.pv-send:hover { background: var(--gold); color: var(--brown-950); }
.pv-send:disabled { opacity: .6; cursor: default; }
.pv-row { display: flex; gap: 8px; }
.pv-code { font-family: var(--sans); font-size: 15px; padding: 11px 12px; border: 1px solid rgba(62,42,28,.25); background: #fff; color: var(--ink); border-radius: 2px; width: 130px; letter-spacing: .1em; }
.pv-confirm { font-family: var(--sans); font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brown-950); background: var(--gold); border: none; padding: 0 18px; border-radius: 2px; cursor: pointer; }
.pv-confirm:disabled { opacity: .6; cursor: default; }
.pv-msg { font-size: 12px; min-height: 15px; margin: 0; }
.enq-form .opt { text-transform: none; letter-spacing: 0; color: rgba(125,106,88,.7); font-size: 11px; }
.enq-unit { display: none; align-items: center; justify-content: space-between; gap: 12px; background: linear-gradient(135deg, rgba(194,161,77,.14), rgba(194,161,77,.06)); border: 1px solid rgba(194,161,77,.4); padding: 13px 16px; }
.enq-unit span { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.enq-unit b { font-family: var(--serif); font-size: 20px; color: var(--brown-800); letter-spacing: .04em; }

/* footer */
footer { background: var(--brown-950); color: rgba(245,239,227,.55); padding: 44px var(--pad) 60px; font-size: 13px; }
footer .shell { display: grid; gap: 10px; }
footer .fm { font-family: var(--serif); color: var(--ivory); font-size: 18px; letter-spacing: .14em; text-transform: uppercase; }
footer .fm em { font-style: normal; color: var(--gold-soft); }
footer .footer-logo { height: 64px; width: auto; margin-bottom: 6px; }
.cobrand { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 22px; margin: 14px 0 18px; }
.cobrand-lead { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: rgba(245,239,227,.5); }
.cobrand-logos { display: flex; align-items: center; gap: 16px; }
.cobrand-card { display: inline-flex; align-items: center; justify-content: center; height: 56px; box-sizing: border-box; text-decoration: none; }
.cobrand-card img { height: 100%; width: auto; display: block; }
.cobrand-card.cobrand-buloke img { height: 27px; max-width: none; } /* sized so Buloke's capital-B cap-height equals Sambhav's wordmark cap-height */
.cobrand-x { color: rgba(245,239,227,.55); font-family: var(--serif); font-size: 20px; font-style: italic; }

/* ————— gallery + lightbox ————— */
.gal-grid figure { cursor: zoom-in; }
.gal-grid figure::after { content: ""; position: absolute; inset: 0; background: rgba(31,20,16,0); transition: background .3s; pointer-events: none; }
.gal-grid figure:hover::after { background: rgba(31,20,16,.12); }
.lightbox { position: fixed; inset: 0; z-index: 2000; background: rgba(18,11,7,.94); display: none; align-items: center; justify-content: center; padding: clamp(54px, 8vw, 90px); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.lightbox.open { display: flex; animation: lbIn .25s ease; }
@keyframes lbIn { from { opacity: 0; } to { opacity: 1; } }
.lb-stage { display: flex; flex-direction: column; align-items: center; gap: 14px; max-width: 1120px; }
.lb-img { max-width: 100%; max-height: 74vh; object-fit: contain; box-shadow: 0 50px 120px rgba(0,0,0,.65); }
.lb-cap { color: var(--ivory); font-size: 13px; letter-spacing: .2em; text-transform: uppercase; }
.lb-count { color: rgba(245,239,227,.5); font-size: 11.5px; letter-spacing: .22em; }
.lb-prev, .lb-next, .lb-close { position: fixed; border: 1px solid rgba(194,161,77,.4); background: rgba(31,20,16,.62); color: var(--gold-soft); cursor: pointer; display: grid; place-items: center; transition: background .2s, color .2s, transform .15s; }
.lb-prev, .lb-next { top: 50%; transform: translateY(-50%); width: 56px; height: 56px; border-radius: 50%; }
.lb-prev { left: clamp(10px, 3vw, 34px); }
.lb-next { right: clamp(10px, 3vw, 34px); }
.lb-prev:hover, .lb-next:hover, .lb-close:hover { background: var(--gold); color: var(--brown-950); }
.lb-prev:active, .lb-next:active { transform: translateY(-50%) scale(.94); }
.lb-prev svg, .lb-next svg { width: 24px; height: 24px; }
.lb-close { top: 18px; right: 18px; width: 48px; height: 48px; border-radius: 50%; font-size: 22px; line-height: 1; }
@media (max-width: 640px) { .lb-prev, .lb-next { width: 46px; height: 46px; top: auto; bottom: 22px; transform: none; } .lb-prev { left: 24%; } .lb-next { right: 24%; } .lb-prev:active, .lb-next:active { transform: scale(.94); } .lb-img { max-height: 64vh; } }

/* generic modal (brochure download, etc.) */
.modal-veil { position: fixed; inset: 0; z-index: 2100; background: rgba(18,11,7,.72); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 20px; }
.modal-veil.open { display: flex; animation: mIn .25s ease; }
@keyframes mIn { from { opacity: 0; } to { opacity: 1; } }
.modal-card { position: relative; width: min(440px, 100%); max-height: 90vh; overflow: auto; background: #2e1f15; border: 1px solid rgba(194,161,77,.45); box-shadow: 0 30px 90px rgba(0,0,0,.6); padding: 30px 28px 32px; animation: mUp .32s cubic-bezier(.22,.9,.3,1); color: var(--ivory); }
@keyframes mUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.modal-close { position: absolute; top: 12px; right: 12px; width: 42px; height: 42px; border: 1px solid rgba(194,161,77,.4); background: none; color: var(--gold-soft); font-size: 18px; cursor: pointer; border-radius: 50%; }
.modal-close:hover { background: rgba(194,161,77,.14); }
.modal-h { font-family: var(--serif); font-weight: 400; font-size: 24px; color: var(--gold-soft); }
.modal-sub { color: var(--muted); font-size: 13.5px; margin: 8px 0 20px; line-height: 1.5; }
.modal-fields { display: grid; gap: 13px; }
.modal-card label { font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); display: grid; gap: 6px; }
.modal-card label span { text-transform: none; letter-spacing: 0; font-size: 10px; color: rgba(168,150,132,.8); }
.modal-card input { font-family: var(--sans); font-size: 16px; padding: 12px 13px; background: rgba(245,239,227,.06); border: 1px solid rgba(194,161,77,.3); color: var(--ivory); border-radius: 2px; width: 100%; }
.modal-card input:focus { outline: none; border-color: var(--gold-soft); background: rgba(245,239,227,.1); }
.modal-card .btn { width: 100%; justify-content: center; margin-top: 4px; }
.modal-ok { display: none; text-align: center; padding: 6px 0; }
.modal-ok .modal-tick { display: grid; place-items: center; width: 46px; height: 46px; margin: 0 auto 14px; border-radius: 50%; background: rgba(76,201,122,.16); border: 1px solid rgba(76,201,122,.5); color: #9fe7bd; font-size: 21px; }
.modal-ok p { color: var(--ivory); font-size: 14px; line-height: 1.5; margin-bottom: 16px; }
.modal-ok b { color: var(--gold-soft); font-family: var(--serif); font-weight: 400; }
#brForm.sent .modal-fields { display: none; }
#brForm.sent .modal-ok { display: block; animation: mUp .3s ease; }
