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

:root {
  --clay:    #B85C38;
  --clay-lt: #D4845F;
  --clay-dk: #8C3D20;
  --cream:   #FAF7F2;
  --warm-wt: #FFFFFF;
  --sand:    #F0EAE0;
  --ink:     #1A1410;
  --ink-60:  #6B5D52;
  --ink-30:  #B8AD9E;
  --green:   #3E6B4A;
  --r:       6px;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--cream); color: var(--ink); font-size: 16px; line-height: 1.65; overflow-x: hidden; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: #fff; backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184,92,56,0.15);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw; height: 64px;
}
.nav-logo img { width: 240px; }
.nav-links { display: flex; gap: 24px; list-style: none; }
.nav-links a { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-60); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--clay); }
.nav-cta { background: var(--clay); color: #fff; border: none; cursor: pointer; padding: 9px 20px; border-radius: 2px; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; font-family: 'Inter', sans-serif; transition: background 0.2s; white-space: nowrap; text-decoration: none; }
.nav-cta:hover { background: var(--clay-dk); }

/* ── FULL-WIDTH HERO CAROUSEL ── */
.hero-wrap { position: relative; padding-top: 64px; }
.hero-carousel { position: relative; overflow: hidden; height: calc(100vh - 64px); min-height: 520px; }
.hc-track { display: flex; height: 100%; transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94); }
.hc-slide {
  flex: 0 0 100%; height: 100%;
  background-size: cover; background-position: center; position: relative;
  filter: brightness(1.08) saturate(1.12) contrast(1.03);
}
.hc-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(20,15,12,0.45) 0%, rgba(20,15,12,0.12) 35%, rgba(20,15,12,0.05) 60%, rgba(20,15,12,0.25) 100%);
}

/* Sticky info card overlay */
.hero-info-card {
  position: absolute; top: 50%; left: 5vw; transform: translateY(-50%);
  z-index: 30; width: 320px; max-width: 90vw;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(6px);
  border-radius: 8px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(20,15,12,0.25);
}

.main-hero-info{
  display: none;
  justify-content: center;
  padding: 50px 0px;
}

.hero-info-card-1 {
  position: relative;
  z-index: 30; width: 370px; max-width: 90vw;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(6px);
  border-radius: 8px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(20,15,12,0.25);
}
.hic-badge { background: var(--clay); color: #fff; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; text-align: center; padding: 9px; font-weight: 600; }
.hic-title { font-size: 1.35rem; font-weight: 800; letter-spacing: 0.03em; color: var(--ink); text-align: center; padding: 18px 20px 2px; }
.hic-dev { font-size: 0.78rem; color: var(--ink-60); text-align: center; font-weight: 500; }
.hic-loc { font-size: 0.74rem; color: var(--ink-30); text-align: center; margin-bottom: 14px; }
.hic-divider { height: 1px; background: repeating-linear-gradient(90deg, var(--clay-lt) 0 6px, transparent 6px 12px); margin: 0 20px; }
.hic-pill { background: var(--clay); color: #fff; font-size: 0.78rem; font-weight: 600; text-align: center; padding: 10px 14px; margin: 0 0; border-bottom: 1px solid rgba(255,255,255,0.18); }
.hic-pill:last-of-type { border-bottom: none; }
.hic-config { font-size: 0.85rem; color: var(--ink); text-align: center; padding: 16px 20px 4px; font-weight: 500; line-height: 1.4; }
.hic-price { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 700; color: var(--clay); text-align: center; padding-bottom: 16px; }
.hic-old-price {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ink-30);
  text-decoration: line-through;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.hic-price span { font-family: 'Inter', sans-serif; font-size: 0.7rem; font-weight: 500; color: var(--ink-60); text-transform: uppercase; letter-spacing: 0.08em; margin-left: 4px; }
.hic-cta { display: block; width: calc(100% - 32px); margin: 0 16px 16px; padding: 13px; background: var(--clay); color: #fff; border: none; border-radius: 30px; cursor: pointer; font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.04em; transition: background 0.2s; text-align: center; text-decoration: none; }
.hic-cta:hover { background: var(--clay-dk); }

/* Carousel nav */
.hc-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.85); border: 1px solid rgba(0,0,0,0.06); color: var(--ink); font-size: 1.1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 25; transition: background 0.2s; box-shadow: 0 4px 14px rgba(0,0,0,0.12); }
.hc-btn:hover { background: var(--clay); color: #fff; }
.hc-prev { left: 16px; }
.hc-next { right: 16px; }
.hc-dots { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 25; }
.hc-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer; transition: background 0.2s, transform 0.2s; border: none; box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.hc-dot.active { background: var(--clay); transform: scale(1.35); }

/* ── ENQUIRY FORM STRIP ── */
.form-strip { background: var(--warm-wt); padding: 64px 5vw; border-bottom: 1px solid var(--sand); }
.form-strip-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; max-width: 1280px; margin: 0 auto; }
.fs-right { display: flex; justify-content: center; }
.form-card { width: 100%; max-width: 460px; background: var(--cream); border-radius: 10px; padding: 32px; border: 1px solid var(--sand); }
.form-card h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.9rem; font-weight: 400; color: var(--ink); margin-bottom: 6px; }
.form-card p { font-size: 0.8rem; color: var(--ink-60); margin-bottom: 22px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-60); margin-bottom: 5px; font-weight: 500; }
.form-group input, .form-group select { width: 100%; padding: 11px 14px; border: 1.5px solid var(--sand); border-radius: var(--r); font-family: 'Inter', sans-serif; font-size: 0.9rem; color: var(--ink); background: var(--warm-wt); outline: none; transition: border-color 0.2s; -webkit-appearance: none; }
.form-group input::placeholder { color: var(--ink-30); }
.form-group input:focus, .form-group select:focus { border-color: var(--clay); }
.bhk-group { display: flex; gap: 8px; margin-bottom: 14px; }
.bhk-btn { flex: 1; padding: 10px 6px; border: 1.5px solid var(--sand); border-radius: var(--r); background: var(--warm-wt); font-size: 0.8rem; font-weight: 500; color: var(--ink-60); cursor: pointer; transition: all 0.2s; font-family: 'Inter', sans-serif; }
.bhk-btn.active, .bhk-btn:hover { border-color: var(--clay); background: var(--clay); color: #fff; }
.form-submit { width: 100%; padding: 13px; background: var(--clay); color: #fff; border: none; cursor: pointer; border-radius: var(--r); font-family: 'Inter', sans-serif; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; transition: background 0.2s; margin-top: 4px; }
.form-submit:hover { background: var(--clay-dk); }
.form-footer { font-size: 0.65rem; color: var(--ink-30); text-align: center; margin-top: 10px; }
.form-trust-row { display: flex; justify-content: space-between; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--sand); font-size: 0.65rem; color: var(--ink-60); }
.success-msg { display: none; text-align: center; padding: 32px 16px; }
.success-msg .check { font-size: 2.5rem; margin-bottom: 12px; }
.success-msg h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; color: var(--green); margin-bottom: 8px; }
.success-msg p { font-size: 0.82rem; color: var(--ink-60); }

/* ── STATS STRIP ── */
.stats-strip { background: var(--cream); display: flex; overflow-x: auto; scrollbar-width: none; border-bottom: 1px solid var(--sand); }
.stats-strip::-webkit-scrollbar { display: none; }
.stat-item { flex: 1; min-width: 160px; padding: 22px 28px; border-right: 1px solid var(--sand); display: flex; flex-direction: column; gap: 4px; }
.sn { font-family: 'Cormorant Garamond', serif; font-size: 1.9rem; font-weight: 600; color: var(--clay); line-height: 1; }
.sl { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-60); }

/* ── SECTIONS COMMON ── */
section { padding: 80px 30px; }
.section-eyebrow { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--clay); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.section-eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--clay); display: block; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 400; line-height: 1.15; color: var(--ink); margin-bottom: 14px; }
.section-title em { color: var(--clay); font-style: italic; }
.section-body { font-size: 0.88rem; color: var(--ink-60); line-height: 1.75; max-width: 520px; margin-bottom: 40px; }
.clay-btn { background: var(--clay); color: #fff; border: none; cursor: pointer; padding: 13px 26px; font-family: 'Inter', sans-serif; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; transition: background 0.2s; border-radius: 2px; text-decoration: none; display: inline-block; text-align: center;}
.clay-btn:hover { background: var(--clay-dk); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ── VIDEO SECTION ── */
.video-section { background: var(--warm-wt); text-align: center; }
.vs-header { margin: 0 auto 32px; }
.vs-header .section-title { margin-bottom: 0; }
.video-frame { position: relative; padding-bottom: 500px; border-radius: 10px; overflow: hidden; background: var(--ink); max-width: 1400px; margin: 0 auto; box-shadow: 0 20px 60px rgba(20,15,12,0.12); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.mini-gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 28px; max-width: 1000px; margin-left: auto; margin-right: auto; }
.mg-item { height: 110px; background-size: cover; background-position: center; position: relative; overflow: hidden; cursor: pointer; border-radius: 6px; }
.mg-item::after { content: ''; position: absolute; inset: 0; background: rgba(26,20,16,0.32); transition: background 0.2s; }
.mg-item:hover::after { background: rgba(26,20,16,0.05); }
.mg-item span { position: absolute; bottom: 8px; left: 10px; z-index: 2; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.9); font-weight: 600; }

/* ═══════════════════════════════════════
   SECTION 2 — MEDIA (VIDEO + GALLERY)
═══════════════════════════════════════ */
.media-section { background: var(--cream); padding: 72px 5vw 60px; }
.media-section .section-eyebrow { color: var(--clay-lt); }
.media-section .section-eyebrow::before { background: var(--clay-lt); }
.media-section .section-title { color: #fff; }
.media-section .section-title em { color: var(--clay-lt); }

.media-cta-bar {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 20px; flex-wrap: wrap; margin-bottom: 40px;
}
.media-cta-bar .nav-cta { background: var(--clay); }
.media-cta-bar .section-title { margin-bottom: 0; }

/* Gallery label */
.gallery-label {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px;
}
.gallery-count { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(255,255,255,0.3); }

/* Desktop gallery grid */
.gal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 220px 220px;
  gap: 3px;
}
.gal-item {
  position: relative; overflow: hidden; cursor: pointer; background: #2a1f18;
}
.gal-item.gal-big { grid-column: span 2; grid-row: span 2; }
.gal-item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
  filter: brightness(0.82);
}
.gal-item:hover img { transform: scale(1.05); filter: brightness(1); }
.gal-tag {
  position: absolute; bottom: 12px; left: 14px;
  font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.8); background: rgba(26,20,16,0.6);
  padding: 3px 8px; border-radius: 2px; backdrop-filter: blur(4px);
  opacity: 0; transition: opacity 0.3s;
}
.gal-item:hover .gal-tag { opacity: 1; }

/* Mobile gallery carousel */
.gal-carousel { display: none; position: relative; margin-top: 16px; overflow: hidden; }
.gal-track { display: flex; transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94); }
.gal-slide { flex: 0 0 100%; position: relative; }
.gal-slide img { width: 100%; height: 260px; object-fit: cover; display: block; filter: brightness(0.9); }
.gal-slide .gal-tag { opacity: 1; }

@media (max-width: 900px) {
  .gal-grid { display: none; }
  .nav-links{display: none;}
  .gal-carousel { display: block; }
  .video-frame { max-width: 100%; }
}
@media (max-width: 600px) {
  .media-cta-bar { flex-direction: column; align-items: flex-start; }
}

/* ── UNITS (minimal, lead-driven) ── */
.units { background: var(--warm-wt); }
.units-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ucard { background: var(--warm-wt); border-radius: 8px; overflow: hidden; border: 1px solid var(--sand); box-shadow: 0 4px 16px rgba(20,15,12,0.04); display: flex; flex-direction: column; }
.ucard-head { background: var(--cream); padding: 22px 26px; display: flex; justify-content: space-between; align-items: flex-start; }
.utag { display: inline-block; background: var(--clay); color: #fff; font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.14em; padding: 4px 11px; margin-bottom: 8px; border-radius: 2px; }
.utype { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 400; color: var(--clay); line-height: 1; }
.uprice { text-align: right; color: var(--clay);}
.ufrom { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--clay); margin-bottom: 4px; }
.uamt { font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; font-weight: 600; color: var(--clay); }
.ucard-img-wrap { width: 100%; aspect-ratio: 4/3; overflow: hidden; background: var(--sand); height: 450px;}
.ucard-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; filter: blur(4px); }
.usqft { text-align: center; padding: 14px 16px; font-size: 0.85rem; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--sand); }
.ucta { display: block; text-align: center; padding: 16px; background: var(--clay); color: #fff; text-decoration: none; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 700; transition: background 0.2s; margin-top: auto; }
.ucta:hover { background: var(--clay-dk); }

/* Master plan — gallery style with download overlay */
.master-plan { display: flex; flex-direction: column; }
.mp-desc { font-size: 0.85rem; color: var(--ink-60); line-height: 1.6; margin-bottom: 16px; }
.mp-img-wrap { position: relative; border-radius: 10px; overflow: hidden; flex: 1; box-shadow: 0 12px 40px rgba(20,15,12,0.1); }
.mp-img-wrap img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; display: block; }
.mp-cta-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; background: linear-gradient(transparent, rgba(20,15,12,0.55)); display: flex; justify-content: center; }

/* ── AMENITIES TABS ── */
.amenities { background: var(--cream); }
.am-tabs { display: flex; gap: 4px; margin: 32px 0 0; flex-wrap: wrap; }
.am-tab { padding: 11px 20px; background: var(--warm-wt); border: 1.5px solid var(--sand); border-radius: var(--r); font-family: 'Inter', sans-serif; font-size: 0.78rem; font-weight: 500; color: var(--ink-60); cursor: pointer; transition: all 0.2s; white-space: nowrap; }
.am-tab.active, .am-tab:hover { background: var(--clay); border-color: var(--clay); color: #fff; }
.am-panels { margin-top: 20px; }
.am-panel { display: none; }
.am-panel.active { display: block; }
.am-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.am-card { background: var(--warm-wt); border-radius: 8px; padding: 20px 16px; text-align: center; border: 1px solid var(--sand); transition: all 0.2s; }
.am-card:hover { border-color: var(--clay); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(184,92,56,0.1); }
.am-icon { font-size: 1.6rem; margin-bottom: 8px; }
.am-name { font-size: 0.75rem; color: var(--ink-60); line-height: 1.3; font-weight: 500; }

/* Mobile amenity carousel — hidden on desktop */
.am-carousel { display: none; margin-top: 24px; position: relative; overflow: hidden; }
.am-c-track { display: flex; transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94); }
.am-c-slide { flex: 0 0 100%; background: var(--warm-wt); border-radius: 8px; padding: 28px 24px; border: 1px solid var(--sand); }
.am-c-head { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 500; color: var(--ink); margin-bottom: 14px; }
.am-c-list { font-size: 0.83rem; color: var(--ink-60); line-height: 2; }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; background: rgba(26,20,16,0.08); border: 1px solid var(--sand); color: var(--ink); font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 10; transition: background 0.2s; }
.carousel-btn:hover { background: var(--clay); color: #fff; border-color: var(--clay); }
.carousel-btn.prev { left: -16px; }
.carousel-btn.next { right: -16px; }
.carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.c-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ink-30); cursor: pointer; transition: background 0.2s, transform 0.2s; border: none; }
.c-dot.active { background: var(--clay); transform: scale(1.3); }

/* ── LOCATION ── */
.location { background: var(--warm-wt); }
.location-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; margin-top: 40px; }
.loc-cat-title { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--clay); margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--sand); font-weight: 600; }
.loc-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid rgba(240,234,224,0.6); font-size: 0.82rem; }
.ld { color: var(--clay); font-weight: 600; font-size: 0.78rem; white-space: nowrap; margin-left: 8px; }
.loc-cta-box { background: var(--ink); padding: 28px; border-radius: 6px; }
.loc-cta-box h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: #fff; margin-bottom: 10px; }
.loc-cta-box p { font-size: 0.78rem; color: rgba(255,255,255,0.5); line-height: 1.6; }
.wa-btn { background: #25D366; color: #fff; text-decoration: none; padding: 11px 16px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; transition: opacity 0.2s; }
.wa-btn:hover { opacity: 0.88; }

/* ── DEVELOPER ── */
/* ── ABOUT MAHINDRA LIFESPACES ── */
.about-mahindra { background: var(--warm-wt); text-align: center; }
.am-text { max-width: 980px; margin: 24px auto 0; font-size: 0.92rem; color: var(--ink-60); line-height: 1.9; }

/* ── FINAL CTA ── */
.final-cta { background: linear-gradient(179deg, #B85C38 50%, #FFFFFF 100%);; padding: 50px 30px; display: flex; justify-content: center; }
.final-form-card { max-width: 1400px; width: 100%; }
/* Final CTA — white card, image left / form right */
.final-form-card {
  background: var(--warm-wt); border-radius: 12px; overflow: hidden;
  display: grid; grid-template-columns: 2fr 550px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  min-height: 380px;
}
.ffc-img { background-size: cover; background-position: center; min-height: 260px; }
.ffc-form-side { padding: 36px; display: flex; flex-direction: column; justify-content: center; }
.ffc-form-side h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 600; color: var(--clay); margin-bottom: 18px; }
.icon-input { position: relative; }
.icon-input .input-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); font-size: 0.95rem; opacity: 0.6; }
.icon-input input { padding-left: 36px !important; }
.consent-row { display: flex; align-items: flex-start; gap: 8px; margin: 12px 0 18px; cursor: pointer; }
.consent-row input { margin-top: 3px; flex-shrink: 0; accent-color: var(--clay); }
.consent-row span { font-size: 0.7rem; color: var(--ink-60); line-height: 1.5; }
.consent-row a { color: var(--clay); text-decoration: underline; }
.ffc-submit {
  width: 100%; padding: 14px; background: var(--clay); color: #fff; border: 2px solid var(--clay-lt);
  border-radius: 30px; cursor: pointer; font-family: 'Inter', sans-serif; font-size: 0.9rem;
  font-weight: 700; letter-spacing: 0.04em; transition: background 0.2s;
}
.ffc-submit:hover { background: var(--clay-dk); }

/* ── FOOTER ── */
footer { background: #0E0A08; padding: 0; font-size: 0.72rem; color: rgba(255,255,255,0.25); line-height: 1.7; }
.footer-brand { background: var(--sand); padding: 36px 5vw; text-align: center; }
.fb-logo { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 1.5rem; color: var(--clay-dk); letter-spacing: 0.02em; text-transform: lowercase; margin-bottom: 20px; }
.fb-logo span { display: block; font-size: 1.6rem; letter-spacing: 0.15em; color: var(--clay); text-transform: uppercase; font-weight: 700; }
.fb-qrs { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.qr-box { width: 90px; height: 90px; background: var(--warm-wt); border: 1px solid var(--ink-30); border-radius: 4px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.qr-box img { width: 100%; height: 100%; object-fit: contain; }
.fb-rera-label { font-size: 0.75rem; color: var(--ink-60); margin-bottom: 6px; }
.fb-rera { font-size: 0.72rem; color: var(--ink); font-weight: 600; }
.footer-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding: 40px 5vw; }
.footer-copy { text-align: center; padding: 15px; border-top: 1px solid rgba(255,255,255,0.06); font-size: 0.7rem; color: white; }
.footer-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; }

/* ── WHATSAPP + PHONE BAR ── */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 300; background: #25D366; color: #fff; width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(0,0,0,0.2); text-decoration: none; transition: transform 0.2s; }
.wa-float:hover { transform: scale(1.08); }
.phone-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 150; background: var(--clay); color: #fff; padding: 15px 20px; text-align: center; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .units-layout { grid-template-columns: 1fr; gap: 24px; }
  .mp-img-wrap img { min-height: 280px; }
  .location-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .hero-carousel { height: 50vh; min-height: 460px; }
  .hero-info-card { left: 50%; transform: translate(-50%, -50%); width: 88vw; max-width: 340px; }
  .form-strip-inner { grid-template-columns: 1fr; gap: 32px; }
  .fs-right { justify-content: stretch; }
  .video-section { grid-template-columns: 1fr; gap: 32px; }
  .mini-gallery { grid-template-columns: repeat(2,1fr); }
  .dev-layout { grid-template-columns: 1fr; }
  
  .location-grid { grid-template-columns: 1fr; }
  section { padding: 60px 5vw; }
  .phone-bar { display: block; }
  .wa-float { bottom: 76px; }
  /* Show mobile carousel, hide desktop tab panels */
  .am-panels { display: none; }
  .am-tabs { display: none; }
  .am-carousel { display: block; }
}
@media (max-width: 600px) {
  .nav-logo img { width: 180px; }
  .am-grid { grid-template-columns: repeat(2,1fr); }
  .dev-stats { grid-template-columns: 1fr 1fr; }
  .stats-strip .stat-item { min-width: 130px; }
  .form-card { max-width: 100%; padding: 24px; }
  .final-form-card { grid-template-columns: 1fr; }
  .ffc-form-side { padding: 24px; }
  .hero-info-card { width: 92vw; }
  .hic-title { font-size: 1.15rem; }
  .main-hero-info{
    display: flex;
  }
  .hero-info-card{
    display: none;
  }
  .units-grid-3{display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;}
}

/* ── POPUP ENQUIRY MODAL ── */
.popup-overlay {
  display: none; position: fixed; inset: 0; z-index: 1000;
  background: rgba(20,15,12,0.6); backdrop-filter: blur(4px);
  align-items: center; justify-content: center; padding: 20px;
}
.popup-overlay.active { display: flex; }
.popup-box {
  position: relative; background: var(--warm-wt); border-radius: 12px; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr; max-width: 760px; width: 100%;
  box-shadow: 0 24px 70px rgba(0,0,0,0.35);
}
.popup-close {
  position: absolute; top: 12px; right: 12px; z-index: 5;
  width: 32px; height: 32px; border-radius: 50%; border: none;
  background: rgba(20,15,12,0.5); color: #fff; font-size: 0.9rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: background 0.2s;
}
.popup-close:hover { background: var(--clay); }
.popup-img { position: relative; background-size: cover; background-position: center; min-height: 320px; }
.popup-img-overlay {
  position: absolute; inset: 0; padding: 28px;
  background: linear-gradient(160deg, rgba(20,15,12,0.55) 0%, rgba(20,15,12,0.15) 50%, rgba(20,15,12,0.65) 100%);
  display: flex; flex-direction: column; justify-content: flex-end; color: #fff;
}
.popup-badge { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.18em; color: rgba(255,255,255,0.75); margin-bottom: 10px; }
.popup-title { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 300; line-height: 1.1; margin-bottom: 10px; }
.popup-title em { color: var(--clay-lt); font-style: italic; }
.popup-price { display: inline-block; background: var(--clay); padding: 8px 14px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; border-radius: 4px; width: fit-content; }
.popup-form-side { padding: 32px; }
.popup-form-side h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 500; color: var(--clay); margin-bottom: 4px; }
.popup-form-side > p { font-size: 0.82rem; color: var(--ink-60); margin-bottom: 18px; }
.popup-divider { display: flex; align-items: center; text-align: center; margin: 14px 0; font-size: 0.7rem; color: var(--ink-30); text-transform: uppercase; letter-spacing: 0.1em; }
.popup-divider::before, .popup-divider::after { content: ''; flex: 1; height: 1px; background: var(--sand); }
.popup-divider span { padding: 0 10px; }
.popup-wa-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #25D366; color: #fff; text-decoration: none; padding: 12px;
  border-radius: var(--r); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  transition: opacity 0.2s;
}
.popup-wa-btn:hover { opacity: 0.9; }
#success-msg-popup { display: none; }

@media (max-width: 700px) {
  .popup-box { grid-template-columns: 1fr; max-height: 92vh; overflow-y: auto; }
  .popup-img { min-height: 180px; }
}
