/* ===========================================================
   Lush Villas Seminyak — v2 Home + Villas Pages
   Based on Figma designs
   =========================================================== */

:root {
    --c-white: #ffffff;
    --c-black: #000000;
    --c-ink: #1b1c1c;
    --c-ink-2: #272727;
    --c-text: #555555;
    --c-text-2: #5f5e5e;
    --c-border: #f5f5f5;
    --c-border-2: #e5e5e5;
    --c-card-soft: #e9e8e7;
    --c-bg-soft: #f7f7f7;
    --c-cream: #fcfaee;
    --c-brand: #672f25;
    --c-bronze: #a6967b;
    --c-bronze-2: #a7977b;
    --c-gold: #ffe082;
    --c-gold-dark: #725c00;
    --c-sage: #6c7b79;
    --c-green: #006e1f;
    --c-footer: #231f20;
    --c-btn: #0d0d0d;

    --radius-pill: 9999px;
    --radius-btn: 12px;

    --shadow-lg: 0 25px 50px -12px rgba(0, 0, 0, .25);
    --shadow-card: 0 10px 30px -12px rgba(0, 0, 0, .12);

    --font: "DM Sans", system-ui, sans-serif;
    --font-mono: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--font);
    color: var(--c-ink-2);
    background: var(--c-white);
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
}

/* ---------- buttons / pills ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    border-radius: var(--radius-btn);
    transition: transform .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--c-btn); color: #fff; }
.nav .btn, .nav__overlay .btn { border-radius: 0; }
.btn-primary:hover { background: #222; }
.btn-outline { background: #fff; color: var(--c-ink-2); border: 1px solid var(--c-ink-2); }
.btn-lg { padding: 18px 32px; font-size: 13px; box-shadow: var(--shadow-lg); }

.pill {
    display: inline-block;
    padding: 8px 20px;
    background: var(--c-brand);
    color: #fff;
    border-radius: var(--radius-pill);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .18em;
}

/* ---------- section basics ---------- */
section { padding: 96px 0; }
.eyebrow {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--c-text);
}
.section-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.07;
    color: var(--c-ink-2);
    margin: 0 0 16px;
}
.section-sub {
    font-size: 15px;
    color: var(--c-text);
    line-height: 1.6;
    margin: 0;
}

/* ---------- NAV ---------- */
.nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--c-border);
}
.nav__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.nav__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--c-ink-2);
    text-transform: uppercase;
    line-height: 1;
}
.nav__brand-1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em;
}
.nav__brand-2 {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .4em;
    margin-top: 6px;
    padding-left: .4em; /* optical centering to offset trailing tracking */
}
.nav__menu {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0; padding: 0;
}
.nav__menu a {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--c-text);
    transition: color .2s;
}
.nav__menu a:hover { color: var(--c-ink-2); }
.nav__toggle { display: none; font-size: 24px; color: var(--c-ink-2); }

/* ---------- HERO ---------- */
.hero {
    position: relative;
    min-height: 100vh;
    padding: 220px 0 120px;
    background: linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.55)), url("../images/v2/hero-bg.png") center/cover no-repeat;
    color: #fff;
}
.hero__content {
    max-width: 720px;
    margin: 0;
    text-align: left;
}
.hero__pill { margin-bottom: 28px; }
.hero h1 {
    font-size: clamp(48px, 8vw, 96px);
    font-weight: 600;
    line-height: 1.0;
    margin: 0 0 24px;
    letter-spacing: -.01em;
}
.hero__sub {
    font-size: 18px;
    line-height: 1.625;
    max-width: 540px;
    margin: 0 0 48px;
    color: rgba(255,255,255,.92);
}
.hero__stats {
    display: flex;
    gap: 48px;
    align-items: center;
}
.hero__stat { }
.hero__stat-num {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}
.hero__stat-label {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .18em;
}
.hero__divider {
    width: 1px;
    height: 48px;
    background: rgba(255,255,255,.4);
}

/* ---------- LISTING (Available Units) ---------- */
.listing { background: #fff; }
.listing__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}
.listing__link {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--c-text);
    border-bottom: 2px solid var(--c-text);
    padding-bottom: 4px;
}
.property-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.property-card {
    background: #fff;
    border: 1px solid var(--c-border);
    display: flex;
    flex-direction: column;
    transition: transform .3s, box-shadow .3s;
}
.property-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.property-card__img {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.property-card__img img { width: 100%; height: 100%; object-fit: cover; }
.property-card__badge {
    position: absolute;
    top: 16px; left: 16px;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(12px);
    padding: 6px 14px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--c-ink-2);
    border-radius: var(--radius-pill);
}
.property-card__body { padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.property-card__name {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    color: var(--c-ink-2);
}
.property-card__loc {
    font-size: 14px;
    font-weight: 300;
    color: var(--c-text);
}
.property-card__loc i { margin-right: 6px; color: var(--c-bronze); }
.property-card__price { font-size: 18px; font-weight: 600; color: var(--c-ink-2); }
.property-card__meta {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid var(--c-border);
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--c-text);
}
.property-card__btn {
    display: block;
    text-align: center;
    padding: 14px;
    border: 1px solid #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .13em;
    transition: background .2s, color .2s;
}
.property-card__btn:hover { background: #000; color: #fff; }

/* ---------- OVERVIEW (16 units) ---------- */
.overview {
    background: #000;
    color: #fff;
    padding: 128px 0;
}
.overview__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.overview__visual {
    position: relative;
}
.overview__visual img {
    width: 100%;
    height: 544px;
    object-fit: cover;
    display: block;
}
.overview__badge {
    position: absolute;
    left: 32px;
    bottom: -48px;
    background: #a6967b;
    color: #fff;
    padding: 36px 48px;
    min-width: 260px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .4);
}
.overview__badge-num {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}
.overview__badge-cap {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .18em;
    line-height: 1.5;
}
.overview__title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 32px;
    color: #fff;
}
.overview__text {
    font-size: 15px;
    line-height: 1.95;
    color: rgba(255, 255, 255, .75);
    margin: 0 0 48px;
    max-width: 543px;
}
.overview__feats { display: flex; flex-direction: column; gap: 28px; }
.overview__feat {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.overview__feat-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
.overview__feat h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 4px;
    color: #fff;
    line-height: 1.27;
}
.overview__feat p {
    margin: 0;
    font-size: 15px;
    line-height: 1.33;
    color: rgba(255, 255, 255, .7);
}
@media (max-width: 992px) {
    .overview { padding: 80px 0; }
    .overview__grid { grid-template-columns: 1fr; gap: 64px; }
    .overview__badge { left: 20px; bottom: -32px; padding: 28px 32px; min-width: 220px; }
    .overview__visual img { height: 420px; }
}

/* ---------- BANNER + FEATURES (Global Standards) ---------- */
.banner {
    background: var(--c-brand);
    color: #fff;
    padding: 56px 0;
}
.banner__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 32px;
}
.banner h2 {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-align: left;
}
.banner__grid span {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: .02em;
}
@media (max-width: 768px) {
    .banner__grid { grid-template-columns: 1fr; text-align: center; }
    .banner h2 { text-align: center; }
}
.features { background: var(--c-cream); padding: 96px 0; }
.features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}
.feature-tile {
    padding: 24px;
}
.feature-tile__icon {
    width: 48px; height: 48px;
    display: flex; align-items: center; justify-content: center;
    color: var(--c-bronze);
    font-size: 32px;
    margin-bottom: 20px;
}
.feature-tile h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 12px;
    color: var(--c-ink);
}
.feature-tile p {
    font-size: 14px;
    color: var(--c-text);
    line-height: 1.6;
    margin: 0;
}

/* ---------- VILLA BANNER ---------- */
.villa-banner {
    background: #A0674B;
    padding: 40px 0;
}
.villa-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.villa-banner__text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}
.villa-banner__btn {
    flex-shrink: 0;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}
.villa-banner__btn:hover {
    background: transparent;
    color: #000;
}
@media (max-width: 768px) {
    .villa-banner__inner {
        flex-direction: column;
        text-align: center;
    }
    .villa-banner__text {
        font-size: 15px;
    }
}

/* ---------- ROI BENTO ---------- */
.roi { background: var(--c-bg-soft); }
.roi__head { text-align: left; margin-bottom: 56px; max-width: 720px; }
.roi__head h2 { font-size: 45px; font-weight: 600; color: #000; margin: 0 0 16px; }
.roi__bento {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
}
.bento-card {
    padding: 40px;
    background: #fff;
    box-shadow: var(--shadow-card);
    border-radius: 4px;
}
.bento-a { grid-column: 1; grid-row: 1; }
.bento-b {
    grid-column: 2; grid-row: 1;
    background: var(--c-brand);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.bento-b::before {
    content: "";
    position: absolute; inset: 0;
    background: url("../images/v2/strategic-locations.png") center/cover no-repeat;
    opacity: .15;
}
.bento-b > * { position: relative; }
.bento-c { grid-column: 1; grid-row: 2; }
.bento-d {
    grid-column: 2; grid-row: 2;
    background: var(--c-sage);
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 24px;
}
.bento-card__icon { font-size: 28px; color: var(--c-bronze); margin-bottom: 20px; }
.bento-card h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 16px;
}
.bento-card p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--c-text);
    margin: 0 0 24px;
}
.bento-d__content { flex: 1; }
.bento-d__map {
    flex: 0 0 180px;
    width: 180px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}
.bento-b p, .bento-d p { color: var(--c-card-soft); }
.bento-a__stats {
    display: flex;
    gap: 48px;
    padding-top: 24px;
    border-top: 1px solid rgba(208,198,175,.3);
}
.bento-a__stat-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #000;
    margin-bottom: 6px;
}
.bento-a__stat-val { font-size: 37px; font-weight: 600; color: #000; line-height: 1; }
.bento-a__stat-val.brand { color: var(--c-brand); }
.market-row { margin-bottom: 20px; }
.market-row__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
}
.market-row__label { font-weight: 500; color: var(--c-ink-2); }
.market-row__val { font-family: var(--font-mono); font-weight: 700; font-size: 18px; color: var(--c-green); }
.market-row__bar { height: 8px; background: var(--c-card-soft); border-radius: var(--radius-pill); overflow: hidden; }
.market-row__bar span { display: block; height: 100%; background: var(--c-green); border-radius: var(--radius-pill); }

/* ---------- STEPS ---------- */
.steps { background: #fff; text-align: center; }
.steps__head { max-width: 680px; margin: 0 auto 72px; }
.steps__head h2 { font-size: 45px; font-weight: 600; color: var(--c-ink); margin: 0 0 16px; }
.steps__flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.steps__flow::before {
    content: "";
    position: absolute;
    top: 40px; left: 12%; right: 12%;
    height: 1px;
    background: rgba(208,198,175,.5);
    z-index: 0;
}
.step { position: relative; z-index: 1; }
.step__circle {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(208,198,175,.4);
    box-shadow: var(--shadow-card);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0 auto 24px;
}
.step.is-highlight .step__circle {
    background: var(--c-gold-dark);
    border-color: var(--c-gold-dark);
    color: var(--c-bronze);
}
.step h4 {
    font-size: 22px;
    font-weight: 600;
    color: var(--c-ink);
    margin: 0 0 8px;
}
.step p {
    font-size: 14px;
    color: var(--c-text);
    line-height: 1.6;
    margin: 0;
}
.step.is-highlight h4 { color: var(--c-bronze); }

/* ---------- BUYER PATHS ---------- */
.paths { padding: 80px 0; }
.paths__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}
.paths__card {
    background: #FEFAED;
    padding: 48px 32px;
    text-align: center;
}
.paths__card h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #1a1a1a;
}
.paths__card p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}
.paths__actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.paths__btn {
    display: block;
    text-align: center;
    padding: 18px 24px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1a1a1a;
    border: 1px solid #d0d0d0;
    background: transparent;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}
.paths__btn:hover {
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}
@media (max-width: 768px) {
    .paths__grid,
    .paths__actions {
        grid-template-columns: 1fr;
    }
}

/* ---------- TRUST ---------- */
.trust {
    background: var(--c-ink);
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.trust::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/v2/bg-section-trust.webp") right center/cover no-repeat;
    opacity: .6;
}
.trust::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(27,28,28,1) 40%, rgba(27,28,28,0));
}
.trust__content { position: relative; z-index: 1; max-width: 600px; }
.trust h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 24px;
}
.trust p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--c-card-soft);
    margin: 0 0 40px;
}
.trust__partners-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--c-gold);
    margin-bottom: 20px;
}
.trust__partners {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
.trust__partners img {
    height: 36px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: .85;
}

/* ---------- FINAL CTA ---------- */
.final { background: var(--c-bg-soft); text-align: center; }
.final h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--c-ink);
    margin: 0 0 20px;
}
.final p {
    font-size: 18px;
    color: var(--c-text);
    max-width: 600px;
    margin: 0 auto 40px;
}
.final__cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ---------- FOOTER ---------- */
.footer {
    background: var(--c-footer);
    color: #fff;
    padding: 72px 0 32px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.3fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}
.footer__logo { width: 136px; height: auto; filter: brightness(0) invert(1); }
.footer__brand-name {
    font-size: 10px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 16px 0 24px;
}
.footer__badges { display: flex; flex-direction: column; gap: 16px; }
.footer__badge-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .18em;
    margin-bottom: 8px;
    color: #fff;
}
.footer__badge-img {
    height: 32px;
    width: auto;
    filter: brightness(0) invert(1);
}
.footer h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 10px; }
.footer ul a {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,.85);
    transition: color .2s;
}
.footer ul a:hover { color: #fff; }
.footer__contact { font-size: 12px; line-height: 1.7; color: rgba(255,255,255,.85); margin: 0 0 16px; }
.footer__social { display: flex; gap: 16px; font-size: 20px; color: var(--c-bronze-2); }
.footer__social a:hover { color: #fff; }
.footer__bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: rgba(255,255,255,.6);
}
.footer__bottom-badges { display: flex; gap: 24px; color: rgba(255,255,255,.85); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
    .container { padding: 0 32px; }
    section { padding: 72px 0; }
    .nav__inner { padding: 16px 32px; }
    .nav__menu { display: none; }
    .nav__toggle { display: block; }
    .hero { padding: 140px 0 80px; }
    .hero h1 { font-size: 56px; }
    .property-grid { grid-template-columns: 1fr 1fr; }
    .overview__grid { grid-template-columns: 1fr; gap: 40px; }
    .features__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .roi__bento { grid-template-columns: 1fr; }
    .bento-a, .bento-b, .bento-c, .bento-d { grid-column: 1; grid-row: auto; }
    .steps__flow { grid-template-columns: 1fr 1fr; gap: 48px; }
    .steps__flow::before { display: none; }
    .footer__grid { grid-template-columns: 1fr 1fr; }
    .final h2 { font-size: 40px; }
    .section-title, .overview__title, .roi__head h2, .steps__head h2, .trust h2 { font-size: 34px; }
}
@media (max-width: 640px) {
    .container { padding: 0 20px; }
    .nav__inner { padding: 14px 20px; }
    .nav__brand { font-size: 15px; }
    .hero { padding: 120px 0 60px; }
    .hero h1 { font-size: 44px; }
    .hero__sub { font-size: 16px; }
    .hero__stats { gap: 24px; }
    .hero__stat-num { font-size: 28px; }
    .property-grid { grid-template-columns: 1fr; }
    .features__grid { grid-template-columns: 1fr; }
    .steps__flow { grid-template-columns: 1fr; }
    .footer__grid { grid-template-columns: 1fr; gap: 32px; }
    .final h2 { font-size: 32px; }
    .section-title, .overview__title, .roi__head h2, .steps__head h2, .trust h2 { font-size: 28px; }
    .overview__card-num { font-size: 72px; }
    .bento-a__stats { flex-direction: column; gap: 24px; }
}

/* ===========================================================
   project.html — Villas Listing
   =========================================================== */

.listing-hero {
    padding: 160px 0 64px;
    background: #fff;
}
.listing-hero__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 48px;
    flex-wrap: wrap;
}
.listing-hero__title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.05;
    color: var(--c-ink-2);
    margin: 0 0 20px;
    letter-spacing: -.01em;
}
.listing-hero__sub {
    font-size: 15px;
    color: var(--c-text);
    line-height: 1.7;
    max-width: 480px;
    margin: 0;
}
.listing-hero__count {
    display: flex;
    align-items: center;
    gap: 16px;
}
.listing-hero__count-num {
    font-size: 56px;
    font-weight: 600;
    color: var(--c-bronze);
    line-height: 1;
}
.listing-hero__count-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--c-bronze);
    line-height: 1.5;
}

.listing-page {
    background: var(--c-bg-soft);
    padding: 64px 0 96px;
}
.listing-page__grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px;
    align-items: flex-start;
}

/* ===== Lead Capture Card ===== */
.lead-card {
    background: var(--c-ink);
    color: #fff;
    position: sticky;
    top: 100px;
    overflow: hidden;
}
.lead-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.lead-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.lead-card__brand {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .18em;
}
.lead-card__brand-1 { font-size: 12px; font-weight: 700; }
.lead-card__brand-2 { font-size: 9px; font-weight: 500; opacity: .85; }
.lead-card__body { padding: 24px 20px; }
.lead-card__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 14px;
    color: #fff;
}
.lead-card__title em {
    font-style: italic;
    font-weight: 500;
}
.lead-card__sub {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .75);
    margin: 0 0 18px;
}
.lead-card__sub strong { color: #fff; font-weight: 600; }
.lead-card__form { display: flex; flex-direction: column; gap: 8px; }
.lead-card__input {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-family: var(--font);
    font-size: 13px;
    color: var(--c-ink-2);
    background: #fff;
}
.lead-card__input::placeholder { color: #8a8a8a; }
.lead-card__input:focus { outline: none; border-color: var(--c-bronze); }
.lead-card__submit {
    margin-top: 8px;
    padding: 13px 16px;
    background: #d9d9d9;
    color: var(--c-ink-2);
    font-family: var(--font);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .18em;
    border: 0;
    cursor: pointer;
    transition: background .2s, color .2s;
}
.lead-card__submit:hover { background: var(--c-bronze); color: #fff; }

/* ===== Villa grid ===== */
.villas__meta {
    font-size: 13px;
    color: var(--c-text);
    margin-bottom: 24px;
}
.villas__meta span { font-weight: 600; color: var(--c-ink-2); }
.villas__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.villas__empty {
    text-align: center;
    padding: 80px 24px;
    color: var(--c-text);
}
.villas__empty i { font-size: 48px; margin-bottom: 16px; color: var(--c-border-2); }
.villas__empty button {
    color: var(--c-brand);
    text-decoration: underline;
    font-weight: 600;
    background: none;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
}

/* ===== Villa card ===== */
.villa-card {
    background: #fff;
    border: 1px solid var(--c-border);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .25s, box-shadow .25s;
}
.villa-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.villa-card__img {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.villa-card__img img { width: 100%; height: 100%; object-fit: cover; }
.villa-card__yield {
    position: absolute;
    top: 14px; left: 14px;
    background: var(--c-gold);
    color: var(--c-ink-2);
    padding: 5px 12px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    border-radius: 4px;
}
.villa-card__featured {
    position: absolute;
    top: 14px; left: 100px;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(8px);
    color: var(--c-ink-2);
    padding: 5px 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    border-radius: 4px;
}
.villa-card__heart {
    position: absolute;
    top: 14px; right: 14px;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(8px);
    color: var(--c-ink-2);
    font-size: 14px;
    display: flex; align-items: center; justify-content: center;
    transition: color .15s;
}
.villa-card__heart:hover { color: #c0392b; }
.villa-card__body { padding: 24px; display: flex; flex-direction: column; gap: 16px; }
.villa-card__loc {
    font-size: 12px;
    color: var(--c-text);
}
.villa-card__loc i { color: var(--c-bronze); margin-right: 6px; }
.villa-card__name {
    font-size: 24px;
    font-weight: 600;
    color: var(--c-ink-2);
    margin: 0;
}
.villa-card__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid var(--c-border);
    border-bottom: 1px solid var(--c-border);
}
.villa-card__meta {
    display: flex;
    gap: 14px;
    font-size: 13px;
    color: var(--c-text);
}
.villa-card__meta i { color: var(--c-bronze); margin-right: 4px; }
.villa-card__price { text-align: right; }
.villa-card__price-label {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--c-text);
    margin-bottom: 2px;
}
.villa-card__price-val {
    font-size: 15px;
    font-weight: 700;
    color: var(--c-ink-2);
}
.villa-card__price-val span {
    font-size: 11px;
    font-weight: 400;
    color: var(--c-text);
}
.villa-card__btn {
    display: block;
    text-align: center;
    padding: 13px;
    border: 1px solid var(--c-ink-2);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--c-ink-2);
    transition: all .2s;
}
.villa-card__btn:hover { background: var(--c-ink-2); color: #fff; }

/* ===== Why Invest ===== */
.ownership {
    background: #fff;
    padding: 96px 0;
    text-align: center;
}
.ownership__title {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--c-ink);
    margin: 0 0 20px;
    letter-spacing: -.01em;
}
.ownership__sub {
    font-size: 15px;
    line-height: 1.6;
    color: var(--c-text);
    max-width: 620px;
    margin: 0 auto 40px;
}
.ownership__cta {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.ownership__cta .btn {
    min-width: 240px;
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .listing-hero { padding: 130px 0 48px; }
    .listing-hero__title { font-size: 40px; }
    .listing-hero__count-num { font-size: 44px; }
    .listing-page__grid { grid-template-columns: 1fr; gap: 24px; }
    .lead-card { position: static; }
    .villas__grid { grid-template-columns: 1fr 1fr; }
    .ownership { padding: 72px 0; }
    .ownership__title { font-size: 32px; }
    .ownership__cta .btn { min-width: 0; width: 100%; }
}
@media (max-width: 640px) {
    .listing-hero__title { font-size: 32px; }
    .listing-hero__inner { flex-direction: column; align-items: flex-start; }
    .villas__grid { grid-template-columns: 1fr; }
    .villa-card__row { flex-direction: column; align-items: flex-start; gap: 12px; }
    .villa-card__price { text-align: left; }
}

/* ===========================================================
   villa-*.html — Detail Pages
   =========================================================== */

.detail-gallery { padding: 104px 0 0; background: #fff; }
.detail-gallery__grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    height: 580px;
}
.detail-gallery__main { grid-row: 1 / 3; overflow: hidden; }
.detail-gallery__side { overflow: hidden; }
.detail-gallery__grid img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .5s ease;
}
.detail-gallery__grid a:hover img,
.detail-gallery__grid div:hover img { transform: scale(1.03); }

.detail-title { background: #fff; padding: 48px 0 0; }
.detail-title__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}
.detail-title__eyebrow {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: #fff;
    background: var(--c-ink);
    padding: 6px 14px;
    border-radius: 9999px;
    margin-bottom: 14px;
}
.detail-title__name {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    color: var(--c-ink-2);
    letter-spacing: -.01em;
}
.detail-title__price { text-align: right; }
.detail-title__price-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--c-bronze);
    margin-bottom: 6px;
}
.detail-title__price-val {
    font-size: 48px;
    font-weight: 600;
    color: var(--c-bronze);
    line-height: 1;
}
.detail-title__price-sub {
    font-size: 12px;
    color: var(--c-text);
    margin-top: 8px;
}

.detail-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 28px 0 32px;
    border-top: 1px solid var(--c-border);
}
.detail-stat {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 24px;
    border-right: 1px solid var(--c-border);
}
.detail-stat:first-child { padding-left: 0; }
.detail-stat:last-child { border-right: 0; padding-right: 0; }
.detail-stat__label {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--c-text);
}
.detail-stat__val {
    font-size: 24px;
    font-weight: 600;
    color: var(--c-ink-2);
    line-height: 1.1;
    letter-spacing: -.01em;
}

.detail-body { padding: 96px 0; background: var(--c-bg-soft); }
.detail-body__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 64px;
    align-items: flex-start;
}
.detail-body__heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--c-ink-2);
    margin: 0 0 28px;
    letter-spacing: -.005em;
}
.detail-body__text {
    font-size: 15px;
    line-height: 1.75;
    color: var(--c-text);
    margin: 0 0 20px;
}
.detail-feats {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}
.detail-feat {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.detail-feat__icon {
    flex: 0 0 auto;
    color: var(--c-bronze);
    font-size: 18px;
    padding-top: 2px;
}
.detail-feat h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--c-ink-2);
    margin: 0 0 6px;
}
.detail-feat p {
    font-size: 13px;
    color: var(--c-text);
    line-height: 1.55;
    margin: 0;
}

/* ===== Detail body spec strip ===== */
.detail-specs {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid var(--c-border);
}
.detail-specs__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--c-ink-2);
}
.detail-specs__item i {
    color: var(--c-bronze);
    font-size: 16px;
}
.detail-specs__item strong {
    font-size: 14px;
    font-weight: 600;
    color: var(--c-ink-2);
}
.detail-specs__item span {
    font-size: 11px;
    color: var(--c-text);
    text-transform: uppercase;
    letter-spacing: .14em;
}

/* ===== CTA Banner ===== */
.cta-banner {
    background: #fff;
    padding: 0 0 96px;
}
.cta-banner__inner {
    position: relative;
    overflow: hidden;
    background: var(--c-ink);
    color: #fff;
    border-radius: 12px;
    padding: 72px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-image: radial-gradient(circle at 15% 50%, rgba(166,150,123,.14), transparent 55%);
}
.cta-banner__leaf {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    opacity: .25;
    pointer-events: none;
}
.cta-banner__title {
    position: relative;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 16px;
    max-width: 720px;
    letter-spacing: -.01em;
}
.cta-banner__sub {
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255,255,255,.75);
    margin: 0 0 32px;
    max-width: 560px;
}
.cta-banner__cta {
    position: relative;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}
.cta-banner__cta .btn-primary { background: var(--c-bronze); border-color: var(--c-bronze); }
.cta-banner__cta .btn-primary:hover { background: var(--c-bronze-2); }
.cta-banner__cta .btn-outline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.4);
}
.cta-banner__cta .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.cta-banner__cta .btn {
    min-width: 220px;
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* ===== Comparables ===== */
.comparables { background: #fff; padding: 96px 0; }
.comparables__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    gap: 32px;
    flex-wrap: wrap;
}
.comparables__title {
    font-size: 36px;
    font-weight: 600;
    color: var(--c-ink-2);
    margin: 0 0 8px;
}
.comparables__sub {
    font-size: 14px;
    color: var(--c-text);
    margin: 0;
}
.comparables__link {
    font-size: 13px;
    font-weight: 500;
    color: var(--c-ink-2);
}
.comparables__link i { margin-left: 8px; transition: transform .2s; }
.comparables__link:hover i { transform: translateX(4px); }
.comparables__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.comp-card {
    background: #fff;
    border: 1px solid var(--c-border);
    transition: transform .25s, box-shadow .25s;
}
.comp-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.comp-card a { display: block; }
.comp-card__img {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.comp-card__img img { width: 100%; height: 100%; object-fit: cover; }
.comp-card__yield {
    position: absolute;
    top: 14px; left: 14px;
    background: var(--c-ink);
    color: #fff;
    padding: 6px 14px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .18em;
    border-radius: 9999px;
}
.comp-card__body { padding: 20px 24px 24px; }
.comp-card__body h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 4px;
    color: var(--c-ink-2);
}
.comp-card__loc {
    font-size: 12px;
    color: var(--c-text);
    margin-bottom: 8px;
}
.comp-card__price {
    font-size: 18px;
    font-weight: 700;
    color: var(--c-ink-2);
}

@media (max-width: 992px) {
    .detail-gallery { padding-top: 90px; }
    .detail-gallery__grid { height: auto; grid-template-columns: 1fr; grid-template-rows: auto; }
    .detail-gallery__main { grid-row: auto; height: 360px; }
    .detail-gallery__side { height: 220px; }
    .detail-title__name { font-size: 32px; }
    .detail-title__price-val { font-size: 36px; }
    .detail-title__row { align-items: flex-start; }
    .detail-title__price { text-align: left; }
    .detail-stats { grid-template-columns: 1fr 1fr; padding: 20px 0 24px; }
    .detail-stat { padding: 0 16px; }
    .detail-stat:nth-child(2) { border-right: 0; padding-right: 0; }
    .detail-stat:nth-child(3) { padding-left: 0; border-top: 1px solid var(--c-border); padding-top: 20px; margin-top: 4px; }
    .detail-stat:nth-child(4) { border-top: 1px solid var(--c-border); padding-top: 20px; margin-top: 4px; }
    .detail-body { padding: 64px 0; }
    .detail-body__grid { grid-template-columns: 1fr; gap: 48px; }
    .detail-body__heading { font-size: 28px; }
    .detail-specs { gap: 20px; }
    .cta-banner__inner { padding: 56px 28px; }
    .cta-banner__title { font-size: 28px; }
    .cta-banner__leaf { width: 180px; opacity: .18; }
    .comparables { padding: 64px 0; }
    .comparables__grid { grid-template-columns: 1fr; }
    .comparables__title { font-size: 28px; }
}
@media (max-width: 640px) {
    .detail-feats { grid-template-columns: 1fr; }
    .detail-stats { grid-template-columns: 1fr; }
    .detail-stat { border-right: 0 !important; padding: 16px 0 !important; border-top: 1px solid var(--c-border); }
    .detail-stat:first-child { border-top: 0; padding-top: 0 !important; }
    .cta-banner__cta .btn { min-width: 0; width: 100%; }
}

/* ===========================================================
   about-us.html
   =========================================================== */

.about-hero {
    position: relative;
    min-height: 85vh;
    padding: 160px 0 80px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.6)), url("../images/v2/about-hero.webp") center/cover no-repeat;
    display: flex;
    align-items: center;
}
.about-hero > .container { width: 100%; }
.about-hero__content { text-align: left; }
.about-hero__brand {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 48px;
}
.about-hero__brand-1 { font-size: 22px; font-weight: 700; letter-spacing: .02em; }
.about-hero__brand-2 { font-size: 10px; font-weight: 400; letter-spacing: .4em; margin-top: 6px; padding-left: .4em; }
.about-hero__title {
    font-size: clamp(44px, 7vw, 80px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.01em;
    margin: 0 0 32px;
}
.about-hero__eyebrow {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .14em;
    margin-bottom: 14px;
    color: #fff;
}
.about-hero__sub {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255,255,255,.88);
    margin: 0 0 36px;
    max-width: 520px;
}
.about-hero__cta { display: inline-block; }

/* ---- Origin Story ---- */
.origin { padding: 120px 0; background: #fff; }
.origin__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.origin__title {
    font-size: 44px;
    font-weight: 700;
    color: var(--c-ink-2);
    margin: 0 0 32px;
    line-height: 1.1;
    letter-spacing: -.01em;
}
.origin__content p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--c-text);
    margin: 0 0 18px;
    max-width: 520px;
}
.origin__visual img {
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* ---- Simple Belief ---- */
.belief {
    background: var(--c-ink);
    color: #fff;
    padding: 120px 0;
    text-align: center;
}
.belief__inner { max-width: 760px; margin: 0 auto; }
.belief__title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 40px;
    color: #fff;
}
.belief p {
    font-size: 15px;
    line-height: 1.85;
    color: rgba(255,255,255,.75);
    margin: 0 0 20px;
}

/* ---- Lush Pillars ---- */
.pillars {
    background: #0d0d0d;
    color: #fff;
    padding: 120px 0;
}
.pillars__grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center;
}
.pillars__visual img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}
.pillars__eyebrow {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--c-bronze);
    margin-bottom: 16px;
}
.pillars__title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35;
    color: #fff;
    margin: 0 0 40px;
}
.accordion-item {
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.accordion__head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: color .2s;
}
.accordion__head:hover { color: var(--c-bronze); }
.accordion__head i {
    width: 32px; height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.3);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px;
    transition: transform .3s ease;
    flex-shrink: 0;
    margin-left: 16px;
}
.accordion-item.is-open .accordion__head i {
    transform: rotate(180deg);
    background: var(--c-bronze);
    border-color: var(--c-bronze);
}
.accordion__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s ease;
}
.accordion-item.is-open .accordion__body {
    max-height: 300px;
    padding: 0 0 22px;
}
.accordion__body p {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255,255,255,.7);
    margin: 0;
    max-width: 560px;
}

/* ---- Team ---- */
.team { padding: 120px 0; background: #F9F9F9; }
.team__head { text-align: center; max-width: 720px; margin: 0 auto 72px; }
.team__eyebrow {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--c-text);
    margin-bottom: 16px;
}
.team__title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--c-ink-2);
    margin: 0 0 32px;
    letter-spacing: -.01em;
}
.team__sub {
    font-size: 14px;
    line-height: 1.75;
    color: var(--c-text);
    margin: 0 0 16px;
}
.team__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.team-card {
    text-align: center;
}
.team-card__photo {
    aspect-ratio: 4/5;
    overflow: hidden;
    margin-bottom: 20px;
    background: var(--c-bg-soft);
}
.team-card__photo img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.team-card__name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px;
    color: var(--c-ink-2);
}
.team-card__role {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--c-text);
    margin-bottom: 10px;
}
.team-card__bio {
    font-size: 13px;
    line-height: 1.55;
    color: var(--c-text);
    margin: 0;
    max-width: 260px;
    margin: 0 auto;
}

/* ---- Quote ---- */
.quote { padding: 80px 0 120px; background: #fff; }
.quote__grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 56px;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
}
.quote__portrait {
    aspect-ratio: 1/1;
    overflow: hidden;
}
.quote__portrait img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: top;
}
.quote__body {
    margin: 0;
    position: relative;
}
.quote__mark {
    font-size: 72px;
    line-height: 1;
    color: var(--c-bronze);
    font-family: Georgia, serif;
    margin-bottom: 12px;
}
.quote__body p {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--c-ink-2);
    margin: 0 0 24px;
}
.quote__body cite {
    font-size: 12px;
    font-style: normal;
    color: var(--c-text);
    line-height: 1.55;
}
.quote__body cite strong { color: var(--c-ink-2); font-weight: 600; }

/* ---- About CTA ---- */
.about-cta {
    padding: 96px 0;
    background: var(--c-ink);
    color: #fff;
    background: linear-gradient(180deg, rgba(13,13,13,.88), rgba(13,13,13,.92)), url("../images/v2/about-hero.webp") center/cover no-repeat;
}
.about-cta__inner { text-align: center; max-width: 680px; margin: 0 auto; }
.about-cta h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #fff;
}
.about-cta p {
    font-size: 14px;
    color: rgba(255,255,255,.8);
    margin: 0 0 32px;
    line-height: 1.6;
}
.about-cta__buttons { display: grid; grid-template-columns: auto auto; gap: 16px; justify-content: center; }
.about-cta__buttons .btn { white-space: nowrap; }
@media (max-width: 640px) { .about-cta__buttons { grid-template-columns: 1fr; } .about-cta__buttons .btn { width: 100%; } }
.about-cta .btn-primary { background: #A6967B; }
.about-cta .btn-primary:hover { background: #8f8068; }
.about-cta .btn-outline { background: transparent; color: #fff; border-color: #fff; }
.about-cta .btn-outline:hover { background: #fff; color: var(--c-ink); }

@media (max-width: 992px) {
    .about-hero { min-height: 70vh; padding: 130px 0 60px; }
    .about-hero__title { font-size: 44px; }
    .origin { padding: 80px 0; }
    .origin__grid { grid-template-columns: 1fr; gap: 48px; }
    .origin__title { font-size: 32px; }
    .belief { padding: 80px 0; }
    .belief__title { font-size: 30px; }
    .pillars { padding: 80px 0; }
    .pillars__grid { grid-template-columns: 1fr; gap: 48px; }
    .team { padding: 80px 0; }
    .team__title { font-size: 32px; }
    .team__grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
    .quote__grid { grid-template-columns: 1fr; text-align: center; }
    .quote__portrait { max-width: 240px; margin: 0 auto; }
    .quote__body p { font-size: 20px; }
    .about-cta { padding: 72px 0; }
    .about-cta h2 { font-size: 28px; }
}

/* ===========================================================
   contact.html
   =========================================================== */

.contact-hero {
    padding: 160px 0 56px;
    background: #fff;
}
.contact-hero__title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.05;
    margin: 0 0 20px;
    color: var(--c-ink-2);
    letter-spacing: -.01em;
}
.contact-hero__sub {
    font-size: 14px;
    color: var(--c-text);
    line-height: 1.65;
    margin: 0;
    max-width: 460px;
}
.contact-body { padding: 56px 0 96px; background: #fff; }
.contact-body__grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 32px;
    align-items: flex-start;
}

/* ---- Booking card ---- */
.book-card {
    background: #fff;
    border: 1px solid var(--c-border);
    padding: 40px 36px;
}
.book-card__title {
    font-size: 30px;
    font-weight: 700;
    color: var(--c-ink-2);
    margin: 0 0 28px;
}
.book-form { display: flex; flex-direction: column; gap: 14px; }
.book-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.book-row--phone { grid-template-columns: 140px 1fr; }
.book-input {
    padding: 14px 18px;
    border: 1px solid var(--c-border);
    background: var(--c-bg-soft);
    font-family: var(--font);
    font-size: 13px;
    color: var(--c-ink-2);
    border-radius: 2px;
}
.book-input:focus { outline: none; border-color: var(--c-bronze); background: #fff; }
.book-select {
    padding: 14px 42px 14px 18px;
    border: 1px solid var(--c-border);
    background: var(--c-bg-soft) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='%23272727' d='M6 8L2 4h8z'/></svg>") no-repeat right 18px center;
    font-family: var(--font);
    font-size: 13px;
    color: var(--c-ink-2);
    border-radius: 2px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
.book-select:focus { outline: none; border-color: var(--c-bronze); background-color: #fff; }
.book-submit {
    background: var(--c-bronze);
    color: #fff;
    padding: 16px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2em;
    border: 0;
    cursor: pointer;
    transition: background .2s;
    margin-top: 6px;
}
.book-submit:hover { background: var(--c-bronze-2); }

/* ---- Sidebar ---- */
.contact-side { display: flex; flex-direction: column; gap: 20px; }
.hq-card {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 4px;
}
.hq-card img { width: 100%; height: 100%; object-fit: cover; }
.hq-card__overlay {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 24px 28px;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.8));
    color: #fff;
}
.hq-card__eyebrow {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .18em;
    opacity: .85;
    margin-bottom: 4px;
}
.hq-card__title {
    font-size: 20px;
    font-weight: 600;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-info__row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.contact-info__icon {
    flex: 0 0 44px;
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-bg-soft);
    color: var(--c-ink-2);
    font-size: 15px;
    border-radius: 4px;
}
.contact-info__label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--c-text);
    margin-bottom: 6px;
}
.contact-info__value {
    font-size: 13px;
    line-height: 1.65;
    color: var(--c-ink-2);
}
.contact-info__value a { color: var(--c-ink-2); }
.contact-info__value a:hover { color: var(--c-brand); }

.support-box {
    background: var(--c-bg-soft);
    padding: 24px 28px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.support-item__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    font-size: 14px;
    color: var(--c-ink-2);
}
.support-item__head i { color: var(--c-bronze); font-size: 14px; }
.support-item p {
    font-size: 12px;
    line-height: 1.6;
    color: var(--c-text);
    margin: 0;
}

@media (max-width: 992px) {
    .contact-hero { padding: 130px 0 48px; }
    .contact-hero__title { font-size: 40px; }
    .contact-hero__inner { flex-direction: column; align-items: flex-start; }
    .contact-body__grid { grid-template-columns: 1fr; }
    .book-card { padding: 32px 24px; }
    .book-row { grid-template-columns: 1fr; }
    .book-row--phone { grid-template-columns: 110px 1fr; }
}
@media (max-width: 640px) {
    .contact-hero__title { font-size: 30px; }
    .book-card__title { font-size: 24px; }
}

/* ===========================================================
   Mobile Nav Overlay
   =========================================================== */
body.nav-open { overflow: hidden; }

.nav__overlay {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(13, 13, 13, .98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 32px;
}
.nav__overlay.is-open {
    opacity: 1;
    visibility: visible;
}
.nav__overlay-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s;
}
.nav__overlay-close:hover { background: rgba(255, 255, 255, .16); }
.nav__overlay-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    text-align: center;
}
.nav__overlay-menu a {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -.01em;
    transition: color .2s, transform .25s ease;
    display: inline-block;
}
.nav__overlay-menu a:hover {
    color: var(--c-bronze);
    transform: translateY(-2px);
}
.nav__overlay .btn { min-width: 200px; }

/* Scale-in animation for menu items */
.nav__overlay-menu li {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .4s ease, transform .4s ease;
}
.nav__overlay.is-open .nav__overlay-menu li {
    opacity: 1;
    transform: translateY(0);
}
.nav__overlay.is-open .nav__overlay-menu li:nth-child(1) { transition-delay: .08s; }
.nav__overlay.is-open .nav__overlay-menu li:nth-child(2) { transition-delay: .14s; }
.nav__overlay.is-open .nav__overlay-menu li:nth-child(3) { transition-delay: .20s; }
.nav__overlay.is-open .nav__overlay-menu li:nth-child(4) { transition-delay: .26s; }
.nav__overlay.is-open .btn {
    opacity: 0;
    animation: navFadeUp .4s .32s ease forwards;
}
@keyframes navFadeUp {
    to { opacity: 1; transform: translateY(0); }
}


/* ===========================================================
   HOME v3 — Figma redesign (Nova Escapes capture)
   Sections: Announcement · Hero · Trust · Why Seminyak ·
             Villas · Calculator · Steps · Stay · Nova ·
             Certainty · Location · Data · FAQ · CTA · Footer
   =========================================================== */

/* ---------- new tokens ---------- */
:root {
    --c-dark:       #0a0a0a;
    --c-dark-2:     #0d0d0d;
    --c-dark-3:     #231f20;
    --c-dark-card:  #161616;
    --c-dark-border:#2a2724;
    --c-cream-text: #f0ece4;
    --c-muted-dark: #8a8680;
    --c-text-light: #6b6b6b;
    --c-border-light:#e9e9e9;
    --inst: 'Instrument Sans', sans-serif;
}

/* ---------- shared helpers ---------- */
.sec-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    margin-bottom: 16px;
}
.sec-label--dark  { color: var(--c-muted-dark); }
.sec-label--gray  { color: var(--c-text); }
.sec-label--black { color: #000; }
.sec-label--center{ text-align: center; }

.sec-heading {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 600;
    line-height: 1.05;
    color: var(--c-bronze);
    margin: 0 0 24px;
}
.sec-heading--white { color: #fff; }
.sec-heading--center { text-align: center; }

.btn-v3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    padding: 0 29px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: opacity .2s;
    border: 1px solid transparent;
    text-decoration: none;
}
.btn-v3:hover { opacity: .85; }
.btn-v3--gold { background: var(--c-bronze); color: var(--c-dark); border-color: var(--c-bronze); }
.btn-v3--ghost-gold { background: transparent; color: var(--c-bronze); border-color: var(--c-bronze); }
.btn-v3--ghost-dark { background: transparent; color: var(--c-text); border-color: var(--c-text); }
.btn-v3--ghost-white { background: transparent; color: #fff; border-color: #fff; }

/* ============================================================
   1. ANNOUNCEMENT BAR
   ============================================================ */
.announce-bar {
    position: sticky;
    top: 0;
    z-index: 1001;
    background: var(--c-dark);
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    font-family: var(--inst);
    font-size: 11px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #222;
}
.announce-bar__left { display: flex; align-items: center; gap: 10px; }
.announce-bar__dot  { width: 6px; height: 6px; border-radius: 50%; background: var(--c-bronze); flex-shrink: 0; }
.announce-bar__right { display: flex; align-items: center; gap: 12px; }
.announce-bar__lang { opacity: .7; }
.currency-btn {
    font-family: var(--inst);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid rgba(255,255,255,.25);
    color: rgba(255,255,255,.6);
    padding: 2px 8px;
    cursor: pointer;
    transition: all .15s;
}
.currency-btn.active,
.currency-btn:hover { border-color: var(--c-bronze); color: var(--c-bronze); }

/* ─── nav adjustments (now below announce bar) ─── */
.nav { position: sticky; top: 42px; z-index: 1000; }

/* ============================================================
   2. HERO v3
   ============================================================ */
.hero-v3 {
    position: relative;
    min-height: calc(100vh - 42px - 64px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--c-dark);
}
.hero-v3__bg {
    position: absolute; inset: 0;
    background-image: url('../images/v2/hero-figma.jpg');
    background-size: cover;
    background-position: center 30%;
}
.hero-v3__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(10,10,10,.4) 0%, rgba(10,10,10,.85) 100%);
}
.hero-v3__body {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 112px;
    padding-bottom: 40px;
}
.hero-v3__eyebrow {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: var(--inst);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 36px;
}
.hero-v3__eyebrow-sep {
    width: 4px; height: 4px; border-radius: 50%;
    background: var(--c-bronze); flex-shrink: 0;
}
.hero-v3__h1 {
    font-size: clamp(38px, 5.5vw, 54px);
    font-weight: 600;
    line-height: 1.08;
    color: var(--c-cream-text);
    letter-spacing: -1.6px;
    margin: 0 0 24px;
    max-width: 780px;
}
.hero-v3__h1 em { font-style: normal; color: var(--c-bronze); }
.hero-v3__desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--c-cream-text);
    opacity: .9;
    max-width: 576px;
    margin: 0 0 40px;
}
.hero-v3__btns { display: flex; gap: 24px; flex-wrap: wrap; margin-bottom: 64px; }
.hero-v3__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--c-bronze);
    padding-top: 28px;
    gap: 0;
}
.hero-v3__stat { padding-right: 24px; }
.hero-v3__stat-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: var(--c-muted-dark);
    margin-bottom: 8px;
}
.hero-v3__stat-val {
    font-size: 30px;
    font-weight: 400;
    color: var(--c-cream-text);
    line-height: 1;
}
.hero-v3__stat-val span { font-size: 20px; color: var(--c-bronze); }
.hero-v3__stat-note {
    font-size: 12px;
    color: var(--c-cream-text);
    opacity: .7;
    margin-top: 6px;
}

/* ============================================================
   3. TRUST BAR v3
   ============================================================ */
.trust-bar-v3 {
    background: var(--c-brand);
    border-bottom: 1px solid var(--c-dark-border);
    padding: 20px 40px;
}
.trust-bar-v3__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.trust-bar-v3__label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #fff;
}
.trust-bar-v3__badges {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
.trust-bar-v3__badge {
    font-size: 18px;
    color: rgba(255,255,255,.8);
    white-space: nowrap;
}
.trust-bar-v3__badge em { font-style: italic; }

/* ============================================================
   4. WHY SEMINYAK
   ============================================================ */
.why-seminyak {
    background: var(--c-bg-soft);
    padding: 80px 48px;
}
.why-seminyak__inner { max-width: 1280px; margin: 0 auto; }
.why-seminyak__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
    align-items: start;
}
.why-seminyak__heading { font-size: clamp(28px, 3.5vw, 36px); }
.why-seminyak__body { font-size: 18px; color: var(--c-text); line-height: 1.6; max-width: 442px; margin: 0; }
.why-seminyak__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--c-border-light);
}
.why-stat {
    padding: 24px;
    border-right: 1px solid var(--c-border-light);
}
.why-stat:last-child { border-right: none; }
.why-stat__label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px;
}
.why-stat__val {
    font-size: 48px;
    font-weight: 600;
    color: var(--c-bronze);
    line-height: 1;
}
.why-stat__val span { font-size: 24px; }
.why-stat__note {
    font-size: 12px;
    color: var(--c-text);
    margin-top: 8px;
}

/* ============================================================
   5. VILLA COLLECTION
   ============================================================ */
.villa-collection {
    background: #fff;
    padding: 96px 48px;
}
.villa-collection__inner { max-width: 1280px; margin: 0 auto; }
.villa-collection__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 64px;
    flex-wrap: wrap;
    gap: 24px;
}
.villa-collection__title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 600;
    color: var(--c-bronze);
    margin: 0;
    line-height: 1.05;
}
.villa-tier { margin-bottom: 64px; }
.villa-tier__header {
    display: flex;
    align-items: baseline;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid var(--c-border-light);
    margin-bottom: 32px;
}
.villa-tier__tag {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--c-bronze);
    border: 1px solid var(--c-bronze);
    padding: 4px 10px;
    white-space: nowrap;
}
.villa-tier__tag--entry { color: #6C7B79; border-color: #6C7B79; }
.villa-tier__tag--family { color: #976045; border-color: #976045; }
.villa-tier__tag--flagship { color: #672F25; border-color: #672F25; }
.villa-tier__desc { font-size: 14px; color: var(--c-text); }
.villa-cards { display: grid; gap: 24px; }
.villa-cards--2 { grid-template-columns: repeat(2, 1fr); }
.villa-cards--1 { grid-template-columns: 1fr; }

.villa-card-v3 {
    border: 1px solid var(--c-border-light);
    background: #fff;
    display: flex;
    flex-direction: column;
}
.villa-card-v3__img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}
.villa-card-v3__img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.villa-card-v3:hover .villa-card-v3__img img { transform: scale(1.03); }
.villa-card-v3__badge {
    position: absolute;
    top: 16px; left: 16px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: var(--c-dark);
    color: #fff;
    padding: 4px 10px;
}
.villa-card-v3__badge--pop {
    background: var(--c-bronze);
    color: var(--c-dark);
}
.villa-card-v3__body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.villa-card-v3__card-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}
.villa-card-v3__type {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--c-text);
    white-space: nowrap;
}
.villa-card-v3__name {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.villa-card-v3__specs {
    font-size: 13px;
    color: var(--c-text-light);
    margin-bottom: 20px;
    line-height: 1.7;
}
.villa-card-v3__features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    font-size: 13px;
    color: var(--c-text-light);
    line-height: 1.9;
}
.villa-card-v3__metrics {
    display: flex;
    gap: 0;
    border-top: 1px solid #e8e4de;
    padding-top: 16px;
    margin-top: auto;
    margin-bottom: 20px;
}
.villa-card-v3__metric { flex: 1; }
.villa-card-v3__m-val {
    font-size: 20px;
    font-weight: 600;
    color: var(--c-bronze);
    line-height: 1;
}
.villa-card-v3__m-lbl {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--c-text);
    margin-top: 4px;
}
.villa-card-v3__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ============================================================
   6. ROI CALCULATOR
   ============================================================ */
.roi-calc {
    background: var(--c-dark-2);
    padding: 96px 48px;
}
.roi-calc__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}
.roi-calc__lede { }
.roi-calc__heading {
    font-size: clamp(36px, 4.5vw, 48px);
    font-weight: 600;
    color: #fff;
    margin: 32px 0 24px;
    line-height: 1.05;
}
.roi-calc__heading em { font-style: normal; color: var(--c-bronze); }
.roi-calc__body {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255,255,255,.85);
    line-height: 1.6;
    margin-bottom: 16px;
}
.roi-calc__disclaimer {
    font-size: 12px;
    color: rgba(255,255,255,.5);
    line-height: 1.7;
}
.roi-calc__disclaimer a { color: var(--c-bronze); text-decoration: underline; }

.calc-box {
    border: 1px solid rgba(255,255,255,.2);
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.calc-field { }
.calc-field__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.calc-field__label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #fff;
}
.calc-field__val { font-size: 16px; color: var(--c-bronze); font-weight: 400; }
.calc-select {
    width: 100%;
    background: var(--c-dark-2);
    border: 1px solid #555;
    color: #fff;
    height: 50px;
    padding: 0 16px;
    font-size: 15px;
    font-family: var(--font);
    appearance: none;
    cursor: pointer;
}
.calc-select option { background: #1a1a1a; }

/* range slider */
.calc-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #fff var(--fill, 46%), #555 var(--fill, 46%));
    border: none;
    outline: none;
    cursor: pointer;
}
.calc-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px; height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--c-bronze);
    cursor: pointer;
}
.calc-slider::-moz-range-thumb {
    width: 20px; height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--c-bronze);
    cursor: pointer;
    border: none;
}
.calc-hints {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 12px;
    color: var(--c-text-light);
    opacity: .6;
}

.calc-sep { border: none; border-top: 1px solid var(--c-bronze); margin: 0; }

.calc-results { display: flex; flex-direction: column; gap: 16px; }
.calc-result-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.calc-result-row__label {
    font-size: 14px;
    color: rgba(255,255,255,.7);
}
.calc-result-row__val {
    font-size: 20px;
    color: var(--c-bronze);
    font-weight: 400;
}
.calc-result-row__sub {
    font-size: 12px;
    color: var(--c-text-light);
    opacity: .6;
    margin-top: 2px;
}
.calc-cta { margin-top: 4px; }

/* ============================================================
   7. THREE STEPS
   ============================================================ */
.three-steps {
    background: #fff;
    padding: 96px 48px;
}
.three-steps__inner { max-width: 1280px; margin: 0 auto; }
.three-steps__header { text-align: center; margin-bottom: 64px; }
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.step-card {
    padding: 40px;
    border: 1px solid rgba(85,85,85,.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: none;
}
.step-card:first-child { border-left: 1px solid rgba(85,85,85,.3); }
.step-card--dark {
    background: var(--c-dark-3);
    border-color: var(--c-dark-3);
}
.step-card__num {
    font-size: 72px;
    font-weight: 400;
    color: var(--c-bronze);
    line-height: 1;
    margin-bottom: 16px;
}
.step-card__title {
    font-size: 24px;
    font-weight: 600;
    color: var(--c-bronze);
    margin: 0 0 16px;
}
.step-card--dark .step-card__title { color: var(--c-cream-text); }
.step-card__body {
    font-size: 15px;
    color: var(--c-text-light);
    line-height: 1.6;
    margin-bottom: 24px;
    flex: 1;
}
.step-card--dark .step-card__body { color: rgba(240,236,228,.9); }
.step-card__note {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--c-text);
    margin-top: auto;
}
.step-card--dark .step-card__note { color: #fff; }
.three-steps__cta { text-align: center; margin-top: 48px; }

/* ============================================================
   8. STAY ON US
   ============================================================ */
.stay-on-us {
    background: var(--c-bg-soft);
    padding: 80px 48px;
}
.stay-on-us__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.stay-on-us__img {
    aspect-ratio: 4/3;
    overflow: hidden;
}
.stay-on-us__img img { width: 100%; height: 100%; object-fit: cover; }
.stay-on-us__content { }
.stay-on-us__heading { line-height: 1.05; margin-bottom: 24px; }
.stay-on-us__body {
    font-size: 18px;
    color: var(--c-text);
    line-height: 1.6;
    margin-bottom: 32px;
}
.stay-on-us__stats {
    display: flex;
    gap: 40px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.stay-stat__label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: var(--c-text);
    margin-bottom: 6px;
}
.stay-stat__val {
    font-size: 20px;
    font-weight: 600;
    color: var(--c-bronze);
}
.stay-on-us__note {
    font-size: 12px;
    color: #000;
    margin-top: 16px;
}

/* ============================================================
   9. NOVA SECTION
   ============================================================ */
.nova-section {
    background: #000;
    padding: 96px 48px;
}
.nova-section__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}
.nova-section__heading { color: var(--c-bronze); margin-bottom: 24px; }
.nova-section__body {
    font-size: 18px;
    color: rgba(255,255,255,.85);
    line-height: 1.6;
    margin-bottom: 20px;
}
.nova-section__btns { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; }
.nova-section__btn { width: max-content; }
.nova-section__right { }
.nova-section__img {
    aspect-ratio: 4/3;
    overflow: hidden;
    margin-bottom: 24px;
}
.nova-section__img img { width: 100%; height: 100%; object-fit: cover; }
.nova-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 16px;
}
.nova-stat {
    background: var(--c-dark-card);
    border: 1px solid var(--c-dark-border);
    padding: 20px;
    text-align: center;
}
.nova-stat__val {
    font-size: 30px;
    font-weight: 600;
    color: var(--c-bronze);
    line-height: 1;
}
.nova-stat__lbl {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 6px;
}
.nova-stat__sub {
    font-size: 12px;
    color: rgba(255,255,255,.7);
    margin-top: 4px;
}
.nova-testimonial {
    background: var(--c-dark-card);
    border: 1px solid var(--c-dark-border);
    padding: 18px;
}
.nova-testimonial__q {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 8px;
}
.nova-testimonial__attr {
    font-size: 12px;
    color: rgba(255,255,255,.6);
}

/* ============================================================
   10. BUILT FOR CERTAINTY
   ============================================================ */
.certainty {
    background: #fff;
    padding: 96px 48px;
}
.certainty__inner { max-width: 1280px; margin: 0 auto; }
.certainty__header { margin-bottom: 64px; }
.certainty__heading { font-size: clamp(28px, 3.5vw, 36px); }
.certainty-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.certainty-card {
    border: 1px solid rgba(85,85,85,.3);
    padding: 32px;
    border-left: none;
}
.certainty-card:first-child { border-left: 1px solid rgba(85,85,85,.3); }
.certainty-card__num {
    font-size: 30px;
    font-weight: 600;
    color: var(--c-text);
    margin-bottom: 24px;
}
.certainty-card__title {
    font-size: 24px;
    font-weight: 600;
    color: var(--c-text);
    margin: 0 0 16px;
}
.certainty-card__body {
    font-size: 15px;
    color: var(--c-text-light);
    line-height: 1.6;
    margin-bottom: 24px;
}
.certainty-card__link {
    font-size: 14px;
    color: var(--c-text);
    border-bottom: 1px solid var(--c-text);
    padding-bottom: 1px;
    text-decoration: none;
    display: inline-block;
}

/* ============================================================
   11. LOCATION
   ============================================================ */
.location-sec {
    background: #fff;
    padding: 96px 48px;
    border-top: 1px solid var(--c-border-light);
}
.location-sec__inner { max-width: 1280px; margin: 0 auto; }
.location-sec__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 64px;
    flex-wrap: wrap;
    gap: 24px;
}
.location-sec__heading { font-size: clamp(28px, 3.5vw, 48px); margin: 0; line-height: 1.05; }
.location-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--c-border-light);
    padding-top: 32px;
}
.location-item { padding-right: 24px; }
.location-item__num {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    line-height: 1;
}
.location-item__num span { font-size: 24px; font-weight: 600; }
.location-item__mode {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: var(--c-text);
    margin: 8px 0 6px;
}
.location-item__dest {
    font-size: 14px;
    color: var(--c-text);
    opacity: .85;
}

/* ============================================================
   12. WHAT THE DATA SHOWS
   ============================================================ */
.data-shows {
    background: var(--c-bg-soft);
    padding: 96px 48px;
}
.data-shows__inner { max-width: 1280px; margin: 0 auto; }
.data-shows__header {
    text-align: center;
    margin-bottom: 24px;
}
.data-shows__intro {
    font-size: 14px;
    color: var(--c-text);
    text-align: center;
    max-width: 576px;
    margin: 0 auto 48px;
    line-height: 1.6;
}
.data-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.data-card {
    background: #fff;
    padding: 32px;
    display: flex;
    flex-direction: column;
}
.data-card__source {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: var(--c-brand);
    margin-bottom: 16px;
}
.data-card__body {
    font-size: 18px;
    color: var(--c-text);
    line-height: 1.5;
    flex: 1;
    margin-bottom: 24px;
}
.data-card__cite {
    display: flex;
    align-items: center;
    gap: 12px;
}
.data-card__cite-icon {
    width: 44px; height: 44px;
    border-radius: 4px;
    background: var(--c-text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    flex-shrink: 0;
}
.data-card__cite-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--c-text-light);
}
.data-card__cite-pub {
    font-size: 12px;
    color: var(--c-text);
    margin-top: 2px;
}
.data-shows__disclaimer {
    text-align: center;
    font-size: 12px;
    color: var(--c-text);
    font-style: italic;
    margin-top: 24px;
}
.data-shows__disclaimer a { text-decoration: underline; color: inherit; }

/* ============================================================
   13. FAQ
   ============================================================ */
.faq-sec {
    background: #fff;
    padding: 96px 48px;
}
.faq-sec__inner { max-width: 1280px; margin: 0 auto; }
.faq-sec__header { text-align: center; margin-bottom: 48px; }
.faq-list { max-width: 848px; margin: 0 auto; }
.faq-item {
    border-bottom: 1px solid var(--c-text-light);
}
.faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    cursor: pointer;
    font-size: 20px;
    color: var(--c-text);
    font-weight: 400;
    gap: 16px;
}
.faq-q__icon {
    font-size: 24px;
    color: var(--c-bronze);
    font-weight: 300;
    flex-shrink: 0;
    transition: transform .25s;
    line-height: 1;
}
.faq-item.open .faq-q__icon { transform: rotate(45deg); }
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}
.faq-a__body {
    padding: 0 0 20px;
    font-size: 16px;
    color: var(--c-text);
    line-height: 1.7;
}
.faq-sec__cta { text-align: center; margin-top: 48px; }

/* ============================================================
   14. FINAL CTA
   ============================================================ */
.cta-final {
    background: var(--c-dark);
    padding: 120px 48px;
    text-align: center;
}
.cta-final__inner { max-width: 800px; margin: 0 auto; }
.cta-final__label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: var(--c-muted-dark);
    margin-bottom: 24px;
    display: block;
}
.cta-final__heading {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 24px;
}
.cta-final__sub {
    font-size: 18px;
    color: rgba(255,255,255,.65);
    line-height: 1.6;
    margin-bottom: 48px;
}
.cta-final__btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   15. FOOTER v3
   ============================================================ */
.footer-v3 {
    background: #000;
    padding: 64px 48px 0;
}
.footer-v3__inner { max-width: 1280px; margin: 0 auto; }
.footer-v3__grid {
    display: grid;
    grid-template-columns: 280px 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 48px;
}
.footer-v3__brand-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .72px;
    text-transform: uppercase;
    line-height: 1;
}
.footer-v3__brand-sub {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-top: 4px;
}
.footer-v3__brand-desc {
    font-size: 14px;
    color: rgba(255,255,255,.8);
    line-height: 1.7;
    margin-top: 24px;
    max-width: 260px;
}
.footer-v3__col-title {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #b6b6b6;
    margin-bottom: 16px;
    display: block;
}
.footer-v3__links {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-v3__links a {
    font-size: 14px;
    color: rgba(255,255,255,.85);
    text-decoration: none;
    transition: color .15s;
}
.footer-v3__links a:hover { color: var(--c-bronze); }
.footer-v3__address {
    font-size: 14px;
    color: rgba(255,255,255,.85);
    line-height: 1.7;
    margin-bottom: 16px;
}
.footer-v3__email {
    font-size: 14px;
    color: rgba(255,255,255,.85);
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
}
.footer-v3__socials { display: flex; gap: 20px; }
.footer-v3__social { color: var(--c-bronze); font-size: 16px; }
.footer-v3__bottom {
    border-top: 1px solid rgba(255,255,255,.15);
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    opacity: .7;
}
.footer-v3__copy { font-size: 12px; color: #fff; }
.footer-v3__legal { display: flex; gap: 24px; }
.footer-v3__legal a { font-size: 12px; color: #fff; text-decoration: none; }
.footer-v3__legal a:hover { color: var(--c-bronze); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .hero-v3__stats { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .why-seminyak__top { grid-template-columns: 1fr; }
    .why-seminyak__stats { grid-template-columns: repeat(2, 1fr); }
    .why-stat { border-right: none; border-bottom: 1px solid var(--c-border-light); }
    .villa-cards--2 { grid-template-columns: 1fr; }
    .roi-calc__inner { grid-template-columns: 1fr; }
    .stay-on-us__inner { grid-template-columns: 1fr; }
    .nova-section__inner { grid-template-columns: 1fr; }
    .certainty-grid { grid-template-columns: 1fr; }
    .certainty-card { border-left: 1px solid rgba(85,85,85,.3) !important; border-top: none; }
    .certainty-card:first-child { border-top: 1px solid rgba(85,85,85,.3); }
    .data-grid { grid-template-columns: 1fr; }
    .location-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .footer-v3__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .announce-bar { padding: 0 16px; }
    .announce-bar__lang { display: none; }
    .hero-v3__body { padding: 80px 24px 40px; }
    .hero-v3__stats { grid-template-columns: repeat(2, 1fr); }
    .why-seminyak { padding: 60px 24px; }
    .why-seminyak__stats { grid-template-columns: 1fr 1fr; }
    .villa-collection { padding: 64px 24px; }
    .villa-tier__header { flex-direction: column; gap: 8px; }
    .roi-calc { padding: 64px 24px; }
    .three-steps { padding: 64px 24px; }
    .steps-grid { grid-template-columns: 1fr; }
    .step-card { border-left: 1px solid rgba(85,85,85,.3) !important; border-top: none; }
    .step-card:first-child { border-top: 1px solid rgba(85,85,85,.3); }
    .stay-on-us { padding: 64px 24px; }
    .nova-section { padding: 64px 24px; }
    .certainty { padding: 64px 24px; }
    .location-sec { padding: 64px 24px; }
    .location-grid { grid-template-columns: repeat(2, 1fr); }
    .data-shows { padding: 64px 24px; }
    .faq-sec { padding: 64px 24px; }
    .cta-final { padding: 80px 24px; }
    .footer-v3 { padding: 48px 24px 0; }
    .footer-v3__grid { grid-template-columns: 1fr; }
    .trust-bar-v3 { padding: 16px 24px; }
    .trust-bar-v3__badges { gap: 16px; }
    .trust-bar-v3__badge { font-size: 14px; }
}

@media (max-width: 480px) {
    .hero-v3__h1 { font-size: 32px; letter-spacing: -.5px; }
    .hero-v3__stats { grid-template-columns: 1fr 1fr; }
    .hero-v3__btns { flex-direction: column; }
    .btn-v3 { width: 100%; justify-content: center; }
    .villa-card-v3__metrics { gap: 16px; }
    .data-grid { grid-template-columns: 1fr; }
    .location-grid { grid-template-columns: 1fr 1fr; }
    .footer-v3__bottom { flex-direction: column; text-align: center; }
    .footer-v3__legal { flex-wrap: wrap; justify-content: center; }
}

/* =========================================================
   NAVIGATION OVERLAY (Mobile Menu)
   ========================================================= */

.nav__overlay {
    display: none;
    position: fixed;
    top: 42px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 999;
    flex-direction: column;
    padding: 24px;
    overflow-y: auto;
}

.nav__overlay[aria-hidden="false"] {
    display: flex;
}

.nav__overlay-close {
    align-self: flex-end;
    padding: 8px;
    font-size: 24px;
    margin-bottom: 24px;
}

.nav__overlay-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nav__overlay-menu a {
    font-size: 16px;
    color: var(--c-ink-2);
    text-decoration: none;
}

.nav__overlay .btn {
    width: 100%;
}

.nav__toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--c-ink-2);
}

.nav__toggle:hover { opacity: 0.7; }

@media (max-width: 1024px) {
    .nav__menu { display: none; }
    .nav__toggle { display: block; }
}

@media (min-width: 1025px) {
    .nav__overlay { display: none !important; }
    .nav__toggle { display: none; }
}

/* =========================================================
   VILLAS PAGE STYLES  (Figma node 3:2)
   ========================================================= */

/* ── Nav active link (border-bottom per Figma) ── */
.nav__link { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .2em; color: var(--c-text); transition: color .2s; }
.nav__link:hover { color: var(--c-ink-2); }
.nav__link--active { color: var(--c-ink-2) !important; border-bottom: 1px solid var(--c-ink-2); padding-bottom: 2px; }
.villas-nav-cta { font-size: 12px; letter-spacing: .04em; }

/* ── Collection section ── */
.villas-collection { background: #f7f7f7; padding: 80px 0 64px; }
.villas-collection__header { margin-bottom: 56px; }
.villas-page-title { font-size: 54px; font-weight: 600; line-height: 1.05; color: #a6967b; margin: 16px 0 0; }
.villas-collection__desc { font-size: 18px; color: #6b6b6b; line-height: 1.6; margin-top: 20px; max-width: 672px; }

/* ── Site Plan + Filter layout ── */
.villas-plan-layout {
    display: flex;
    background: white;
    border: 1px solid #f5f5f5;
    align-items: stretch;
}

.villas-plan-main {
    flex: 1;
    min-width: 0;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.villas-plan-toprow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.villas-plan-title {
    font-size: 24px;
    font-weight: 600;
    color: #a6967b;
    margin: 0;
}

/* Availability legend (top-right of site plan) */
.villas-avail-legend {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.avail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #6b6b6b;
    font-family: var(--font);
}

.avail-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* Site plan image */
.villas-plan-img {
    position: relative;
}

.villas-plan-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* Interactive Site Plan overlay */
.siteplan-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.siteplan-hit {
    pointer-events: auto;
    cursor: pointer;
    outline: none;
}

.siteplan-hit circle {
    fill: transparent;
    stroke-width: 4;
    stroke-opacity: 0.55;
    transform-box: fill-box;
    transform-origin: center;
    animation: siteplan-pulse 2.4s ease-in-out infinite;
    transition: stroke-width .2s ease, stroke-opacity .2s ease;
}

.siteplan-hit[data-status="available"] circle { stroke: #299500; }
.siteplan-hit[data-status="reserved"] circle { stroke: #f0d27a; }
.siteplan-hit[data-status="sold"]     circle { stroke: #ffffff; }

.siteplan-hit:hover circle,
.siteplan-hit:focus-visible circle {
    stroke-width: 8;
    stroke-opacity: 1;
    animation-play-state: paused;
}

@keyframes siteplan-pulse {
    0%, 100% { stroke-width: 3; stroke-opacity: 0.4; transform: scale(1); }
    50%      { stroke-width: 6; stroke-opacity: 0.9; transform: scale(1.12); }
}

/* Stagger so they don't all pulse together */
.siteplan-hit[data-unit="A1"] circle { animation-delay: 0s; }
.siteplan-hit[data-unit="B1"] circle { animation-delay: 0.15s; }
.siteplan-hit[data-unit="B2"] circle { animation-delay: 0.30s; }
.siteplan-hit[data-unit="B3"] circle { animation-delay: 0.45s; }
.siteplan-hit[data-unit="B4"] circle { animation-delay: 0.60s; }
.siteplan-hit[data-unit="B5"] circle { animation-delay: 0.75s; }
.siteplan-hit[data-unit="B6"] circle { animation-delay: 0.90s; }
.siteplan-hit[data-unit="B7"] circle { animation-delay: 1.05s; }
.siteplan-hit[data-unit="C1"] circle { animation-delay: 0.20s; }
.siteplan-hit[data-unit="C2"] circle { animation-delay: 0.40s; }
.siteplan-hit[data-unit="D1"] circle { animation-delay: 0.60s; }
.siteplan-hit[data-unit="E1"] circle { animation-delay: 0.10s; }
.siteplan-hit[data-unit="E2"] circle { animation-delay: 0.25s; }
.siteplan-hit[data-unit="E3"] circle { animation-delay: 0.40s; }
.siteplan-hit[data-unit="E4"] circle { animation-delay: 0.55s; }
.siteplan-hit[data-unit="E5"] circle { animation-delay: 0.70s; }

@media (prefers-reduced-motion: reduce) {
    .siteplan-hit circle { animation: none; }
}

/* Bottom type legend */
.villas-type-legend {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    padding-top: 8px;
}

.type-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #6b6b6b;
    font-family: var(--font);
}

.type-chip__dot {
    display: inline-block;
    width: 24px;
    height: 14px;
    flex-shrink: 0;
}

/* ── Filter Panel (right) ── */
.villas-filter-v2 {
    width: 320px;
    flex-shrink: 0;
    border-left: 1px solid #f5f5f5;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: white;
}

.vff__title {
    font-size: 20px;
    font-weight: 600;
    color: #a6967b;
    margin: 0;
    line-height: 1.4;
}

.vff__group { display: flex; flex-direction: column; gap: 12px; }

.vff__label {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    color: #111;
    margin: 0;
}

/* Checkboxes */
.vff__checks { display: flex; flex-direction: column; gap: 8px; }

.vff__check-item,
.vff__radio-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
}

.vff__check-item input[type="checkbox"],
.vff__radio-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.vff__box {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #6b6b6b;
    flex-shrink: 0;
    background: white;
    transition: background .15s;
}

.vff__check-item:has(input:checked) .vff__box,
.vff__radio-item:has(input:checked) .vff__box {
    background: #6b6b6b;
}

.vff__check-text {
    font-size: 14px;
    color: #6b6b6b;
    line-height: 20px;
}

/* Price range */
.vff__price-text {
    font-size: 14px;
    color: #6b6b6b;
    margin: 0;
    letter-spacing: -.01em;
}

.vff__range-track {
    height: 2px;
    background: #2a2724;
    width: 100%;
    margin-top: 8px;
}

/* Radios */
.vff__radios { display: flex; flex-direction: column; gap: 8px; }

.vff__divider { height: 1px; background: #2a2724; margin: 4px 0; }

/* Tour button (ghost bronze, no border-radius) */
.vff__tour-btn {
    width: 100%;
    justify-content: center;
    background: transparent;
    color: #a6967b;
    border: 1px solid #a6967b;
    font-size: 11px;
    letter-spacing: .4px;
    padding: 10px 16px;
    border-radius: 0;
}
.vff__tour-btn:hover { background: #a6967b; color: white; opacity: 1; }

/* ── Explore CTA bar ── */
.villas-explore-bar {
    background: #672f25;
    padding: 32px 0;
}

.villas-explore-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.villas-explore-bar__text {
    font-size: 18px;
    font-weight: 500;
    color: white;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    margin: 0;
}

.villas-explore-bar__btn {
    font-size: 14px;
    letter-spacing: .56px;
    border-radius: 0;
    padding: 6px 30px;
    line-height: 28px;
    opacity: .8;
}
.villas-explore-bar__btn:hover { opacity: 1; }

/* ── Comparison Table ── */
.villas-comparison { background: white; padding: 64px 0 80px; }

.villas-comparison__title {
    font-size: 36px;
    font-weight: 600;
    color: #a6967b;
    margin: 0 0 24px;
    line-height: 1.2;
}

.comparison-table-wrapper {
    overflow-x: auto;
    border: 1px solid #b6b6b6;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.comparison-table thead { background: #555; }

.comparison-table th {
    padding: 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: white;
    white-space: nowrap;
}

.comparison-table td {
    padding: 16px;
    border-bottom: 1px solid #b6b6b6;
    color: #555;
    font-size: 14px;
}

.comparison-table tbody tr:last-child td { border-bottom: none; }
.villa-row:hover { background: #fafafa; }

.vct-name {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
    white-space: nowrap;
}

.vct-sub {
    font-size: 12px;
    color: #8a8680;
    margin-top: 2px;
}

.vct-data { color: #555; white-space: nowrap; }

.vct-yield {
    color: #299500;
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: -.01em;
}

.vct-badge {
    display: inline-block;
    padding: 4px 0;
    width: 83px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
}

.vct-badge--available { background: #299500; }
.vct-badge--reserved { background: #a6967b; }

.vct-view {
    font-size: 14px;
    color: #111;
    border-bottom: 1px solid #a6967b;
    padding-bottom: 1px;
    white-space: nowrap;
}
.vct-view:hover { color: #a6967b; }

/* ── Dark CTA section ── */
.villas-dark-cta {
    background: #0a0a0a;
    padding: 80px 0;
}

.villas-dark-cta__inner {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.villas-dark-cta__heading {
    font-size: 48px;
    font-weight: 600;
    color: #f0ece4;
    margin: 0 0 24px;
    line-height: 1.1;
}

.villas-dark-cta__desc {
    font-size: 16px;
    color: #f0ece4;
    opacity: .85;
    line-height: 1.6;
    margin: 0 0 48px;
}

/* ── Footer ── */
.villas-footer {
    background: #000;
    padding: 64px 0 0;
    color: white;
}

.villas-footer__grid {
    display: grid;
    grid-template-columns: 272px 272px 272px 272px;
    gap: 0 48px;
    padding-bottom: 48px;
}

.villas-footer__brand { margin-bottom: 24px; }
.villas-footer__brand-name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .72px;
    line-height: 1.6;
}
.villas-footer__brand-sub {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 4px;
    opacity: .85;
}

.villas-footer__desc {
    font-size: 14px;
    line-height: 1.6;
    opacity: .8;
    margin: 0;
    max-width: 260px;
}

.villas-footer__col-title {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #b6b6b6;
    margin: 0 0 16px;
}

.villas-footer__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.villas-footer__menu li,
.villas-footer__menu a {
    font-size: 14px;
    color: white;
    opacity: .85;
}
.villas-footer__menu a:hover { opacity: 1; }

.villas-footer__address {
    font-size: 14px;
    color: white;
    opacity: .85;
    line-height: 1.7;
    margin: 0 0 12px;
}

.villas-footer__email {
    font-size: 14px;
    color: white;
    opacity: .85;
    margin: 0 0 20px;
}
.villas-footer__email a { color: white; }
.villas-footer__email a:hover { opacity: 1; }

.villas-footer__socials {
    display: flex;
    gap: 32px;
}
.villas-footer__socials a { font-size: 16px; color: #a6967b; }
.villas-footer__socials a:hover { opacity: .7; }

.villas-footer__bottom {
    border-top: 1px solid rgba(255,255,255,.15);
    padding: 24px 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    opacity: .7;
}

.villas-footer__bottom p {
    font-size: 12px;
    margin: 0;
    color: white;
}

.villas-footer__legal {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 24px;
}

.villas-footer__legal a {
    font-size: 12px;
    color: white;
}
.villas-footer__legal a:hover { opacity: .7; }

.btn-v3--full { width: 100%; justify-content: center; }

/* ── Responsive ── */
@media (max-width: 1200px) {
    .villas-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 1024px) {
    .villas-plan-layout { flex-direction: column-reverse; }
    .villas-filter-v2 { width: 100%; border-left: none; border-bottom: 1px solid #f5f5f5; }
    .villas-page-title { font-size: 40px; }
}

@media (max-width: 768px) {
    .villas-collection { padding: 60px 0 40px; }
    .villas-page-title { font-size: 32px; }
    .villas-plan-main { padding: 24px; }
    .villas-plan-toprow { flex-direction: column; align-items: flex-start; }
    .villas-avail-legend { gap: 16px; }
    .villas-explore-bar__inner { flex-direction: column; align-items: flex-start; gap: 16px; }
    .villas-explore-bar__text { font-size: 14px; }
    .villas-comparison { padding: 48px 0 60px; }
    .villas-comparison__title { font-size: 26px; }
    .comparison-table th, .comparison-table td { padding: 12px; font-size: 12px; }
    .vct-name { font-size: 15px; }
    .villas-dark-cta__heading { font-size: 32px; }
    .villas-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .villas-footer__bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
    .villas-footer__legal { flex-wrap: wrap; gap: 16px; }
}

@media (max-width: 480px) {
    .villas-page-title { font-size: 28px; }
    .villas-type-legend { gap: 16px; flex-direction: column; }
    .villas-footer__grid { grid-template-columns: 1fr; gap: 32px; }
    .comparison-table th:nth-child(3),
    .comparison-table td:nth-child(3) { display: none; }
}

/* =========================================================
   VILLA DETAIL PAGE STYLES  (Figma node 4:2)
   ========================================================= */

/* ── Breadcrumb bar ── */
.vd-breadcrumb {
    background: #672f25;
    border-bottom: 1px solid #2a2724;
    padding: 12px 0;
    margin-top: 123px; /* announce-bar 42px + nav ~81px */
}
.vd-breadcrumb__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
}
.vd-breadcrumb a { color: rgba(255,255,255,.7); }
.vd-breadcrumb a:hover { color: white; }
.vd-breadcrumb__sep { color: rgba(255,255,255,.4); }
.vd-breadcrumb__current { color: white; }

/* ── Gallery ── */
.vd-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    height: 540px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 48px 0;
    gap: 16px;
}
.vd-gallery__main {
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.vd-gallery__main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vd-gallery__side {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.vd-gallery__thumb {
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.vd-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vd-gallery__thumb--more .vd-gallery__more-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: rgba(17,17,17,.85);
    color: #a6967b;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
}

/* ── Villa Hero Section ── */
.vd-hero {
    background: white;
    padding: 48px 0 64px;
}
.vd-hero__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1fr 395px;
    gap: 64px;
    align-items: start;
}

/* Badges */
.vd-badges { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.vd-tier-badge {
    background: #6c7b79;
    color: white;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .88px;
    text-transform: uppercase;
    padding: 3px 8px;
    line-height: 16.5px;
}
.vd-meta-tag {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #555;
}

/* Title */
.vd-title {
    font-size: 54px;
    font-weight: 600;
    color: #a6967b;
    margin: 0 0 12px;
    line-height: 1.1;
}
.vd-tagline {
    font-size: 20px;
    color: #6b6b6b;
    margin: 0 0 24px;
    line-height: 1.5;
}

/* Key metrics bar */
.vd-metrics-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #b6b6b6;
    margin-bottom: 32px;
}
.vd-metric {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-right: 1px solid #b6b6b6;
}
.vd-metric:last-child { border-right: none; }
.vd-metric__label {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    color: #555;
}
.vd-metric__value {
    font-size: 20px;
    font-weight: 600;
    color: #a6967b;
    line-height: 1.5;
}

/* Specs row */
.vd-specs {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(182,182,182,.96);
    padding-top: 32px;
}
.vd-spec { display: flex; flex-direction: column; gap: 4px; }
.vd-spec__label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #555;
}
.vd-spec__value {
    font-size: 24px;
    font-weight: 600;
    color: #a6967b;
    line-height: 1.3;
}
.vd-spec__value sup { font-size: 14px; font-weight: 400; }

/* ── Reservation Sidebar ── */
.vd-sidebar {
    background: #0a0a0a;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.vd-sidebar__starting {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: white;
    margin: 0 0 8px;
}
.vd-sidebar__price {
    font-size: 48px;
    font-weight: 600;
    color: #f0ece4;
    line-height: 1.1;
    margin-bottom: 8px;
}
.vd-sidebar__sub {
    font-size: 12px;
    color: rgba(255,255,255,.7);
    margin: 0 0 4px;
}
.vd-sidebar__net {
    font-size: 12px;
    color: rgba(255,255,255,.7);
    margin: 0 0 20px;
}
.vd-sidebar__net-val { color: #a6967b; letter-spacing: -.12px; }

.vd-sidebar__avail {
    border: 1px solid #555;
    padding: 11px 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: white;
    margin-bottom: 8px;
}
.vd-sidebar__avail-dot {
    width: 8px; height: 8px;
    background: #6c7b79;
    border-radius: 4px;
    flex-shrink: 0;
}

.vd-sidebar__reservebox {
    border: 1px solid #555;
    padding: 13px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.vd-sidebar__reservebox-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white;
    margin: 0;
}
.vd-sidebar__reservebox-text {
    font-size: 14px;
    color: white;
    margin: 0;
    line-height: 1.4;
}

.vd-sidebar__btn {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    text-transform: uppercase;
    padding: 15px 20px;
    margin-bottom: 8px;
    transition: opacity .2s;
    cursor: pointer;
}
.vd-sidebar__btn:last-child { margin-bottom: 0; }
.vd-sidebar__btn--primary {
    background: #a6967b;
    color: #0a0a0a;
    border: 1px solid #a6967b;
}
.vd-sidebar__btn--outline {
    background: transparent;
    color: #a6967b;
    border: 1px solid #a6967b;
}
.vd-sidebar__btn--ghost {
    background: transparent;
    color: #a6967b;
    border: none;
    border-top: 1px solid rgba(201,168,118,.3);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    padding: 12px 0;
}
.vd-sidebar__btn:hover { opacity: .8; }

/* ── Tab Navigation ── */
.vd-tabs-nav {
    background: #f7f7f7;
    border-top: 1px solid #2a2724;
    border-bottom: 1px solid #2a2724;
    position: sticky;
    top: 123px;
    z-index: 50;
}
.vd-tabs-nav__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.vd-tabs-nav__inner::-webkit-scrollbar { display: none; }

.vd-tab {
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    color: #555;
    cursor: pointer;
    white-space: nowrap;
    transition: color .15s;
    flex-shrink: 0;
}
.vd-tab:hover { color: #111; }
.vd-tab.active { color: #111; border-bottom-color: #111; }

/* ── Tab panels ── */
.vd-tab-panel { display: none; }
.vd-tab-panel.active { display: block; }

/* ── "The Design" (Overview) ── */
.vd-design {
    background: #f7f7f7;
    padding: 64px 0;
}
.vd-design__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}
.vd-design__eyebrow {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #111;
    margin: 0 0 16px;
}
.vd-design__heading {
    font-size: 36px;
    font-weight: 600;
    color: #a6967b;
    margin: 0 0 20px;
    line-height: 1.1;
}
.vd-design__body {
    font-size: 18px;
    color: #6b6b6b;
    line-height: 1.7;
    margin: 0 0 20px;
}
.vd-design__body:last-child { margin-bottom: 0; }

/* Features list */
.vd-features-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.vd-features-list li {
    font-size: 18px;
    color: #6b6b6b;
    line-height: 1.55;
    display: flex;
    align-items: baseline;
    gap: 12px;
}
.vd-diamond {
    color: #a6967b;
    font-size: 18px;
    font-weight: 600;
    flex-shrink: 0;
}

/* Placeholder panels */
.vd-placeholder-panel {
    background: #f7f7f7;
    padding: 64px 0;
}
.vd-placeholder-panel__text {
    font-size: 16px;
    color: #999;
    font-style: italic;
    margin: 0;
}

/* ── Alternatives ── */
.vd-alternatives {
    background: white;
    padding: 64px 0 80px;
}
.vd-alternatives__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 24px;
    flex-wrap: wrap;
}
.vd-alternatives__heading {
    font-size: 36px;
    font-weight: 600;
    color: #a6967b;
    margin: 0;
    line-height: 1.1;
}
.vd-alternatives__all-btn {
    border: 1px solid #555;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    text-transform: uppercase;
    padding: 14px 29px;
    white-space: nowrap;
    transition: background .2s, color .2s;
}
.vd-alternatives__all-btn:hover { background: #555; color: white; }

.vd-alt-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid #f0ebe5;
}

.vd-alt-card {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #f0ebe5;
    transition: box-shadow .2s;
}
.vd-alt-card:last-child { border-right: none; }
.vd-alt-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.08); z-index: 1; }

.vd-alt-card__img {
    height: 270px;
    overflow: hidden;
}
.vd-alt-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.vd-alt-card:hover .vd-alt-card__img img { transform: scale(1.03); }

.vd-alt-card__body {
    padding: 16px 16px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.vd-alt-card__tier {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .88px;
    text-transform: uppercase;
    color: white;
    padding: 3px 8px;
    line-height: 16.5px;
}
.vd-alt-card__tier--entry { background: #6c7b79; }
.vd-alt-card__tier--flagship { background: #976045; }
.vd-alt-card__tier--family { background: #976045; }

.vd-alt-card__name {
    font-size: 20px;
    font-weight: 600;
    color: #a6967b;
    margin: 0;
    line-height: 1.4;
}
.vd-alt-card__type {
    font-size: 12px;
    color: #555;
    margin: 0;
}

.vd-alt-card__metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #f5f5f5;
    margin-top: 16px;
}
.vd-alt-metric {
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-right: 1px solid #f5f5f5;
}
.vd-alt-metric:last-child { border-right: none; }
.vd-alt-metric__label {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    color: #555;
}
.vd-alt-metric__val {
    font-size: 14px;
    font-weight: 500;
    color: #a6967b;
    line-height: 1.5;
}

/* ── Dark CTA section ── */
.vd-dark-cta {
    background: #080808;
    padding: 80px 0;
}
.vd-dark-cta__inner {
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
}
.vd-dark-cta__heading {
    font-size: 48px;
    font-weight: 600;
    color: #f0ece4;
    margin: 0 0 20px;
    line-height: 1.1;
}
.vd-dark-cta__highlight { color: #a6967b; }
.vd-dark-cta__desc {
    font-size: 17px;
    color: #f0ece4;
    opacity: .85;
    line-height: 1.5;
    margin: 0 0 48px;
}
.vd-dark-cta__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.vd-dark-cta__outline-btn {
    border: 1px solid #a6967b;
    color: #a6967b;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    text-transform: uppercase;
    padding: 15px 29px;
    transition: opacity .2s;
}
.vd-dark-cta__outline-btn:hover { opacity: .7; }

/* ── Lightbox ── */
.vd-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vd-lightbox[aria-hidden="true"] { display: none; }
.vd-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.92);
    cursor: pointer;
}
.vd-lightbox__box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 90vw;
}
.vd-lightbox__img {
    max-width: 80vw;
    max-height: 85vh;
    object-fit: contain;
    display: block;
}
.vd-lightbox__close {
    position: absolute;
    top: -48px; right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 36px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}
.vd-lightbox__prev,
.vd-lightbox__next {
    background: rgba(255,255,255,.1);
    border: none;
    color: white;
    font-size: 40px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .2s;
}
.vd-lightbox__prev:hover,
.vd-lightbox__next:hover { background: rgba(255,255,255,.2); }
.vd-lightbox__counter {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: rgba(255,255,255,.6);
    white-space: nowrap;
}

/* ── Responsive ── */
@media (max-width: 1200px) {
    .vd-hero__container { grid-template-columns: 1fr 340px; gap: 40px; }
}

@media (max-width: 1024px) {
    .vd-hero__container { grid-template-columns: 1fr; }
    .vd-sidebar { order: -1; }
    .vd-gallery { height: 360px; }
    .vd-design__grid { grid-template-columns: 1fr; gap: 40px; }
    .vd-alt-cards { grid-template-columns: 1fr; border: none; gap: 1px; background: #f0ebe5; }
    .vd-alt-card { border-right: none; }
}

@media (max-width: 768px) {
    .vd-breadcrumb { margin-top: 123px; }
    .vd-breadcrumb__inner { padding: 0 24px; font-size: 10px; }
    .vd-gallery { grid-template-columns: 1fr; height: auto; padding: 16px 24px 0; }
    .vd-gallery__main { height: 260px; }
    .vd-gallery__side { flex-direction: row; height: 140px; }
    .vd-hero { padding: 32px 0 48px; }
    .vd-hero__container { padding: 0 24px; gap: 32px; }
    .vd-title { font-size: 36px; }
    .vd-metrics-bar { grid-template-columns: repeat(2, 1fr); }
    .vd-metric:nth-child(2) { border-right: none; }
    .vd-specs { gap: 24px; }
    .vd-spec__value { font-size: 20px; }
    .vd-tabs-nav { top: 123px; }
    .vd-tabs-nav__inner { padding: 0 24px; }
    .vd-design { padding: 48px 0; }
    .vd-design__heading { font-size: 28px; }
    .vd-design__body { font-size: 16px; }
    .vd-features-list li { font-size: 16px; }
    .vd-alternatives { padding: 48px 0; }
    .vd-alternatives__heading { font-size: 28px; }
    .vd-dark-cta__heading { font-size: 32px; }
    .vd-dark-cta__btns { flex-direction: column; align-items: stretch; }
    .vd-dark-cta__btns .btn-v3 { text-align: center; justify-content: center; }
    .vd-dark-cta__outline-btn { text-align: center; }
}

@media (max-width: 480px) {
    .vd-metrics-bar { grid-template-columns: repeat(2, 1fr); }
    .vd-alt-card__metrics { grid-template-columns: repeat(2, 1fr); }
    .vd-alt-metric:nth-child(2) { border-right: none; }
}

/* ─── Villa Detail · Floor Plan Tab ───────────────────────── */
.vd-fp { background: #f7f7f7; padding: 64px 0 48px; }
.vd-fp__inner { max-width: 1232px; margin: 0 auto; padding: 0 111.5px; }

.vd-fp__eyebrow { display: block; font-size: 11px; font-weight: 500; letter-spacing: 2.2px; text-transform: uppercase; color: #111; margin-bottom: 12px; }
.vd-fp__heading { font-size: 36px; font-weight: 600; color: var(--c-bronze); line-height: 1.1; margin: 0 0 16px; }
.vd-fp__desc { font-size: 18px; color: #555; line-height: 1.6; max-width: 640px; margin: 0 0 48px; }

.vd-fp__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 32px; }

.vd-fp-card { background: #fff; border: 1px solid #f5f5f5; padding: 24px; }
.vd-fp-card__label { display: block; font-size: 11px; font-weight: 500; letter-spacing: 2.2px; text-transform: uppercase; color: #111; margin-bottom: 8px; }
.vd-fp-card__area { display: block; font-size: 24px; font-weight: 600; color: var(--c-bronze); margin-bottom: 16px; }

.vd-fp-card__img-wrap { background: #f9f6ef; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; margin-bottom: 24px; min-height: 420px; }
.vd-fp-card__img { max-width: 100%; max-height: 360px; object-fit: contain; display: block; }
.vd-fp-card__img-caption { display: block; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #888; margin-top: 12px; }

.vd-fp-card__rooms { list-style: none; padding: 0; margin: 0; }
.vd-fp-card__room { display: flex; justify-content: space-between; align-items: baseline; padding: 8px 0; border-bottom: 1px solid #f5f5f5; font-size: 14px; line-height: 1.6; gap: 12px; }
.vd-fp-card__room span:first-child { color: #111; }
.vd-fp-card__room span:last-child { color: #555; white-space: nowrap; flex-shrink: 0; }

.vd-fp__disclaimer { font-size: 12px; font-style: italic; color: #555; line-height: 1.5; }

@media (max-width: 900px) {
    .vd-fp__inner { padding: 0 24px; }
    .vd-fp__grid { grid-template-columns: 1fr; }
}

/* ─── Villa Detail · Financial Model Tab ──────────────────── */
.vd-fin { background: #f7f7f7; padding: 64px 0 48px; }
.vd-fin__inner { max-width: 1232px; margin: 0 auto; padding: 0 111.5px; }

.vd-fin__eyebrow { display: block; font-size: 11px; font-weight: 500; letter-spacing: 2.2px; text-transform: uppercase; color: #111; margin-bottom: 12px; }
.vd-fin__heading { font-size: 36px; font-weight: 600; color: var(--c-bronze); line-height: 1.1; margin: 0 0 16px; }
.vd-fin__desc { font-size: 18px; color: #555; line-height: 1.6; max-width: 640px; margin: 0 0 32px; }

/* Summary card */
.vd-fin-summary { background: #fff; border: 1px solid #f5f5f5; padding: 33px; margin-bottom: 32px; }
.vd-fin-summary__meta { display: flex; gap: 0; margin-bottom: 32px; }
.vd-fin-meta { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.vd-fin-meta__label { font-size: 11px; font-weight: 500; letter-spacing: 2.2px; text-transform: uppercase; color: #111; }
.vd-fin-meta__val { font-size: 20px; font-weight: 600; color: var(--c-bronze); }
.vd-fin-meta__val--lg { font-size: 30px; }

/* Scenarios table */
.vd-fin-scenarios__head { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 0; padding-bottom: 12px; border-bottom: 2px solid var(--c-bronze); }
.vd-fin-scenarios__head span { font-size: 10px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; }
.vd-fin-scenarios__metric { color: #111; }
.vd-fin-scenarios__col { color: #555; text-align: right; }
.vd-fin-scenarios__col--dim { color: #555; }
.vd-fin-scenarios__rows .vd-fin-scenarios__col { font-size: 14px; font-weight: 400; }
.vd-fin-scenarios__row { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; padding: 12px 0; border-bottom: 1px solid #f5f5f5; font-size: 14px; }
.vd-fin-scenarios__row .vd-fin-scenarios__metric { color: #111; font-weight: 400; }
.vd-fin-scenarios__col--base { font-weight: 600; color: #111; }
.vd-fin-scenarios__col--yield { color: #299500; }

/* Two detail cards */
.vd-fin__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 32px; }
.vd-fin-card { background: #fff; border: 1px solid #f5f5f5; padding: 24px; }
.vd-fin-card__label { display: block; font-size: 11px; font-weight: 500; letter-spacing: 2.2px; text-transform: uppercase; color: #111; margin-bottom: 16px; }
.vd-fin-card__rows { list-style: none; padding: 0; margin: 0 0 16px; }
.vd-fin-card__row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f5f5f5; font-size: 14px; }
.vd-fin-card__row span:first-child { color: #555; }
.vd-fin-card__row span:last-child { color: #555; font-weight: 500; }
.vd-fin-card__note { font-size: 12px; font-style: italic; color: #111; line-height: 1.5; margin: 0; }
.vd-fin-card__total { display: flex; justify-content: space-between; font-size: 14px; font-weight: 600; color: #111; padding-top: 13px; border-top: 1px solid #2a2724; margin-top: 4px; }

.vd-fin__disclaimer { font-size: 12px; font-style: italic; color: #555; opacity: 0.75; line-height: 1.6; }

@media (max-width: 900px) {
    .vd-fin__inner { padding: 0 24px; }
    .vd-fin__grid { grid-template-columns: 1fr; }
    .vd-fin-summary__meta { flex-wrap: wrap; gap: 16px; }
    .vd-fin-scenarios__head,
    .vd-fin-scenarios__row { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
}

/* ─── Villa Detail · Legal & Ownership Tab ────────────────── */
.vd-legal { background: #f7f7f7; padding: 64px 0 48px; }
.vd-legal__inner { max-width: 1232px; margin: 0 auto; padding: 0 111.5px; }

.vd-legal__eyebrow { display: block; font-size: 11px; font-weight: 500; letter-spacing: 2.2px; text-transform: uppercase; color: #111; margin-bottom: 12px; }
.vd-legal__heading { font-size: 36px; font-weight: 600; color: var(--c-bronze); line-height: 1.1; margin: 0 0 16px; }
.vd-legal__desc { font-size: 18px; color: #555; line-height: 1.6; max-width: 640px; margin: 0 0 32px; }

.vd-legal__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 32px; }

.vd-legal-card { background: #fff; border: 1px solid #f5f5f5; padding: 33px; }
.vd-legal-card__title { display: block; font-size: 11px; font-weight: 600; letter-spacing: 2.2px; text-transform: uppercase; color: #111; margin-bottom: 20px; }

.vd-legal-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.vd-legal-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: #555; line-height: 1.7; }
.vd-legal-list li strong { color: #555; font-weight: 600; }
.vd-legal-list .vd-diamond { color: var(--c-bronze); flex-shrink: 0; font-size: 10px; margin-top: 5px; }

.vd-legal__disclaimer { font-size: 12px; font-style: italic; color: #555; line-height: 1.6; }

@media (max-width: 900px) {
    .vd-legal__inner { padding: 0 24px; }
    .vd-legal__grid { grid-template-columns: 1fr; }
}

/* ─── Villa Detail · Location Tab ─────────────────────────── */
.vd-loc { background: #f7f7f7; padding: 64px 0 48px; }
.vd-loc__inner { max-width: 1232px; margin: 0 auto; padding: 0 111.5px; }

.vd-loc__eyebrow { display: block; font-size: 11px; font-weight: 500; letter-spacing: 2.2px; text-transform: uppercase; color: #111; margin-bottom: 12px; }
.vd-loc__heading { font-size: 36px; font-weight: 600; color: var(--c-bronze); line-height: 1.1; margin: 0 0 16px; }
.vd-loc__desc { font-size: 18px; color: #555; line-height: 1.6; max-width: 640px; margin: 0 0 32px; }

.vd-loc__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }

.vd-loc-map { background: #fff; border: 1px solid #f5f5f5; min-height: 400px; overflow: hidden; }
.vd-loc-map iframe { display: block; width: 100%; height: 100%; min-height: 400px; }

.vd-loc-info { display: flex; flex-direction: column; }
.vd-loc-info__label { display: block; font-size: 11px; font-weight: 600; letter-spacing: 2.2px; text-transform: uppercase; color: #111; margin-bottom: 16px; }
.vd-loc-info__label--mt { margin-top: 32px; }

.vd-loc-prox { list-style: none; padding: 0; margin: 0; }
.vd-loc-prox__row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f0f0f0; font-size: 14px; color: #555; }

@media (max-width: 900px) {
    .vd-loc__inner { padding: 0 24px; }
    .vd-loc__layout { grid-template-columns: 1fr; }
    .vd-loc-map { min-height: 300px; }
    .vd-loc-map iframe { min-height: 300px; }
}

/* ─── Villa Detail · What's Included Tab ──────────────────── */
.vd-inc { background: #f7f7f7; padding: 64px 0 48px; }
.vd-inc__inner { max-width: 1232px; margin: 0 auto; padding: 0 111.5px; }

.vd-inc__eyebrow { display: block; font-size: 11px; font-weight: 500; letter-spacing: 2.2px; text-transform: uppercase; color: #111; margin-bottom: 12px; }
.vd-inc__heading { font-size: 36px; font-weight: 600; color: var(--c-bronze); line-height: 1.1; margin: 0 0 16px; }
.vd-inc__desc { font-size: 18px; color: #555; line-height: 1.6; max-width: 640px; margin: 0 0 32px; }

.vd-inc__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 32px; }

.vd-legal-list--compact { gap: 8px; }
.vd-legal-list--compact li { font-size: 14px; line-height: 1.6; }

.vd-inc__disclaimer { font-size: 12px; font-style: italic; color: #555; line-height: 1.6; }

@media (max-width: 900px) {
    .vd-inc__inner { padding: 0 24px; }
    .vd-inc__grid { grid-template-columns: 1fr; }
}

/* ─── Investor Concierge Modal ─────────────────────────────── */
.ic-modal-backdrop {
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(0,0,0,.72);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}
.ic-modal-backdrop.is-open {
    opacity: 1; visibility: visible;
}
.ic-modal {
    background: #fff;
    width: 560px; max-width: calc(100vw - 32px);
    max-height: 92vh; overflow-y: auto;
    position: relative;
    transform: translateY(20px);
    transition: transform .28s ease;
}
.ic-modal-backdrop.is-open .ic-modal {
    transform: translateY(0);
}
.ic-modal__tag {
    background: var(--c-bronze);
    padding: 6px 18px;
    display: inline-block;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-size: 11px; font-weight: 500;
    letter-spacing: 1.65px; text-transform: uppercase;
    color: #000;
    margin-bottom: -1px;
}
.ic-modal__body {
    padding: 40px 44px 48px;
}
.ic-modal__eyebrow {
    display: block;
    font-size: 11px; font-weight: 500;
    letter-spacing: 1.65px; text-transform: uppercase;
    color: var(--c-bronze);
    margin-bottom: 16px;
}
.ic-modal__heading {
    font-size: 32px; font-weight: 600; line-height: 1.2;
    color: #000; margin: 0 0 20px;
}
.ic-modal__desc {
    font-size: 14px; color: #555; line-height: 1.6;
    margin: 0 0 32px;
}
.ic-form { display: flex; flex-direction: column; gap: 20px; }
.ic-field { display: flex; flex-direction: column; gap: 8px; }
.ic-field__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ic-field label {
    font-size: 11px; font-weight: 500;
    letter-spacing: 1.65px; text-transform: uppercase;
    color: #555;
}
.ic-field input:not([type="checkbox"]):not([type="radio"]),
.ic-field select {
    background: #f5f5f5;
    border: 1px solid #b6b6b6;
    padding: 12px 14px;
    font-size: 14px; font-family: var(--font);
    color: #000;
    outline: none; width: 100%; box-sizing: border-box;
    appearance: none; -webkit-appearance: none;
    border-radius: 0;
    transition: border-color .18s;
}
.ic-field--consent { gap: 0; }
.ic-consent { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.ic-consent input[type="checkbox"] { width: 16px; height: 16px; margin-top: 2px; flex: 0 0 16px; accent-color: var(--c-bronze); }
.ic-consent span {
    font-size: 11px; font-weight: 500;
    letter-spacing: 1.65px; text-transform: uppercase;
    color: #555; line-height: 1.55;
}
.ic-consent span a { color: var(--c-bronze); text-decoration: underline; }
.ic-field input::placeholder { color: #b6b6b6; }
.ic-field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23555' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.ic-field input:focus,
.ic-field select:focus { border-color: var(--c-bronze); background: #fff; }
.ic-modal__submit {
    background: var(--c-bronze); color: #000;
    border: none; width: 100%;
    padding: 14px; margin-top: 8px;
    font-size: 13px; font-weight: 600;
    letter-spacing: .65px; text-transform: uppercase;
    cursor: pointer; font-family: var(--font);
    transition: opacity .18s;
}
.ic-modal__submit:hover { opacity: .85; }
.ic-modal__close-wrap {
    text-align: center; margin-top: 20px;
}
.ic-modal__close-btn {
    background: none; border: none;
    font-size: 13px; color: #555;
    cursor: pointer; font-family: var(--font);
    padding: 4px 8px;
    transition: color .18s;
}
.ic-modal__close-btn:hover { color: #000; }

@media (max-width: 640px) {
    .ic-modal__body { padding: 28px 24px 36px; }
    .ic-modal__heading { font-size: 26px; }
    .ic-field__row { grid-template-columns: 1fr; }
}
.ic-modal__privacy {
    text-align: center;
    font-size: 12px; color: #555;
    margin: 16px 0 0;
    line-height: 1.5;
}

/* Reserve Unit Modal — "What happens next" box */
.ru-next-box {
    background: #f5f5f5;
    border-left: 3px solid var(--c-bronze);
    padding: 16px 16px 14px;
    margin-bottom: 4px;
}
.ru-next-box__title {
    font-weight: 700;
    font-size: 13px;
    color: #000;
    margin: 0 0 4px;
}
.ru-next-box p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Stay-on-Us Modal — eligibility check box */
.sos-eligibility {
    background: #fff;
    border-left: 3px solid #000;
    padding: 14px 16px;
    margin-bottom: 4px;
}
.sos-eligibility p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}
.sos-eligibility strong {
    color: #000;
    font-weight: 700;
}
.ic-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #555;
    background: #fff;
    font-family: var(--font);
    font-size: 14px;
    color: #2c2c2c;
    resize: vertical;
    min-height: 89px;
}
.ic-form textarea:focus { outline: none; border-color: var(--c-bronze); }
