/* ============================================================
   Elite Properties Deal
   Display: Cormorant Garamond  ·  UI/body: Jost

   One stylesheet serves the brand page and every corridor page.
   Per-corridor character comes from --tone (the dark section colour),
   set by a class on <body>, so adding a third corridor later is three
   lines of CSS rather than a second stylesheet.
   ============================================================ */

html { scroll-behavior: smooth; scroll-padding-top: 88px; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --display: 'Cormorant Garamond', Georgia, serif;
  --body: 'Jost', -apple-system, 'Segoe UI', sans-serif;

  --gold-light: #d9b876;
  --gold: #b6924f;
  --gold-deep: #8a6a30;
  --gold-tint: #f6f0e6;
  --gold-gradient: linear-gradient(135deg, var(--gold-light), var(--gold) 55%, var(--gold-deep));

  --ink: #14161a;
  --ink-2: #2a2e35;
  --muted: #6f7580;
  --line: #e6e1d8;
  --cream: #faf8f4;

  /* Overridden per corridor. */
  --tone: #14161a;
  --tone-soft: #1d2027;

  --shadow-sm: 0 4px 16px rgba(20,22,26,.06);
  --shadow-md: 0 18px 44px rgba(20,22,26,.1);
  --shadow-lg: 0 30px 70px rgba(20,22,26,.18);
  --shadow-gold: 0 14px 32px rgba(182,146,79,.28);
  --ease: cubic-bezier(.22,.68,.28,1);
}

/* North Bangalore reads green — 200 acres, 4,000 trees. */
body.theme-north   { --tone: #16211b; --tone-soft: #1e2c24; }
/* Sarjapur reads slate — tech corridor, proximity, city-adjacent. */
body.theme-sarjapur{ --tone: #151a22; --tone-soft: #1d2530; }

body {
  font-family: var(--body);
  font-weight: 300;
  color: var(--ink-2);
  line-height: 1.75;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: var(--display); font-weight: 400; color: var(--ink); line-height: 1.16; letter-spacing: .005em; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 26px; }
.container--narrow { max-width: 900px; }
a { text-decoration: none; color: inherit; }
img, svg { max-width: 100%; display: block; }
ul { list-style: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
[data-parallax] { will-change: transform; }
.nowrap { white-space: nowrap; }

/* ---------- Scroll progress ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 200; background: transparent; }
.scroll-progress span { display: block; height: 100%; width: 0; background: var(--gold); transition: width .1s linear; }

/* ---------- Eyebrow ---------- */
.eyebrow {
  font-family: var(--body);
  text-transform: uppercase;
  letter-spacing: .26em;
  font-size: 10.5px;
  font-weight: 500;
  color: var(--gold);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.eyebrow::after { content: ""; flex: 0 0 40px; height: 1px; background: currentColor; opacity: .45; }
.eyebrow.center { justify-content: center; }
.eyebrow.center::before { content: ""; flex: 0 0 40px; height: 1px; background: currentColor; opacity: .45; }
.eyebrow.light { color: #e0cba4; }
.eyebrow.plain::after, .eyebrow.plain::before { display: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--body);
  padding: 16px 34px;
  border-radius: 1px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .35s var(--ease);
  white-space: nowrap;
  text-align: center;
}
.btn-sm { padding: 11px 22px; font-size: 11px; }
.btn-block { width: 100%; }
.btn-primary {
  position: relative; overflow: hidden;
  background: var(--gold-gradient); background-size: 200% 100%; background-position: 0% 0;
  color: #fff; border-color: var(--gold);
}
.btn-primary:hover { background-position: 100% 0; border-color: var(--gold-deep); transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.btn-outline { background: transparent; border-color: var(--gold); color: var(--gold); }
.btn-outline:hover { background: var(--gold-gradient); border-color: var(--gold); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.btn-ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); color: #fff; backdrop-filter: blur(6px); }
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; transform: translateY(-2px); }
.btn-wa { background: #1f8f5f; border-color: #1f8f5f; color: #fff; }
.btn-wa:hover { background: #187a4f; border-color: #187a4f; transform: translateY(-2px); }
.btn svg { width: 16px; height: 16px; flex: 0 0 auto; }

.accent { color: var(--gold); font-style: italic; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: transparent;
  transition: background .45s var(--ease), box-shadow .45s var(--ease), padding .45s var(--ease);
  padding: 10px 0;
}
.site-header.scrolled { background: rgba(255,255,255,.97); backdrop-filter: blur(12px); box-shadow: var(--shadow-sm); padding: 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 15px 26px; gap: 26px; }

.logo-text { font-family: var(--display); font-size: 25px; font-weight: 500; color: #fff; letter-spacing: .01em; transition: color .45s var(--ease); line-height: 1.2; }
.logo-text em { font-style: normal; color: var(--gold); margin-left: 7px; }
.site-header.scrolled .logo-text { color: var(--ink); }
.logo-sub { display: block; font-family: var(--body); font-size: 8.5px; letter-spacing: .34em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-top: 1px; transition: color .45s var(--ease); }
.site-header.scrolled .logo-sub { color: var(--muted); }

nav { display: flex; gap: 30px; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; font-weight: 400; }
nav a { position: relative; padding-bottom: 5px; color: rgba(255,255,255,.86); transition: color .35s var(--ease); }
.site-header.scrolled nav a { color: var(--muted); }
nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--gold); transition: width .38s var(--ease); }
nav a:hover { color: var(--gold); }
nav a:hover::after { width: 100%; }

.header-cta { display: flex; align-items: center; gap: 20px; }
.phone { font-size: 14px; font-weight: 500; color: #fff; letter-spacing: .04em; white-space: nowrap; transition: color .45s var(--ease); }
.site-header.scrolled .phone { color: var(--ink); }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; display: flex; align-items: center; color: #fff; overflow: hidden; background: var(--tone); }
.hero-bg { position: absolute; inset: -2%; background-size: cover; background-position: center; background-repeat: no-repeat; will-change: transform; animation: heroZoom 22s var(--ease) forwards; }
.hero-bg::after { content: ""; position: absolute; inset: 0; }
@keyframes heroZoom { from { transform: scale(1.06); } to { transform: scale(1); } }

.hero h1 { font-weight: 300; color: #fff; }
.hero .accent { color: var(--gold-light); }

/* --- Brand hero (home) --- */
.hero--home { min-height: 96vh; }
.hero--home .hero-bg::after { background: linear-gradient(100deg, rgba(10,11,14,.9) 0%, rgba(10,11,14,.6) 48%, rgba(10,11,14,.34) 100%); }
.hero--home .hero-content { position: relative; z-index: 3; max-width: 780px; padding: 130px 26px 100px; }
.hero--home h1 { font-size: clamp(38px, 6vw, 76px); line-height: 1.06; margin-bottom: 24px; }
.hero-sub { font-size: 17px; font-weight: 300; opacity: .86; margin-bottom: 34px; max-width: 540px; line-height: 1.7; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 38px; }
.hero-tags span {
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(6px);
  padding: 8px 17px; border-radius: 1px;
  font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 400;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* --- Corridor hero (area pages): copy left, form right --- */
.hero--area { padding: 128px 0 76px; align-items: stretch; }
/* Heavy enough to keep the headline legible over the artwork, light enough
   that the artwork is still visible — at .94 the background read as a flat
   black panel and the illustration was wasted. */
.hero--area .hero-bg::after { background: linear-gradient(102deg, rgba(8,10,12,.88) 0%, rgba(8,10,12,.66) 44%, rgba(8,10,12,.28) 100%); }
/* On mobile the form drops below the copy, so the whole width sits behind
   text and needs the heavier scrim back. */
@media (max-width: 1080px) {
  .hero--area .hero-bg::after { background: linear-gradient(180deg, rgba(8,10,12,.9) 0%, rgba(8,10,12,.74) 50%, rgba(8,10,12,.86) 100%); }
}
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: center; }
.hero--area h1 { font-size: clamp(31px, 3.9vw, 51px); line-height: 1.14; margin-bottom: 22px; }
.hero-price { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.hero-price b { font-family: var(--display); font-size: clamp(34px, 4.4vw, 52px); font-weight: 400; color: var(--gold-light); line-height: 1; }
.hero-price span { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.hero-points { display: grid; gap: 12px; margin-bottom: 30px; }
.hero-points li { display: flex; align-items: flex-start; gap: 13px; font-size: 15px; color: rgba(255,255,255,.84); line-height: 1.55; }
.hero-points svg { width: 19px; height: 19px; flex: 0 0 auto; margin-top: 3px; color: var(--gold-light); }
.hero-note { font-size: 12.5px; letter-spacing: .04em; color: rgba(255,255,255,.5); }

.scroll-cue { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); z-index: 3; width: 24px; height: 40px; border: 1px solid rgba(255,255,255,.4); border-radius: 14px; display: flex; justify-content: center; padding-top: 8px; }
.scroll-cue span { display: block; width: 3px; height: 7px; border-radius: 2px; background: #fff; animation: cue 1.9s infinite; }
@keyframes cue { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(13px); } }

/* ---------- Hero form card ---------- */
.hero-form {
  background: #fff; color: var(--ink-2);
  padding: 34px 32px 30px; border-radius: 2px;
  box-shadow: var(--shadow-lg);
  border-top: 3px solid var(--gold);
  display: flex; flex-direction: column; gap: 12px;
}
.hero-form h2 { font-size: 26px; line-height: 1.24; }
.hero-form .form-note { margin-bottom: 4px; }
.form-lock { display: flex; align-items: center; gap: 9px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-deep); margin-top: 2px; }
.form-lock svg { width: 14px; height: 14px; }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: 110px 0; }
.section.alt { background: linear-gradient(180deg, var(--cream) 0%, var(--gold-tint) 100%); }
.section.dark { background: var(--tone); color: rgba(255,255,255,.72); position: relative; overflow: hidden; }
.section.dark h2, .section.dark h3 { color: #fff; }
.section.dark::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(58% 50% at 12% 0%, rgba(182,146,79,.15), transparent 70%),
              radial-gradient(48% 40% at 100% 100%, rgba(182,146,79,.1), transparent 70%);
}
.section.dark .container { position: relative; z-index: 1; }
.section-head { margin-bottom: 54px; }
.section-head.centered { text-align: center; max-width: 680px; margin-left: auto; margin-right: auto; }
.section h2 { font-size: clamp(29px, 3.7vw, 48px); font-weight: 300; max-width: 720px; }
.section-head.centered h2 { margin-left: auto; margin-right: auto; }
.section-head p.lede { margin-top: 18px; font-size: 15.5px; color: var(--muted); max-width: 620px; }
.section.dark .section-head p.lede { color: rgba(255,255,255,.58); }
.section-head.centered p.lede { margin-left: auto; margin-right: auto; }

/* ============================================================
   CORRIDOR CARDS (home page — the area selector)
   ============================================================ */
.corridor-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 30px; }
.corridor-card {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line); border-radius: 2px; overflow: hidden;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.corridor-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold-gradient); transform: scaleX(0); transform-origin: left; transition: transform .55s var(--ease); z-index: 2; }
.corridor-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.corridor-card:hover::before { transform: scaleX(1); }
.corridor-media { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--ink); }
.corridor-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.corridor-card:hover .corridor-media img { transform: scale(1.05); }
.corridor-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,12,15,.7), transparent 62%); }
.corridor-tag { position: absolute; z-index: 2; top: 16px; left: 16px; background: rgba(255,255,255,.94); color: var(--ink); padding: 7px 14px; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; font-weight: 500; }
.corridor-body { padding: 28px 30px 30px; display: flex; flex-direction: column; flex: 1; }
.corridor-body h3 { font-size: 30px; margin-bottom: 6px; }
.corridor-price { font-family: var(--display); font-size: 25px; color: var(--gold); margin-bottom: 16px; }
.corridor-price small { font-family: var(--body); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-left: 8px; }
.corridor-body > p { font-size: 15px; color: var(--muted); margin-bottom: 20px; }
.corridor-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.corridor-meta li { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line); padding: 6px 12px; }
.corridor-body .btn { margin-top: auto; }

/* ============================================================
   FACT BAND — the big unarguable numbers
   ============================================================ */
.factband { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.fact { background: var(--tone); padding: 40px 28px; text-align: center; transition: background .4s var(--ease); }
.fact:hover { background: var(--tone-soft); }
.fact b { display: block; font-family: var(--display); font-size: clamp(36px, 4.4vw, 54px); font-weight: 400; color: var(--gold-light); line-height: 1; }
.fact span { display: block; margin-top: 12px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.58); }
.fact p { margin-top: 10px; font-size: 13.5px; color: rgba(255,255,255,.5); line-height: 1.6; }

/* Light variant for the brand page. */
.factband.light { background: var(--line); border-color: var(--line); }
.factband.light .fact { background: #fff; }
.factband.light .fact:hover { background: var(--gold-tint); }
.factband.light .fact b { color: var(--gold); }
.factband.light .fact span { color: var(--muted); }
.factband.light .fact p { color: var(--muted); }

/* ============================================================
   COMPARISON — same money, two different lives
   ============================================================ */
.compare { display: grid; grid-template-columns: 1fr auto 1fr; gap: 34px; align-items: stretch; }
.compare-col { border: 1px solid var(--line); border-radius: 2px; padding: 36px 34px; background: #fff; }
.compare-col.is-this { border-color: var(--gold); box-shadow: var(--shadow-md); position: relative; }
.compare-col.is-this::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold-gradient); }
.compare-label { font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.compare-col.is-this .compare-label { color: var(--gold-deep); }
.compare-col h3 { font-size: 27px; margin-bottom: 20px; }
.compare-list li { display: flex; gap: 13px; align-items: flex-start; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14.8px; line-height: 1.6; color: var(--muted); }
.compare-list li:last-child { border-bottom: none; }
.compare-list svg { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 4px; }
.compare-col.is-this .compare-list li { color: var(--ink-2); }
.compare-col.is-this .compare-list svg { color: var(--gold); }
.compare-col.is-tower .compare-list svg { color: #b9bec6; }
.compare-vs { display: flex; align-items: center; justify-content: center; font-family: var(--display); font-size: 20px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.compare-vs span { writing-mode: vertical-rl; }
.compare-foot { margin-top: 34px; text-align: center; font-size: 14.5px; color: var(--muted); }
.compare-foot b { color: var(--ink); font-weight: 500; }

/* ============================================================
   CONFIGURATIONS — floor plates
   ============================================================ */
.config-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.config-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 2px; overflow: hidden; display: flex; flex-direction: column; transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.config-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold-gradient); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); z-index: 1; }
.config-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.config-card:hover::before { transform: scaleX(1); }
.config-media { position: relative; overflow: hidden; background: #faf7f1; border-bottom: 1px solid var(--line); }
.config-media img { width: 100%; height: auto; transition: transform .8s var(--ease); }
.config-card:hover .config-media img { transform: scale(1.03); }
.config-body { padding: 26px 28px 26px; display: flex; flex-direction: column; flex: 1; }
.config-body h3 { font-size: 25px; margin-bottom: 4px; }
.config-body > p { font-size: 14.5px; color: var(--muted); margin-bottom: 18px; }
.config-specs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.config-specs li { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line); padding: 6px 12px; }
.config-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); padding-top: 20px; flex-wrap: wrap; margin-top: auto; }
.price { font-family: var(--display); font-size: 19px; color: var(--gold); }

/* No-media variant — a card with no floor-plan image above it. The gold
   accent bar (normally a hover reveal on top of the image) shows at rest
   instead, so the card still has a visual anchor without one. */
.config-card--no-media::before { transform: scaleX(1); opacity: .55; transition: opacity .4s var(--ease); }
.config-card--no-media:hover::before { opacity: 1; }
.config-card--no-media .config-body { padding-top: 34px; }
.config-card--no-media h3 { font-size: 28px; }

/* ============================================================
   LOCATION / DRIVE TIMES
   ============================================================ */
.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.landmark-list { margin-bottom: 28px; }
.landmark-list li {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 18px 0; border-bottom: 1px solid var(--line);
  font-size: 15.5px; transition: padding-left .35s var(--ease), color .35s var(--ease);
}
.landmark-list li:first-child { border-top: 1px solid var(--line); }
.landmark-list li:hover { padding-left: 10px; color: var(--ink); }
.landmark-list li span:last-child { font-family: var(--display); font-size: 18px; color: var(--gold); white-space: nowrap; }
.section.dark .landmark-list li { border-color: rgba(255,255,255,.14); color: rgba(255,255,255,.78); }
.section.dark .landmark-list li:first-child { border-top-color: rgba(255,255,255,.14); }
.section.dark .landmark-list li:hover { color: #fff; }
.section.dark .landmark-list li span:last-child { color: var(--gold-light); }
.map-mock { border-radius: 2px; overflow: hidden; box-shadow: var(--shadow-md); background: #faf7f1; }
.map-mock img { width: 100%; height: auto; }

/* Static map rendered from OpenStreetMap tiles at build time, wrapped in a
   link to Google Maps. A baked image can't be broken by a third party
   changing an embed endpoint, needs no API key, and loads in one request. */
.map-embed { position: relative; }
.map-link { display: block; position: relative; border-radius: 2px; overflow: hidden; box-shadow: var(--shadow-md); }
.map-link img { width: 100%; height: auto; display: block; transition: transform .8s var(--ease); }
.map-link:hover img { transform: scale(1.03); }
.map-open {
  position: absolute; right: 14px; top: 14px;
  background: rgba(20,22,26,.9); color: var(--gold-light);
  padding: 9px 16px; border-radius: 1px;
  font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; font-weight: 500;
  opacity: 0; transform: translateY(-6px);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.map-link:hover .map-open, .map-link:focus-visible .map-open { opacity: 1; transform: none; }
@media (hover: none) { .map-open { opacity: 1; transform: none; } }
.map-note { margin-top: 12px; font-size: 12.5px; color: var(--muted); line-height: 1.6; }
.map-note a { color: var(--gold-deep); white-space: nowrap; border-bottom: 1px solid rgba(138,106,48,.35); }
.map-note a:hover { color: var(--gold); border-bottom-color: var(--gold); }
.map-embed--dark .map-note a { color: var(--gold-light); border-bottom-color: rgba(217,184,118,.35); }
.map-embed--dark iframe { box-shadow: 0 18px 44px rgba(0,0,0,.4); }
.map-embed--dark .map-note { color: rgba(255,255,255,.45); }
@media (max-width: 560px) { .map-embed iframe { aspect-ratio: 4/3; } }

/* ============================================================
   AMENITY TILES
   ============================================================ */
.amenity-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 2px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.amenity { background: var(--tone); padding: 38px 30px; transition: background .4s var(--ease), transform .4s var(--ease); position: relative; }
.amenity:hover { background: var(--tone-soft); transform: translateY(-3px); z-index: 1; }
.amenity-icon { display: inline-flex; color: var(--gold-light); margin-bottom: 18px; transition: transform .45s var(--ease); }
.amenity-icon svg { width: 32px; height: 32px; }
.amenity:hover .amenity-icon { transform: translateY(-4px) scale(1.06); }
.amenity h3 { font-size: 20px; margin-bottom: 8px; }
.amenity p { font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.62; }

/* ============================================================
   PHOTO TILES — amenity cards and section photo bands
   ============================================================ */
.photo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.photo-card {
  position: relative; overflow: hidden; border-radius: 2px;
  aspect-ratio: 4/3; background: var(--ink);
  box-shadow: var(--shadow-md);
}
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.photo-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,10,13,.9) 0%, rgba(8,10,13,.42) 45%, rgba(8,10,13,.06) 75%);
}
.photo-card:hover img { transform: scale(1.06); }
.photo-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 26px 24px; }
.photo-card h3 { color: #fff; font-size: 22px; margin-bottom: 6px; }
.photo-card p { font-size: 13.5px; color: rgba(255,255,255,.72); line-height: 1.6; }
.photo-card .tag {
  position: absolute; z-index: 2; top: 14px; left: 14px;
  background: rgba(255,255,255,.93); color: var(--ink);
  padding: 6px 12px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 500;
}
/* Wider first cell for a bit of rhythm on three-up bands. */
.photo-grid--band .photo-card:first-child { aspect-ratio: 16/10; }
@media (min-width: 900px) {
  .photo-grid--band { grid-template-columns: 1.6fr 1fr 1fr; }
  .photo-grid--band .photo-card { aspect-ratio: auto; min-height: 340px; }
}

/* Light amenity/value tiles (brand page). */
.tile-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.tile { position: relative; background: #fff; padding: 42px 32px; transition: background .4s var(--ease), transform .4s var(--ease), box-shadow .4s var(--ease); }
.tile::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: var(--gold-gradient); transition: width .4s var(--ease); }
.tile:hover { background: var(--gold-tint); transform: translateY(-3px); box-shadow: var(--shadow-sm); z-index: 1; }
.tile:hover::before { width: 3px; }
.tile-icon { display: inline-flex; color: var(--gold); margin-bottom: 18px; transition: transform .45s var(--ease); }
.tile-icon svg { width: 32px; height: 32px; }
.tile:hover .tile-icon { transform: translateY(-4px) scale(1.06); }
.tile h3 { font-size: 21px; margin-bottom: 9px; }
.tile p { font-size: 14.5px; color: var(--muted); line-height: 1.65; }

/* ============================================================
   PROCESS STEPS
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 34px; counter-reset: step; }
.step { position: relative; padding-top: 30px; border-top: 1px solid var(--line); }
.step::before {
  counter-increment: step; content: "0" counter(step);
  position: absolute; top: -1px; left: 0;
  font-family: var(--display); font-size: 13px; letter-spacing: .28em; color: var(--gold);
  background: #fff; padding-right: 14px; transform: translateY(-50%);
}
.section.alt .step::before { background: var(--cream); }
.step h3 { font-size: 22px; margin-bottom: 10px; }
.step p { font-size: 14.5px; color: var(--muted); line-height: 1.66; }

/* ============================================================
   URGENCY BAND — pre-launch pricing
   ============================================================ */
.urgency { background: var(--tone); color: #fff; padding: 74px 0; position: relative; overflow: hidden; }
.urgency::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 90% at 50% 0%, rgba(182,146,79,.2), transparent 70%); pointer-events: none; }
.urgency .container { position: relative; z-index: 1; }
.urgency-inner { display: flex; align-items: center; justify-content: space-between; gap: 44px; flex-wrap: wrap; }
.urgency h2 { color: #fff; font-size: clamp(27px, 3.2vw, 40px); max-width: 640px; margin-bottom: 14px; }
.urgency p { color: rgba(255,255,255,.62); font-size: 15.5px; max-width: 560px; }
.urgency-badge {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(217,184,118,.45); background: rgba(217,184,118,.1);
  padding: 8px 16px; border-radius: 1px; margin-bottom: 20px;
  font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-light);
}
.urgency-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-light); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .4; transform: scale(.8); } }

/* ============================================================
   WHAT YOU GET ON THE CALL — the payoff for the form fill
   ============================================================ */
.reveal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.reveal-list li { display: flex; gap: 15px; align-items: flex-start; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 15.5px; color: var(--ink-2); }
.reveal-list li:first-child { border-top: 1px solid var(--line); }
.reveal-list svg { width: 19px; height: 19px; flex: 0 0 auto; margin-top: 4px; color: var(--gold); }
.section.dark .reveal-list li { border-color: rgba(255,255,255,.14); color: rgba(255,255,255,.8); }
.section.dark .reveal-list li:first-child { border-top-color: rgba(255,255,255,.14); }
.section.dark .reveal-list svg { color: var(--gold-light); }

/* ============================================================
   LEAD SECTION
   ============================================================ */
.lead-section { position: relative; background: var(--tone); color: #fff; overflow: hidden; }
.lead-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(45% 60% at 0% 50%, rgba(182,146,79,.16), transparent 70%); }
.lead-section .container { position: relative; }
.lead-section h2 { color: #fff; }
.lead-copy { color: rgba(255,255,255,.64); margin-bottom: 26px; font-size: 15.5px; max-width: 430px; }
.lead-phone { font-family: var(--display); font-size: 30px; color: var(--gold-light); letter-spacing: .02em; display: inline-block; }
.lead-phone-note { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-top: 6px; }
.lead-inline { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.lead-form { background: #fff; color: var(--ink-2); border-radius: 2px; padding: 38px 34px; display: flex; flex-direction: column; gap: 13px; box-shadow: var(--shadow-lg); border-top: 3px solid var(--gold); }
.lead-form h3 { font-size: 25px; }
.form-note { font-size: 13.5px; color: var(--muted); margin-bottom: 6px; line-height: 1.6; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }

.lead-form input, .lead-form select, .lead-form textarea,
.hero-form input, .hero-form select, .hero-form textarea,
.modal-box input, .modal-box select, .modal-box textarea {
  font-family: var(--body); font-weight: 300;
  width: 100%;
  padding: 14px 16px; border-radius: 1px;
  border: 1px solid var(--line); font-size: 14.5px;
  color: var(--ink); background: #fff;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.lead-form select, .hero-form select, .modal-box select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f7580' stroke-width='1.6'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 17px;
  padding-right: 42px;
}
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus,
.hero-form input:focus, .hero-form select:focus, .hero-form textarea:focus,
.modal-box input:focus, .modal-box select:focus, .modal-box textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(182,146,79,.14);
}
.form-status { font-size: 13px; color: #15803d; min-height: 18px; line-height: 1.5; }
.form-status.error { color: #b91c1c; }
.form-legal { font-size: 11px; color: var(--muted); line-height: 1.6; }

/* Replaces the form once a lead lands — the WhatsApp hand-off is where a
   human reveals the project, so it is the loudest thing on the panel. */
.form-success { display: flex; flex-direction: column; gap: 14px; text-align: left; animation: modalIn .5s var(--ease); }
.form-success h3 { font-size: 27px; }
.form-success .form-note { margin-bottom: 2px; }
.form-success .btn { margin-top: 4px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #0f1114; color: rgba(255,255,255,.42); padding: 58px 0 40px; font-size: 13px; }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 44px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-top .logo-text { color: #fff; display: inline-block; margin-bottom: 14px; }
.footer-blurb { font-size: 13.5px; line-height: 1.75; max-width: 340px; }
.footer-col h4 { font-family: var(--body); font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-weight: 500; }
.footer-col li { padding: 5px 0; }
.footer-col a:hover { color: var(--gold-light); }
.footer-contact a { color: rgba(255,255,255,.78); }
.footer-bottom { padding-top: 26px; text-align: center; }
.disclaimer { max-width: 900px; margin: 0 auto 18px; font-size: 11.5px; line-height: 1.8; color: rgba(255,255,255,.3); }
.copy { font-size: 12.5px; }

/* ============================================================
   MOBILE STICKY BAR
   ============================================================ */
.mobile-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; box-shadow: 0 -6px 22px rgba(0,0,0,.18); }
.mobile-bar a, .mobile-bar button {
  flex: 1; padding: 15px 8px; border: none; cursor: pointer;
  font-family: var(--body); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 500;
  text-align: center; display: flex; align-items: center; justify-content: center; gap: 7px;
}
.mobile-bar svg { width: 15px; height: 15px; }
.mb-call { background: var(--ink); color: #fff; }
.mb-wa { background: #1f8f5f; color: #fff; }
.mb-enquire { background: var(--gold-gradient); color: #fff; }

/* Floating WhatsApp bubble (desktop). */
.wa-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 95;
  width: 54px; height: 54px; border-radius: 50%;
  background: #1f8f5f; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 26px rgba(31,143,95,.4);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.wa-float:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 14px 32px rgba(31,143,95,.5); }
.wa-float svg { width: 27px; height: 27px; }

/* ============================================================
   MODAL
   ============================================================ */
.modal-overlay { position: fixed; inset: 0; background: rgba(10,12,15,.78); backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; z-index: 150; padding: 20px; }
.modal-overlay.open { display: flex; animation: fadeIn .3s var(--ease); }
.modal-box { background: #fff; border-radius: 2px; padding: 40px 36px; width: 100%; max-width: 450px; position: relative; animation: modalIn .45s var(--ease); max-height: 92vh; overflow-y: auto; border-top: 3px solid var(--gold); }
.modal-box h3 { font-size: 27px; margin-bottom: 4px; }
.modal-close { position: absolute; top: 12px; right: 16px; background: none; border: none; font-size: 30px; line-height: 1; cursor: pointer; color: #b6bac1; transition: color .3s var(--ease); }
.modal-close:hover { color: var(--ink); }
.modal-box form { display: flex; flex-direction: column; gap: 13px; margin-top: 22px; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
[data-animate] { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
[data-animate].in-view { opacity: 1; transform: none; }
.tile-grid [data-animate]:nth-child(2), .steps [data-animate]:nth-child(2), .corridor-grid [data-animate]:nth-child(2), .config-grid [data-animate]:nth-child(2), .amenity-grid [data-animate]:nth-child(2) { transition-delay: .09s; }
.tile-grid [data-animate]:nth-child(3), .steps [data-animate]:nth-child(3), .corridor-grid [data-animate]:nth-child(3), .config-grid [data-animate]:nth-child(3), .amenity-grid [data-animate]:nth-child(3) { transition-delay: .18s; }
.tile-grid [data-animate]:nth-child(4), .steps [data-animate]:nth-child(4), .config-grid [data-animate]:nth-child(4), .amenity-grid [data-animate]:nth-child(4) { transition-delay: .27s; }
.tile-grid [data-animate]:nth-child(5), .amenity-grid [data-animate]:nth-child(5) { transition-delay: .36s; }
.tile-grid [data-animate]:nth-child(6), .amenity-grid [data-animate]:nth-child(6) { transition-delay: .45s; }

/* Hero entrance */
.hero-content > *, .hero-copy > * { opacity: 0; transform: translateY(24px); animation: heroIn 1s var(--ease) forwards; }
.hero-content .eyebrow, .hero-copy .eyebrow { animation-delay: .22s; }
.hero-content h1, .hero-copy h1 { animation-delay: .34s; }
.hero-content .hero-sub, .hero-copy .hero-price { animation-delay: .48s; }
.hero-content .hero-tags, .hero-copy .hero-points { animation-delay: .62s; }
.hero-content .hero-actions, .hero-copy .hero-note { animation-delay: .76s; }
.hero-form { opacity: 0; transform: translateY(24px); animation: heroIn 1s var(--ease) .5s forwards; }
@keyframes heroIn { to { opacity: 1; transform: none; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .hero-grid, .location-grid, .lead-inline, .reveal-grid { grid-template-columns: 1fr; gap: 44px; }
  .compare { grid-template-columns: 1fr; gap: 22px; }
  .compare-vs { padding: 4px 0; }
  .compare-vs span { writing-mode: horizontal-tb; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  nav, .phone { display: none; }
  /* The sticky bottom bar already carries Call / WhatsApp / Get Price, and
     these labels are long enough to shove the header past the screen edge.
     Measured at 390px: the button alone ran 21px wide of the viewport. */
  .header-cta { display: none; }
  .section { padding: 74px 0; }
  .hero--home { min-height: 90vh; }
  .hero--home .hero-content { padding: 116px 26px 90px; }
  .hero--area { padding: 112px 0 60px; }
  .mobile-bar { display: flex; }
  .wa-float { display: none; }
  body { padding-bottom: 52px; }
  .scroll-cue { display: none; }
  .urgency-inner { flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 560px) {
  .lead-form, .modal-box, .hero-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .hero-price { gap: 10px; }
  .compare-col { padding: 28px 24px; }
  .fact { padding: 32px 20px; }

  /* `white-space: nowrap` keeps buttons tidy on desktop but makes a label
     like "Send Me The Price Breakdown" wider than the phone, which then
     stretches its whole grid column. Let long labels wrap instead. */
  .btn { white-space: normal; padding: 15px 22px; letter-spacing: .1em; line-height: 1.35; }
  .btn-sm { padding: 10px 16px; letter-spacing: .08em; }
  .corridor-meta li, .config-specs li { font-size: 10.5px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-animate], .hero-content > *, .hero-copy > *, .hero-form { opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important; }
  .hero-bg, .scroll-cue span, .urgency-badge i { animation: none !important; }
  * { transition-duration: .01ms !important; }
}
