:root {
  --bg: #121316;
  --bg-soft: #181a1f;
  --card: #1e2128;
  --text: #f6f3ef;
  --muted: #b9b2a8;
  --gold: #c9a46a;
  --gold-soft: rgba(201,164,106,0.18);
  --light: #f5f1eb;
  --light-card: #ffffff;
  --dark-text: #1b1d22;
  --line: rgba(255,255,255,0.09);
  --line-dark: rgba(0,0,0,0.08);
  --shadow: 0 18px 60px rgba(0,0,0,0.22);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); background: rgba(18, 19, 22, 0.74); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, rgba(201,164,106,0.24), rgba(201,164,106,0.08)); border: 1px solid rgba(201,164,106,0.35); color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 700; }
.brand-text { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 700; letter-spacing: 0.2px; }
.menu-toggle { display: none; border: 1px solid var(--line); background: rgba(255,255,255,0.03); color: var(--text); border-radius: 999px; padding: 10px 14px; }
nav { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
nav a { color: var(--muted); font-size: 14px; transition: .25s ease; }
nav a:hover { color: var(--text); }
.hero { position: relative; overflow: hidden; padding: 84px 0 56px; min-height: calc(100vh - 74px); background: radial-gradient(circle at 18% 20%, rgba(201,164,106,0.2), transparent 28%), radial-gradient(circle at 82% 18%, rgba(255,255,255,0.06), transparent 22%), linear-gradient(180deg, #17191f 0%, #121316 100%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(36px); opacity: .45; }
.hero-glow-1 { width: 320px; height: 320px; background: rgba(201,164,106,0.18); top: 80px; left: -80px; }
.hero-glow-2 { width: 280px; height: 280px; background: rgba(201,164,106,0.11); bottom: 20px; right: 40px; }
.hero-grid, .investment-grid, .location-grid, .contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; }
.eyebrow { margin: 0 0 10px; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; color: var(--muted); }
.gold { color: var(--gold); }
h1,h2,h3 { margin: 0 0 14px; line-height: 1.04; font-family: 'Cormorant Garamond', serif; }
h1 { font-size: clamp(54px, 8vw, 90px); }
h2 { font-size: clamp(34px, 5vw, 56px); }
h3 { font-size: 28px; }
.lead { max-width: 690px; color: #ece4d8; font-size: 18px; }
.hero-actions,.form-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-actions { margin-top: 28px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 14px 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--gold); color: #171717; }
.btn-secondary { border-color: rgba(255,255,255,0.34); color: var(--text); background: rgba(255,255,255,0.03); }
.dark-outline { border-color: rgba(0,0,0,0.12); color: var(--dark-text); background: transparent; }
.hero-points { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.hero-points span, .location-points span { background: rgba(255,255,255,0.05); border: 1px solid var(--line); color: var(--muted); border-radius: 999px; padding: 10px 14px; font-size: 13px; }
.hero-card, .plan-card, .map-card, .contact-form, .gallery-card, .feature-card, .stat-box, .spec-card, .contact-card, .faq-list details { background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)); border: 1px solid var(--line); border-radius: calc(var(--radius) + 4px); box-shadow: var(--shadow); }
.media-frame { width: 100%; height: auto; border-radius: 22px; }
.hero-card { padding: 18px; }
.mini-stats, .metrics-grid, .feature-grid, .spec-grid, .stats-panel, .contact-cards { display: grid; gap: 16px; }
.mini-stats { grid-template-columns: repeat(3, 1fr); margin-top: 16px; }
.mini-stats div { padding: 12px 10px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,0.03); }
.mini-stats strong { display: block; font-size: 16px; }
.mini-stats span { color: var(--muted); font-size: 13px; }
.section { padding: 92px 0; }
.dark { background: var(--bg); color: var(--text); }
.light { background: var(--light); color: var(--dark-text); }
.section-head { margin-bottom: 34px; }
.split { display: grid; grid-template-columns: 1fr .95fr; gap: 24px; align-items: end; }
.section-text { color: var(--muted); max-width: 620px; }
.dark-text-block { color: rgba(27,29,34,.72); }
.metrics-grid, .feature-grid { grid-template-columns: repeat(4, 1fr); }
.metrics-grid article, .feature-card { padding: 26px; }
.metric-label, .spec-label, .contact-label { display: block; color: var(--gold); font-size: 12px; letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 8px; }
.metrics-grid strong, .spec-card strong, .contact-card strong { display: block; font-size: 24px; font-family: 'Cormorant Garamond', serif; }
.metrics-grid p, .feature-card p, .spec-card p, .contact-card p, .faq-list p { margin: 0; color: var(--muted); }
.feature-no { display: inline-flex; width: 40px; height: 40px; border-radius: 50%; justify-content: center; align-items: center; color: var(--gold); border: 1px solid rgba(201,164,106,.3); margin-bottom: 14px; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.gallery-card { overflow: hidden; padding: 12px; background: rgba(255,255,255,.82); border-color: var(--line-dark); }
.gallery-large { grid-row: span 2; }
.residences-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.tick-list { padding-left: 18px; color: rgba(27,29,34,.78); }
.tick-list li { margin: 0 0 10px; }
.spec-grid, .stats-panel, .contact-cards { grid-template-columns: repeat(2, 1fr); margin-top: 26px; }
.spec-card, .stat-box, .contact-card, .plan-card { padding: 22px; }
.plans-panel { display: grid; gap: 18px; }
.plan-img { background: white; }
.timeline { display: grid; gap: 18px; margin-top: 28px; }
.timeline-item { display: grid; grid-template-columns: 78px 1fr; gap: 18px; align-items: start; }
.timeline-year { display: inline-grid; place-items: center; min-height: 52px; border-radius: 16px; background: rgba(201,164,106,.14); color: var(--gold); font-weight: 700; }
.stats-panel { align-self: stretch; }
.stat-box { display: flex; flex-direction: column; justify-content: flex-end; min-height: 168px; }
.stat-number { font-family: 'Cormorant Garamond', serif; font-size: 38px; }
.stat-label { color: var(--muted); }
.location-points { display: flex; gap: 12px; flex-wrap: wrap; margin: 22px 0 24px; }
.map-card { padding: 16px; background: rgba(255,255,255,.8); border-color: var(--line-dark); }
.faq-list { display: grid; gap: 14px; }
.faq-list details { padding: 18px 22px; }
.faq-list summary { cursor: pointer; font-weight: 700; }
.contact-form { padding: 24px; background: rgba(255,255,255,.82); border-color: var(--line-dark); }
.contact-form label { display: block; margin-bottom: 14px; font-weight: 600; color: var(--dark-text); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; border: 1px solid rgba(0,0,0,.12); border-radius: 16px; padding: 14px 16px; font: inherit; background: white; }
.form-message { color: rgba(27,29,34,.72); margin-top: 14px; }
.site-footer { padding: 34px 0 50px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.footer-brand, .footer-title { font-family: 'Cormorant Garamond', serif; font-size: 24px; margin-bottom: 8px; }
.floating-wa { position: fixed; right: 18px; bottom: 18px; z-index: 80; background: #1d8f5b; color: white; border-radius: 999px; padding: 14px 18px; font-weight: 700; box-shadow: var(--shadow); }
@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  nav { position: absolute; right: 20px; top: 72px; flex-direction: column; align-items: stretch; min-width: 220px; padding: 14px; border-radius: 20px; background: rgba(18,19,22,.96); border: 1px solid var(--line); display: none; }
  nav.open { display: flex; }
  .hero-grid, .investment-grid, .location-grid, .contact-grid, .residences-grid, .split, .footer-grid { grid-template-columns: 1fr; }
  .metrics-grid, .feature-grid, .gallery-grid, .spec-grid, .stats-panel, .contact-cards, .mini-stats { grid-template-columns: 1fr; }
  .gallery-large { grid-row: auto; }
  .brand-text { font-size: 28px; }
  h1 { font-size: clamp(42px, 12vw, 66px); }
}
