/* ═══════════════════════════════════════════════════════════════════
   NAGARI GUNTHA · Real estate home page
   Style:   Modern minimal premium (EverGreen reference)
   Base:    Pure white #FFFFFF
   Colors:  Logo blue · vibrant green · orange · charcoal
   Type:    Poppins (sole font family)
   ═══════════════════════════════════════════════════════════════════ */

:root {
    /* ── Base ── */
    --c-white:        #FFFFFF;
    --c-off-white:    #FAFAFA;
    --c-cream-soft:   #F5F5F5;
    --c-border:       #E5E5E5;
    --c-border-light: #F0F0F0;

    /* ── Text ── */
    --c-ink:          #1A1A1A;
    --c-ink-soft:     #4A4A4A;
    --c-ink-mute:     #757575;

    /* ── Logo palette (brand) ── */
    --c-blue:         #1B5BA8;   /* logo blue */
    --c-blue-deep:    #0E3F7A;
    --c-blue-soft:    #E8F0FA;

    --c-green:        #4CAF50;   /* logo green */
    --c-green-deep:   #2E7D32;
    --c-green-vibrant:#50C878;   /* sign-up button */
    --c-green-soft:   #E8F7E9;

    --c-orange:       #FF8C42;   /* logo orange */
    --c-orange-deep:  #E67529;
    --c-orange-soft:  #FFEFE2;

    /* ── Shape ── */
    --r-sm: 10px;
    --r-md: 18px;
    --r-lg: 28px;
    --r-pill: 50px;

    /* ── Shadow ── */
    --sh-sm:    0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
    --sh-md:    0 8px 24px -8px rgba(0,0,0,0.12), 0 2px 6px -2px rgba(0,0,0,0.06);
    --sh-lg:    0 24px 50px -16px rgba(0,0,0,0.18), 0 8px 20px -6px rgba(0,0,0,0.08);
    --sh-glass: 0 8px 32px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);

    --container: 1280px;
}

/* ═══════════════════════ RESET ═══════════════════════ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    background: var(--c-white);
    color: var(--c-ink);
    font-family: 'Poppins', system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; border: none; background: none; }
ul { padding: 0; margin: 0; list-style: none; }
address { font-style: normal; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }

/* ═══════════════════════ TYPOGRAPHY ═══════════════════════ */
.display-1 {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: var(--c-ink);
    margin: 0;
}
.display-2 {
    font-size: clamp(2rem, 3.4vw, 2.8rem);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.022em;
    color: var(--c-ink);
    margin: 0 0 0.3em;
}
.display-3 {
    font-size: clamp(1.6rem, 2.4vw, 2rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.018em;
    color: var(--c-ink);
    margin: 0 0 0.5em;
}
.section-sub {
    font-size: 0.95rem;
    color: var(--c-ink-mute);
    line-height: 1.6;
    margin: 0;
    max-width: 56ch;
}

/* ═══════════════════════ BUTTONS ═══════════════════════ */
.btn-pill-dark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: var(--c-ink);
    color: var(--c-white);
    border-radius: var(--r-pill);
    font-size: 0.92rem;
    font-weight: 500;
    transition: background 0.25s, transform 0.18s, box-shadow 0.2s;
    border: none;
    line-height: 1;
}
.btn-pill-dark:hover {
    background: var(--c-blue);
    color: var(--c-white);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px -6px rgba(27,91,168,0.35);
}
.btn-pill-dark svg { transition: transform 0.2s; }
.btn-pill-dark:hover svg { transform: translateX(3px); }
.btn-pill-lg { padding: 14px 26px; font-size: 0.98rem; }
.btn-pill-xl { padding: 16px 32px; font-size: 1.02rem; }

.btn-pill-outline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    background: transparent;
    color: var(--c-ink);
    border: 1px solid var(--c-border);
    border-radius: var(--r-pill);
    font-size: 0.88rem;
    font-weight: 500;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.btn-pill-outline:hover {
    background: var(--c-ink);
    color: var(--c-white);
    border-color: var(--c-ink);
}

.btn-signup {
    padding: 10px 22px;
    background: var(--c-green-vibrant);
    color: var(--c-white);
    border-radius: var(--r-pill);
    font-size: 0.92rem;
    font-weight: 600;
    transition: background 0.25s, transform 0.18s, box-shadow 0.2s;
}
.btn-signup:hover {
    background: var(--c-green-deep);
    color: var(--c-white);
    transform: translateY(-1px);
    box-shadow: 0 10px 22px -6px rgba(76,175,80,0.45);
}

/* ═══════════════════════ TOP BANNER ═══════════════════════ */
.top-banner {
    background: var(--c-ink);
    color: var(--c-white);
    font-size: 0.82rem;
    padding: 8px 0;
}
.tb-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.tb-left, .tb-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.top-banner a {
    color: rgba(255,255,255,0.85);
    transition: color 0.2s;
}
.top-banner a:hover { color: var(--c-orange); }
.top-banner .sep { opacity: 0.35; }
.tb-state-abbr { display: none; }
@media (max-width: 450px) {
    .tb-state-full { display: none; }
    .tb-state-abbr { display: inline; }
}
.badge-zero {
    background: var(--c-green-vibrant);
    color: var(--c-white);
    padding: 3px 10px;
    border-radius: var(--r-pill);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* ═══════════════════════ FLOATING GLASS HEADER ═══════════════════════ */
.floating-header {
    position: fixed;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: calc(100% - 48px);
    max-width: calc(var(--container) - 40px);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: var(--r-pill);
    box-shadow: var(--sh-glass);
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: top 0.3s ease;
}
.fh-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 10px 14px 10px 24px;
}
.fh-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.fh-logo img { height: 42px; width: auto; }

.fh-nav {
    display: flex;
    gap: 2px;
    justify-content: center;
    align-items: center;
}
.fh-nav a {
    padding: 8px 13px;
    border-radius: var(--r-pill);
    color: var(--c-ink);
    font-size: 0.88rem;
    font-weight: 500;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
}
.fh-nav a:hover { background: rgba(0,0,0,0.05); }
.fh-nav .fh-nav-link.active {
    background: var(--c-white);
    box-shadow: var(--sh-sm);
    font-weight: 600;
}

.fh-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.fh-icon-btn {
    position: relative;
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--c-ink);
    transition: background 0.2s, color 0.2s;
}
.fh-icon-btn:hover { background: rgba(0,0,0,0.05); color: var(--c-orange); }
.fh-compare {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 14px;
    border-radius: var(--r-pill);
    border: 1px solid var(--c-border);
    color: var(--c-ink);
    font-size: 0.86rem;
    font-weight: 500;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.fh-compare:hover { background: var(--c-ink); color: #fff; border-color: var(--c-ink); }
.fh-badge {
    position: absolute;
    top: -4px; right: -4px;
    min-width: 17px; height: 17px;
    padding: 0 4px;
    border-radius: 9px;
    background: var(--c-orange);
    color: #fff;
    font-size: 0.66rem;
    font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    line-height: 1;
}
.fh-badge-cmp { background: var(--c-blue); }
.fh-compare .fh-badge-cmp { position: static; margin-left: 2px; }

/* Hamburger (hidden on desktop) */
.fh-burger {
    display: none;
    width: 42px; height: 42px;
    border-radius: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: rgba(0,0,0,0.04);
}
.fh-burger span {
    width: 18px; height: 2px;
    background: var(--c-ink);
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.2s;
}
.fh-burger.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.fh-burger.active span:nth-child(2) { opacity: 0; }
.fh-burger.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile menu drawer */
.mobile-menu {
    position: fixed;
    top: 0; right: 0;
    width: min(86vw, 360px);
    height: 100dvh;
    background: var(--c-white);
    z-index: 200;
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(.2,.7,.2,1);
    padding: 20px 26px 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: -20px 0 50px rgba(0,0,0,0.16);
    overflow-y: auto;
}
.mobile-menu.open { transform: translateX(0); }
.mm-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--c-border-light);
}
.mm-logo { height: 40px; width: auto; }
.mm-close {
    width: 42px; height: 42px;
    border-radius: 50%;
    background: var(--c-cream-soft);
    color: var(--c-ink);
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s, color 0.2s, transform 0.15s;
}
.mm-close:hover { background: var(--c-ink); color: #fff; transform: rotate(90deg); }
.mm-nav { display: flex; flex-direction: column; }
.mm-nav a {
    padding: 13px 4px;
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--c-ink);
    border-bottom: 1px solid var(--c-border-light);
    transition: color 0.2s, padding-left 0.2s;
}
.mm-nav a:hover, .mm-nav a.active { color: var(--c-blue); padding-left: 8px; }
.mm-actions { display: flex; flex-direction: column; gap: 8px; margin: 18px 0; }
.mm-action {
    display: flex; align-items: center; gap: 12px;
    padding: 13px 16px;
    border: 1px solid var(--c-border);
    border-radius: var(--r-md);
    font-size: 0.96rem;
    font-weight: 500;
    color: var(--c-ink);
    transition: background 0.2s;
}
.mm-action:hover { background: var(--c-cream-soft); }
.mm-action svg { color: var(--c-blue); }
.mm-badge {
    margin-left: auto;
    min-width: 22px; height: 22px;
    padding: 0 6px;
    border-radius: 11px;
    background: var(--c-cream-soft);
    color: var(--c-ink);
    font-size: 0.78rem;
    font-weight: 700;
    display: flex; align-items: center; justify-content: center;
}
.mm-signup { margin-top: auto; text-align: center; justify-content: center; }
.mobile-menu-scrim {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(2px);
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.mobile-menu-scrim.show { opacity: 1; visibility: visible; }

/* Property card action buttons (favourite + compare) */
.pc-actions {
    position: absolute;
    top: 12px; right: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 3;
}
.pc-act {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,0.94);
    color: var(--c-ink);
    display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    transition: background 0.2s, color 0.2s, transform 0.15s;
}
.pc-act:hover { transform: scale(1.1); }
.pc-fav:hover { color: var(--c-orange); }
.pc-fav.active { background: var(--c-orange); color: #fff; }
.pc-fav.active svg { fill: currentColor; }
.pc-cmp:hover { color: var(--c-blue); }
.pc-cmp.active { background: var(--c-blue); color: #fff; }

/* ═══════════════════════ HERO (FULL-BLEED) ═══════════════════════ */
.hero {
    position: relative;
    min-height: 700px;
    padding: 200px 0 60px;
    overflow: hidden;
    color: var(--c-white);
}
.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.55) 100%);
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
}

.hero-chips {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.hero-chip {
    padding: 8px 22px;
    background: rgba(255,255,255,0.95);
    color: var(--c-ink);
    border-radius: var(--r-pill);
    font-size: 0.86rem;
    font-weight: 500;
    transition: background 0.25s, transform 0.18s;
    backdrop-filter: blur(8px);
}
.hero-chip:hover {
    background: var(--c-white);
    color: var(--c-blue);
    transform: translateY(-2px);
}

.hero-headline-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    align-items: end;
    margin-bottom: 60px;
}
.hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.6rem, 5.4vw, 4.8rem);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: var(--c-white);
    margin: 0;
    text-shadow: 0 2px 30px rgba(0,0,0,0.3);
}
.hero-sub {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin: 0 0 8px;
    max-width: 36ch;
}
.hero-sub strong { color: var(--c-white); font-weight: 600; }

/* ── Filter card (bottom of hero) ── */
.hero-filter {
    background: var(--c-white);
    border-radius: var(--r-md);
    padding: 26px 28px;
    box-shadow: var(--sh-lg);
    color: var(--c-ink);
}
.hf-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--c-ink);
    margin: 0 0 22px;
    letter-spacing: -0.01em;
}
.hf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 22px;
}
.hf-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hf-field > span {
    font-size: 0.82rem;
    color: var(--c-ink-soft);
    font-weight: 500;
}
.hf-field select {
    appearance: none;
    -webkit-appearance: none;
    padding: 13px 38px 13px 16px;
    background: var(--c-white);
    border: 1px solid var(--c-border);
    border-radius: var(--r-pill);
    font-family: 'Poppins', sans-serif;
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--c-ink);
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'><path d='M1 1l5 5 5-5' stroke='%231A1A1A' stroke-width='1.5' stroke-linecap='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
}
.hf-field select:focus {
    outline: none;
    border-color: var(--c-ink);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.06);
}

.hf-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.hf-filter-pills {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.hf-filter-label {
    font-size: 0.82rem;
    color: var(--c-ink-soft);
    font-weight: 500;
    margin-right: 4px;
}
.hf-pill {
    padding: 7px 16px;
    background: transparent;
    color: var(--c-ink);
    border: 1px solid var(--c-border);
    border-radius: var(--r-pill);
    font-size: 0.82rem;
    font-weight: 500;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.hf-pill:hover, .hf-pill.active {
    background: var(--c-ink);
    color: var(--c-white);
    border-color: var(--c-ink);
}
.hf-search {
    padding: 12px 28px;
    background: var(--c-ink);
    color: var(--c-white);
    border-radius: var(--r-pill);
    font-size: 0.92rem;
    font-weight: 500;
    transition: background 0.25s, transform 0.18s, box-shadow 0.2s;
}
.hf-search:hover {
    background: var(--c-blue);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px -6px rgba(27,91,168,0.4);
}

/* ═══════════════════════ SECTION SCAFFOLD ═══════════════════════ */
.section { padding: 90px 0; background: var(--c-white); }
.section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

/* ═══════════════════════ BENTO GRID ═══════════════════════ */
.section-bento { background: var(--c-white); }
.bento-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}
.bh-side {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 320px;
}
.bh-thumb {
    position: relative;
    width: 80px;
    height: 50px;
    border-radius: var(--r-pill);
    overflow: hidden;
    flex-shrink: 0;
}
.bh-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.bh-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    color: var(--c-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2px;
}
.bh-side p {
    font-size: 0.88rem;
    color: var(--c-ink-soft);
    margin: 0;
    line-height: 1.5;
}

/* Bento grid: 2:1:1 ratio */
.bento {
    display: grid;
    grid-template-columns: 2fr 1fr 1.1fr;
    gap: 14px;
    height: 380px;
}
.bento-card {
    position: relative;
    border-radius: var(--r-md);
    overflow: hidden;
    background: var(--c-cream-soft);
    transition: transform 0.3s cubic-bezier(.2,.7,.2,1);
}
.bento-card:hover { transform: translateY(-4px); }
.bento-feature {
    position: relative;
}
.bento-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bento-feature-badge {
    position: absolute;
    bottom: 18px;
    right: 18px;
}
.bfb-avatars {
    display: flex;
    background: var(--c-white);
    border-radius: var(--r-pill);
    padding: 6px;
    box-shadow: var(--sh-sm);
}
.bfb-avatars span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--c-white);
    margin-left: -8px;
}
.bfb-avatars span:first-child { margin-left: 0; }
.bfb-avatars img {
    width: 100%; height: 100%;
    object-fit: cover;
}

.bento-text {
    background: var(--c-cream-soft);
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.bento-text h3 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--c-ink);
    margin: 0 0 14px;
    letter-spacing: -0.012em;
}
.bento-text p {
    font-size: 0.88rem;
    color: var(--c-ink-soft);
    line-height: 1.55;
    margin: 0 0 22px;
}
.bento-text .btn-pill-outline {
    margin: 0 auto;
}

.bento-price {
    display: flex;
    flex-direction: column;
    background: var(--c-white);
    border: 1px solid var(--c-border-light);
}
.bp-img {
    flex: 1;
    overflow: hidden;
    border-radius: var(--r-md) var(--r-md) 0 0;
    min-height: 0;
}
.bp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.bento-price:hover .bp-img img { transform: scale(1.04); }
.bp-foot {
    padding: 16px 18px 20px;
    text-align: center;
}
.bp-foot p {
    font-size: 0.86rem;
    color: var(--c-ink-soft);
    margin: 0 0 10px;
}
.bp-foot p strong {
    color: var(--c-ink);
    font-weight: 600;
}
.bp-foot .btn-pill-dark {
    font-size: 0.82rem;
    padding: 9px 18px;
}

.bento-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 22px;
    flex-wrap: wrap;
}
.bento-foot p {
    font-size: 0.9rem;
    color: var(--c-ink-soft);
    margin: 0;
    max-width: 50ch;
}
.bf-arrows {
    display: flex;
    gap: 8px;
}
.bf-arrows button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--c-white);
    border: 1px solid var(--c-border);
    color: var(--c-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.bf-arrows button:hover, .bf-arrows button.active {
    background: var(--c-ink);
    color: var(--c-white);
    border-color: var(--c-ink);
}

/* ═══════════════════════ STATS ROW ═══════════════════════ */
.stats-row {
    background: var(--c-white);
    padding: 50px 0;
    border-top: 1px solid var(--c-border-light);
}
.stats-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.stats-inner .stat {
    text-align: center;
    padding: 0 18px;
    border-right: 1px solid var(--c-border-light);
}
.stats-inner .stat:last-child { border-right: none; }
.stats-inner .stat strong {
    display: block;
    font-size: clamp(2rem, 3.6vw, 2.8rem);
    font-weight: 600;
    line-height: 1;
    color: var(--c-ink);
    letter-spacing: -0.022em;
    margin-bottom: 8px;
}
.stats-inner .stat strong small {
    font-size: 0.55em;
    color: var(--c-ink-soft);
    font-weight: 500;
    margin-left: 2px;
}
.stats-inner .stat span {
    font-size: 0.86rem;
    color: var(--c-ink-mute);
}

/* ═══════════════════════ MAP SECTION ═══════════════════════ */
.section-map {
    background: var(--c-cream-soft);
    padding: 80px 0;
}
.map-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 60px;
    align-items: center;
    background: var(--c-cream-soft);
    border-radius: var(--r-lg);
    padding: 18px;
}
.map-illus {
    aspect-ratio: 500 / 280;
    background: var(--c-white);
    border-radius: var(--r-md);
    overflow: hidden;
}
.map-svg { width: 100%; height: 100%; }
.map-text p {
    color: var(--c-ink-soft);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 24px;
    max-width: 44ch;
}

/* ═══════════════════════ PROPERTY CARDS ═══════════════════════ */
.prop-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.prop-card {
    background: var(--c-white);
    border-radius: var(--r-md);
    overflow: hidden;
    color: var(--c-ink);
    border: 1px solid var(--c-border-light);
    transition: transform 0.3s cubic-bezier(.2,.7,.2,1), box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}
.prop-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh-lg);
}
.pc-media {
    position: relative;
    aspect-ratio: 16 / 11;
    background: var(--c-cream-soft);
    overflow: hidden;
}
.pc-media img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.prop-card:hover .pc-media img { transform: scale(1.05); }
.pc-status {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 12px;
    border-radius: var(--r-pill);
    background: var(--c-white);
    color: var(--c-ink);
    font-size: 0.74rem;
    font-weight: 600;
    box-shadow: var(--sh-sm);
}
.pc-status-sale   { background: var(--c-green); color: var(--c-white); }
.pc-status-rent   { background: var(--c-orange); color: var(--c-white); }
.pc-status-resale { background: var(--c-blue); color: var(--c-white); }
.pc-id-badge {
    position: absolute;
    bottom: 10px; left: 10px;
    padding: 4px 10px;
    border-radius: var(--r-pill);
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    backdrop-filter: blur(4px);
}

.pc-body {
    padding: 13px 15px 15px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}
.pc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.pc-tag {
    font-size: 0.68rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    background: var(--c-blue-soft);
    color: var(--c-blue-deep);
    white-space: nowrap;
}
.pc-tag-dir { background: var(--c-cream-soft); color: var(--c-ink-mute); }
.pc-title {
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.32;
    color: var(--c-ink);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pc-area {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: var(--c-ink-soft);
}
.pc-area svg { color: var(--c-green); flex-shrink: 0; }
.pc-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    font-size: 0.8rem;
    color: var(--c-ink-soft);
    padding: 2px 0;
}
.pc-specs span { position: relative; }
.pc-specs span + span::before {
    content: "";
    position: absolute;
    left: -8px; top: 50%;
    width: 3px; height: 3px;
    border-radius: 50%;
    background: var(--c-border);
    transform: translateY(-50%);
}
.pc-specs {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}
.pc-specs span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    color: var(--c-ink-soft);
}
.pc-specs svg { color: var(--c-ink-mute); }
.pc-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--c-ink);
    margin: 0 0 4px;
    letter-spacing: -0.012em;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pc-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid var(--c-border-light);
}
.pc-price {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--c-blue);
    letter-spacing: -0.01em;
}
.pc-price small { font-size: 0.7rem; font-weight: 500; color: var(--c-ink-mute); }
.pc-id {
    position: absolute;
    bottom: 10px; left: 10px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 0.68rem; font-weight: 600;
    padding: 3px 9px;
    border-radius: var(--r-pill);
    backdrop-filter: blur(4px);
    letter-spacing: 0.02em;
}
.pc-cta { font-size: 0.78rem; font-weight: 600; color: var(--c-blue); }

/* ═══════════════════════ FAQ ═══════════════════════ */
.section-faq { background: var(--c-white); }
.faq-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 36px;
}
.faq-head p {
    color: var(--c-ink-soft);
    font-size: 0.94rem;
    line-height: 1.65;
    margin: 0;
}

.faq-list {
    border: 1px solid var(--c-border);
    border-radius: var(--r-md);
    overflow: hidden;
    background: var(--c-white);
}
.faq-item {
    border-bottom: 1px solid var(--c-border);
    transition: background 0.2s;
}
.faq-item:last-child { border-bottom: none; }
.faq-item[open] { background: var(--c-cream-soft); }
.faq-item summary {
    cursor: pointer;
    padding: 20px 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    list-style: none;
    font-size: 1rem;
    font-weight: 500;
    color: var(--c-ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--c-cream-soft);
    color: var(--c-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s, background 0.2s;
    flex-shrink: 0;
}
.faq-item[open] .faq-icon {
    transform: rotate(180deg);
    background: var(--c-ink);
    color: var(--c-white);
}
.faq-body {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    padding: 0 26px 24px;
    align-items: start;
}
.faq-body p {
    color: var(--c-ink-soft);
    line-height: 1.65;
    margin: 0;
    font-size: 0.94rem;
    max-width: 70ch;
}
.faq-thumb {
    width: 120px;
    height: 80px;
    border-radius: var(--r-sm);
    overflow: hidden;
    flex-shrink: 0;
}
.faq-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
}

/* ═══════════════════════ EYEBROW + DOTS ═══════════════════════ */
.eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 0.82rem; font-weight: 600; color: var(--c-ink-soft);
    margin-bottom: 14px; letter-spacing: 0.01em;
}
.dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; }
.dot-blue { background: var(--c-blue); }
.dot-green { background: var(--c-green); }
.dot-orange { background: var(--c-orange); }
.section-head-center { flex-direction: column; align-items: center; text-align: center; }
.section-head-center .section-sub { margin-left: auto; margin-right: auto; }

/* ═══════════════════════ RESALE ═══════════════════════ */
.section-resale { background: var(--c-cream-soft); }
.resale-grid {
    display: grid; grid-template-columns: 1fr 1.25fr;
    gap: 56px; align-items: center;
}
.resale-cards { display: flex; flex-direction: column; gap: 16px; }
.resale-card {
    display: grid; grid-template-columns: 130px 1fr; gap: 18px;
    background: var(--c-white); border: 1px solid var(--c-border-light);
    border-radius: var(--r-md); padding: 14px; color: var(--c-ink);
    transition: transform 0.25s, box-shadow 0.25s; align-items: center;
}
.resale-card:hover { transform: translateX(6px); box-shadow: var(--sh-md); }
.rc-img { aspect-ratio: 1/1; border-radius: var(--r-sm); overflow: hidden; background: var(--c-cream-soft); }
.rc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.resale-card:hover .rc-img img { transform: scale(1.06); }
.rc-body h4 { font-size: 1.05rem; font-weight: 600; margin: 0 0 4px; line-height: 1.25; letter-spacing: -0.01em; }
.rc-body p { font-size: 0.84rem; color: var(--c-ink-mute); margin: 0 0 10px; }
.rc-foot { display: flex; align-items: center; justify-content: space-between; }
.rc-price { font-size: 1.2rem; font-weight: 700; color: var(--c-blue); letter-spacing: -0.015em; }
.rc-arrow { color: var(--c-ink-mute); font-weight: 600; transition: transform 0.2s, color 0.2s; }
.resale-card:hover .rc-arrow { transform: translateX(4px); color: var(--c-blue); }

/* ═══════════════════════ GROWTH (dark gold) ═══════════════════════ */
.section-growth { background: var(--c-white); }
.growth-card {
    display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px;
    background: radial-gradient(140% 120% at 0% 0%, #2a2418 0%, #1a1712 55%, #14110d 100%);
    border: 1px solid rgba(217,169,56,0.22);
    border-radius: var(--r-lg);
    padding: 48px 52px;
    align-items: center;
    position: relative; overflow: hidden;
}
.growth-card::before {
    content: ''; position: absolute; right: -80px; top: -80px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(229,185,78,0.16) 0%, transparent 70%);
    pointer-events: none;
}
.growth-eyebrow {
    display: inline-block;
    font-size: 0.74rem; font-weight: 700; letter-spacing: 0.18em;
    text-transform: uppercase; color: #E5B94E; margin-bottom: 20px;
}
.growth-x { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; }
.growth-x strong {
    font-size: clamp(2.6rem, 5vw, 3.6rem); font-weight: 700;
    color: #fff; line-height: 1; letter-spacing: -0.02em;
}
.growth-x span { font-size: 1.1rem; color: rgba(255,255,255,0.85); font-weight: 400; }
.growth-desc { font-size: 0.95rem; color: rgba(255,255,255,0.6); line-height: 1.6; margin: 0 0 24px; max-width: 42ch; }
.growth-desc strong { color: #E5B94E; font-weight: 600; }
.growth-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.growth-tags span {
    font-size: 0.72rem; padding: 5px 12px;
    border: 1px solid rgba(229,185,78,0.3); border-radius: var(--r-pill);
    color: rgba(255,255,255,0.7);
}
.growth-timeline { position: relative; padding-left: 8px; }
.gt-row { display: grid; grid-template-columns: 1fr auto 1.2fr; align-items: center; gap: 20px; }
.gt-label { text-align: right; }
.gt-label strong { display: block; font-size: 1rem; color: #fff; font-weight: 600; }
.gt-label strong em { color: rgba(255,255,255,0.55); font-style: normal; font-weight: 400; font-size: 0.85em; }
.gt-label span { font-size: 0.78rem; color: rgba(255,255,255,0.45); }
.gt-dot { display: flex; justify-content: center; }
.gt-dot-sm {
    width: 14px; height: 14px; border-radius: 50%;
    background: #14110d; border: 2px solid rgba(229,185,78,0.6);
    box-shadow: 0 0 0 4px rgba(229,185,78,0.08);
}
.gt-dot-lg {
    width: 22px; height: 22px; border-radius: 50%;
    background: radial-gradient(circle, #E5B94E 0%, #C7972F 100%);
    box-shadow: 0 0 0 6px rgba(229,185,78,0.18), 0 0 22px rgba(229,185,78,0.55);
}
.gt-price strong { display: block; font-size: 1.05rem; color: #E5B94E; font-weight: 600; letter-spacing: -0.005em; }
.gt-price span { font-size: 0.76rem; color: rgba(255,255,255,0.45); }
.gt-price-hi strong { font-size: 1.2rem; color: #F0CB6A; }
.growth-timeline { display: flex; flex-direction: column; }
/* connector sits in the same 3-col grid so it lines up under the dot column */
.gt-connector {
    display: grid;
    grid-template-columns: 1fr auto 1.2fr;
}
.gt-connector::before {
    content: '';
    grid-column: 2;
    justify-self: center;
    width: 2px; height: 46px; margin: 6px 0;
    background: linear-gradient(180deg, rgba(229,185,78,0.3), rgba(229,185,78,0.7));
}

/* ═══════════════════════ NEIGHBOURHOODS (interactive) ═══════════════════════ */
.section-hoods { background: var(--c-white); }
.hood-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 16px;
}
.hood-card {
    position: relative; border-radius: var(--r-md); overflow: hidden;
    color: #fff; transition: transform 0.35s cubic-bezier(.2,.7,.2,1), box-shadow 0.35s;
}
.hood-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); color: #fff; }
.hood-featured { grid-column: span 2; grid-row: span 2; }
.hood-img { position: absolute; inset: 0; }
.hood-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.hood-card:hover .hood-img img { transform: scale(1.1); }
.hood-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,0.55) 70%, rgba(0,0,0,0.85) 100%);
    transition: background 0.35s;
}
.hood-card:hover .hood-overlay {
    background: linear-gradient(180deg, rgba(27,91,168,0.15) 0%, rgba(0,0,0,0.6) 70%, rgba(0,0,0,0.9) 100%);
}
.hood-body { position: absolute; inset: 0; padding: 18px; display: flex; flex-direction: column; justify-content: flex-end; z-index: 2; }
.hood-top h3 { font-size: 1.15rem; font-weight: 600; color: #fff; margin: 0 0 4px; letter-spacing: -0.01em; }
.hood-featured .hood-top h3 { font-size: 1.6rem; }
.hood-count {
    display: inline-block; padding: 3px 10px; border-radius: var(--r-pill);
    background: rgba(255,255,255,0.22); backdrop-filter: blur(6px);
    font-size: 0.72rem; font-weight: 500;
}
.hood-reveal {
    max-height: 0; opacity: 0; overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.3s ease, margin-top 0.35s ease;
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
    margin-top: 0;
}
.hood-card:hover .hood-reveal { max-height: 60px; opacity: 1; margin-top: 12px; }
.hood-rate span { display: block; font-size: 1rem; font-weight: 700; color: #fff; }
.hood-rate small { font-size: 0.68rem; color: rgba(255,255,255,0.6); }
.hood-cta {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 16px; background: #fff; color: var(--c-ink);
    border-radius: var(--r-pill); font-size: 0.8rem; font-weight: 600;
    white-space: nowrap;
}
.hood-featured .hood-rate span { font-size: 1.3rem; }

/* ═══════════════════════ SERVICES ═══════════════════════ */
.section-services { background: var(--c-cream-soft); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc-card {
    background: var(--c-white); border: 1px solid var(--c-border-light);
    border-radius: var(--r-md); padding: 30px 28px;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--sh-md); border-color: transparent; }
.svc-icon {
    width: 54px; height: 54px; border-radius: 16px;
    display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.svc-icon[data-color="blue"]   { background: var(--c-blue-soft);   color: var(--c-blue); }
.svc-icon[data-color="green"]  { background: var(--c-green-soft);  color: var(--c-green-deep); }
.svc-icon[data-color="orange"] { background: var(--c-orange-soft); color: var(--c-orange-deep); }
.svc-card h3 { font-size: 1.18rem; font-weight: 600; margin: 0 0 10px; letter-spacing: -0.012em; }
.svc-card p { font-size: 0.92rem; color: var(--c-ink-soft); line-height: 1.6; margin: 0; }

/* ═══════════════════════ VOICES (testimonial slider) ═══════════════════════ */
.section-voices { background: var(--c-white); }
.voices-nav { display: flex; gap: 10px; }
.vn-btn {
    width: 46px; height: 46px; border-radius: 50%;
    background: var(--c-white); border: 1px solid var(--c-border); color: var(--c-ink);
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.18s;
}
.vn-btn:hover, .vn-btn.active { background: var(--c-ink); color: #fff; border-color: var(--c-ink); transform: translateY(-2px); }
.voices-viewport { overflow: hidden; }
.voices-track {
    display: flex; gap: 24px;
    overflow-x: auto; scroll-snap-type: x mandatory;
    padding: 6px 2px 18px; scrollbar-width: none;
}
.voices-track::-webkit-scrollbar { display: none; }
.voice-card {
    flex: 0 0 calc((100% - 48px) / 3);
    scroll-snap-align: start;
    background: var(--c-white); border: 1px solid var(--c-border-light);
    border-radius: var(--r-lg); padding: 30px 28px;
    margin: 0; display: flex; flex-direction: column;
    transition: transform 0.25s, box-shadow 0.25s;
}
.voice-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.vc-quote-mark { font-size: 3.4rem; line-height: 0.6; color: var(--c-orange); font-weight: 700; margin-bottom: 14px; }
.voice-card blockquote {
    margin: 0 0 22px; font-size: 0.98rem; line-height: 1.6; color: var(--c-ink); font-weight: 400; flex: 1;
}
.vc-bought {
    display: flex; align-items: center; gap: 12px;
    background: var(--c-cream-soft); border-radius: var(--r-md);
    padding: 10px 12px; margin-bottom: 20px;
}
.vc-bought-img { width: 56px; height: 56px; border-radius: var(--r-sm); overflow: hidden; flex-shrink: 0; }
.vc-bought-img img { width: 100%; height: 100%; object-fit: cover; }
.vc-bought-info { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.vc-bought-label { font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--c-ink-mute); font-weight: 600; }
.vc-bought-info strong { font-size: 0.92rem; color: var(--c-ink); font-weight: 600; }
.vc-bought-meta { font-size: 0.78rem; color: var(--c-blue); font-weight: 500; }
.voice-card figcaption { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--c-border-light); }
.vc-avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.vc-avatar img { width: 100%; height: 100%; object-fit: cover; }
.vc-person { display: flex; flex-direction: column; }
.vc-person strong { font-size: 0.95rem; font-weight: 600; color: var(--c-ink); }
.vc-person span { font-size: 0.8rem; color: var(--c-ink-mute); }

/* ═══════════════════════ BLOG ═══════════════════════ */
.section-blog { background: var(--c-cream-soft); }
.blog-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 22px; }
.blog-card {
    background: var(--c-white); border-radius: var(--r-md); overflow: hidden;
    border: 1px solid var(--c-border-light); display: flex; flex-direction: column;
    transition: transform 0.25s, box-shadow 0.25s;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--sh-md); }
.bc-media { aspect-ratio: 16/10; padding: 18px; position: relative; }
.blog-feature .bc-media { aspect-ratio: 16/9; }
.bc-tag {
    display: inline-block; padding: 5px 12px;
    background: rgba(255,255,255,0.25); backdrop-filter: blur(6px);
    border-radius: var(--r-pill); color: #fff; font-size: 0.72rem; font-weight: 600;
}
.bc-body { padding: 22px 24px 24px; flex: 1; }
.bc-date { display: block; font-size: 0.78rem; color: var(--c-ink-mute); margin-bottom: 8px; font-weight: 500; }
.bc-body h3 { font-size: 1.3rem; font-weight: 600; line-height: 1.25; margin: 0 0 12px; letter-spacing: -0.012em; }
.blog-card:not(.blog-feature) .bc-body h3 { font-size: 1.05rem; }
.bc-body h3 a { color: var(--c-ink); transition: color 0.2s; }
.bc-body h3 a:hover { color: var(--c-blue); }
.bc-body p { font-size: 0.92rem; color: var(--c-ink-soft); line-height: 1.6; margin: 0; }

/* ═══════════════════════ CTA BANNER ═══════════════════════ */
.cta-banner { position: relative; padding: 100px 28px; overflow: hidden; color: #fff; text-align: center; }
.cta-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.cta-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0,0,0,0.6)); z-index: 1; }
.cta-inner { position: relative; z-index: 2; }
.cta-title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 600; line-height: 1.15; letter-spacing: -0.022em; color: #fff; margin: 0 0 18px; text-shadow: 0 2px 30px rgba(0,0,0,0.3); }
.cta-inner p { color: rgba(255,255,255,0.88); font-size: 0.98rem; margin: 0 auto 32px; max-width: 48ch; }
.cta-inner .btn-pill-dark { background: #fff; color: var(--c-ink); }
.cta-inner .btn-pill-dark:hover { background: var(--c-green-vibrant); color: #fff; box-shadow: 0 10px 24px -6px rgba(76,175,80,0.5); }

/* ═══════════════════════ FOOTER (dark, themed) ═══════════════════════ */
.footer { background: var(--c-ink); color: rgba(255,255,255,0.7); padding-top: 70px; }
.footer-top {
    display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr 1.3fr; gap: 44px;
    padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand p { font-size: 0.92rem; color: rgba(255,255,255,0.6); line-height: 1.65; margin: 0 0 20px; }
.footer-logo { height: 60px; width: auto; background: #fff; border-radius: 10px; padding: 8px 12px; margin-bottom: 20px; }
.footer-contact { display: flex; flex-direction: column; gap: 8px; font-size: 0.88rem; margin-bottom: 20px; }
.footer-contact a, .footer-contact span { color: rgba(255,255,255,0.7); transition: color 0.2s; }
.footer-contact a:hover { color: var(--c-green-vibrant); }
.footer-social { display: flex; gap: 8px; }
.footer-social a {
    width: 38px; height: 38px; border-radius: 10px;
    background: rgba(255,255,255,0.08); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.76rem; font-weight: 600; transition: background 0.2s, transform 0.2s;
}
.footer-social a:hover { background: var(--c-green-vibrant); transform: translateY(-3px); }
.footer-col h4 { color: #fff; font-size: 0.9rem; font-weight: 600; margin: 0 0 18px; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col a { color: rgba(255,255,255,0.6); font-size: 0.88rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--c-green-vibrant); }
.footer-sub p { font-size: 0.88rem; color: rgba(255,255,255,0.6); line-height: 1.6; }
.footer-muted { font-size: 0.8rem; color: rgba(255,255,255,0.45) !important; }
.footer-muted a { color: var(--c-green-vibrant); }
.footer-subform { display: flex; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--r-pill); overflow: hidden; margin: 12px 0; }
.footer-subform input { flex: 1; border: none; background: transparent; padding: 11px 16px; color: #fff; font-size: 0.88rem; }
.footer-subform input::placeholder { color: rgba(255,255,255,0.4); }
.footer-subform input:focus { outline: none; }
.footer-subform button { padding: 0 18px; background: var(--c-green-vibrant); color: #fff; font-size: 1.1rem; font-weight: 700; transition: background 0.2s; }
.footer-subform button:hover { background: var(--c-green-deep); }
.footer-seo { padding: 36px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-seo h3 { font-size: 1.2rem; font-weight: 600; color: #fff; margin: 0 0 16px; }
.footer-seo p { font-size: 0.9rem; color: rgba(255,255,255,0.55); line-height: 1.75; margin: 0; max-width: 90ch; }
.footer-seo p strong { color: #fff; }
.footer-seo p a { color: var(--c-green-vibrant); border-bottom: 1px dotted rgba(80,200,120,0.4); }
.footer-seo p a:hover { color: #fff; }
.footer-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.footer-tags span { font-size: 0.72rem; padding: 5px 11px; background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.65); border-radius: var(--r-pill); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 20px 0; }
.footer-bottom p { margin: 0; font-size: 0.82rem; color: rgba(255,255,255,0.5); }
.footer-bottom a { color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-bottom a:hover { color: var(--c-green-vibrant); }
.footer-bottom .sep { opacity: 0.4; margin: 0 4px; }

/* ═══════════════════════ WHATSAPP FAB ═══════════════════════ */
.fab-whatsapp {
    position: fixed; bottom: 18px; right: 18px; z-index: 95;
    width: 38px; height: 38px; background: #25D366; color: #fff;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 16px -6px rgba(37,211,102,0.6); transition: transform 0.2s;
    animation: pulse-wa 2.6s ease-in-out infinite;
}
.fab-whatsapp svg { width: 20px; height: 20px; }
.fab-whatsapp:hover { transform: scale(1.08); }
@keyframes pulse-wa {
    0%, 100% { box-shadow: 0 14px 28px -8px rgba(37,211,102,0.5), 0 0 0 0 rgba(37,211,102,0.4); }
    50%      { box-shadow: 0 14px 28px -8px rgba(37,211,102,0.5), 0 0 0 14px rgba(37,211,102,0); }
}

/* ═══════════════════════ MARKET INSIGHTS / PRICE CHART ═══════════════════════ */
.section-prices { background: var(--c-cream-soft); }
.prices-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 56px;
    align-items: center;
}
.prices-title {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 400;
    font-size: clamp(1.9rem, 3.2vw, 2.7rem);
    line-height: 1.12;
    letter-spacing: -0.01em;
    color: var(--c-ink);
    margin: 0 0 16px;
}
.prices-title em { font-style: italic; color: var(--c-blue); }
.prices-card {
    background: var(--c-white);
    border: 1px solid var(--c-border-light);
    border-radius: var(--r-lg);
    box-shadow: var(--sh-md);
    padding: 28px 26px 22px;
    height: 420px;
    position: relative;
}
.prices-card canvas { width: 100% !important; height: 100% !important; }

/* ═══════════════════════ DREAM PROPERTY AT DREAM PRICE ═══════════════════════ */
.dream-band {
    background: #0d1b30;
    border-top: 3px solid var(--c-orange);
    padding: 88px 28px;
    text-align: center;
}
.dream-eyebrow {
    color: var(--c-orange);
    font-size: 0.74rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 26px;
}
.dream-title {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 400;
    font-size: clamp(2.4rem, 6.5vw, 4.6rem);
    line-height: 1.04;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 0;
}
.dream-title em { font-style: italic; color: var(--c-orange); }

/* ═══════════════════════ PROPERTY LISTING PAGE ═══════════════════════ */
.listing-page { padding-top: 104px; }
.listing-head { padding: 8px 0 22px; }
.crumbs { font-size: 0.82rem; color: var(--c-ink-mute); margin-bottom: 10px; }
.crumbs a { color: var(--c-blue); }
.crumbs span { margin: 0 6px; opacity: 0.5; }
.listing-head h1 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 700; letter-spacing: -0.02em; margin: 0 0 6px; }
.listing-head p { color: var(--c-ink-soft); font-size: 0.92rem; }

/* Filter bar */
.filter-bar {
    position: sticky; top: 76px; z-index: 50;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--c-border-light);
    padding: 11px 0;
    margin-bottom: 16px;
}
.fb-inner { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.fb-search {
    flex: 1; min-width: 240px;
    display: flex; align-items: center; gap: 10px;
    background: var(--c-white);
    border: 1px solid var(--c-border);
    border-radius: var(--r-pill);
    padding: 5px 5px 5px 16px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.fb-search:focus-within { border-color: var(--c-blue); box-shadow: 0 0 0 3px var(--c-blue-soft); }
.fb-search svg { color: var(--c-ink-mute); flex-shrink: 0; }
.fb-search input { border: none; outline: none; background: none; width: 100%; font-family: inherit; font-size: 0.92rem; color: var(--c-ink); }
.fb-search-btn {
    flex-shrink: 0;
    background: var(--c-blue); color: #fff;
    border-radius: var(--r-pill);
    padding: 10px 22px; font-size: 0.88rem; font-weight: 600;
    transition: background 0.2s;
}
.fb-search-btn:hover { background: var(--c-blue-deep); }

.fb-sort-wrap { position: relative; display: flex; align-items: center; gap: 8px; }
.fb-sort-label { font-size: 0.82rem; font-weight: 600; color: var(--c-ink-mute); }
.fb-sort {
    appearance: none; -webkit-appearance: none;
    background: var(--c-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23757575' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center;
    border: 1px solid var(--c-border);
    border-radius: var(--r-pill);
    padding: 11px 36px 11px 16px;
    font-family: inherit; font-size: 0.88rem; font-weight: 500; color: var(--c-ink); cursor: pointer;
    transition: border-color 0.2s;
}
.fb-sort:hover { border-color: var(--c-blue); }
/* ≥768px (desktop / tablet): advanced filters are an ALWAYS-VISIBLE inline row — no modal, no overlay */
.fb-toggle { display: none; }
.fb-count { background: var(--c-orange); color: #fff; border-radius: 9px; padding: 0 6px; font-size: 0.72rem; font-weight: 700; margin-left: 2px; }

.fb-fields {
    flex-basis: 100%;
    display: flex; align-items: center; gap: 10px;
    margin-top: 10px; padding-top: 10px;
    border-top: 1px solid var(--c-border-light);
}
.fb-fields-head { display: none; }
.fb-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}
.fb-fields-foot { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.fb-clear { display: none; }
.fb-apply {
    background: var(--c-blue); color: #fff;
    border-radius: var(--r-pill);
    padding: 9px 18px; font-size: 0.86rem; font-weight: 600; white-space: nowrap;
}
.fb-apply:hover { background: var(--c-blue-deep); }
.fb-field { display: flex; flex-direction: column; }
.fb-field > span { display: none; }   /* desktop: placeholder conveys the label, keeps the bar compact */
.fb-field select {
    appearance: none; -webkit-appearance: none;
    background: var(--c-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23757575' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 11px center;
    border: 1px solid var(--c-border);
    border-radius: var(--r-md);
    padding: 9px 28px 9px 12px;
    font-family: inherit; font-size: 0.84rem; color: var(--c-ink); cursor: pointer; width: 100%;
}
.fb-field select:focus { outline: none; border-color: var(--c-blue); box-shadow: 0 0 0 3px var(--c-blue-soft); }

/* <768px (mobile): advanced filters collapse into a popup/bottom-sheet behind a Filters button */
@media (max-width: 767px) {
    .fb-toggle {
        display: inline-flex; align-items: center; gap: 7px;
        background: var(--c-ink); color: #fff;
        border-radius: var(--r-pill);
        padding: 11px 18px; font-size: 0.88rem; font-weight: 500;
    }
    .fb-search-btn { padding: 9px 16px; }
    /* the bar must NOT create a containing block, or the fixed bottom-sheet anchors to the bar instead of the viewport */
    .filter-bar { backdrop-filter: none; -webkit-backdrop-filter: none; background: var(--c-white); }
    .fb-fields {
        display: block;
        position: fixed; left: 0; right: 0; bottom: 0; top: auto; width: auto;
        flex-basis: auto; align-items: stretch;
        background: var(--c-white);
        border: none; border-radius: 20px 20px 0 0;
        box-shadow: 0 -18px 44px rgba(0,0,0,0.2);
        z-index: 200;
        max-height: 82vh; overflow-y: auto; -webkit-overflow-scrolling: touch;
        margin: 0; padding: 0 16px 16px;
        transform: translateY(100%);
        transition: transform 0.32s cubic-bezier(.2,.7,.2,1);
    }
    .fb-fields.open { transform: translateY(0); }
    .fb-fields-head {
        display: flex; align-items: center; justify-content: space-between;
        position: sticky; top: 0; background: var(--c-white); z-index: 1;
        padding: 16px 0 10px; margin-bottom: 2px;
        border-bottom: 1px solid var(--c-border-light);
        font-size: 1rem; font-weight: 600;
    }
    .fb-close { display: inline-flex; align-items: center; justify-content: center; font-size: 1.7rem; line-height: 1; color: var(--c-ink-mute); width: 34px; height: 34px; }
    .fb-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
    .fb-field { gap: 5px; }
    .fb-field > span { display: block; font-size: 0.7rem; font-weight: 600; color: var(--c-ink-mute); padding-left: 4px; }
    .fb-field select { padding: 10px 28px 10px 12px; font-size: 0.85rem; }
    .fb-fields-foot {
        display: flex; gap: 12px; align-items: center; margin-top: 18px;
        position: sticky; bottom: 0; background: var(--c-white); padding: 12px 0 4px;
    }
    .fb-clear { display: inline; flex-shrink: 0; color: var(--c-ink-mute); text-decoration: underline; font-size: 0.88rem; background: none; }
    .fb-apply { flex: 1; background: var(--c-green); color: #fff; border-radius: var(--r-pill); padding: 13px; font-size: 0.92rem; font-weight: 600; }
    .fb-apply:hover { background: var(--c-green-deep); }
}
/* Scrim only ever matters on mobile; never show it on desktop */
@media (min-width: 768px) { .filter-scrim { display: none; } }

.result-count { color: var(--c-ink-soft); font-size: 0.92rem; margin-bottom: 18px; }
.result-count strong { color: var(--c-ink); }
#listing-results { transition: opacity 0.15s; }

/* Active chips */
.active-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.chip {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--c-blue-soft); color: var(--c-blue-deep);
    border-radius: var(--r-pill); padding: 6px 14px;
    font-size: 0.82rem; font-weight: 500;
}
.chip span { font-size: 1rem; line-height: 1; opacity: 0.7; }
.chip:hover span { opacity: 1; }
.chip-clear { background: none; color: var(--c-ink-mute); text-decoration: underline; }

/* Results grid + pagination */
.listing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 40px; }
@media (max-width: 1180px) { .listing-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 860px)  { .listing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .listing-grid { grid-template-columns: 1fr; } }
.pagination { display: flex; justify-content: center; align-items: center; gap: 6px; margin: 12px 0 56px; flex-wrap: wrap; }
.pg-num, .pg-arrow {
    min-width: 42px; height: 42px; padding: 0 14px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid var(--c-border); border-radius: var(--r-md);
    font-size: 0.9rem; font-weight: 500; color: var(--c-ink);
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.pg-num:hover, .pg-arrow:hover { border-color: var(--c-blue); color: var(--c-blue); }
.pg-num.active { background: var(--c-blue); border-color: var(--c-blue); color: #fff; }
.pg-dots { padding: 0 4px; color: var(--c-ink-mute); }

/* No results */
.no-results { text-align: center; padding: 70px 20px 90px; }
.nr-icon { font-size: 2.6rem; margin-bottom: 14px; }
.no-results h3 { font-size: 1.3rem; margin-bottom: 8px; }
.no-results p { color: var(--c-ink-soft); margin-bottom: 22px; }

.filter-scrim { position: fixed; inset: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.5); z-index: 199; opacity: 0; visibility: hidden; transition: opacity 0.25s, visibility 0.25s; }
.filter-scrim.show { opacity: 1; visibility: visible; }
body.filters-open { overflow: hidden; }
body.filters-open .fab-whatsapp { display: none; }
/* When the mobile drawer is open, lift the bar above the scrim so the drawer
   (and its dropdowns) receive clicks instead of the backdrop closing the sheet */
body.filters-open .filter-bar { z-index: 201; }

/* ═══════════════════════ PROPERTY DETAILS (PDP) ═══════════════════════ */
.pdp { padding-top: 104px; padding-bottom: 60px; }
.pdp .crumbs { margin: 8px 0 16px; }
.pdp-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; flex-wrap: wrap; margin-bottom: 20px; }
.pdp-badge { position: static; display: inline-block; margin-bottom: 10px; }
.pdp-head-tags { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.pdp-head-tags .pdp-badge { margin-bottom: 0; }
.pdp-id { font-size: 0.78rem; font-weight: 700; color: var(--c-ink-soft); background: var(--c-cream-soft); padding: 5px 12px; border-radius: var(--r-pill); border: 1px solid var(--c-border-light); }
.pdp-head h1 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; margin: 0 0 8px; }
.pdp-loc { display: flex; align-items: center; gap: 7px; color: var(--c-ink-soft); font-size: 0.92rem; }
.pdp-loc svg { color: var(--c-green); flex-shrink: 0; }
.pdp-head-price { text-align: right; }
.pdp-price { font-family: 'Poppins', sans-serif; font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 700; color: var(--c-blue); letter-spacing: -0.02em; white-space: nowrap; }
.pdp-price small { font-size: 0.9rem; font-weight: 500; color: var(--c-ink-mute); }
.pdp-head-actions { display: flex; gap: 8px; justify-content: flex-end; margin-top: 10px; }
.pdp-fav { position: static; border: 1px solid var(--c-border); box-shadow: none; }

/* Gallery */
.gallery { margin-bottom: 26px; }
.gal-main { position: relative; aspect-ratio: 16 / 10; max-height: 54vh; border-radius: var(--r-lg); overflow: hidden; background: var(--c-cream-soft); }
.gal-main img { width: 100%; height: 100%; object-fit: cover; -webkit-user-drag: none; user-select: none; }
.gal-wm { position: absolute; left: 14px; bottom: 14px; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.85); text-shadow: 0 1px 4px rgba(0,0,0,0.5); pointer-events: none; }
.gal-count { position: absolute; bottom: 14px; right: 14px; background: rgba(0,0,0,0.7); color: #fff; font-size: 0.78rem; font-weight: 500; padding: 6px 14px; border-radius: var(--r-pill); }
.gal-actions { position: absolute; top: 14px; right: 14px; display: flex; gap: 8px; }
.gal-act {
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,0.92); color: var(--c-ink);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18); transition: transform 0.15s, background 0.2s, color 0.2s;
    backdrop-filter: blur(4px);
}
.gal-act:hover { transform: scale(1.08); }
.gal-act.js-fav.active { background: var(--c-orange); color: #fff; }
.gal-act.js-cmp.active { background: var(--c-blue); color: #fff; }
/* prev / next arrows over the main image */
.gal-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 42px; height: 42px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.92); color: var(--c-ink);
    font-size: 1.7rem; line-height: 1; box-shadow: var(--sh-sm);
    transition: background 0.2s, transform 0.15s; z-index: 3;
}
.gal-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.06); }
.gal-arrow-prev { left: 14px; }
.gal-arrow-next { right: 14px; }
@media (max-width: 720px) {
    .gal-arrow { width: 36px; height: 36px; font-size: 1.4rem; }
    .gal-arrow-prev { left: 8px; } .gal-arrow-next { right: 8px; }
}
.gal-zoom {
    position: absolute; left: 14px; top: 14px;
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(0,0,0,0.6); color: #fff;
    font-size: 0.76rem; font-weight: 600;
    padding: 7px 12px; border-radius: var(--r-pill);
    backdrop-filter: blur(4px); transition: background 0.2s;
}
.gal-zoom:hover { background: rgba(0,0,0,0.82); }

/* Lightbox / slideshow */
.lightbox {
    position: fixed; inset: 0; z-index: 300;
    background: rgba(8,10,14,0.94);
    display: flex; align-items: center; justify-content: center;
}
.lightbox[hidden] { display: none; }
.lb-stage { margin: 0; max-width: 92vw; max-height: 88vh; display: flex; align-items: center; justify-content: center; overflow: auto; }
.lb-img { max-width: 92vw; max-height: 88vh; object-fit: contain; border-radius: 6px; cursor: zoom-in; transition: transform 0.25s ease; user-select: none; }
.lb-img.zoomed { transform: scale(2); cursor: zoom-out; }
.lb-btn {
    position: absolute; z-index: 2;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.14); color: #fff;
    border-radius: 50%; transition: background 0.2s;
}
.lb-btn:hover { background: rgba(255,255,255,0.28); }
.lb-close { top: 20px; right: 20px; width: 46px; height: 46px; font-size: 2rem; line-height: 1; }
.lb-prev, .lb-next { top: 50%; transform: translateY(-50%); width: 52px; height: 52px; font-size: 2.2rem; line-height: 1; }
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
.lb-counter { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 0.9rem; font-weight: 600; background: rgba(0,0,0,0.5); padding: 6px 16px; border-radius: var(--r-pill); }
@media (max-width: 720px) {
    .lb-close { top: 12px; right: 12px; width: 42px; height: 42px; }
    .lb-prev, .lb-next { width: 44px; height: 44px; font-size: 1.9rem; }
    .lb-prev { left: 8px; } .lb-next { right: 8px; }
    .gal-zoom { font-size: 0.72rem; padding: 6px 10px; }
}
.gal-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 10px; }
.gal-thumb { aspect-ratio: 4 / 3; border-radius: var(--r-sm); overflow: hidden; border: 2px solid transparent; transition: border-color 0.2s, opacity 0.2s; opacity: 0.7; }
.gal-thumb img { width: 100%; height: 100%; object-fit: cover; -webkit-user-drag: none; }
.gal-thumb.active, .gal-thumb:hover { border-color: var(--c-blue); opacity: 1; }
.pc-media img, .plan img { -webkit-user-drag: none; user-select: none; }

/* Layout */
.pdp-grid { display: grid; grid-template-columns: 1fr 360px; gap: 36px; align-items: start; }
.pdp-block { padding: 26px 0; border-top: 1px solid var(--c-border-light); }
.pdp-block:first-child { border-top: none; padding-top: 0; }
.pdp-block h2 { font-size: 1.25rem; font-weight: 600; margin: 0 0 16px; }
.pdp-desc { color: var(--c-ink-soft); line-height: 1.7; font-size: 0.95rem; }
.pdp-desc p { margin: 0 0 12px; }

/* Quick facts */
.facts { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 1px; background: var(--c-border-light); border: 1px solid var(--c-border-light); border-radius: var(--r-md); overflow: hidden; margin-bottom: 6px; }
.fact { background: var(--c-white); padding: 16px 18px; display: flex; flex-direction: column; gap: 4px; }
.fact-v { font-size: 1.05rem; font-weight: 700; color: var(--c-ink); }
.fact-k { font-size: 0.76rem; color: var(--c-ink-mute); text-transform: uppercase; letter-spacing: 0.03em; }

/* Configurations */
.cfg-group { margin-bottom: 18px; }
.cfg-group:last-child { margin-bottom: 0; }
.cfg-group-title { font-size: 0.98rem; font-weight: 600; margin: 0 0 10px; display: flex; align-items: center; gap: 10px; }
.cfg-group-title span { font-size: 0.72rem; font-weight: 600; color: var(--c-green-deep); background: var(--c-green-soft); padding: 3px 9px; border-radius: var(--r-pill); }
.cfg-table { border: 1px solid var(--c-border-light); border-radius: var(--r-md); overflow: hidden; }
.cfg-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; padding: 14px 18px; border-top: 1px solid var(--c-border-light); font-size: 0.92rem; }
.cfg-table-plot .cfg-row { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
.cfg-row:first-child { border-top: none; }
.cfg-head { background: var(--c-cream-soft); font-size: 0.74rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: var(--c-ink-mute); }
.cfg-price { color: var(--c-blue); font-weight: 700; }
.plan-tag { position: absolute; bottom: 8px; left: 8px; background: rgba(0,0,0,0.6); color: #fff; font-size: 0.72rem; font-weight: 600; padding: 3px 10px; border-radius: var(--r-pill); }
.plan { position: relative; }

/* Amenities */
.amenities { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.amenity { display: flex; align-items: center; gap: 9px; font-size: 0.9rem; color: var(--c-ink-soft); }
.amenity svg { color: var(--c-green); flex-shrink: 0; }

/* Plans + PDFs */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 14px; }
.plan { border: 1px solid var(--c-border-light); border-radius: var(--r-md); overflow: hidden; aspect-ratio: 4 / 3; background: var(--c-cream-soft); }
.plan img { width: 100%; height: 100%; object-fit: cover; }
.pdfs { display: flex; flex-wrap: wrap; gap: 12px; }
.pdf-card {
    display: flex; align-items: center; gap: 13px;
    border: 1px solid var(--c-border); border-radius: var(--r-md);
    padding: 13px 16px; min-width: 240px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}
.pdf-card:hover { border-color: var(--c-blue); box-shadow: var(--sh-sm); transform: translateY(-2px); }
.pdf-ico { flex-shrink: 0; line-height: 0; }
.pdf-txt { display: flex; flex-direction: column; line-height: 1.3; }
.pdf-txt strong { font-size: 0.92rem; font-weight: 600; color: var(--c-ink); }
.pdf-txt small { font-size: 0.74rem; color: var(--c-ink-mute); }
.pdf-dl { color: var(--c-blue); margin-left: auto; }

/* Plot dimensions */
.plot-dims { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; }
.pdim {
    display: flex; flex-direction: column; align-items: flex-start; gap: 3px;
    border: 1px solid var(--c-border-light); border-radius: var(--r-md);
    padding: 16px 18px; background: var(--c-white);
}
.pdim-ico { color: var(--c-blue); margin-bottom: 6px; line-height: 0; }
.pdim-v { font-size: 1.15rem; font-weight: 700; color: var(--c-ink); }
.pdim-k { font-size: 0.76rem; color: var(--c-ink-mute); text-transform: uppercase; letter-spacing: 0.03em; }

/* Map */
.pdp-map { border-radius: var(--r-md); overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid var(--c-border-light); }
.pdp-map iframe { width: 100%; height: 100%; border: 0; }
.pdp-maplink { display: inline-block; margin-top: 12px; color: var(--c-blue); font-weight: 500; font-size: 0.9rem; }

/* Enquiry funnel card */
.pdp-side { position: sticky; top: 96px; }
.enquiry-card { border: 1px solid var(--c-border); border-radius: var(--r-lg); padding: 22px; box-shadow: var(--sh-md); background: var(--c-white); }
.ec-price { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 6px; padding-bottom: 14px; border-bottom: 1px solid var(--c-border-light); }
.ec-emi { font-size: 0.82rem; color: var(--c-ink-mute); font-weight: 500; }
.ec-trust { display: flex; flex-wrap: wrap; gap: 6px 14px; padding: 12px 0 16px; font-size: 0.78rem; color: var(--c-green-deep); font-weight: 500; }
.ec-form h3, .ec-success h3 { font-size: 1.05rem; font-weight: 600; margin: 0 0 14px; }
.ec-error { background: #FEF2F2; color: #B91C1C; font-size: 0.84rem; padding: 8px 12px; border-radius: var(--r-sm); margin-bottom: 12px; }
.ec-types { display: flex; gap: 6px; margin-bottom: 12px; }
.ec-types label { flex: 1; }
.ec-types input { position: absolute; opacity: 0; }
.ec-types span { display: block; text-align: center; font-size: 0.8rem; font-weight: 500; padding: 9px 4px; border: 1px solid var(--c-border); border-radius: var(--r-sm); cursor: pointer; transition: all 0.2s; }
.ec-types input:checked + span { background: var(--c-blue); border-color: var(--c-blue); color: #fff; }
.ec-form input, .ec-form textarea { width: 100%; border: 1px solid var(--c-border); border-radius: var(--r-sm); padding: 12px 14px; font-family: inherit; font-size: 0.9rem; margin-bottom: 10px; color: var(--c-ink); }
.ec-form input:focus, .ec-form textarea:focus { outline: none; border-color: var(--c-blue); box-shadow: 0 0 0 3px var(--c-blue-soft); }
.ec-submit { width: 100%; background: var(--c-green); color: #fff; border-radius: var(--r-pill); padding: 14px; font-size: 0.95rem; font-weight: 600; transition: background 0.2s; }
.ec-submit:hover { background: var(--c-green-deep); }
.ec-success { text-align: center; padding: 10px 0 4px; }
.ec-success-ico { width: 52px; height: 52px; border-radius: 50%; background: var(--c-green); color: #fff; font-size: 1.6rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.ec-success p { color: var(--c-ink-soft); font-size: 0.88rem; line-height: 1.6; }
.ec-direct { display: flex; gap: 10px; margin-top: 14px; }
.ec-wa, .ec-call { flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 12px; border-radius: var(--r-pill); font-size: 0.88rem; font-weight: 600; }
.ec-wa { background: #25D366; color: #fff; }
.ec-call { border: 1px solid var(--c-border); color: var(--c-ink); }
.ec-agent { display: flex; align-items: center; gap: 12px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--c-border-light); }
.ec-agent img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.ec-agent strong { display: block; font-size: 0.92rem; }
.ec-agent span { font-size: 0.78rem; color: var(--c-ink-mute); }

.pdp-similar { margin-top: 40px; }
.pdp-similar h2 { margin-bottom: 22px; }

/* Sticky mobile CTA bar (hidden on desktop) */
.pdp-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; background: var(--c-white); border-top: 1px solid var(--c-border); padding: 12px 16px; gap: 10px; align-items: center; box-shadow: 0 -8px 30px rgba(0,0,0,0.1); }
.pdp-bar-price { font-weight: 700; color: var(--c-blue); font-size: 1.1rem; flex: 1; }
.pdp-bar-price small { font-size: 0.72rem; color: var(--c-ink-mute); font-weight: 500; }
.pdp-bar-call { border: 1px solid var(--c-border); border-radius: var(--r-pill); padding: 11px 22px; font-weight: 600; color: var(--c-ink); }
.pdp-bar-enq { background: var(--c-green); color: #fff; border-radius: var(--r-pill); padding: 11px 26px; font-weight: 600; }

/* Quick category slider */
.cat-bar { border-bottom: 1px solid var(--c-border-light); margin-bottom: 22px; }
.cat-slider { display: flex; gap: 9px; overflow-x: auto; padding: 2px 0 14px; scrollbar-width: none; -ms-overflow-style: none; scroll-snap-type: x proximity; }
.cat-slider::-webkit-scrollbar { display: none; }
.cat {
    flex: 0 0 auto;
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 16px;
    border: 1px solid var(--c-border);
    border-radius: var(--r-pill);
    font-size: 0.85rem; font-weight: 500;
    color: var(--c-ink); background: var(--c-white);
    white-space: nowrap; scroll-snap-align: start;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.cat svg { color: var(--c-ink-mute); transition: color 0.2s; }
.cat:hover { border-color: var(--c-blue); }
.cat.active { background: var(--c-ink); border-color: var(--c-ink); color: #fff; }
.cat.active svg { color: #fff; }

/* ═══════════════════════ RESPONSIVE ═══════════════════════ */

/* ── Desktop: keep 8-item nav tight ── */
@media (max-width: 1240px) {
    .fh-nav a { padding: 8px 11px; font-size: 0.85rem; }
    .fh-compare span { display: none; }
    .fh-compare { padding: 9px 11px; }
}

/* ── Tablet & below: hamburger only header (clean: logo left, burger right) ── */
@media (max-width: 1024px) {
    .floating-header { width: calc(100% - 28px); }
    .fh-nav { display: none; }
    .fh-burger { display: flex; }
    .fh-compare, .fh-icon-btn, .fh-right .btn-signup { display: none; }
    .fh-inner { grid-template-columns: 1fr auto; padding: 8px 8px 8px 18px; }
    .fh-right { gap: 0; }

    .hero-headline-row { grid-template-columns: 1fr; gap: 22px; }
    .hf-grid { grid-template-columns: repeat(2, 1fr); }
    .bento { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 240px; height: auto; }
    .bento-feature { grid-column: span 2; }
    .map-grid, .resale-grid, .growth-card, .prices-grid { grid-template-columns: 1fr; gap: 36px; }
    .prop-grid, .svc-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-feature { grid-column: span 2; }
    .hood-grid { grid-template-columns: repeat(2, 1fr); }
    .hood-featured { grid-column: span 2; grid-row: span 1; }
    .voice-card { flex: 0 0 calc((100% - 24px) / 2); }
    .footer-top { grid-template-columns: 1fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-sub { grid-column: 1 / -1; max-width: 480px; }
}

/* ── Phones ── */
@media (max-width: 720px) {
    .container { padding: 0 18px; }

    /* Header / banner — header now positioned by JS below the banner, no overlap */
    .floating-header { width: calc(100% - 20px); }
    .fh-inner { padding: 7px 8px 7px 16px; }
    .fh-logo img { height: 34px; }
    .fh-burger { width: 44px; height: 44px; }
    .top-banner { font-size: 0.72rem; padding: 6px 0; }
    .top-banner .tb-right a:not(:first-child), .top-banner .tb-right .sep { display: none; }
    .top-banner .tb-left span:not(:first-child), .top-banner .tb-left .sep { display: none; }
    .badge-zero { font-size: 0.66rem; padding: 2px 8px; }

    /* Hero */
    .hero { min-height: auto; padding: 104px 0 36px; }
    .hero-chips { gap: 8px; margin-bottom: 18px; flex-wrap: wrap; }
    .hero-chip { padding: 7px 16px; font-size: 0.8rem; }
    .hero-title { font-size: 2.05rem; line-height: 1.1; }
    .hero-sub { font-size: 0.9rem; }
    .hero-filter { padding: 18px 16px; }
    .hf-title { font-size: 1.1rem; margin-bottom: 16px; }
    .hf-grid { grid-template-columns: 1fr; gap: 12px; margin-bottom: 16px; }
    .hf-footer { flex-direction: column; align-items: stretch; gap: 14px; }
    .hf-filter-pills { justify-content: flex-start; }
    .hf-search { width: 100%; padding: 14px; }

    /* Rhythm */
    .section { padding: 52px 0; }
    .display-1 { font-size: 1.8rem; }
    .display-2 { font-size: 1.55rem; }
    .display-3 { font-size: 1.4rem; }
    .section-head { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 30px; }
    .section-sub br { display: none; }

    /* Bento */
    .bento-head { flex-direction: column; gap: 18px; }
    .bento { grid-template-columns: 1fr; grid-template-rows: auto; gap: 14px; }
    .bento-feature { grid-column: span 1; height: 240px; }
    .bento-text { padding: 26px 22px; }
    .bento-price { min-height: 320px; }
    .bento-foot { flex-direction: column; align-items: flex-start; gap: 14px; }

    /* Stats 2x2 */
    .stats-row { padding: 36px 0; }
    .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 28px 8px; }
    .stats-inner .stat { padding: 0 8px; }
    .stats-inner .stat:nth-child(2) { border-right: none; }
    .stats-inner .stat strong { font-size: 1.9rem; }

    /* Grids → 1 col */
    .prop-grid, .svc-grid, .blog-grid { grid-template-columns: 1fr; gap: 18px; }
    .blog-feature { grid-column: span 1; }
    .pc-actions { top: 10px; right: 10px; }

    /* Listing page */
    .listing-page { padding-top: 96px; }
    .filter-bar { top: 64px; padding: 10px 0; }

    /* Property details */
    .pdp { padding-top: 92px; padding-bottom: 80px; }
    .pdp .crumbs { margin: 4px 0 12px; }
    .pdp-grid { grid-template-columns: 1fr; gap: 0; }
    .pdp-head { gap: 10px; margin-bottom: 16px; }
    .pdp-head h1 { font-size: 1.42rem; }
    .pdp-head-price { text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; }
    .pdp-head-actions { justify-content: flex-end; margin-top: 0; flex-shrink: 0; }
    .pdp-fav { width: 38px; height: 38px; }
    .pdp-side { position: static; margin-top: 22px; }
    .gal-main { aspect-ratio: 4 / 3; max-height: 44vh; }
    .gal-thumbs { grid-template-columns: repeat(5, 1fr); gap: 7px; }
    .facts { grid-template-columns: repeat(3, 1fr); }
    .fact { padding: 13px 14px; }
    .pdp-block { padding: 20px 0; }
    .pdp-block h2 { font-size: 1.12rem; margin-bottom: 12px; }
    .plans { grid-template-columns: 1fr 1fr; }
    .pdf-card { min-width: 0; width: 100%; }
    .plot-dims { grid-template-columns: 1fr 1fr; }
    .pdp-bar { display: flex; }
    .fb-inner { gap: 10px; }
    .fb-search { min-width: 0; order: 1; flex: 1 1 100%; }
    .fb-toggle { order: 2; }
    .fb-sort-wrap { order: 3; flex: 1; }
    .fb-sort { width: 100%; }
    .fb-grid { grid-template-columns: 1fr 1fr; }
    .pagination { gap: 4px; }
    .pg-num, .pg-arrow { min-width: 38px; height: 38px; padding: 0 10px; font-size: 0.85rem; }

    /* Map */
    .section-map { padding: 48px 0; }
    .map-grid { padding: 0; gap: 26px; }

    /* Resale */
    .resale-grid { gap: 28px; }
    .resale-card { grid-template-columns: 92px 1fr; gap: 14px; padding: 12px; }
    .rc-body h4 { font-size: 0.98rem; }
    .rc-price { font-size: 1.05rem; }

    /* Growth */
    .section-growth { padding: 52px 0; }
    .growth-card { padding: 30px 22px; gap: 30px; border-radius: var(--r-md); }
    .growth-x strong { font-size: 2.3rem; }
    .growth-x span { font-size: 1rem; }
    .growth-timeline .gt-row { grid-template-columns: 1fr auto 1.1fr; gap: 12px; }
    .gt-label strong { font-size: 0.86rem; }
    .gt-label span { font-size: 0.7rem; }
    .gt-price strong { font-size: 0.9rem; }
    .gt-price-hi strong { font-size: 1rem; }
    .gt-price span { font-size: 0.68rem; }

    /* Price chart */
    .section-prices { padding: 52px 0; }
    .prices-grid { gap: 28px; }
    .prices-card { height: 320px; padding: 18px 14px 14px; border-radius: var(--r-md); }

    /* Neighbourhoods → 1 col, reveal shown (no hover on touch) */
    .hood-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; gap: 14px; }
    .hood-featured { grid-column: span 1; grid-row: span 1; }
    .hood-featured .hood-top h3 { font-size: 1.2rem; }
    .hood-reveal { max-height: 60px; opacity: 1; margin-top: 12px; }

    /* Services / FAQ */
    .svc-card { padding: 24px 22px; }
    .faq-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 28px; }
    .faq-item summary { padding: 16px 18px; font-size: 0.94rem; gap: 12px; }
    .faq-body { grid-template-columns: 1fr; padding: 0 18px 20px; }
    .faq-thumb { width: 100%; height: 150px; }

    /* Voices */
    .voice-card { flex: 0 0 86%; padding: 26px 22px; }

    /* CTA + Dream band */
    .cta-banner { padding: 64px 18px; }
    .dream-band { padding: 60px 20px; }

    /* Footer — clean stacked layout */
    .footer { padding-top: 48px; }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 28px 20px; padding-bottom: 32px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-sub { grid-column: 1 / -1; max-width: 100%; }
    .footer-logo { height: 52px; }
    .footer-seo { padding: 26px 0; }
    .footer-seo h3 { font-size: 1.1rem; }
    .footer-seo p { font-size: 0.86rem; }
    .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; padding: 18px 0; }

    /* FAB */
    .fab-whatsapp { width: 36px; height: 36px; bottom: 14px; right: 14px; }
    .fab-whatsapp svg { width: 19px; height: 19px; }
}

/* ── Small phones ── */
@media (max-width: 440px) {
    .hero-title { font-size: 1.8rem; }
    .display-2 { font-size: 1.42rem; }
    .stats-inner .stat strong { font-size: 1.7rem; }
    .resale-card { grid-template-columns: 78px 1fr; }
    .growth-tags span { font-size: 0.68rem; padding: 4px 10px; }
    .voice-card { flex: 0 0 92%; }
    .footer-top { grid-template-columns: 1fr; }
    .dream-title { font-size: 2.2rem; }
}

/* ── Touch devices: always show neighbourhood reveal (no hover) ── */
@media (hover: none) {
    .hood-reveal { max-height: 60px; opacity: 1; margin-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
/* ── property card: WhatsApp action + View affordance ── */
.pc-act.pc-wa:hover { color: #25D366; }
.pc-act.pc-wa svg { fill: currentColor; }
.pc-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pc-view { display: inline-flex; align-items: center; gap: 4px; font-size: .82rem; font-weight: 600; color: var(--c-orange); white-space: nowrap; }
.pc-view svg { transition: transform .2s ease; }
.prop-card:hover .pc-view svg { transform: translateX(3px); }