/* ═══ HAVEN THEME ═════════════════════════════════════════
   Warm earth tones, organic rounded shapes, nature-inspired.
   ══════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap');

:root {
    --hv-primary: #1a56db;
    --hv-cream: #faf6f0;
    --hv-bark: #3d2c1e;
    --hv-sand: #d4c5a9;
    --hv-moss: #6b7c5e;
    --hv-stone: #8a7d6b;
    --hv-radius: 20px;
    --hv-radius-lg: 32px;
}

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

body {
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--hv-bark);
    line-height: 1.7;
    background: var(--hv-cream);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--hv-primary); text-decoration: none; }

/* ── Header (transparent-warm) ───────────────────────── */
.hv-header {
    position: absolute; top: 0; left: 0; right: 0; z-index: 100;
    padding: 20px 48px;
    display: flex; align-items: center; justify-content: space-between;
    background: transparent;
}
.hv-header .logo img { max-height: 44px; }
.hv-header .logo-text {
    color: #fff; font-size: 22px; font-weight: 800;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.hv-header nav a {
    color: rgba(255,255,255,0.85); margin-left: 28px;
    font-size: 14px; font-weight: 600;
}
.hv-header nav a:hover { color: #fff; }
.hv-prelaunch-banner {
    background: linear-gradient(90deg, #f5e6c8, #fce8d5);
    color: #7c4a1e; padding: 10px 20px;
    text-align: center; font-size: 13px; font-weight: 700;
    border-radius: 0 0 var(--hv-radius) var(--hv-radius);
}

/* ── Welcome Hero ────────────────────────────────────── */
.hv-welcome {
    position: relative; height: 90vh; min-height: 560px;
    background-size: cover; background-position: center;
    display: flex; align-items: center; justify-content: center;
    border-radius: 0 0 var(--hv-radius-lg) var(--hv-radius-lg);
    overflow: hidden;
}
.hv-welcome-overlay {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at center bottom, rgba(61,44,30,0.7), rgba(0,0,0,0.3));
}
.hv-welcome-content {
    position: relative; z-index: 2; text-align: center;
    color: #fff; max-width: 680px; padding: 40px;
}
.hv-welcome-content h1 {
    font-size: 48px; font-weight: 800; line-height: 1.15;
    margin-bottom: 16px;
}
.hv-welcome-content p { font-size: 18px; opacity: 0.9; margin-bottom: 24px; }
.hv-welcome-content .hv-rera { font-size: 12px; opacity: 0.7; margin-top: 8px; }
.hv-hero-cta {
    background: var(--hv-primary); color: #fff;
    padding: 14px 36px; border-radius: 50px; font-weight: 700;
    display: inline-block; font-size: 15px;
}

/* ── Section base ────────────────────────────────────── */
.hv-section {
    padding: 80px 48px; max-width: 1140px; margin: 0 auto;
}
.hv-section h2 {
    font-size: 32px; font-weight: 800; margin-bottom: 8px;
}
.hv-section .hv-sub {
    color: var(--hv-stone); margin-bottom: 36px; font-size: 15px;
}
.hv-section-warm { background: #f3ece1; }
.hv-section-moss { background: var(--hv-moss); color: #fff; }

/* ── Ethos ───────────────────────────────────────────── */
.hv-ethos-wrap {
    display: flex; gap: 48px; align-items: center;
}
.hv-ethos-text { flex: 1; }
.hv-ethos-text p { font-size: 16px; color: var(--hv-stone); margin-bottom: 16px; }
.hv-ethos-img { flex: 1; }
.hv-ethos-img img { border-radius: var(--hv-radius-lg); }

/* ── Comforts (organic cards) ────────────────────────── */
.hv-comforts-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.hv-comfort-card {
    background: #fff; border-radius: var(--hv-radius);
    padding: 28px; text-align: center;
    box-shadow: 0 4px 20px rgba(61,44,30,0.06);
    transition: transform 0.2s;
}
.hv-comfort-card:hover { transform: translateY(-4px); }
.hv-comfort-card img {
    width: 72px; height: 72px; object-fit: cover;
    border-radius: 50%; margin: 0 auto 14px;
    border: 3px solid var(--hv-sand);
}
.hv-comfort-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.hv-comfort-card p { font-size: 13px; color: var(--hv-stone); }

/* ── Snapshots (full-width gallery) ──────────────────── */
.hv-snapshots-strip {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.hv-snapshots-strip img {
    width: 100%; height: 260px; object-fit: cover;
    border-radius: var(--hv-radius);
}

/* ── Blur overlay (layout/blueprint/vicinity) ────────── */
.hv-blur-wrap { position: relative; cursor: pointer; border-radius: var(--hv-radius); overflow: hidden; }
.hv-blur-wrap img { -webkit-filter: blur(14px) !important; filter: blur(14px) !important; transform: scale(1.06) translateZ(0); width: 100%; }
.hv-blur-overlay {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    background: rgba(61,44,30,0.35);
}
.hv-blur-overlay span {
    background: var(--hv-primary); color: #fff;
    padding: 14px 32px; border-radius: 50px; font-weight: 700; font-size: 15px;
}

/* ── Lifestyle ───────────────────────────────────────── */
.hv-lifestyle-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
}
.hv-lifestyle-card {
    background: #fff; border-radius: var(--hv-radius);
    padding: 32px; box-shadow: 0 2px 16px rgba(61,44,30,0.05);
}
.hv-lifestyle-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.hv-lifestyle-card p { font-size: 14px; color: var(--hv-stone); }

/* ── Reach Out (lead form) ───────────────────────────── */
.hv-form-wrap {
    background: var(--hv-bark); color: #fff; border-radius: var(--hv-radius-lg);
    padding: 48px; max-width: 520px; margin: 0 auto;
}
.hv-form-wrap h3 { font-size: 22px; margin-bottom: 20px; font-weight: 700; }
.hv-form-wrap input, .hv-form-wrap textarea {
    width: 100%; padding: 12px 16px; margin-bottom: 14px;
    border: none; border-radius: 12px;
    background: rgba(255,255,255,0.1); color: #fff; font-size: 14px;
    font-family: "Nunito", sans-serif;
}
.hv-form-wrap input::placeholder, .hv-form-wrap textarea::placeholder { color: rgba(255,255,255,0.5); }
.hv-form-wrap button {
    background: var(--hv-primary); color: #fff; border: none;
    padding: 14px 36px; border-radius: 50px; font-weight: 700;
    font-size: 15px; cursor: pointer; width: 100%;
    font-family: "Nunito", sans-serif;
}

/* ── Bottom Drawer CTA ───────────────────────────────── */
.hv-drawer-cta {
    background: var(--hv-primary); color: #fff;
    padding: 20px 48px; border-radius: var(--hv-radius) var(--hv-radius) 0 0;
    display: flex; align-items: center; justify-content: space-between;
    margin-top: 40px;
}
.hv-drawer-cta h3 { font-size: 18px; font-weight: 700; }
.hv-drawer-cta a {
    background: #fff; color: var(--hv-primary);
    padding: 12px 28px; border-radius: 50px; font-weight: 700; font-size: 14px;
}

/* ── Footer (organic-wave) ───────────────────────────── */
.hv-footer {
    background: var(--hv-bark); color: var(--hv-sand);
    padding: 48px; border-radius: var(--hv-radius-lg) var(--hv-radius-lg) 0 0;
}
.hv-footer-inner {
    display: flex; justify-content: space-between; align-items: flex-start;
    max-width: 1140px; margin: 0 auto; gap: 40px;
}
.hv-footer h4 { color: #fff; margin-bottom: 12px; font-size: 16px; font-weight: 700; }
.hv-footer p, .hv-footer a { font-size: 13px; color: var(--hv-sand); }
.hv-footer-bottom {
    text-align: center; margin-top: 32px; padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.15); font-size: 12px;
}

/* ── Floating buttons ────────────────────────────────── */
.hv-floating { position: fixed; bottom: 24px; right: 24px; z-index: 200; display: flex; flex-direction: column; gap: 12px; }
.hv-float-btn {
    width: 54px; height: 54px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 22px; text-decoration: none;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}
.hv-float-phone { background: var(--hv-primary); }
.hv-float-whatsapp { background: #25d366; }

/* Hamburger in header */
.hv-header { display: flex; align-items: center; justify-content: space-between; }
.hv-header .hamburger-btn { position: static; background: none; border: none; color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.55); font-size: 24px; cursor: pointer; padding: 8px; line-height: 1; width: auto; height: auto; border-radius: 0; backdrop-filter: none; -webkit-backdrop-filter: none; box-shadow: none; }

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 768px) {
    .hv-welcome-content h1 { font-size: 30px; }
    .hv-section { padding: 48px 20px; }
    .hv-ethos-wrap { flex-direction: column; }
    .hv-comforts-grid,
    .hv-snapshots-strip { grid-template-columns: 1fr; }
    .hv-lifestyle-grid { grid-template-columns: 1fr; }
    .hv-footer-inner { flex-direction: column; }
    .hv-header { padding: 16px 20px; }
    .hv-drawer-cta { flex-direction: column; gap: 12px; text-align: center; padding: 20px; }
}

/* haven bespoke sections */
.hv-prose p{font-size:16px;line-height:1.85;margin-bottom:16px}
.hv-pods{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}
.hv-pod{background:#fff;border-radius:var(--hv-radius);padding:28px;box-shadow:0 4px 20px rgba(0,0,0,.06)}
.hv-pod h3{font-size:18px;margin-bottom:8px;color:var(--hv-primary)}
.hv-pod p{font-size:14px;color:#666;line-height:1.6}
.hv-cfgtable{width:100%;border-collapse:separate;border-spacing:0;max-width:800px;margin:0 auto;border-radius:var(--hv-radius);overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06)}
.hv-cfgtable th{background:var(--hv-primary);color:#fff;padding:16px;text-align:left;font-size:14px}
.hv-cfgtable td{padding:14px 16px;border-bottom:1px solid #eee;font-size:14px}
.hv-blur-wrap{position:relative;cursor:pointer;max-width:800px;margin:0 auto;border-radius:var(--hv-radius);overflow:hidden}
.hv-blur-wrap img{-webkit-filter: blur(14px) !important; filter: blur(14px) !important; transform: scale(1.06) translateZ(0);width:100%}
.hv-blur-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.25)}
.hv-blur-overlay span{background:var(--hv-primary);color:#fff;padding:14px 32px;border-radius:var(--hv-radius);font-weight:700}

/* mobile: pricing table scrolls inside its box instead of pushing the page */
@media(max-width:768px){.hv-cfgtable{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}
