/* Bali body massage | Skin&Care */

:root {
    --espresso: #2b211a;
    --teak: #3f3227;
    --taupe: #7a6a5c;
    --zand: #efe5d8;
    --zand-licht: #f8f2ea;
    --room: #fdfaf6;
    --wit: #ffffff;
    --goud: #ac8752;
    --goud-licht: #c9a878;
    --goud-zacht: #e2d0b4;
    --salie: #7d8f79;
    --klei: #b0674a;
    --rand: #e5dbcd;
    --schaduw: 0 2px 8px rgba(43, 33, 26, .06), 0 12px 32px rgba(43, 33, 26, .07);
    --schaduw-diep: 0 4px 14px rgba(43, 33, 26, .10), 0 24px 60px rgba(43, 33, 26, .12);
    --serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
    --sans: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --breed: 1180px;
    --rond: 4px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--sans);
    font-weight: 300;
    font-size: 17px;
    line-height: 1.75;
    color: var(--teak);
    background: var(--room);
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--goud); text-decoration: none; transition: color .2s; }
a:hover { color: var(--klei); }

h1, h2, h3, h4 {
    font-family: var(--serif);
    font-weight: 500;
    color: var(--espresso);
    line-height: 1.15;
    margin: 0 0 .6em;
    letter-spacing: .01em;
}

h1 { font-size: clamp(2.4rem, 6vw, 4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 1.7rem); }
h4 { font-size: 1.15rem; font-family: var(--sans); font-weight: 500; }

p { margin: 0 0 1.15em; }

.wrap { width: min(100% - 48px, var(--breed)); margin-inline: auto; }
.wrap-smal { width: min(100% - 48px, 780px); margin-inline: auto; }

.midden { text-align: center; }

/* Opmaakelementen */
.opschrift {
    font-family: var(--sans);
    font-size: .74rem;
    font-weight: 400;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--goud);
    margin: 0 0 1em;
    display: block;
}

.streepje {
    width: 46px; height: 1px;
    background: var(--goud-zacht);
    border: 0; margin: 1.6rem 0;
}
.midden .streepje, .streepje.midden { margin-inline: auto; }

.lood { font-size: 1.16rem; color: var(--taupe); line-height: 1.8; }

/* Knoppen */
.knop {
    display: inline-flex; align-items: center; justify-content: center; gap: .5em;
    font-family: var(--sans); font-size: .82rem; font-weight: 400;
    letter-spacing: .16em; text-transform: uppercase;
    padding: 1.05em 2.3em;
    border: 1px solid var(--espresso); border-radius: var(--rond);
    background: var(--espresso); color: var(--room);
    cursor: pointer; transition: all .25s ease; text-align: center;
}
.knop:hover { background: var(--goud); border-color: var(--goud); color: var(--wit); }

.knop-lijn { background: transparent; color: var(--espresso); }
.knop-lijn:hover { background: var(--espresso); border-color: var(--espresso); color: var(--room); }

.knop-licht { background: transparent; border-color: rgba(255,255,255,.65); color: #fff; }
.knop-licht:hover { background: #fff; border-color: #fff; color: var(--espresso); }

.knop-goud { background: var(--goud); border-color: var(--goud); color: #fff; }
.knop-goud:hover { background: var(--espresso); border-color: var(--espresso); color: var(--room); }

.knop-klein { padding: .7em 1.5em; font-size: .74rem; }
.knop[disabled] { opacity: .4; cursor: not-allowed; pointer-events: none; }

/* Koptekst */
.bovenbalk { position: fixed; inset: 0 0 auto; z-index: 100; }

.kop {
    padding: 1.1rem 0;
    transition: background .3s, box-shadow .3s, padding .3s;
}
.kop.vast { background: rgba(253,250,246,.96); backdrop-filter: blur(10px); box-shadow: 0 1px 0 var(--rand); padding: .7rem 0; }

.kop-rij { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }

.merk { display: flex; flex-direction: column; line-height: 1.1; }
.merk-naam { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; color: #fff; transition: color .3s; text-shadow: 0 1px 12px rgba(0,0,0,.45); }
.merk-sub { font-size: .6rem; letter-spacing: .28em; text-transform: uppercase; color: rgba(255,255,255,.78); transition: color .3s; text-shadow: 0 1px 10px rgba(0,0,0,.45); }
.kop.vast .merk-naam, .kop.licht .merk-naam { text-shadow: none; }
.kop.vast .merk-sub, .kop.licht .merk-sub { text-shadow: none; }
.kop.vast .merk-naam { color: var(--espresso); }
.kop.vast .merk-sub { color: var(--goud); }

.nav { display: flex; align-items: center; gap: 2.1rem; }
.nav a {
    font-size: .78rem; letter-spacing: .13em; text-transform: uppercase;
    color: rgba(255,255,255,.92); font-weight: 400; transition: color .25s;
    text-shadow: 0 1px 10px rgba(0,0,0,.5);
}
.kop.vast .nav a, .kop.licht .nav a { text-shadow: none; }
.nav a:hover, .nav a.actief { color: #fff; }
.kop.vast .nav a { color: var(--taupe); }
.kop.vast .nav a:hover, .kop.vast .nav a.actief { color: var(--espresso); }
.nav .knop { color: #fff; }
.kop.vast .nav .knop { color: #fff; }
.kop.vast .nav .knop:hover { color: #fff; }

/* Koptekst op binnenpagina's staat altijd op licht */
.kop.licht { background: rgba(253,250,246,.96); box-shadow: 0 1px 0 var(--rand); }
.kop.licht .merk-naam { color: var(--espresso); }
.kop.licht .merk-sub { color: var(--goud); }
.kop.licht .nav a { color: var(--taupe); }
.kop.licht .nav a:hover, .kop.licht .nav a.actief { color: var(--espresso); }

.menuknop {
    display: none; background: none; border: 0; cursor: pointer;
    padding: .4rem; width: 42px; height: 42px;
}
.menuknop span { display: block; width: 24px; height: 1.5px; background: #fff; margin: 5px auto; transition: .3s; }
.kop.vast .menuknop span, .kop.licht .menuknop span { background: var(--espresso); }
.menuknop.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menuknop.open span:nth-child(2) { opacity: 0; }
.menuknop.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Hero */
.hero {
    position: relative; min-height: 100vh; min-height: 100svh;
    display: flex; align-items: center;
    color: #fff; overflow: hidden;
}
.hero-beeld { position: absolute; inset: 0; }
.hero-beeld img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-beeld::after {
    content: ""; position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(24,17,12,.82) 0%, rgba(24,17,12,.42) 26%, rgba(24,17,12,.44) 52%, rgba(24,17,12,.85) 100%),
        linear-gradient(90deg, rgba(24,17,12,.55) 0%, rgba(24,17,12,.12) 62%, transparent 100%);
}
.hero-in { position: relative; z-index: 2; padding: calc(var(--balk, 92px) + 3rem) 0 5rem; max-width: 720px; }
.hero .opschrift { color: var(--goud-zacht); }
.hero h1 { color: #fff; margin-bottom: .35em; text-shadow: 0 2px 30px rgba(0,0,0,.3); }
.hero-tekst { font-size: 1.16rem; color: rgba(255,255,255,.9); max-width: 34em; margin-bottom: 2.4rem; }
.hero-knoppen { display: flex; flex-wrap: wrap; gap: 1rem; }

.hero-balk {
    position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
    background: rgba(20,14,10,.42); backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255,255,255,.13);
}
.hero-balk-in { display: flex; flex-wrap: wrap; gap: 1.2rem 2.6rem; padding: 1.1rem 0; align-items: center; }
.hero-feit { display: flex; align-items: center; gap: .6rem; font-size: .84rem; color: rgba(255,255,255,.86); }
.hero-feit svg { flex: none; opacity: .75; }
.hero-feit strong { font-weight: 400; color: #fff; }

/* Secties */
.sectie { padding: 6.5rem 0; }
.sectie-krap { padding: 4.5rem 0; }
.sectie-zand { background: var(--zand-licht); }
.sectie-donker { background: var(--espresso); color: rgba(255,255,255,.78); }
.sectie-donker h2, .sectie-donker h3 { color: #fff; }
.sectie-donker .opschrift { color: var(--goud-zacht); }

.sectie-kop { max-width: 640px; margin-bottom: 3.4rem; }
.sectie-kop.midden { margin-inline: auto; }
.sectie-kop p { color: var(--taupe); font-size: 1.08rem; margin-bottom: 0; }

/* Over-blok */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center; }
.duo-beeld { position: relative; }
.duo-beeld img { border-radius: var(--rond); box-shadow: var(--schaduw-diep); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.duo-beeld::before {
    content: ""; position: absolute; inset: 18px -18px -18px 18px;
    border: 1px solid var(--goud-zacht); border-radius: var(--rond); z-index: -1;
}

.handtekening { font-family: var(--serif); font-size: 1.5rem; color: var(--goud); font-style: italic; }

/* Behandelingen */
.behandelingen { display: grid; gap: 1.8rem; grid-template-columns: repeat(auto-fit, minmax(252px, 1fr)); }

.kaart {
    background: var(--wit); border: 1px solid var(--rand); border-radius: var(--rond);
    overflow: hidden; display: flex; flex-direction: column;
    transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s;
}
.kaart:hover { transform: translateY(-5px); box-shadow: var(--schaduw-diep); }
.kaart-beeld { position: relative; aspect-ratio: 3/2; overflow: hidden; background: var(--zand); }
.kaart-beeld img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.3,1); }
.kaart:hover .kaart-beeld img { transform: scale(1.05); }
.kaart-duur {
    position: absolute; top: 14px; left: 14px;
    background: rgba(253,250,246,.94); color: var(--espresso);
    font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
    padding: .42em .9em; border-radius: 100px;
}
.kaart-in { padding: 1.7rem; display: flex; flex-direction: column; flex: 1; }
.kaart-in h3 {
    margin-bottom: .5rem;
    font-size: clamp(1.2rem, 1.7vw, 1.5rem);
    overflow-wrap: break-word; hyphens: auto;
}
.kaart-in p { color: var(--taupe); font-size: .97rem; flex: 1; }
.kaart-voet {
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    margin-top: 1.4rem; padding-top: 1.3rem; border-top: 1px solid var(--rand);
}
.prijs { font-family: var(--serif); font-size: 1.6rem; color: var(--espresso); line-height: 1; }
.prijs small { font-family: var(--sans); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--taupe); display: block; margin-bottom: .3rem; }
.kaart-link { font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; display: inline-flex; align-items: center; gap: .45em; }
.kaart-link svg { transition: transform .25s; }
.kaart-link:hover svg { transform: translateX(4px); }

/* Detailpagina behandeling */
.pagina-kop {
    padding: calc(var(--balk, 92px) + 3.5rem) 0 4rem;
    background: var(--zand-licht); border-bottom: 1px solid var(--rand);
}
.pagina-kop h1 { margin-bottom: .3em; }
.pagina-kop p { color: var(--taupe); font-size: 1.1rem; max-width: 40em; margin: 0; }

.kruimel { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--taupe); margin-bottom: 1.6rem; }
.kruimel a { color: var(--taupe); }
.kruimel a:hover { color: var(--goud); }
.kruimel span { margin: 0 .5em; opacity: .5; }

.detail { display: grid; grid-template-columns: 1.55fr 1fr; gap: 4rem; align-items: start; }
.detail-tekst h3 { margin-top: 2.4rem; }
.detail-tekst h3:first-child { margin-top: 0; }

.lijst { list-style: none; padding: 0; margin: 0 0 1.8rem; }
.lijst li { position: relative; padding-left: 1.9rem; margin-bottom: .85rem; color: var(--taupe); }
.lijst li::before {
    content: ""; position: absolute; left: 0; top: .68em;
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--goud-zacht); box-shadow: 0 0 0 3px rgba(226,208,180,.28);
}

.melding {
    border-left: 2px solid var(--klei); background: #fdf4f0;
    padding: 1.3rem 1.6rem; border-radius: 0 var(--rond) var(--rond) 0; margin: 2rem 0;
}
.melding h4 { color: var(--klei); margin-bottom: .4rem; }
.melding p { margin: 0; font-size: .96rem; color: var(--taupe); }

.tip {
    background: var(--zand-licht); border: 1px solid var(--rand);
    padding: 1.4rem 1.7rem; border-radius: var(--rond); margin: 2rem 0;
}
.tip p { margin: 0; font-size: .96rem; }

/* Prijzenblok naast detail */
.paneel {
    background: var(--wit); border: 1px solid var(--rand); border-radius: var(--rond);
    padding: 2rem; box-shadow: var(--schaduw); position: sticky; top: 96px;
}
.paneel h3 { font-family: var(--sans); font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--taupe); margin-bottom: 1.4rem; }
.tarief { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .95rem 0; border-bottom: 1px solid var(--rand); }
.tarief:last-of-type { border-bottom: 0; }
.tarief-naam { font-weight: 400; color: var(--espresso); }
.tarief-naam small { display: block; font-size: .84rem; color: var(--taupe); font-weight: 300; }
.tarief-prijs { font-family: var(--serif); font-size: 1.3rem; color: var(--espresso); white-space: nowrap; }
.paneel .knop { width: 100%; margin-top: 1.6rem; }

/* Prijslijst algemeen */
.prijstabel { width: 100%; border-collapse: collapse; }
.prijstabel th {
    text-align: left; font-family: var(--sans); font-weight: 400; font-size: .74rem;
    letter-spacing: .16em; text-transform: uppercase; color: var(--taupe);
    padding: 0 0 1rem; border-bottom: 1px solid var(--rand);
}
.prijstabel th:last-child, .prijstabel td:last-child { text-align: right; }
.prijstabel td { padding: 1.05rem 0; border-bottom: 1px solid var(--rand); }
.prijstabel tr:last-child td { border-bottom: 0; }
.prijstabel .rij-kop td { padding-top: 2.2rem; font-family: var(--serif); font-size: 1.4rem; color: var(--espresso); border-bottom: 1px solid var(--goud-zacht); }

/* Stappen */
.stappen { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2.6rem; }
.stap { position: relative; }
.stap-nr {
    font-family: var(--serif); font-size: 2.6rem; color: var(--goud-zacht);
    line-height: 1; margin-bottom: .7rem; display: block;
}
.stap h4 { margin-bottom: .5rem; }
.stap p { color: var(--taupe); font-size: .96rem; margin: 0; }
.sectie-donker .stap p { color: rgba(255,255,255,.66); }
.sectie-donker .stap h4 { color: #fff; }
.sectie-donker .stap-nr { color: var(--goud); }

/* Beoordelingen */
.oordeel-groot { display: flex; align-items: center; gap: 1.5rem; justify-content: center; margin-bottom: 2.6rem; }
.oordeel-cijfer { font-family: var(--serif); font-size: 4rem; color: var(--goud); line-height: 1; }
.oordeel-tekst { text-align: left; font-size: .95rem; color: var(--taupe); }
.oordeel-tekst strong { display: block; color: var(--espresso); font-weight: 400; font-size: 1.05rem; }

/* Contact */
.contact-rij { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.gegevens { list-style: none; padding: 0; margin: 0; }
.gegevens li { display: flex; gap: 1.1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--rand); align-items: flex-start; }
.gegevens li:last-child { border-bottom: 0; }
.gegevens svg { flex: none; margin-top: .3rem; color: var(--goud); }
.gegevens .label { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--taupe); display: block; margin-bottom: .15rem; }
.gegevens .waarde { color: var(--espresso); }
.gegevens a.waarde:hover { color: var(--goud); }

/* Routeblok op de contactpagina */
.routekaart {
    margin-top: 2.5rem; border-radius: var(--rond); overflow: hidden;
    border: 1px solid var(--rand); box-shadow: var(--schaduw);
    background:
        radial-gradient(circle at 22% 28%, rgba(172,135,82,.10), transparent 55%),
        repeating-linear-gradient(90deg, transparent, transparent 46px, rgba(122,106,92,.07) 46px, rgba(122,106,92,.07) 47px),
        repeating-linear-gradient(0deg, transparent, transparent 46px, rgba(122,106,92,.07) 46px, rgba(122,106,92,.07) 47px),
        var(--zand-licht);
}
.routekaart-in { padding: 2.4rem; }
.routekaart svg { color: var(--goud); margin-bottom: .9rem; }
.routekaart h3 { margin-bottom: .6rem; }
.routekaart .adres { font-size: 1.15rem; color: var(--espresso); line-height: 1.5; margin-bottom: .9rem; }
.routekaart .toelichting { color: var(--taupe); font-size: .95rem; margin-bottom: 1.6rem; }
.routeknoppen { display: flex; gap: .7rem; flex-wrap: wrap; }

/* Openingstijden */
.tijden { list-style: none; padding: 0; margin: 0; }
.tijden li { display: flex; justify-content: space-between; gap: 1rem; padding: .72rem 0; border-bottom: 1px solid var(--rand); font-size: .97rem; }
.tijden li:last-child { border-bottom: 0; }
.tijden .dag { color: var(--taupe); text-transform: capitalize; }
.tijden .uur { color: var(--espresso); }
.tijden li.dicht .uur { color: var(--taupe); opacity: .7; }
.tijden li.vandaag { font-weight: 400; }
.tijden li.vandaag .dag, .tijden li.vandaag .uur { color: var(--goud); }

/* Openingstijden in de donkere voettekst */
.voet .tijden li { border-bottom-color: rgba(255,255,255,.1); }
.voet .tijden .dag { color: rgba(255,255,255,.5); }
.voet .tijden .uur { color: rgba(255,255,255,.82); }
.voet .tijden li.dicht .uur { color: rgba(255,255,255,.42); opacity: 1; }
.voet .tijden li.vandaag .dag, .voet .tijden li.vandaag .uur { color: var(--goud-zacht); }

/* Formulieren */
.veld { margin-bottom: 1.4rem; }
.veld label, .veld-label {
    display: block; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
    color: var(--taupe); margin-bottom: .55rem;
}
.veld input, .veld textarea, .veld select {
    width: 100%; padding: .95em 1.1em;
    font-family: var(--sans); font-size: .98rem; font-weight: 300; color: var(--espresso);
    background: var(--wit); border: 1px solid var(--rand); border-radius: var(--rond);
    transition: border-color .2s, box-shadow .2s;
}
.veld textarea { min-height: 130px; resize: vertical; line-height: 1.7; }
.veld input:focus, .veld textarea:focus, .veld select:focus {
    outline: 0; border-color: var(--goud); box-shadow: 0 0 0 3px rgba(172,135,82,.13);
}
.veld input::placeholder, .veld textarea::placeholder { color: #b9ab9c; }
.veld-rij { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.veld .hulp { font-size: .84rem; color: var(--taupe); margin: .45rem 0 0; text-transform: none; letter-spacing: 0; }
.verplicht { color: var(--klei); }
.honing { position: absolute; left: -9999px; opacity: 0; }

.vinkje { display: flex; gap: .8rem; align-items: flex-start; font-size: .95rem; color: var(--taupe); }
.vinkje input { width: auto; margin-top: .35rem; flex: none; accent-color: var(--goud); }
.vinkje label { text-transform: none; letter-spacing: 0; font-size: .95rem; color: var(--taupe); margin: 0; }

.bericht { padding: 1.1rem 1.4rem; border-radius: var(--rond); margin-bottom: 1.6rem; font-size: .96rem; }
.bericht-goed { background: #eef4ec; border-left: 2px solid var(--salie); color: #47603f; }
.bericht-fout { background: #fdf1ee; border-left: 2px solid var(--klei); color: #93472c; }
.bericht-let { background: #fdf7ea; border-left: 2px solid var(--goud); color: #7d5f2a; }

/* Voettekst */
.voet { background: var(--espresso); color: rgba(255,255,255,.62); padding: 5rem 0 0; font-size: .93rem; }
.voet-rij { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 3rem; padding-bottom: 3.5rem; }
.voet h4 { color: #fff; font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1.3rem; font-weight: 400; }
.voet a { color: rgba(255,255,255,.62); }
.voet a:hover { color: var(--goud-zacht); }
.voet ul { list-style: none; padding: 0; margin: 0; }
.voet li { margin-bottom: .7rem; }
.voet-merk .merk-naam { font-size: 1.55rem; color: #fff; }
.voet-merk .merk-sub { color: var(--goud); }
.voet-merk p { margin-top: 1.1rem; max-width: 30ch; }
.voet-onder {
    border-top: 1px solid rgba(255,255,255,.1); padding: 1.6rem 0;
    display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between;
    font-size: .82rem; color: rgba(255,255,255,.42);
}
.sociaal { display: flex; gap: .8rem; margin-top: 1.2rem; }
.sociaal a {
    width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%;
    display: grid; place-items: center; transition: all .25s;
}
.sociaal a:hover { background: var(--goud); border-color: var(--goud); color: #fff; }

/* Demolint */
.demolint {
    background: var(--goud); color: #fff; text-align: center;
    padding: .55rem 1rem; font-size: .78rem; letter-spacing: .06em;
    position: relative; z-index: 200;
}
.demolint a { color: #fff; text-decoration: underline; }

/* Zwevende whatsappknop */
.zweef {
    position: fixed; right: 22px; bottom: 22px; z-index: 90;
    width: 56px; height: 56px; border-radius: 50%;
    background: #25d366; color: #fff; display: grid; place-items: center;
    box-shadow: 0 6px 22px rgba(37,211,102,.42); transition: transform .25s;
}
.zweef:hover { transform: scale(1.08); color: #fff; }

/* Verschijnen bij scrollen */
.komt { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.3,1); }
.komt.zichtbaar { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    .komt { opacity: 1; transform: none; transition: none; }
    html { scroll-behavior: auto; }
}

/* Kleinere schermen */
@media (max-width: 980px) {
    .duo, .detail, .contact-rij { grid-template-columns: 1fr; gap: 2.8rem; }
    .paneel { position: static; }
    .voet-rij { grid-template-columns: 1fr 1fr; gap: 2.4rem; }
    .duo-beeld::before { display: none; }
}

@media (max-width: 760px) {
    body { font-size: 16px; }
    .wrap, .wrap-smal { width: min(100% - 36px, var(--breed)); }
    .sectie { padding: 4.5rem 0; }
    .pagina-kop { padding: calc(var(--balk, 150px) + 2rem) 0 3rem; }

    .menuknop { display: block; }
    .nav {
        position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px);
        background: var(--room); flex-direction: column; align-items: flex-start;
        justify-content: center; gap: 1.5rem; padding: 2.5rem;
        transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.7,.3,1);
        box-shadow: -8px 0 40px rgba(43,33,26,.14);
    }
    .nav.open { transform: none; }
    .nav a, .kop.vast .nav a, .kop.licht .nav a { color: var(--espresso); font-size: .95rem; }
    .nav .knop { width: 100%; color: #fff; }

    .hero-in { padding: calc(var(--balk, 150px) + 2rem) 0 7rem; }
    .hero-balk-in { padding: .9rem 0; gap: .5rem 1.6rem; }
    .hero-feit { font-size: .78rem; }
    .hero-knoppen .knop { flex: 1; min-width: 180px; }

    .veld-rij { grid-template-columns: 1fr; gap: 0; }
    .voet-rij { grid-template-columns: 1fr; gap: 2.2rem; }
    .oordeel-groot { flex-direction: column; gap: .8rem; text-align: center; }
    .oordeel-tekst { text-align: center; }
    .kaartje iframe { height: 300px; }
}
