:root {
    --bg: #efe3db;
    --primary: #c69563;
    --secondary: #8c6a57;
    --text: #3f322b;
    --white: #ffffff;
    --muted: #6c5950;
    --soft: #f7eee8;
    --border: rgba(140, 106, 87, 0.18);
    --shadow: 0 22px 70px rgba(110, 84, 66, 0.10);
    --radius-xxl: 44px;
    --radius-xl: 34px;
    --radius-lg: 26px;
    --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 14% 8%, rgba(198,149,99,.18), transparent 19%),
        radial-gradient(circle at 86% 18%, rgba(198,149,99,.12), transparent 18%),
        linear-gradient(180deg, var(--bg), #f4e9e1 40%, #fbf7f4 100%);
    position: relative;
    overflow-x: hidden;
}
.site-backdrop { position: fixed; pointer-events: none; z-index: -3; filter: blur(8px); }
.site-backdrop-one { width: 34rem; height: 34rem; left: -10rem; top: 10rem; background: radial-gradient(circle, rgba(198,149,99,.16), transparent 64%); }
.site-backdrop-two { width: 28rem; height: 28rem; right: -8rem; top: 28rem; background: radial-gradient(circle, rgba(140,106,87,.10), transparent 68%); }
.site-sparkles {
    position: fixed; inset: 0; pointer-events: none; z-index: -2; opacity: .55;
    background-image: radial-gradient(circle, rgba(198,149,99,.6) 0 1px, transparent 1.4px), radial-gradient(circle, rgba(198,149,99,.35) 0 1px, transparent 1.3px);
    background-size: 180px 180px, 240px 240px;
    background-position: 12% 20%, 80% 60%;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 85%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { line-height: 1.9; color: var(--muted); margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; font-family: 'Cormorant Garamond', serif; color: var(--text); line-height: .98; }
h1 { font-size: clamp(3.2rem, 8vw, 6rem); }
h2 { font-size: clamp(2.3rem, 5vw, 4rem); }
h3 { font-size: clamp(1.55rem, 2.8vw, 2rem); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 900px); margin-inline: auto; }
.section-space { padding: clamp(70px, 8vw, 118px) 0; }
.eyebrow { margin: 0 0 1rem; text-transform: uppercase; letter-spacing: .3em; font-size: .76rem; font-weight: 800; color: var(--primary); }
.lead { font-size: 1.1rem; max-width: 720px; }
.prose-center { text-align: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; border-radius: 999px; padding: .95rem 1.45rem; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .24em; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #f5d9a6 0%, #d9b07d 38%, var(--primary) 100%); color: #2f221b; box-shadow: 0 18px 42px rgba(198,149,99,0.28); border: 0; }
.btn-outline { border: 1px solid rgba(140, 106, 87, 0.24); background: rgba(255,255,255,0.66); color: var(--text); backdrop-filter: blur(10px); }
.site-header { position: sticky; top: 0; z-index: 90; background: rgba(244, 233, 225, 0.82); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(140,106,87,0.08); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .9rem; min-width: 0; }
.brand img { width: 78px; height: 78px; object-fit: contain; }
.brand strong { display: block; font-family: 'Cormorant Garamond', serif; text-transform: uppercase; letter-spacing: .12em; font-size: 1.34rem; }
.brand small { display: block; margin-top: .2rem; font-size: .68rem; letter-spacing: .30em; text-transform: uppercase; color: var(--secondary); }
.main-nav { display: flex; align-items: center; gap: .45rem; }
.main-nav a { padding: .72rem .9rem; border-radius: 999px; font-size: .82rem; font-weight: 700; color: var(--text); }
.main-nav a.active, .main-nav a:hover { background: rgba(198,149,99,0.14); color: var(--secondary); }
.main-nav .nav-cta { background: rgba(198,149,99,0.12); }
.nav-toggle { display: none; width: 48px; height: 48px; border: 0; background: var(--white); border-radius: 50%; box-shadow: var(--shadow); }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--text); margin: 4px auto; }
.hero { position: relative; padding: clamp(46px, 5vw, 82px) 0 32px; overflow: hidden; }
.hero-bg-tone { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 18% 10%, rgba(198,149,99,0.18), transparent 28%), radial-gradient(circle at 80% 20%, rgba(198,149,99,0.12), transparent 22%), linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .95fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.hero-copy { padding: clamp(1rem, 3vw, 2rem) 0; position: relative; }
.hero-copy h1 { max-width: 11ch; }
.hero-pills { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.2rem; }
.hero-pills span, .footer-contact-pills span { display: inline-flex; padding: .55rem .9rem; border-radius: 999px; background: rgba(255,255,255,0.65); border: 1px solid var(--border); font-size: .78rem; font-weight: 700; color: var(--secondary); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.hero-highlights { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; margin-top: 2.25rem; }
.hero-highlights div { padding: 1rem 1.1rem; background: rgba(255,255,255,.58); border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow); }
.hero-highlights strong { display: block; margin-bottom: .2rem; }
.hero-highlights span { color: var(--muted); font-size: .92rem; }
.hero-visual-frame { position: relative; overflow: hidden; border-radius: 42% 58% 36% 64% / 38% 40% 60% 62%; background: rgba(255,255,255,0.86); border: 1px solid rgba(140,106,87,0.12); box-shadow: var(--shadow); aspect-ratio: 5 / 6; transform: rotate(1.6deg); }
.hero-visual-frame::before { content: ''; position: absolute; inset: 14px; border-radius: inherit; border: 1px solid rgba(198,149,99,0.2); z-index: 2; pointer-events: none; }
.hero-visual-frame::after { content: ''; position: absolute; width: 120px; height: 120px; right: -20px; top: -20px; border-radius: 50%; background: radial-gradient(circle, rgba(198,149,99,.55), transparent 65%); z-index: 1; }
.hero-visual-frame img { width: 100%; height: 100%; object-fit: cover; transition: opacity .55s ease, transform .9s ease; }
.hero-visual-frame img.fade-out { opacity: 0; transform: scale(1.03); }
.slider-dots { display: flex; justify-content: center; gap: .6rem; margin-top: 1rem; }
.slider-dots button { width: 38px; height: 5px; border: 0; border-radius: 999px; background: rgba(140,106,87,0.24); }
.slider-dots button.active { background: var(--primary); }
.intro-card, .contact-card, .review-card, .news-card, .gallery-card { background: rgba(255,255,255,0.72); border: 1px solid var(--border); border-radius: var(--radius-xl); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.intro-card { display: grid; grid-template-columns: .85fr 1fr; gap: 2rem; padding: clamp(1.8rem, 4vw, 3rem); position: relative; overflow: hidden; }
.intro-card::after { content: ''; position: absolute; width: 180px; height: 180px; right: -40px; bottom: -55px; border-radius: 50%; background: radial-gradient(circle, rgba(198,149,99,.2), transparent 68%); }
.feature-ribbon { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature-ribbon article { padding: 1.5rem; border-radius: 28px; background: linear-gradient(180deg, rgba(255,255,255,.7), rgba(255,255,255,.5)); border: 1px solid var(--border); box-shadow: var(--shadow); }
.feature-ribbon span { display: inline-flex; width: 48px; height: 48px; border-radius: 50%; align-items: center; justify-content: center; background: rgba(198,149,99,.16); color: var(--primary); font-weight: 800; margin-bottom: 1rem; }
.section-stack { display: grid; gap: 2.2rem; }
.content-block { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .95fr); gap: clamp(1.5rem, 4vw, 3.4rem); align-items: center; padding: clamp(1.7rem, 4vw, 2.4rem); position: relative; }
.content-block::before { content: ''; position: absolute; inset: 0; border-radius: var(--radius-xxl); background: linear-gradient(115deg, rgba(255,255,255,.64), rgba(255,255,255,.32)); z-index: -1; border: 1px solid var(--border); box-shadow: var(--shadow); }
.content-block.reverse { grid-template-columns: minmax(300px, .95fr) minmax(0, 1fr); }
.content-block.reverse .content-block-copy { order: 2; }
.content-block.reverse .content-block-image { order: 1; }
.masked-media { position: relative; overflow: hidden; border-radius: 58% 42% 30% 70% / 36% 48% 52% 64%; min-height: 360px; }
.content-block.reverse .masked-media { border-radius: 42% 58% 70% 30% / 50% 36% 64% 50%; }
.masked-media::before { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.42); border-radius: inherit; z-index: 2; }
.content-block-image img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.review-grid, .news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.review-card { padding: 1.8rem; position: relative; overflow: hidden; }
.review-card::after { content: '“'; position: absolute; right: 18px; top: 10px; font-size: 5rem; line-height: 1; color: rgba(198,149,99,.18); font-family: Georgia, serif; }
.stars { color: var(--primary); letter-spacing: .16em; margin-bottom: 1rem; }
.news-card { overflow: hidden; }
.news-image-wrap { position: relative; }
.news-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.news-badge { position: absolute; left: 1rem; top: 1rem; display: inline-flex; padding: .45rem .8rem; border-radius: 999px; background: rgba(255,255,255,.76); border: 1px solid var(--border); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.news-card-body { padding: 1.3rem; }
.news-card-body a { color: var(--secondary); font-weight: 800; }
.news-date { font-size: .8rem; color: var(--primary); font-weight: 800; }
.news-meta-line { display: flex; flex-wrap: wrap; gap: .8rem; font-size: .84rem; color: var(--muted); margin-bottom: .6rem; }
.news-meta-centered { justify-content: center; margin-top: 1rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.gallery-card { margin: 0; overflow: hidden; }
.gallery-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.gallery-card figcaption { padding: 1rem 1.1rem; display: flex; flex-direction: column; gap: .2rem; }
.gallery-card figcaption span { color: var(--secondary); font-size: .9rem; }
.subpage-banner { padding: clamp(58px, 7vw, 92px) 0 24px; position: relative; overflow: hidden; }
.subpage-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at top left, rgba(198,149,99,0.16), transparent 28%); }
.article-hero { width: 100%; border-radius: 32px; margin-bottom: 1.6rem; box-shadow: var(--shadow); }
.article-body { white-space: normal; margin-bottom: 1.5rem; }
.rich-body { padding: 1.8rem; }
.rich-body p:last-child { margin-bottom: 0; }
.rich-body h2, .rich-body h3 { margin: 0 0 .8rem; }
.rich-body ul, .rich-body ol { margin: 0 0 1rem 1.2rem; color: var(--muted); }
.contact-grid, .booking-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.booking-grid-wide { grid-template-columns: .9fr 1.1fr; }
.contact-card { padding: clamp(1.5rem, 4vw, 2rem); }
.contact-card-highlight { position: relative; overflow: hidden; }
.contact-card-highlight::after { content: ''; position: absolute; width: 180px; height: 180px; right: -40px; bottom: -40px; border-radius: 50%; background: radial-gradient(circle, rgba(198,149,99,.25), transparent 68%); }
.contact-checks { list-style: none; padding: 0; margin: 1.1rem 0 0; display: grid; gap: .6rem; }
.contact-checks li { padding-left: 1.4rem; position: relative; }
.contact-checks li::before { content: '✦'; color: var(--primary); position: absolute; left: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-size: .92rem; font-weight: 600; color: var(--text); }
input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="number"], select, textarea { width: 100%; margin-top: .45rem; border: 1px solid rgba(140,106,87,0.22); border-radius: 16px; padding: .95rem 1rem; font: inherit; background: rgba(255,255,255,0.96); color: var(--text); }
textarea { resize: vertical; }
.checkbox-row { display: flex; align-items: center; gap: .8rem; }
.alert { padding: .95rem 1rem; border-radius: 16px; margin-bottom: 1rem; border: 1px solid transparent; }
.alert-success { background: #e8f7ea; color: #1c5b2e; border-color: #c6e9cc; }
.alert-warning { background: #fff2db; color: #7b5711; border-color: #f5ddaa; }
.alert-danger { background: #fde7e7; color: #8f2626; border-color: #f0c5c5; }
.service-list { display: grid; gap: 1rem; }
.service-mini-card { background: rgba(255,255,255,0.68); border: 1px solid var(--border); border-radius: 22px; padding: 1.15rem; }
.service-mini-meta { display: flex; justify-content: space-between; color: var(--secondary); font-weight: 700; gap: 1rem; }
.tiny-note { font-size: .85rem; color: var(--secondary); margin-top: 1rem; }
.site-footer { margin-top: 40px; background: linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,.82)); border-top: 1px solid var(--border); }
.footer-topband { display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding: 2rem 2.2rem; margin-bottom: 1rem; border-radius: 32px; background: linear-gradient(135deg, rgba(198,149,99,.17), rgba(255,255,255,.72)); border: 1px solid var(--border); box-shadow: var(--shadow); transform: translateY(-42px); }
.footer-band-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .8rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr .8fr; gap: 1.5rem; padding: clamp(1rem, 2vw, 1.2rem) 0 clamp(2.4rem, 6vw, 4rem); }
.footer-brand-card { padding: 1.6rem; border-radius: 28px; border: 1px solid var(--border); box-shadow: var(--shadow); background: rgba(255,255,255,0.78); }
.footer-brand-card img { width: min(290px, 100%); }
.footer-links { margin: .6rem 0 0; padding: 0; list-style: none; display: grid; gap: .65rem; }
.footer-links a:hover { color: var(--secondary); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0 1.3rem; border-top: 1px solid rgba(140,106,87,0.1); font-size: .92rem; color: var(--muted); }
.booking-group { display: grid; gap: .85rem; margin-top: 1rem; }
.booking-group h3 { font-size: 1.65rem; }
.big-grid .gallery-card:nth-child(4n+1) img { aspect-ratio: 4/5; }
.big-grid .gallery-card:nth-child(4n+3) img { aspect-ratio: 5/4; }
@media (max-width: 1100px) { .feature-ribbon { grid-template-columns: 1fr; } }
@media (max-width: 991px) {
    .hero-grid, .intro-card, .content-block, .content-block.reverse, .review-grid, .gallery-grid, .news-grid, .contact-grid, .booking-grid, .footer-grid, .footer-topband { grid-template-columns: 1fr; }
    .section-title-row { flex-direction: column; align-items: start; }
    .content-block.reverse .content-block-copy, .content-block.reverse .content-block-image { order: initial; }
    .main-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); display: none; flex-direction: column; align-items: stretch; padding: 1rem; background: rgba(255,255,255,0.96); border-radius: 24px; box-shadow: var(--shadow); border: 1px solid var(--border); }
    .main-nav.open { display: flex; }
    .nav-toggle { display: block; }
    .hero-highlights { grid-template-columns: 1fr; }
    .footer-topband { transform: translateY(-26px); }
}
@media (max-width: 767px) {
    .brand img { width: 60px; height: 60px; }
    .header-inner { min-height: 84px; }
    .brand strong { font-size: 1.05rem; }
    .brand small { font-size: .6rem; letter-spacing: .16em; }
    .form-grid, .hero-highlights { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
    .content-block-image img, .masked-media { min-height: 280px; }
}

/* --- Luxe finetune update --- */
.hero::after,
.section-space::before {
    content: '';
    position: absolute;
    pointer-events: none;
}
.hero { isolation: isolate; }
.hero::after {
    width: 340px;
    height: 340px;
    right: -120px;
    bottom: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(198,149,99,.18), transparent 70%);
    z-index: -1;
}
.intro-panel, .experience-section, .gallery-preview, .news-preview-section, .soft-panel-section { position: relative; }
.intro-card {
    grid-template-columns: .9fr 1.1fr;
    border-radius: 40px;
    background: linear-gradient(135deg, rgba(255,255,255,.8), rgba(255,255,255,.52));
}
.intro-card h2 { max-width: 11ch; }
.luxe-story-section { position: relative; overflow: hidden; }
.luxe-story-section::before {
    content: '';
    position: absolute;
    inset: 12% auto auto -120px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(198,149,99,.18), transparent 70%);
}
.luxe-story-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: center;
}
.story-copy h2 { max-width: 12ch; margin-bottom: 1rem; }
.story-points { display: grid; gap: .95rem; margin-top: 1.6rem; }
.story-points div {
    display: grid; gap: .2rem;
    padding: 1rem 1.15rem 1rem 1.35rem;
    border-left: 2px solid rgba(198,149,99,.45);
    background: linear-gradient(90deg, rgba(255,255,255,.55), rgba(255,255,255,.18));
    border-radius: 0 18px 18px 0;
}
.story-points span { color: var(--muted); }
.story-gallery { position: relative; min-height: 620px; }
.story-frame {
    position: absolute; overflow: hidden; background: rgba(255,255,255,.72);
    box-shadow: var(--shadow); border: 1px solid rgba(140,106,87,.12);
}
.story-frame img { width: 100%; height: 100%; object-fit: cover; }
.story-frame.large {
    inset: 0 16% 10% 0; border-radius: 38% 62% 33% 67% / 37% 38% 62% 63%;
}
.story-frame.small.top {
    width: 42%; height: 42%; right: 0; top: 0; border-radius: 48% 52% 58% 42% / 43% 39% 61% 57%;
}
.story-frame.small.bottom {
    width: 38%; height: 34%; right: 6%; bottom: 0; border-radius: 58% 42% 34% 66% / 45% 56% 44% 55%;
}
.luxury-ribbon article {
    position: relative; border-radius: 34px;
    background: linear-gradient(160deg, rgba(255,255,255,.84), rgba(255,255,255,.5));
}
.luxury-ribbon article::after {
    content: ''; position: absolute; inset: auto 18px 18px auto; width: 72px; height: 72px; border-radius: 50%;
    background: radial-gradient(circle, rgba(198,149,99,.16), transparent 68%);
}
.offer-banner-grid, .about-quote-card {
    display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.4rem; align-items: center;
    padding: clamp(1.8rem, 4vw, 2.6rem); border-radius: 36px;
    background: linear-gradient(135deg, rgba(255,255,255,.76), rgba(255,255,255,.38));
    border: 1px solid var(--border); box-shadow: var(--shadow);
}
.offer-summary { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: flex-end; }
.offer-summary span {
    display: inline-flex; padding: .8rem 1rem; border-radius: 999px; background: rgba(255,255,255,.72);
    border: 1px solid rgba(198,149,99,.25); font-weight: 700; color: var(--secondary);
}
.about-quote-card { grid-template-columns: 1fr; text-align: center; max-width: 1000px; margin-inline: auto; }
.content-block {
    padding: clamp(2rem, 4vw, 2.8rem);
    border-radius: 44px; overflow: hidden;
}
.content-block::before {
    border-radius: 44px;
    background:
        radial-gradient(circle at top right, rgba(198,149,99,.12), transparent 22%),
        linear-gradient(115deg, rgba(255,255,255,.72), rgba(255,255,255,.28));
}
.content-block-copy p:last-of-type { margin-bottom: 1.5rem; }
.luxury-review-grid { grid-template-columns: 1fr 1.15fr 1fr; align-items: start; }
.luxury-review-grid .review-card:nth-child(2) { transform: translateY(28px); }
.review-card {
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.52));
}
.staggered-gallery { grid-template-columns: 1.15fr .9fr 1fr; }
.staggered-gallery .gallery-card:nth-child(2),
.staggered-gallery .gallery-card:nth-child(5) { transform: translateY(34px); }
.staggered-gallery .gallery-card:nth-child(3) { transform: translateY(10px); }
.news-preview-section .news-grid,
.news-grid-large { grid-template-columns: 1.1fr .95fr .95fr; align-items: start; }
.news-card-pro:nth-child(2) { transform: translateY(30px); }
.news-card-pro:nth-child(3) { transform: translateY(10px); }
.news-card-pro { border-radius: 34px; background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.54)); }
.site-footer {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(198,149,99,.14), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,.9));
}
.site-footer::before {
    content: '';
    position: absolute; inset: 0; pointer-events: none;
    background-image: linear-gradient(rgba(198,149,99,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(198,149,99,.08) 1px, transparent 1px);
    background-size: 120px 120px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.25), transparent 75%);
    opacity: .18;
}
.footer-topband { border-radius: 40px; }
.footer-brand-card,
.contact-card,
.news-card,
.gallery-card { border-radius: 32px; }
.subpage-banner .lead { margin-inline: auto; }
@media (max-width: 991px) {
    .luxe-story-grid,
    .offer-banner-grid,
    .luxury-review-grid,
    .staggered-gallery,
    .news-preview-section .news-grid,
    .news-grid-large { grid-template-columns: 1fr; }
    .story-gallery { min-height: 520px; }
    .story-frame.large { inset: 0 12% 15% 0; }
    .story-frame.small.top { width: 45%; height: 40%; }
    .story-frame.small.bottom { width: 42%; height: 32%; }
    .luxury-review-grid .review-card:nth-child(2),
    .staggered-gallery .gallery-card:nth-child(2),
    .staggered-gallery .gallery-card:nth-child(5),
    .staggered-gallery .gallery-card:nth-child(3),
    .news-card-pro:nth-child(2),
    .news-card-pro:nth-child(3) { transform: none; }
}
@media (max-width: 767px) {
    .story-gallery { min-height: 420px; }
    .story-frame.large { inset: 0 10% 18% 0; }
    .story-frame.small.top { width: 46%; height: 36%; }
    .story-frame.small.bottom { width: 44%; height: 28%; }
}

/* --- Lak It booking wizard geïntegreerd voor K Derma Laser --- */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -4;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(198,149,99,.12) 1px, transparent 0),
        linear-gradient(135deg, rgba(198,149,99,.045) 25%, transparent 25%, transparent 50%, rgba(198,149,99,.045) 50%, rgba(198,149,99,.045) 75%, transparent 75%, transparent);
    background-size: 38px 38px, 120px 120px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.34), transparent 88%);
    opacity: .6;
}
.subpage-banner::after,
.booking-hero-banner::after {
    content: '✦';
    position: absolute;
    right: 10vw;
    top: 36%;
    font-size: clamp(4rem, 10vw, 9rem);
    color: rgba(198,149,99,.08);
    line-height: 1;
    pointer-events: none;
}
.kderma-booking-section {
    position: relative;
    overflow: hidden;
}
.kderma-booking-section::before {
    content: '';
    position: absolute;
    inset: 5% auto auto -140px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(198,149,99,.14), transparent 70%);
    pointer-events: none;
}
.kderma-booking-container { position: relative; z-index: 1; }
.booking-honeypot { position: absolute; left: -9999px; opacity: 0; }
.lakit-booking-wizard,
.booking-success-panel,
.booking-empty-panel,
.booking-vacation-notice {
    background:
        radial-gradient(circle at top right, rgba(198,149,99,.16), transparent 24%),
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.62));
    border: 1px solid rgba(140,106,87,.16);
    border-radius: 42px;
    padding: clamp(1.35rem, 4vw, 2.6rem);
    box-shadow: 0 26px 86px rgba(110,84,66,.12);
    backdrop-filter: blur(14px);
}
.booking-stepbar {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2.3rem;
}
.booking-step {
    border: 1px solid rgba(140,106,87,.12);
    background: rgba(255,255,255,.78);
    color: var(--text);
    border-radius: 999px;
    padding: .8rem 1.1rem;
    box-shadow: 0 10px 28px rgba(110,84,66,.06);
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    font-weight: 800;
}
.booking-step span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(198,149,99,.16);
    color: var(--primary);
}
.booking-step.active {
    background: linear-gradient(135deg, #efd2a4, #c69563);
    color: #2f221b;
    border-color: transparent;
}
.booking-step.active span { background: #fff; color: var(--secondary); }
.booking-panel { display: none; padding: 32px 0 4px; }
.booking-panel.active { display: block; }
.booking-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0 auto 34px;
}
.booking-filter-pills button {
    border: 1px solid rgba(140,106,87,.18);
    background: rgba(255,255,255,.78);
    color: var(--text);
    border-radius: 999px;
    padding: 11px 18px;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(110,84,66,.04);
    transition: .2s ease;
}
.booking-filter-pills button span {
    display: inline-flex;
    margin-left: 7px;
    background: rgba(198,149,99,.14);
    color: var(--secondary);
    border-radius: 999px;
    min-width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.booking-filter-pills button.active,
.booking-filter-pills button:hover {
    background: linear-gradient(135deg, #efd2a4, #c69563);
    color: #2f221b;
    border-color: transparent;
    transform: translateY(-1px);
}
.booking-service-list { display: flex; flex-direction: column; gap: 38px; }
.booking-service-group { scroll-margin-top: 110px; }
.booking-service-group[hidden] { display: none !important; }
.booking-service-group h3 {
    text-align: center;
    margin: 0 0 22px;
    color: var(--text);
}
.booking-item-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
}
.booking-item-card {
    min-height: 250px;
    text-align: left;
    padding: 24px !important;
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    border: 1px solid rgba(140,106,87,.15) !important;
    border-radius: 30px !important;
    background: rgba(255,255,255,.82) !important;
    box-shadow: 0 18px 48px rgba(110,84,66,.07) !important;
    color: var(--text) !important;
    transition: .22s !important;
}
.booking-item-card:hover,
.booking-item-card.active {
    border-color: rgba(198,149,99,.55) !important;
    box-shadow: 0 28px 64px rgba(198,149,99,.16) !important;
    transform: translateY(-4px) !important;
}
.booking-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.booking-category-icon {
    width: 62px;
    height: 62px;
    border-radius: 24px;
    background: rgba(198,149,99,.14);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
}
.booking-card-price {
    display: inline-flex;
    background: rgba(198,149,99,.13);
    color: var(--secondary);
    border-radius: 999px;
    padding: 8px 13px;
    font-weight: 900;
    font-style: normal;
    font-size: 13px;
}
.booking-item-card strong { font-size: 1.05rem; line-height: 1.35; margin-bottom: 10px; }
.booking-item-card small { font-size: .9rem; line-height: 1.6; color: var(--muted); display: block; flex: 1; }
.booking-item-card em { margin-top: 16px; font-style: normal; font-weight: 900; color: var(--primary); }
.booking-duration-box {
    max-width: 620px;
    margin: 30px auto 0;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(140,106,87,.15);
    border-radius: 24px;
    padding: 18px;
    box-shadow: 0 16px 45px rgba(110,84,66,.06);
}
.booking-duration-box select { margin-top: .5rem; }
.booking-price-preview { margin-top: .7rem; color: var(--secondary); font-weight: 800; }
.booking-actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.booking-date-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
.booking-date-card,
.booking-slot-btn {
    border: 1px solid rgba(140,106,87,.18);
    background: rgba(255,255,255,.82);
    border-radius: 24px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 12px 30px rgba(110,84,66,.06);
    transition: .2s ease;
    color: var(--text);
}
.booking-date-card:hover,
.booking-date-card.active,
.booking-slot-btn:hover,
.booking-slot-btn.active {
    background: linear-gradient(135deg, #efd2a4, #c69563);
    color: #2f221b;
    border-color: transparent;
    transform: translateY(-2px);
}
.booking-date-card span { display: block; color: var(--primary); font-weight: 900; font-size: 1.35rem; }
.booking-date-card.active span,
.booking-date-card:hover span { color: #2f221b; }
.booking-date-card strong { display: block; text-transform: capitalize; }
.booking-slots-wrap {
    margin-top: 2rem;
    background: rgba(255,255,255,.58);
    border: 1px solid rgba(140,106,87,.12);
    border-radius: 30px;
    padding: 1.4rem;
}
.booking-slots-wrap h3 { font-size: 1.35rem; margin-bottom: 1rem; }
.booking-slot-grid { display: flex; gap: .7rem; flex-wrap: wrap; }
.booking-slot-btn { font-weight: 900; min-width: 86px; }
.booking-details-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: 1.4rem; }
.booking-form-card,
.booking-review-card {
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(140,106,87,.13);
    border-radius: 30px;
    padding: 1.6rem;
    box-shadow: 0 14px 36px rgba(110,84,66,.06);
}
.booking-review-card h3 { font-size: 1.55rem; margin-bottom: 1.2rem; }
.booking-review-card > div:not(.booking-payment-choice),
.booking-summary-grid div {
    border-bottom: 1px solid rgba(140,106,87,.11);
    padding: .8rem 0;
}
.booking-review-card span,
.booking-summary-grid span {
    display: block;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--secondary);
    font-weight: 900;
}
.booking-review-card strong,
.booking-summary-grid strong { display: block; color: var(--text); }
.booking-payment-choice { display: grid; gap: .75rem; margin: 1rem 0; }
.booking-payment-choice label {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .45rem .65rem;
    align-items: center;
    padding: .9rem;
    border-radius: 18px;
    border: 1px solid rgba(140,106,87,.15);
    background: rgba(255,255,255,.65);
}
.booking-payment-choice label.active { border-color: rgba(198,149,99,.55); background: rgba(198,149,99,.09); }
.booking-payment-choice strong { grid-column: 2; }
.booking-terms-check { display: flex; align-items: flex-start; gap: .75rem; margin-top: 1rem; color: var(--muted); font-weight: 500; line-height: 1.55; }
.booking-success-panel,
.booking-empty-panel,
.booking-vacation-notice { text-align: center; max-width: 980px; margin: 0 auto; }
.booking-success-icon {
    width: 86px;
    height: 86px;
    margin: 0 auto 1.2rem;
    border-radius: 32px;
    background: rgba(198,149,99,.14);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}
.booking-summary-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; text-align: left; margin-top: 1.5rem; }
.booking-summary-grid div { background: rgba(255,255,255,.78); border: 0; border-radius: 20px; padding: 1rem; }
.booking-alert { max-width: 980px; margin-inline: auto; }
.mt-4 { margin-top: 1.5rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 2rem; }
.border-0 { border: 0 !important; }
@media(max-width:1199px){ .booking-item-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width:991px){ .booking-date-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.booking-details-grid{grid-template-columns:1fr}.booking-summary-grid{grid-template-columns:1fr 1fr} }
@media(max-width:767px){ .lakit-booking-wizard,.booking-success-panel,.booking-empty-panel{padding:1.25rem;border-radius:28px}.booking-item-grid,.booking-date-grid,.booking-summary-grid{grid-template-columns:1fr}.booking-stepbar{justify-content:flex-start}.booking-step{width:100%;justify-content:flex-start}.booking-filter-pills{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:6px}.booking-filter-pills button{white-space:nowrap} }

/* --- Eerste bezoek + zachte luxe patterns --- */
.kderma-starfield {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    opacity: .42;
    mix-blend-mode: multiply;
}
#stars, #stars2, #stars3 {
    position: absolute;
    inset: 0;
    background-repeat: repeat;
    transform: translateZ(0);
}
#stars {
    background-image:
        radial-gradient(circle, rgba(198,149,99,.40) 0 1px, transparent 1.7px),
        radial-gradient(circle, rgba(198,149,99,.18) 0 1px, transparent 1.9px);
    background-size: 170px 170px, 260px 260px;
    background-position: 18px 40px, 90px 120px;
    animation: animStarSoft 90s linear infinite;
}
#stars2 {
    background-image:
        radial-gradient(circle, rgba(198,149,99,.24) 0 1.3px, transparent 2.2px),
        radial-gradient(circle, rgba(255,255,255,.58) 0 1px, transparent 2px);
    background-size: 280px 280px, 360px 360px;
    background-position: 130px 30px, 20px 220px;
    animation: animStarSoft 140s linear infinite;
}
#stars3 {
    background-image: radial-gradient(circle, rgba(198,149,99,.22) 0 2px, transparent 3px);
    background-size: 520px 520px;
    background-position: 210px 170px;
    animation: animStarSoft 210s linear infinite;
    filter: blur(.2px);
}
@keyframes animStarSoft {
    from { transform: translateY(0); }
    to { transform: translateY(-360px); }
}
.site-footer::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 25% 25%, rgba(198,149,99,.14) 0 13%, transparent 14%),
        radial-gradient(circle at 75% 75%, rgba(198,149,99,.10) 0 13%, transparent 14%);
    background-size: 18px 18px;
    opacity: .26;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.42), transparent 80%);
}
.intake-section { position: relative; }
.intake-layout {
    display: grid;
    grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
    gap: clamp(1.2rem, 4vw, 2rem);
    align-items: start;
}
.intake-side-card,
.intake-form-card,
.intake-success-box {
    background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.55));
    border: 1px solid rgba(140,106,87,.15);
    border-radius: 36px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
}
.intake-side-card {
    padding: clamp(1.5rem, 3vw, 2rem);
    position: sticky;
    top: 118px;
    overflow: hidden;
}
.intake-side-card::after {
    content: '';
    position: absolute;
    width: 170px;
    height: 170px;
    right: -58px;
    bottom: -58px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(198,149,99,.18), transparent 70%);
}
.intake-form-card { padding: clamp(1.2rem, 3vw, 2rem); }
.intake-step {
    position: relative;
    padding: clamp(1.3rem, 3vw, 2rem);
    border-radius: 30px;
    background: rgba(255,255,255,.54);
    border: 1px solid rgba(140,106,87,.12);
    margin-bottom: 1.2rem;
    overflow: hidden;
}
.intake-step::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at top right, rgba(198,149,99,.11), transparent 26%);
}
.intake-step > * { position: relative; }
.intake-step h2 { margin-bottom: 1.3rem; }
.choice-panel {
    margin: 1.4rem 0;
    padding: 1.2rem;
    border-radius: 24px;
    background: rgba(255,255,255,.65);
    border: 1px solid rgba(140,106,87,.12);
}
.choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: .75rem 1rem;
}
.choice-grid label,
.medical-check-grid label,
.choice-list label,
.radio-row label {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    line-height: 1.55;
    color: var(--muted);
    font-weight: 600;
}
.choice-list { display: grid; gap: .65rem; margin-top: .65rem; }
.choice-list.compact { gap: .35rem; }
.radio-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: .7rem; }
.medical-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: .75rem 1rem;
    margin: 1rem 0 1.4rem;
}
.medical-check-grid label {
    padding: .72rem .8rem;
    border-radius: 16px;
    background: rgba(255,255,255,.54);
    border: 1px solid rgba(140,106,87,.10);
}
.skin-list {
    grid-template-columns: repeat(2, minmax(0,1fr));
    display: grid;
}
.consent-box {
    max-height: 420px;
    overflow: auto;
    padding: 1.2rem 1.3rem;
    border-radius: 24px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(140,106,87,.12);
    margin-bottom: 1.2rem;
}
.consent-box ul { margin: 0; padding-left: 1.2rem; color: var(--muted); line-height: 1.75; }
.intake-accept { background: rgba(255,255,255,.55); padding: 1rem; border-radius: 18px; border: 1px solid rgba(140,106,87,.12); }
.intake-success-box { text-align: center; padding: clamp(2rem, 5vw, 3rem); }
.intake-success-box > div {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    border-radius: 30px;
    display: grid;
    place-items: center;
    color: var(--primary);
    background: rgba(198,149,99,.14);
    font-size: 2rem;
}
.intake-form input[type="checkbox"],
.intake-form input[type="radio"],
.booking-terms-check input[type="checkbox"] {
    accent-color: var(--primary);
    margin-top: .25rem;
}
.booking-terms-check a { color: var(--secondary); font-weight: 900; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
@media(max-width:991px){
    .intake-layout { grid-template-columns: 1fr; }
    .intake-side-card { position: relative; top: auto; }
    .medical-check-grid,.choice-grid,.skin-list { grid-template-columns: 1fr; }
}
@media(max-width:767px){
    .intake-step,.intake-form-card,.intake-side-card { border-radius: 24px; }
}


/* --- PERFORMANCE FIX: statische luxe patterns zonder scroll-lag --- */
/* De vorige sterrenlaag gebruikte fixed/animated backgrounds + blur. Dat veroorzaakt op sommige browsers witte flashes bij scroll.
   Deze override houdt de luxe patronen zichtbaar, maar maakt ze statisch en veel lichter. */
body {
    background-color: var(--bg);
    background-image:
        radial-gradient(circle at 14% 8%, rgba(198,149,99,.14), transparent 20%),
        radial-gradient(circle at 86% 18%, rgba(198,149,99,.09), transparent 18%),
        radial-gradient(circle at 1px 1px, rgba(198,149,99,.10) 1px, transparent 1.4px),
        linear-gradient(180deg, var(--bg), #f4e9e1 42%, #fbf7f4 100%);
    background-size: auto, auto, 42px 42px, auto;
    background-attachment: scroll;
}

/* Geen scroll-animaties of zware compositing meer */
.site-backdrop,
.site-sparkles,
.kderma-starfield,
#stars,
#stars2,
#stars3,
body::before {
    animation: none !important;
    transform: none !important;
    will-change: auto !important;
}

.site-backdrop,
.site-sparkles {
    display: none !important;
}

.kderma-starfield {
    position: absolute !important;
    inset: 0 !important;
    height: auto !important;
    min-height: 100% !important;
    z-index: 0 !important;
    opacity: .55 !important;
    mix-blend-mode: normal !important;
    overflow: hidden !important;
    contain: layout paint style !important;
    pointer-events: none !important;
}

/* Drie statische sterrenlagen, nog zichtbaar maar zonder hapering */
#stars {
    background-image:
        radial-gradient(circle, rgba(198,149,99,.20) 0 1px, transparent 1.7px),
        radial-gradient(circle, rgba(198,149,99,.12) 0 1px, transparent 1.7px);
    background-size: 190px 190px, 310px 310px;
    background-position: 28px 56px, 120px 170px;
}

#stars2 {
    background-image:
        radial-gradient(circle, rgba(198,149,99,.16) 0 1.25px, transparent 2px),
        radial-gradient(circle, rgba(217,176,125,.14) 0 1px, transparent 2px);
    background-size: 360px 360px, 470px 470px;
    background-position: 180px 40px, 40px 260px;
}

#stars3 {
    background-image:
        radial-gradient(circle, rgba(198,149,99,.10) 0 2px, transparent 3px);
    background-size: 680px 680px;
    background-position: 260px 180px;
    filter: none !important;
}

main,
.site-header,
.site-footer {
    position: relative;
    z-index: 2;
}

/* backdrop-filter is mooi, maar zwaar tijdens scroll. Transparante kleur blijft luxe zonder repaint-lag. */
.site-header {
    backdrop-filter: none !important;
    background: rgba(244,233,225,.96) !important;
}

.intro-card,
.contact-card,
.review-card,
.news-card,
.gallery-card,
.lakit-booking-wizard,
.booking-success-panel,
.booking-empty-panel,
.booking-vacation-notice,
.intake-side-card,
.intake-form-card,
.intake-success-box {
    backdrop-filter: none !important;
}

/* Footer: statisch subtiel motief in K Derma stijl */
.site-footer {
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(198,149,99,.14), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,.36), rgba(255,255,255,.94)) !important;
}

.site-footer::before {
    background:
        radial-gradient(circle at 25% 25%, rgba(198,149,99,.20) 0 14%, transparent 15%),
        radial-gradient(circle at 75% 75%, rgba(198,149,99,.14) 0 14%, transparent 15%) !important;
    background-size: 18px 18px !important;
    opacity: .28 !important;
    mask-image: none !important;
}

.site-footer::after {
    background:
        linear-gradient(90deg, transparent 0%, rgba(198,149,99,.05) 20%, transparent 38%),
        radial-gradient(circle at 8% 12%, rgba(198,149,99,.13), transparent 20%),
        radial-gradient(circle at 88% 8%, rgba(198,149,99,.08), transparent 18%) !important;
    opacity: .32 !important;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.36), rgba(0,0,0,.14) 55%, transparent 92%) !important;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
    }
}


/* ==========================================================
   FINAL PERFORMANCE + LUXURY POLISH
   - geen fixed/animated patternlagen meer
   - geen backdrop-filter/blur tijdens scroll
   - menu opnieuw strak sticky
   - footer CTA overlapt opnieuw de vorige sectie
   ========================================================== */

/* Basis: zachte body pattern in één goedkope background-pass */
html {
    background: #efe3db;
}

body {
    min-height: 100%;
    background-color: var(--bg) !important;
    background-image:
        radial-gradient(circle at 18% 10%, rgba(198,149,99,.13), transparent 22%),
        radial-gradient(circle at 82% 16%, rgba(198,149,99,.08), transparent 18%),
        radial-gradient(circle at 1px 1px, rgba(198,149,99,.075) 1px, transparent 1.6px),
        linear-gradient(180deg, #efe3db 0%, #f4e9e1 44%, #fbf7f4 100%) !important;
    background-size: auto, auto, 38px 38px, auto !important;
    background-attachment: scroll !important;
    overflow-x: hidden;
}

/* Zware oude lagen volledig uitschakelen: dit was de repaint/lag oorzaak */
.site-backdrop,
.site-sparkles,
.kderma-starfield,
#stars,
#stars2,
#stars3,
body::before {
    display: none !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
    will-change: auto !important;
}

/* Voorkomt dat oude absolute/pseudo lagen boven content painten */
main {
    position: relative;
    z-index: 1;
    isolation: isolate;
}

/* Header opnieuw netjes, premium en sticky */
.site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    background: rgba(244, 233, 225, .985) !important;
    border-bottom: 1px solid rgba(140,106,87,.10) !important;
    box-shadow: 0 12px 34px rgba(82,58,42,.055) !important;
    backdrop-filter: none !important;
    transform: translateZ(0);
}

.header-inner {
    min-height: 82px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1.4rem !important;
}

.brand {
    flex: 0 0 auto;
    gap: .78rem !important;
}

.brand img {
    width: 68px !important;
    height: 68px !important;
}

.brand strong {
    font-size: 1.26rem !important;
    letter-spacing: .14em !important;
    white-space: nowrap;
}

.brand small {
    font-size: .58rem !important;
    letter-spacing: .27em !important;
    white-space: nowrap;
}

.main-nav {
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: .38rem !important;
}

.main-nav a {
    padding: .68rem .82rem !important;
    border-radius: 999px !important;
    font-size: .78rem !important;
    line-height: 1 !important;
    white-space: nowrap;
}

.main-nav a.active,
.main-nav a:hover {
    background: rgba(198,149,99,.15) !important;
    color: var(--secondary) !important;
}

.main-nav .nav-cta {
    background: linear-gradient(135deg, rgba(245,217,166,.72), rgba(198,149,99,.22)) !important;
    color: #3f322b !important;
}

/* Geen dure glass blur op kaarten. Transparantie blijft, renderen wordt veel vlotter. */
.intro-card,
.contact-card,
.review-card,
.news-card,
.gallery-card,
.footer-brand-card,
.lakit-booking-wizard,
.booking-success-panel,
.booking-empty-panel,
.booking-vacation-notice,
.intake-side-card,
.intake-form-card,
.intake-success-box {
    backdrop-filter: none !important;
}

/* Verminder layer/paint triggers door transforms te vervangen door margins */
.news-card-pro:nth-child(2),
.news-card-pro:nth-child(3),
.staggered-gallery .gallery-card:nth-child(2),
.staggered-gallery .gallery-card:nth-child(3),
.staggered-gallery .gallery-card:nth-child(5),
.luxury-review-grid .review-card:nth-child(2) {
    transform: none !important;
}

.news-card-pro:nth-child(2),
.staggered-gallery .gallery-card:nth-child(2),
.staggered-gallery .gallery-card:nth-child(5),
.luxury-review-grid .review-card:nth-child(2) {
    margin-top: 30px;
}

.news-card-pro:nth-child(3),
.staggered-gallery .gallery-card:nth-child(3) {
    margin-top: 10px;
}

/* Hero en visual lichter renderen */
.hero-visual-frame,
.masked-media,
.story-frame {
    transform: none !important;
    will-change: auto !important;
}

/* Subtiel gouden sterrengevoel per sectie, statisch en goedkoop */
.hero,
.intro-panel,
.luxe-story-section,
.experience-section,
.section-blocks,
.soft-panel-section,
.gallery-preview,
.news-preview-section,
.subpage-banner,
.intake-section {
    position: relative;
}

.hero::before,
.intro-panel::before,
.luxe-story-section::after,
.section-blocks::after,
.news-preview-section::before,
.subpage-banner::after,
.intake-section::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image:
        radial-gradient(circle, rgba(198,149,99,.13) 0 1px, transparent 1.8px),
        radial-gradient(circle, rgba(217,176,125,.08) 0 1px, transparent 1.8px);
    background-size: 180px 180px, 290px 290px;
    background-position: 34px 58px, 116px 146px;
    opacity: .68;
}

/* Footer: CTA terug over de lijn/sectie en motief zichtbaar maar licht */
.site-footer {
    position: relative !important;
    z-index: 2 !important;
    overflow: hidden !important;
    margin-top: clamp(88px, 9vw, 132px) !important;
    padding-top: 0 !important;
    background:
        radial-gradient(circle at top left, rgba(198,149,99,.13), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,.44), rgba(255,255,255,.95)) !important;
}

.footer-topband {
    position: relative !important;
    z-index: 4 !important;
    transform: none !important;
    margin-top: clamp(-92px, -7vw, -64px) !important;
    margin-bottom: clamp(2.2rem, 4vw, 3.4rem) !important;
    background:
        radial-gradient(circle at 92% 24%, rgba(198,149,99,.16), transparent 24%),
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.68)) !important;
    box-shadow: 0 24px 70px rgba(82,58,42,.11) !important;
}

.site-footer::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    z-index: 0 !important;
    background:
        radial-gradient(circle at 25% 25%, rgba(198,149,99,.20) 0 13%, transparent 14%),
        radial-gradient(circle at 75% 75%, rgba(198,149,99,.14) 0 13%, transparent 14%) !important;
    background-size: 18px 18px !important;
    opacity: .26 !important;
    mask-image: none !important;
    filter: none !important;
}

.site-footer::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    z-index: 0 !important;
    background:
        radial-gradient(circle at 8% 12%, rgba(198,149,99,.10), transparent 20%),
        radial-gradient(circle at 88% 8%, rgba(198,149,99,.08), transparent 18%) !important;
    opacity: .35 !important;
    mask-image: none !important;
}

.site-footer > .container {
    position: relative;
    z-index: 1;
}

/* Minder agressieve shadows op scroll */
.intro-card,
.contact-card,
.review-card,
.news-card,
.gallery-card,
.footer-brand-card,
.content-block::before,
.feature-ribbon article {
    box-shadow: 0 18px 46px rgba(82,58,42,.075) !important;
}

/* Mobiel menu strak herstellen */
@media (max-width: 991px) {
    .header-inner {
        min-height: 78px !important;
    }

    .brand img {
        width: 58px !important;
        height: 58px !important;
    }

    .brand strong {
        font-size: 1.06rem !important;
    }

    .brand small {
        font-size: .52rem !important;
        letter-spacing: .18em !important;
    }

    .main-nav {
        position: absolute !important;
        left: 20px !important;
        right: 20px !important;
        top: calc(100% + 10px) !important;
        display: none !important;
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 1rem !important;
        background: rgba(255,255,255,.985) !important;
        border-radius: 24px !important;
        box-shadow: 0 20px 54px rgba(82,58,42,.12) !important;
        border: 1px solid rgba(140,106,87,.12) !important;
    }

    .main-nav.open {
        display: flex !important;
    }

    .nav-toggle {
        display: block !important;
    }

    .news-card-pro:nth-child(2),
    .news-card-pro:nth-child(3),
    .staggered-gallery .gallery-card:nth-child(2),
    .staggered-gallery .gallery-card:nth-child(3),
    .staggered-gallery .gallery-card:nth-child(5),
    .luxury-review-grid .review-card:nth-child(2) {
        margin-top: 0 !important;
    }

    .site-footer {
        margin-top: 80px !important;
    }

    .footer-topband {
        margin-top: -58px !important;
    }
}

/* Absolute veiligheid tegen zware animaties */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation: none !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }
}


/* ==========================================================
   MOBILE + PATTERN + FOOTER FINAL FIX
   Static CSS-only luxe texture, no fixed animation/repaint.
   ========================================================== */

:root {
    --page-texture-dot: rgba(198,149,99,.12);
    --page-texture-line: rgba(198,149,99,.055);
    --footer-texture-dot: rgba(198,149,99,.18);
}

/* Mooier statisch pattern: goudkleurige micro-sterren + zacht ruit/linnen gevoel */
html,
body {
    max-width: 100%;
    overflow-x: hidden !important;
}

body {
    background-color: var(--bg) !important;
    background-image:
        radial-gradient(circle at 18% 12%, rgba(198,149,99,.15), transparent 22%),
        radial-gradient(circle at 84% 18%, rgba(198,149,99,.10), transparent 18%),
        radial-gradient(circle at 1px 1px, var(--page-texture-dot) 0 1px, transparent 1.45px),
        linear-gradient(45deg, var(--page-texture-line) 25%, transparent 25%, transparent 75%, var(--page-texture-line) 75%),
        linear-gradient(135deg, var(--page-texture-line) 25%, transparent 25%, transparent 75%, var(--page-texture-line) 75%),
        linear-gradient(180deg, #efe3db 0%, #f5ebe4 48%, #fbf7f4 100%) !important;
    background-size: auto, auto, 44px 44px, 52px 52px, 52px 52px, auto !important;
    background-position: center, center, 0 0, 0 0, 26px 26px, center !important;
    background-attachment: scroll !important;
}

/* Alle zware repaint layers blijven definitief uit */
.site-backdrop,
.site-sparkles,
.kderma-starfield,
#stars,
#stars2,
#stars3,
body::before {
    display: none !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
    will-change: auto !important;
}

/* Per sectie heel subtiele extra luxe sprankel zonder animatie */
.hero,
.intro-panel,
.luxe-story-section,
.experience-section,
.section-blocks,
.soft-panel-section,
.gallery-preview,
.news-preview-section,
.subpage-banner,
.intake-section {
    position: relative;
    isolation: isolate;
}

.hero::before,
.intro-panel::before,
.luxe-story-section::after,
.section-blocks::after,
.soft-panel-section::before,
.gallery-preview::before,
.news-preview-section::before,
.subpage-banner::after,
.intake-section::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image:
        radial-gradient(circle at 22px 26px, rgba(198,149,99,.13) 0 1px, transparent 1.6px),
        radial-gradient(circle at 116px 78px, rgba(217,176,125,.10) 0 1.1px, transparent 1.7px),
        radial-gradient(circle at 188px 148px, rgba(198,149,99,.08) 0 1.4px, transparent 2px);
    background-size: 240px 240px;
    background-position: center top;
    opacity: .72;
}

/* Header netjes houden zonder dure backdrop blur */
.site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    background: rgba(244,233,225,.985) !important;
    border-bottom: 1px solid rgba(140,106,87,.12) !important;
    box-shadow: 0 10px 28px rgba(82,58,42,.055) !important;
    backdrop-filter: none !important;
}

.header-inner {
    min-height: 82px !important;
}

.brand img {
    width: 68px !important;
    height: 68px !important;
}

.brand strong {
    font-size: 1.24rem !important;
    letter-spacing: .14em !important;
}

.brand small {
    font-size: .58rem !important;
    letter-spacing: .26em !important;
}

.main-nav {
    gap: .36rem !important;
}

.main-nav a {
    padding: .66rem .82rem !important;
    border-radius: 999px !important;
    font-size: .78rem !important;
    line-height: 1 !important;
}

.main-nav .nav-cta,
.main-nav a.active {
    background: linear-gradient(135deg, rgba(245,217,166,.70), rgba(198,149,99,.23)) !important;
}

/* Footer: blok volledig zichtbaar en echt overlappend over de lijn */
.site-footer {
    position: relative !important;
    z-index: 2 !important;
    overflow: visible !important;
    margin-top: clamp(118px, 10vw, 158px) !important;
    padding-top: clamp(34px, 3vw, 46px) !important;
    border-top: 1px solid rgba(140,106,87,.12) !important;
    background:
        radial-gradient(circle at 10% 0%, rgba(198,149,99,.15), transparent 24%),
        radial-gradient(circle at 90% 6%, rgba(198,149,99,.10), transparent 22%),
        linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.96)) !important;
}

.footer-topband {
    position: relative !important;
    z-index: 5 !important;
    transform: none !important;
    margin-top: clamp(-112px, -8vw, -78px) !important;
    margin-bottom: clamp(2.8rem, 5vw, 4.2rem) !important;
    border-radius: 38px !important;
    background:
        radial-gradient(circle at 92% 22%, rgba(198,149,99,.18), transparent 22%),
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.76)) !important;
    border: 1px solid rgba(140,106,87,.15) !important;
    box-shadow: 0 24px 70px rgba(82,58,42,.10) !important;
}

/* Footer motief volgens jouw voorbeeld, maar in K Derma stijl */
.site-footer::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    background:
        radial-gradient(circle at 25% 25%, var(--footer-texture-dot) 0 14%, transparent 15%),
        radial-gradient(circle at 75% 75%, rgba(198,149,99,.13) 0 14%, transparent 15%) !important;
    background-size: 18px 18px !important;
    opacity: .32 !important;
    filter: none !important;
    mask-image: none !important;
}

.site-footer::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    background:
        linear-gradient(90deg, transparent, rgba(198,149,99,.045), transparent),
        radial-gradient(circle at 15% 12%, rgba(198,149,99,.12), transparent 22%),
        radial-gradient(circle at 85% 0%, rgba(198,149,99,.08), transparent 20%) !important;
    opacity: .42 !important;
    filter: none !important;
}

.site-footer > .container {
    position: relative;
    z-index: 2;
}

/* Minder zware effecten tijdens scroll */
.intro-card,
.contact-card,
.review-card,
.news-card,
.gallery-card,
.footer-brand-card,
.content-block::before,
.feature-ribbon article,
.lakit-booking-wizard,
.booking-success-panel,
.booking-empty-panel,
.booking-vacation-notice,
.intake-side-card,
.intake-form-card,
.intake-success-box {
    backdrop-filter: none !important;
    box-shadow: 0 18px 44px rgba(82,58,42,.07) !important;
}

/* Mobiel: eerste indexblok afbeeldingen eerst, daarna tekst */
@media (max-width: 991px) {
    .luxe-story-grid {
        grid-template-columns: 1fr !important;
    }

    .story-gallery {
        order: -1 !important;
        min-height: 440px !important;
        margin-bottom: 1.4rem;
    }

    .story-copy {
        order: 2 !important;
    }

    .story-frame.large {
        inset: 0 6% 18% 0 !important;
    }

    .story-frame.small.top {
        width: 43% !important;
        height: 34% !important;
        right: 0 !important;
        top: 4% !important;
    }

    .story-frame.small.bottom {
        width: 42% !important;
        height: 28% !important;
        right: 5% !important;
        bottom: 0 !important;
    }
}

/* Intake/eerste bezoek: volledig mobiel zonder horizontale scroll */
.intake-layout,
.intake-form-card,
.intake-side-card,
.intake-step,
.form-grid,
.form-grid > *,
.choice-panel,
.choice-grid,
.choice-grid > *,
.medical-check-grid,
.medical-check-grid > *,
.skin-list,
.skin-list > *,
.consent-box,
.intake-form label,
.intake-form input,
.intake-form select,
.intake-form textarea {
    min-width: 0 !important;
    max-width: 100% !important;
}

.intake-form-card,
.intake-step,
.choice-panel,
.consent-box {
    overflow-x: hidden !important;
}

.intake-form label,
.choice-grid label,
.medical-check-grid label,
.choice-list label,
.radio-row label {
    overflow-wrap: anywhere !important;
    word-break: normal !important;
}

@media (max-width: 991px) {
    .intake-layout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 1rem !important;
    }

    .intake-side-card {
        position: relative !important;
        top: auto !important;
    }

    .intake-form-card {
        padding: 1rem !important;
    }

    .intake-step {
        padding: 1.1rem !important;
    }

    .form-grid,
    .choice-grid,
    .medical-check-grid,
    .skin-list {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .radio-row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: .65rem !important;
    }

    .consent-box {
        max-height: 55vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding: 1rem !important;
    }
}

@media (max-width: 767px) {
    .container,
    .narrow {
        width: min(calc(100% - 28px), var(--max)) !important;
    }

    .header-inner {
        min-height: 76px !important;
    }

    .brand img {
        width: 56px !important;
        height: 56px !important;
    }

    .brand strong {
        font-size: 1.02rem !important;
    }

    .brand small {
        display: none !important;
    }

    .footer-topband {
        margin-top: -92px !important;
        padding: 1.5rem !important;
        border-radius: 28px !important;
    }

    .site-footer {
        margin-top: 112px !important;
    }

    .story-gallery {
        min-height: 360px !important;
    }
}


/* ==========================================================
   MOBILE OVERFLOW + RESPONSIVE FINAL REVIEW
   - voorkomt afgekapt lange woorden op mobiel
   - hero/index foto's eerst op mobiel
   - intake formulier volledig binnen scherm
   - footer CTA proper en niet afgeknipt
   - statisch lichtgewicht pattern blijft actief
   ========================================================== */

/* Algemene beveiliging tegen horizontale overflow */
html,
body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
}

main,
section,
.container,
.narrow,
.hero-grid,
.luxe-story-grid,
.content-block,
.intro-card,
.footer-grid,
.footer-topband,
.contact-grid,
.booking-grid,
.intake-layout,
.intake-form-card,
.intake-step,
.form-grid {
    min-width: 0 !important;
    max-width: 100% !important;
}

/* Titels mogen nooit meer afgekapt worden */
h1,
h2,
h3,
.hero-copy h1,
.subpage-banner h1,
.intake-hero h1,
.story-copy h2,
.content-block-copy h2,
.footer-topband h2 {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    hyphens: auto !important;
}

/* Pattern statisch, iets luxer maar zonder repaint-lag */
body {
    background-color: var(--bg) !important;
    background-image:
        radial-gradient(circle at 16% 10%, rgba(198,149,99,.14), transparent 22%),
        radial-gradient(circle at 84% 18%, rgba(198,149,99,.09), transparent 18%),
        radial-gradient(circle at 1px 1px, rgba(198,149,99,.13) 0 1px, transparent 1.55px),
        linear-gradient(45deg, rgba(198,149,99,.045) 25%, transparent 25%, transparent 75%, rgba(198,149,99,.045) 75%),
        linear-gradient(135deg, rgba(198,149,99,.035) 25%, transparent 25%, transparent 75%, rgba(198,149,99,.035) 75%),
        linear-gradient(180deg, #efe3db 0%, #f7eee8 46%, #fbf7f4 100%) !important;
    background-size: auto, auto, 46px 46px, 58px 58px, 58px 58px, auto !important;
    background-position: center, center, 0 0, 0 0, 29px 29px, center !important;
}

/* Zware oude lagen blijven uit */
.site-backdrop,
.site-sparkles,
.kderma-starfield,
#stars,
#stars2,
#stars3,
body::before {
    display: none !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
    will-change: auto !important;
}

/* Header mobiel beter schaalbaar */
.site-header {
    overflow: visible !important;
}

.header-inner {
    width: min(calc(100% - 32px), var(--max)) !important;
}

.brand {
    min-width: 0 !important;
    max-width: calc(100% - 82px) !important;
}

.brand span {
    min-width: 0 !important;
}

.brand strong {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    line-height: 1.05 !important;
}

.brand small {
    white-space: normal !important;
}

/* Footer CTA: overlappen, maar niet meer afsnijden */
.site-footer {
    overflow: visible !important;
    margin-top: clamp(92px, 12vw, 138px) !important;
    padding-top: 0 !important;
}

.footer-topband {
    overflow: visible !important;
    margin-top: clamp(-82px, -7vw, -54px) !important;
    margin-bottom: clamp(2.2rem, 4.5vw, 3.6rem) !important;
    transform: none !important;
}

.footer-topband h2 {
    line-height: 1.02 !important;
}

/* Footer pattern uit voorbeeld, zichtbaar maar zacht en statisch */
.site-footer::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    background:
        radial-gradient(circle at 25% 25%, rgba(198,149,99,.18) 0 13%, transparent 14%),
        radial-gradient(circle at 75% 75%, rgba(198,149,99,.13) 0 13%, transparent 14%) !important;
    background-size: 17px 17px !important;
    opacity: .30 !important;
    mask-image: none !important;
}

.site-footer > .container {
    position: relative !important;
    z-index: 2 !important;
}

/* Formulieren volledig fluïde */
input,
select,
textarea,
button {
    max-width: 100% !important;
}

.intake-form textarea,
.intake-form input,
.intake-form select {
    width: 100% !important;
}

.choice-grid label,
.medical-check-grid label,
.choice-list label,
.radio-row label,
.intake-accept,
.consent-box li {
    overflow-wrap: anywhere !important;
}

/* MOBIEL */
@media (max-width: 991px) {
    .container,
    .narrow {
        width: min(calc(100% - 28px), var(--max)) !important;
    }

    /* Index/hero: foto eerst, tekst eronder */
    .hero-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .hero-visual {
        order: -1 !important;
        width: 100% !important;
    }

    .hero-copy {
        order: 2 !important;
        text-align: left !important;
    }

    /* De eerste luxe block op index: ook foto eerst */
    .luxe-story-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .story-gallery {
        order: -1 !important;
        min-height: 390px !important;
        width: 100% !important;
        margin: 0 0 1.35rem !important;
    }

    .story-copy {
        order: 2 !important;
    }

    /* De gewone contentblokken: eerste homepage-blok foto eerst */
    .section-stack .content-block:first-child {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .section-stack .content-block:first-child .content-block-image {
        order: -1 !important;
    }

    .section-stack .content-block:first-child .content-block-copy {
        order: 2 !important;
    }

    .content-block,
    .content-block.reverse {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    /* Intake formulier: alles netjes onder elkaar */
    .intake-layout {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .intake-side-card {
        position: relative !important;
        top: auto !important;
    }

    .form-grid,
    .choice-grid,
    .medical-check-grid,
    .skin-list,
    .radio-row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .form-grid .full {
        grid-column: auto !important;
    }

    .intake-form-card,
    .intake-step,
    .choice-panel,
    .consent-box {
        overflow-x: hidden !important;
    }

    .consent-box {
        max-height: 56vh !important;
        overflow-y: auto !important;
    }

    .footer-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .footer-topband {
        grid-template-columns: minmax(0, 1fr) !important;
        text-align: left !important;
    }
}

/* KLEINE MOBIELEN / iPhone */
@media (max-width: 767px) {
    .site-header {
        position: sticky !important;
        top: 0 !important;
    }

    .header-inner {
        min-height: 74px !important;
        width: calc(100% - 24px) !important;
    }

    .brand {
        gap: .55rem !important;
        max-width: calc(100% - 70px) !important;
    }

    .brand img {
        width: 54px !important;
        height: 54px !important;
        flex: 0 0 54px !important;
    }

    .brand strong {
        font-size: clamp(1rem, 5vw, 1.55rem) !important;
        letter-spacing: .18em !important;
    }

    .brand small {
        display: none !important;
    }

    .nav-toggle {
        width: 56px !important;
        height: 56px !important;
        flex: 0 0 56px !important;
    }

    .hero {
        padding-top: 26px !important;
    }

    .subpage-banner {
        padding: 48px 0 22px !important;
    }

    .subpage-banner h1,
    .intake-hero h1 {
        font-size: clamp(2.45rem, 13vw, 4.2rem) !important;
        line-height: .98 !important;
        letter-spacing: -.015em !important;
        text-align: center !important;
    }

    .subpage-banner .lead,
    .intake-hero .lead {
        font-size: clamp(1.05rem, 5.3vw, 1.35rem) !important;
        line-height: 1.65 !important;
        text-align: center !important;
    }

    .hero-copy h1 {
        font-size: clamp(2.65rem, 14vw, 4.45rem) !important;
        line-height: .98 !important;
    }

    .story-gallery {
        min-height: 330px !important;
    }

    .story-frame.large {
        inset: 0 4% 18% 0 !important;
    }

    .story-frame.small.top {
        width: 42% !important;
        height: 32% !important;
        top: 5% !important;
    }

    .story-frame.small.bottom {
        width: 44% !important;
        height: 27% !important;
        right: 4% !important;
    }

    .intake-form-card,
    .intake-side-card,
    .intake-step {
        padding: 1rem !important;
        border-radius: 24px !important;
    }

    .choice-panel {
        padding: .85rem !important;
    }

    .medical-check-grid label,
    .choice-grid label {
        padding: .72rem .76rem !important;
        font-size: .94rem !important;
    }

    .site-footer {
        margin-top: 98px !important;
    }

    .footer-topband {
        margin-top: -72px !important;
        padding: 1.35rem !important;
        border-radius: 28px !important;
    }

    .footer-topband h2 {
        font-size: clamp(2rem, 9.5vw, 3rem) !important;
    }
}

@media (max-width: 420px) {
    .container,
    .narrow {
        width: calc(100% - 22px) !important;
    }

    .subpage-banner h1,
    .intake-hero h1 {
        font-size: clamp(2.15rem, 12.2vw, 3.35rem) !important;
        overflow-wrap: anywhere !important;
    }

    .subpage-banner .lead,
    .intake-hero .lead {
        font-size: 1.03rem !important;
    }

    .story-gallery {
        min-height: 300px !important;
    }
}


/* ==========================================================
   DARK LUXE FOOTER UPDATE
   ========================================================== */
.dark-luxe-footer.site-footer {
    color: #f8efe7 !important;
    background:
        radial-gradient(circle at 12% 8%, rgba(198,149,99,.22), transparent 24%),
        radial-gradient(circle at 86% 0%, rgba(217,176,125,.12), transparent 22%),
        linear-gradient(180deg, #4a3a32 0%, #342923 48%, #261f1b 100%) !important;
    border-top: 1px solid rgba(198,149,99,.24) !important;
    margin-top: clamp(120px, 10vw, 160px) !important;
    overflow: visible !important;
}

.dark-luxe-footer.site-footer::before {
    background:
        radial-gradient(circle at 25% 25%, rgba(217,176,125,.22) 0 13%, transparent 14%),
        radial-gradient(circle at 75% 75%, rgba(198,149,99,.16) 0 13%, transparent 14%) !important;
    background-size: 18px 18px !important;
    opacity: .22 !important;
}

.dark-luxe-footer.site-footer::after {
    background:
        radial-gradient(circle at 16% 0%, rgba(217,176,125,.18), transparent 22%),
        radial-gradient(circle at 92% 18%, rgba(198,149,99,.13), transparent 22%),
        linear-gradient(90deg, transparent, rgba(255,255,255,.035), transparent) !important;
    opacity: .62 !important;
}

.dark-luxe-footer .footer-topband {
    background:
        radial-gradient(circle at 92% 22%, rgba(217,176,125,.20), transparent 22%),
        linear-gradient(135deg, rgba(83,64,53,.98), rgba(55,43,37,.96)) !important;
    color: #fff8f0 !important;
    border: 1px solid rgba(217,176,125,.24) !important;
    box-shadow: 0 30px 80px rgba(20,14,11,.24) !important;
}

.dark-luxe-footer .footer-topband h2,
.dark-luxe-footer .footer-topband .eyebrow,
.dark-luxe-footer h3 {
    color: #fff8f0 !important;
}

.dark-luxe-footer .footer-topband .eyebrow,
.dark-luxe-footer .eyebrow {
    color: #d9b07d !important;
}

.dark-luxe-footer .footer-topband .btn-outline {
    border-color: rgba(255,248,240,.26) !important;
    background: rgba(255,248,240,.08) !important;
    color: #fff8f0 !important;
}

.footer-grid-luxe {
    grid-template-columns: 1.18fr .9fr .9fr .95fr !important;
    align-items: start !important;
    gap: clamp(1.5rem, 4vw, 3rem) !important;
}

.dark-luxe-footer .footer-brand-card,
.footer-brand-dark {
    text-align: center !important;
    background: rgba(255,248,240,.07) !important;
    border: 1px solid rgba(217,176,125,.18) !important;
    box-shadow: 0 22px 55px rgba(15,10,8,.18) !important;
}

.footer-brand-dark img {
    margin: 0 auto 1.15rem !important;
    width: min(285px, 92%) !important;
}

.dark-luxe-footer p,
.dark-luxe-footer li,
.dark-luxe-footer .footer-hours,
.dark-luxe-footer .footer-bottom,
.dark-luxe-footer .footer-links a {
    color: rgba(255,248,240,.78) !important;
}

.dark-luxe-footer .footer-links a:hover {
    color: #f1c98e !important;
}

.footer-col h3 {
    margin-bottom: 1rem !important;
    position: relative;
    padding-bottom: .75rem;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 1px;
    background: linear-gradient(90deg, #d9b07d, transparent);
}

.footer-sitemap {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .7rem 1rem !important;
}

.footer-sitemap li a {
    display: inline-flex !important;
    align-items: center;
    gap: .45rem;
}

.footer-sitemap li a::before {
    content: '✦';
    color: #d9b07d;
    font-size: .65rem;
}

.footer-hours {
    line-height: 1.9 !important;
    white-space: pre-line !important;
}

.footer-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    margin-top: 1.25rem;
}

.footer-socials a {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(217,176,125,.12);
    border: 1px solid rgba(217,176,125,.26);
    color: #f1c98e;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.footer-socials a:hover {
    transform: translateY(-2px);
    background: rgba(217,176,125,.20);
    border-color: rgba(217,176,125,.42);
}

.footer-socials svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.footer-social-placeholder {
    display: inline-flex;
    padding: .65rem .85rem;
    border-radius: 999px;
    border: 1px dashed rgba(217,176,125,.30);
    color: rgba(255,248,240,.65);
    font-size: .85rem;
}

.dark-luxe-footer .footer-bottom {
    border-top: 1px solid rgba(217,176,125,.16) !important;
}

@media (max-width: 991px) {
    .footer-grid-luxe {
        grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
    }

    .footer-brand-dark {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .dark-luxe-footer.site-footer {
        margin-top: 110px !important;
    }

    .footer-grid-luxe {
        grid-template-columns: minmax(0,1fr) !important;
        gap: 2rem !important;
    }

    .footer-sitemap {
        grid-template-columns: minmax(0,1fr) !important;
    }

    .footer-brand-dark img {
        width: min(245px, 90%) !important;
    }
}


/* ==========================================================
   FOOTER POLISH: light logo card, sitemap single column,
   aligned hours, centered mobile, dotPixel credit
   ========================================================== */

/* Linkse logo-card terug licht/warm zoals voorheen, binnen de donkere footer */
.dark-luxe-footer .footer-brand-card.footer-brand-dark,
.footer-brand-dark {
    background:
        radial-gradient(circle at 90% 10%, rgba(198,149,99,.12), transparent 26%),
        linear-gradient(180deg, rgba(255,248,240,.96), rgba(255,255,255,.88)) !important;
    border: 1px solid rgba(217,176,125,.24) !important;
    color: #3f322b !important;
    text-align: center !important;
    box-shadow: 0 24px 64px rgba(18,12,9,.20) !important;
}

.footer-brand-dark img {
    margin-left: auto !important;
    margin-right: auto !important;
}

.dark-luxe-footer .footer-brand-dark p {
    color: rgba(63,50,43,.86) !important;
}

/* Social icons in de lichte logo-card */
.footer-brand-dark .footer-socials a {
    background: rgba(198,149,99,.12) !important;
    border-color: rgba(198,149,99,.26) !important;
    color: #8c6a57 !important;
}

.footer-brand-dark .footer-socials a:hover {
    background: rgba(198,149,99,.20) !important;
    border-color: rgba(198,149,99,.42) !important;
    color: #3f322b !important;
}

.footer-brand-dark .footer-social-placeholder {
    color: rgba(63,50,43,.72) !important;
    border-color: rgba(198,149,99,.30) !important;
}

/* Footer kolommen: teksten mooi gelijk bovenaan starten */
.footer-grid-luxe {
    align-items: start !important;
}

.footer-col {
    align-self: start !important;
    padding-top: .15rem !important;
}

.footer-col h3 {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}

/* Sitemap terug onder elkaar in plaats van 2 kolommen */
.footer-sitemap {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: .75rem !important;
}

/* Openingsuren even hoog starten als sitemap/contact */
.footer-hours {
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: 1.65 !important;
    white-space: pre-line !important;
}

.footer-hours br:first-child {
    display: none !important;
}

/* DotPixel credit onderaan */
.website-by-dotpixel {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .65rem;
    color: rgba(255,248,240,.70) !important;
    text-decoration: none;
    font-weight: 700;
}

.website-by-dotpixel span {
    color: rgba(255,248,240,.64) !important;
    font-size: .88rem;
}

.website-by-dotpixel img {
    width: 118px;
    max-height: 38px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 6px 16px rgba(0,0,0,.18));
}

.website-by-dotpixel:hover span {
    color: #f1c98e !important;
}

/* Mobiel: alles in de footer mooi gecentreerd */
@media (max-width: 767px) {
    .dark-luxe-footer,
    .dark-luxe-footer .footer-col,
    .dark-luxe-footer .footer-links,
    .dark-luxe-footer .footer-hours,
    .dark-luxe-footer .footer-contact,
    .dark-luxe-footer .footer-bottom {
        text-align: center !important;
    }

    .footer-col h3::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .footer-sitemap li a {
        justify-content: center !important;
    }

    .footer-contact li {
        justify-content: center !important;
    }

    .footer-socials {
        justify-content: center !important;
    }

    .footer-bottom {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 1rem !important;
    }

    .website-by-dotpixel {
        justify-content: center !important;
    }

    .website-by-dotpixel img {
        width: 108px;
    }
}


/* ==========================================================
   VEND SANS TITLES + GALLERY LIGHTBOX / HOVER UPDATE
   ========================================================== */

/* Grote titels sitebreed in Vend Sans, met fallback. */
h1,
h2,
.hero-copy h1,
.subpage-banner h1,
.intake-hero h1,
.section-title-row h2,
.story-copy h2,
.content-block-copy h2,
.footer-topband h2,
.article-body h2,
.article-body h3 {
    font-family: 'Vend Sans', 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.045em;
}

/* Footer credit: logo + dotPixel tekst naast elkaar */
.website-by-dotpixel {
    gap: .72rem !important;
}

.dotpixel-signature {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
}

.website-by-dotpixel .dotpixel-signature img {
    width: 34px !important;
    height: 34px !important;
    max-height: 34px !important;
    object-fit: contain;
}

.website-by-dotpixel .dotpixel-signature strong {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1.02rem;
    letter-spacing: -.02em;
    color: #fff8f0;
    line-height: 1;
}

/* Algemene gallery basis */
.gallery-grid {
    align-items: stretch;
}

.gallery-card {
    position: relative;
    overflow: visible;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.gallery-media {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    border-radius: 32px;
    background: rgba(255,255,255,.70);
    border: 1px solid rgba(140,106,87,.12);
    box-shadow: 0 18px 46px rgba(82,58,42,.08);
    isolation: isolate;
    cursor: zoom-in;
}

.gallery-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .42s ease, filter .42s ease;
}

.gallery-media::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, transparent 30%, rgba(44,34,29,.38) 100%);
    opacity: 0;
    transition: opacity .32s ease;
    pointer-events: none;
}

.gallery-zoom-icon {
    position: absolute;
    left: 50%;
    top: 48%;
    z-index: 4;
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -38%) scale(.85);
    opacity: 0;
    border-radius: 999px;
    background: rgba(255,248,240,.92);
    color: #8c6a57;
    border: 1px solid rgba(217,176,125,.40);
    box-shadow: 0 18px 40px rgba(35,25,20,.18);
    transition: opacity .32s ease, transform .32s ease;
}

.gallery-zoom-icon svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.gallery-hover-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    min-height: 28%;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    gap: .25rem;
    padding: 1.1rem 1.2rem;
    transform: translateY(100%);
    background: linear-gradient(180deg, rgba(255,248,240,.35), rgba(255,248,240,.92));
    backdrop-filter: none;
    transition: transform .32s ease;
}

.gallery-hover-caption strong {
    color: #3f322b;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
}

.gallery-hover-caption span {
    color: #8c6a57;
    font-weight: 700;
    font-size: .88rem;
}

.gallery-media:hover img,
.gallery-media:focus-visible img {
    transform: scale(1.055);
    filter: saturate(1.02) contrast(1.02);
}

.gallery-media:hover::before,
.gallery-media:focus-visible::before {
    opacity: 1;
}

.gallery-media:hover .gallery-zoom-icon,
.gallery-media:focus-visible .gallery-zoom-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.gallery-media:hover .gallery-hover-caption,
.gallery-media:focus-visible .gallery-hover-caption {
    transform: translateY(0);
}

/* Homepage preview: maar 3 foto's en leuke organische vormen */
.gallery-preview .shaped-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(1.1rem, 2vw, 1.5rem);
}

.gallery-preview .gallery-card-shape {
    min-height: clamp(310px, 32vw, 470px);
}

.gallery-preview .gallery-card-shape:nth-child(1) .gallery-media {
    border-radius: 34% 66% 32% 68% / 38% 38% 62% 62%;
}

.gallery-preview .gallery-card-shape:nth-child(2) .gallery-media {
    border-radius: 58% 42% 62% 38% / 44% 58% 42% 56%;
    margin-top: 34px;
}

.gallery-preview .gallery-card-shape:nth-child(3) .gallery-media {
    border-radius: 46% 54% 34% 66% / 58% 38% 62% 42%;
    margin-top: 12px;
}

.gallery-preview .gallery-card-shape .gallery-media {
    aspect-ratio: 4 / 5;
}

/* Galerij pagina: blocks behouden en alle blokken exact even groot */
.gallery-lightbox-grid.big-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
}

.gallery-lightbox-grid.big-grid .gallery-card {
    min-height: auto !important;
}

.gallery-lightbox-grid.big-grid .gallery-media {
    aspect-ratio: 1 / 1 !important;
    border-radius: 28px !important;
    margin: 0 !important;
}

.gallery-lightbox-grid.big-grid .gallery-card img,
.gallery-lightbox-grid.big-grid .gallery-media img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
}

.big-grid .gallery-card:nth-child(4n+1) img,
.big-grid .gallery-card:nth-child(4n+3) img {
    aspect-ratio: auto !important;
}

/* Lightbox */
body.lightbox-open {
    overflow: hidden;
}

.kdl-lightbox {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: grid;
    place-items: center;
    padding: clamp(1rem, 4vw, 2rem);
    background: rgba(27,20,17,.82);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
}

.kdl-lightbox.open {
    opacity: 1;
    pointer-events: auto;
}

.kdl-lightbox-figure {
    width: min(1120px, 88vw);
    max-height: 86vh;
    margin: 0;
    display: grid;
    gap: .8rem;
    transform: translateY(14px) scale(.98);
    transition: transform .24s ease;
}

.kdl-lightbox.open .kdl-lightbox-figure {
    transform: translateY(0) scale(1);
}

.kdl-lightbox-img {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(0,0,0,.36);
    background: rgba(255,255,255,.05);
}

.kdl-lightbox figcaption {
    text-align: center;
    color: #fff8f0;
}

.kdl-lightbox figcaption strong {
    display: block;
    font-family: 'Vend Sans', 'Cormorant Garamond', serif;
    font-size: clamp(1.25rem, 3vw, 2rem);
}

.kdl-lightbox figcaption span {
    color: #d9b07d;
    font-weight: 700;
}

.kdl-lightbox-close,
.kdl-lightbox-nav {
    position: fixed;
    border: 1px solid rgba(255,248,240,.22);
    color: #fff8f0;
    background: rgba(255,248,240,.10);
    border-radius: 999px;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.kdl-lightbox-close {
    top: 24px;
    right: 24px;
    width: 52px;
    height: 52px;
    font-size: 2.1rem;
    line-height: 1;
}

.kdl-lightbox-nav {
    top: 50%;
    width: 56px;
    height: 56px;
    transform: translateY(-50%);
    font-size: 3rem;
    line-height: .8;
}

.kdl-lightbox-prev { left: 24px; }
.kdl-lightbox-next { right: 24px; }

.kdl-lightbox-close:hover,
.kdl-lightbox-nav:hover {
    background: rgba(217,176,125,.28);
    transform: translateY(-50%) scale(1.03);
}

.kdl-lightbox-close:hover {
    transform: scale(1.03);
}

@media (max-width: 991px) {
    .gallery-preview .shaped-gallery,
    .gallery-lightbox-grid.big-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .gallery-preview .gallery-card-shape:nth-child(2) .gallery-media,
    .gallery-preview .gallery-card-shape:nth-child(3) .gallery-media {
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .gallery-preview .shaped-gallery,
    .gallery-lightbox-grid.big-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .gallery-preview .gallery-card-shape {
        min-height: 330px;
    }

    .gallery-preview .gallery-card-shape .gallery-media {
        aspect-ratio: 1 / 1 !important;
        border-radius: 34px !important;
    }

    .gallery-hover-caption {
        transform: translateY(0);
        min-height: 28%;
    }

    .gallery-zoom-icon {
        width: 54px;
        height: 54px;
        opacity: 1;
        transform: translate(-50%, -50%) scale(.92);
    }

    .kdl-lightbox {
        padding: 1rem;
    }

    .kdl-lightbox-figure {
        width: 94vw;
    }

    .kdl-lightbox-close {
        top: 14px;
        right: 14px;
        width: 46px;
        height: 46px;
    }

    .kdl-lightbox-nav {
        width: 44px;
        height: 44px;
        font-size: 2.4rem;
        top: auto;
        bottom: 18px;
        transform: none;
    }

    .kdl-lightbox-prev { left: 22px; }
    .kdl-lightbox-next { right: 22px; }

    .kdl-lightbox-nav:hover {
        transform: scale(1.03);
    }

    .website-by-dotpixel {
        flex-direction: column;
        gap: .45rem !important;
    }

    .dotpixel-signature {
        justify-content: center;
    }
}


/* ==========================================================
   GALLERY + BUTTON POLISH ROUND
   - homepage shapes zonder overlap
   - frontpage caption overlay weg, vergrootglas blijft
   - gallery page caption/lightbox blijft
   - inline border op foto's
   - gold outline buttons sitewide
   ========================================================== */

/* Gold outline CTA style sitebreed voor secundaire buttons */
.btn-outline,
.btn-luxe-outline {
    border: 1px solid rgba(198,149,99,.50) !important;
    color: #6f4d34 !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,248,240,.56)) !important;
    box-shadow: 0 14px 34px rgba(82,58,42,.055) !important;
    white-space: nowrap !important;
    min-width: max-content;
}

.btn-outline:hover,
.btn-luxe-outline:hover {
    color: #3f322b !important;
    border-color: rgba(198,149,99,.78) !important;
    background:
        linear-gradient(135deg, rgba(245,217,166,.50), rgba(255,255,255,.82)) !important;
    box-shadow: 0 18px 42px rgba(198,149,99,.16) !important;
}

/* Weg met de twee kleine hero info-blokjes indien nog ergens gecached/aanwezig */
.hero-highlights {
    display: none !important;
}

/* Section title buttons netter uitgelijnd */
.section-title-row .btn {
    flex: 0 0 auto;
}

/* Algemene inline border zoals het voorbeeld */
.gallery-media::after {
    content: '';
    position: absolute;
    inset: 14px;
    z-index: 5;
    border: 1px solid rgba(255,248,240,.62);
    border-radius: inherit;
    pointer-events: none;
    opacity: .9;
}

/* Homepage galerij: 3 vormen, geen overlap meer */
.gallery-preview .shaped-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(1.8rem, 3.2vw, 3rem) !important;
    align-items: center !important;
}

.gallery-preview .gallery-card-shape {
    min-height: clamp(300px, 29vw, 430px) !important;
    z-index: 1;
}

.gallery-preview .gallery-card-shape .gallery-media {
    width: 100%;
    aspect-ratio: 1 / 1.12 !important;
    box-shadow: 0 22px 58px rgba(82,58,42,.09) !important;
}

/* subtiel andere vormen, maar voldoende witruimte */
.gallery-preview .gallery-card-shape:nth-child(1) .gallery-media {
    border-radius: 44% 56% 38% 62% / 48% 40% 60% 52% !important;
    margin: 0 !important;
}

.gallery-preview .gallery-card-shape:nth-child(2) .gallery-media {
    border-radius: 58% 42% 54% 46% / 42% 56% 44% 58% !important;
    margin: clamp(1.2rem, 2.2vw, 2.2rem) 0 0 !important;
}

.gallery-preview .gallery-card-shape:nth-child(3) .gallery-media {
    border-radius: 50% 50% 42% 58% / 50% 42% 58% 50% !important;
    margin: .45rem 0 0 !important;
}

/* Frontpage: caption/opacity schuiver weg, vergrootglas en lightbox blijven */
.gallery-preview .gallery-hover-caption {
    display: none !important;
}

.gallery-preview .gallery-media::before {
    background: radial-gradient(circle at center, rgba(44,34,29,.18), transparent 62%) !important;
    opacity: 0 !important;
}

.gallery-preview .gallery-media:hover::before,
.gallery-preview .gallery-media:focus-visible::before {
    opacity: 1 !important;
}

.gallery-preview .gallery-zoom-icon {
    opacity: 0;
}

.gallery-preview .gallery-media:hover .gallery-zoom-icon,
.gallery-preview .gallery-media:focus-visible .gallery-zoom-icon {
    opacity: 1 !important;
}

/* Galerijpagina: cards behouden, caption/opacity omhoog schuiver WEL behouden */
.gallery-lightbox-grid.big-grid {
    gap: clamp(1rem, 2vw, 1.35rem) !important;
}

.gallery-lightbox-grid.big-grid .gallery-media::after {
    inset: 12px;
    border-color: rgba(255,248,240,.70);
}

.gallery-lightbox-grid.big-grid .gallery-hover-caption {
    display: flex !important;
}

/* Zorg dat oude stagger margins geen frontpage overlap veroorzaken */
.gallery-preview .staggered-gallery .gallery-card:nth-child(2),
.gallery-preview .staggered-gallery .gallery-card:nth-child(3),
.gallery-preview .staggered-gallery .gallery-card:nth-child(5) {
    margin-top: 0 !important;
}

/* Vend Sans iets rustiger, niet te zwart en niet te zwaar */
h1,
h2,
.hero-copy h1,
.subpage-banner h1,
.intake-hero h1,
.section-title-row h2,
.story-copy h2,
.content-block-copy h2,
.footer-topband h2,
.article-body h2,
.article-body h3 {
    font-weight: 700 !important;
    letter-spacing: -0.055em !important;
    color: #3f322b;
}

/* Lightbox nav hover fix na vorige transform-regels */
.kdl-lightbox-close:hover {
    transform: scale(1.03) !important;
}

.kdl-lightbox-nav:hover {
    transform: translateY(-50%) scale(1.03) !important;
}

@media (max-width: 991px) {
    .gallery-preview .shaped-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 1rem !important;
    }

    .gallery-preview .gallery-card-shape {
        min-height: auto !important;
    }

    .gallery-preview .gallery-card-shape .gallery-media {
        aspect-ratio: 1 / 1.08 !important;
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    .section-title-row {
        align-items: flex-start !important;
    }

    .section-title-row .btn {
        min-width: 0 !important;
        width: auto !important;
    }

    .gallery-preview .shaped-gallery {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 1.2rem !important;
    }

    .gallery-preview .gallery-card-shape .gallery-media {
        border-radius: 34px !important;
        aspect-ratio: 1 / 1 !important;
    }

    .gallery-preview .gallery-card-shape:nth-child(1) .gallery-media,
    .gallery-preview .gallery-card-shape:nth-child(2) .gallery-media,
    .gallery-preview .gallery-card-shape:nth-child(3) .gallery-media {
        margin: 0 !important;
    }

    .gallery-media::after {
        inset: 10px;
    }

    .gallery-preview .gallery-zoom-icon {
        opacity: 1 !important;
    }
}


/* ==========================================================
   ADMIN-MANAGEABLE STORY + READ MORE + FOOTER CTA
   ========================================================== */

/* Introtekst wordt compacter, met elegante lees-meer knop */
.intro-readable {
    display: grid;
    gap: 1rem;
}

.intro-readable p {
    margin-bottom: 0;
}

.intro-more-content[hidden] {
    display: none !important;
}

.read-more-btn {
    justify-self: start;
    min-height: 46px !important;
    padding: .72rem 1.15rem !important;
    font-size: .72rem !important;
}

/* Belevingssectie: logo onder titel, naast kleine tekst */
.story-body-row {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: start;
    gap: 1.15rem;
    margin-top: 1.2rem;
}

.story-section-logo {
    width: 82px;
    height: 82px;
    object-fit: contain;
    opacity: .9;
    filter: drop-shadow(0 10px 24px rgba(82,58,42,.10));
}

.story-body-row p {
    margin: 0;
}

.luxe-story-section .story-copy h2 {
    margin-bottom: 0 !important;
}

/* Footer CTA is site-wide beheerbaar */
.footer-cta-managed {
    grid-template-columns: 1.2fr .62fr auto !important;
    align-items: center !important;
}

.footer-cta-heading {
    min-width: 0;
}

.footer-cta-side {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    min-width: 0;
}

.footer-cta-side p {
    margin: 0;
    color: rgba(255,248,240,.78) !important;
    line-height: 1.65;
}

.footer-cta-logo {
    width: 70px;
    height: 70px;
    object-fit: contain;
    filter: drop-shadow(0 10px 28px rgba(0,0,0,.18));
}

.footer-cta-managed .footer-band-actions {
    justify-content: flex-end;
}

/* Oude optionele hero blokken effectief weg */
.hero-highlights {
    display: none !important;
}

@media (max-width: 1100px) {
    .footer-cta-managed {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .footer-cta-managed .footer-band-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .intro-card {
        gap: 1.35rem !important;
    }

    .read-more-btn {
        justify-self: center;
    }

    .story-body-row {
        grid-template-columns: minmax(0, 1fr);
        text-align: left;
    }

    .story-section-logo {
        order: -1;
        margin: 0 0 .2rem;
        width: 92px;
        height: 92px;
    }

    .footer-cta-managed {
        text-align: center !important;
    }

    .footer-cta-side {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        text-align: center;
        order: 2;
    }

    .footer-cta-logo {
        order: -1;
        width: 86px;
        height: 86px;
    }

    .footer-cta-managed .footer-band-actions {
        order: 3;
        justify-content: center !important;
    }
}


/* ==========================================================
   LUXE SECTIE ADMIN FIX + LOGO REMOVED
   ========================================================== */
.story-section-logo {
    display: none !important;
}

.story-body-row {
    display: block !important;
    grid-template-columns: minmax(0, 1fr) !important;
}

.story-body-row p {
    margin: 0 !important;
}


/* ==========================================================
   PRICES + LEGAL + NEWS + INTAKE + FOOTER FINAL ROUND
   ========================================================== */

/* Footer titels in Vend Sans en openingsuren strak zonder lege tussenregels */
.dark-luxe-footer .footer-col h3,
.footer-col h3 {
    font-family: 'Vend Sans', 'Inter', system-ui, sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -.045em !important;
    line-height: .95 !important;
}
.footer-hours {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    gap: .38rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
}
.footer-hours li {
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255,248,240,.78) !important;
}
.footer-hours-col,
.footer-sitemap-col,
.footer-contact-col { padding-top: 0 !important; }
.footer-legal-links { display: inline-flex; gap: .85rem; flex-wrap: wrap; justify-content: center; }
.footer-legal-links a { color: rgba(255,248,240,.62) !important; font-weight: 700; }
.footer-legal-links a:hover { color: #f1c98e !important; }
.footer-bottom-luxe { align-items: center; gap: 1rem; }

/* Nieuws sectie: gelijke kaarten, inline border en modernere spacing */
.news-grid { align-items: stretch !important; }
.news-card-pro,
.news-card {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    position: relative !important;
    border: 1px solid rgba(140,106,87,.14) !important;
    background: rgba(255,255,255,.74) !important;
    box-shadow: 0 20px 54px rgba(82,58,42,.08) !important;
}
.news-card-pro::after,
.news-card::after {
    content: '';
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255,248,240,.78);
    border-radius: 24px;
    pointer-events: none;
    z-index: 4;
}
.news-image-wrap { aspect-ratio: 1.45 / 1 !important; min-height: 0 !important; }
.news-image-wrap img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.news-card-body { flex: 1; display: flex; flex-direction: column; padding: 1.35rem 1.5rem 1.45rem !important; }
.news-card-body h3 { font-family: 'Vend Sans', 'Inter', system-ui, sans-serif !important; font-weight: 800 !important; letter-spacing: -.045em !important; line-height: 1.02 !important; font-size: clamp(1.45rem, 2.5vw, 2.05rem) !important; }
.news-card-body p { flex: 1; }
.news-card-body > a { margin-top: auto; font-weight: 800; color: #8c6a57; }
.news-grid-large .news-card-pro { min-height: 520px; }

/* Intake formulier herstellen: checkboxen/radio's netjes, geen kapotte kolommen */
.intake-layout { align-items: start !important; }
.intake-form-card { max-width: 100% !important; overflow: visible !important; }
.intake-step { overflow: hidden !important; }
.intake-form label { font-weight: 800; color: #3f322b; }
.intake-form input,
.intake-form textarea,
.intake-form select { font-weight: 600; color: #3f322b; }
.choice-grid,
.medical-check-grid,
.choice-list,
.skin-list,
.radio-row {
    display: grid !important;
    gap: .78rem !important;
    width: 100% !important;
}
.choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.medical-check-grid { grid-template-columns: minmax(0, 1fr) !important; }
.choice-list.compact { grid-template-columns: minmax(0, 1fr) !important; }
.radio-row { grid-template-columns: repeat(2, minmax(0, max-content)) !important; justify-content: start; }
.choice-grid label,
.medical-check-grid label,
.choice-list label,
.skin-list label,
.radio-row label,
.booking-terms-check {
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: .75rem !important;
    padding: .9rem 1rem !important;
    border: 1px solid rgba(140,106,87,.12) !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.56) !important;
    line-height: 1.45 !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
}
.radio-row label { grid-template-columns: 20px auto !important; }
.choice-grid input,
.medical-check-grid input,
.choice-list input,
.skin-list input,
.radio-row input,
.booking-terms-check input {
    width: 16px !important;
    height: 16px !important;
    margin: .15rem 0 0 !important;
    justify-self: start !important;
}
.intake-accept { margin-top: 1rem !important; }
.consent-step .btn[type="submit"] { margin-top: 1.35rem !important; }

/* Prijzenpagina */
.prices-layout { display: grid; grid-template-columns: .36fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.prices-side-card,
.price-group-card {
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(140,106,87,.14);
    border-radius: 34px;
    box-shadow: 0 20px 54px rgba(82,58,42,.08);
    position: relative;
}
.prices-side-card { padding: clamp(1.35rem, 3vw, 2rem); position: sticky; top: 110px; }
.price-groups { display: grid; gap: 1.25rem; }
.price-group-card { padding: clamp(1.15rem, 2.8vw, 1.8rem); overflow: hidden; }
.price-group-card::after { content:''; position:absolute; inset:12px; border:1px solid rgba(255,248,240,.78); border-radius:26px; pointer-events:none; }
.price-group-head { display:flex; justify-content:space-between; gap:1rem; align-items:center; margin-bottom: 1rem; }
.price-group-head .eyebrow { margin:0; }
.price-group-head span { color:#8c6a57; font-weight:800; }
.price-list { display:grid; gap:.75rem; }
.price-row { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:1rem; align-items:center; padding:1rem 0; border-top:1px solid rgba(140,106,87,.10); }
.price-row:first-child { border-top:0; }
.price-row h3 { font-family:'Vend Sans','Inter',sans-serif !important; font-size:1.15rem !important; letter-spacing:-.03em !important; line-height:1.15; }
.price-row p { margin:.25rem 0 0; line-height:1.55; }
.price-actions { display:grid; justify-items:end; gap:.35rem; white-space:nowrap; }
.price-actions strong { font-family:'Vend Sans','Inter',sans-serif; font-size:1.25rem; color:#8c6a57; }
.price-actions a { color:#3f322b; font-weight:900; font-size:.78rem; letter-spacing:.12em; text-transform:uppercase; }

/* Legal pages cookie banner */
.cookie-consent-banner {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: min(920px, calc(100% - 28px));
    z-index: 7000;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1.05rem 1.15rem;
    border-radius: 24px;
    background: rgba(63,50,43,.96);
    color: #fff8f0;
    box-shadow: 0 26px 80px rgba(20,14,11,.28);
    border: 1px solid rgba(217,176,125,.24);
}
.cookie-consent-banner[hidden] { display: none !important; }
.cookie-consent-banner strong { font-family:'Vend Sans','Inter',sans-serif; font-size:1.05rem; }
.cookie-consent-banner p { margin:.2rem 0 0; color:rgba(255,248,240,.76); line-height:1.55; }
.cookie-links { display:flex; gap:.8rem; margin-top:.35rem; }
.cookie-links a { color:#f1c98e; font-weight:800; }
.cookie-actions { display:flex; gap:.65rem; align-items:center; }

@media (max-width: 991px) {
    .prices-layout { grid-template-columns: minmax(0,1fr); }
    .prices-side-card { position: relative; top: auto; }
    .news-grid-large .news-card-pro { min-height: auto; }
}
@media (max-width: 767px) {
    .choice-grid,
    .radio-row { grid-template-columns: minmax(0,1fr) !important; }
    .intake-step { padding: 1.05rem !important; }
    .choice-grid label,
    .medical-check-grid label,
    .choice-list label,
    .skin-list label,
    .radio-row label,
    .booking-terms-check { padding: .78rem .82rem !important; }
    .price-row { grid-template-columns: minmax(0,1fr); }
    .price-actions { justify-items:start; }
    .cookie-consent-banner { grid-template-columns: minmax(0,1fr); }
    .cookie-actions { flex-wrap: wrap; }
}


/* ==========================================================
   FINAL FIX: news equal cards, legal pages, footer hours, intake form
   ========================================================== */

/* Footer titels en uren */
.dark-luxe-footer .footer-col h3,
.dark-luxe-footer .footer-sitemap-col h3,
.dark-luxe-footer .footer-hours-col h3,
.dark-luxe-footer .footer-contact-col h3 {
    font-family: 'Vend Sans', 'Inter', system-ui, sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -.045em !important;
    line-height: 1.05 !important;
}

.footer-grid-luxe {
    align-items: start !important;
}

.footer-col {
    align-self: start !important;
    padding-top: 0 !important;
}

.footer-col h3 {
    margin-top: 0 !important;
    margin-bottom: 1.05rem !important;
}

.footer-hours {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    gap: .42rem !important;
    line-height: 1.45 !important;
    white-space: normal !important;
}

.footer-hours li {
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255,248,240,.78) !important;
    font-weight: 700;
}

/* Nieuwskaarten overal exact even hoog */
.news-grid,
.news-grid-large {
    align-items: stretch !important;
    grid-auto-rows: 1fr !important;
}

.news-card,
.news-card-pro {
    height: 100% !important;
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 32px !important;
    overflow: hidden !important;
    background: rgba(255,255,255,.84) !important;
    border: 1px solid rgba(140,106,87,.13) !important;
    box-shadow: 0 18px 48px rgba(82,58,42,.075) !important;
}

.news-card .news-image-wrap,
.news-card-pro .news-image-wrap {
    position: relative !important;
    flex: 0 0 auto !important;
    height: clamp(230px, 20vw, 315px) !important;
    overflow: hidden !important;
}

.news-grid-large .news-card .news-image-wrap,
.news-grid-large .news-card-pro .news-image-wrap {
    height: 285px !important;
}

.news-card .news-image-wrap::after,
.news-card-pro .news-image-wrap::after {
    content: '';
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255,248,240,.72);
    border-radius: 22px;
    pointer-events: none;
    z-index: 2;
}

.news-card img,
.news-card-pro img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
}

.news-card-body {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    padding: clamp(1.15rem, 2vw, 1.45rem) !important;
}

.news-card-body h3 {
    font-family: 'Vend Sans', 'Inter', system-ui, sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -.045em !important;
    line-height: 1.08 !important;
    font-size: clamp(1.65rem, 2.25vw, 2.25rem) !important;
    margin-bottom: .55rem !important;
}

.news-card-body p {
    flex: 1 1 auto !important;
    margin-bottom: 1rem !important;
}

.news-card-body a {
    margin-top: auto !important;
}

/* Professionele juridische pagina's */
.legal-page-section {
    padding-top: clamp(40px, 5vw, 72px) !important;
}

.legal-content-card {
    border-radius: 38px;
    border: 1px solid rgba(140,106,87,.14);
    background:
        radial-gradient(circle at 92% 8%, rgba(198,149,99,.12), transparent 26%),
        rgba(255,255,255,.76);
    box-shadow: 0 24px 70px rgba(82,58,42,.08);
    padding: clamp(1.45rem, 4vw, 3.2rem);
}

.legal-rich-copy {
    display: grid;
    gap: 1.25rem;
}

.legal-rich-copy h2,
.legal-rich-copy h3 {
    font-family: 'Vend Sans', 'Inter', system-ui, sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -.04em;
    line-height: 1.08;
    margin: 1.2rem 0 .25rem;
}

.legal-rich-copy h2 {
    font-size: clamp(1.7rem, 3vw, 2.4rem) !important;
}

.legal-rich-copy h3 {
    font-size: clamp(1.25rem, 2vw, 1.65rem) !important;
}

.legal-rich-copy p,
.legal-rich-copy li {
    color: var(--muted);
    line-height: 1.85;
    font-weight: 500;
}

.legal-rich-copy ul,
.legal-rich-copy ol {
    margin: 0 0 .5rem 1.2rem;
    padding: 0;
}

/* Cookiebanner met logo */
.cookie-consent-main {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: start;
    gap: 1rem;
}

.cookie-consent-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 18px;
    background: rgba(255,248,240,.70);
    border: 1px solid rgba(198,149,99,.22);
    padding: .35rem;
}

/* Intake formulier herstellen */
.intake-layout {
    grid-template-columns: minmax(240px, .34fr) minmax(0, .66fr) !important;
    align-items: start !important;
}

.intake-form-card,
.intake-step,
.choice-panel,
.consent-box,
.intake-accept {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.intake-form .form-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
}

.intake-form .form-grid .full {
    grid-column: 1 / -1 !important;
}

.choice-grid,
.medical-check-grid,
.skin-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .8rem 1rem !important;
}

.choice-grid label,
.medical-check-grid label,
.choice-list label,
.radio-row label,
.intake-accept {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
}

.choice-grid label,
.medical-check-grid label {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    align-items: start !important;
}

.radio-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: .85rem 1.2rem !important;
}

.intake-accept {
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    gap: .9rem !important;
    align-items: start !important;
    margin-top: 1.25rem !important;
    margin-bottom: 1.35rem !important;
}

.intake-form button[type="submit"],
.intake-form .btn-primary {
    margin-top: 1.35rem !important;
}

/* Zorg dat oude rare mobile-overrides niet meer breken */
@media (max-width: 991px) {
    .intake-layout {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .intake-side-card {
        position: relative !important;
        top: auto !important;
    }

    .intake-form .form-grid,
    .choice-grid,
    .medical-check-grid,
    .skin-list {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .news-grid,
    .news-grid-large {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .news-card .news-image-wrap,
    .news-card-pro .news-image-wrap,
    .news-grid-large .news-card .news-image-wrap,
    .news-grid-large .news-card-pro .news-image-wrap {
        height: 250px !important;
    }
}

@media (max-width: 767px) {
    .news-grid,
    .news-grid-large {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .news-card .news-image-wrap,
    .news-card-pro .news-image-wrap,
    .news-grid-large .news-card .news-image-wrap,
    .news-grid-large .news-card-pro .news-image-wrap {
        height: 235px !important;
    }

    .cookie-consent-main {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        text-align: center;
    }

    .cookie-consent-logo {
        width: 64px;
        height: 64px;
    }

    .cookie-actions {
        width: 100%;
        justify-content: center !important;
    }

    .cookie-actions .btn {
        flex: 1 1 150px;
    }
}

/* FINAL NEWS ROW NORMALIZATION */
.news-preview-section .news-grid,
.news-grid-large {
    align-items: stretch !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.news-card-pro:nth-child(2),
.news-card-pro:nth-child(3),
.news-preview-section .news-card-pro:nth-child(2),
.news-preview-section .news-card-pro:nth-child(3),
.news-grid-large .news-card-pro:nth-child(2),
.news-grid-large .news-card-pro:nth-child(3) {
    transform: none !important;
    margin-top: 0 !important;
}


/* ==========================================================
   FINAL MOBILE STACK FIX
   - nieuwskaarten op mobiel netjes onder elkaar
   - intro/lees-meer op mobiel compact en responsief
   Desktop blijft ongemoeid.
   ========================================================== */

@media (max-width: 991px) {
    .news-preview-section .news-grid,
    .news-grid,
    .news-grid-large {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        align-items: stretch !important;
        gap: 1.2rem !important;
    }

    .news-card,
    .news-card-pro {
        width: 100% !important;
        min-width: 0 !important;
        transform: none !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    /* Nieuws: absoluut niet meer in 3 smalle kolommen */
    .news-preview-section .news-grid,
    .news-grid,
    .news-grid-large {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 1.35rem !important;
        width: 100% !important;
    }

    .news-card,
    .news-card-pro {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
    }

    .news-card .news-image-wrap,
    .news-card-pro .news-image-wrap,
    .news-grid-large .news-card .news-image-wrap,
    .news-grid-large .news-card-pro .news-image-wrap {
        height: 245px !important;
        aspect-ratio: auto !important;
    }

    .news-card-body {
        padding: 1.15rem 1.15rem 1.25rem !important;
    }

    .news-card-body h3 {
        font-size: clamp(1.55rem, 9vw, 2.15rem) !important;
        line-height: 1.04 !important;
        letter-spacing: -.045em !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: none !important;
    }

    .news-card-body p,
    .news-card-body a,
    .news-meta-line {
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: none !important;
    }

    .news-meta-line {
        gap: .55rem .8rem !important;
    }

    /* Introkaart: op mobiel netjes één kolom en niet uitgerekt */
    .intro-card {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 1.2rem !important;
        padding: clamp(1.35rem, 6vw, 1.8rem) !important;
        width: 100% !important;
        min-width: 0 !important;
        border-radius: 30px !important;
        overflow: hidden !important;
    }

    .intro-card > div,
    .intro-readable {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .intro-card h2 {
        max-width: 100% !important;
        font-size: clamp(2.15rem, 11vw, 3.15rem) !important;
        line-height: .98 !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: none !important;
    }

    .intro-readable {
        gap: 1.05rem !important;
    }

    .intro-readable > p {
        font-size: 1rem !important;
        line-height: 1.72 !important;
        max-width: 100% !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: none !important;
    }

    /* Alleen mobiel: de eerste zichtbare tekst compact houden tot er op Lees meer wordt geklikt */
    .intro-readable:not(.is-open) > p {
        display: -webkit-box !important;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
    }

    .intro-readable.is-open > p {
        display: block !important;
        overflow: visible !important;
    }

    .intro-more-content p {
        font-size: 1rem !important;
        line-height: 1.72 !important;
    }

    .read-more-btn {
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        justify-self: center !important;
        white-space: normal !important;
        text-align: center !important;
        line-height: 1.25 !important;
        letter-spacing: .18em !important;
        padding: .85rem 1.3rem !important;
        min-height: 50px !important;
    }

    .section-title-row {
        align-items: flex-start !important;
        gap: 1rem !important;
    }
}

@media (max-width: 420px) {
    .container,
    .narrow {
        width: min(calc(100% - 28px), var(--max)) !important;
    }

    .news-card .news-image-wrap,
    .news-card-pro .news-image-wrap,
    .news-grid-large .news-card .news-image-wrap,
    .news-grid-large .news-card-pro .news-image-wrap {
        height: 220px !important;
    }

    .news-card-body h3 {
        font-size: clamp(1.45rem, 8.6vw, 1.95rem) !important;
    }

    .intro-card {
        padding: 1.25rem !important;
    }

    .intro-readable:not(.is-open) > p {
        -webkit-line-clamp: 5;
    }
}


/* ==========================================================
   reCAPTCHA v3 contactformulier
   Badge verborgen, met subtiele tekstvermelding in de user flow.
   ========================================================== */
.grecaptcha-badge {
    visibility: hidden !important;
}

.recaptcha-form-note {
    margin: 1rem 0 0;
    color: var(--muted);
    font-size: .86rem;
    line-height: 1.65;
    opacity: .86;
}


/* ==========================================================
   TIJDELIJKE OPENING / WINACTIE MODAL
   ========================================================== */
.kdl-opening-modal[hidden] {
    display: none !important;
}

.kdl-opening-modal {
    position: fixed;
    inset: 0;
    z-index: 99980;
    display: grid;
    place-items: center;
    padding: clamp(16px, 4vw, 42px);
}

.kdl-opening-modal__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 20%, rgba(198,149,99,.18), transparent 34%),
        rgba(47, 34, 27, .72);
    backdrop-filter: blur(10px);
}

.kdl-opening-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(92vw, 760px);
    max-height: min(90vh, 980px);
    border-radius: clamp(22px, 3vw, 36px);
    padding: clamp(8px, 1.1vw, 12px);
    background:
        linear-gradient(135deg, rgba(255,250,246,.96), rgba(239,227,219,.90));
    border: 1px solid rgba(245, 217, 166, .52);
    box-shadow: 0 38px 120px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.26) inset;
    animation: kdlModalIn .34s ease both;
}

.kdl-opening-modal__dialog::after {
    content: '';
    position: absolute;
    inset: clamp(16px, 2vw, 22px);
    border: 1px solid rgba(255,248,240,.58);
    border-radius: clamp(18px, 2.4vw, 28px);
    pointer-events: none;
}

.kdl-opening-modal__dialog picture,
.kdl-opening-modal__dialog img {
    display: block;
    width: 100%;
}

.kdl-opening-modal__dialog img {
    max-height: calc(90vh - 28px);
    object-fit: contain;
    border-radius: clamp(16px, 2.4vw, 28px);
    background: #efe3db;
}

.kdl-opening-modal__close {
    position: absolute;
    z-index: 3;
    right: clamp(10px, 1.8vw, 18px);
    top: clamp(10px, 1.8vw, 18px);
    width: clamp(42px, 5vw, 54px);
    height: clamp(42px, 5vw, 54px);
    border: 1px solid rgba(198,149,99,.28);
    border-radius: 999px;
    background: rgba(255,250,246,.94);
    color: var(--text);
    box-shadow: 0 14px 38px rgba(82,58,42,.20);
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: clamp(2rem, 4vw, 2.65rem);
    line-height: 1;
    font-family: Georgia, 'Times New Roman', serif;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.kdl-opening-modal__close:hover,
.kdl-opening-modal__close:focus-visible {
    transform: scale(1.04);
    background: #fff;
    box-shadow: 0 18px 45px rgba(82,58,42,.24);
    outline: none;
}

body.kdl-opening-modal-open {
    overflow: hidden;
}

@keyframes kdlModalIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 767px) {
    .kdl-opening-modal {
        padding: 12px;
        align-items: center;
    }

    .kdl-opening-modal__dialog {
        width: min(94vw, 520px);
        max-height: 88vh;
        border-radius: 24px;
        padding: 7px;
    }

    .kdl-opening-modal__dialog img {
        max-height: calc(88vh - 14px);
        border-radius: 19px;
    }

    .kdl-opening-modal__close {
        right: 12px;
        top: 12px;
        width: 44px;
        height: 44px;
        font-size: 2.15rem;
    }
}


/* ==========================================================
   OPENING MODAL SIZE FIX
   Meer ademruimte rond de actie-afbeelding + correcte schaal.
   ========================================================== */
.kdl-opening-modal {
    padding: clamp(18px, 3.2vw, 52px) !important;
}

.kdl-opening-modal__dialog {
    width: min(88vw, 650px) !important;
    max-width: 650px !important;
    max-height: calc(100dvh - clamp(36px, 6vw, 104px)) !important;
    padding: clamp(10px, 1.35vw, 16px) !important;
    border-radius: clamp(24px, 3vw, 38px) !important;
    overflow: visible !important;
}

.kdl-opening-modal__dialog::after {
    inset: clamp(20px, 2.5vw, 28px) !important;
}

.kdl-opening-modal__dialog picture {
    display: block !important;
    max-height: calc(100dvh - clamp(70px, 9vw, 138px)) !important;
}

.kdl-opening-modal__dialog img {
    width: 100% !important;
    max-height: calc(100dvh - clamp(70px, 9vw, 138px)) !important;
    object-fit: contain !important;
    border-radius: clamp(18px, 2.4vw, 28px) !important;
}

.kdl-opening-modal__close {
    right: clamp(12px, 1.8vw, 18px) !important;
    top: clamp(12px, 1.8vw, 18px) !important;
    transform: translate(36%, -36%) !important;
    box-shadow: 0 12px 30px rgba(82,58,42,.18) !important;
}

@media (max-width: 767px) {
    .kdl-opening-modal {
        padding: 18px !important;
    }

    .kdl-opening-modal__dialog {
        width: min(92vw, 430px) !important;
        max-height: calc(100dvh - 36px) !important;
        padding: 9px !important;
        border-radius: 24px !important;
    }

    .kdl-opening-modal__dialog picture,
    .kdl-opening-modal__dialog img {
        max-height: calc(100dvh - 64px) !important;
    }

    .kdl-opening-modal__dialog::after {
        inset: 16px !important;
        border-radius: 18px !important;
    }

    .kdl-opening-modal__close {
        width: 44px !important;
        height: 44px !important;
        right: 10px !important;
        top: 10px !important;
        transform: translate(32%, -32%) !important;
    }
}

@media (min-width: 1280px) and (min-height: 820px) {
    .kdl-opening-modal__dialog {
        width: min(82vw, 690px) !important;
        max-width: 690px !important;
    }
}
