*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #0a0e1a;
  color: #f1f5f9;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ─────────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 36px; left: 0; right: 0;
  z-index: 100;
  height: 64px;
  background: rgba(10, 14, 26, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-logo {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
  flex-shrink: 0;
}

.nav-logo span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #64748b;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 32px;
  flex: 1;
}

.nav-links a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-links a:hover { color: #fff; }

.nav-cta {
  background: #d4a843;
  color: #0a0e1a;
  padding: 9px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.15s;
  letter-spacing: 0.01em;
}

.nav-cta:hover { background: #e8c060; transform: translateY(-1px); }

/* ── HERO ─────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('demophoto.png') center center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(8, 12, 24, 0.92) 0%,
    rgba(8, 16, 32, 0.80) 50%,
    rgba(8, 12, 24, 0.65) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 128px 28px 96px;
}

.eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #d4a843;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: clamp(52px, 8vw, 92px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -2.5px;
  color: #fff;
  margin-bottom: 28px;
}

.hero-sub {
  font-size: 18px;
  color: #cbd5e1;
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 44px;
}

.hero-sub strong { color: #fff; font-weight: 600; }

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-block;
  background: #d4a843;
  color: #0a0e1a;
  padding: 14px 30px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}

.btn-primary:hover { background: #e8c060; transform: translateY(-1px); }

.btn-ghost {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: #e2e8f0;
  padding: 14px 30px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.btn-ghost:hover { background: rgba(255,255,255,0.13); border-color: rgba(255,255,255,0.28); }

/* ── STATS BAR ───────────────────────────────────────────── */
.stats-bar {
  display: flex;
  justify-content: center;
  background: #0e1420;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.stat {
  flex: 1;
  max-width: 300px;
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.05);
}

.stat:last-child { border-right: none; }

.stat-val {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: -0.3px;
}

.stat-label {
  display: block;
  font-size: 11px;
  color: #4b5563;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

/* ── LAYOUT ──────────────────────────────────────────────── */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.section { padding: 96px 0; }
.section-alt { background: #0c1120; }

.section-header { margin-bottom: 52px; }

.section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #d4a843;
  margin-bottom: 12px;
}

.section h2,
.contact-box h2 {
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #fff;
  line-height: 1.1;
}

/* ── AMENITIES ───────────────────────────────────────────── */
.amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 14px;
}

.amenity-card {
  background: #111827;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 28px;
  transition: border-color 0.2s, transform 0.2s;
}

.amenity-card:hover {
  border-color: rgba(212,168,67,0.25);
  transform: translateY(-2px);
}

.amenity-icon { font-size: 26px; margin-bottom: 16px; }

.amenity-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: #f1f5f9;
  margin-bottom: 8px;
}

.amenity-card p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.65;
}

/* ── FLOOR PLANS ─────────────────────────────────────────── */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.plan-card {
  background: #111827;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: border-color 0.2s, transform 0.2s;
}

.plan-card:hover {
  border-color: rgba(255,255,255,0.12);
  transform: translateY(-3px);
}

.plan-featured { border-color: rgba(212,168,67,0.3); }
.plan-featured:hover { border-color: rgba(212,168,67,0.5); }

.plan-badge {
  position: absolute;
  top: 14px; right: 14px;
  background: #d4a843;
  color: #0a0e1a;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  z-index: 10;
}

/* Photo/diagram toggle */
.plan-media {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #0a0e1a;
}

.plan-media.showing-plan {
  background: #f5f0e8;
}

.plan-photo,
.plan-diagram {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.plan-photo { object-fit: cover; }

.plan-diagram {
  object-fit: contain;
  padding: 8px;
}

.plan-img-active {
  opacity: 1;
  pointer-events: auto;
}

.plan-tabs {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 8px;
  padding: 3px;
  gap: 2px;
  z-index: 5;
}

.plan-tab {
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.55);
  font-size: 11px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
  letter-spacing: 0.02em;
}

.plan-tab-active {
  background: rgba(255,255,255,0.18);
  color: #fff;
}

.plan-body { padding: 24px; }

.plan-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #4b5563;
  margin-bottom: 8px;
}

.plan-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

.plan-body p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.65;
  margin-bottom: 20px;
}

.plan-price {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 20px;
}

.plan-price strong {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
}

.btn-outline {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.12);
  color: #e2e8f0;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.btn-outline:hover { border-color: #d4a843; color: #d4a843; }

/* ── GALLERY ─────────────────────────────────────────────── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 260px 260px;
  gap: 10px;
  border-radius: 20px;
  overflow: hidden;
}

.gallery-item {
  background-size: cover;
  background-position: center;
  background-color: #111827;
  transition: transform 0.5s ease;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item:hover { transform: scale(1.03); }

.gallery-lg {
  grid-column: span 2;
  grid-row: span 2;
}

/* ── CONTACT ─────────────────────────────────────────────── */
.contact-box {
  background: linear-gradient(135deg, #0f1e38 0%, #111827 60%, #0a1628 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 72px;
  text-align: center;
}

.contact-sub {
  font-size: 16px;
  color: #64748b;
  max-width: 520px;
  margin: 16px auto 44px;
  line-height: 1.75;
}

.contact-details {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #64748b;
}

.contact-icon { font-size: 16px; }

/* ── FOOTER ──────────────────────────────────────────────── */
.footer {
  background: #060810;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 32px 0;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-logo {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.footer-copy {
  font-size: 12px;
  color: #374151;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .plans-grid { grid-template-columns: 1fr; }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px 200px;
  }
  .gallery-lg { grid-column: span 2; grid-row: span 1; }
  .contact-box { padding: 40px 24px; }
  .contact-details { flex-direction: column; align-items: center; gap: 12px; }
}

@media (max-width: 640px) {
  .nav-links { display: none; }
  .stats-bar { flex-wrap: wrap; }
  .stat { min-width: 50%; border-bottom: 1px solid rgba(255,255,255,0.05); }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 200px); }
  .gallery-lg { grid-column: span 1; }
  .hero h1 { letter-spacing: -1.5px; }
}
