/* ==========================================================================
   Taha Properties Limited / Galaxy Heights
   Structure, motion and type treatment referenced from Amali Properties;
   color identity is Taha's own (gold + navy).
   ========================================================================== */

:root {
  --ink: #111110;
  --charcoal: #2a2824;
  --white: #ffffff;
  --cream: #f6f3ed;
  --stone: #ddd6c7;
  --stone-deep: #b8ae98;
  --mist: #716c64;

  --gold: #c9a24d;
  --gold-soft: #e2c789;
  --gold-deep: #876a27;
  --navy: #142440;
  --navy-deep: #0b1526;

  --sans: "General Sans", "Helvetica Neue", Arial, sans-serif;

  --container: 1320px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }

body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 300;
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 3px; }
.dev-card :focus-visible, .hero :focus-visible, .three-up :focus-visible { outline-color: var(--gold-soft); }

.skip-link {
  position: absolute; left: 12px; top: -60px;
  background: var(--ink); color: var(--white);
  padding: 12px 20px; z-index: 2000;
  font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase;
  transition: top 0.25s ease;
}
.skip-link:focus { top: 12px; }

h1, h2, h3, h4 {
  font-family: var(--sans);
  font-weight: 300;
  margin: 0;
  line-height: 1.05;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

p { margin: 0 0 1.2em; font-weight: 300; color: var(--charcoal); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 40px; }
.container-wide { max-width: 1600px; margin: 0 auto; padding: 0 40px; }

.eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 500;
  margin-bottom: 18px;
}

/* ---------------- Scroll reveal ---------------- */
[data-reveal] { opacity: 0; transform: translateY(36px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); }
[data-reveal].in-view { opacity: 1; transform: translateY(0); }
[data-reveal="fade"] { transform: none; }
[data-reveal].in-view[data-reveal="fade"] { transform: none; }
[data-reveal-delay="1"] { transition-delay: 0.12s; }
[data-reveal-delay="2"] { transition-delay: 0.24s; }
[data-reveal-delay="3"] { transition-delay: 0.36s; }
[data-reveal-delay="4"] { transition-delay: 0.48s; }

/* ---------------- Buttons ---------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 17px 34px;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.4s var(--ease);
  white-space: nowrap;
}
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-soft); }
.btn-outline { border-color: rgba(255,255,255,0.6); color: var(--white); background: transparent; }
.btn-outline:hover { border-color: var(--gold-soft); color: var(--gold-soft); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--navy); }
.btn-ghost { border-color: var(--charcoal); color: var(--charcoal); }
.btn-ghost:hover { border-color: var(--gold-deep); color: var(--gold-deep); }
.btn-block { width: 100%; justify-content: center; }

/* ---------------- Header ---------------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 40px;
  mix-blend-mode: normal;
  transition: background 0.4s ease, padding 0.4s ease, opacity 0.6s ease;
}
.site-header.intro-hidden { opacity: 0; pointer-events: none; }

/* ---------------- Intro splash ---------------- */
.intro {
  height: 100vh;
  min-height: 560px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.intro-cover {
  position: absolute; inset: 0; z-index: 3;
  display: flex; align-items: center; justify-content: center;
}
.intro-bg {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0;
}
.intro-vignette {
  position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(circle at 50% 50%, rgba(10,10,8,0.5) 0%, rgba(10,10,8,0.22) 55%, rgba(10,10,8,0) 85%);
}
.intro-logo {
  position: relative; z-index: 2;
  width: 320px;
  opacity: 0;
  transform: translateY(16px);
  filter: brightness(0) invert(1) drop-shadow(0 6px 26px rgba(0,0,0,0.4));
}
@media (prefers-reduced-motion: reduce) {
  .intro-logo, .intro-bg { opacity: 1 !important; transform: none !important; }
}

/* ---------------- Burst sequence, layered inside .intro ---------------- */
.reveal-bg {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0;
}
.reveal-bg-tint {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(250,246,237,0.55) 0%, rgba(250,246,237,0.2) 60%, rgba(250,246,237,0) 85%),
    rgba(250,246,237,0.35);
}
.reveal-flash {
  position: absolute; inset: 0; z-index: 6;
  background: radial-gradient(circle at 50% 45%, #ffffff 0%, rgba(255,255,255,0.9) 35%, rgba(255,255,255,0) 70%);
  opacity: 0; pointer-events: none;
}
.reveal-inner { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; }
.reveal-statement {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  text-align: center; width: 92%; max-width: 900px;
  z-index: 3;
}
.reveal-statement-main {
  position: relative; z-index: 1;
  font-size: clamp(1.3rem, 2.7vw, 2.1rem); line-height: 1.35;
  letter-spacing: 0.02em;
  opacity: 0; color: var(--ink);
}
.reveal-statement-accent {
  display: block; position: relative; z-index: 2;
  font-family: "Beau Rivage", cursive; font-weight: 400; font-style: normal;
  font-size: clamp(6rem, 16vw, 13rem);
  line-height: 1;
  color: var(--gold-deep); margin-top: -0.24em; opacity: 0;
}
.reveal-img {
  position: absolute; overflow: hidden; opacity: 0; box-shadow: 0 30px 70px -25px rgba(0,0,0,0.4);
  z-index: 1;
}
.reveal-img img { width: 100%; height: 100%; object-fit: cover; }
/* aspect-ratio on each box matches its actual source photo exactly (1920/1252 for
   all except img-3 and img-4, which were cropped free of a baked-in white margin
   the source PDF extraction left behind) so object-fit:cover never has to crop or
   squeeze anything */
.reveal-img-1 { width: 28%; aspect-ratio: 1920/1252; top: 4%; left: 1%; }
.reveal-img-2 { width: 27%; aspect-ratio: 1920/1252; top: 4%; right: 2%; }
.reveal-img-3 { width: 26%; aspect-ratio: 1544/1252; top: 38%; left: 0%; }
.reveal-img-4 { width: 19%; aspect-ratio: 1100/1252; top: 30%; right: 2%; }
.reveal-img-5 { width: 30%; aspect-ratio: 1920/1252; bottom: 5%; left: 1%; }
.reveal-img-6 { width: 25%; aspect-ratio: 1920/1252; bottom: 3%; right: 3%; }
.reveal-img-7 { width: 20%; aspect-ratio: 1920/1252; top: 1%; left: 38%; }
.reveal-img-8 { width: 21%; aspect-ratio: 1920/1252; bottom: 1%; left: 38%; }
.reveal-video {
  position: absolute; overflow: hidden; opacity: 0; z-index: 1;
  width: 42%; aspect-ratio: 16/9; top: 50%; left: 50%;
  object-fit: cover; box-shadow: 0 30px 70px -25px rgba(0,0,0,0.45);
  background: var(--ink);
}
.reveal-cta {
  position: absolute; inset: 0; z-index: 7;
  opacity: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(11,15,10,0.5) 0%, rgba(11,15,10,0) 26%, rgba(11,15,10,0) 58%, rgba(11,15,10,0.78) 100%);
}
.reveal-cta-top { position: absolute; top: 130px; left: 40px; right: 40px; }
.reveal-cta-bottom { position: absolute; left: 40px; right: 40px; bottom: 90px; }
.reveal-cta h1 { color: var(--white); margin: 0; }
.site-header.scrolled { background: rgba(246,243,237,0.92); backdrop-filter: blur(10px); padding: 18px 40px; }
.site-header.scrolled .logo-mark img.on-dark { display: none; }
.site-header.scrolled .logo-mark img.on-light { display: block; }
.logo-mark img { height: 30px; width: auto; transition: opacity 0.3s ease; }
.logo-mark img.on-light { display: none; }
.header-tools { display: flex; align-items: center; gap: 18px; }
.icon-btn {
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.4);
  color: var(--white);
  background: rgba(255,255,255,0.08);
  cursor: pointer;
  transition: all 0.3s ease;
}
.site-header.scrolled .icon-btn { border-color: var(--charcoal); color: var(--charcoal); background: transparent; }
.icon-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }

/* Full-screen nav overlay */
.nav-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--ink);
  display: flex; flex-direction: column; justify-content: center;
  padding: 40px;
  opacity: 0; visibility: hidden;
  transition: opacity 0.5s var(--ease), visibility 0.5s;
}
.nav-overlay.open { opacity: 1; visibility: visible; }
.nav-overlay-close {
  position: absolute; top: 32px; right: 40px;
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.4); color: var(--white);
  cursor: pointer;
}
.nav-overlay-close:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.nav-overlay-list { list-style: none; margin: 0; padding: 0; }
.nav-overlay-list li { border-bottom: 1px solid rgba(255,255,255,0.12); }
.nav-overlay-list a {
  display: block; padding: 22px 0;
  font-size: clamp(2rem, 5vw, 3.6rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--white);
  font-weight: 300;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.nav-overlay-list a:hover { color: var(--gold); padding-left: 16px; }
.nav-overlay-meta { margin-top: 48px; display: flex; gap: 48px; flex-wrap: wrap; }
.nav-overlay-meta a { color: var(--stone-deep); font-size: 0.85rem; letter-spacing: 0.05em; }
.nav-overlay-meta a:hover { color: var(--gold); }

/* ---------------- Hero ---------------- */
.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ink);
}
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media img.hero-media-single {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.12);
  animation: heroZoom 22s var(--ease) forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero-media img.hero-media-layer {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.06);
  opacity: 0;
  transition: opacity 1.3s var(--ease);
}
.hero-media img.hero-media-layer:first-child { opacity: 1; }
.hero-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,15,10,0.15) 0%, rgba(11,15,10,0.35) 55%, rgba(11,15,10,0.82) 100%);
}
.hero-inner { position: relative; z-index: 2; width: 100%; padding: 0 40px 200px; }
.hero-eyebrow { color: var(--gold-soft); font-size: 0.75rem; letter-spacing: 0.28em; text-transform: uppercase; margin-bottom: 18px; }
.hero h1, .reveal-cta h1 {
  color: var(--white);
  font-size: clamp(2.6rem, 7vw, 6.4rem);
  font-weight: 300;
  letter-spacing: 0.01em;
  max-width: 1100px;
  line-height: 0.98;
}
.hero-sub { color: rgba(255,255,255,0.82); font-size: 1rem; max-width: 460px; margin: 26px 0 0; text-transform: none; letter-spacing: normal; font-weight: 300; }
.hero-actions { display: flex; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
.hero-scroll {
  position: absolute; right: 40px; bottom: 128px; z-index: 2;
  display: flex; align-items: center; gap: 12px;
  color: rgba(255,255,255,0.7); font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase;
}
.hero-scroll::after { content: ""; width: 1px; height: 40px; background: linear-gradient(rgba(255,255,255,0.7), transparent); }

/* Hero small (secondary pages) */
.hero-small { height: 64vh; min-height: 460px; }
.hero-small h1 { font-size: clamp(2.2rem, 5.4vw, 4.2rem); }

/* ---------------- Discover carousel ---------------- */
.discover {
  position: absolute; left: 40px; right: 40px; bottom: 40px; z-index: 3;
  display: flex; align-items: center; gap: 28px;
  flex-wrap: wrap;
}
.discover-label { color: rgba(255,255,255,0.65); font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; }
.discover-tabs { display: flex; gap: 26px; }
.discover-tab {
  background: none; border: none; cursor: pointer;
  color: rgba(255,255,255,0.5);
  font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 6px 0; border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.discover-tab.active, .discover-tab:hover { color: var(--white); border-color: var(--gold); }
.discover-count { color: rgba(255,255,255,0.5); font-size: 0.72rem; letter-spacing: 0.1em; }

/* ---------------- Section rhythm ---------------- */
section { position: relative; }
.section-pad { padding: 160px 0; }
.section-pad-sm { padding: 96px 0; }
.bg-white { background: var(--white); }
.bg-cream { background: var(--cream); }
.bg-ink { background: var(--ink); color: var(--stone-deep); }
.bg-ink h2, .bg-ink h3 { color: var(--white); }
.bg-ink .eyebrow { color: var(--gold-soft); }
.bg-ink p { color: var(--stone-deep); }

.statement { text-align: center; max-width: 980px; margin: 0 auto; }
.statement h2 { font-size: clamp(1.8rem, 4vw, 3.2rem); }
.statement h2 em { font-style: normal; color: var(--gold-deep); }
.bg-ink .statement h2 em { color: var(--gold-soft); }

/* ---------------- Image collage ---------------- */
.collage { position: relative; height: 640px; margin: 0 auto; max-width: 1100px; }
.collage img { width: 100%; height: 100%; object-fit: cover; display: block; box-shadow: 0 40px 80px -30px rgba(0,0,0,0.45); }
.collage .c1, .collage .c2, .collage .c3 { position: absolute; }
.collage .c1 { width: 46%; height: 60%; top: 0; left: 0; z-index: 2; }
.collage .c2 { width: 38%; height: 50%; top: 8%; right: 4%; z-index: 1; }
.collage .c3 { width: 34%; height: 42%; bottom: 0; left: 18%; z-index: 3; }

/* ---------------- Mission / three-up ---------------- */
.three-up { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(0,0,0,0.06); }
.three-up figure { margin: 0; position: relative; overflow: hidden; aspect-ratio: 3/4; background: var(--ink); }
.three-up img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.three-up a:hover img { transform: scale(1.06); }
.three-up figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 28px;
  background: linear-gradient(0deg, rgba(0,0,0,0.7), transparent 70%);
  color: var(--white);
}
.three-up figcaption .tag { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-soft); display: block; margin-bottom: 6px; }
.three-up figcaption .name { font-size: 1.3rem; text-transform: uppercase; letter-spacing: 0.03em; }

/* ---------------- Unit showcase cards ---------------- */
.unit-row { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(0,0,0,0.1); }
.unit-item {
  padding: 56px 44px;
  border-right: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: flex; flex-direction: column; justify-content: flex-end;
  transition: background 0.4s ease;
}
.unit-item:last-child { border-right: none; }
.unit-item-bg { position: absolute; inset: 0; z-index: 0; }
.unit-item-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.16; transition: opacity 0.5s ease, transform 1.2s var(--ease); }
.unit-item:hover .unit-item-bg img { opacity: 0.85; transform: scale(1.06); }
.unit-item-content { position: relative; z-index: 1; transition: color 0.4s ease; }
.unit-item .num { font-size: 0.72rem; letter-spacing: 0.2em; color: var(--gold-deep); margin-bottom: 24px; display: block; }
.unit-item h3 { font-size: 2.2rem; margin-bottom: 6px; }
.unit-item:hover h3, .unit-item:hover p, .unit-item:hover .num { color: var(--white); }
.unit-item .price { font-size: 1rem; letter-spacing: 0.06em; color: var(--gold-deep); margin: 14px 0 22px; transition: color 0.4s ease; }
.unit-item:hover .price { color: var(--gold-soft); }
.unit-item ul { list-style: none; padding: 0; margin: 0 0 26px; font-size: 0.85rem; color: var(--mist); transition: color 0.4s ease; }
.unit-item:hover ul { color: rgba(255,255,255,0.75); }
.unit-item li { padding: 4px 0; }
.unit-item .btn { align-self: flex-start; }

/* Static fallback when GSAP/ScrollTrigger unavailable or reduced motion is on */
.intro.no-scrub .reveal-statement-main,
.intro.no-scrub .reveal-statement-accent,
.intro.no-scrub .reveal-img,
.intro.no-scrub .reveal-video,
.intro.no-scrub .reveal-bg,
.intro.no-scrub .reveal-bg-tint { opacity: 1; transform: none; }
.intro.no-scrub .reveal-flash,
.intro.no-scrub .intro-vignette { display: none; }
.intro.no-scrub .intro-cover { display: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal-statement-main, .reveal-statement-accent, .reveal-img, .reveal-video, .reveal-bg, .reveal-bg-tint { opacity: 1 !important; transform: none !important; }
  .reveal-flash { display: none; }
}
@media (max-width: 720px) {
  .intro { height: auto; min-height: 0; padding: 100px 24px 60px; display: block; }
  .reveal-flash, .reveal-bg, .reveal-bg-tint, .intro-vignette { display: none; }
  .intro-bg { display: none; }
  .intro-logo { display: block; margin: 0 auto 40px; width: 220px; }
  .reveal-inner { position: relative; }
  .reveal-img, .reveal-video {
    position: relative; width: 100%; max-width: 320px; aspect-ratio: 4/3;
    margin: 0 auto 20px; inset: auto; top: auto; left: auto; right: auto; bottom: auto;
    transform: none; opacity: 1;
  }
  .reveal-statement { position: relative; left: auto; top: auto; transform: none; margin-bottom: 32px; }
  .reveal-statement-main, .reveal-statement-accent { opacity: 1; transform: none; }
}

/* ---------------- Development cards ---------------- */
.dev-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: rgba(0,0,0,0.08); }
.dev-item { display: block; background: var(--white); }
.dev-card { position: relative; min-height: 480px; overflow: hidden; display: flex; align-items: flex-end; background: var(--ink); }
.dev-card-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.3s var(--ease); }
.dev-item:hover .dev-card-bg { transform: scale(1.06); }
.dev-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0.2) 100%); }
.dev-card-content { position: relative; z-index: 1; padding: 0 44px 38px; width: 100%; text-align: center; }
.dev-card-logo { max-height: 92px; width: auto; max-width: 85%; margin: 0 auto; display: block; }
.dev-caption { padding: 26px 20px; text-align: center; }
.dev-status { display: inline-flex; align-items: center; gap: 9px; font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; padding: 9px 20px; border: 1px solid rgba(0,0,0,0.15); color: var(--gold-deep); }
.dev-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-deep); }

/* ---------------- Location grid ---------------- */
.loc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(0,0,0,0.08); border-top: 1px solid rgba(0,0,0,0.08); }
.loc-item { background: var(--cream); padding: 40px 44px; }
.loc-item h4 { font-size: 0.95rem; letter-spacing: 0.08em; margin-bottom: 12px; font-weight: 500; }
.loc-item p { font-size: 0.9rem; color: var(--mist); margin: 0; text-transform: none; letter-spacing: normal; }

/* ---------------- Amenity list ---------------- */
.amenity-strip { columns: 3; column-gap: 60px; }
.amenity-strip div { break-inside: avoid; display: flex; align-items: baseline; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(0,0,0,0.08); }
.amenity-strip span.n { font-size: 0.68rem; color: var(--gold-deep); letter-spacing: 0.1em; }
.amenity-strip span.t { font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.03em; }
.bg-ink .amenity-strip div { border-color: rgba(255,255,255,0.12); }
.bg-ink .amenity-strip span.t { color: var(--white); }

/* ---------------- Payment plan strip ---------------- */
.plan-row { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,0.15); }
.plan-cell { padding: 44px 32px; border-right: 1px solid rgba(255,255,255,0.15); }
.plan-cell:last-child { border-right: none; }
.plan-cell .n { display: block; font-size: 2.2rem; color: var(--gold-soft); font-weight: 300; margin-bottom: 12px; }
.plan-cell p { font-size: 0.82rem; color: var(--stone-deep); text-transform: uppercase; letter-spacing: 0.06em; margin: 0; }

/* ---------------- Closing statement ---------------- */
.closing { text-align: center; padding: 180px 0 120px; }
.closing .eyebrow { display: block; }
.closing h2 { font-size: clamp(2.6rem, 7vw, 5.4rem); }
.closing-links { display: flex; justify-content: center; gap: 60px; margin-top: 80px; flex-wrap: wrap; }
.closing-links a { font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mist); padding-bottom: 8px; border-bottom: 1px solid transparent; transition: all 0.3s ease; }
.closing-links a:hover { color: var(--ink); border-color: var(--gold); }

/* ---------------- Placeholder feature block ---------------- */
.feature-placeholder {
  position: relative;
  min-height: 560px;
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: var(--navy-deep);
  color: var(--stone-deep);
  overflow: hidden;
  padding: 60px 40px;
}
.feature-placeholder::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(1.5px 1.5px at 12% 20%, rgba(230,201,131,0.5), transparent),
    radial-gradient(1px 1px at 30% 70%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1.5px 1.5px at 60% 30%, rgba(230,201,131,0.4), transparent),
    radial-gradient(1px 1px at 80% 65%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1.5px 1.5px at 92% 20%, rgba(230,201,131,0.4), transparent);
}
.feature-placeholder-inner { position: relative; z-index: 1; max-width: 560px; }
.feature-placeholder .eyebrow { color: var(--gold-soft); }
.feature-placeholder h3 { color: var(--white); font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 18px; }
.feature-placeholder p { color: var(--stone-deep); text-transform: none; letter-spacing: normal; font-size: 0.95rem; }

/* ---------------- Forms ---------------- */
.form-panel { background: var(--white); padding: 56px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 22px; }
.field label { display: block; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mist); margin-bottom: 10px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 15px 0; border: none; border-bottom: 1px solid rgba(0,0,0,0.2);
  background: transparent; font-family: var(--sans); font-size: 1rem; color: var(--ink); border-radius: 0;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold-deep); box-shadow: 0 2px 0 0 var(--gold-deep); }
.field textarea { resize: vertical; min-height: 100px; }
.form-note { font-size: 0.78rem; color: var(--mist); margin-top: 18px; text-transform: none; letter-spacing: normal; }
.form-success, .form-error { display: none; padding: 18px 20px; font-size: 0.85rem; margin-bottom: 22px; text-transform: none; letter-spacing: normal; }
.form-success { background: #eef3ea; color: #3c5a2c; }
.form-error { background: #f7ece9; color: #7a2e28; }
.form-success.visible, .form-error.visible { display: block; }

.todo-flag {
  display: inline-block; background: #fff3cd; color: #7a5c00; border: 1px dashed #d8b34d;
  font-size: 0.65rem; padding: 2px 8px; margin-left: 8px; text-transform: none; letter-spacing: normal;
}

/* ---------------- Stats row ---------------- */
.stats-row { display: flex; border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1); }
.stats-row div { flex: 1; padding: 40px 20px; text-align: center; border-right: 1px solid rgba(0,0,0,0.1); }
.stats-row div:last-child { border-right: none; }
.stats-row strong { display: block; font-size: 2rem; font-weight: 300; color: var(--ink); margin-bottom: 8px; }
.stats-row span { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mist); }

/* ---------------- Footer ---------------- */
.site-footer { background: var(--ink); color: var(--stone-deep); padding: 100px 0 30px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; flex-wrap: wrap; padding-bottom: 80px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-top h2 { color: var(--white); font-size: clamp(2rem, 5vw, 3.4rem); max-width: 640px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px; padding: 60px 0; }
.footer-grid h4 { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--mist); margin-bottom: 22px; font-weight: 500; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.footer-grid a { font-size: 0.92rem; color: var(--stone-deep); transition: color 0.3s ease; text-transform: none; letter-spacing: normal; }
.footer-grid a:hover { color: var(--gold-soft); }
.footer-about img { height: 26px; margin-bottom: 20px; }
.footer-about p { font-size: 0.88rem; color: #837d70; max-width: 300px; text-transform: none; letter-spacing: normal; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 0.72rem; color: #5c584f; }

/* ---------------- WhatsApp fab ---------------- */
.whatsapp-fab {
  position: fixed; bottom: 30px; right: 30px; z-index: 700;
  background: #25d366; color: var(--white);
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 34px -12px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}
.whatsapp-fab:hover { transform: scale(1.08); }

/* ---------------- Responsive ---------------- */
@media (max-width: 980px) {
  .unit-row, .three-up, .plan-row { grid-template-columns: 1fr; }
  .unit-item, .plan-cell { border-right: none; }
  .loc-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .amenity-strip { columns: 2; }
  .collage { height: 420px; }
  .discover { display: none; }
}

@media (max-width: 640px) {
  .container, .container-wide { padding: 0 22px; }
  .site-header { padding: 22px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .amenity-strip { columns: 1; }
  .section-pad { padding: 96px 0; }
  .stats-row { flex-wrap: wrap; }
  .stats-row div { flex: 1 1 50%; border-bottom: 1px solid rgba(0,0,0,0.1); }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { transition: none; opacity: 1; transform: none; }
  .hero-media img { animation: none; transform: none; }
}
