/* LumiSeasons — luxe resort design system.
   Cinematisch, editorial, royale witruimte. Geïnspireerd op high-end resorts
   (Four Seasons-tier): ivoor + espresso + gedempt goud, dunne serif-display,
   uppercase letter-spaced labels, full-bleed beeld. */

:root {
    --ivory: #f7f3ec;
    --ivory-2: #efe9dd;
    --sand: #e4d9c6;
    --espresso: #1d1813;     /* warm bijna-zwart */
    --ink: #2a241d;
    --ink-soft: #5d5245;
    --stone: #93897a;        /* gedempt taupe */
    --line: #d9cdb8;
    --line-soft: #e6ddcd;
    --gold: #b2924f;         /* gedempt goud */
    --gold-soft: #c8ad76;
    --white: #fffefb;
    --shadow: 0 40px 80px -40px rgba(29, 24, 19, 0.4);
    --maxw: 1240px;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--sans);
    color: var(--ink);
    background: var(--ivory);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
    font-family: var(--serif);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -0.005em;
    margin: 0 0 0.4em;
    color: var(--ink);
}
h1 { font-size: clamp(3rem, 7vw, 6rem); font-weight: 300; }
h2 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); font-weight: 300; }
h3 { font-size: 1.7rem; }

p { margin: 0 0 1.2em; }
a { color: var(--ink); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 2rem; }
.wrap-wide { max-width: 1500px; margin: 0 auto; padding: 0 2rem; }

.eyebrow {
    font-family: var(--sans);
    font-size: 0.7rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--gold); margin: 0 0 1.4rem;
}
.muted { color: var(--stone); }
.lede { font-size: 1.22rem; line-height: 1.7; color: var(--ink-soft); font-weight: 300; }

/* ── Buttons / links ─────────────────────────────────── */
.btn {
    display: inline-flex; align-items: center; gap: 0.6rem;
    font-family: var(--sans); font-weight: 600; font-size: 0.72rem;
    letter-spacing: 0.2em; text-transform: uppercase;
    padding: 1.05rem 2.2rem; border: 1px solid var(--ink); color: var(--ink);
    background: transparent; cursor: pointer; transition: all .25s ease;
}
.btn:hover { background: var(--ink); color: var(--ivory); }
.btn-light { border-color: rgba(255,255,255,0.85); color: #fff; background: rgba(20,15,10,0.28); backdrop-filter: blur(3px); text-shadow: 0 1px 8px rgba(0,0,0,0.4); }
.btn-light:hover { background: #fff; color: var(--ink); border-color: #fff; text-shadow: none; }
.btn-solid { background: var(--espresso); color: #fff; border-color: var(--espresso); font-weight: 700; }
.btn-solid:hover { background: var(--gold); color: var(--espresso); border-color: var(--gold); }
.btn-block { width: 100%; justify-content: center; }

/* ── Header ──────────────────────────────────────────── */
.site-header {
    position: absolute; top: 0; left: 0; right: 0; z-index: 50;
}
.site-header.solid {
    position: sticky; background: color-mix(in srgb, var(--ivory) 92%, transparent);
    backdrop-filter: blur(12px); border-bottom: 1px solid var(--line-soft);
}
.site-header .wrap-wide { display: flex; align-items: center; justify-content: space-between; height: 96px; }
.brand { font-family: var(--serif); font-size: 1.85rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); }
.site-header:not(.solid) .brand { color: #fff; }

/* ── Brandmark (lotus + LUMISEASONS / Apartments) ────── */
.brandmark { display: inline-flex; align-items: center; gap: 0.85rem; }
.brandmark .lotus { width: 40px; height: 40px; flex: none; }
.brandmark .brandtext { display: flex; flex-direction: column; line-height: 1; }
.brandmark .brandtext strong { font-family: var(--serif); font-weight: 500; font-size: 1.32rem; letter-spacing: 0.2em; }
.brandmark .brandtext em { font-family: var(--sans); font-style: normal; font-size: 0.56rem; font-weight: 600; letter-spacing: 0.42em; text-transform: uppercase; color: var(--gold); margin-top: 0.42rem; padding-left: 0.1em; }
.site-header:not(.solid) .brandmark .brandtext em { color: var(--gold-soft); }
.footbrand { color: var(--ivory); }
.footbrand .brandtext em { color: var(--gold-soft); }
@media (max-width: 520px) { .brandmark .lotus { width: 32px; height: 32px; } .brandmark .brandtext strong { font-size: 1.1rem; } }
.nav { display: flex; align-items: center; gap: 2.6rem; }
.nav a { font-family: var(--sans); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); }
.site-header:not(.solid) .nav a { color: rgba(255,255,255,0.88); }
.nav a:hover { color: var(--gold); }
.nav .btn { padding: 0.8rem 1.6rem; }
/* Knop-tekstkleur moet .nav a (--ink-soft) overrulen — anders donkere tekst op donkere knop. */
.nav a.btn-solid, .nav a.btn-light { color: #fff; font-weight: 700; }
.nav a.btn-solid:hover { color: var(--espresso); }
.nav a.btn-light:hover { color: var(--ink); }
/* Taal-dropdown (native <details>, geen JS) */
.lang { position: relative; }
.lang summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 0.4rem;
    font-family: var(--sans); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; color: var(--ink-soft);
    padding: 0.45rem 0.7rem; border: 1px solid var(--line); border-radius: 999px; }
.lang summary::-webkit-details-marker { display: none; }
.lang summary svg { width: 0.95rem; height: 0.95rem; }
.site-header:not(.solid) .lang summary { color: #fff; border-color: rgba(255,255,255,0.45); }
.lang[open] summary { border-color: var(--gold); }
.lang-menu { position: absolute; right: 0; top: calc(100% + 0.5rem); min-width: 150px; background: var(--white);
    border: 1px solid var(--line); box-shadow: var(--shadow); padding: 0.4rem; z-index: 60; }
.lang-menu a { display: block; padding: 0.6rem 0.8rem; font-family: var(--sans); font-size: 0.85rem; font-weight: 500; color: var(--ink-soft); letter-spacing: 0; text-transform: none; }
.lang-menu a:hover { background: var(--ivory-2); color: var(--ink); }
.lang-menu a.is-active { color: var(--gold); }
@media (max-width: 760px) { .nav .nav-link { display: none; } }
@media (max-width: 440px) { .nav { gap: 0.8rem; } .nav .btn { padding: 0.7rem 1.1rem; } }

/* ── Hero (cinematic, full viewport) ─────────────────── */
.hero {
    position: relative; min-height: 100vh; display: flex; align-items: flex-end;
    color: #fff; overflow: hidden;
    background: linear-gradient(150deg, #6f6453 0%, #2a241d 55%, #15110d 100%);
}
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* Foto helder; sterke scrim onderaan voor leesbare titel/knoppen, lichte scrim
   bovenaan zodat logo + nav leesbaar blijven op lichte beelden. */
.hero::after { content: ''; position: absolute; inset: 0; background:
    linear-gradient(to top, rgba(17,13,9,0.9) 0%, rgba(17,13,9,0.7) 26%, rgba(17,13,9,0.35) 46%, rgba(17,13,9,0.08) 64%, transparent 80%),
    linear-gradient(to bottom, rgba(17,13,9,0.45) 0%, transparent 18%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 7vh; max-width: 760px; }
.hero .eyebrow { color: #f0dcae; text-shadow: 0 1px 10px rgba(0,0,0,0.55); }
.hero h1 { color: #fff; margin-bottom: 0.5rem; text-shadow: 0 2px 24px rgba(0,0,0,0.4); }
.hero .lede { color: #fff; max-width: 34rem; text-shadow: 0 1px 12px rgba(0,0,0,0.5); }
.hero-cta { display: flex; gap: 1rem; margin-top: 2.4rem; flex-wrap: wrap; }
.scroll-hint { position: absolute; bottom: 2.2rem; left: 50%; transform: translateX(-50%); z-index: 2; color: rgba(255,255,255,0.7); font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase; }

/* ── Sections ────────────────────────────────────────── */
.section { padding: 8rem 0; }
.section-sm { padding: 5rem 0; }
.section-head { max-width: 42rem; margin-bottom: 4rem; }
.section-head.center { margin-inline: auto; text-align: center; }

/* ── Intro band ──────────────────────────────────────── */
.intro { text-align: center; max-width: 46rem; margin: 0 auto; }
.rule { width: 60px; height: 1px; background: var(--gold); margin: 2rem auto; }

/* ── Room collection (editorial, alternating) ────────── */
.collection { display: flex; flex-direction: column; gap: 7rem; }
.room-row { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 4rem; align-items: center; }
.room-row.flip .room-row-media { order: 2; }
.room-row-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(150deg, var(--sand), var(--ink-soft)); }
.room-row-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.room-row:hover .room-row-media img { transform: scale(1.04); }
.room-row-body .eyebrow { margin-bottom: 1rem; }
.room-row-body h3 { font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 300; }
.room-meta { font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--stone); margin: 0.4rem 0 1.4rem; }
.room-row-body .price { font-family: var(--serif); font-size: 1.7rem; color: var(--ink); margin: 1.4rem 0; }
.room-row-body .price small { font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone); }
@media (max-width: 880px) {
    .room-row, .room-row.flip { grid-template-columns: 1fr; gap: 1.8rem; }
    .room-row.flip .room-row-media { order: 0; }
    .collection { gap: 4.5rem; }
}

/* compacte grid voor /kamers */
.room-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 3rem 2.5rem; }
.room-tile { display: block; }
.room-tile-media { aspect-ratio: 4/3; overflow: hidden; background: linear-gradient(150deg, var(--sand), var(--ink-soft)); margin-bottom: 1.3rem; }
.room-tile-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s; }
.room-tile:hover .room-tile-media img { transform: scale(1.05); }
.room-tile h3 { font-size: 1.6rem; font-weight: 400; margin-bottom: 0.2rem; }
.room-tile .price { font-family: var(--serif); font-size: 1.35rem; }
.room-tile .price small { font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone); }
.tile-link { display: inline-block; margin-top: 0.8rem; font-family: var(--sans); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid var(--gold); padding-bottom: 2px; }

/* ── Amenities / facilities band ─────────────────────── */
.amen { background: var(--ivory-2); }
.amen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; }
.amen-item { text-align: center; }
.amen-item .ic { width: 38px; height: 38px; margin: 0 auto 1.2rem; color: var(--gold); }
.amen-item .ic svg { width: 100%; height: 100%; }
.amen-item h4 { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; margin-bottom: 0.4rem; color: var(--ink); }
.amen-item p { font-size: 0.92rem; color: var(--stone); margin: 0; }
@media (max-width: 820px) { .amen-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; } }

/* ── About (full-bleed split) ────────────────────────── */
.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 80vh; }
.about-media { background: linear-gradient(150deg, var(--ink-soft), var(--espresso)); position: relative; overflow: hidden; }
.about-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-text { display: flex; flex-direction: column; justify-content: center; padding: 6rem clamp(2rem, 6vw, 7rem); background: var(--ivory-2); }
@media (max-width: 860px) { .about { grid-template-columns: 1fr; } .about-media { min-height: 60vh; } }

/* ── Room detail ─────────────────────────────────────── */
.detail-hero { position: relative; height: 70vh; min-height: 460px; display: flex; align-items: flex-end; color: #fff; background: linear-gradient(150deg, #6f6453, #1d1813); overflow: hidden; }
.detail-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.detail-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,12,9,0.7), transparent 60%); }
.detail-hero .wrap { position: relative; z-index: 2; padding-bottom: 3rem; }
.detail-hero h1 { color: #fff; font-size: clamp(2.6rem, 5vw, 4.4rem); }
.detail-hero .eyebrow { color: var(--gold-soft); }
.detail { display: grid; grid-template-columns: 1.5fr 1fr; gap: 4.5rem; align-items: start; padding: 5rem 0; }
.detail-body p { color: var(--ink-soft); font-weight: 300; font-size: 1.1rem; }
.gallery-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2.5rem 0; }
.gallery-strip figure { margin: 0; aspect-ratio: 4/3; overflow: hidden; background: linear-gradient(150deg, var(--sand), var(--ink-soft)); }
.gallery-strip img { width: 100%; height: 100%; object-fit: cover; }
.facility-list { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem 1.5rem; }
.facility-list li { display: flex; align-items: center; gap: 0.7rem; color: var(--ink-soft); font-size: 0.95rem; }
.facility-list svg { width: 1rem; height: 1rem; color: var(--gold); flex: none; }
@media (max-width: 880px) { .detail { grid-template-columns: 1fr; gap: 2.5rem; } }

/* ── Booking card ────────────────────────────────────── */
.book-card { position: sticky; top: 2rem; background: var(--white); border: 1px solid var(--line); padding: 2.2rem; }
.book-card .price { font-family: var(--serif); font-size: 1.8rem; }
.book-card .price small { font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone); }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-family: var(--sans); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--stone); margin-bottom: 0.5rem; }
.field input, .field select, .field textarea { display: block; width: 100%; box-sizing: border-box; min-height: 48px; font-family: var(--sans); font-size: 1rem; color: var(--ink); padding: 0.8rem 0.9rem; border: 1px solid var(--line); border-radius: 0; background: var(--ivory); -webkit-appearance: none; appearance: none; }
.field select { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2393897a' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>"); background-repeat: no-repeat; background-position: right 0.9rem center; padding-right: 2.2rem; }
.field input[type=date] { text-align: left; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: var(--white); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; align-items: end; margin-bottom: 1.1rem; }
.field-row .field { margin-bottom: 0; }
.summary-line { display: flex; justify-content: space-between; padding: 0.4rem 0; color: var(--ink-soft); font-size: 0.92rem; }
.summary-total { display: flex; justify-content: space-between; padding-top: 0.9rem; margin-top: 0.5rem; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 1.5rem; }
.note { font-size: 0.8rem; color: var(--stone); }
.badge-avail { display: inline-flex; align-items: center; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; padding: 0.35rem 0.8rem; }
.badge-avail.ok { background: color-mix(in srgb, var(--gold) 16%, transparent); color: var(--gold); }
.badge-avail.no { background: rgba(150,60,40,0.12); color: #93432d; }
.alert-error { background: rgba(150,60,40,0.1); color: #93432d; padding: 0.8rem 1rem; font-size: 0.88rem; margin-bottom: 1.1rem; }

/* ── Receipt ─────────────────────────────────────────── */
.receipt-wrap { max-width: 580px; margin: 7rem auto; }
.receipt { background: var(--white); border: 1px solid var(--line); }
.receipt-head { text-align: center; padding: 3rem 2rem 2rem; border-bottom: 1px solid var(--line-soft); }
.receipt-head .check { width: 60px; height: 60px; margin: 0 auto 1.2rem; border-radius: 50%; border: 1px solid var(--gold); display: grid; place-items: center; color: var(--gold); }
.receipt-ref { font-family: var(--serif); font-size: 2rem; letter-spacing: 0.08em; color: var(--gold); }
.receipt-body { padding: 2rem 2.4rem 2.6rem; }
.receipt-row { display: flex; justify-content: space-between; padding: 0.6rem 0; border-bottom: 1px solid var(--line-soft); font-size: 0.95rem; }
.receipt-row .k { color: var(--stone); }
.receipt-row .v { color: var(--ink); font-weight: 500; text-align: right; }
.receipt-total { display: flex; justify-content: space-between; padding-top: 1.1rem; margin-top: 0.6rem; font-family: var(--serif); font-size: 1.6rem; }

/* ── Footer ──────────────────────────────────────────── */
.site-footer { background: var(--espresso); color: var(--ivory); margin-top: 0; padding: 6rem 0 2.5rem; }
.site-footer a { color: var(--sand); }
.site-footer a:hover { color: var(--gold-soft); }
.site-footer .foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 3rem; }
.site-footer h4 { color: var(--gold-soft); font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 1rem; }
.site-footer .brand { color: var(--ivory); }
.foot-bottom { margin-top: 4rem; padding-top: 1.8rem; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.74rem; letter-spacing: 0.06em; color: var(--stone); }
@media (max-width: 720px) { .site-footer .foot-grid { grid-template-columns: 1fr; gap: 2rem; } }

.flash { background: color-mix(in srgb, var(--gold) 14%, transparent); color: var(--gold); padding: 1rem 1.4rem; margin-bottom: 2rem; text-align: center; font-size: 0.9rem; letter-spacing: 0.04em; }

/* Beeld altijd netjes vullen, gecentreerd — geen vervorming. */
img { max-width: 100%; }
.hero-img, .room-row-media img, .room-tile-media img, .about-media img,
.detail-hero img, .gallery-strip img { object-fit: cover; object-position: center; }

/* ── Mobile-first verfijning ──────────────────────────── */
@media (max-width: 680px) {
    body { font-size: 16px; }
    .wrap, .wrap-wide { padding: 0 1.3rem; }
    .section { padding: 4.5rem 0; }
    .section-sm { padding: 3.5rem 0; }
    .section-head { margin-bottom: 2.4rem; }
    .collection { gap: 3.5rem; }

    .site-header .wrap-wide { height: 72px; }
    .brandmark .lotus { width: 30px; height: 30px; }
    .brandmark .brandtext strong { font-size: 1.02rem; letter-spacing: 0.16em; }
    .brandmark .brandtext em { font-size: 0.5rem; letter-spacing: 0.34em; }

    .hero { min-height: 88vh; }
    .hero-content { padding-bottom: 9vh; }
    .hero h1 { font-size: clamp(2.4rem, 11vw, 3.4rem); }
    .hero .lede { font-size: 1.05rem; }
    .hero-cta { gap: 0.7rem; }
    .hero-cta .btn { padding: 0.9rem 1.5rem; flex: 1; justify-content: center; }

    .room-row-media, .room-tile-media { aspect-ratio: 3 / 2; }
    .detail-hero { height: 56vh; min-height: 360px; }
    .gallery-strip { grid-template-columns: 1fr; }
    .book-card { position: static; }

    .btn { padding: 0.95rem 1.6rem; font-size: 0.68rem; }
    .amen-grid { gap: 2.2rem 1.4rem; }
}

/* ── Booking breakdown ──────────────────────────────────── */
.breakdown { margin: 1.2rem 0; }
.breakdown .summary-line span:last-child { white-space: nowrap; }

/* ── How it works ───────────────────────────────────────── */
.how-it-works { background: var(--ivory-2); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.4rem; margin-top: 3rem; }
.step-card { position: relative; text-align: center; padding: 2.4rem 1.6rem; background: var(--white); border: 1px solid var(--line-soft); }
.step-ic { width: 56px; height: 56px; margin: 0 auto 1.4rem; color: var(--gold); }
.step-ic svg { width: 100%; height: 100%; }
.step-num { position: absolute; top: 1rem; right: 1.2rem; font-family: var(--serif); font-size: 2.4rem; color: var(--line); line-height: 1; }
.step-card h4 { font-size: 1.4rem; margin-bottom: 0.6rem; }
.step-card p { margin: 0; font-size: 0.95rem; }

/* ── Reviews ────────────────────────────────────────────── */
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.8rem; margin-top: 3rem; }
.review-card { margin: 0; padding: 2rem 1.8rem; background: var(--white); border: 1px solid var(--line-soft); box-shadow: var(--shadow); }
.review-card .stars { display: flex; gap: 0.2rem; color: var(--gold); margin-bottom: 1rem; }
.review-card .stars svg { width: 18px; height: 18px; }
.review-card blockquote { margin: 0 0 1.2rem; font-family: var(--serif); font-size: 1.3rem; line-height: 1.4; color: var(--ink); }
.review-card figcaption { display: flex; flex-direction: column; gap: 0.15rem; font-size: 0.9rem; }
.review-card figcaption strong { letter-spacing: 0.02em; }

/* ── FAQ accordion ──────────────────────────────────────── */
.wrap-narrow { max-width: 820px; margin: 0 auto; padding: 0 2rem; }
.faq-accordion { margin-top: 2.4rem; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; list-style: none; padding: 1.4rem 0; font-family: var(--serif); font-size: 1.35rem; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-mark { position: relative; flex: 0 0 auto; width: 16px; height: 16px; }
.faq-mark::before, .faq-mark::after { content: ''; position: absolute; background: var(--gold); transition: transform .25s; }
.faq-mark::before { top: 7px; left: 0; width: 16px; height: 2px; }
.faq-mark::after { left: 7px; top: 0; width: 2px; height: 16px; }
.faq-item[open] .faq-mark::after { transform: scaleY(0); }
.faq-answer { padding: 0 0 1.4rem; color: var(--ink-soft); }
.faq-answer p { margin: 0 0 0.8rem; }

/* ── Map & neighbourhood ────────────────────────────────── */
.map-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem; align-items: center; }
.map-frame { aspect-ratio: 4 / 3; overflow: hidden; border: 1px solid var(--line); }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ── Terms block ────────────────────────────────────────── */
.terms-block { margin-top: 2.5rem; padding: 1.8rem 2rem; background: var(--ivory-2); border-left: 3px solid var(--gold); }
.terms-block p:last-child { margin-bottom: 0; }

/* ── Floating WhatsApp ──────────────────────────────────── */
.floating-chat { position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 60; width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 10px 30px -8px rgba(37,211,102,0.6); transition: transform .2s, box-shadow .2s; }
.floating-chat:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 16px 36px -8px rgba(37,211,102,0.7); }
.floating-chat svg { width: 32px; height: 32px; }

@media (max-width: 720px) {
    .steps-grid { grid-template-columns: 1fr; gap: 1.4rem; }
    .map-grid { grid-template-columns: 1fr; gap: 2rem; }
    .floating-chat { width: 52px; height: 52px; right: 1rem; bottom: 1rem; }
    .floating-chat svg { width: 28px; height: 28px; }
}
