:root {
  --navy: #162542;
  --navy-2: #20345b;
  --gold: #d7b27a;
  --gold-2: #e4c89f;
  --cream: #f7f3ed;
  --text: #1f2430;
  --muted: #667085;
  --white: #fff;
  --border: rgba(22, 37, 66, 0.1);
  --shadow: 0 18px 45px rgba(17, 24, 39, 0.12);
  --radius: 18px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: #f4f1ec;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(92%, var(--container)); margin: 0 auto; }
.section { padding: 88px 0; }
.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: 14px;
}
h1,h2,h3,h4,h5 {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.05;
  color: var(--navy);
}
p { margin: 0 0 16px; }
.lead { font-size: 1.08rem; color: #e9edf6; }
.section-title { font-size: clamp(2.35rem, 4vw, 4.1rem); }
.section-copy { color: #4d5563; font-size: 1.05rem; max-width: 720px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 28px; border-radius: 10px; font-weight: 700;
  transition: .25s ease; border: 1px solid transparent; cursor: pointer;
}
.btn-primary { background: var(--navy); color: var(--white); }
.btn-primary:hover { background: #0f1a30; transform: translateY(-1px); }
.btn-secondary { background: var(--gold-2); color: #222; }
.btn-secondary:hover { background: var(--gold); transform: translateY(-1px); }
.btn-outline { border-color: rgba(255,255,255,.5); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.08); }
.topbar {
  background: rgba(7,15,30,.58); color: #fff; position: absolute; z-index: 20;
  inset: 0 0 auto 0; border-bottom: 1px solid rgba(255,255,255,.1);
}
.topbar-inner { display:flex; justify-content: space-between; gap:24px; padding:10px 0; font-size:.9rem; }
.header {
  position: absolute; inset: 52px 0 auto 0; z-index: 20;
}
.header.scrolled { position: sticky; top: 0; background: rgba(16,24,45,.95); backdrop-filter: blur(14px); }
.navbar { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:18px 0; }
.logo img { height: 100px; width: auto; }
.logo-text { color: white; font-weight: 800; letter-spacing: .05em; }
.nav-links { display:flex; align-items:center; gap:28px; color:#fff; font-weight:600; }
.nav-links a { position: relative; }
.nav-links a:after { content:""; position:absolute; left:0; bottom:-6px; width:0; height:2px; background: var(--gold); transition:.2s; }
.nav-links a:hover:after, .nav-links a.active:after { width:100%; }
.mobile-toggle { display:none; background:none; border:none; color:#fff; font-size:1.9rem; }
.hero {
  min-height: 100vh; position: relative; display:flex; align-items:center;
  color: #fff; background: linear-gradient(90deg, rgba(8,15,29,.72) 0%, rgba(8,15,29,.42) 48%, rgba(8,15,29,.52) 100%), url('../images/city-22.png') center/cover no-repeat;
}
.hero::after {
  content:""; position:absolute; inset:auto 0 0 0; height:130px;
  background: linear-gradient(180deg, rgba(244,241,236,0) 0%, #f4f1ec 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 670px; padding-top: 110px; }
.hero h1 { font-size: clamp(3.7rem, 7vw, 6rem); color: #fff; }
.hero .highlight { color: var(--gold-2); }
.hero p { color: rgba(255,255,255,.93); font-size: 1.12rem; }
.hero-actions { display:flex; flex-wrap:wrap; gap:16px; margin-top: 28px; }
.scroll-badge {
  position:absolute; right:4%; bottom:120px; z-index:2; color:#fff; font-size:.85rem;
  letter-spacing:.18em; text-transform:uppercase; writing-mode: vertical-rl;
}
.grid-2 { display:grid; grid-template-columns: 1.02fr .98fr; gap: 36px; align-items:center; }
.about-card, .glass-card, .contact-card, .project-card, .amenity-card, .value-card, .timeline-card { background: rgba(255,255,255,.88); border:1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.about-card { padding: 42px; }
.check-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:14px; margin: 28px 0; }
.check-item { padding:14px 16px; background:#fff; border-radius: 12px; border:1px solid rgba(22,37,66,.08); font-weight:600; color:var(--navy); }
.image-stack { position: relative; min-height: 600px; }
.image-stack img.main { width: 100%; height: 100%; object-fit: cover; border-radius: 24px; min-height: 600px; }
.image-float { position:absolute; right: -18px; bottom: 24px; width: 48%; }
.image-float img { border-radius: 18px; border: 8px solid rgba(255,255,255,.95); box-shadow: var(--shadow); }
.stats { display:grid; grid-template-columns: repeat(4,1fr); gap:18px; margin-top: 28px; }
.stat { padding: 24px 18px; text-align:center; }
.stat strong { display:block; font-size: 2rem; color: var(--navy); font-family:"Cormorant Garamond", serif; }
.band {
  padding: 80px 0; background: linear-gradient(180deg, rgba(22,37,66,.92), rgba(22,37,66,.96)), url('../images/fountain-entry.jpg') center/cover no-repeat;
  color:#1e1d1d;
}
.band h2, .band p { color:#fff; }
.projects-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.project-card img { height: 250px; width:100%; object-fit: cover; border-radius: 18px 18px 0 0; }
.project-card-body { padding: 24px; }
.project-meta { display:flex; gap:10px; flex-wrap:wrap; margin: 8px 0 14px; }
.badge { padding: 8px 12px; border-radius: 999px; background: #f8efde; color: #7a5b25; font-size: .82rem; font-weight: 700; }
.price-line { color: var(--muted); font-weight:600; margin-bottom: 18px; }
.amenities-wrap {
  position: relative; padding: 86px 0;
  background: linear-gradient(rgba(247,243,237,.82), rgba(247,243,237,.82)), url('../images/pool-sunset.jpg') center/cover no-repeat;
}
.amenities-grid { display:grid; grid-template-columns: repeat(4,1fr); gap:18px; margin-top: 34px; }
.amenity-card { padding: 20px 18px; text-align: center; }
.amenity-icon { width:56px; height:56px; border-radius: 50%; margin: 0 auto 14px; display:grid; place-items:center; background:#f8efde; color:#8c6630; font-size:1.4rem; }
.dual-banner { display:grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.banner-card {
  min-height: 320px; padding: 42px;  color:#fff; display:flex; flex-direction:column; justify-content:end;
  background-size: cover; background-position:center; position:relative; overflow:hidden;
}
.banner-card::before { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(10,16,29,.18), rgba(10,16,29,.7)); }
.banner-card > * { position:relative; z-index:1; color:#fff; }
.contact-section .grid-2 { align-items: stretch; }
.contact-card { padding: 34px; }
.contact-list a, .contact-list p { color: #4d5563; }
.form-grid { display:grid; grid-template-columns: 1fr 1fr; gap:14px; }
.input, textarea {
  width:100%; padding:14px 16px; border-radius:12px; border:1px solid rgba(22,37,66,.16); background:#fff; font: inherit;
}
textarea { min-height: 150px; resize: vertical; }
.map-frame { min-height: 100%; border:0; width:100%; border-radius: 18px; }
.footer {
  background: #0f1a30; color: rgba(255,255,255,.85); padding: 70px 0 26px;
}
.footer-grid { display:grid; grid-template-columns: 1.1fr .7fr .7fr 1fr; gap: 28px; }
.footer h4, .footer h3 { color: #fff; }
.footer a { color: rgba(255,255,255,.82); }
.footer a:hover { color: var(--gold-2); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); margin-top:30px; padding-top:18px; text-align:center; font-size:.95rem; }
.page-hero {
  min-height: 56vh; display:flex; align-items:end; padding: 180px 0 70px;
  background-size: cover; background-position:center; position:relative; color:#fff;
}
/* MD Section */
.md-message {
  background: linear-gradient(135deg, #fbf8f3 60%, #f1ebe3 100%);
  padding: 80px 0;
}

.md-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

/* Image */
.md-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* Content */
.md-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.md-quote {
  font-size: 1.2rem;
  font-style: italic;
  color: #8a6d3b;
  margin-bottom: 25px;
  border-left: 3px solid #c5a46d;
  padding-left: 15px;
}

/* Signature */
.md-sign {
  margin-top: 30px;
}

.md-sign h3 {
  margin: 0;
  font-size: 1.2rem;
}

.md-sign p {
  margin: 2px 0;
  font-weight: 500;
}

.md-sign span {
  font-size: 0.9rem;
  color: #777;
}

/* Responsive */
@media (max-width: 900px) {
  .md-grid {
    grid-template-columns: 1fr;
  }

  .md-title {
    font-size: 2.2rem;
  }
}
.page-hero::before { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(11,18,33,.45), rgba(11,18,33,.7)); }
.page-hero .container { position:relative; z-index:1; }
.page-hero h1, .page-hero p { color:#fff; }
.value-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:20px; }
.value-card { padding: 28px; }
.timeline { display:grid; gap:18px; }
.timeline-card { padding: 24px; }
.project-list { display:grid; grid-template-columns: repeat(2,1fr); gap: 26px; }
.project-large img { height: 340px; object-fit:cover; width:100%; border-radius: 18px 18px 0 0; }
.project-large .project-card-body { padding: 26px; }
.whatsapp-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%; background: #25d366; color:#fff;
  display:grid; place-items:center; font-size:1.7rem; box-shadow: 0 18px 32px rgba(37,211,102,.35);
}
@media (max-width: 1080px) {
  .grid-2, .dual-banner, .footer-grid, .project-list { grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: repeat(2,1fr); }
  .amenities-grid { grid-template-columns: repeat(2,1fr); }
  .stats { grid-template-columns: repeat(2,1fr); }
  .value-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
  .topbar { display:none; }
  .header { inset: 0 0 auto 0; }
  .mobile-toggle { display:block; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0; background: rgba(15,26,48,.98);
    flex-direction: column; align-items: flex-start; padding: 20px 4%; display:none;
  }
  .nav-links.show { display:flex; }
  .logo img { height: 56px; }
  .hero-content { padding-top: 80px; }
  .projects-grid, .value-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .section { padding: 72px 0; }
  .about-card, .contact-card { padding: 28px 20px; }
  .hero-actions, .stats { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .check-grid, .amenities-grid { grid-template-columns: 1fr; }
  .project-list { grid-template-columns: 1fr; }
  .image-stack { min-height: auto; }
  .image-stack img.main { min-height: 360px; }
  .image-float { width: 56%; right: 10px; }
}
