/* =====================================================================
   MegaKers — custom styles bovenop Tailwind CDN
   ===================================================================== */

:root {
    --forest:       #234b39;
    --forest-deep:  #163024;
    --forest-dark:  #0c1d15;
    --grass:        #7cb46a;
    --moss:         #4d6b53;
    --nav-green:    #468656;
    --cherry:       #7a1226;
    --cherry-deep:  #4d0817;
    --cherry-dauw:  #92182f;
    --cherry-soft:  #d48591;
    --cream:        #f7f1e3;
    --cream-warm:   #ede1c5;
    --cream-deep:   #e1cfa7;
    --paper:        #faf6ec;
    --ink:          #1a1410;
    --ink-soft:     #3d342c;
    --bark:         #5b4530;
    --honey:        #d4a04a;

    --shadow-soft:  0 12px 30px -16px rgba(20, 14, 10, 0.18);
    --shadow-card:  0 18px 50px -24px rgba(20, 14, 10, 0.22), 0 2px 4px rgba(20,14,10,0.04);
    --shadow-deep:  0 30px 80px -36px rgba(0, 0, 0, 0.55);

    --paper-grain: radial-gradient(rgba(91,69,48,0.06) 1px, transparent 1px) 0 0 / 5px 5px,
                   radial-gradient(rgba(91,69,48,0.04) 1px, transparent 1px) 2px 2px / 7px 7px;
}

* { -webkit-font-smoothing: antialiased; }

html { scroll-behavior: smooth; }

body {
    background-color: var(--cream);
    color: var(--ink);
    overflow-x: hidden;
}

::selection { background: var(--cherry); color: var(--cream); }

/* =====================================================================
   SHARED — section eyebrow / title / lede
   ===================================================================== */
.sec-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--cherry);
    margin-bottom: 18px;
}
.sec-eyebrow::before {
    content: '';
    width: 24px;
    height: 1px;
    background: currentColor;
    opacity: 0.6;
}
.text-cream .sec-eyebrow, .bg-forest .sec-eyebrow, .bg-forest-deep .sec-eyebrow {
    color: var(--cherry-soft);
}
.sec-title {
    font-family: 'Lora', Georgia, serif;
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.012em;
    color: var(--ink);
}
.bg-forest .sec-title, .bg-forest-deep .sec-title, .text-cream .sec-title {
    color: var(--cream);
}
.sec-title em {
    font-style: italic;
    font-weight: 500;
    color: var(--cherry);
    position: relative;
}
.bg-forest .sec-title em, .bg-forest-deep .sec-title em {
    color: var(--cherry-soft);
}
.sec-lede {
    font-size: 15px;
    line-height: 1.65;
    color: var(--ink-soft);
    max-width: 460px;
}
.bg-forest .sec-lede, .bg-forest-deep .sec-lede, .bg-forest-dark .sec-lede {
    color: rgba(247, 241, 227, 0.85);
}


/* =====================================================================
   BUTTONS
   ===================================================================== */
.btn-primary,
.btn-ghost,
.btn-link,
.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
}

.btn-primary {
    background: var(--cherry);
    color: var(--cream);
    padding: 14px 22px;
    border: 1px solid var(--cherry-deep);
    box-shadow: 0 4px 0 var(--cherry-deep), 0 12px 26px -10px rgba(122, 18, 38, 0.55);
}
.btn-primary:hover {
    background: var(--cherry-dauw);
    transform: translateY(-2px);
    box-shadow: 0 6px 0 var(--cherry-deep), 0 16px 30px -10px rgba(122, 18, 38, 0.6);
}
.btn-primary:active {
    transform: translateY(2px);
    box-shadow: 0 1px 0 var(--cherry-deep);
}

.btn-ghost {
    background: transparent;
    color: var(--cream);
    padding: 14px 18px;
    border: 1px solid rgba(247, 241, 227, 0.25);
}
.btn-ghost:hover {
    border-color: var(--cherry-soft);
    color: var(--cherry-soft);
    background: rgba(212, 133, 145, 0.04);
}
.btn-ghost--dark {
    color: var(--ink);
    border-color: rgba(26, 20, 16, 0.2);
}
.btn-ghost--dark:hover {
    background: var(--ink);
    color: var(--cream);
    border-color: var(--ink);
}

.btn-cta {
    background: var(--cherry);
    color: var(--cream);
    padding: 10px 16px;
    border: 1px solid var(--cherry-deep);
    font-size: 13px;
    font-weight: 600;
}
.btn-cta:hover {
    background: var(--cherry-dauw);
}

.btn-link {
    color: var(--cherry);
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
    font-weight: 600;
}
.btn-link:hover {
    color: var(--cherry-deep);
}


/* =====================================================================
   NAV — site header (NORMAAL, geen pill)
   ===================================================================== */
.site-nav {
    background: linear-gradient(180deg, rgba(12, 29, 21, 0.6) 0%, rgba(12, 29, 21, 0) 100%);
    transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}
.site-nav.is-scrolled {
    background: var(--nav-green);
    box-shadow: 0 1px 0 rgba(247, 241, 227, 0.06), 0 12px 30px -18px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
}

/* Dunne divider onder de nav — alleen zichtbaar als niet gescrolld */
.nav-divider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(247, 241, 227, 0.18) 15%,
        rgba(247, 241, 227, 0.18) 85%,
        transparent 100%);
    transition: opacity 0.3s ease;
    opacity: 1;
}
.site-nav.is-scrolled .nav-divider { opacity: 0; }
body.page-soon .site-nav,
body:not(.page-home) .site-nav {
    background: var(--nav-green);
}

/* Mobile-only: vul de 24px-gap tussen nav-bottom (72px) en sticky subnav-top
   (96px) met forest-dark, zodat doorscrollende content er niet doorheen
   schemert. Pseudo-element binnen de fixed nav volgt automatisch mee. */
@media (max-width: 767px) {
    body:not(.page-home) .site-nav::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 24px;
        background: var(--nav-green);
    }
}

.brand-mark {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    color: var(--cream);
}
.brand-mark .brand-cherry { fill: var(--cherry); }
.brand-mark .brand-shine  { fill: var(--cherry-soft); }
.brand-mark .brand-stem   { color: var(--cream-warm); }

/* Vaandel-logo: interactieve cloth-physics (verlet) in een canvas. Top-rij is
   gepinned zodat het vaandel hangt; trek eraan en het frommelt mee, bij loslaten
   neemt de physics het weer over. Fallback-img verschijnt als canvas faalt.
   Grootte volgt .nav-banner width (canvas = 200% eromheen voor rek-ruimte). */
.nav-banner {
    position: fixed;
    top: -10px;
    left: clamp(14px, 2.5vw, 36px);
    width: clamp(98px, 12.5vw, 148px);
    aspect-ratio: 240 / 358;
    z-index: 60;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.55));
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    touch-action: none;
    display: block;
    overflow: visible;
}
.nav-banner:active { cursor: grabbing; }
/* Canvas is 2× de logo-area zodat uitrekkende vaandel-delen niet clippen. */
.nav-banner-canvas {
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 200%;
    display: block;
    pointer-events: none;
}
.nav-banner-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.nav-banner.is-fallback .nav-banner-canvas { display: none; }
.nav-banner.is-fallback .nav-banner-fallback { opacity: 1; }

/* Brand-tekst opzij schuiven zodat het logo er niet bovenop valt op mobiel.
   Desktop laat de brand-tekst achter het logo doorlopen voor stempel-effect. */
.brand {
    margin-left: 84px;
}
@media (min-width: 768px) {
    /* Logo (.nav-banner) is fixed aan de viewport en schaalt met vw, terwijl
       de nav-container (max-w 1320) centreert op brede schermen. De marge houdt
       de brand-tekst net rechts van het logo op laptop, en schaalt terug naar 0
       zodra het centreren zelf al afstand geeft — zo plakt hij niet tegen het
       logo én schuift hij op desktop niet te ver naar rechts.
       = logo-rechterrand (logo-left + logo-breedte) + 14px lucht
         − container-centrering − 40px container-padding. */
    .brand {
        margin-left: max(0px,
            clamp(14px, 2.5vw, 36px) + clamp(98px, 12.5vw, 148px) + 14px
            - max(0px, (100vw - 1320px) / 2) - 40px);
    }
}
@media (max-width: 767px) {
    .nav-banner {
        width: 80px;
        left: 12px;
        top: -6px;
    }
}

.navlink {
    position: relative;
    padding: 10px 14px;
    font-size: 13.5px;
    font-weight: 500;
    color: rgba(247, 241, 227, 0.78);
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.navlink:hover { color: var(--cream); }
.navlink::after {
    content: '';
    position: absolute;
    inset: auto 14px 6px 14px;
    height: 1px;
    background: var(--cherry-soft);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}
.navlink:hover::after { transform: scaleX(1); }
.navlink.is-active { color: var(--cream); }
.navlink.is-active::after { transform: scaleX(1); background: var(--cherry); }
.navlink .soon-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--cherry-soft);
    opacity: 0.7;
}
.navlink.is-soon { color: rgba(247, 241, 227, 0.55); }
.navlink.is-soon:hover { color: var(--cream); }

/* Hamburger */
.nav-hamburger {
    width: 40px;
    height: 40px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: transparent;
    border: 1px solid rgba(247, 241, 227, 0.2);
    cursor: pointer;
    transition: border-color 0.2s ease;
}
.nav-hamburger:hover { border-color: var(--cherry-soft); }
.nav-hamburger span {
    display: block;
    width: 18px;
    height: 1.5px;
    background: var(--cream);
    transition: transform 0.2s ease;
}


/* =====================================================================
   OFFCANVAS
   ===================================================================== */
.offcanvas-overlay {
    position: fixed;
    inset: 0;
    background: rgba(12, 29, 21, 0.65);
    backdrop-filter: blur(2px);
    z-index: 90;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}
.offcanvas-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}
.offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(360px, 90vw);
    background: var(--forest-deep);
    color: var(--cream);
    z-index: 100;
    transform: translateX(105%);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
    box-shadow: -20px 0 60px -20px rgba(0, 0, 0, 0.5);
}
.offcanvas.is-open { transform: translateX(0); }
.offcanvas-head {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(247, 241, 227, 0.08);
}
.offcanvas-close {
    width: 36px;
    height: 36px;
    background: transparent;
    border: 1px solid rgba(247, 241, 227, 0.18);
    color: var(--cream);
    cursor: pointer;
    display: inline-grid;
    place-items: center;
    transition: all 0.2s ease;
}
.offcanvas-close:hover { background: var(--cherry); border-color: var(--cherry); }
.offcanvas-body { padding: 28px 24px; flex: 1; overflow-y: auto; }
.offcanvas-eyebrow {
    display: block;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(247, 241, 227, 0.45);
    margin-bottom: 14px;
}
.offcanvas-nav { display: flex; flex-direction: column; }
.offcanvas-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid rgba(247, 241, 227, 0.06);
    color: rgba(247, 241, 227, 0.85);
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 500;
    transition: color 0.2s ease;
}
.offcanvas-nav a:hover { color: var(--cherry-soft); }
.offcanvas-nav a.is-active { color: var(--cherry-soft); }
.offcanvas-nav a small {
    font-family: 'Inter', sans-serif;
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    background: rgba(212, 133, 145, 0.15);
    color: var(--cherry-soft);
    padding: 3px 8px;
    border-radius: 2px;
    font-weight: 600;
}
.offcanvas-contact { display: flex; flex-direction: column; gap: 10px; }
.offcanvas-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(247, 241, 227, 0.75);
    font-size: 14px;
    padding: 8px 0;
}
.offcanvas-contact a:hover { color: var(--cherry-soft); }
.offcanvas-foot { padding: 20px 24px; border-top: 1px solid rgba(247, 241, 227, 0.08); }
.offcanvas-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 18px;
    background: var(--cherry);
    color: var(--cream);
    font-weight: 600;
    font-size: 14px;
    border: 1px solid var(--cherry-deep);
    text-decoration: none;
    transition: background 0.2s ease;
}
.offcanvas-cta:hover { background: var(--cherry-dauw); }


/* =====================================================================
   HERO
   ===================================================================== */
.hero {
    min-height: 82vh;
    isolation: isolate;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(122, 18, 38, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 75%, rgba(77, 107, 83, 0.25) 0%, transparent 55%),
        linear-gradient(180deg, var(--forest-deep) 0%, var(--forest-dark) 100%);
    z-index: 0;
}
.hero-grain {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(247, 241, 227, 0.04) 1px, transparent 1px),
        radial-gradient(rgba(247, 241, 227, 0.03) 1px, transparent 1px);
    background-size: 4px 4px, 7px 7px;
    background-position: 0 0, 2px 2px;
    z-index: 1;
    opacity: 0.6;
    mix-blend-mode: overlay;
    pointer-events: none;
}
@keyframes float-slow {
    0%, 100% { transform: translateY(0) rotate(-3deg); }
    50%      { transform: translateY(-14px) rotate(-1deg); }
}

/* ----- Hero polaroid compositie ----- */
.hero-photos {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    z-index: 3;
}
@media (max-width: 1023px) {
    .hero-photos {
        max-width: 320px;
        margin: 0 auto;
    }
}

/* Zachte gloed achter de foto-compositie */
.hero-photo-glow {
    position: absolute;
    inset: -30px -20px -20px -30px;
    background: radial-gradient(ellipse at center,
        rgba(122, 18, 38, 0.22) 0%,
        rgba(122, 18, 38, 0.08) 40%,
        transparent 70%);
    filter: blur(24px);
    z-index: 0;
    pointer-events: none;
}

.hero-polaroid {
    background: var(--cream);
    padding: 14px 14px 18px;
    box-shadow: var(--shadow-deep), 0 0 0 1px rgba(20, 14, 10, 0.06);
    cursor: pointer;
    margin: 0;
    will-change: transform, opacity;
}

/* Startpositie — GSAP neemt het over bij klik */
.hero-polaroid--front {
    position: relative;
    transform: rotate(-3deg) translateX(-22px);
    z-index: 2;
    opacity: 1;
}
.hero-polaroid--back {
    position: absolute;
    inset: 0;
    transform: rotate(7deg) translate(60px, 24px) scale(0.92);
    z-index: 1;
    opacity: 0.78;
}

.hero-photos:focus-visible {
    outline: 2px solid var(--cherry-soft);
    outline-offset: 8px;
}

/* Hint pijltje + handgeschreven tekst rechtsboven */
.hero-photo-hint {
    position: absolute;
    top: -40px;
    right: -195px;
    z-index: 6;
    color: var(--honey);
    pointer-events: none;
    transform: rotate(-4deg);
    animation: hint-wiggle 3.2s ease-in-out infinite;
    opacity: 1;
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.hero-photo-hint.is-dismissed {
    opacity: 0;
    transform: rotate(-4deg) translateY(-12px);
}
.hero-photo-hint-text {
    display: block;
    font-family: 'Caveat', cursive;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    color: var(--honey);
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 2px 10px rgba(212, 160, 74, 0.45), 0 0 1px rgba(0, 0, 0, 0.2);
}
.hero-photo-hint-text sup {
    font-size: 0.55em;
    vertical-align: super;
    margin-left: 1px;
}
.hero-photo-hint-arrow {
    width: 72px;
    height: 62px;
    display: block;
    margin: 4px auto 0 auto;
    color: var(--honey);
    opacity: 1;
}

@keyframes hint-wiggle {
    0%, 100% { transform: rotate(-4deg) translateY(0); }
    50%      { transform: rotate(-2deg) translateY(-5px); }
}

/* Laptop/tablet: het fotoblok staat dicht bij de viewportrand, dus de
   -195px-uitstap valt buiten beeld en wordt door overflow-hidden afgekapt.
   Trek de hint terug binnen de rand zodat hij volledig zichtbaar blijft. */
@media (min-width: 769px) and (max-width: 1580px) {
    .hero-photo-hint { right: -112px; top: -44px; }
    .hero-photo-hint-text { font-size: 24px; }
    .hero-photo-hint-arrow { width: 64px; height: 56px; }
}

@media (max-width: 768px) {
    .hero-photo-hint { top: -28px; right: -40px; }
    .hero-photo-hint-text { font-size: 20px; }
    .hero-photo-hint-arrow { width: 56px; height: 50px; }
}
.hero-polaroid-img {
    width: 100%;
    aspect-ratio: 4 / 5;
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(12, 29, 21, 0.25) 100%),
        image-set(
            url('../images/polaroid-front.webp') type('image/webp'),
            url('../images/polaroid-front.jpg') type('image/jpeg')
        );
    background-size: cover;
    background-position: center;
}
.hero-polaroid--back .hero-polaroid-img {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(12, 29, 21, 0.2) 100%),
        image-set(
            url('../images/polaroid-back.webp') type('image/webp'),
            url('../images/polaroid-back.jpg') type('image/jpeg')
        );
}
.hero-polaroid-cap {
    margin-top: 10px;
    text-align: center;
}
.hero-polaroid-cap .font-script {
    font-family: 'Caveat', cursive;
    font-size: 22px;
    color: var(--ink-soft);
    line-height: 1;
}

/* Plakband-snippers in twee hoeken */
.hero-polaroid-tape {
    position: absolute;
    width: 60px;
    height: 18px;
    background: rgba(247, 241, 227, 0.55);
    backdrop-filter: blur(2px);
    box-shadow: 0 2px 4px rgba(20, 14, 10, 0.08);
    border: 1px solid rgba(247, 241, 227, 0.3);
}
.hero-polaroid-tape--tl {
    top: -8px;
    left: -10px;
    transform: rotate(-22deg);
}
.hero-polaroid-tape--br {
    bottom: 30px;
    right: -14px;
    transform: rotate(28deg);
}

.hero-photo-sticker {
    position: absolute;
    top: -14px;
    right: -18px;
    background: var(--cream);
    color: var(--ink);
    padding: 10px 14px;
    transform: rotate(6deg);
    box-shadow: var(--shadow-card);
    z-index: 4;
    border: 1px solid rgba(20, 14, 10, 0.08);
    min-width: 110px;
}
.hero-sticker-eyebrow {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--cherry);
    font-weight: 700;
    margin-bottom: 3px;
}
.hero-sticker-script {
    display: block;
    font-family: 'Caveat', cursive;
    font-size: 22px;
    color: var(--ink);
    line-height: 1.05;
}

/* Wax-seal stempel links — vervangt de oude "pluk-seizoen" badge */
.hero-photo-seal {
    position: absolute;
    top: 32%;
    left: -34px;
    width: 92px;
    height: 92px;
    z-index: 4;
    transform: rotate(-9deg);
    filter: drop-shadow(0 10px 18px rgba(122, 18, 38, 0.45));
    pointer-events: none;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-photo-seal svg { width: 100%; height: 100%; display: block; }
.hero-photos:hover .hero-photo-seal {
    transform: rotate(-7deg) translateY(-2px);
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--cherry-soft);
    padding: 8px 14px;
    border: 1px solid rgba(212, 133, 145, 0.35);
    background: rgba(122, 18, 38, 0.12);
    margin-bottom: 28px;
}
.hero-eyebrow-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--cherry-dauw);
    box-shadow: 0 0 0 4px rgba(212, 133, 145, 0.18);
}
/* Eyebrow row boven de titel */
.hero-eyebrow-row {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(247, 241, 227, 0.7);
}
.hero-eyebrow-num {
    color: var(--cherry-soft);
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: none;
}
.hero-eyebrow-line {
    width: 32px;
    height: 1px;
    background: rgba(247, 241, 227, 0.35);
}
.hero-eyebrow-label { font-weight: 500; }

/* Status-pill: vandaag open */
.hero-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 14px;
    padding: 6px 14px;
    background: rgba(247, 241, 227, 0.06);
    border: 1px solid rgba(247, 241, 227, 0.14);
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: rgba(247, 241, 227, 0.78);
}
.hero-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6dc77b;
    box-shadow: 0 0 0 3px rgba(109, 199, 123, 0.25);
    animation: pulse-cherry 2s ease-in-out infinite;
}

/* Verticale runner aan de linkerrand — gecentreerd, leest bottom-up */
.hero-runner {
    position: absolute;
    left: 28px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center center;
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(247, 241, 227, 0.35);
    white-space: nowrap;
    z-index: 5;
    pointer-events: none;
}
.hero-runner-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--cherry-soft);
    opacity: 0.6;
}
/* De geroteerde runner heeft brede zijmarge nodig om niet over de hero-tekst
   te vallen; die ruimte is er pas vanaf ~1600px. Daaronder (incl. laptops)
   verbergen we hem zodat de hero netjes blijft. */
@media (max-width: 1600px) {
    .hero-runner { display: none; }
}

.hero-title {
    font-size: clamp(36px, 5.4vw, 68px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: var(--cream);
    margin: 0;
}
.hero-title em {
    font-style: italic;
    color: var(--cherry-soft);
    position: relative;
}
.hero-title em::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 6px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 6' preserveAspectRatio='none'><path d='M0 3 Q 25 0 50 3 T 100 3' stroke='%23c93146' stroke-width='1.5' fill='none'/></svg>") no-repeat center / 100% 100%;
    opacity: 0.6;
}
.hero-lede {
    margin-top: 24px;
    max-width: 540px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(247, 241, 227, 0.82);
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 48px;
    padding-top: 30px;
    border-top: 1px solid rgba(247, 241, 227, 0.18);
}
.hero-stat { display: flex; flex-direction: column; gap: 6px; }
.hero-stat-k {
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(247, 241, 227, 0.55);
}
.hero-stat-v {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--cream);
    line-height: 1;
}
.hero-scroll {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(247, 241, 227, 0.5);
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
}
.hero-scroll-line {
    width: 1px;
    height: 26px;
    background: linear-gradient(180deg, rgba(247, 241, 227, 0.55), rgba(247, 241, 227, 0));
    position: relative;
    overflow: hidden;
}
.hero-scroll-line::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--cherry-soft);
    transform-origin: top;
    animation: scroll-line 1.8s ease-in-out infinite;
}
@keyframes scroll-line {
    0%   { transform: scaleY(0); transform-origin: top; }
    50%  { transform: scaleY(1); transform-origin: top; }
    51%  { transform: scaleY(1); transform-origin: bottom; }
    100% { transform: scaleY(0); transform-origin: bottom; }
}


/* =====================================================================
   OVER ONS
   ===================================================================== */
.over-section {
    background-color: var(--paper);
    background-image: var(--paper-grain);
}
.over-deco {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    opacity: 0.75;
}
.over-deco--branch {
    position: absolute;
    top: -30px;
    right: -30px;
    height: calc(100% + 60px);
    width: auto;
    max-height: 860px;
    object-fit: contain;
    object-position: top right;
    z-index: 1;
    pointer-events: none;
    filter: drop-shadow(0 16px 28px rgba(122, 18, 38, 0.18));
    opacity: 0.95;
}
@media (max-width: 1023px) {
    .over-deco--branch { display: none; }
}

.over-visual {
    position: relative;
    aspect-ratio: 4 / 5;
    max-width: 500px;
    width: 100%;
}
.over-photo {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: var(--shadow-card);
}
.over-photo-img {
    position: absolute;
    inset: 0;
    background-image: image-set(
        url('../images/over-familie.webp') type('image/webp'),
        url('../images/over-familie.jpg') type('image/jpeg')
    );
    background-size: cover;
    background-position: 58% center;
    transition: transform 0.6s ease;
}
.over-visual:hover .over-photo-img { transform: scale(1.04); }
.over-photo-grain {
    display: none;
}
.over-photo-cap {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%) rotate(-1deg);
    background: rgba(247, 241, 227, 0.94);
    padding: 6px 14px;
    box-shadow: 0 6px 14px -6px rgba(20, 14, 10, 0.4);
}
.over-photo-cap .font-script {
    font-family: 'Caveat', cursive;
    font-size: 20px;
    color: var(--ink);
    line-height: 1;
}
.over-stamp {
    position: absolute;
    top: 24px;
    left: 24px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    background: var(--cream);
    color: var(--ink);
    padding: 10px 14px;
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(20, 14, 10, 0.08);
    transform: rotate(-4deg);
    z-index: 3;
}
.over-stamp-place {
    color: var(--cherry);
    font-weight: 700;
    padding-top: 3px;
    margin-top: 2px;
    border-top: 1px dashed rgba(20, 14, 10, 0.15);
    font-size: 10px;
}

/* Sun-rays sustainability badge */
.over-eco {
    position: absolute;
    bottom: -32px;
    right: -32px;
    width: 150px;
    height: 150px;
    z-index: 3;
    filter: drop-shadow(0 14px 24px rgba(35, 75, 57, 0.35));
}
.over-eco-rays {
    position: absolute;
    inset: 0;
    animation: eco-spin 24s linear infinite;
}
.over-eco-rays svg { width: 100%; height: 100%; display: block; }
@keyframes eco-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
.over-eco-core {
    position: absolute;
    inset: 16px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--cherry-dauw) 0%, var(--cherry-deep) 100%);
    color: var(--cream);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px;
    box-shadow: inset 0 -8px 14px rgba(0, 0, 0, 0.18), inset 0 4px 8px rgba(247, 241, 227, 0.18);
    border: 1px solid var(--cherry-deep);
}
.over-eco-num {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
.over-eco-label {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-top: 4px;
    color: rgba(247, 241, 227, 0.95);
}
.over-eco-sub {
    font-size: 8px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(247, 241, 227, 0.7);
    margin-top: 3px;
    line-height: 1.2;
}

/* Animated stats rij onderaan de sectie */
.over-stats {
    margin-top: 64px;
    padding-top: 32px;
    border-top: 1px solid rgba(20, 14, 10, 0.12);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
@media (max-width: 768px) {
    .over-stats { grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }
    .over-eco { width: 120px; height: 120px; bottom: -20px; right: -16px; }
    .over-eco-num { font-size: 24px; }
    .over-eco-label { font-size: 9px; }
}
.over-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    padding-left: 18px;
}
.over-stat::before {
    content: '';
    position: absolute;
    left: 0; top: 6px;
    width: 4px;
    height: 28px;
    background: var(--cherry);
}
.over-stat-value {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    line-height: 1;
}
.over-stat-num {
    font-family: 'Lora', serif;
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 600;
    line-height: 1;
    color: var(--ink);
    letter-spacing: -0.01em;
}
.over-stat-suffix {
    font-family: 'Lora', serif;
    font-size: clamp(18px, 2.4vw, 22px);
    font-weight: 600;
    color: var(--cherry);
    line-height: 1;
}
.over-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 500;
    color: var(--ink-soft);
    margin-top: 4px;
}

/* GSAP zet de start-state via JS (gsap.set).
   Fallback: alles is direct zichtbaar als GSAP niet laadt. */

.over-content { max-width: 580px; }
.over-lede {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
    color: var(--ink-soft);
    margin-top: 20px;
}
.over-quote {
    margin-top: 22px;
    padding: 18px 24px;
    background: var(--cream-warm);
    border-left: 3px solid var(--cherry);
    font-family: 'Lora', serif;
    font-size: 16px;
    line-height: 1.55;
    font-style: italic;
    color: var(--ink);
    position: relative;
}
.over-quote-mark {
    font-family: 'Lora', serif;
    font-size: 26px;
    color: var(--cherry);
    line-height: 0;
    font-weight: 600;
    vertical-align: -0.4em;
}
.over-p {
    margin-top: 18px;
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--ink-soft);
}
.over-sign {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid rgba(26, 20, 16, 0.12);
}
.over-sign-name {
    font-family: 'Caveat', cursive;
    font-size: 36px;
    color: var(--cherry);
    line-height: 1;
}
.over-sign-role {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--ink-soft);
    margin-top: 6px;
}


/* =====================================================================
   VIDEO SECTION
   ===================================================================== */
.video-section {
    background-color: var(--forest-dark);
}
.video-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 15% 30%, rgba(122, 18, 38, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 80%, rgba(77, 107, 83, 0.18) 0%, transparent 55%);
    z-index: 0;
}
.video-grain {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(247, 241, 227, 0.04) 1px, transparent 1px),
        radial-gradient(rgba(247, 241, 227, 0.025) 1px, transparent 1px);
    background-size: 4px 4px, 7px 7px;
    background-position: 0 0, 2px 2px;
    z-index: 1;
    opacity: 0.6;
    pointer-events: none;
}

/* ---------- Marquee strip — oneindig scrollen, flush tegen sectierand ---------- */
.video-marquee {
    position: relative;
    z-index: 3;
    margin: 0 0 80px 0;
    padding: 18px 0;
    border-bottom: 1px solid rgba(247, 241, 227, 0.08);
    overflow: hidden;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(122, 18, 38, 0.04) 50%,
        transparent 100%);
}
.marquee-track {
    display: flex;
    align-items: center;
    gap: 28px;
    width: max-content;
    white-space: nowrap;
    animation: marquee-roll 38s linear infinite;
}
.marquee-item {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: clamp(20px, 2.4vw, 30px);
    font-weight: 500;
    color: rgba(247, 241, 227, 0.6);
    letter-spacing: -0.01em;
}
.marquee-dot {
    color: var(--cherry-soft);
    font-size: clamp(12px, 1.4vw, 16px);
    opacity: 0.7;
}
@keyframes marquee-roll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.video-head {
    max-width: 720px;
    margin: 0 auto 56px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Word-by-word reveal — clip mask styling */
.video-title .word {
    display: inline-block;
    overflow: hidden;
    line-height: 1.05;
    padding-bottom: 0.12em;
    vertical-align: top;
}
.video-title .word-inner {
    display: inline-block;
    transform: translateY(110%);
    will-change: transform;
}

.video-poster-wrap {
    position: relative;
}
.video-poster {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    background: #000;
    box-shadow: var(--shadow-deep), 0 0 0 1px rgba(247, 241, 227, 0.04);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
    color: var(--cream);
    font-family: 'Inter', sans-serif;
}
.video-poster:hover { transform: translateY(-4px); }

/* Animated film grain — flikkert over de poster */
.video-poster-grain {
    position: absolute;
    inset: -10%;
    z-index: 2;
    pointer-events: none;
    background-image:
        radial-gradient(rgba(247, 241, 227, 0.08) 0.6px, transparent 0.6px),
        radial-gradient(rgba(0, 0, 0, 0.15) 0.6px, transparent 0.6px);
    background-size: 3px 3px, 5px 5px;
    background-position: 0 0, 1px 1px;
    mix-blend-mode: overlay;
    opacity: 0.4;
    animation: film-grain 0.4s steps(1) infinite;
}
@keyframes film-grain {
    0%   { transform: translate(0, 0); }
    25%  { transform: translate(-2px, 1px); }
    50%  { transform: translate(1px, -2px); }
    75%  { transform: translate(-1px, 2px); }
    100% { transform: translate(2px, -1px); }
}

.video-poster-img {
    position: absolute;
    inset: 0;
    background-image: image-set(
        url('../images/video-poster.webp') type('image/webp'),
        url('../images/video-poster.jpg') type('image/jpeg')
    );
    background-size: cover;
    background-position: center;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}
.video-poster:hover .video-poster-img {
    transform: scale(1.05);
    filter: brightness(0.65) saturate(1.1);
}
.video-poster-scrim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(12, 29, 21, 0.55) 0%, rgba(12, 29, 21, 0) 35%, rgba(12, 29, 21, 0) 65%, rgba(12, 29, 21, 0.7) 100%);
    pointer-events: none;
}

/* Hoek-metadata (filmposter feel) */
.video-meta {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: var(--cream);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: left;
}
.video-meta--tl { top: 24px; left: 28px; }
.video-meta--tr { top: 24px; right: 28px; flex-direction: row; align-items: center; gap: 8px; }
.video-meta--bl { bottom: 24px; left: 28px; }
.video-meta--br { bottom: 24px; right: 28px; text-align: right; align-items: flex-end; }

.video-meta-eyebrow {
    color: var(--cherry-soft);
    font-weight: 700;
    font-size: 11px;
}
.video-meta-sub {
    color: rgba(247, 241, 227, 0.7);
    font-size: 10px;
    text-transform: none;
    letter-spacing: 0.04em;
    font-style: italic;
    font-family: 'Lora', serif;
}
.video-meta-label {
    color: rgba(247, 241, 227, 0.55);
    font-size: 9.5px;
    font-weight: 600;
}
.video-meta-val {
    color: var(--cream);
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: none;
}
.video-rec-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cherry-dauw);
    box-shadow: 0 0 0 4px rgba(146, 24, 47, 0.25);
    animation: pulse-cherry 2s ease-in-out infinite;
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: var(--cherry);
    color: var(--cream);
    display: grid;
    place-items: center;
    box-shadow: 0 24px 60px -12px rgba(122, 18, 38, 0.7), 0 0 0 6px rgba(247, 241, 227, 0.08);
    transition: transform 0.3s ease, background 0.3s ease;
    z-index: 4;
    padding-left: 6px;
}
.video-play::before {
    content: '';
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    border: 1px solid rgba(212, 133, 145, 0.4);
    animation: video-ring 2.4s ease-out infinite;
}
@keyframes video-ring {
    0%   { transform: scale(0.95); opacity: 0.8; }
    100% { transform: scale(1.4);  opacity: 0; }
}
.video-poster:hover .video-play {
    background: var(--cherry-dauw);
    transform: translate(-50%, -50%) scale(1.08);
}

/* ---------- Hoofdstuk-kaarten (chapters) ---------- */
.video-chapters {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding-top: 32px;
    border-top: 1px solid rgba(247, 241, 227, 0.1);
}
.video-chapter {
    position: relative;
    background: rgba(247, 241, 227, 0.04);
    border: 1px solid rgba(247, 241, 227, 0.08);
    color: var(--cream);
    padding: 20px 18px 22px;
    cursor: pointer;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                background 0.3s ease,
                border-color 0.3s ease;
}
.video-chapter::before {
    content: '';
    position: absolute;
    left: 0; top: 18px;
    width: 3px;
    height: 28px;
    background: var(--cherry);
    transition: height 0.3s ease;
}
.video-chapter:hover {
    transform: translateY(-4px);
    background: rgba(247, 241, 227, 0.07);
    border-color: rgba(212, 133, 145, 0.25);
}
.video-chapter:hover::before {
    height: 44px;
    background: var(--cherry-dauw);
}
.video-chapter-num {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 13px;
    color: var(--cherry-soft);
    letter-spacing: 0.04em;
    padding-left: 14px;
}
.video-chapter-title {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--cream);
    padding-left: 14px;
}
.video-chapter-time {
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(247, 241, 227, 0.5);
    margin-top: 4px;
    padding-left: 14px;
}
.video-chapter-bar {
    position: absolute;
    inset: auto 0 0 0;
    height: 2px;
    background: linear-gradient(90deg, var(--cherry) 0%, var(--cherry-dauw) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.video-chapter:hover .video-chapter-bar {
    transform: scaleX(1);
}

@media (max-width: 1023px) {
    .video-chapters { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .video-chapters { grid-template-columns: 1fr; }
}

.video-credits {
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid rgba(247, 241, 227, 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.video-credits-line {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(247, 241, 227, 0.45);
}

/* ----- Lightbox ----- */
.video-lightbox {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(8, 18, 13, 0.95);
    backdrop-filter: blur(6px);
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.video-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}
.video-lightbox-inner {
    position: relative;
    width: 100%;
    max-width: 1100px;
    aspect-ratio: 16 / 9;
    background: #000;
    box-shadow: 0 30px 100px -20px rgba(0, 0, 0, 0.8);
    transform: scale(0.94) translateY(10px);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.video-lightbox.is-open .video-lightbox-inner {
    transform: scale(1) translateY(0);
}
.video-lightbox-inner video {
    width: 100%;
    height: 100%;
    display: block;
}
.video-lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    background: rgba(247, 241, 227, 0.08);
    border: 1px solid rgba(247, 241, 227, 0.18);
    color: var(--cream);
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all 0.2s ease;
    z-index: 5;
}
.video-lightbox-close:hover {
    background: var(--cherry);
    border-color: var(--cherry);
}

@media (max-width: 768px) {
    .video-play { width: 70px; height: 70px; }
    .video-play svg { width: 22px; height: 22px; }
    .video-meta { font-size: 9.5px; }
    .video-meta-val { font-size: 14px; }
    .video-meta--tl, .video-meta--bl { left: 16px; }
    .video-meta--tr, .video-meta--br { right: 16px; }
    .video-meta--tl, .video-meta--tr { top: 16px; }
    .video-meta--bl, .video-meta--br { bottom: 16px; }
    .video-lightbox-close { top: 12px; right: 12px; width: 38px; height: 38px; }
}


/* =====================================================================
   PRODUCTEN — tafel met 5 potjes + hover-info
   ===================================================================== */
.prod-section {
    background-color: var(--cream-warm);
    background-image:
        radial-gradient(ellipse at 90% 10%, rgba(122, 18, 38, 0.05) 0%, transparent 50%),
        var(--paper-grain);
}
.prod-hint {
    display: inline-block;
    font-family: 'Caveat', cursive;
    font-size: 19px;
    color: var(--cherry);
    margin-left: 4px;
    transform: rotate(-2deg);
}

/* Decoratieve kersentak in linker bovenhoek (gespiegeld, hangt omlaag) */
.prod-deco-branch {
    position: absolute;
    left: -40px;
    top: -30px;
    width: clamp(180px, 22vw, 360px);
    height: auto;
    z-index: 1;
    pointer-events: none;
    transform: scaleX(-1) rotate(8deg);
    filter: drop-shadow(0 16px 24px rgba(122, 18, 38, 0.18));
    opacity: 0.92;
}
@media (max-width: 1023px) {
    .prod-deco-branch { width: 170px; left: -24px; top: -16px; opacity: 0.55; }
}
@media (max-width: 768px) {
    .prod-deco-branch { display: none; }
}

/* ----- De tafel + producten ----- */
.prod-stage {
    position: relative;
    width: 100%;
    margin: 16px 0 0;
}
.prod-table {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 30px 40px rgba(20, 14, 10, 0.18));
    pointer-events: none;
    user-select: none;
}

/* De rij waarop de producten staan — vlak op het tafelblad */
.prod-row {
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: 40%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    pointer-events: none;
    perspective: 1000px;
}

.prod-item {
    flex: 1;
    position: relative;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    transform-style: preserve-3d;
}

/* ----- Forced perspective / atmosferische diepte ----- */
/* 01 Kersenjam — voorgrond: lager, voorop (lichte scale) */
.prod-item[data-prod="1"] {
    transform: translateY(8px) scale(0.96);
    z-index: 5;
}
/* 02 Kersenwijn — middenplan */
.prod-item[data-prod="2"] {
    z-index: 4;
}
/* 03 Kersensap — verder weg: kleiner, hoger, met atmosfeer-haze */
.prod-item[data-prod="3"] {
    transform: translateY(-22px) scale(0.82);
    z-index: 1;
    filter: brightness(1.08) saturate(0.88) contrast(0.96);
    opacity: 0.94;
}
/* 04 Kersenhoning — iets verder weg: kleiner, lichte haze */
.prod-item[data-prod="4"] {
    transform: translateY(-10px) scale(0.9);
    z-index: 2;
    filter: brightness(1.05) saturate(0.93);
    opacity: 0.97;
}
/* 05 Kersenmuffins — middenplan */
.prod-item[data-prod="5"] {
    z-index: 3;
}

/* Default trigger (jar) */
.prod-trigger {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: clamp(90px, 10vw, 140px);
    height: clamp(112px, 12vw, 165px);
    position: relative;
    transform-origin: bottom center;
    transform-style: preserve-3d;
    display: block;
    will-change: transform;
}

/* Bottle shape — kersen­sap (langer, smaller) */
.prod-item[data-shape="bottle"] .prod-trigger {
    width: clamp(65px, 7.5vw, 105px);
    height: clamp(155px, 17vw, 225px);
}

/* Wine shape — kersen­wijn (langst, smal) */
.prod-item[data-shape="wine"] .prod-trigger {
    width: clamp(75px, 8.5vw, 120px);
    height: clamp(175px, 20vw, 255px);
}

/* Box shape — muffins (vierkant, breder dan pot) */
.prod-item[data-shape="box"] .prod-trigger {
    width: clamp(105px, 12vw, 165px);
    height: clamp(105px, 12vw, 165px);
}
.prod-vis {
    display: block;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 6px 8px rgba(20, 14, 10, 0.3));
    transition: filter 0.4s ease;
}
.prod-vis svg { width: 100%; height: 100%; display: block; }

/* Echte productfoto's — cover + scale + warme filter zodat ze in de palet passen
   (sepia haalt de blauwzweem eruit, saturate boost de kers­tinten) */
.prod-vis--photo {
    filter: drop-shadow(0 8px 12px rgba(20, 14, 10, 0.35));
    overflow: visible;
    position: relative;
}
.prod-vis--photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    mix-blend-mode: multiply;
    display: block;
    transform: scale(var(--photo-zoom, 1.35));
    transform-origin: center bottom;
    /* Sterke warme filter — geen overlay-rectangles meer.
       Sepia + hue-rotate halen de koele studio-tint eruit,
       saturate/contrast geeft pit, drop-shadow rechts mimic light upper-left */
    filter:
        sepia(0.28)
        saturate(1.25)
        brightness(1.05)
        contrast(1.08)
        hue-rotate(-5deg)
        drop-shadow(3px 5px 4px rgba(20, 10, 0, 0.18));
}
.prod-item[data-shape="bottle"] .prod-vis--photo img { --photo-zoom: 1.2; }
.prod-item[data-shape="wine"]   .prod-vis--photo img { --photo-zoom: 1.15; }
.prod-item[data-shape="box"]    .prod-vis--photo img { --photo-zoom: 1.2; }
.prod-item:hover .prod-vis--photo,
.prod-item:focus-within .prod-vis--photo {
    filter: drop-shadow(0 24px 30px rgba(20, 14, 10, 0.5));
}

/* Mobile photo variant */
.prod-mob-vis--photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    display: block;
}

/* Schaduw onder het potje — cast naar rechts (matched met upper-left tafelzon)
   + dense ambient occlusion direct onder de productbasis */
.prod-shadow {
    position: absolute;
    left: 50%;
    bottom: 18%;
    transform: translateX(-50%);
    width: 80%;
    height: 10px;
    background:
        /* Dense AO direct onder product, links */
        radial-gradient(ellipse 38% 100% at 30% 50%, rgba(15, 8, 4, 0.75) 0%, transparent 70%),
        /* Soft cast shadow uitwaaierend naar rechts */
        radial-gradient(ellipse 80% 70% at 65% 55%, rgba(15, 8, 4, 0.35) 0%, transparent 80%);
    filter: blur(3px);
    transition: width 0.4s ease, height 0.4s ease, opacity 0.4s ease, filter 0.4s ease;
    pointer-events: none;
    z-index: 1;
}
/* Bottles/wijn — basis bijna op trigger-bottom (weinig witruimte onderaan in foto) */
.prod-item[data-shape="bottle"] .prod-shadow {
    width: 60%;
    bottom: 6%;
}
.prod-item[data-shape="wine"] .prod-shadow {
    width: 56%;
    bottom: 5%;
}
/* Doos (muffins) — brede basis, dicht bij bottom */
.prod-item[data-shape="box"] .prod-shadow {
    width: 95%;
    bottom: 10%;
}

/* Hover state */
.prod-item:hover .prod-vis,
.prod-item:focus-within .prod-vis {
    filter: drop-shadow(0 28px 32px rgba(20, 14, 10, 0.5));
}
.prod-item:hover .prod-shadow,
.prod-item:focus-within .prod-shadow {
    width: 85%;
    height: 10px;
    opacity: 0.9;
    filter: blur(4px);
}
.prod-item[data-shape="bottle"]:hover .prod-shadow,
.prod-item[data-shape="bottle"]:focus-within .prod-shadow,
.prod-item[data-shape="wine"]:hover .prod-shadow,
.prod-item[data-shape="wine"]:focus-within .prod-shadow {
    width: 68%;
}

/* ----- Info-kaart — positie/opacity wordt door GSAP gestuurd (volgt magnet) ----- */
.prod-card {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 48px);
    width: 240px;
    background: var(--cream);
    border: 1px solid rgba(20, 14, 10, 0.08);
    padding: 16px 18px;
    box-shadow: var(--shadow-card);
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    /* Houd tekst scherp tijdens transforms */
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}
.prod-card::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: var(--cream);
    filter: drop-shadow(0 1px 0 rgba(20, 14, 10, 0.06));
}
.prod-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.prod-card-num {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 12px;
    color: var(--fill, var(--cherry));
    font-weight: 600;
}
.prod-card-tag {
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--cream);
    background: var(--fill, var(--cherry));
    padding: 3px 8px;
}
.prod-card-title {
    font-family: 'Lora', serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--ink);
    margin-bottom: 6px;
}
.prod-card-desc {
    font-size: 13px;
    line-height: 1.55;
    color: var(--ink-soft);
    margin-bottom: 12px;
}
.prod-card-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px dashed rgba(20, 14, 10, 0.12);
}
.prod-card-meta {
    font-family: 'Lora', serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
}
.prod-card-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--fill, var(--cherry));
    transition: gap 0.2s ease;
}
.prod-card-link:hover { gap: 8px; }

/* ----- Mobile fallback grid (alleen op kleinere schermen) ----- */
.prod-grid {
    display: none;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
}
.prod-mob {
    display: flex;
    gap: 16px;
    align-items: center;
    background: var(--paper);
    padding: 16px 18px;
    border: 1px solid rgba(91, 69, 48, 0.1);
    box-shadow: var(--shadow-soft);
}
.prod-mob-vis {
    flex-shrink: 0;
    width: 88px;
    height: 134px;
}
.prod-mob-vis svg { width: 100%; height: 100%; }
.prod-mob-body { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.prod-mob-num {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--ink-soft);
    font-weight: 600;
}
.prod-mob-tag {
    color: var(--fill, var(--cherry));
    font-weight: 700;
}
.prod-mob-title {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.15;
}
.prod-mob-desc {
    font-size: 13px;
    line-height: 1.5;
    color: var(--ink-soft);
}
.prod-mob-meta {
    font-family: 'Lora', serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--fill, var(--cherry));
    margin-top: 4px;
}

.prod-cta {
    margin-top: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* ----- Responsive: tablet en mobile ----- */
@media (max-width: 1023px) {
    .prod-row { left: 12%; right: 12%; bottom: 38%; }
    .prod-trigger { width: clamp(100px, 14vw, 160px); height: clamp(160px, 22vw, 240px); }
    .prod-card { width: 220px; }
}
@media (max-width: 760px) {
    /* Tafel + hover-stage verbergen, mobile grid tonen */
    .prod-stage { display: none; }
    .prod-grid { display: grid; }
    .prod-cta { margin-top: 36px; }
    .prod-hint { display: none; }
}

/* =====================================================================
   VARIËTEITEN — (legacy, niet meer gebruikt op home)
   ===================================================================== */
.var-section {
    background-color: var(--cream-warm);
    background-image:
        radial-gradient(ellipse at 90% 10%, rgba(122, 18, 38, 0.06) 0%, transparent 50%),
        var(--paper-grain);
}

.var-card {
    background: var(--paper);
    padding: 28px 26px 30px;
    border: 1px solid rgba(91, 69, 48, 0.12);
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.var-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card);
}
.var-pic {
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient(135deg, rgba(35, 75, 57, 0.08), rgba(122, 18, 38, 0.06));
    display: grid;
    place-items: center;
    margin-bottom: 6px;
    position: relative;
    overflow: hidden;
}
.var-pic::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(91,69,48,0.06) 1px, transparent 1px);
    background-size: 4px 4px;
    pointer-events: none;
}
.var-pic svg {
    width: 70%;
    height: 70%;
    z-index: 1;
    filter: drop-shadow(0 6px 12px rgba(122, 18, 38, 0.18));
}
.var-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--ink-soft);
}
.var-week { color: var(--cherry); font-weight: 600; }
.var-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--ink-soft);
    opacity: 0.5;
}
.var-name {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--ink);
}
.var-desc {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--ink-soft);
}
.var-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 8px; }
.var-tag {
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    color: var(--cherry-deep);
    background: rgba(212, 133, 145, 0.22);
    padding: 4px 9px;
}

.var-cta {
    margin-top: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}


/* =====================================================================
   SEIZOEN
   ===================================================================== */
.season-section { background: var(--forest); }
.season-bg-grain {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(247, 241, 227, 0.04) 1px, transparent 1px);
    background-size: 5px 5px;
    opacity: 0.5;
    pointer-events: none;
}

.season-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}
@media (max-width: 900px) {
    .season-track { grid-template-columns: 1fr; }
}
.season-step {
    padding: 28px 24px 28px 0;
    border-top: 1px solid rgba(247, 241, 227, 0.12);
    position: relative;
    padding-top: 36px;
}
.season-step + .season-step {
    padding-left: 28px;
}
@media (min-width: 901px) {
    .season-step:not(:last-child) {
        border-right: 1px solid rgba(247, 241, 227, 0.08);
    }
}
.season-step-num {
    font-family: 'Lora', serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: rgba(247, 241, 227, 0.55);
    margin-bottom: 12px;
}
.season-step.is-active .season-step-num { color: var(--cherry-soft); }
.season-step-bar {
    width: 60px;
    height: 4px;
    background: rgba(247, 241, 227, 0.18);
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}
.season-step.is-active .season-step-bar { background: var(--cherry); }
.season-step.is-active .season-step-bar::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--cherry-dauw);
    transform-origin: left;
    animation: season-pulse 2.4s ease-in-out infinite;
}
@keyframes season-pulse {
    0%, 100% { transform: scaleX(0.2); opacity: 0.4; }
    50%      { transform: scaleX(1);   opacity: 0.9; }
}
.season-step-title {
    font-family: 'Lora', serif;
    font-size: 21px;
    font-weight: 600;
    color: var(--cream);
    margin-bottom: 10px;
}
.season-step.is-active .season-step-title { color: var(--cherry-soft); }
.season-step-desc {
    font-size: 14.5px;
    line-height: 1.6;
    color: rgba(247, 241, 227, 0.7);
}


/* =====================================================================
   VISIT
   ===================================================================== */
.visit-section {
    background-color: var(--paper);
    background-image: var(--paper-grain);
}
.visit-card {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    box-shadow: var(--shadow-card);
}
.visit-card-img {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(180deg, rgba(12, 29, 21, 0) 30%, rgba(12, 29, 21, 0.85) 100%),
        url('https://images.unsplash.com/photo-1591025207163-942350e47db2?w=1200&q=85&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    transition: transform 0.7s ease;
}
.visit-card:hover .visit-card-img { transform: scale(1.05); }
.visit-card-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 36px 32px;
    color: var(--cream);
}
.visit-card-eyebrow {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--cherry-soft);
    margin-bottom: 10px;
}
.visit-card-title {
    font-family: 'Lora', serif;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 600;
    line-height: 1.1;
    color: var(--cream);
}
.visit-card-title em {
    font-style: italic;
    color: var(--cherry-soft);
}

.visit-info { max-width: 560px; }
.visit-bullets {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.visit-bullets li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 18px;
    background: var(--cream);
    border-left: 2px solid var(--cherry);
    font-size: 15px;
    line-height: 1.55;
    color: var(--ink-soft);
}
.visit-bullets li strong { color: var(--ink); font-weight: 600; }
.visit-bullet-ico {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    background: var(--cherry);
    color: var(--cream);
    flex-shrink: 0;
}


/* =====================================================================
   REVIEWS
   ===================================================================== */
.reviews-section {
    background-color: var(--cream-warm);
    background-image: var(--paper-grain);
}
.reviews-head {
    margin-bottom: 56px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    gap: 32px;
}
.reviews-score {
    display: flex;
    align-items: center;
    gap: 16px;
}
.reviews-score-num {
    font-family: 'Lora', serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    color: var(--cherry);
    display: flex;
    align-items: center;
    gap: 10px;
}
.reviews-score-star {
    width: 28px;
    height: 28px;
    fill: var(--honey);
}
.reviews-score-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13.5px;
    color: var(--ink-soft);
}

.review {
    background: var(--paper);
    padding: 28px 26px;
    border: 1px solid rgba(91, 69, 48, 0.12);
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease;
}
.review:hover { transform: translateY(-4px); }
.review .stars { display: flex; gap: 2px; }
.review .stars svg { width: 16px; height: 16px; fill: var(--honey); }
.review-text {
    font-family: 'Lora', serif;
    font-size: 15px;
    line-height: 1.6;
    color: var(--ink);
    font-style: italic;
}
.review-foot {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(91, 69, 48, 0.1);
}
.avatar {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--cream);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.avatar.bg-cherry { background: var(--cherry); }
.avatar.bg-forest { background: var(--forest); }
.avatar.bg-bark   { background: var(--bark); }
.review-name {
    font-weight: 600;
    font-size: 14px;
    color: var(--ink);
}
.review-meta {
    font-size: 12px;
    color: var(--ink-soft);
    margin-top: 2px;
}


/* =====================================================================
   LOCATIE
   ===================================================================== */
.loc-section {
    background-color: var(--paper);
    background-image: var(--paper-grain);
}

.loc-map {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(91, 69, 48, 0.12);
}
.loc-map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(0.85) contrast(1.02);
}
.loc-map-open {
    position: absolute;
    bottom: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: var(--cream);
    color: var(--ink);
    font-size: 12.5px;
    font-weight: 600;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(20, 14, 10, 0.06);
    transition: all 0.2s ease;
}
.loc-map-open:hover {
    background: var(--cherry);
    color: var(--cream);
    border-color: var(--cherry);
}

.loc-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.loc-card {
    background: var(--cream);
    padding: 20px 22px;
    border: 1px solid rgba(91, 69, 48, 0.1);
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.loc-k {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--cherry);
    font-weight: 600;
    margin-bottom: 4px;
}
.loc-v {
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.4;
}
.loc-v small {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: var(--ink-soft);
    margin-top: 4px;
}
.loc-phone { color: var(--cherry); }
.loc-phone:hover { color: var(--cherry-deep); }

.loc-hours { display: flex; flex-direction: column; gap: 2px; margin-top: 6px; }
.loc-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: var(--ink-soft);
    padding: 5px 0;
    border-bottom: 1px dashed rgba(91, 69, 48, 0.15);
}
.loc-row span { display: inline-flex; align-items: center; gap: 8px; }
.loc-row.is-today { color: var(--cherry); font-weight: 600; }
.loc-row.is-today small {
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    background: var(--cherry);
    color: var(--cream);
    padding: 2px 6px;
    font-weight: 700;
}

.loc-card--cta {
    background: var(--forest);
    color: var(--cream);
    flex-direction: row;
    align-items: center;
    gap: 16px;
    border-color: var(--forest-deep);
}
.loc-cta-ico {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(212, 133, 145, 0.2);
    color: var(--cherry-soft);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.loc-cta-title {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 500;
}
.loc-cta-desc {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(247, 241, 227, 0.7);
    margin-top: 4px;
}


/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer {
    position: relative;
    color: var(--cream);
}
.footer-deco {
    position: absolute;
    inset: -1px 0 auto 0;
    height: 80px;
    color: var(--cherry);
    pointer-events: none;
    transform: translateY(-99%);
}
.footer-deco svg { width: 100%; height: 100%; display: block; }
.footer-eyebrow {
    display: block;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--cherry-soft);
    margin-bottom: 14px;
    font-weight: 600;
}
.footer-list { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.footer-list a {
    color: rgba(247, 241, 227, 0.75);
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.footer-list a:hover { color: var(--cherry-soft); }
.footer-list a small {
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    background: rgba(212, 133, 145, 0.15);
    color: var(--cherry-soft);
    padding: 2px 6px;
    font-weight: 600;
}
.footer-credit-link {
    color: var(--cherry-soft);
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}
.footer-credit-link:hover {
    color: var(--cream);
    border-bottom-color: currentColor;
}


/* =====================================================================
   TO TOP
   ===================================================================== */
.to-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 80;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    background: var(--cherry);
    color: var(--cream);
    border: 1px solid var(--cherry-deep);
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: all 0.3s ease;
    box-shadow: 0 14px 30px -10px rgba(122, 18, 38, 0.5);
}
.to-top.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.to-top:hover {
    background: var(--cherry-dauw);
    transform: translateY(-4px);
}


/* =====================================================================
   SUBPAGES — gedeelde stijlen voor producten / toerisme / zakelijk / contact
   ===================================================================== */

/* ----- Page Hero ----- */
.page-hero {
    isolation: isolate;
}
.page-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(122, 18, 38, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 75%, rgba(77, 107, 83, 0.22) 0%, transparent 55%),
        linear-gradient(180deg, var(--forest-deep) 0%, var(--forest-dark) 100%);
    z-index: 0;
}
.page-hero-grain {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(247, 241, 227, 0.04) 1px, transparent 1px),
        radial-gradient(rgba(247, 241, 227, 0.025) 1px, transparent 1px);
    background-size: 4px 4px, 7px 7px;
    background-position: 0 0, 2px 2px;
    z-index: 1;
    opacity: 0.5;
    mix-blend-mode: overlay;
    pointer-events: none;
}
.page-hero-deco {
    position: absolute;
    top: 60px;
    right: -40px;
    width: clamp(180px, 22vw, 340px);
    height: auto;
    z-index: 2;
    pointer-events: none;
    transform: rotate(8deg);
    filter: drop-shadow(0 18px 28px rgba(122, 18, 38, 0.35));
    opacity: 0.95;
}
@media (max-width: 768px) {
    .page-hero-deco { width: 130px; top: 90px; right: -20px; opacity: 0.5; }
}

.page-hero-title {
    font-family: 'Lora', serif;
    font-size: clamp(36px, 5.4vw, 64px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: var(--cream);
    margin: 0;
}
.page-hero-title em {
    font-style: italic;
    color: var(--cherry-soft);
}
.page-hero-lede {
    margin-top: 22px;
    max-width: 600px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(247, 241, 227, 0.82);
}

/* ----- Sticky sub-nav voor pagina-secties ----- */
.page-subnav {
    position: sticky;
    /* Op desktop sticky direct onder de nav-header. Het vaandel mag eroverheen
       hangen — z-index 60 (banner) > 30 (subnav) zorgt voor de gewenste
       stempel-look. Mobile zit lager om overlap te vermijden bij smalle viewport. */
    top: 72px;
    z-index: 30;
    background: rgba(15, 31, 23, 0.92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(247, 241, 227, 0.08);
    padding: 14px 0;
}
.page-subnav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid rgba(247, 241, 227, 0.12);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(247, 241, 227, 0.72);
    transition: all 0.2s ease;
}
.page-subnav a:hover {
    color: var(--cream);
    border-color: var(--cherry-soft);
    background: rgba(212, 133, 145, 0.06);
}
.page-subnav .subnav-num {
    font-family: 'Lora', serif;
    font-style: italic;
    color: var(--cherry-soft);
    font-size: 13px;
    letter-spacing: 0.02em;
    text-transform: none;
    font-weight: 500;
}

/* Mobile: horizontaal scrollbare sub-nav i.p.v. wrap */
@media (max-width: 768px) {
    .page-subnav {
        top: 96px;  /* mobile vaandel is kleiner: bottom ≈ 91 → top 96 schoon */
        padding: 10px 0;
    }
    .page-subnav > div {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        padding-left: 16px;
        padding-right: 16px;
    }
    .page-subnav > div::-webkit-scrollbar { display: none; }
    .page-subnav a {
        flex-shrink: 0;
        padding: 6px 10px;
        font-size: 10.5px;
        gap: 6px;
    }
    .page-subnav .subnav-num { font-size: 11.5px; }
}

/* ----- Producten grid op deze pagina ----- */
.page-prod-section {
    background-color: var(--paper);
    background-image: var(--paper-grain);
}
.page-prod-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media (max-width: 1023px) {
    .page-prod-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .page-prod-grid { grid-template-columns: 1fr; }
}
.page-prod-card {
    background: var(--cream);
    border: 1px solid rgba(91, 69, 48, 0.12);
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}
.page-prod-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}
.page-prod-card-vis {
    aspect-ratio: 4 / 3;
    background: var(--cream-warm);
    display: grid;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(91, 69, 48, 0.1);
    position: relative;
}
.page-prod-card-vis img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: sepia(0.18) saturate(1.15) contrast(1.04);
}
.page-prod-card-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--cherry);
    opacity: 0.65;
}
.page-prod-card-placeholder span {
    font-family: 'Inter', sans-serif;
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 600;
}
.page-prod-card-body {
    padding: 18px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.page-prod-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}
.page-prod-card-num {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 12px;
    color: var(--cherry);
    font-weight: 600;
}
.page-prod-card-tag {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--cherry-deep);
    background: rgba(212, 133, 145, 0.25);
    padding: 3px 8px;
}
.page-prod-card-title {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--ink);
}
.page-prod-card-desc {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--ink-soft);
    flex: 1;
}
.page-prod-card-foot {
    padding-top: 10px;
    margin-top: 6px;
    border-top: 1px dashed rgba(91, 69, 48, 0.18);
}
.page-prod-card-meta {
    font-family: 'Lora', serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
}
.page-prod-note {
    margin-top: 48px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

/* ----- Kersensoorten — track met genummerde items ----- */
.page-var-section {
    background-color: var(--cream-warm);
    background-image: var(--paper-grain);
}
.page-var-track {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1px;
    background: rgba(91, 69, 48, 0.15);
    border: 1px solid rgba(91, 69, 48, 0.15);
}
.page-var-item {
    background: var(--paper);
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    transition: background 0.25s ease;
}
.page-var-item:hover { background: var(--cream); }
.page-var-num {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 14px;
    color: var(--cherry);
    font-weight: 600;
    min-width: 24px;
}
.page-var-name {
    font-family: 'Lora', serif;
    font-size: 19px;
    font-weight: 600;
    color: var(--ink);
    flex: 1;
}
.page-var-season {
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
    padding: 3px 8px;
    background: var(--cream-warm);
    color: var(--ink-soft);
    white-space: nowrap;
}
.page-var-item[data-season="vroeg"] .page-var-season         { background: #f4d8a8; color: #6b4a1f; }
.page-var-item[data-season="begin"] .page-var-season         { background: #e8b88b; color: #5b3a14; }
.page-var-item[data-season="midden"] .page-var-season        { background: #d49060; color: #3a1f0a; }
.page-var-item[data-season="laat-midden"] .page-var-season   { background: #c46a4a; color: #faf6ec; }
.page-var-item[data-season="laat"] .page-var-season          { background: var(--cherry); color: var(--cream); }

.page-var-legend {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    justify-content: center;
}
.page-var-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink-soft);
}
.page-var-legend-item .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.dot--vroeg       { background: #f4d8a8; }
.dot--begin       { background: #e8b88b; }
.dot--midden      { background: #d49060; }
.dot--laat-midden { background: #c46a4a; }
.dot--laat        { background: var(--cherry); }

/* ----- Ander fruit ----- */
.page-fruit-section {
    background-color: var(--paper);
    background-image: var(--paper-grain);
}
.page-fruit-list {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-family: 'Lora', serif;
    font-size: 18px;
    color: var(--ink);
}
.page-fruit-list li {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(91, 69, 48, 0.18);
}
.page-fruit-list .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cherry);
    flex-shrink: 0;
    transform: translateY(-2px);
}
.page-fruit-list small {
    margin-left: auto;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--ink-soft);
}

.page-fruit-vis {
    position: relative;
    aspect-ratio: 5 / 4;
    max-width: 560px;
    margin-left: auto;
}
.page-fruit-img {
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(135deg, rgba(35, 75, 57, 0.2) 0%, rgba(122, 18, 38, 0.18) 100%),
        url('https://images.unsplash.com/photo-1591025207163-942350e47db2?w=1200&q=85&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow-card);
}
.page-fruit-stamp {
    position: absolute;
    bottom: -16px;
    right: -16px;
    background: var(--cherry);
    color: var(--cream);
    padding: 16px 20px;
    box-shadow: var(--shadow-card);
    transform: rotate(3deg);
    border: 1px solid var(--cherry-deep);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-fruit-stamp > span:first-child {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}
.page-fruit-stamp-sub {
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-top: 4px;
    color: rgba(247, 241, 227, 0.85);
}

/* ----- Toerisme: bezienswaardigheden grid ----- */
.page-attr-section {
    background-color: var(--paper);
    background-image: var(--paper-grain);
}
.page-attr-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 1023px) {
    .page-attr-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .page-attr-grid { grid-template-columns: 1fr; }
}
.page-attr-card {
    background: var(--cream);
    border: 1px solid rgba(91, 69, 48, 0.12);
    padding: 24px 26px 28px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.page-attr-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}
.page-attr-card::before {
    content: '';
    position: absolute;
    left: 0; top: 24px;
    width: 3px;
    height: 32px;
    background: var(--cherry);
}
.page-attr-num {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 13px;
    color: var(--cherry);
    font-weight: 600;
    margin-left: 12px;
    display: block;
    margin-bottom: 6px;
}
.page-attr-title {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--ink);
    margin-left: 12px;
    margin-bottom: 8px;
}
.page-attr-desc {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--ink-soft);
    margin-left: 12px;
}

/* ----- Toerisme: evenementen grid ----- */
.page-event-section {
    background-color: var(--cream-warm);
    background-image: var(--paper-grain);
}
.page-event-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media (max-width: 1023px) {
    .page-event-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .page-event-grid { grid-template-columns: 1fr; }
}
.page-event-card {
    background: var(--paper);
    border: 1px solid rgba(91, 69, 48, 0.12);
    padding: 22px 24px 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 3px solid var(--cherry);
}
.page-event-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}
.page-event-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-event-num {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 13px;
    color: var(--cherry);
    font-weight: 600;
}
.page-event-when {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--cream);
    background: var(--cherry);
    padding: 4px 10px;
}
.page-event-title {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--ink);
}
.page-event-desc {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--ink-soft);
}
.page-event-link {
    margin-top: auto;
    padding-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--cherry);
    text-decoration: none;
    align-self: flex-start;
    transition: gap 0.25s ease, color 0.25s ease;
    cursor: pointer;
}
.page-event-link:hover {
    color: var(--cherry-deep);
    gap: 10px;
}
.page-event-link svg {
    transition: transform 0.25s ease;
}
.page-event-link:hover svg {
    transform: translate(2px, -2px);
}

/* ----- Toerisme: handige links grid ----- */
.page-link-section {
    background-color: var(--paper);
    background-image: var(--paper-grain);
}
.page-link-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media (max-width: 640px) {
    .page-link-grid { grid-template-columns: 1fr; }
}
.page-link-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: var(--cream);
    border: 1px solid rgba(91, 69, 48, 0.12);
    padding: 18px 22px;
    color: var(--ink);
    text-decoration: none;
    transition: all 0.25s ease;
}
.page-link-card:hover {
    background: var(--cherry);
    color: var(--cream);
    border-color: var(--cherry-deep);
    transform: translateX(4px);
}
.page-link-body { flex: 1; }
.page-link-title {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 600;
    color: inherit;
    margin-bottom: 2px;
}
.page-link-desc {
    font-size: 12.5px;
    color: var(--ink-soft);
    line-height: 1.5;
}
.page-link-card:hover .page-link-desc { color: rgba(247, 241, 227, 0.85); }
.page-link-arrow {
    color: var(--cherry);
    transition: transform 0.25s ease;
    flex-shrink: 0;
}
.page-link-card:hover .page-link-arrow {
    color: var(--cream);
    transform: rotate(12deg) translate(2px, -2px);
}

/* ----- Samenwerkingen (producten pagina) ----- */
.page-partner-section {
    background-color: var(--paper);
    background-image: var(--paper-grain);
}
.page-partner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
@media (max-width: 760px) {
    .page-partner-grid { grid-template-columns: 1fr; }
}
.page-partner-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    background: var(--cream);
    border: 1px solid rgba(91, 69, 48, 0.12);
    padding: 28px 30px;
    color: var(--ink);
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-soft);
}
.page-partner-card:hover {
    border-color: var(--cherry);
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}
.page-partner-tag {
    display: inline-block;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 600;
    color: var(--cherry);
    margin-bottom: 10px;
}
.page-partner-title {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.15;
    margin-bottom: 10px;
}
.page-partner-desc {
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 1.55;
}
.page-partner-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--cherry);
    padding-top: 14px;
    border-top: 1px solid rgba(91, 69, 48, 0.12);
    transition: gap 0.2s ease;
}
.page-partner-card:hover .page-partner-cta { gap: 12px; }

/* ----- Toerisme: fietsroutes (donker groen) ----- */
.page-route-section { background-color: var(--forest); }
.page-route-grain {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(247, 241, 227, 0.04) 1px, transparent 1px);
    background-size: 5px 5px;
    opacity: 0.5;
    pointer-events: none;
}
.page-route-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
@media (max-width: 760px) {
    .page-route-grid { grid-template-columns: 1fr; }
}
.page-route-card {
    background: rgba(247, 241, 227, 0.06);
    border: 1px solid rgba(247, 241, 227, 0.12);
    padding: 28px 30px 30px;
    transition: all 0.3s ease;
    color: var(--cream);
}
.page-route-card:hover {
    background: rgba(247, 241, 227, 0.1);
    border-color: rgba(212, 133, 145, 0.3);
    transform: translateY(-4px);
}
.page-route-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: var(--cherry-soft);
    margin-bottom: 14px;
}
.page-route-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.page-route-num {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 13px;
    color: var(--cherry-soft);
    font-weight: 600;
}
.page-route-meta {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(247, 241, 227, 0.55);
    font-weight: 600;
}
.page-route-title {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--cream);
    margin-bottom: 8px;
}
.page-route-desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(247, 241, 227, 0.7);
    margin-bottom: 16px;
}
.page-route-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--cherry-soft);
    border-bottom: 1px solid currentColor;
    padding-bottom: 3px;
    transition: gap 0.2s ease;
}
.page-route-link:hover { gap: 12px; }

.page-route-tip {
    margin-top: 48px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

/* ----- Zakelijk: facts (grote cijfers) ----- */
.zak-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(91, 69, 48, 0.15);
    border: 1px solid rgba(91, 69, 48, 0.15);
}
@media (max-width: 900px) {
    .zak-facts { grid-template-columns: repeat(2, 1fr); }
}
.zak-fact {
    background: var(--cream);
    padding: 28px 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    transition: background 0.25s ease;
}
.zak-fact:hover { background: var(--cream-warm); }
.zak-fact::before {
    content: '';
    position: absolute;
    left: 0; top: 28px;
    width: 4px;
    height: 36px;
    background: var(--cherry);
}
.zak-fact-num {
    font-family: 'Lora', serif;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 600;
    line-height: 1;
    color: var(--ink);
    padding-left: 14px;
}
.zak-fact-unit {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    color: var(--cherry);
    margin-top: 2px;
    padding-left: 14px;
}
.zak-fact-label {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 600;
    color: var(--ink-soft);
    margin-top: 8px;
    padding-left: 14px;
}

.zak-note {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.zak-note-text {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.55;
    color: var(--ink);
}

/* ----- Zakelijk: stappen (proces) ----- */
.zak-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.zak-step {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(91, 69, 48, 0.18);
    position: relative;
}
.zak-step:last-child { border-bottom: 0; }
.zak-step-line {
    position: absolute;
    left: 44px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, rgba(122, 18, 38, 0.3) 20%, rgba(122, 18, 38, 0.3) 80%, transparent 100%);
}
.zak-step:first-child .zak-step-line { top: 50%; }
.zak-step:last-child .zak-step-line  { bottom: 50%; }
.zak-step-marker {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--cream);
    border: 2px solid var(--cherry);
    display: grid;
    place-items: center;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    color: var(--cherry);
    margin: 0 14px;
    box-shadow: 0 0 0 6px var(--cream-warm);
    z-index: 1;
}
.zak-step-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 6px;
}
.zak-step-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 14px;
}
.zak-step-title {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.2;
}
.zak-step-when {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--cream);
    background: var(--cherry);
    padding: 3px 9px;
}
.zak-step-desc {
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--ink-soft);
    max-width: 640px;
}
@media (max-width: 640px) {
    .zak-step { grid-template-columns: 60px 1fr; gap: 16px; }
    .zak-step-marker { width: 44px; height: 44px; font-size: 14px; margin: 0 8px; box-shadow: 0 0 0 4px var(--cream-warm); }
    .zak-step-line { left: 30px; }
    .zak-step-title { font-size: 20px; }
}

/* ----- Zakelijk: direct contact cards (donker groen) ----- */
.zak-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media (max-width: 1024px) {
    .zak-contact-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .zak-contact-grid { grid-template-columns: 1fr; }
}
.zak-contact-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: rgba(247, 241, 227, 0.07);
    border: 1px solid rgba(247, 241, 227, 0.12);
    padding: 32px 34px 30px;
    color: var(--cream);
    transition: all 0.3s ease;
    text-decoration: none;
}
.zak-contact-card:hover {
    background: rgba(247, 241, 227, 0.12);
    border-color: var(--cherry-soft);
    transform: translateY(-4px);
}
.zak-contact-eye {
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 600;
    color: var(--cherry-soft);
}
.zak-contact-name {
    font-family: 'Lora', serif;
    font-size: 28px;
    font-weight: 600;
    color: var(--cream);
    line-height: 1.1;
}
.zak-contact-phone {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Lora', serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--cherry-soft);
    margin-top: 6px;
}
.zak-contact-line {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--cherry-soft);
    margin-top: 6px;
    text-decoration: none;
    transition: color 0.2s ease;
    width: fit-content;
}
.zak-contact-line:hover { color: var(--cream); }
.zak-contact-line--mail {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgba(247, 241, 227, 0.85);
}
.zak-contact-line--mail:hover { color: var(--cherry-soft); }
.zak-contact-cta {
    margin-top: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(247, 241, 227, 0.12);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(247, 241, 227, 0.7);
    transition: gap 0.2s ease;
}
.zak-contact-card:hover .zak-contact-cta {
    color: var(--cream);
    gap: 12px;
}

.zak-or {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    color: rgba(247, 241, 227, 0.7);
}
.zak-or-text {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 16px;
}
.zak-or-sep {
    color: var(--cherry-soft);
    opacity: 0.5;
}
.zak-mail {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--cherry-soft);
    font-weight: 600;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
    transition: gap 0.2s ease;
}
.zak-mail:hover { gap: 10px; color: var(--cream); }

/* ----- Contact: gegevens cards (4-grid) ----- */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
@media (max-width: 1023px) {
    .contact-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .contact-grid { grid-template-columns: 1fr; }
}
.contact-card {
    background: var(--cream);
    border: 1px solid rgba(91, 69, 48, 0.12);
    padding: 24px 22px 26px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}
.contact-card-ico {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background: var(--cherry);
    color: var(--cream);
    margin-bottom: 4px;
}
.contact-card-eye {
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 600;
    color: var(--cherry);
}
.contact-card-title {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--ink);
}
.contact-card-text {
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--ink-soft);
}
.contact-card-text a {
    color: var(--ink);
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}
.contact-card-text a:hover {
    color: var(--cherry);
    border-color: currentColor;
}
.contact-card-text strong { color: var(--ink); font-weight: 600; }
.contact-card-text small {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--ink-soft);
}
.contact-card-sub {
    margin-top: auto;
    padding-top: 12px;
    font-size: 12px;
    color: var(--ink-soft);
    line-height: 1.5;
    font-style: italic;
    font-family: 'Lora', serif;
}
.contact-card-link {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--cherry);
    transition: gap 0.2s ease;
}
.contact-card-link:hover { gap: 10px; }
.contact-card--cherry {
    background: var(--cherry);
    color: var(--cream);
    border-color: var(--cherry-deep);
}
.contact-card--cherry .contact-card-ico {
    background: rgba(247, 241, 227, 0.18);
    color: var(--cream);
}
.contact-card--cherry .contact-card-eye { color: var(--cherry-soft); }
.contact-card--cherry .contact-card-title { color: var(--cream); }
.contact-card--cherry .contact-card-text { color: rgba(247, 241, 227, 0.88); }
.contact-card--cherry .contact-card-text strong { color: var(--cream); }
.contact-card--cherry .contact-card-text small { color: rgba(247, 241, 227, 0.65); }

/* ----- Contact: formulier ----- */
.contact-form {
    background: var(--paper);
    border: 1px solid rgba(91, 69, 48, 0.12);
    padding: 36px 38px 40px;
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 640px) {
    .contact-form { padding: 24px 22px 28px; }
}
.contact-form-row {
    display: grid;
    gap: 18px;
}
.contact-form-row--2 {
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 640px) {
    .contact-form-row--2 { grid-template-columns: 1fr; }
}
.contact-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.contact-field-label {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--cherry);
}
.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    background: var(--cream);
    border: 1px solid rgba(91, 69, 48, 0.18);
    padding: 12px 14px;
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    color: var(--ink);
    transition: border-color 0.2s ease, background 0.2s ease;
    border-radius: 0;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    outline: none;
    border-color: var(--cherry);
    background: var(--paper);
    box-shadow: 0 0 0 3px rgba(212, 133, 145, 0.2);
}
.contact-field textarea { resize: vertical; min-height: 120px; }
.contact-form-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
}
.contact-form-note {
    font-size: 11.5px;
    color: var(--ink-soft);
    line-height: 1.5;
    max-width: 320px;
}

/* Success state */
.contact-success {
    background: var(--cream);
    border: 1px solid rgba(91, 69, 48, 0.12);
    border-left: 4px solid #6dc77b;
    padding: 48px 40px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.contact-success svg { color: #6dc77b; }
.contact-success h3 {
    font-family: 'Lora', serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--ink);
}
.contact-success p {
    font-size: 15px;
    color: var(--ink-soft);
    max-width: 460px;
    line-height: 1.6;
}

/* ----- Contact: kaart ----- */
.contact-map-wrap {
    position: relative;
    aspect-ratio: 21 / 9;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(91, 69, 48, 0.12);
}
@media (max-width: 760px) {
    .contact-map-wrap { aspect-ratio: 4 / 5; }
}
.contact-map {
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(0.85) contrast(1.02);
}
.contact-map-open {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: var(--cream);
    color: var(--ink);
    font-size: 12.5px;
    font-weight: 600;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(20, 14, 10, 0.06);
    transition: all 0.2s ease;
}
.contact-map-open:hover {
    background: var(--cherry);
    color: var(--cream);
    border-color: var(--cherry);
}

/* =====================================================================
   COMING SOON pagina
   ===================================================================== */
.cs-section {
    min-height: 80vh;
}
.cs-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 40%, rgba(122, 18, 38, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 75% 75%, rgba(77, 107, 83, 0.22) 0%, transparent 55%),
        linear-gradient(180deg, var(--forest-deep) 0%, var(--forest-dark) 100%);
    z-index: 0;
}
.cs-grain {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(247, 241, 227, 0.04) 1px, transparent 1px);
    background-size: 5px 5px;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}
.cs-deco {
    position: absolute;
    top: 60px;
    right: -20px;
    width: 280px;
    max-width: 30vw;
    z-index: 2;
    opacity: 0.75;
    filter: drop-shadow(0 20px 30px rgba(122, 18, 38, 0.25));
    animation: float-slow 9s ease-in-out infinite;
}

.cs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--cherry-soft);
    padding: 8px 14px;
    border: 1px solid rgba(212, 133, 145, 0.35);
    background: rgba(122, 18, 38, 0.12);
    margin-bottom: 28px;
}
.cs-title {
    font-size: clamp(32px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.018em;
    color: var(--cream);
}
.cs-title em {
    font-style: italic;
    color: var(--cherry-soft);
}
.cs-lede {
    max-width: 580px;
    margin: 26px auto 0;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(247, 241, 227, 0.78);
}
.cs-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 32px auto 0;
    padding: 8px 16px;
    background: rgba(247, 241, 227, 0.08);
    border: 1px solid rgba(247, 241, 227, 0.15);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(247, 241, 227, 0.75);
}
.cs-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cherry-dauw);
    box-shadow: 0 0 0 4px rgba(146, 24, 47, 0.25);
    animation: pulse-cherry 2s ease-in-out infinite;
}
@keyframes pulse-cherry {
    0%, 100% { box-shadow: 0 0 0 4px rgba(146, 24, 47, 0.2); }
    50%      { box-shadow: 0 0 0 8px rgba(146, 24, 47, 0.05); }
}
.cs-cta {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.cs-teaser-section { background-color: var(--cream); background-image: var(--paper-grain); }
.cs-teaser {
    background: var(--paper);
    padding: 32px 28px;
    border: 1px solid rgba(91, 69, 48, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.cs-teaser:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}
.cs-teaser-ico {
    width: 48px;
    height: 48px;
    background: var(--cherry);
    color: var(--cream);
    display: grid;
    place-items: center;
    margin-bottom: 6px;
}
.cs-teaser-title {
    font-family: 'Lora', serif;
    font-size: 19px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.2;
}
.cs-teaser-desc {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--ink-soft);
}


/* =====================================================================
   REVEAL ANIMATION
   ===================================================================== */
[data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    [data-reveal] { opacity: 1; transform: none; }
}


/* =====================================================================
   RESPONSIVE — tablet (≤1023px) en mobile (≤768px)
   ===================================================================== */

/* Tablet (≤1023px) */
@media (max-width: 1023px) {
    /* Hero: van grid naar gestapeld */
    .hero { min-height: auto; }

    .hero-eyebrow-row { font-size: 9.5px; }
    .hero-status { margin-top: 12px; }

    /* Polaroid composition kleiner + minder uitstekend op tablet */
    .hero-polaroid--back {
        transform: rotate(7deg) translate(40px, 18px) scale(0.92);
    }
    .hero-photos.is-swapped .hero-polaroid--front {
        transform: rotate(7deg) translate(40px, 18px) scale(0.92);
    }

    /* Hint kleiner op tablet */
    .hero-photo-hint { right: -50px; top: -50px; }
    .hero-photo-hint-text { font-size: 22px; }

    /* Over: minder padding aan de zijkanten op overlap-elementen */
    .over-eco { width: 130px; height: 130px; bottom: -18px; right: -10px; }
    .over-eco-num { font-size: 26px; }

    .video-meta--tl, .video-meta--bl { left: 20px; }
    .video-meta--tr, .video-meta--br { right: 20px; }
}

/* Mobile (≤768px) */
@media (max-width: 768px) {

    /* ===== HERO ===== */
    .hero .hero-eyebrow-row { display: none; }

    /* Page-hero (interior pages): eyebrow netjes gestapeld op mobile.
       Voorkomt dat "№ 02" mid-token breekt en geeft de labels ruimte. */
    .page-hero .hero-eyebrow-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 18px;
    }
    .page-hero .hero-eyebrow-num { white-space: nowrap; font-size: 13px; }
    .page-hero .hero-eyebrow-line { width: 40px; }
    .page-hero .hero-eyebrow-label { white-space: normal; line-height: 1.5; }
    .hero-photos { max-width: 260px; }
    .hero-polaroid { padding: 10px 10px 14px; }
    .hero-polaroid--front {
        transform: rotate(-3deg) translateX(-12px);
    }
    .hero-polaroid--back {
        transform: rotate(7deg) translate(28px, 14px) scale(0.92);
    }
    .hero-photos.is-swapped .hero-polaroid--front {
        transform: rotate(7deg) translate(28px, 14px) scale(0.92);
    }
    .hero-photos.is-swapped .hero-polaroid--back {
        transform: rotate(-3deg) translateX(-12px) translateY(0) scale(1);
    }

    .hero-photo-sticker { padding: 7px 11px; min-width: 92px; top: -10px; right: -10px; }
    .hero-sticker-script { font-size: 18px; }
    .hero-sticker-eyebrow { font-size: 8.5px; }

    .hero-polaroid-cap .font-script { font-size: 17px; }

    /* Wax-seal kleiner */
    .hero-photo-seal { width: 64px; height: 64px; left: -16px; top: 28%; }

    /* Hint herpositioneren — boven, geen overlap */
    .hero-photo-hint {
        top: -56px;
        right: 0;
        left: auto;
        transform: rotate(-3deg);
    }
    .hero-photo-hint-text { font-size: 18px; }
    .hero-photo-hint-arrow { width: 50px; height: 44px; }

    .hero-stats { gap: 16px 24px; padding-top: 22px; }
    .hero-stat-v { font-size: 20px; }

    /* ===== OVER ===== */
    .over-section { padding-top: 80px; padding-bottom: 80px; }
    .over-photo-cap { padding: 5px 11px; }
    .over-photo-cap .font-script { font-size: 17px; }
    .over-stamp { top: -18px; left: 8px; padding: 8px 10px; font-size: 9px; }
    .over-stamp-place { font-size: 8.5px; }

    /* Sun-badge */
    .over-eco { width: 150px; height: 150px; bottom: -20px; right: -16px; }
    .over-eco-core { inset: 16px; }
    .over-eco-num { font-size: 30px; }
    .over-eco-label { font-size: 9.5px; letter-spacing: 0.16em; }
    .over-eco-sub { font-size: 8px; }

    .over-stats { margin-top: 44px; gap: 26px 16px; }
    .over-stat { padding-left: 14px; }
    .over-stat::before { width: 3px; height: 22px; top: 4px; }
    .over-stat-label { font-size: 10.5px; letter-spacing: 0.14em; }

    /* ===== VIDEO ===== */
    .video-section { padding-top: 60px; padding-bottom: 60px; }
    .video-head { margin-bottom: 36px; }
    .video-play { width: 64px; height: 64px; }
    .video-play svg { width: 20px; height: 20px; }
    .video-credits { margin-top: 24px; }

    /* Hoek-metadata op video poster: alleen TL + play behouden, hide BR + TR detail */
    .video-meta--tl, .video-meta--bl { left: 12px; }
    .video-meta--tr, .video-meta--br { right: 12px; }
    .video-meta--tr, .video-meta--bl { display: none; }
    .video-meta-eyebrow { font-size: 9px; }
    .video-meta-sub { display: none; }

    /* ===== VARIETEITEN ===== */
    .var-section { padding-top: 70px; padding-bottom: 70px; }
    .var-cta { margin-top: 40px; }

    /* ===== SEIZOEN ===== */
    .season-section { padding-top: 70px; padding-bottom: 70px; }
    .season-step { padding: 22px 18px 22px 0; }

    /* ===== VISIT ===== */
    .visit-section { padding-top: 70px; padding-bottom: 70px; }
    .visit-card-overlay { padding: 24px 22px; }
    .visit-bullets li { padding: 14px 16px; font-size: 14px; }

    /* ===== REVIEWS ===== */
    .reviews-section { padding-top: 70px; padding-bottom: 70px; }
    .reviews-head { align-items: flex-start; margin-bottom: 36px; }
    .reviews-score-num { font-size: 36px; }
    .reviews-score-star { width: 22px; height: 22px; }
    .review { padding: 22px 20px; }

    /* ===== LOCATIE ===== */
    .loc-section { padding-top: 70px; padding-bottom: 70px; }
    .loc-card { padding: 16px 18px; }
    .loc-card--cta { flex-direction: column; align-items: flex-start; }
    .loc-map-open { padding: 8px 12px; font-size: 11.5px; }

    /* ===== FOOTER ===== */
    .site-footer { padding-top: 0; }
    .footer-deco { height: 50px; }

    /* ===== COMING SOON ===== */
    .cs-section { padding-top: 130px; padding-bottom: 70px; }
    .cs-deco { width: 200px; top: 80px; right: -30px; }
    .cs-teaser-section { padding-top: 60px; padding-bottom: 60px; }
    .cs-teaser { padding: 22px 20px; }
}

/* Extra small (≤420px) — alleen het absoluut nodige */
@media (max-width: 420px) {
    .hero-photos { max-width: 240px; }
    .hero-photo-hint { display: none; }
    .hero-photo-seal { width: 54px; height: 54px; }
    .hero-stats { gap: 12px 18px; }
    .hero-stat-v { font-size: 18px; }
    .over-eco { width: 130px; height: 130px; bottom: -12px; right: -8px; }
    .over-stats { grid-template-columns: 1fr 1fr; }
}


/* =====================================================================
   404 — Pagina niet gevonden
   ===================================================================== */
.error-hero {
    min-height: calc(100svh - 72px);
    display: grid;
    place-items: center;
}
.error-hero-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.error-hero-eyebrow {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--cherry-soft);
    margin-bottom: 28px;
    padding: 6px 16px;
    border: 1px solid rgba(212, 133, 145, 0.32);
    border-radius: 999px;
    background: rgba(122, 18, 38, 0.08);
}

/* Het grote "4 [kers] 4" cijferblok */
.error-num {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(4px, 1.2vw, 14px);
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 600;
    line-height: 0.9;
    color: var(--cream);
    margin-bottom: 26px;
    filter: drop-shadow(0 22px 30px rgba(122, 18, 38, 0.35));
}
.error-num-digit {
    font-size: clamp(110px, 22vw, 240px);
    letter-spacing: -0.04em;
}
.error-num-cherry {
    display: inline-flex;
    width: clamp(96px, 19vw, 210px);
    height: clamp(96px, 19vw, 210px);
    align-items: center;
    justify-content: center;
    transform: translateY(6%);
    animation: error-cherry-bob 4.5s ease-in-out infinite;
}
.error-num-cherry svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}
@keyframes error-cherry-bob {
    0%, 100% { transform: translateY(6%) rotate(-3deg); }
    50%      { transform: translateY(2%) rotate(3deg); }
}
@media (prefers-reduced-motion: reduce) {
    .error-num-cherry { animation: none; }
}

.error-title {
    font-family: 'Lora', serif;
    font-size: clamp(34px, 5.2vw, 60px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: var(--cream);
    margin: 0 0 20px;
}
.error-title em {
    font-style: italic;
    color: var(--cherry-soft);
}
.error-lede {
    max-width: 560px;
    margin: 0 auto;
    font-size: clamp(15px, 1.6vw, 17px);
    line-height: 1.7;
    color: rgba(247, 241, 227, 0.78);
}
.error-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 36px;
}
.error-quicklinks {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 22px;
    font-size: 13.5px;
    color: rgba(247, 241, 227, 0.6);
}
.error-quicklinks-label {
    font-family: 'Caveat', cursive;
    font-size: 20px;
    color: var(--cherry-soft);
    margin-right: 2px;
}
.error-quicklinks a {
    color: var(--cream);
    border-bottom: 1px solid rgba(247, 241, 227, 0.25);
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.error-quicklinks a:hover {
    border-color: var(--cherry-soft);
    color: var(--cherry-soft);
}

/* Tablet */
@media (max-width: 1023px) {
    .error-hero-content { padding: 0 4px; }
}

/* Mobile */
@media (max-width: 767px) {
    .error-hero {
        min-height: calc(100svh - 72px);
        padding: 0 0 40px;
    }
    .error-num { gap: 2px; margin-bottom: 22px; }
    .error-num-digit { font-size: 92px; }
    .error-num-cherry { width: 84px; height: 84px; }
    .error-title { font-size: 32px; margin-bottom: 16px; }
    .error-lede { font-size: 15px; line-height: 1.65; }
    .error-cta {
        flex-direction: column;
        align-items: stretch;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .error-cta .btn-primary,
    .error-cta .btn-ghost { justify-content: center; }
    .error-quicklinks { gap: 10px 18px; font-size: 13px; }
    .error-quicklinks-label { font-size: 18px; flex-basis: 100%; }
}


/* =====================================================================
   SITEMAP — visuele plattegrond
   ===================================================================== */
.page-sitemap-section {
    background-color: var(--paper);
    background-image: var(--paper-grain);
}

.sitemap-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
@media (min-width: 720px) {
    .sitemap-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (min-width: 1100px) {
    .sitemap-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
}

.sitemap-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: var(--cream);
    border: 1px solid rgba(91, 69, 48, 0.12);
    padding: 26px 28px 24px;
    color: var(--ink);
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: var(--shadow-soft);
}
.sitemap-card:hover {
    border-color: var(--cherry);
    transform: translateY(-3px);
    box-shadow: var(--shadow-card);
}

.sitemap-card-head {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(91, 69, 48, 0.10);
}
.sitemap-card-num {
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 600;
    font-size: 28px;
    color: var(--cherry);
    line-height: 1;
    letter-spacing: -0.01em;
    flex-shrink: 0;
}
.sitemap-card-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-soft);
    line-height: 1.45;
}

.sitemap-card-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Lora', serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.1;
    letter-spacing: -0.01em;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}
.sitemap-card-title svg {
    color: var(--cherry-soft);
    transition: color 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}
.sitemap-card-title:hover {
    color: var(--cherry);
    gap: 12px;
}
.sitemap-card-title:hover svg {
    color: var(--cherry);
    transform: translate(2px, -2px);
}

.sitemap-card-desc {
    font-size: 14px;
    line-height: 1.6;
    color: var(--ink-soft);
}

.sitemap-card-list {
    list-style: none;
    padding: 0;
    margin: 4px 0 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-top: 1px solid rgba(91, 69, 48, 0.10);
    padding-top: 14px;
}
.sitemap-card-list a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 13.5px;
    color: var(--ink);
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}
.sitemap-card-list a:hover {
    color: var(--cherry);
    gap: 14px;
}
.sitemap-card-list-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cherry-soft);
    flex-shrink: 0;
    transition: background 0.2s ease, transform 0.2s ease;
}
.sitemap-card-list a:hover .sitemap-card-list-dot {
    background: var(--cherry);
    transform: scale(1.4);
}


/* ----- Voor zoekmachines & AI ----- */
.page-sitemap-tech {
    background-color: var(--cream-warm);
    background-image: var(--paper-grain);
}
.sitemap-tech-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
@media (min-width: 720px) {
    .sitemap-tech-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
}

.sitemap-tech-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: var(--paper);
    border: 1px solid rgba(91, 69, 48, 0.12);
    padding: 22px 24px 20px;
    color: var(--ink);
    text-decoration: none;
    transition: all 0.25s ease;
}
.sitemap-tech-card:hover {
    border-color: var(--cherry);
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
}
.sitemap-tech-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--cherry);
}
.sitemap-tech-card-name {
    font-family: 'Lora', serif;
    font-size: 19px;
    font-weight: 600;
    color: var(--ink);
    letter-spacing: -0.005em;
}
.sitemap-tech-card-desc {
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--ink-soft);
    flex: 1;
}
.sitemap-tech-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--cherry);
    padding-top: 10px;
    border-top: 1px solid rgba(91, 69, 48, 0.10);
    transition: gap 0.2s ease;
}
.sitemap-tech-card:hover .sitemap-tech-card-cta { gap: 10px; }


/* ----- Mobile fine-tuning ----- */
@media (max-width: 767px) {
    .sitemap-card { padding: 22px 22px 20px; gap: 12px; }
    .sitemap-card-num { font-size: 24px; }
    .sitemap-card-title { font-size: 22px; }
    .sitemap-card-eyebrow { font-size: 10px; }
    .sitemap-tech-card { padding: 18px 20px 18px; }
}


/* =====================================================================
   Mobile: .sec-eyebrow stack line boven tekst i.p.v. inline
   Voorkomt rare wrap bij lange labels ("Voor zoekmachines & AI",
   "Bezienswaardigheden", "Jaarlijkse evenementen").
   ===================================================================== */
@media (max-width: 767px) {
    .sec-eyebrow {
        display: block;
        font-size: 10.5px;
        letter-spacing: 0.16em;
        line-height: 1.45;
    }
    .sec-eyebrow::before {
        display: block;
        width: 32px;
        height: 1px;
        margin: 0 0 8px;
    }
}


/* =================================================================
   AANKONDIGING-POPUP — themed modal voor bezoekers
   ================================================================= */
.announce-overlay {
    position: fixed;
    inset: 0;
    background: rgba(12, 29, 21, 0.74);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease, visibility 0.45s ease;
    z-index: 200;
}
.announce-overlay.is-open { opacity: 1; visibility: visible; }

.announce {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -47%) scale(0.96);
    width: min(92vw, 430px);
    max-height: calc(100dvh - 36px);
    overflow-y: auto;
    background: var(--paper);
    background-image: var(--paper-grain);
    border-radius: 22px;
    border-top: 4px solid var(--cherry);
    padding: 44px 34px 34px;
    text-align: center;
    box-shadow: var(--shadow-deep), 0 0 0 1px rgba(20, 14, 10, 0.06);
    z-index: 201;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease,
                transform 0.5s cubic-bezier(0.2, 0.8, 0.25, 1),
                visibility 0.45s ease;
}
.announce.is-open {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.announce-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(20, 14, 10, 0.12);
    background: rgba(20, 14, 10, 0.04);
    color: var(--ink-soft);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.announce-close:hover { background: var(--cherry); color: var(--cream); border-color: var(--cherry); }

.announce-eyebrow {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--moss);
    margin-bottom: 12px;
}
.announce-title {
    font-family: 'Lora', serif;
    font-weight: 600;
    font-size: clamp(25px, 6vw, 33px);
    line-height: 1.14;
    letter-spacing: -0.01em;
    color: var(--forest-deep);
    margin: 0;
}
.announce-date {
    margin: 18px 0 0;
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    padding: 8px 18px;
    background: var(--cream-warm);
    border: 1px solid var(--cream-deep);
    border-radius: 999px;
}
.announce-date-day {
    font-family: 'Caveat', cursive;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: var(--cherry);
}
.announce-date-suffix {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bark);
}
.announce-text {
    margin: 18px auto 0;
    max-width: 320px;
    font-size: 15px;
    line-height: 1.62;
    color: var(--ink-soft);
}
.announce-actions {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.announce-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--cherry);
    color: var(--cream);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 24px;
    border-radius: 12px;
    border: 1px solid var(--cherry-deep);
    box-shadow: 0 4px 0 var(--cherry-deep), 0 12px 26px -10px rgba(122, 18, 38, 0.55);
    transition: transform 0.18s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.announce-btn:hover { background: var(--cherry-dauw); transform: translateY(-1px); }
.announce-btn:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 var(--cherry-deep), 0 8px 18px -10px rgba(122, 18, 38, 0.5);
}
.announce-btn svg { transition: transform 0.2s ease; }
.announce-btn:hover svg { transform: translateX(3px); }

.announce-dismiss {
    background: none;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: var(--moss);
    cursor: pointer;
    padding: 4px 8px;
    transition: color 0.2s ease;
}
.announce-dismiss:hover { color: var(--cherry); }

/* Laptop met lage hoogte: compacter zodat alles in beeld blijft */
@media (max-height: 720px) {
    .announce { padding-top: 38px; }
    .announce-date-day { font-size: 25px; }
    .announce-actions { margin-top: 20px; }
}

/* Mobile: rand-tot-rand kaart, full-width knop */
@media (max-width: 480px) {
    .announce {
        width: calc(100vw - 28px);
        padding: 40px 22px 28px;
        border-radius: 18px;
    }
    .announce-text { font-size: 14.5px; }
    .announce-btn { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .announce-overlay,
    .announce { transition: opacity 0.2s ease, visibility 0.2s ease; }
    .announce,
    .announce.is-open { transform: translate(-50%, -50%); }
}
