/* ==========================================================================
   AVE-LOURA — Premium Style Sheet
   Gebaseerd op referentie-ontwerp: luxe, ademruimte, vloeiende animaties
   ========================================================================== */

:root {
    --p: #121909;
    --s: #FEF2E2;
    --cta: #ED5329;
    --t: 'Montserrat', sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
    background: var(--s);
    color: var(--p);
    font-family: var(--t);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
::selection { background: var(--cta); color: var(--s); }
img { display: block; max-width: 100%; }

/* Voorkom orphan-woorden (laatste regel met 1 los woord) op alle tekst-blokken.
   text-wrap: pretty zorgt dat de laatste regel automatisch wat tekst van de
   voorlaatste regel meekrijgt. Wordt overschreven door specifiekere rules
   die `text-wrap: balance` of een eigen waarde zetten. */
p, h1, h2, h3, h4, h5, h6, blockquote, li {
    text-wrap: pretty;
}

/* ==========================================================================
   INTRO SPLASH — Cinematische merkintroductie
   ========================================================================== */
/* Intro splash — gefaseerde cinematische overgang in 3 stappen:
   1. Volledig zichtbaar: groen vlak + Bem vindo + AVE-LOURA + tagline
   2. .bg-out → het groene vlak vervaagt; Bem vindo blijft staan op de
      hero render erachter (alsof hij even op de ruimte zweeft)
   3. .content-out → Bem vindo + tagline vervagen, terwijl gelijktijdig de
      hero bodyzin infaadt (crossfade-overgang naar de site)
*/
.intro-splash {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.intro-bg {
    position: absolute;
    inset: 0;
    background: var(--p);
    z-index: 0;
    /* Vervaagt met dezelfde easing als de site-reveal — voelt als een
       gordijn dat zachtjes oplost. */
    transition: opacity 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.intro-splash.bg-out .intro-bg {
    opacity: 0;
}
.intro-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 40px;
    /* Het icoon hangt rechts uit boven 'Bem vindo'. Om het hele blok
       (titel + icoon + AVE-LOURA + tagline) symmetrisch in viewport-
       midden te plaatsen geven we een margin-right gelijk aan de
       icoon-overhang. Flex-centering verschuift dan het blok als
       geheel naar links zodat de visuele compositie midden uitkomt
       — én AVE-LOURA blijft daardoor exact onder 'Bem vindo' staan. */
    margin-right: clamp(45px, 6.5vw, 110px);
    /* Het icoon zweeft fors boven het tekstblok uit (absolute, negatieve
       top). Daardoor zit het visuele zwaartepunt van de hele compositie
       (icoon + Bem vindo + AVE-LOURA + tagline) hoger dan het geometrisch
       midden van .intro-content. We schuiven het content-blok daarom een
       stukje omlaag zodat het VISUELE midden samenvalt met het midden
       van het scherm. Waarde ≈ helft van de icoon-overhang boven titel. */
    transform: translateY(clamp(40px, 8.75vh, 100px));
    /* Subtiele schaduw houdt Bem vindo leesbaar als de groene achtergrond
       is vervaagd en de hero render erachter doorschijnt. */
    text-shadow: 0 6px 32px rgba(18, 25, 9, 0.65), 0 2px 12px rgba(18, 25, 9, 0.45);
    transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1),
                transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}
.intro-splash.content-out .intro-content {
    opacity: 0;
    /* Behoud de baseline translateY (visueel midden) zodat het blok
       niet hapsnap omhoog springt tijdens de exit-animatie. */
    transform: translateY(clamp(34px, 8vh, 94px)) scale(1.03);
}
.intro-splash.done {
    display: none;
}
/* 1. Bem vindo — top statement met groot lichtbron-icoon links-boven
   bij de letter 'O' van 'vindo'. */
.intro-title-wrap {
    position: relative;
    display: inline-block;
    line-height: 1;
}
.intro-title {
    font-family: var(--t);
    font-weight: 500;
    font-size: clamp(42px, 7.2vw, 96px);
    color: var(--s);
    letter-spacing: clamp(1px, 0.15vw, 2px);
    line-height: 1;
    opacity: 0;
    animation: introFadeIn 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
    display: inline-block;
}
/* Icoon zweeft links-boven van de letter 'O' van 'vindo'. Het icoontje
   hangt over het rechter-eind van Bem vindo zodat zijn rechter-onderkant
   ongeveer bij de top-links van de 'o' uitkomt — een speelse, sieraad-
   achtige aanduiding bovenop het hoofdwoord. */
.intro-icon-float {
    position: absolute !important;
    /* Hoger geplaatst zodat de icoon-onderkant ruim BOVEN de bovenkant
       van 'Bem vindo' uitkomt — geen overlap, lucht tussen sieraad en
       hoofdwoord. */
    top: clamp(-128px, -9.3vw, -75px) !important;
    /* Verder naar rechts: icoon-midden zit licht voorbij de 'o', geeft
       een speels luchtig accent in plaats van strak op de letter. */
    right: clamp(-110px, -6.5vw, -45px) !important;
    left: auto !important;
    /* Fijner sieraad — bewust klein zodat het accent zet zonder
       het hoofdwoord te overschaduwen. */
    width: clamp(60px, 7.2vw, 100px) !important;
    height: clamp(60px, 7.2vw, 100px) !important;
    margin-bottom: 0 !important;
    z-index: 2;
    opacity: 0;
    /* Standaard fade-in synchroon met Bem vindo (1.2s, delay 0.1s).
       Geen ignitie-curve meer: het icoon verschijnt in zijn volle
       peak glow en blijft daar staan. Premium = stilstaand zelfvertrouwen
       i.p.v. zichtbare beweging die met de tekst-fade concurreert. */
    animation: introFadeIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}
/* 2. AVE-LOURA logo — verfijnde signatuur ONDER Bem vindo, niet
   competitief met het hoofdwoord. Bewust kleiner + meer ademruimte. */
.intro-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(40px, 6vh, 80px);
    margin-bottom: clamp(20px, 3vh, 40px);
    opacity: 0;
    animation: introFadeIn 1s cubic-bezier(0.16, 1, 0.3, 1) 1.1s forwards;
}
.intro-logo-img {
    display: block;
    height: clamp(20px, 2.4vw, 34px);
    width: auto;
    opacity: 0.92;
}
/* 3. Tagline — warm oranje accent. letter-spacing wordt dynamisch door
   main.js gezet (alignTaglineToTitle) zodat de tagline exact dezelfde
   visuele breedte spant als Bem vindo. Default clamp-waarde is een
   startpunt voor als JS niet geladen is. */
.intro-tagline {
    font-family: var(--t);
    font-size: clamp(11px, 1vw, 14px);
    font-weight: 500;
    font-style: normal;
    color: var(--cta);
    opacity: 0;
    margin: 0;
    letter-spacing: clamp(5px, 0.9vw, 12px);
    text-transform: uppercase;
    line-height: 1.5;
    animation: introFadeIn 1s cubic-bezier(0.16, 1, 0.3, 1) 1.5s forwards;
}
@keyframes introFadeIn {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

nav.nav-hidden { opacity: 0 !important; pointer-events: none; }

/* ==========================================================================
   NAVIGATIE
   ========================================================================== */
nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; justify-content: space-between; align-items: center;
    padding: 28px 48px;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
nav.scrolled {
    background: rgba(18, 25, 9, 0.92);
    backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    padding: 16px 48px;
}

.nav-logo {
    height: 30px; width: auto;
    transition: all 0.5s;
}
nav.scrolled .nav-logo { height: 24px; }

.nav-right {
    display: flex; align-items: center; gap: 20px;
}

.nav-links {
    display: flex; gap: 28px; list-style: none; align-items: center;
}
.nav-links a {
    font-family: var(--t); font-size: 10px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    color: var(--s); text-decoration: none;
    opacity: 0.65; position: relative; padding-bottom: 4px;
    transition: opacity 0.3s;
}
.nav-links a::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 0; height: 1px; background: var(--cta);
    transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-links a:hover { opacity: 1; }
.nav-links a:hover::after { width: 100%; }

.nav-divider {
    width: 1px; height: 16px; background: rgba(254, 242, 226, 0.15);
    margin: 0 4px;
}

.nav-cta {
    font-family: var(--t); font-size: 10px; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase;
    color: var(--s); text-decoration: none;
    padding: 10px 28px;
    background: var(--cta); border: 1px solid var(--cta);
    border-radius: 999px;
    box-shadow: 0 2px 12px rgba(237, 83, 41, 0.18);
    transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav-cta:hover {
    background: var(--cta); border-color: var(--cta); color: var(--s);
    box-shadow: 0 0 0 4px rgba(237, 83, 41, 0.18), 0 8px 32px rgba(237, 83, 41, 0.45);
}

.hamburger {
    display: none; flex-direction: column; gap: 5px;
    background: none; border: none; padding: 4px; cursor: pointer;
}
.hamburger span {
    display: block; width: 24px; height: 1.5px; background: var(--s);
    transition: all 0.3s;
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(4px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(4px, -5px); }

/* Mobile Menu */
.mobile-menu {
    position: fixed; inset: 0; z-index: 99;
    background: var(--p);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 2rem;
    opacity: 0; pointer-events: none;
    transition: opacity 0.4s;
}
.mobile-menu.active { opacity: 1; pointer-events: all; }
.mobile-menu ul { list-style: none; text-align: center; }
.mobile-menu li { margin-bottom: 1.5rem; }
.mobile-menu a {
    font-family: var(--t); font-size: 14px; font-weight: 600;
    letter-spacing: 3px; text-transform: uppercase;
    color: var(--s); text-decoration: none; opacity: 0.7;
    transition: opacity 0.3s;
}
.mobile-menu a:hover { opacity: 1; }
.mobile-cta {
    font-family: var(--t); font-size: 11px; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase;
    padding: 14px 40px; background: var(--cta); color: var(--s);
    text-decoration: none; border-radius: 999px;
    box-shadow: 0 2px 12px rgba(237, 83, 41, 0.18);
    transition: box-shadow 0.4s ease;
}
.mobile-cta:hover {
    box-shadow: 0 0 0 4px rgba(237, 83, 41, 0.18), 0 8px 32px rgba(237, 83, 41, 0.45);
}

/* ==========================================================================
   HERO — Cinematic Fullscreen
   ========================================================================== */
.hero {
    position: relative; height: 100vh; height: 100dvh;
    width: 100%; overflow: hidden;
}

/* Hero — Slider. Subtiele arrival-zoom tijdens splash-exit:
   de hero schaalt zacht van 1.05 → 1, wat synchroon loopt met de splash
   die juist uitzoomt (1 → 1.08). Samen ontstaat een 'doorstap'-gevoel
   van titel naar ruimte. */
.hero-slider {
    position: absolute; inset: 0; z-index: 0;
    /* Render zoomt zacht in vanaf het moment dat de groene achtergrond
       begint te vervagen (t=2.8s) tot ruim na de splash-content fade-out
       (eindigt op t=6.0s). De render lijkt zo "geactiveerd" te worden
       door het wegtrekkende gordijn. */
    animation: heroArrival 3.2s cubic-bezier(0.22, 1, 0.36, 1) 2.8s both;
}
@keyframes heroArrival {
    0%   { transform: scale(1.06); }
    100% { transform: scale(1); }
}
.hero-slide {
    position: absolute; inset: 0;
    opacity: 0;
    transition: opacity 1.5s ease;
}
.hero-slide.active {
    opacity: 1;
}
.hero-slide img {
    width: 100%; height: 100%; object-fit: cover;
}

.hero-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: rgba(18, 25, 9, 0.35);
}

/* Hero — UI overlay (pijltjes, dots, CTA) */
.hero-ui {
    opacity: 0;
    transition: opacity 1s ease;
}
.hero-ui.vis { opacity: 1; }

.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: none;
    border: none;
    color: var(--s);
    cursor: pointer;
    opacity: 0.3;
    padding: 28px;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-arrow:hover { opacity: 0.8; }
.hero-prev { left: 20px; }
.hero-next { right: 20px; }
.hero-arrow::after {
    content: '';
    display: block;
    width: 16px; height: 16px;
    border-top: 2.5px solid currentColor;
    border-right: 2.5px solid currentColor;
}
.hero-prev::after { transform: rotate(-135deg); margin-left: 4px; }
.hero-next::after { transform: rotate(45deg); margin-right: 4px; }

.hero-bottom {
    position: absolute;
    bottom: 48px; left: 0; right: 0;
    z-index: 3;
    display: flex; flex-direction: column;
    align-items: center;
    gap: 20px;
}
.hero-dots {
    display: flex; gap: 10px;
}
.hero-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--s);
    opacity: 0.25;
    border: none; cursor: pointer;
    transition: all 0.4s;
    padding: 0;
}
.hero-dot.active {
    opacity: 0.8;
    transform: scale(1.4);
}

.hero-content {
    position: absolute; inset: 0;
    z-index: 2;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    text-align: center;
    padding: 0 clamp(24px, 5vw, 80px);
}
.hero-title {
    font-family: var(--t); font-weight: 200;
    font-size: clamp(42px, 7vw, 100px); line-height: 1.04;
    color: var(--s); max-width: 900px; margin-bottom: 24px;
    overflow: hidden;
}
.hero-title em { font-style: italic; font-weight: 300; color: var(--cta); }

/* --- Hero Letter-by-letter reveal animation --- */
.hero-letter {
    display: inline-block;
    animation: letterReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: calc(0.4s + var(--i) * 0.07s);
}
.hero-hyphen {
    margin: 0 -0.02em;
}
@keyframes letterReveal {
    from {
        opacity: 0;
        transform: translateY(100%) rotateX(40deg);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
        filter: blur(0);
    }
}
.hero-tagline {
    font-family: var(--t); font-size: clamp(15px, 1.4vw, 19px);
    font-style: italic; font-weight: 300;
    color: var(--s); opacity: 0.45; max-width: 680px;
    white-space: nowrap;
    margin-bottom: 40px;
    animation: heroFadeIn 1.6s cubic-bezier(0.16, 1, 0.3, 1) 1.2s both;
}
.hero-tagline em {
    font-style: italic; font-weight: 400;
    color: var(--cta); opacity: 1;
}

/* Hero tagline overlay — gecentreerd op het beeld, mooi en subtiel.
   Faadt in via .vis class (door main.js gezet), zodat de timing exact kan
   worden gesynchroniseerd met de splash-content-fade-out (crossfade). */
.hero-tagline-wrap {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    padding: 0 clamp(24px, 5vw, 80px);
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1),
                transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-tagline-wrap.vis {
    opacity: 1;
    transform: translateY(0);
}
.hero-tagline-text {
    font-family: var(--t);
    font-size: clamp(15px, 1.6vw, 24px);
    font-weight: 300;
    /* Rechtop (geen italic) zodat de signature-eyebrow erboven het karakter
       draagt en de zin eronder rustig blijft. Eén stem, niet twee. */
    font-style: normal;
    line-height: 1.5;
    color: var(--s);
    text-align: center;
    max-width: 880px;
    text-wrap: balance;
    text-shadow: 0 2px 24px rgba(18, 25, 9, 0.55);
    letter-spacing: 0.4px;
}
.hero-greeting {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(14px, 1.4vw, 19px);
    letter-spacing: 4.5px;
    text-transform: uppercase;
    color: var(--s);
    opacity: 0;
    margin-bottom: clamp(18px, 1.9vw, 28px);
    transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.hero-greeting:not(:empty) {
    opacity: 0.92;
}
.hero-tagline-text em {
    /* em erft cursief van de parent; alleen kleur + iets meer gewicht
       voor het oranje accent. */
    font-weight: 400;
    color: var(--cta);
}
@keyframes heroTaglineFade {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.hero-cta {
    display: inline-block;
    font-family: var(--t); font-size: 10px; font-weight: 700;
    letter-spacing: 2.5px; text-transform: uppercase;
    color: var(--s); text-decoration: none;
    padding: 18px 48px;
    background: var(--cta); border: 1px solid var(--cta);
    border-radius: 999px;
    box-shadow: 0 2px 20px rgba(237, 83, 41, 0.2);
    transition: box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-cta:hover {
    background: var(--cta); border-color: var(--cta);
    box-shadow: 0 0 0 5px rgba(237, 83, 41, 0.18), 0 10px 40px rgba(237, 83, 41, 0.5);
}

@keyframes heroFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}


/* Statement — alleen behouden voor eventueel hergebruik, nu geïntegreerd in kennismaking */
.statement { display: none; }

/* (Featured sectie vervangen door Spotlight — zie boven) */

/* ==========================================================================
   PROJECTEN IN DE SPOTLIGHT
   ========================================================================== */
.spotlight {
    background: var(--p);
    padding: 60px 0 120px;
    position: relative;
    overflow: hidden;
}
.spotlight .container {
    max-width: 1200px; margin: 0 auto;
    padding: 0 48px;
    position: relative; z-index: 1;
}

/* ---- Lichtbronnen achtergrond (JS-generated) ---- */
.spotlight-lights {
    position: absolute; inset: 0;
    pointer-events: none; z-index: 0;
    overflow: hidden;
}
.light-orb {
    position: absolute;
    width: 30px; height: 30px;
    opacity: 0;
    animation: lightFloat var(--dur, 8s) ease-in-out var(--delay, 0s) infinite;
}
/* Het icoon zelf — warm getint */
.light-orb::after {
    content: '';
    position: absolute; inset: 0;
    background: url('../images/optimized/general/fan-icon.webp') center / contain no-repeat;
    filter: brightness(0) invert(1) sepia(0.4) saturate(2) hue-rotate(-10deg);
}
/* De glow erachter — WARM avondlicht */
.light-orb::before {
    content: '';
    position: absolute;
    inset: -30px;
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(255, 200, 120, 0.40) 0%,
        rgba(255, 180, 90, 0.18) 30%,
        rgba(237, 160, 60, 0.06) 50%,
        transparent 70%
    );
}

@keyframes lightFloat {
    0%   { opacity: 0; transform: translateY(6px) scale(0.9); filter: brightness(0.8); }
    12%  { opacity: 0.35; }
    30%  { opacity: 0.7; transform: translateY(-3px) scale(1); filter: brightness(1.1); }
    50%  { opacity: 0.55; transform: translateY(-6px) scale(1.02); filter: brightness(1); }
    70%  { opacity: 0.65; transform: translateY(-3px) scale(1); filter: brightness(1.1); }
    88%  { opacity: 0.25; }
    100% { opacity: 0; transform: translateY(6px) scale(0.9); filter: brightness(0.8); }
}

/* Lichtecho's — zachter, trager, organischer dan het grid-patroon */
.light-echo {
    animation: echoFloat var(--dur, 10s) ease-in-out var(--delay, 0s) infinite;
}
.light-echo::before {
    inset: -40px;
    background: radial-gradient(circle,
        rgba(255, 200, 120, 0.18) 0%,
        rgba(255, 180, 90, 0.07) 35%,
        transparent 65%
    );
}

@keyframes echoFloat {
    0%   { opacity: 0; }
    15%  { opacity: 0; }
    35%  { opacity: 0.25; filter: brightness(1.1); }
    50%  { opacity: 0.18; filter: brightness(1); }
    65%  { opacity: 0.22; filter: brightness(1.05); }
    80%  { opacity: 0.08; }
    100% { opacity: 0; }
}

/* Spotlight Header */
.spotlight-header {
    text-align: center; margin-bottom: 80px;
    position: relative;
}

/* Icoon verborgen (lichtbronnen doen het werk) */
.spotlight-icon {
    display: none;
}

.spotlight-label {
    display: block;
    font-family: var(--t); font-size: 9px; font-weight: 600;
    letter-spacing: 5px; text-transform: uppercase;
    color: var(--cta); margin-bottom: 16px;
}
.spotlight-title {
    font-family: var(--t); font-weight: 300;
    font-size: clamp(32px, 4vw, 52px); line-height: 1.15;
    color: var(--s);
    position: relative;
}
.spotlight-title em {
    font-style: italic; font-weight: 400; color: var(--cta);
}

/* Spotlight Grid — EDGE-TO-EDGE groot */
.spotlight-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Spotlight Card — flexbox + scroll fade-in */
.spotlight-card {
    display: flex; flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    /* Scroll reveal: start invisible, JS adds .vis */
    opacity: 0;
    transform: translateY(40px);
}
.spotlight-card.vis {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
/* Staggered: 2e card 0.15s later, 3e 0.3s later */
.spotlight-card:nth-child(2).vis { transition-delay: 0.15s; }
.spotlight-card:nth-child(3).vis { transition-delay: 0.3s; }

.spotlight-card:hover {
    transform: translateY(-6px);
}
.spotlight-card.vis:hover {
    transform: translateY(-6px);
}

.spotlight-img {
    position: relative; overflow: hidden;
    aspect-ratio: 4 / 3; margin-bottom: 24px;
}
.spotlight-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}
.spotlight-card:hover .spotlight-img img {
    transform: scale(1.04);
}

.spotlight-card h3 {
    font-family: var(--t); font-size: clamp(20px, 2vw, 26px);
    font-weight: 700; color: var(--s);
    letter-spacing: 0.5px; margin-bottom: 10px;
}
.spotlight-card p {
    font-family: var(--t); font-size: 16px;
    font-style: italic; font-weight: 300;
    color: var(--s); opacity: 0.55;
    line-height: 1.7; margin-bottom: 18px;
    flex-grow: 1;
}

.spotlight-link {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--t); font-size: 10px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    color: var(--cta); text-decoration: none;
    transition: gap 0.4s;
    margin-top: auto;
}
.spotlight-link:hover { gap: 16px; }
.spotlight-link .arr {
    display: inline-block; width: 24px; height: 1px;
    background: var(--cta); position: relative;
}
.spotlight-link .arr::after {
    content: ''; position: absolute; right: 0; top: -3px;
    width: 6px; height: 6px;
    border-top: 1px solid var(--cta); border-right: 1px solid var(--cta);
    transform: rotate(45deg);
}

/* ==========================================================================
   PROJECTEN — Immersive Fullscreen Cards
   ========================================================================== */
.projecten {
    background: var(--s);
    padding: 0;
}
.projecten-header {
    text-align: center;
    padding: clamp(80px, 10vh, 140px) 48px clamp(48px, 6vh, 80px);
    position: relative;
}
.projecten-label {
    display: block;
    font-family: var(--t); font-size: 10px; font-weight: 600;
    letter-spacing: 6px; text-transform: uppercase;
    color: var(--cta); margin-bottom: 20px;
}
.projecten-titel {
    font-family: var(--t); font-weight: 200;
    font-size: clamp(36px, 5vw, 68px); line-height: 1.12;
    color: var(--p);
    position: relative;
    display: inline-block;
}
.projecten-titel em {
    font-style: italic; font-weight: 300; color: var(--cta);
    text-shadow: 0 0 40px rgba(237, 83, 41, 0.3), 0 0 80px rgba(237, 83, 41, 0.15);
}

/* Immersive grid: fullscreen cards */
.projecten-immersive {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

/* Project card — fullscreen image with cinematic overlay */
.pi-card {
    display: block;
    position: relative;
    overflow: hidden;
    height: 85vh;
    text-decoration: none;
    cursor: pointer;
}
.pi-img {
    position: absolute; inset: 0;
    overflow: hidden;
}
.pi-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}
.pi-card:hover .pi-img img {
    transform: scale(1.04);
}
.pi-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg,
        transparent 0%,
        transparent 40%,
        rgba(18, 25, 9, 0.2) 60%,
        rgba(18, 25, 9, 0.75) 100%);
    transition: background 0.6s ease;
}
.pi-card:hover .pi-overlay {
    background: linear-gradient(180deg,
        transparent 0%,
        transparent 30%,
        rgba(18, 25, 9, 0.3) 55%,
        rgba(18, 25, 9, 0.85) 100%);
}
.pi-content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 2;
    padding: clamp(32px, 5vw, 80px);
}
.pi-type {
    display: inline-block;
    font-family: var(--t); font-size: 9px; font-weight: 600;
    letter-spacing: 4px; text-transform: uppercase;
    color: var(--cta); margin-bottom: 16px;
    opacity: 0.8;
}
.pi-title {
    font-family: var(--t); font-weight: 200;
    font-size: clamp(28px, 4vw, 56px); line-height: 1.1;
    color: var(--s); margin-bottom: 12px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.pi-card:hover .pi-title {
    transform: translateY(-4px);
}
.pi-desc {
    font-family: var(--t); font-size: clamp(14px, 1.3vw, 18px);
    font-weight: 300; font-style: italic;
    color: var(--s); opacity: 0.5;
    margin-bottom: 24px;
    max-width: 500px;
}
.pi-link {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: var(--t); font-size: 10px; font-weight: 600;
    letter-spacing: 3px; text-transform: uppercase;
    color: var(--cta);
    transition: gap 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.pi-card:hover .pi-link { gap: 20px; }
.pi-link .arr {
    display: inline-block; width: 32px; height: 1px;
    background: var(--cta); position: relative;
    transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.pi-card:hover .pi-link .arr { width: 48px; }
.pi-link .arr::after {
    content: ''; position: absolute; right: 0; top: -3px;
    width: 7px; height: 7px;
    border-top: 1px solid var(--cta); border-right: 1px solid var(--cta);
    transform: rotate(45deg);
}

/* Bekijk alle projecten link */
.projecten-cta {
    text-align: center;
    padding: clamp(48px, 6vh, 80px) 48px clamp(80px, 10vh, 140px);
}
.projecten-alle-link {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: var(--t); font-size: 11px; font-weight: 600;
    letter-spacing: 3px; text-transform: uppercase;
    color: var(--p); text-decoration: none;
    padding: 18px 48px;
    border: 1px solid rgba(18, 25, 9, 0.12);
    border-radius: 999px;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.projecten-alle-link:hover {
    background: var(--p); color: var(--s);
    border-color: var(--p);
    box-shadow: 0 8px 40px rgba(18, 25, 9, 0.15);
    transform: translateY(-2px);
}
.projecten-alle-link .arr {
    display: inline-block; width: 24px; height: 1px;
    background: currentColor; position: relative;
    transition: width 0.4s;
}
.projecten-alle-link .arr::after {
    content: ''; position: absolute; right: 0; top: -3px;
    width: 6px; height: 6px;
    border-top: 1px solid currentColor; border-right: 1px solid currentColor;
    transform: rotate(45deg);
}

/* Labels & links herbruikbaar */
.zf-label {
    display: block;
    font-family: var(--t); font-size: 9px; font-weight: 600;
    letter-spacing: 4px; text-transform: uppercase;
    color: var(--cta); opacity: 0.8;
    margin-bottom: 20px;
}
.zf-link {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--t); font-size: 10px; font-weight: 600;
    letter-spacing: 2.5px; text-transform: uppercase;
    color: var(--p); text-decoration: none;
    transition: all 0.4s;
}
.zf-link:hover { color: var(--cta); gap: 16px; }
.zf-link .arr {
    display: inline-block; width: 28px; height: 1px;
    background: currentColor; position: relative;
    transition: width 0.4s;
}
.zf-link .arr::after {
    content: ''; position: absolute; right: 0; top: -3px;
    width: 6px; height: 6px;
    border-top: 1px solid currentColor; border-right: 1px solid currentColor;
    transform: rotate(45deg);
}

/* ==========================================================================
   KENNISMAKING — 3 kolommen: statement | foto | persoonlijk
   ========================================================================== */
.kennismaking {
    background: var(--p);
    padding: clamp(48px, 6vh, 72px) clamp(32px, 5vw, 80px);
}
/* Crème variant — voeg .kennismaking--creme toe aan de section om te testen */
.kennismaking--creme {
    background: var(--s);
}
.kennismaking--creme .kennismaking-statement,
.kennismaking--creme .kennismaking-ola,
.kennismaking--creme .kennismaking-naam { color: var(--p); }
.kennismaking--creme .kennismaking-persoonlijk { color: var(--p); }
.kennismaking--creme .kennismaking-tekst-col .zf-link { color: var(--p); }
.kennismaking--creme .kennismaking-tekst-col .zf-link:hover { color: var(--cta); }

.kennismaking-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr auto 1fr;
    gap: clamp(40px, 6vw, 100px);
    align-items: center;
}
/* Twee-kolom variant: foto links, tekst rechts — compact en gecentreerd */
.kennismaking-inner.kennismaking-two-col {
    grid-template-columns: auto 1fr;
    gap: clamp(28px, 3.5vw, 48px);
    align-items: start;
    max-width: 760px;
    margin: 0 auto;
}
.kennismaking-inner.kennismaking-two-col .kennismaking-foto-col {
    padding-top: 4px;
}
.kennismaking-inner.kennismaking-two-col .kennismaking-foto {
    width: clamp(130px, 11vw, 170px);
    height: clamp(165px, 14vw, 215px);
}
.kennismaking-inner.kennismaking-two-col .kennismaking-tekst-col {
    max-width: 440px;
}
.kennismaking-inner.kennismaking-two-col .kennismaking-ola {
    margin-bottom: 8px;
    font-size: clamp(22px, 2vw, 30px);
}
.kennismaking-inner.kennismaking-two-col .kennismaking-ola::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: var(--cta);
    margin-top: 4px;
    opacity: 0.5;
}
.kennismaking-inner.kennismaking-two-col .kennismaking-statement {
    margin-bottom: 12px;
    font-size: clamp(13px, 1.05vw, 15px);
    line-height: 1.75;
}
.kennismaking-inner.kennismaking-two-col .kennismaking-persoonlijk {
    opacity: 0.4;
    margin-bottom: 12px;
    font-size: clamp(10px, 0.75vw, 12px);
    line-height: 1.7;
}
.kennismaking-inner.kennismaking-two-col .zf-link {
    font-size: 9px;
    letter-spacing: 2px;
}
/* Kolom 1: Statement tekst */
.kennismaking-statement-col {
    display: flex; align-items: center;
}
.kennismaking-statement {
    font-family: var(--t); font-size: clamp(15px, 1.4vw, 20px);
    font-weight: 300; line-height: 1.7;
    color: var(--s);
    text-align: justify;
}
.kennismaking-statement em {
    font-style: normal; font-weight: 500;
    color: var(--cta);
}
/* Kolom 2: Foto */
.kennismaking-foto-col {
    display: flex; flex-direction: column;
    align-items: center;
    text-align: center;
}
.kennismaking-foto {
    width: clamp(160px, 16vw, 240px);
    height: clamp(160px, 16vw, 240px);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
}
.kennismaking-foto img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.kennismaking-naam {
    display: block;
    font-family: var(--t); font-size: 8px; font-weight: 700;
    letter-spacing: 3.5px; text-transform: uppercase;
    color: var(--s); margin-bottom: 4px;
}
.kennismaking-rol {
    display: block;
    font-family: var(--t); font-size: clamp(11px, 0.85vw, 13px); font-weight: 400;
    font-style: normal;
    color: var(--cta); opacity: 0.7;
}
/* Kolom: tekst rechts */
.kennismaking-tekst-col {
    display: flex; flex-direction: column;
    justify-content: center;
}
.kennismaking-ola {
    display: block;
    font-family: var(--t); font-size: clamp(26px, 2.4vw, 36px);
    font-weight: 700; font-style: normal;
    color: var(--s);
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}
.kennismaking-persoonlijk {
    font-family: var(--t); font-size: clamp(12px, 0.9vw, 14px);
    font-weight: 300; line-height: 1.8;
    color: var(--s); opacity: 0.5;
    margin-bottom: 20px;
    text-align: justify;
}
.kennismaking-tekst-col .zf-link {
    color: var(--s);
}
.kennismaking-tekst-col .zf-link:hover { color: var(--cta); }

/* ==========================================================================
   KENNISMAKING EDITORIAL — Typografisch statement moment
   ========================================================================== */
.kennismaking-editorial {
    background: var(--s);
    padding: clamp(48px, 7vh, 80px) clamp(32px, 5vw, 80px);
    text-align: center;
}
.ke-inner {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ke-greeting {
    display: block;
    font-family: var(--t);
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 700;
    font-style: normal;
    color: var(--p);
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: clamp(24px, 3.5vh, 36px);
}
.ke-divider {
    display: none;
}
.ke-statement {
    display: block;
    font-family: var(--t);
    font-size: clamp(13px, 1.05vw, 16px);
    font-weight: 300;
    line-height: 1.85;
    color: var(--p);
    opacity: 1;
    margin: 0 auto clamp(24px, 3.5vh, 36px);
    max-width: 680px;
    text-align: center;
    text-wrap: balance;
}
.ke-statement em {
    color: var(--cta);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.ke-values {
    display: flex;
    align-items: center;
    gap: clamp(12px, 2vw, 24px);
    margin-bottom: clamp(36px, 5vh, 56px);
    flex-wrap: wrap;
    justify-content: center;
}
.ke-value {
    font-family: var(--t);
    font-size: clamp(9px, 0.85vw, 11px);
    font-weight: 600;
    letter-spacing: clamp(2px, 0.3vw, 4px);
    text-transform: uppercase;
    color: var(--cta);
}
.ke-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--s);
    opacity: 0.2;
    flex-shrink: 0;
}
.ke-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--t);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--p);
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.4s;
}
.ke-link:hover {
    color: var(--cta);
    opacity: 1;
    gap: 16px;
}
.ke-link .arr {
    display: inline-block;
    width: 28px;
    height: 1px;
    background: currentColor;
    position: relative;
    transition: width 0.4s;
}
.ke-link .arr::after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}

/* Home Diensten, drie wegen naar Ave-Loura */
.home-diensten {
    background: var(--s);
    padding: clamp(48px, 7vh, 96px) clamp(32px, 5vw, 80px);
    border-top: 1px solid rgba(18, 25, 9, 0.08);
}
.hd-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hd-label {
    font-family: var(--t);
    font-size: clamp(10px, 0.85vw, 12px);
    font-weight: 600;
    letter-spacing: clamp(2.5px, 0.35vw, 4.5px);
    text-transform: uppercase;
    color: var(--cta);
    margin-bottom: clamp(16px, 2vh, 24px);
}
.hd-title {
    font-family: var(--t);
    font-size: clamp(26px, 3.2vw, 42px);
    font-weight: 700;
    line-height: 1.15;
    color: var(--p);
    text-align: center;
    margin: 0 0 clamp(14px, 2vh, 20px);
    text-wrap: balance;
}
.hd-title .hd-word { display: inline; }
.hd-title .hd-dot { display: inline; margin: 0 0.45em; opacity: 0.7; }
.hd-intro {
    font-family: var(--t);
    font-size: clamp(13px, 1.05vw, 16px);
    font-weight: 300;
    line-height: 1.7;
    color: var(--p);
    text-align: center;
    max-width: 620px;
    margin: 0 0 clamp(36px, 5vh, 56px);
    text-wrap: balance;
}
.hd-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 32px);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.hd-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(28px, 3vw, 40px) clamp(24px, 2.5vw, 32px);
    background: transparent;
    border: 1px solid rgba(237, 83, 41, 0.22);
    border-radius: 14px;
    box-shadow:
        0 0 0 1px rgba(237, 83, 41, 0.06),
        0 6px 20px rgba(237, 83, 41, 0.10),
        0 14px 40px rgba(237, 83, 41, 0.08);
    transition: border-color 0.5s ease, box-shadow 0.5s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    color: var(--p);
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
.hd-card:focus-visible {
    border-color: rgba(237, 83, 41, 0.55);
    box-shadow:
        0 0 0 2px rgba(237, 83, 41, 0.28),
        0 10px 28px rgba(237, 83, 41, 0.22),
        0 22px 60px rgba(237, 83, 41, 0.18);
}
.hd-card:hover {
    border-color: rgba(237, 83, 41, 0.55);
    box-shadow:
        0 0 0 1px rgba(237, 83, 41, 0.16),
        0 10px 28px rgba(237, 83, 41, 0.22),
        0 22px 60px rgba(237, 83, 41, 0.18);
    transform: translateY(-4px);
}
.hd-card-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-bottom: clamp(18px, 2.4vh, 24px);
    background-color: var(--p);
    -webkit-mask: url('../images/Logo-icoon.png') center / contain no-repeat;
            mask: url('../images/Logo-icoon.png') center / contain no-repeat;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.hd-card:hover .hd-card-icon {
    transform: rotate(6deg) scale(1.05);
    background-color: var(--cta);
}
.hd-card-tag {
    font-family: var(--t);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--cta);
    margin-bottom: clamp(12px, 1.6vh, 18px);
}
.hd-card-title {
    font-family: var(--t);
    font-size: clamp(20px, 1.9vw, 26px);
    font-weight: 700;
    line-height: 1.2;
    color: var(--p);
    margin: 0 0 clamp(12px, 1.6vh, 16px);
}
.hd-card-text {
    font-family: var(--t);
    font-size: clamp(12px, 0.95vw, 14px);
    font-weight: 300;
    line-height: 1.7;
    color: var(--p);
    margin: 0 0 clamp(18px, 2.4vh, 24px);
    text-wrap: pretty;
    /* Reserveer ruimte voor 5 regels zodat de prijsregel op alle kaarten
       op dezelfde hoogte uitlijnt, ongeacht hoe lang de tekst is. */
    min-height: calc(14px * 1.7 * 5);
}
@media (max-width: 900px) {
    .hd-card-text { min-height: 0; }
}
.hd-card-price {
    font-family: var(--t);
    font-size: clamp(11px, 0.9vw, 13px);
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--p);
    opacity: 0.65;
    margin-bottom: clamp(20px, 2.6vh, 28px);
}
.hd-card-cta {
    margin-top: auto;
}
/* Hover op de kaart laat ook de inner CTA-knop oplichten met dezelfde
   oranje gloed als wanneer je direct over de knop hovert. Mirror van
   het km-deur gedrag op de Kennismaking-pagina. */
.hd-card:hover .al-btn--dark {
    background: var(--cta);
    color: var(--s);
    border-color: var(--cta);
    box-shadow: 0 0 0 5px rgba(237, 83, 41, 0.22),
                0 10px 40px rgba(237, 83, 41, 0.55);
}
.hd-card:hover .al-btn--dark .al-btn-arrow { width: 20px; }
@media (max-width: 900px) {
    .hd-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .hd-card {
        padding: 22px 20px;
    }
    .hd-card-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .hd-card-text {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 16px;
    }
    .hd-card-tag {
        margin-bottom: 10px;
    }
    .hd-card-icon {
        width: 22px; height: 22px;
        margin-bottom: 14px;
    }
    .hd-card-price {
        margin-bottom: 18px;
    }
    /* Diensten titel — stack drie woorden zonder dots */
    .hd-title {
        display: flex;
        flex-direction: column;
        gap: 2px;
        font-size: 28px;
    }
    .hd-title .hd-word { display: block; }
    .hd-title .hd-dot { display: none; }
}

/* Scroll fade-in */
.reveal-fade {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1),
                transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-fade.vis {
    opacity: 1;
    transform: translateY(0) scale(1);
}
/* Reveal met scale — voor projecten */
.reveal-scale {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
                transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-scale.vis {
    opacity: 1;
    transform: scale(1);
}

/* Sectie overgang — visuele scheiding */
.sectie-overgang {
    background: var(--p);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 60px 48px;
}
.overgang-lijn {
    height: 1px;
    width: 80px;
    background: linear-gradient(90deg, transparent, rgba(254, 242, 226, 0.12), transparent);
}
.overgang-icoon {
    width: 24px; height: 24px;
    opacity: 0.08;
    filter: brightness(0) invert(1);
}

/* ==========================================================================
   VERTROUWEN — Premium Testimonials
   ========================================================================== */
.vertrouwen {
    padding: clamp(80px, 12vh, 160px) 48px clamp(60px, 8vh, 100px);
    background: var(--p);
    position: relative;
}
.vertrouwen-inner {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}
.vertrouwen-header {
    margin-bottom: 56px;
}
.vertrouwen-titel {
    font-family: var(--t);
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 200;
    font-style: italic;
    color: var(--s);
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.vertrouwen-vertaling {
    display: block;
    font-family: var(--t);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--cta);
    opacity: 0.7;
}
.vertrouwen-slider {
    position: relative;
    min-height: 220px;
}
.vertrouwen-quote {
    position: absolute; inset: 0;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}
.vertrouwen-quote.active {
    position: relative;
    opacity: 1;
    pointer-events: all;
}
.vertrouwen-quote blockquote {
    position: relative;
}
.vertrouwen-quote blockquote::before {
    content: '\201C';
    font-family: var(--t);
    font-size: clamp(60px, 8vw, 100px);
    font-weight: 200;
    color: var(--cta);
    opacity: 0.2;
    position: absolute;
    top: -40px; left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    pointer-events: none;
}
.vertrouwen-quote blockquote p {
    font-family: var(--t);
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 300;
    font-style: italic;
    line-height: 1.7;
    color: var(--s);
    max-width: 700px;
    margin: 0 auto 36px;
    padding-top: 32px;
}
.vertrouwen-quote blockquote em {
    font-style: italic;
    color: var(--cta);
    font-weight: 400;
}
.vertrouwen-auteur {
    display: flex; flex-direction: column; gap: 4px;
}
.vertrouwen-naam {
    font-family: var(--t); font-size: 12px; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase;
    color: var(--s);
}
.vertrouwen-project {
    font-family: var(--t); font-size: 13px; font-weight: 400;
    font-style: italic;
    color: var(--s); opacity: 0.4;
}

.vertrouwen-nav {
    display: flex; justify-content: center;
    gap: 16px; margin-top: 48px;
}
.vertrouwen-dot {
    width: 18px; height: 18px;
    border: none; border-radius: 0;
    background: url('../images/icoon.png') center/contain no-repeat;
    filter: brightness(0) invert(1);
    opacity: 0.15;
    padding: 0; cursor: pointer;
    transition: all 0.4s;
}
.vertrouwen-dot:hover {
    opacity: 0.35;
    transform: scale(1.1);
}
.vertrouwen-nav .vertrouwen-dot.active {
    opacity: 0.7;
    filter: brightness(0) invert(1);
    transform: scale(1.25);
}

/* ==========================================================================
   WERKWIJZE / FASES
   ========================================================================== */
.werkwijze {
    padding: clamp(80px, 10vh, 140px) 48px clamp(100px, 12vh, 160px);
    background: var(--p);
    color: var(--s);
}
.werkwijze .container {
    max-width: 1500px; margin: 0 auto;
}

.section-label {
    display: block; text-align: center;
    font-family: var(--t); font-size: 10px; font-weight: 600;
    letter-spacing: 6px; text-transform: uppercase;
    color: var(--cta); margin-bottom: 20px;
}
.section-title {
    font-family: var(--t); font-weight: 200;
    font-size: clamp(32px, 4vw, 56px); line-height: 1.15;
    text-align: center; margin-bottom: 16px;
}
.section-title em { font-style: italic; font-weight: 300; color: var(--cta); }
.section-subtitle {
    text-align: center;
    font-family: var(--t); font-size: clamp(15px, 1.3vw, 18px);
    font-style: italic;
    font-weight: 300; opacity: 0.4; margin-bottom: 80px;
}

/* Werkwijze intro tekst */
.werkwijze-intro {
    padding: clamp(60px, 8vh, 100px) clamp(24px, 8vw, 120px) clamp(40px, 4vh, 60px);
    text-align: center;
}
.werkwijze-intro-tekst {
    font-family: var(--t); font-weight: 200;
    font-size: clamp(18px, 2vw, 28px); line-height: 1.75;
    max-width: 700px; margin: 0 auto;
    opacity: 0.6;
}

/* ==========================================================================
   WERKWIJZE — Editorial Phase Cards (refresh apr 2026)
   Vier fases als afwisselend split-rij (tekst + render).
   Stijl matcht Achter Ave-Loura / project-detail editorial ritme.
   ========================================================================== */
.ww-intro {
    background: var(--p);
    padding: clamp(80px, 12vh, 160px) clamp(32px, 6vw, 100px) clamp(18px, 2.4vh, 32px);
    text-align: center;
    color: var(--s);
}
.ww-intro-inner {
    max-width: 760px;
    margin: 0 auto;
}
.ww-intro-title {
    font-family: var(--t); font-weight: 300;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.18; letter-spacing: -0.5px;
    margin: 12px 0 28px;
    color: var(--s);
}
.ww-intro-title em {
    font-style: italic; font-weight: 400;
    font-family: var(--t);
    color: var(--cta);
}
.ww-intro-body {
    font-family: var(--t); font-weight: 300;
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.85; opacity: 0.78;
    max-width: 640px; margin: 0 auto;
    text-wrap: pretty;
}

/* ========== Werkwijze index — 5 preview-tabs als gallery-rij bovenaan,
   eronder één groot editorial paneel dat de details toont. Klikken fadet
   zacht naar de gekozen fase. Een en al rust en ademruimte. ========== */
.ww-index {
    background: var(--s);
    padding: clamp(20px, 3vh, 48px) clamp(20px, 4vw, 80px) clamp(70px, 11vh, 150px);
    color: var(--p);
}

/* Tab-rij = editorial tijdlijn. Vijf 'stations' op een dunne draad die "de
   reis" tekent. Per station: Portugees getal boven, vogel-marker in midden
   (op de draad), sub-label eronder. Inactieve markers = klein, zachte donker.
   Actieve vogel = vol oranje, groter, met ademende halo — vliegt naar voren. */
.ww-shelf-hint {
    max-width: 1180px;
    margin: 0 auto clamp(14px, 1.6vh, 22px);
    text-align: center;
    font-family: var(--t);
    font-size: clamp(10px, 0.78vw, 11.5px);
    font-weight: 600;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--p);
    opacity: 0.55;
}
.ww-shelf-hint::after {
    content: ' \2193';
    margin-left: 4px;
    display: inline-block;
    animation: wwHintBob 2.8s ease-in-out infinite;
}
@keyframes wwHintBob {
    0%, 100% { transform: translateY(0); opacity: 0.7; }
    50% { transform: translateY(3px); opacity: 1; }
}
.ww-shelf {
    max-width: 1180px;
    margin: 0 auto clamp(40px, 6vh, 80px);
    /* CSS variabelen voor exacte lijn-uitlijning: het num-blok krijgt een
       VASTE hoogte zodat het marker-midden altijd op een te berekenen positie
       ligt — onafhankelijk van font-ascent/descent verschillen per viewport. */
    --ww-num-h: clamp(40px, 5.4vh, 64px);
    --ww-marker: clamp(26px, 2.4vw, 34px);
    --ww-gap: clamp(14px, 2vh, 22px);
    --ww-pad-top: clamp(8px, 1vh, 16px);
    padding: var(--ww-pad-top) 0 clamp(20px, 3vh, 36px);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: relative;
    border: 0;
}
/* De draad — een doorlopende cream-op-cream hairline van marker Um tot marker
   Cinco. Met grid 5x1fr ligt het center van elke kolom op 10%, 30%, 50%, 70%,
   90% van de shelf-breedte; de lijn loopt dus van 10% tot 90%. Verticaal: top
   van shelf + padding + num-blok + gap + halve marker = exact marker-center. */
.ww-shelf::before {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    top: calc(var(--ww-pad-top) + var(--ww-num-h) + var(--ww-gap) + var(--ww-marker) / 2);
    height: 1px;
    background: linear-gradient(to right,
        rgba(18, 25, 9, 0.05) 0%,
        rgba(18, 25, 9, 0.24) 14%,
        rgba(18, 25, 9, 0.24) 86%,
        rgba(18, 25, 9, 0.05) 100%);
    pointer-events: none;
    z-index: 0;
}
.ww-tab {
    position: relative;
    z-index: 1;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    color: var(--p);
    text-align: center;
    cursor: pointer;
    padding: 0 clamp(6px, 0.8vw, 14px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--ww-gap);
    font-family: var(--t);
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.ww-tab + .ww-tab { border-left: 0; }
.ww-tab:hover { transform: translateY(-3px); }
.ww-tab:focus-visible {
    outline: 1px dashed rgba(237, 83, 41, 0.45);
    outline-offset: 6px;
    border-radius: 4px;
}
/* Oude onder-hairline uit (was voor het hokjes-design) */
.ww-tab::after { content: none; }

.ww-tab-num {
    /* Vaste hoogte zodat marker altijd exact op gecalculeerde positie staat —
       inhoud verticaal gecentreerd via flex om font-ascent verschillen weg te
       middelen. */
    height: var(--ww-num-h);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: clamp(28px, 2.6vw, 40px);
    color: var(--cta);
    opacity: 0.62;
    line-height: 1;
    letter-spacing: 0.2px;
    transition: opacity 0.55s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.ww-tab:hover .ww-tab-num { opacity: 0.85; }
.ww-tab.is-active .ww-tab-num {
    opacity: 1;
    transform: translateY(-2px);
}

/* De vogel-marker — vaste outer size (zodat alle sub-labels mooi gelijk
   uitlijnen). Twee pseudo-elementen die zacht crossfaden: ::before is het
   inactieve bolletje, ::after is de actieve vogel. Geen morphende
   border-radius/mask die er raar uitziet tijdens de overgang. */
.ww-tab-marker {
    width: var(--ww-marker);
    height: var(--ww-marker);
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    position: relative;
}
/* Inactief bolletje */
.ww-tab-marker::before {
    content: '';
    position: absolute;
    width: clamp(13px, 1.3vw, 16px);
    height: clamp(13px, 1.3vw, 16px);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--s);
    border: 1px solid rgba(18, 25, 9, 0.32);
    transition: opacity 0.4s ease,
                border-color 0.45s ease,
                transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 1;
}
/* Actieve vogel */
.ww-tab-marker::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--cta);
    -webkit-mask: url(../images/icoon.png) center / 88% no-repeat;
            mask: url(../images/icoon.png) center / 88% no-repeat;
    opacity: 0;
    transition: opacity 0.45s ease;
}
.ww-tab:hover .ww-tab-marker::before {
    border-color: var(--cta);
    transform: translate(-50%, -50%) scale(1.22);
}
.ww-tab.is-active .ww-tab-marker::before {
    opacity: 0;
}
.ww-tab.is-active .ww-tab-marker::after {
    opacity: 1;
    /* Statische oranje gloed (mid-point van oude animation-range) zodat de
       active marker blijft stralen terwijl de opacity-breath ademend werkt. */
    filter: drop-shadow(0 0 9px rgba(237, 83, 41, 0.5))
            drop-shadow(0 0 20px rgba(237, 83, 41, 0.24));
    animation: wwMarkerBreath 4.6s ease-in-out infinite;
    will-change: opacity;
}
@keyframes wwMarkerBreath {
    /* Filter-animatie weggehaald (forceerde per-frame recompositie van het
       drop-shadow filter). Opacity-only breath geeft hetzelfde adem-effect
       op het actieve werkwijze-tab marker, GPU-goedkoop. */
    0%, 100% { opacity: 0.7; }
    50%      { opacity: 1; }
}

.ww-tab-sub {
    font-weight: 600;
    font-size: clamp(10px, 0.78vw, 11.5px);
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--p);
    opacity: 0.68;
    transition: opacity 0.55s ease;
}
.ww-tab:hover .ww-tab-sub { opacity: 0.85; }
.ww-tab.is-active .ww-tab-sub { opacity: 0.85; }
.ww-tab.is-active .ww-tab-sub {
    opacity: 0.78;
}

/* ========== Panel — staat altijd op dezelfde plek, fadet zacht tussen
   fases. Twee-koloms editorial layout: links chapter-aanhef (Portugees
   woord + sub + grote titel), rechts body + lijst + cta. ========== */
.ww-panel {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    /* Min-height voorkomt dat de pagina hippelt bij wisselen van fase. */
    min-height: clamp(360px, 48vh, 520px);
}
.ww-panel-content {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(260px, 38%) 1fr;
    gap: clamp(32px, 5vw, 96px);
    align-items: start;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
    pointer-events: none;
}
.ww-panel-content.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s;
    pointer-events: auto;
}

.ww-panel-left {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 1.8vh, 22px);
    /* Dunne oranje verticale hairline aan de rechterkant van de chapter-zijde,
       schept stille verbinding met body-kolom. */
    position: relative;
}
.ww-panel-num {
    font-family: var(--t);
    font-weight: 300;
    font-size: clamp(44px, 4.4vw, 72px);
    color: var(--cta);
    line-height: 0.95;
    letter-spacing: -0.4px;
}
.ww-panel-sub {
    font-family: var(--t); font-weight: 600;
    font-size: clamp(10px, 0.82vw, 12px);
    letter-spacing: 3px; text-transform: uppercase;
    color: var(--p);
    opacity: 0.55;
}
.ww-panel-title {
    font-family: var(--t); font-weight: 300;
    font-size: clamp(28px, 3.2vw, 48px);
    line-height: 1.1;
    color: var(--p);
    letter-spacing: -0.4px;
    margin: clamp(4px, 0.6vh, 8px) 0 0;
    text-wrap: balance;
}
.ww-panel-title em {
    font-style: normal;
    font-weight: 400;
    color: var(--cta);
}

.ww-panel-right {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2.6vh, 30px);
    align-items: flex-start;
    max-width: 64ch;
}
.ww-panel-body {
    font-family: var(--t); font-weight: 300;
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.85;
    color: var(--p);
    opacity: 0.82;
    margin: 0;
    text-wrap: pretty;
}
.ww-panel-label {
    display: block;
    font-family: var(--t); font-weight: 600;
    font-size: 10px;
    letter-spacing: 2.8px; text-transform: uppercase;
    color: var(--cta);
    opacity: 0.85;
}
.ww-panel-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}
.ww-panel-list li {
    position: relative;
    padding: clamp(10px, 1.2vh, 14px) 0 clamp(10px, 1.2vh, 14px) 28px;
    font-family: var(--t); font-weight: 300;
    font-size: clamp(13.5px, 1vw, 15.5px);
    line-height: 1.55;
    color: var(--p);
    opacity: 0.82;
    border-bottom: 1px solid rgba(18, 25, 9, 0.08);
}
.ww-panel-list li:first-child {
    border-top: 1px solid rgba(18, 25, 9, 0.08);
}
.ww-panel-list li::before {
    content: '';
    position: absolute;
    left: 0; top: 50%;
    width: 14px; height: 1px;
    background: var(--cta);
    opacity: 0.55;
    transform: translateY(-50%);
}
.ww-panel-btn {
    align-self: flex-start;
    margin-top: clamp(10px, 1.4vh, 16px);
}
.ww-phase-tag {
    display: inline-block;
    font-family: var(--t); font-size: 10px; font-weight: 600;
    letter-spacing: 3px; text-transform: uppercase;
    padding: 7px 16px;
    color: var(--s);
    background: rgba(254, 242, 226, 0.06);
    border: 1px solid rgba(254, 242, 226, 0.16);
    border-radius: 999px;
}
.ww-phase-tag--free {
    color: var(--cta);
    background: rgba(237, 83, 41, 0.08);
    border-color: rgba(237, 83, 41, 0.3);
}
.ww-phase-sub {
    font-family: var(--t); font-size: 11px; font-weight: 600;
    letter-spacing: 4px; text-transform: uppercase;
    color: var(--cta);
    opacity: 0.85;
}
.ww-phase-title {
    font-family: var(--t); font-weight: 300;
    font-size: clamp(32px, 4.4vw, 60px);
    line-height: 1.12; letter-spacing: -0.6px;
    margin: 6px 0 12px;
    color: var(--s);
    text-wrap: balance;
}
.ww-phase-title em {
    font-style: italic; font-weight: 400;
    font-family: var(--t);
    color: var(--cta);
}
.ww-phase-body {
    font-family: var(--t); font-weight: 300;
    font-size: clamp(14px, 1.05vw, 16px);
    line-height: 1.95; opacity: 0.78;
    margin: 6px auto 4px;
    max-width: 560px;
    text-wrap: pretty;
}
.ww-phase-body em {
    font-style: italic; font-family: var(--t); font-weight: 400;
    color: var(--cta); opacity: 0.95;
    font-weight: 400;
}
/* Uitklapbaar 'Wat je krijgt' panel per fase */
.ww-phase-details {
    margin-top: 22px;
    border-top: 1px solid rgba(254, 242, 226, 0.1);
    width: 100%;
    max-width: 560px;
    text-align: left;
}
.ww-phase-details summary {
    cursor: pointer;
    list-style: none;
    display: flex; align-items: center; justify-content: space-between;
    gap: 14px;
    font-family: var(--t); font-weight: 600;
    font-size: 11px;
    letter-spacing: 3px; text-transform: uppercase;
    color: var(--cta);
    padding: 16px 0;
    transition: opacity 0.3s;
    user-select: none;
}
.ww-phase-details summary::-webkit-details-marker { display: none; }
.ww-phase-details summary { position: relative; }
.ww-phase-details summary span { flex: 1; }
.ww-detail-toggle {
    width: 22px; height: 22px;
    flex-shrink: 0;
    opacity: 0.85;
    transform-origin: center;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s, filter 0.4s;
    /* Subtiele 'adem' om uit te nodigen tot uitklappen, stopt bij [open] */
    animation: wwToggleHint 3.6s ease-in-out infinite;
    filter: drop-shadow(0 0 0 rgba(237, 83, 41, 0));
}
@keyframes wwToggleHint {
    0%, 100% {
        transform: scale(1);
        opacity: 0.7;
        filter: drop-shadow(0 0 0 rgba(237, 83, 41, 0));
    }
    50% {
        transform: scale(1.12);
        opacity: 1;
        filter: drop-shadow(0 0 8px rgba(237, 83, 41, 0.45));
    }
}
.ww-phase-details[open] .ww-detail-toggle {
    animation: none;
    transform: rotate(135deg);
    opacity: 1;
    filter: drop-shadow(0 0 0 rgba(237, 83, 41, 0));
}
.ww-phase-details summary:hover { opacity: 1; }
.ww-phase-details summary:hover .ww-detail-toggle {
    animation: none;
    opacity: 1;
    transform: scale(1.22);
    filter:
        drop-shadow(0 0 6px rgba(255, 210, 140, 0.85))
        drop-shadow(0 0 16px rgba(255, 170, 80, 0.65))
        drop-shadow(0 0 32px rgba(237, 140, 50, 0.45))
        drop-shadow(0 0 56px rgba(237, 83, 41, 0.3));
}
.ww-phase-details[open] summary:hover .ww-detail-toggle {
    transform: rotate(135deg) scale(1.22);
}
.ww-phase-details[open] summary {
    border-bottom: 1px solid rgba(237, 83, 41, 0.18);
    margin-bottom: 14px;
}
.ww-phase-details .ww-phase-list {
    margin-bottom: 18px;
    animation: ww-detail-fade 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes ww-detail-fade {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

.ww-phase-list {
    list-style: none; padding: 0; margin: 4px 0 0;
    display: flex; flex-direction: column; gap: 10px;
}
.ww-phase-list li {
    position: relative;
    padding-left: 22px;
    font-family: var(--t); font-weight: 300;
    font-size: clamp(13px, 1vw, 15px);
    line-height: 1.55;
    opacity: 0.78;
}
.ww-phase-list li::before {
    content: '';
    position: absolute;
    left: 0; top: 0.7em;
    width: 12px; height: 1px;
    background: var(--cta);
    opacity: 0.7;
}
.ww-phase-cta {
    align-self: center;
    margin-top: 26px;
    font-family: var(--t); font-weight: 500;
    font-size: 13px;
    letter-spacing: 1.5px; text-transform: uppercase;
    color: var(--cta);
    text-decoration: none;
    padding: 4px 0;
    border-bottom: 1px solid rgba(237, 83, 41, 0.4);
    transition: border-color 0.4s, letter-spacing 0.4s;
}
.ww-phase-cta:hover {
    border-color: var(--cta);
    letter-spacing: 2px;
}

/* .ww-phase-visual is uit gebruik (richting A: pure typografie zonder renders).
   CSS bewust gelaten zodat eventuele oudere caches niet stuk gaan, maar de
   class wordt niet meer gerendeerd in de HTML. */

/* Verplichte velden, oranje sterretje */
.km-required {
    color: var(--cta);
    font-weight: 600;
    margin-left: 4px;
    font-family: var(--t);
}

/* Pakket aanbod block */
.ww-package {
    background: var(--p);
    padding: clamp(80px, 12vh, 160px) clamp(32px, 6vw, 100px);
    text-align: center;
    color: var(--s);
    border-top: 1px solid rgba(254, 242, 226, 0.06);
}
.ww-package-inner {
    max-width: 700px; margin: 0 auto;
}
.ww-package-title {
    font-family: var(--t); font-weight: 300;
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.2;
    margin: 14px 0 18px;
    color: var(--s);
}
.ww-package-body {
    font-family: var(--t); font-weight: 300;
    font-size: clamp(15px, 1.15vw, 17px);
    line-height: 1.85; opacity: 0.78;
    max-width: 580px; margin: 0 auto 32px;
    text-wrap: pretty;
}

/* Editorial intro — gebruikt .kennismaking-editorial van homepage. Bovenkant
   houdt rust, onderkant strak op de tab-rij zodat intro en tabs als één
   editorial blok lezen in plaats van twee losse zones. */
.ww-editorial-intro {
    padding: clamp(80px, 12vh, 160px) clamp(32px, 5vw, 80px) clamp(20px, 3vh, 40px);
}
.ww-editorial-intro .ke-statement {
    max-width: 600px;
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1.95;
}
.ww-editorial-intro .ke-statement em {
    font-family: var(--t);
    font-style: normal;
    font-weight: 400;
    color: var(--cta);
    letter-spacing: 0;
}

/* Project / Editorial video block — gebruikt op portfolio-detail (boutique) en
   Achter Ave-Loura. Full-width cinematisch beeld, donkere achtergrond als de
   video laadt zodat de overgang naar het beeld zacht is. */
.project-video {
    background: var(--p);
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.project-video video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media (min-width: 1400px) {
    .project-video video {
        max-height: 86vh;
        object-fit: cover;
    }
}

/* Pakket-aanbod als sereen eindstatement bovenin de footer — zelfde patroon
   als homepage Confiança-blok: lichtbron icoontje gecentreerd boven label,
   tekst eronder, knop. Donkergroene achtergrond want het zit nu binnen
   <footer> dat al donkergroen is. */
.foot-laatste-woord {
    max-width: 640px;
    margin: clamp(24px, 4vh, 56px) auto clamp(56px, 8vh, 96px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.foot-laatste-woord .lichtbron-icon-wrap {
    margin-bottom: clamp(14px, 2vh, 22px);
}
.foot-laatste-label {
    display: inline-block;
    font-family: var(--t);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--cta);
    opacity: 0.85;
    margin-bottom: clamp(14px, 2vh, 22px);
}
.foot-laatste-body {
    font-family: var(--t);
    font-weight: 300;
    font-size: clamp(14px, 1.05vw, 16px);
    line-height: 1.9;
    color: var(--s);
    opacity: 0.82;
    text-align: center;
    text-wrap: pretty;
    max-width: 540px;
    margin: 0 auto clamp(18px, 2.4vh, 24px);
}

/* Klein zacht-oranje noot-regeltje onder foot-laatste-body, bv. de
   upgrade-korting op de Preview-pagina. Subtiel onder de hoofdtekst,
   eindigt boven de CTA-knop. */
.foot-laatste-noot {
    font-family: var(--t);
    font-weight: 400;
    font-size: clamp(12.5px, 0.95vw, 14px);
    line-height: 1.75;
    letter-spacing: 0.2px;
    color: var(--cta);
    opacity: 0.88;
    text-align: center;
    text-wrap: pretty;
    max-width: 520px;
    margin: 0 auto clamp(26px, 3.6vh, 36px);
}

/* Mobile — tijdlijn blijft (alleen smaller), sub-labels verdwijnen voor
   lucht. Panel stackt naar 1 kolom EN gebruikt geen absolute stacking meer
   (lange lijsten als Três 'Schetsontwerp' moeten nu op kleine telefoons goed
   passen — de hoogte schaalt automatisch met de actieve fase). */
@media (max-width: 880px) {
    .ww-index {
        padding: clamp(40px, 6vh, 70px) clamp(16px, 4vw, 32px) clamp(60px, 9vh, 100px);
    }
    .ww-shelf {
        margin-bottom: clamp(36px, 5vh, 56px);
        /* Mobile-overrides voor de variabelen — de lijn-calc en de marker-/
           num-/gap-maten volgen automatisch. */
        --ww-num-h: clamp(28px, 9vw, 40px);
        --ww-marker: 22px;
        --ww-gap: clamp(10px, 1.6vh, 16px);
        --ww-pad-top: 8px;
        padding: var(--ww-pad-top) 0 16px;
    }
    .ww-tab {
        padding: 0 2px;
    }
    .ww-tab-num {
        font-size: clamp(16px, 4.6vw, 22px);
    }
    .ww-tab-marker::before {
        width: 11px;
        height: 11px;
    }
    .ww-tab-sub {
        display: none;
    }
    /* Geen min-height + geen absolute stacking op mobiel: de panels hebben
       sterk wisselende lengtes (Três = 7 bullets), dus laten we de hoogte
       gewoon meegroeien met de actieve panel-content. */
    .ww-panel {
        min-height: 0;
    }
    .ww-panel-content {
        position: static;
        inset: auto;
        opacity: 0;
        transform: none;
        transition: opacity 0.35s ease;
        display: none;
        grid-template-columns: 1fr;
        gap: clamp(20px, 3vh, 32px);
    }
    .ww-panel-content.is-active {
        display: grid;
        opacity: 1;
        pointer-events: auto;
    }
    .ww-panel-num {
        font-size: clamp(36px, 9vw, 56px);
    }
    .ww-panel-title {
        font-size: clamp(24px, 6.4vw, 36px);
    }
    .ww-panel-body {
        font-size: clamp(14.5px, 4vw, 16px);
    }
}

/* ==========================================================================
   RENDERS GRID — Rechthoek layout met quote (Henri Fitzwilliam Lay stijl)
   ========================================================================== */
.renders-grid {
    background: var(--s);
    padding: clamp(40px, 5vw, 100px) clamp(40px, 5vw, 100px);
    padding-bottom: clamp(80px, 12vh, 160px);
}
.renders-grid-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(8px, 1.2vw, 16px);
    margin-bottom: clamp(8px, 1.2vw, 16px);
}
.renders-grid-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(8px, 1.2vw, 16px);
}
.renders-grid-cell {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}
.renders-grid-cell picture {
    display: block;
    position: relative;
}
.renders-grid-cell picture::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18,25,9,0.05) 0%, rgba(18,25,9,0.25) 100%);
    transition: background 0.5s ease;
    pointer-events: none;
}
.renders-grid-cell:hover picture::after {
    background: linear-gradient(180deg, rgba(18,25,9,0.15) 0%, rgba(18,25,9,0.45) 100%);
}
.renders-grid-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 3 / 4;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.renders-grid-cell:hover img {
    transform: scale(1.03);
}
/* Projectnaam overlay — centraal op de render, klikbaar */
.renders-project-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--t);
    font-size: clamp(11px, 1vw, 14px);
    font-weight: 600;
    letter-spacing: clamp(2.5px, 0.3vw, 4px);
    text-transform: uppercase;
    color: var(--s);
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 2px 12px rgba(0,0,0,0.5);
    z-index: 2;
    pointer-events: none;
    transition: letter-spacing 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.renders-grid-cell:hover .renders-project-name {
    letter-spacing: clamp(4px, 0.5vw, 6px);
}
.renders-grid-quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(40px, 6vw, 100px);
}
.renders-quote-mark {
    font-family: var(--t);
    font-size: clamp(52px, 5vw, 80px);
    font-weight: 700;
    color: var(--p);
    line-height: 1;
    margin-bottom: 32px;
}
.renders-quote-text {
    font-family: var(--t);
    font-size: clamp(18px, 1.8vw, 26px);
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    color: var(--p);
    text-wrap: balance;
}

/* Dienst-link herbruikbaar */
.dienst-link {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--t); font-size: 11px; font-weight: 600;
    letter-spacing: 2.5px; text-transform: uppercase;
    color: var(--p); text-decoration: none;
    transition: color 0.3s;
}
.dienst-link:hover { color: var(--cta); }
.dienst-link .arr::after { content: '\2192'; }

/* ==========================================================================
   INTERIEURS BLOK — Afbeelding + tekst op donkergroen
   ========================================================================== */
.interieurs-blok {
    background: var(--p);
    padding: clamp(80px, 12vh, 160px) clamp(40px, 5vw, 100px);
}
.interieurs-inner {
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(8px, 1.2vw, 16px);
    align-items: end;
}
.interieurs-image {
    overflow: hidden;
}
.interieurs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4 / 3;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.interieurs-image:hover img {
    transform: scale(1.03);
}
.interieurs-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    padding: clamp(40px, 6vw, 100px) clamp(40px, 6vw, 100px) clamp(4px, 1vw, 12px) clamp(40px, 6vw, 100px);
}
/* Lichtbron icoon — levendig: bij uitfaden krimpt icoon + halo wordt zachter,
   bij infaden groeit icoon + halo wordt warmer en sterker */
.lichtbron-icon-wrap {
    position: relative;
    width: clamp(24px, 2.4vw, 34px);
    height: clamp(24px, 2.4vw, 34px);
    display: block;
    margin-bottom: clamp(12px, 1.8vh, 18px);
}
/* Halo — meerdere lagen + blur voor een organische, vloeiende lichtval
   i.p.v. een zichtbaar rondje. Bewust beperkt in grootte (-130%) zodat de
   gloed het icoon ondersteunt i.p.v. domineert. */
.lichtbron-icon-wrap::before {
    content: '';
    position: absolute;
    inset: -130%;
    border-radius: 50%;
    /* Twee gestapelde radial-gradients: een warme kern + een bredere
       atmosferische gloed met meer tussenstops voor zachtere overgang.
       Centrale opacity bewust ingehouden zodat het icoon zelf het
       focuspunt blijft. */
    background:
        radial-gradient(circle at 50% 50%,
            rgba(255, 220, 150, 0.30) 0%,
            rgba(255, 210, 135, 0.22) 10%,
            rgba(255, 195, 110, 0.15) 22%,
            rgba(255, 180, 90, 0.09) 36%,
            rgba(255, 170, 75, 0.05) 52%,
            rgba(237, 160, 60, 0.02) 68%,
            transparent 90%
        ),
        radial-gradient(ellipse 70% 80% at 50% 50%,
            rgba(255, 200, 120, 0.12) 0%,
            rgba(255, 185, 95, 0.06) 38%,
            transparent 78%
        );
    /* Blur softent gradient-banding en geeft een natuurlijke, diffuse
       lichtval — geen scherpe rand. */
    filter: blur(5px);
    pointer-events: none;
    transform-origin: center;
    animation: lichtbronGlowBreath 4s ease-in-out infinite;
}
.lichtbron-icon-wrap img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    transform-origin: center;
    /* Cream-gekleurde icoon-PNG wordt direct geladen (icoon-cream.png /
       Logo-icoon-cream.png). Geen kleur-filter nodig: hierdoor is de
       weergave bullet-proof tegen browser-cache, oudere browsers en
       extensies die filters strippen. Alleen de warme drop-shadow blijft
       voor de gloed. */
    /* Statische warme gloed — wordt visueel versterkt door opacity+scale breath.
       Mid-point van de oude keyframe-range (5-20px) voor balans. */
    filter: drop-shadow(0 0 14px rgba(255, 215, 140, 0.65));
    animation: lichtbronIconBreath 4s ease-in-out infinite;
    will-change: opacity, transform;
}
.lichtbron-center {
    margin-left: auto;
    margin-right: auto;
}
/* Context-specifieke verticale tweaks — het lichtbron icoontje wordt iets
   omhoog getrokken zodat de halo de label/tekst eronder niet wegduwt en de
   compositie strakker oogt. */
.interieurs-content .lichtbron-icon-wrap {
    margin-top: clamp(-32px, -2.4vw, -16px);
}
.foot-confianca .lichtbron-icon-wrap {
    margin-top: clamp(-40px, -3vw, -20px);
    /* Geen eigen margin-bottom override → erft de default clamp(12px, 1.8vh, 18px)
       zodat de afstand icoon→titel exact gelijk is aan die in .interieurs-content. */
}

/* Splash-icoon halo: premium 'kaars in mist' gevoel.
   Drie gestapelde lagen voor oneindige diepte:
     1. Kern  fluistert warmte zonder hard centrum
     2. Mid   atmosferische bloei
     3. Ver   lange falloff die in het donkergroen oplost
   Heel lage opacity (max 0.13) zodat het licht *suggestie* is, geen vorm.
   Zware blur (55px) voor onzichtbare overgangen.
   mix-blend-mode: screen laat het licht optellen bij de achtergrond i.p.v.
   eroverheen liggen  dit is wat échte lichtbronnen doen en wat een halo
   premium maakt i.p.v. een gekleurd schijfje. */
.intro-icon-float.lichtbron-icon-wrap::before {
    inset: -240%;
    /* Sterker, sprankelender licht zonder banding: één hoofd-stop met
       hogere opacity (0.42 i.p.v. 0.22) plus subtiele kern voor diepte.
       Twee stops, geen middens, dus blur kan ringloos smelten. */
    background: radial-gradient(circle at 50% 50%,
        rgba(255, 222, 158, 0.42),
        transparent 72%
    );
    filter: blur(60px);
    /* Halo blijft ademen (lichtbronGlowBreath uit basis-regel) zodat het
       licht *leeft* als een echte lichtbron. Alleen het icoon zelf staat
       stil — de gloed mag bewegen. */
}
/* Splash-icoon-img: ignitie + sparkle-peak + ademen.
   Drie animaties achter elkaar:
     1. splashIconIgnite (3.9s): drop-shadow groeit van niets naar volle
        gloed met een korte sparkle-piek vlak vóór het einde (zoals een
        kaars die net vat krijgt en even feller oplaait).
     2. lichtbronIconBreathSplash (5s, infinite): rustige adem-puls die
        het icoon levend houdt na de ignitie. Bredere drop-shadow en
        hogere piek-opacity (0.78) dan eerdere ingehouden versie. */
.intro-icon-float.lichtbron-icon-wrap img {
    /* Geen ignitie en geen breath: het splash-icoon staat stil in zijn
       peak glow, exact zoals het op de finale screenshot stond.
       Vaste drop-shadow waarden die het sparkle-peak gevoel vasthouden
       zonder beweging. */
    animation: none;
    transform: scale(1);
    filter: drop-shadow(0 0 24px rgba(255, 225, 155, 0.72));
}

/* ==========================================================================
   AL-BTN — Verfijnde Ave-Loura oranje knop (uniform formaat overal)
   ========================================================================== */
.al-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 180px;
    padding: 9px 20px;
    border-radius: 999px;
    font-family: var(--t);
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--s);
    background: var(--cta);
    border: 1px solid var(--cta);
    transition: background 0.5s cubic-bezier(0.16, 1, 0.3, 1),
                color 0.5s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                gap 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}
.al-btn .al-btn-arrow {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 1px;
    background: currentColor;
    transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.al-btn .al-btn-arrow::after {
    content: '';
    position: absolute;
    right: 0; top: -2.5px;
    width: 5px; height: 5px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}
/* Hover: blijft vol oranje, alleen zachte oranje gloed eromheen */
.al-btn:hover {
    background: var(--cta);
    color: var(--s);
    gap: 12px;
    box-shadow: 0 0 0 5px rgba(237, 83, 41, 0.18),
                0 10px 40px rgba(237, 83, 41, 0.5);
}
.al-btn:hover .al-btn-arrow { width: 20px; }

/* Variant: op donkere/groene achtergrond — zelfde gloed maar net iets warmer */
.al-btn--dark:hover {
    background: var(--cta);
    color: var(--s);
    border-color: var(--cta);
    box-shadow: 0 0 0 5px rgba(237, 83, 41, 0.22),
                0 10px 40px rgba(237, 83, 41, 0.55);
}
.al-btn--dark:hover .al-btn-arrow { width: 20px; }
/* Variant: 'terug'-knop — pijltje wijst naar links, hoort psychologisch
   bij een terug-actie. Spiegelt het arrow-element en plaatst het vóór de tekst. */
.al-btn--back .al-btn-arrow { transform: scaleX(-1); }
/* Halo: bij uitfaden zachter & krimpt iets in, bij infaden warmer & breidt uit */
@keyframes lichtbronGlowBreath {
    0%, 100% {
        opacity: 0.5;
        transform: scale(0.82);
    }
    50% {
        opacity: 1;
        transform: scale(1.18);
    }
}
/* Icoon: bij uitfaden iets kleiner & dimmer, bij infaden groter & meer drop-shadow.
   Geen kleur-filters meer omdat de PNG zelf al cream is. Alleen drop-shadow
   ademing voor de warme gloed. */
@keyframes lichtbronIconBreath {
    /* Filter weggehaald uit keyframe — werd elke frame opnieuw berekend (hapering).
       Statische filter blijft op .lichtbron-icon-wrap img zelf. Adem = opacity + scale. */
    0%, 100% {
        opacity: 0.75;
        transform: scale(0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}
.interieurs-label {
    font-family: var(--t);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--s);
    opacity: 0.6;
    /* Strakker tegen de bodytekst: titel hoort visueel bij de paragraaf eronder */
    margin-bottom: clamp(8px, 1.2vh, 14px);
}
.interieurs-tekst {
    font-family: var(--t);
    font-size: clamp(13px, 0.95vw, 15px);
    font-weight: 300;
    line-height: 1.8;
    color: var(--s);
    opacity: 0.92;
    margin-bottom: clamp(28px, 4vh, 40px);
    text-align: left;
    text-wrap: pretty;
    hyphens: none;
    max-width: 420px;
}
/* Interieurs link — Ave-Loura stijl: levendig, met oranje pijl accent */
.interieurs-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: var(--t);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--s);
    text-decoration: none;
    padding: 2px 0;
    transition: gap 0.5s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s;
}
.interieurs-link .il-text {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}
.interieurs-link .il-text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 1px;
    background: var(--cta);
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.interieurs-link .il-arrow {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--cta);
    transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.interieurs-link .il-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--cta);
    border-right: 1px solid var(--cta);
    transform: rotate(45deg);
    transition: border-color 0.4s;
}
.interieurs-link:hover {
    gap: 22px;
    color: var(--cta);
}
.interieurs-link:hover .il-text::after {
    width: 100%;
}
.interieurs-link:hover .il-arrow {
    width: 48px;
}

/* ==========================================================================
   VERTROUWEN + CTA — Editorial 2-kolom layout op crème
   ========================================================================== */
.vertrouwen-cta {
    background: var(--s);
    padding: clamp(40px, 5vw, 100px) clamp(40px, 5vw, 100px) clamp(80px, 12vh, 160px);
}

/* 2-kolom: tekst linksboven + render rechts (uitgelijnd met renders-grid) */
.vertrouwen-cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(8px, 1.2vw, 16px);
    align-items: start;
}
.vct-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(8px, 1vw, 16px) clamp(40px, 6vw, 100px) clamp(8px, 1vw, 16px) clamp(8px, 1vw, 16px);
}
.vct-label {
    font-family: var(--t);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--cta);
    opacity: 0.85;
    margin-bottom: clamp(20px, 3vh, 32px);
}
.vct-title {
    font-family: var(--t);
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 400;
    line-height: 1.4;
    color: var(--p);
    margin-bottom: clamp(16px, 2vh, 24px);
    max-width: 420px;
    text-wrap: pretty;
}
.vct-subtitle {
    font-family: var(--t);
    font-size: clamp(14px, 1.1vw, 17px);
    font-weight: 300;
    line-height: 1.85;
    color: var(--p);
    opacity: 0.75;
    margin-bottom: clamp(28px, 4vh, 40px);
    max-width: 460px;
    text-align: left;
    text-wrap: balance;
    hyphens: none;
}
/* Link in vct: zelfde stijl als interieurs-link maar donkergroen op crème */
.vct-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: var(--t);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--p);
    text-decoration: none;
    padding: 2px 0;
    transition: gap 0.5s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s;
}
.vct-link .il-text {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}
.vct-link .il-text::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 24px; height: 1px;
    background: var(--cta);
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.vct-link .il-arrow {
    position: relative;
    display: inline-block;
    width: 32px; height: 1px;
    background: var(--cta);
    transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.vct-link .il-arrow::after {
    content: '';
    position: absolute;
    right: 0; top: -3px;
    width: 7px; height: 7px;
    border-top: 1px solid var(--cta);
    border-right: 1px solid var(--cta);
    transform: rotate(45deg);
}
.vct-link:hover { gap: 22px; color: var(--cta); }
.vct-link:hover .il-text::after { width: 100%; }
.vct-link:hover .il-arrow { width: 48px; }

/* Render rechts in 2-kolom — exact zelfde formaat als renders-grid-cell */
.vct-render {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}
.vct-render picture {
    display: block;
    position: relative;
}
.vct-render picture::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18,25,9,0.05) 0%, rgba(18,25,9,0.25) 100%);
    transition: background 0.5s ease;
    pointer-events: none;
}
.vct-render:hover picture::after {
    background: linear-gradient(180deg, rgba(18,25,9,0.15) 0%, rgba(18,25,9,0.45) 100%);
}
.vct-render img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 3 / 4;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.vct-render:hover img {
    transform: scale(1.03);
}
.vct-render-name {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--t);
    font-size: clamp(11px, 1vw, 14px);
    font-weight: 600;
    letter-spacing: clamp(2.5px, 0.3vw, 4px);
    text-transform: uppercase;
    color: var(--s);
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 2px 12px rgba(0,0,0,0.5);
    z-index: 2;
    pointer-events: none;
    transition: letter-spacing 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.vct-render:hover .vct-render-name {
    letter-spacing: clamp(4px, 0.5vw, 6px);
}

/* ==========================================================================
   DUAL PORTFOLIO
   ========================================================================== */
.dual {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 3px; padding: 3px 0;
}
.dual-card {
    position: relative; height: 70vh; overflow: hidden;
}
.dual-card img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.6s ease-out;
    will-change: transform;
}
.dual-card:hover img { transform: scale(1.02); }
.dual-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(0deg, rgba(18, 25, 9, 0.6) 0%, transparent 40%);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 44px; opacity: 0; transition: opacity 0.5s;
}
.dual-card:hover .dual-overlay { opacity: 1; }

/* ==========================================================================
   CTA — Dramatic Call to Action
   ========================================================================== */
.cta-section {
    padding: clamp(100px, 14vh, 180px) clamp(24px, 8vw, 120px);
    text-align: center;
    background: var(--s);
    position: relative;
}
.cta-title {
    font-family: var(--t); font-weight: 200;
    font-size: clamp(32px, 5vw, 64px); line-height: 1.2;
    color: var(--p); margin-bottom: 20px;
}
.cta-title em { font-style: italic; font-weight: 300; color: var(--cta); }
.cta-subtitle {
    font-family: var(--t); font-size: clamp(15px, 1.3vw, 18px);
    font-style: italic; font-weight: 300;
    color: var(--p); opacity: 0.4; margin-bottom: 48px;
}
.cta-btn {
    display: inline-block; font-family: var(--t);
    font-size: 11px; font-weight: 700; letter-spacing: 3px;
    text-transform: uppercase; padding: 22px 60px;
    background: var(--cta); color: var(--s);
    text-decoration: none;
    border-radius: 999px;
    box-shadow: 0 4px 30px rgba(237, 83, 41, 0.25);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.cta-btn:hover {
    box-shadow: 0 0 0 6px rgba(237, 83, 41, 0.18), 0 12px 48px rgba(237, 83, 41, 0.45);
}

/* ==========================================================================
   FOOTER — met Confiança · Vertrouwen testimonials geïntegreerd
   ========================================================================== */
footer {
    background: var(--p); color: var(--s);
    padding: clamp(80px, 12vh, 140px) clamp(40px, 5vw, 100px) clamp(48px, 6vh, 72px);
    position: relative; overflow: hidden;
}

/* Confiança testimonial-blok bovenin footer */
.foot-confianca {
    max-width: 760px;
    /* Symmetrische verticale ademruimte: gelijke marge boven en onder zodat
       het Klantenervaringen-blok als een gecentreerde eenheid in het groene
       vlak zweeft i.p.v. tegen de bovenkant geplakt zit. */
    margin: clamp(40px, 6vh, 72px) auto clamp(60px, 9vh, 100px);
    text-align: center;
    /* Garandeer dat alle children (icoon, label, quote, auteur, dots)
       horizontaal gecentreerd worden, ongeacht hun eigen display-mode. */
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* Geen losse aanhalingstekens boven de quote in de footer-context — de quote
   spreekt voor zichzelf, het label "Klantenervaringen" boven het icoon is
   genoeg context. */
.foot-confianca .vertrouwen-quote blockquote::before {
    content: none;
    display: none;
}
.foot-confianca .vertrouwen-quote blockquote p {
    padding-top: 0;
}
.foot-confianca-label {
    display: inline-block;
    font-family: var(--t);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--cta);
    opacity: 0.85;
    /* Exact dezelfde titel→tekst afstand als .interieurs-label, zodat de
       twee blokken een consistente ritme hebben. */
    margin-bottom: clamp(8px, 1.2vh, 14px);
}
.foot-confianca .vertrouwen-slider {
    position: relative;
    min-height: 180px;
    margin-bottom: 28px;
}
.foot-confianca .vertrouwen-quote {
    position: absolute; inset: 0;
    opacity: 0; transition: opacity 0.8s ease;
    display: flex; flex-direction: column; justify-content: center;
}
.foot-confianca .vertrouwen-quote.active { opacity: 1; position: relative; }
.foot-confianca blockquote {
    margin: 0;
    padding: 0;
}
.foot-confianca blockquote p {
    font-family: var(--t);
    font-size: clamp(15px, 1.3vw, 20px);
    font-weight: 300;
    font-style: italic;
    line-height: 1.7;
    color: var(--s);
    opacity: 0.85;
    margin: 0;
    text-wrap: balance;
}
.foot-confianca .vertrouwen-auteur {
    margin-top: clamp(20px, 3vh, 28px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.foot-confianca .vertrouwen-naam {
    font-family: var(--t);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--s);
    opacity: 0.9;
}
.foot-confianca .vertrouwen-project {
    font-family: var(--t);
    font-size: 12px;
    font-weight: 300;
    color: var(--s);
    opacity: 0.45;
}
.foot-confianca .vertrouwen-nav {
    display: flex; justify-content: center; gap: 10px;
    margin-top: 8px;
}
.foot-confianca .vertrouwen-dot {
    width: 14px; height: 14px;
    background: url('../images/icoon.png') center/contain no-repeat;
    opacity: 0.2;
    border: none; padding: 0; cursor: pointer;
    transition: all 0.4s;
}
.foot-confianca .vertrouwen-dot:hover { opacity: 0.45; transform: scale(1.1); }
.foot-confianca .vertrouwen-dot.active { opacity: 0.75; transform: scale(1.2); }

.foot-line-top {
    margin-bottom: clamp(40px, 5vh, 56px) !important;
    margin-top: 0 !important;
}

.foot-inner {
    max-width: 1400px; margin: 0 auto;
    display: flex; justify-content: space-between; align-items: flex-start;
    gap: 48px;
}
.foot-left { max-width: 320px; }
.foot-left .nav-logo { height: 24px; margin-bottom: 16px; }
.foot-logo-link {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.4s ease;
}
.foot-logo-link:hover { opacity: 0.75; }
.foot-logo-link .nav-logo { margin-bottom: 0; }
.foot-tag {
    font-family: var(--t); font-size: 13px; font-weight: 400;
    opacity: 0.55; line-height: 1.7;
}
.foot-right { display: flex; gap: 56px; }
.foot-col h4 {
    font-family: var(--t); font-size: 10px; font-weight: 700;
    letter-spacing: 3px; text-transform: uppercase;
    color: var(--cta); margin-bottom: 16px;
    opacity: 0.85;
}
.foot-col a {
    display: block; font-family: var(--t); font-size: 13px; font-weight: 400;
    color: var(--s); text-decoration: none;
    opacity: 0.55; margin-bottom: 8px; transition: opacity 0.3s;
    letter-spacing: 0.2px;
}
.foot-col a:hover { opacity: 1; }
/* Social link met inline icon (LinkedIn). Behoudt zelfde stijl als
   andere foot-col links, maar plaatst icoon vlak vóór de tekst. */
.foot-col a.foot-social {
    display: inline-flex; align-items: center; gap: 8px;
}
.foot-col a.foot-social svg {
    flex-shrink: 0; opacity: 0.85; transition: opacity 0.3s;
}
.foot-col a.foot-social:hover svg { opacity: 1; }
.foot-line {
    border: none; border-top: 1px solid rgba(254, 242, 226, 0.08);
    margin: clamp(48px, 6vh, 72px) auto 0; max-width: 1400px;
}
.foot-bottom {
    max-width: 1400px; margin: 20px auto 0;
    display: flex; justify-content: space-between;
    font-family: var(--t); font-size: 11px; font-weight: 400;
    opacity: 0.3;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   ACHTER AVE-LOURA — PAGE HERO
   ========================================================================== */
.fan-pattern {
    position: relative;
    overflow: hidden;
}
.fan-pattern > * {
    position: relative;
    z-index: 1;
}

/* Vonkjes-animatie: individuele waaiers als lichtbronnen */
.fan-sparkle-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.fan-spark {
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 0;
    animation: sparkle var(--dur, 10s) ease-in-out var(--delay, 0s) infinite;
}
.fan-spark::before {
    content: '';
    position: absolute;
    inset: -30px;
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(255, 200, 120, 0.40) 0%,
        rgba(255, 180, 90, 0.18) 30%,
        rgba(237, 160, 60, 0.06) 50%,
        transparent 70%
    );
}
.fan-spark::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/optimized/general/fan-icon.webp') center / contain no-repeat;
    filter: brightness(0) invert(1) sepia(0.4) saturate(2) hue-rotate(-10deg);
}

/* Vonkjes: zacht oplichten als lichtbronnen, lang zichtbaar, harmonieus */
@keyframes sparkle {
    0% { opacity: 0; }
    10% { opacity: 0.05; }
    25% { opacity: 0.45; }
    40% { opacity: 0.6; }
    55% { opacity: 0.5; }
    70% { opacity: 0.35; }
    85% { opacity: 0.1; }
    100% { opacity: 0; }
}

/* Hero vonkjes — subtiel, titel is de ster */
.page-hero .fan-sparkle-layer {
    opacity: 0.35;
}
/* Hero lichtecho's — zichtbaarder dan homepage (eigen keyframes) */
.page-hero .spotlight-lights .light-echo {
    animation: heroEchoFloat var(--dur, 10s) ease-in-out var(--delay, 0s) infinite;
}
@keyframes heroEchoFloat {
    /* Zacht in- en uitfaden, zoals vogels die de schemering uit en in
       glijden. Ruime stilte aan begin en eind zodat het zwermpje
       continu wisselend van samenstelling lijkt. */
    0%   { opacity: 0; }
    18%  { opacity: 0; }
    32%  { opacity: 0.45; filter: brightness(1.1); }
    50%  { opacity: 0.55; filter: brightness(1.05); }
    68%  { opacity: 0.4;  filter: brightness(1); }
    85%  { opacity: 0.1; }
    100% { opacity: 0; }
}
/* Micro-leven voor ~30% van de Achter Ave-Loura echoes: subtiel Y-bobje +
   scale-puls bovenop de fade-cyclus. Echo blijft op zijn plek (geen
   migratie) maar voelt levendiger ademen. Per orb eigen dur/delay zodat
   ze niet synchroon doen. */
.page-hero .light-echo.alive-extra {
    animation:
        heroEchoFloat var(--dur, 14s) ease-in-out var(--delay, 0s) infinite,
        echoAlive var(--alive-dur, 6s) ease-in-out var(--alive-delay, 0s) infinite;
}
@keyframes echoAlive {
    /* --echo-scale houdt de individuele orb-schaal vast; we voegen
       multipliers en Y-offset toe voor zichtbaar leven. Genoeg beweging
       om détecteerbaar te zijn, klein genoeg om "rustend" te blijven. */
    0%   { transform: scale(var(--echo-scale, 1)) translateY(0); }
    30%  { transform: scale(calc(var(--echo-scale, 1) * 1.08)) translateY(-5px); }
    55%  { transform: scale(calc(var(--echo-scale, 1) * 0.94)) translateY(3px); }
    78%  { transform: scale(calc(var(--echo-scale, 1) * 1.06)) translateY(-4px); }
    100% { transform: scale(var(--echo-scale, 1)) translateY(0); }
}
.page-hero .spotlight-lights .light-echo::before {
    inset: -50px;
    background: radial-gradient(circle,
        rgba(255, 200, 120, 0.35) 0%,
        rgba(255, 180, 90, 0.15) 35%,
        transparent 65%
    );
}
/* Sparse echoes (werkwijze + portfolio) — nog subtieler dan Achter Ave-Loura
   echoes. Lagere max-opacity zodat ze achtergrond blijven en de V-flock de
   ster blijft. */
.spotlight-sparse .light-echo {
    animation: heroEchoFloatSparse var(--dur, 14s) ease-in-out var(--delay, 0s) infinite !important;
}
.spotlight-sparse .light-echo::before {
    inset: -35px !important;
    background: radial-gradient(circle,
        rgba(255, 200, 120, 0.22) 0%,
        rgba(255, 180, 90, 0.10) 35%,
        transparent 65%
    ) !important;
}
@keyframes heroEchoFloatSparse {
    0%   { opacity: 0; }
    20%  { opacity: 0; }
    35%  { opacity: 0.25; filter: brightness(1.05); }
    55%  { opacity: 0.32; filter: brightness(1); }
    72%  { opacity: 0.2;  filter: brightness(1); }
    88%  { opacity: 0.06; }
    100% { opacity: 0; }
}

/* Grote centrale lichtbron — achter de titel, als oorsprong van de vogels */
.hero-central-glow {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 420px; height: 420px;
    z-index: 0;
    pointer-events: none;
    animation: centralPulse 8s ease-in-out infinite;
}
/* De warme glow cirkel */
.hero-central-glow::before {
    content: '';
    position: absolute;
    inset: -80px;
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(255, 200, 120, 0.18) 0%,
        rgba(255, 180, 90, 0.10) 25%,
        rgba(237, 160, 60, 0.04) 45%,
        transparent 65%
    );
}
/* Het icoon zelf — groot, zacht, warm getint */
.hero-central-icon {
    width: 100%; height: 100%;
    object-fit: contain;
    opacity: 0.08;
    filter: brightness(0) invert(1) sepia(0.3) saturate(1.5) hue-rotate(-10deg);
    animation: centralIconPulse 8s ease-in-out infinite;
}

@keyframes centralPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.06); }
}
@keyframes centralIconPulse {
    0%, 100% { opacity: 0.08; }
    50% { opacity: 0.13; }
}
/* Vision block — geen geanimeerde vonkjes (alleen rustig achtergrond-patroon) */
.about-vision .fan-sparkle-layer {
    display: none;
}
/* Footer — geen geanimeerde vonkjes (alleen rustig achtergrond-patroon) */
footer .fan-sparkle-layer {
    display: none;
}

.page-hero {
    background: var(--p);
    min-height: 100vh; min-height: 100dvh;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    text-align: center;
    padding: 120px 48px 80px;
    position: relative;
}
.page-hero-inner {
    max-width: 900px; margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* === HERO MET GESCHILDERDE ACHTERGROND — verhaallijn-pagina's ===
   Gebruikt op Achter Ave-Loura (oorsprong / jungle), Werkwijze (de reis /
   open lucht), Portfolio (aankomst / interieur-hint). Het schilderij ligt als
   atmosfeer-laag onder een donker veil; tekst en vogels staan ervoor. Zo voelt
   elke pagina als een hoofdstuk in hetzelfde verhaal in plaats van losse
   begin-schermen die elkaar herhalen. */
.page-hero.has-painting {
    overflow: hidden;
}
.page-hero-painting {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* Niet als poster maar als atmosfeer: lichte blur + ruimere opacity zodat
       de luchten echt ademen onder de murmuratie. */
    filter: blur(2px);
    opacity: 0.72;
    transform: scale(1.06); /* vangt de blur-edges op */
}
.page-hero-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    /* Neutrale zwarte veil — lichter dan voorheen zodat de drie luchten
       ademen. Donker boven + onder, lichter midden voor leesbaarheid van
       label en titel zonder het schilderij te smoren. */
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0.15) 45%,
        rgba(0, 0, 0, 0.50) 100%);
}
.page-hero.has-painting .scroll-cue,
.page-hero.has-painting .bird-flock {
    z-index: 2;
}

/* Vogels in painting-hero zijn duidelijk kleiner zodat het schilderij ademt
   en de zwerm voelt als 'in de verte', niet 'op de voorgrond'. */
/* V-vogels op painting-hero's nu 25% kleiner zodat de schaalsprong met de
   murmuratie-stipjes op Achter Ave-Loura vloeiender voelt — zelfde palette
   en gloed-DNA, maar dichter bij elkaar in maat. */
.page-hero.has-painting .bird-leader {
    width: calc(clamp(17px, 1.8vw, 28px) * var(--bird-size-mult, 1));
    height: calc(clamp(17px, 1.8vw, 28px) * var(--bird-size-mult, 1));
}
.page-hero.has-painting .bird-wing-a,
.page-hero.has-painting .bird-wing-b {
    width: calc(clamp(12px, 1.4vw, 21px) * var(--bird-size-mult, 1));
    height: calc(clamp(12px, 1.4vw, 21px) * var(--bird-size-mult, 1));
}
.page-hero.has-painting .bird-tail {
    width: calc(clamp(11px, 1.1vw, 17px) * var(--bird-size-mult, 1));
    height: calc(clamp(11px, 1.1vw, 17px) * var(--bird-size-mult, 1));
}
.page-hero.has-painting .bird-extra {
    width: calc(clamp(10px, 1.05vw, 15px) * var(--bird-size-mult, 1));
    height: calc(clamp(10px, 1.05vw, 15px) * var(--bird-size-mult, 1));
}

@media (max-width: 880px) {
    .page-hero { padding: 110px 28px 80px; }
    .page-hero-painting { filter: blur(2px); opacity: 0.68; }

    /* Halo en zweef-drift blijven nu ook op mobiel actief — alle dure
       filter-animaties zijn vervangen door statische drop-shadow/blur (1×
       gerendered, GPU-cached) en een transform-only birdHover. Daardoor
       hebben mobiel en desktop dezelfde uitstraling zonder hapering. */
    .page-hero.has-painting .bird-flight::before {
        /* Iets minder blur-radius zodat de halo-rendering goedkoper blijft op
           kleinere viewport (kleinere blur = minder pixels). */
        filter: blur(20px);
        background: radial-gradient(circle at 50% 50%,
            rgba(255, 222, 158, 0.28),
            transparent 70%);
    }
    /* Eén zwerm minder zichtbaar op telefoon — minder concurrent transforms,
       en rustiger compositie op klein scherm. flock-distant is de zwakste. */
    .page-hero.has-painting .bird-flock.flock-distant {
        display: none;
    }
}

/* Zorg dat scroll-cue klikken landt mét vrije ruimte onder de fixed nav.
   scroll-padding-top op de scroll-root werkt betrouwbaarder dan
   scroll-margin-top voor smooth scrollIntoView. */
html {
    scroll-padding-top: 90px;
}

/* Tijdens de scroll-cue tween pauzeren we de zware sier-animaties zodat
   de scroll niet hoeft te concurreren om GPU-tijd. Geldt voor de murmuratie-
   canvas (via JS), bird-flock CSS-animaties, halos, en reveal-transitions.
   Wordt automatisch door JS aan/uit gezet (klasse `is-cue-scrolling` op body). */
body.is-cue-scrolling .bird-flock,
body.is-cue-scrolling .bird-flight,
body.is-cue-scrolling .bird-flock-orbit,
body.is-cue-scrolling .bird-flight::before {
    animation-play-state: paused !important;
}
body.is-cue-scrolling .reveal,
body.is-cue-scrolling .reveal.vis {
    transition: none !important;
}
/* GPU-laag forceren op de hero-painting tijdens scroll zodat het zware
   background-image niet per frame opnieuw geschilderd hoeft te worden
   (vooral relevant voor portfolio met grote bg + filter-blur). */
body.is-cue-scrolling .page-hero,
body.is-cue-scrolling .page-hero-painting,
body.is-cue-scrolling .page-hero-veil {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Scroll indicator */
.scroll-cue-center {
    position: absolute;
    bottom: 40px; left: 50%;
    transform: translateX(-50%);
    display: flex; flex-direction: column;
    align-items: center; gap: 10px;
    animation: rise 0.8s ease 1.2s both;
    writing-mode: horizontal-tb;
    /* Klikbaar op subpagina's: brengt bezoeker met smooth scroll naar
       de eerste sectie onder de hero. Cursor + lichte hover-feedback. */
    cursor: pointer;
    padding: 8px 14px;
    border-radius: 999px;
    transition: transform 0.25s ease, opacity 0.25s ease;
    outline: none;
}
.scroll-cue-center:hover,
.scroll-cue-center:focus-visible {
    transform: translateX(-50%) translateY(3px);
}
.scroll-cue-center:focus-visible {
    box-shadow: 0 0 0 2px rgba(237, 83, 41, 0.55);
}
.scroll-cue-center span {
    font-family: var(--t); font-size: 10px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    color: var(--cta); opacity: 0.85;
    text-shadow: 0 0 14px rgba(237, 83, 41, 0.65),
                 0 0 28px rgba(237, 83, 41, 0.35);
    /* Breath via opacity-only — was filter:drop-shadow animatie maar die forceerde
       per-frame filter-recompositie (hapering bij page-load op alle hero's). */
    animation: scrollCueBreath 3.2s ease-in-out infinite;
    will-change: opacity;
}
.scroll-arrow {
    width: 1px; height: 36px;
    background: linear-gradient(to bottom, rgba(237, 83, 41, 0.95), transparent);
    position: relative;
    /* Pure transform+opacity animatie (scrollBounce). Statische filter blijft
       voor de gloed; filter-animatie weggehaald omdat die per frame
       herberekend werd. */
    animation: scrollBounce 2s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(237, 83, 41, 0.85)) drop-shadow(0 0 22px rgba(237, 83, 41, 0.45));
    will-change: transform, opacity;
}
.scroll-arrow::after {
    content: '';
    position: absolute; bottom: 0; left: -3.5px;
    width: 8px; height: 8px;
    border-bottom: 1.5px solid rgba(237, 83, 41, 0.98);
    border-right: 1.5px solid rgba(237, 83, 41, 0.98);
    transform: rotate(45deg);
}
@keyframes scrollCueBreath {
    /* Was filter:drop-shadow animatie — heavy. Nu opacity-only:
       GPU-cheap, gelijk visueel effect (zachte adem). */
    0%, 100% { opacity: 0.7; }
    50%      { opacity: 1; }
}
@keyframes scrollBounce {
    0%, 100% { transform: translateY(0); opacity: 1; }
    50% { transform: translateY(8px); opacity: 0.5; }
}
.page-hero-label {
    display: block;
    font-family: var(--t);
    font-size: clamp(14px, 1.4vw, 19px); font-weight: 400;
    letter-spacing: 4.5px; text-transform: uppercase;
    color: var(--s); opacity: 0.92;
    margin-bottom: 20px;
    animation: rise 0.8s ease 0.2s both;
}
/* ==========================================================================
   BIRD-FLOCK — Ave-Loura vogel-zwerm in V-formatie
   ==========================================================================
   Het icoon is een vogel; een klein zwermpje in strakke V-formatie vliegt
   continu door de hero-lucht. De wrapper roteert in de bewegingsrichting
   zodat de vogels altijd "vooruit" wijzen. Elke vogel draagt z'n eigen
   ademende halo — als een echte lichtbron. Infinite loop = altijd in
   beeld, nooit "uit het niets". */
.bird-flock {
    position: absolute;
    top: 0; left: 0;
    width: clamp(140px, 14vw, 200px);
    height: clamp(140px, 14vw, 200px);
    pointer-events: none;
    z-index: 4;
    opacity: 0;
    will-change: transform, opacity;
    /* Snelle fade-in zodat het zwermpje meteen zichtbaar is (klant kan
       het detail anders missen voordat ze scrollen). */
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}
.bird-flock.flying {
    /* Alleen de fade-in. De vroegere flockGolf-overlay (CSS @property
       animation van een length-variable binnen calc()) gaf hapering op iOS
       Safari omdat die path niet compositor-versneld wordt. De orbit-
       animatie op .bird-flock-orbit zorgt al voor voldoende beweging; de
       golf-overlay was sieraad, niet substantie. */
    animation: flockFadeIn 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}

@keyframes flockFadeIn {
    to { opacity: 1; }
}

/* V-FORMATIE — leider voorop bovenin (V wijst standaard naar boven),
   twee jongere vogels rechts en links onderaan, optionele staart-vogel
   verder achter. Wrapper-rotation maakt de hele V naar bewegingsrichting
   wijzen. */
.bird-flight {
    position: absolute;
    pointer-events: none;
}
.bird-flight img {
    width: 100%; height: 100%;
    object-fit: contain;
    /* GEEN drop-shadow op de roterende img — die filter zou per frame
       opnieuw geraster moeten worden tijdens de wing-bank, wat hapering gaf
       op zowel Chrome als Safari. Glow komt nu volledig van de statische
       radial halo in .bird-flight::before (warmer + iets feller om het
       verlies van de tight silhouet-glow te compenseren). */
    animation: birdWingBank 2.4s ease-in-out infinite;
    transform-origin: 50% 50%;
    will-change: transform;
}
/* Per-vogel async wing-bank zodat de zwerm niet synchroon kantelt — elk
   dier voelt z'n eigen luchtstroom. Korte cycle (2-3s) + kleine rotatie
   (-3°/+3°) suggereert vleugel-bank tijdens glijdende vlucht. */
.bird-leader img { animation-delay: 0s;    animation-duration: 2.4s; }
.bird-wing-a img { animation-delay: -0.7s; animation-duration: 2.6s; }
.bird-wing-b img { animation-delay: -1.4s; animation-duration: 2.2s; }
.bird-tail   img { animation-delay: -0.4s; animation-duration: 2.5s; }
.bird-extra  img { animation-delay: -1.1s; animation-duration: 2.3s; }

/* WING-BANK — micro-rotatie (-3° → +3°) die suggereert dat het wezen
   meebuigt met luchtstromen tijdens een glijdende vlucht. Géén XY-drift
   (dat was zweven, niet vliegen). Pure rotation = GPU-cheap, en geeft de
   "schip op golven" cadans die echte zwermen tijdens lange afstanden
   doen. */
@keyframes birdWingBank {
    0%, 100% { transform: rotate(-3deg); }
    50%      { transform: rotate(3deg); }
}

/* Micro-leven: subtiel Y-bobje + lichte rotatie-wiebel + scale-puls.
   Soms een "soft bump" voelmoment (mid-keyframe afwijking) zoals een vogel
   die door een luchtstroom glijdt. Klein genoeg om premium te blijven. */
@keyframes birdLife {
    0%   { transform: translateY(0) rotate(0deg) scale(1); }
    18%  { transform: translateY(-2px) rotate(1.5deg) scale(1.02); }
    35%  { transform: translateY(1px) rotate(-1deg) scale(1); }
    52%  { transform: translateY(-3px) rotate(2deg) scale(1.03); }
    68%  { transform: translateY(0) rotate(-1.5deg) scale(0.99); }
    84%  { transform: translateY(-1px) rotate(0.5deg) scale(1.01); }
    100% { transform: translateY(0) rotate(0deg) scale(1); }
}
/* Halo per vogel — STATISCH (geen scale-breath animatie). De blur wordt
   1× gerendered en gecompositied in een eigen GPU-laag. Met @property
   verwijderd uit de parent transform en translate3d voor GPU-laag mag de
   halo gerust groot zijn — kost geen recompositie tijdens orbit-vlucht.
   Resultaat: de warme lichtbron-uitstraling blijft echt voelbaar. */
.bird-flight::before {
    content: '';
    position: absolute; inset: -110%;
    background: radial-gradient(circle at 50% 50%,
        rgba(255, 222, 158, 0.50) 0%,
        rgba(255, 210, 145, 0.24) 35%,
        transparent 72%);
    filter: blur(22px);
    pointer-events: none;
    z-index: -1;
}
/* Posities binnen de V-formatie — V wijst standaard naar boven (noorden) */
.bird-leader {
    width: calc(clamp(38px, 4vw, 58px) * var(--bird-size-mult, 1));
    height: calc(clamp(38px, 4vw, 58px) * var(--bird-size-mult, 1));
    top: 0; left: 50%; transform: translateX(-50%);
}
.bird-wing-a {
    width: calc(clamp(28px, 3vw, 44px) * var(--bird-size-mult, 1));
    height: calc(clamp(28px, 3vw, 44px) * var(--bird-size-mult, 1));
    top: 38%; left: 14%;
}
.bird-wing-b {
    width: calc(clamp(28px, 3vw, 44px) * var(--bird-size-mult, 1));
    height: calc(clamp(28px, 3vw, 44px) * var(--bird-size-mult, 1));
    top: 38%; right: 14%;
}
.bird-tail {
    width: calc(clamp(24px, 2.5vw, 36px) * var(--bird-size-mult, 1));
    height: calc(clamp(24px, 2.5vw, 36px) * var(--bird-size-mult, 1));
    top: 72%; left: 50%; transform: translateX(-50%);
}
/* Vijfde vogel voor 5-bird groepjes — asymmetrisch achter de staart, geeft
   variatie t.o.v. de strakke V-formatie. */
.bird-extra {
    width: calc(clamp(22px, 2.3vw, 34px) * var(--bird-size-mult, 1));
    height: calc(clamp(22px, 2.3vw, 34px) * var(--bird-size-mult, 1));
    top: 92%; left: 65%;
}

/* === ORBIT/SWEEP per pagina ===
   De wrapper krijgt een tweede animation toegevoegd via een nested element.
   We gebruiken een inner .bird-flock-orbit div om fade-in (op de wrapper)
   en orbit (op de inner) zonder transform-conflict te combineren. */
.bird-flock-orbit {
    position: absolute;
    inset: 0;
}

/* WERKWIJZE — sierlijke boog rechtsonder → linksboven, met meebuigende
   left-bank rotatie. Sneller (24s) + negative animation-delay zodat de
   zwerm al midden in haar baan is bij page-load: direct zichtbaar i.p.v.
   wachten op entry vanaf off-screen. */
.bird-flock[data-bird-direction="rtl-up"] .bird-flock-orbit {
    animation: flockArcWerkwijze 18s linear infinite;
    animation-delay: -5s;
}
@keyframes flockArcWerkwijze {
    /* Rechtsonder entry → boog omhoog langs rechts → over tekst → exit
       linksboven. Rotation NEGATIEF (CCW): waaier wijst horizontaal
       rechts vanaf entry, bouwt door tot -115° aan exit. */
    0%   { transform: translate(120vw, 95vh) rotate(-55deg); }
    10%  { transform: translate(102vw, 78vh) rotate(-58deg); }
    22%  { transform: translate(88vw, 58vh)  rotate(-62deg); }
    33%  { transform: translate(78vw, 38vh)  rotate(-66deg); }
    44%  { transform: translate(70vw, 22vh)  rotate(-70deg); }
    55%  { transform: translate(58vw, 14vh)  rotate(-75deg); }
    65%  { transform: translate(44vw, 12vh)  rotate(-82deg); }
    75%  { transform: translate(30vw, 14vh)  rotate(-90deg); }
    84%  { transform: translate(15vw, 18vh)  rotate(-98deg); }
    92%  { transform: translate(-2vw, 22vh)  rotate(-106deg); }
    100% { transform: translate(-25vw, 28vh) rotate(-115deg); }
}

/* PORTFOLIO — sierlijke boog vanuit linksonder, langs de linkerkant
   omhoog en over de tekst heen naar rechtsboven (zoals de gele lijn in
   je screenshot). NOOIT door de tekst — pad gaat eromheen via links en
   boven. Geen rotatie, linear timing. */
.bird-flock[data-bird-direction="ltr-up"] .bird-flock-orbit {
    animation: flockArcPortfolio 20s linear infinite;
    animation-delay: -5s;
}
@keyframes flockArcPortfolio {
    /* Vloeiende boog vanuit lager-links → over de bovenste 40vh → exit
       rechtsboven. Rotation berekend per segment via atan2(dy,dx)+90° zodat
       de V écht meedraait met de flight-tangent (V wijst altijd in de
       richting waar de zwerm vliegt). */
    0%   { transform: translate(-32vw, 70vh) rotate(40deg); }
    12%  { transform: translate(-15vw, 50vh) rotate(40deg); }
    24%  { transform: translate(0vw, 32vh)   rotate(52deg); }
    36%  { transform: translate(18vw, 18vh)  rotate(68deg); }
    48%  { transform: translate(38vw, 10vh)  rotate(84deg); }
    60%  { transform: translate(58vw, 8vh)   rotate(102deg); }
    72%  { transform: translate(76vw, 12vh)  rotate(114deg); }
    84%  { transform: translate(94vw, 20vh)  rotate(121deg); }
    100% { transform: translate(124vw, 38vh) rotate(121deg); }
}

/* Flock-varianten voor gevarieerde compositie. Het schalen gebeurt NIET op
   de wrapper (dat zou het hele orbit-pad mee-schalen waardoor vogels mid-
   screen lijken op te ploppen i.p.v. van off-screen in te vliegen) maar op
   de bird-sizes via --bird-size-mult. Y-band shift gebeurt wel op de wrapper
   (translate is veilig — verschuift het pad zonder te verkleinen). */
.bird-flock {
    --flock-ty: 0px;
    --bird-size-mult: 1;
    /* translate3d forceert een eigen GPU-laag zodat de orbit op het
       inner-element en de wing-bank op de img's gecompositied worden
       zonder dat browser elders moet reflowen. GEEN `contain: paint` hier:
       de orbit transformeert de inner-div tot 120vw verderop, en `paint`
       zou alles buiten de 200px wrapper wegclippen. will-change geeft de
       GPU-promotion die we nodig hebben zonder clipping. */
    transform: translate3d(0, var(--flock-ty), 0);
    transform-origin: center;
    will-change: transform;
}

/* Size-modifiers (depth) — kleinere vogels, lagere opacity voor diepte */
.bird-flock.flock-near    { --bird-size-mult: 1;     opacity: 1; }
.bird-flock.flock-mid     { --bird-size-mult: 0.78;  opacity: 0.92; }
.bird-flock.flock-far     { --bird-size-mult: 0.6;   opacity: 0.82; }
.bird-flock.flock-distant { --bird-size-mult: 0.42;  opacity: 0.62; }
.bird-flock.flock-solo    { --bird-size-mult: 0.55;  opacity: 0.72; }

/* Band-modifiers (hoogte in viewport) — verschuif de hele orbit-baan */
.bird-flock.flock-high { --flock-ty: -14vh; }
.bird-flock.flock-low  { --flock-ty:  12vh; }

/* Timing-modifiers — zwermen op verschillende punten in hun boog op page-load.
   Duraties versneld (was 26-40s, nu 18-25s) zodat de zwermen voorwaartse
   vlucht-energie krijgen i.p.v. trage glide. */
.bird-flock.flock-mid     .bird-flock-orbit { animation-delay:  -7s !important; animation-duration: 19s !important; }
.bird-flock.flock-far     .bird-flock-orbit { animation-delay: -10s !important; animation-duration: 21s !important; }
.bird-flock.flock-distant .bird-flock-orbit { animation-delay: -13s !important; animation-duration: 23s !important; }
.bird-flock.flock-high    .bird-flock-orbit { animation-delay:  -6s !important; animation-duration: 19s !important; }
.bird-flock.flock-low     .bird-flock-orbit { animation-delay:  -8s !important; animation-duration: 21s !important; }
.bird-flock.flock-solo    .bird-flock-orbit { animation-delay: -11s !important; animation-duration: 25s !important; }

/* === MURMURATIE — boids-zwerm op canvas =================================
   Echte spreeuwen-zwerm via een boids-simulatie (separation/alignment/
   cohesion). Het canvas wordt door JS in .murmuration-host gegenereerd en
   vult de hele hoster. Z-index 2 zodat de wolk boven het veil van het
   schilderij vliegt maar onder de tekst (z-index 3). */
.murmuration-host {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}
.murmuration-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
/* Tekst-content moet boven de murmuratie blijven */
.page-hero.has-painting .page-hero-inner,
.page-hero.has-painting .scroll-cue {
    z-index: 3;
}

/* === EXTRA PATHS — voor compositie-variatie zonder kruisende paden ===
   Vier nieuwe banden naast de bestaande ltr-up / rtl-up bogen, zodat
   meerdere zwermen door verschillende delen van het beeld kunnen trekken
   i.p.v. allemaal door de bovenkant. */

/* LANGS DE ONDERKANT — Links → Rechts, lichte deining */
.bird-flock[data-bird-direction="ltr-low"] .bird-flock-orbit {
    animation: flockGlideLow 22s linear infinite;
    animation-delay: -6s;
}
@keyframes flockGlideLow {
    0%   { transform: translate(-32vw, 78vh) rotate(78deg); }
    25%  { transform: translate(8vw,   84vh) rotate(82deg); }
    50%  { transform: translate(45vw,  82vh) rotate(85deg); }
    75%  { transform: translate(82vw,  76vh) rotate(88deg); }
    100% { transform: translate(125vw, 72vh) rotate(92deg); }
}

/* LANGS DE ONDERKANT — Rechts → Links */
.bird-flock[data-bird-direction="rtl-low"] .bird-flock-orbit {
    animation: flockGlideLowReverse 22s linear infinite;
    animation-delay: -10s;
}
@keyframes flockGlideLowReverse {
    0%   { transform: translate(125vw, 74vh) rotate(-78deg); }
    25%  { transform: translate(82vw,  78vh) rotate(-82deg); }
    50%  { transform: translate(45vw,  84vh) rotate(-85deg); }
    75%  { transform: translate(8vw,   80vh) rotate(-88deg); }
    100% { transform: translate(-32vw, 76vh) rotate(-92deg); }
}

/* HORIZONTALE TRAVERSE DOOR HET MIDDEN — Links → Rechts */
.bird-flock[data-bird-direction="ltr-mid"] .bird-flock-orbit {
    animation: flockGlideMid 20s linear infinite;
    animation-delay: -8s;
}
@keyframes flockGlideMid {
    0%   { transform: translate(-32vw, 46vh) rotate(86deg); }
    50%  { transform: translate(45vw, 50vh) rotate(90deg); }
    100% { transform: translate(125vw, 48vh) rotate(94deg); }
}

/* HOGE BAAN — Rechts → Links langs de top */
.bird-flock[data-bird-direction="rtl-high"] .bird-flock-orbit {
    animation: flockGlideHigh 19s linear infinite;
    animation-delay: -12s;
}
@keyframes flockGlideHigh {
    0%   { transform: translate(125vw, 14vh) rotate(-86deg); }
    50%  { transform: translate(45vw, 18vh) rotate(-90deg); }
    100% { transform: translate(-32vw, 16vh) rotate(-94deg); }
}

/* TUSSEN-BAND BOVEN (~32vh) — Rechts → Links */
.bird-flock[data-bird-direction="rtl-upper-mid"] .bird-flock-orbit {
    animation: flockGlideUpperMid 21s linear infinite;
    animation-delay: -10s;
}
@keyframes flockGlideUpperMid {
    0%   { transform: translate(125vw, 30vh) rotate(-88deg); }
    50%  { transform: translate(45vw, 33vh) rotate(-90deg); }
    100% { transform: translate(-32vw, 31vh) rotate(-92deg); }
}

/* TUSSEN-BAND ONDER (~62vh) — Links → Rechts */
.bird-flock[data-bird-direction="ltr-lower-mid"] .bird-flock-orbit {
    animation: flockGlideLowerMid 23s linear infinite;
    animation-delay: -14s;
}
@keyframes flockGlideLowerMid {
    0%   { transform: translate(-32vw, 64vh) rotate(88deg); }
    50%  { transform: translate(45vw, 62vh) rotate(90deg); }
    100% { transform: translate(125vw, 65vh) rotate(92deg); }
}

/* Reduceer beweging voor gebruikers die dat aangeven */
@media (prefers-reduced-motion: reduce) {
    .bird-flock { display: none; }
}
.page-hero-title {
    font-family: var(--t); font-weight: 500;
    font-size: clamp(26px, 4.4vw, 58px); line-height: 1.14;
    color: var(--s);
    text-wrap: balance;
    animation: rise 0.8s ease 0.4s both;
}
.page-hero-title em { font-style: normal; font-weight: 600; color: var(--cta); }

/* Active nav link */
.nav-links a.nav-active {
    opacity: 1;
}
.nav-links a.nav-active::after {
    width: 100%;
}

/* ==========================================================================
   SCROLL REVEAL
   ========================================================================== */
.reveal {
    opacity: 0; transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    will-change: opacity, transform;
}
.reveal.vis { opacity: 1; transform: translateY(0); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
    .kennismaking-split { grid-template-columns: 1fr 1fr; }
    .pi-card { height: 70vh; }
}

@media (max-width: 768px) {
    nav { padding: 18px 24px; }
    nav.scrolled { padding: 12px 24px; }
    .nav-right { display: none; }
    .hamburger { display: flex; }

    .hero-content { padding: 0 24px; }
    .hero-tagline { white-space: normal; }
    .hero-cta { padding: 16px 36px; }
    .hero-arrow { padding: 16px; }
    .hero-prev { left: 8px; }
    .hero-next { right: 8px; }
    .hero-arrow::after { width: 10px; height: 10px; }
    .hero-bottom { bottom: 32px; gap: 16px; }

    .statement { padding: 64px 24px; min-height: auto; }

    /* Interieurs-blok: mobiel — kolommen onder elkaar */
    .interieurs-blok { padding: 72px 20px; }
    .interieurs-inner { grid-template-columns: 1fr; gap: 40px; align-items: start; }
    .interieurs-content { padding: 0; }
    .interieurs-tekst { text-align: left; max-width: none; }

    /* Ola statement: mobiel volle breedte */
    .ke-statement { max-width: 100%; font-size: 13px; line-height: 1.8; }
    .ke-greeting { font-size: 36px; margin-bottom: 32px; }

    /* Kennismaking editorial: mobiel */
    .kennismaking-editorial { padding: 64px 24px; }
    .ke-values { gap: 10px; }
    .ke-value { font-size: 9px; letter-spacing: 2px; }

    /* Projecten */
    .projecten-header { padding: 64px 24px 32px; }
    .pi-card { height: 65vh; }
    .projecten-cta { padding: 40px 24px 80px; }

    /* Renders grid: tablet — behoud 2 kolommen */

    /* Vertrouwen+CTA samengevoegd — crème */
    .vertrouwen-cta { padding: 32px 24px 64px; }
    .vertrouwen-cta-grid { grid-template-columns: 1fr; gap: 40px; }
    .vct-content { padding: 0; }
    .vct-subtitle { text-align: left; max-width: none; }
    .vct-title { max-width: none; }

    /* Hero tagline kleiner op mobiel + br laten effect houden */
    .hero-tagline-text { font-size: clamp(14px, 4vw, 18px); }

    .werkwijze { padding: 80px 24px; }

    /* Timeline mobiel: alles links uitgelijnd */
    .tl-wrap { padding: 0 8px; }
    .tl-track { left: 20px; transform: none; }
    .tl-stap,
    .tl-stap.tl-links,
    .tl-stap.tl-rechts {
        grid-template-columns: 40px 1fr;
        min-height: auto;
        margin-bottom: 32px;
    }
    .tl-links .tl-dot-wrap,
    .tl-rechts .tl-dot-wrap {
        grid-column: 1; grid-row: 1;
    }
    .tl-links .tl-kaart,
    .tl-rechts .tl-kaart {
        grid-column: 2; grid-row: 1;
        text-align: left;
        padding: 16px 20px;
        padding-left: 20px; padding-right: 16px;
    }
    .tl-dot-icon { width: 24px; height: 24px; }
    .tl-nummer { font-size: 2.5rem; }
    .section-subtitle { margin-bottom: 48px; }

    .cta-section { padding: 80px 24px; }

    /* Achter Ave-Loura responsive */
    .page-hero { padding: 100px 24px 80px; }
    .about-story { padding: 64px 24px; }
    .about-story-inner { grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: stretch; }
    .about-text-col, .about-render-col { min-width: 0; }
    .about-text-col { padding: 0; }
    .about-text-col .section-label { text-align: center; }
    .about-heading { text-align: center; }
    .about-body { max-width: none; }
    .about-body p { text-align: left; }
    .about-render-col { order: 2; }
    .about-vision { padding: 80px 24px; }
    .about-mission { padding: 80px 24px; }

    footer { padding: 40px 24px 28px; }
    footer { padding: 64px 24px 40px; }
    .foot-confianca { margin-bottom: 48px; }
    .foot-confianca .vertrouwen-slider { min-height: 240px; }
    .foot-inner { flex-direction: column; gap: 36px; }
    .foot-right { flex-direction: column; gap: 28px; }
    .foot-bottom { flex-direction: column; gap: 6px; text-align: center; }
}

@media (max-width: 600px) {
    .renders-grid-top,
    .renders-grid-bottom { grid-template-columns: 1fr; }
    .renders-grid-quote { padding: 48px 24px; }
}

@media (max-width: 480px) {
    .pi-card { height: 55vh; }
    .kennismaking { padding: 48px 24px 40px; }
    .hero-title { font-size: clamp(36px, 10vw, 48px); }
}


/* ============================================================
   KENNISMAKING — Editorial split
   Links: donkergroene render (droom)
   Rechts: CRÈME formulier (uitnodigend, helder contrast)
   Volledig Montserrat.
   ============================================================ */

body.kennismaking-page { background: var(--p); color: var(--s); }
body.kennismaking-page footer { background: var(--p); }

.km-split {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 100vh;
    background: var(--p);
}
@media (min-width: 960px) {
    .km-split { background: linear-gradient(to right, var(--p) 50%, var(--s) 50%); }
}
/* Solo-modus: geen render-aside, alleen het cream paneel — gecentreerd zoals de preview-/vraag-route. */
.km-split--solo {
    background: var(--s);
    grid-template-columns: 1fr;
}
.km-split--solo .km-panel {
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(60px, 10vh, 110px) clamp(20px, 5vw, 60px) clamp(80px, 12vh, 140px);
    overflow: visible;
}
.km-split--solo .km-panel::before { display: none; }
.km-split--solo .km-panel-head {
    text-align: center;
    margin-bottom: 44px;
    max-width: none;
    border-bottom: 0;
    padding-bottom: 0;
}
.km-split--solo .km-panel-head .km-route-back {
    display: flex;
    width: max-content;
    margin: 0 0 24px;
    align-self: flex-start;
}
.km-split--solo .km-panel-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.km-split--solo .km-panel-head .km-panel-eyebrow,
.km-split--solo .km-panel-head .km-panel-title,
.km-split--solo .km-panel-head .km-panel-intro {
    width: 100%;
}
.km-split--solo .km-panel-intro {
    margin: 0 auto;
}
.km-split--solo .km-form {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}

/* === Linker kolom: render + welkomstmoment === */
.km-stage {
    position: relative;
    min-height: 60vh;
    isolation: isolate;
}
.km-stage-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
}
.km-stage-img {
    position: absolute;
    inset: 0;
    display: block;
    z-index: 0;
}
.km-stage-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.km-stage-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(135deg, rgba(18,25,9,0.35) 0%, rgba(18,25,9,0.68) 65%, rgba(18,25,9,0.85) 100%),
        radial-gradient(120% 80% at 30% 35%, rgba(237,83,41,0.14) 0%, transparent 65%);
}
.km-stage-content {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: inherit;
    padding: clamp(48px, 7vw, 110px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 32px;
}
.km-stage-eyebrow {
    font-family: var(--t);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--cta);
}
.km-stage-zin {
    font-family: var(--t);
    font-style: normal;
    font-weight: 300;
    font-size: clamp(32px, 4.4vw, 52px);
    line-height: 1.18;
    color: var(--s);
    margin: 0;
    max-width: 16ch;
    letter-spacing: -0.4px;
}
.km-stage-onderschrift {
    font-family: var(--t);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--s);
    opacity: 0.82;
    margin: 0;
    line-height: 1.9;
}
.km-stage-onderschrift span {
    font-weight: 300;
    opacity: 0.6;
    letter-spacing: 3px;
}

/* === Rechter kolom: CRÈME panel === */
.km-panel {
    background: var(--s);
    color: var(--p);
    padding: clamp(72px, 9vw, 120px) clamp(28px, 5vw, 80px);
    position: relative;
    overflow: hidden;
}
/* zacht decoratief oranje gloed-moment in de hoek */
.km-panel::before {
    content: '';
    position: absolute;
    top: -140px; right: -140px;
    width: 360px; height: 360px;
    background: radial-gradient(circle, rgba(237,83,41,0.16) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}
.km-panel > * { position: relative; z-index: 1; }

.km-panel-head {
    margin-bottom: 56px;
    max-width: 560px;
    border-bottom: 1px solid rgba(18,25,9,0.10);
    padding-bottom: 36px;
}
.km-panel-eyebrow {
    display: block;
    font-family: var(--t);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--cta);
    margin-bottom: 20px;
}
.km-panel-title {
    font-family: var(--t);
    font-weight: 300;
    font-size: clamp(34px, 4.2vw, 54px);
    line-height: 1.05;
    letter-spacing: -0.8px;
    color: var(--p);
    margin: 0 0 20px;
}
.km-panel-title em {
    font-family: var(--t);
    font-style: italic;
    font-weight: 400;
    color: var(--cta);
}
.km-panel-intro {
    font-family: var(--t);
    font-weight: 400;
    font-size: 14.5px;
    line-height: 1.75;
    color: var(--p);
    opacity: 0.72;
    margin: 0;
    max-width: 520px;
}

/* === Form === */
.km-form {
    display: flex;
    flex-direction: column;
    gap: 44px;
    max-width: 620px;
}
.km-step {
    border: none;
    padding: 0;
    margin: 0;
}
.km-step + .km-step::before {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: rgba(18,25,9,0.22);
    margin-bottom: 40px;
}
.km-step-conditional {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.km-step-conditional.km-step-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Tussenstap-kader: prominent maar rustig blok bovenaan het preview-formulier.
   Staat op cream achtergrond — donkere tekst, oranje rand, lichte hover-warmte.
   Bij aanvinken hidet de JS stap 02 + 03 zodat alleen contactvelden + verstuur-
   knop blijven staan. */
.pv-tussenstap-kader {
    background: rgba(237, 83, 41, 0.05);
    border: 1px solid rgba(237, 83, 41, 0.42);
    border-radius: 4px;
    padding: 22px 24px;
    transition: border-color 0.3s ease, background 0.3s ease;
}
.pv-tussenstap-kader:hover {
    border-color: rgba(237, 83, 41, 0.7);
    background: rgba(237, 83, 41, 0.08);
}
.km-form.is-tussenstap-actief .pv-tussenstap-kader {
    border-color: var(--cta);
    background: rgba(237, 83, 41, 0.11);
}
.pv-tussenstap-label {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    cursor: pointer;
}
.pv-tussenstap-label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 2px;
    border: 1.5px solid rgba(237, 83, 41, 0.7);
    border-radius: 3px;
    background: var(--s);
    cursor: pointer;
    position: relative;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.pv-tussenstap-label input[type="checkbox"]:checked {
    background: var(--cta);
    border-color: var(--cta);
}
.pv-tussenstap-label input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 5px; top: 1px;
    width: 5px; height: 10px;
    border: solid var(--s);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.pv-tussenstap-tekst {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.pv-tussenstap-eyebrow {
    font-family: var(--t);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--cta);
}
.pv-tussenstap-uitleg {
    font-family: var(--t);
    font-size: 14.5px;
    font-weight: 300;
    line-height: 1.6;
    color: var(--p);
    opacity: 0.85;
}

.km-legend {
    display: block;
    font-family: var(--t);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--p);
    opacity: 0.85;
    padding: 0;
    margin-bottom: 28px;
}
.km-step-num {
    color: var(--cta);
    margin-right: 14px;
    font-weight: 700;
}

.km-field {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}
.km-field:last-child { margin-bottom: 0; }

.km-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
}
.km-grid-2 .km-field { margin-bottom: 0; }

.km-label {
    font-family: var(--t);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    color: var(--p);
    opacity: 0.92;
    margin-bottom: 10px;
    line-height: 1.45;
}
.km-optional {
    text-transform: none;
    letter-spacing: 0.2px;
    font-weight: 400;
    opacity: 0.5;
    font-style: italic;
    font-size: 13px;
    margin-left: 6px;
}
.km-label-pt {
    font-style: italic;
    font-weight: 400;
    opacity: 0.48;
    margin-left: 8px;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.km-input {
    width: 100%;
    padding: 14px 16px;
    background-color: rgba(237,83,41,0.035);
    border: none;
    border-bottom: 1.5px solid rgba(18,25,9,0.22);
    color: var(--p);
    font-family: var(--t);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 6px 16px -10px rgba(237,83,41,0.10);
    transition: border-color 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
    -webkit-appearance: none;
    appearance: none;
}
.km-input::placeholder {
    color: var(--p);
    opacity: 0.38;
    font-weight: 300;
}
.km-input:hover {
    background-color: rgba(237,83,41,0.055);
    border-bottom-color: rgba(237,83,41,0.45);
}
.km-input:focus {
    outline: none;
    background-color: rgba(237,83,41,0.07);
    border-bottom-color: var(--cta);
    border-bottom-width: 2px;
    padding-bottom: 13.5px;
    box-shadow: 0 10px 24px -10px rgba(237,83,41,0.38);
}
.km-textarea {
    resize: vertical;
    min-height: 110px;
    border: none;
    border-bottom: 1.5px solid rgba(18,25,9,0.22);
    padding: 16px 18px;
    border-radius: 3px 3px 0 0;
    background-color: rgba(237,83,41,0.035);
    box-shadow: 0 6px 16px -10px rgba(237,83,41,0.10);
}
.km-textarea:hover {
    background-color: rgba(237,83,41,0.055);
    border-bottom-color: rgba(237,83,41,0.45);
}
.km-textarea:focus {
    background-color: rgba(237,83,41,0.07);
    border-bottom-color: var(--cta);
    border-bottom-width: 2px;
    padding-bottom: 15.5px;
    box-shadow: 0 10px 24px -10px rgba(237,83,41,0.38);
}

select.km-input {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7' fill='none' stroke='%23121909' stroke-opacity='0.55' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='1.5,1.5 6,5.5 10.5,1.5'/%3E%3C/svg%3E");
    background-position: right 16px center;
    background-size: 12px 7px;
    background-repeat: no-repeat;
    padding-right: 40px;
    transition: border-color 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease, background-image 0.2s ease;
}
select.km-input:hover,
select.km-input:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7' fill='none' stroke='%23ED5329' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='1.5,1.5 6,5.5 10.5,1.5'/%3E%3C/svg%3E");
}
select.km-input option {
    background: var(--s);
    color: var(--p);
    font-family: var(--t);
}

/* === Keuze-kaarten — helder en uitnodigend === */
.km-choice-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
.km-choice {
    cursor: pointer;
    display: block;
}
.km-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.km-choice-card {
    display: block;
    padding: 22px 24px;
    border: 1px solid rgba(18,25,9,0.18);
    border-radius: 2px;
    background: rgba(18,25,9,0.02);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.km-choice-card:hover {
    border-color: var(--cta);
    background: rgba(237,83,41,0.05);
    transform: translateY(-1px);
}
.km-choice input:checked + .km-choice-card {
    border-color: var(--cta);
    background: var(--cta);
    box-shadow: 0 8px 24px rgba(237,83,41,0.22);
}
.km-choice input:checked + .km-choice-card .km-choice-title,
.km-choice input:checked + .km-choice-card .km-choice-sub {
    color: var(--s);
}
.km-choice input:checked + .km-choice-card .km-choice-sub { opacity: 0.85; }
.km-choice-title {
    display: block;
    font-family: var(--t);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--p);
    margin-bottom: 6px;
    transition: color 0.3s ease;
}
.km-choice-sub {
    display: block;
    font-family: var(--t);
    font-weight: 400;
    font-size: 13px;
    color: var(--p);
    opacity: 0.6;
    letter-spacing: 0.2px;
    transition: color 0.3s ease, opacity 0.3s ease;
}

/* === Upload === */
.km-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding: 28px 20px;
    border: 1px dashed rgba(18,25,9,0.25);
    border-radius: 2px;
    background: rgba(18,25,9,0.02);
    cursor: pointer;
    text-align: center;
    transition: all 0.4s ease;
}
.km-upload:hover {
    border-color: var(--cta);
    background: rgba(237,83,41,0.04);
}
.km-upload-icon {
    width: 32px; height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(18,25,9,0.4);
    border-radius: 50%;
    color: var(--p);
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
}
.km-upload-text {
    font-family: var(--t);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--p);
    opacity: 0.6;
}
.km-upload-filled {
    border-style: solid;
    border-color: var(--cta);
}

/* === Submit === */
.km-submit-wrap {
    text-align: left;
    padding: 12px 0 0;
}
/* Alleen het interieur-formulier verschijnt conditioneel met fade — preview/vraag forms staan altijd zichtbaar */
.km-submit-wrap.km-submit-conditional {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.km-submit-wrap.km-submit-conditional.km-step-visible {
    opacity: 1;
    transform: translateY(0);
}
.km-submit {
    border: 1px solid var(--cta);
    min-width: 220px;
}
.km-submit:hover {
    box-shadow: 0 0 0 5px rgba(237, 83, 41, 0.18),
                0 10px 40px rgba(237, 83, 41, 0.5);
}
.km-submit:disabled {
    opacity: 0.6;
    cursor: progress;
    box-shadow: none;
}

/* === Honeypot (onzichtbaar voor mensen, valstrik voor bots) === */
.km-honeypot {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

/* === AVG-akkoord vinkje (op crème achtergrond) === */
.km-akkoord {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 24px;
    padding: 16px 18px;
    border: 1px solid rgba(18, 25, 9, 0.18);
    border-radius: 2px;
    background: rgba(18, 25, 9, 0.03);
    cursor: pointer;
    transition: border-color 0.3s ease, background 0.3s ease;
}
.km-akkoord:hover {
    border-color: rgba(237, 83, 41, 0.5);
    background: rgba(237, 83, 41, 0.05);
}
.km-akkoord input[type="checkbox"] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin: 4px 0 0;
    accent-color: #ED5329;
    cursor: pointer;
}
.km-akkoord-tekst {
    font-family: var(--t);
    font-weight: 400;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    line-height: 1.55;
    color: rgba(18, 25, 9, 0.78);
}
.km-akkoord-tekst a {
    color: #ED5329;
    text-decoration: none;
    border-bottom: 1px solid rgba(237, 83, 41, 0.4);
    transition: border-color 0.2s ease;
}
.km-akkoord-tekst a:hover {
    border-bottom-color: #ED5329;
}

/* === Foutboodschap onder formulier (op crème achtergrond) === */
.km-form-error {
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid rgba(237, 83, 41, 0.55);
    border-left-width: 3px;
    border-radius: 2px;
    background: rgba(237, 83, 41, 0.08);
    color: #121909;
    font-family: var(--t);
    font-weight: 400;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

/* Klein noot-tekstje onder de cadeau-submit knop — verwachtingen kort vastleggen. */
.cadeau-noot {
    margin: 18px 0 0;
    font-family: var(--t);
    font-weight: 300;
    font-size: 12.5px;
    line-height: 1.7;
    color: var(--p);
    opacity: 0.6;
    text-align: center;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-wrap: pretty;
}

/* Conditionele velden voor rechtstreekse verzending — verschijnen na aanvink. */
.cadeau-versturen-velden {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px dashed rgba(18, 25, 9, 0.16);
}

/* === Bedankt === */
.km-thanks {
    text-align: center;
    padding: 60px 32px;
    border: 1px solid rgba(237,83,41,0.3);
    border-radius: 2px;
    background: rgba(237,83,41,0.06);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.km-thanks.km-step-visible {
    opacity: 1;
    transform: translateY(0);
}
/* Bedankt-icoon: kale icoon-vorm in donkergroen, geen kring, geen glow.
   We gebruiken CSS-mask omdat de bron-PNG (icoon.png) crème is en op de
   crème achtergrond onzichtbaar zou zijn — de mask laat de alfa van het
   plaatje zien in elke gewenste kleur (hier: var(--p) = donkergroen). */
.km-thanks-icon {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 28px;
    background-color: var(--p);
    -webkit-mask: url('../images/icoon.png') no-repeat center / contain;
            mask: url('../images/icoon.png') no-repeat center / contain;
}
.km-thanks-title {
    font-family: var(--t);
    font-weight: 400;
    font-size: clamp(22px, 2.6vw, 28px);
    letter-spacing: -0.2px;
    color: var(--p);
    margin: 0 0 14px;
}
.km-thanks-tekst {
    font-family: var(--t);
    font-weight: 400;
    font-size: 14.5px;
    line-height: 1.75;
    color: var(--p);
    opacity: 0.72;
    max-width: 480px;
    margin: 0 auto;
}

/* === Bedankt: eyebrow boven titel + terug-knop === */
.km-thanks-eyebrow {
    display: block;
    font-family: var(--t);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--cta);
    margin: -8px 0 18px;
}
.km-thanks-title {
    line-height: 1.18;
}
.km-thanks-back {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid rgba(18,25,9,0.2);
    border-radius: 2px;
    padding: 12px 22px;
    margin: 32px auto 0;
    cursor: pointer;
    font-family: var(--t);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--p);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.km-thanks-back:hover {
    border-color: var(--cta);
    color: var(--cta);
    transform: translateY(-1px);
}
.km-thanks-back span { font-size: 14px; line-height: 1; }

/* Terug naar Ave-Loura knop op bedankt-scherm — gewone al-btn met extra
   top-marge zodat hij ademt na de bedankt-tekst. */
.km-thanks-cta {
    margin-top: clamp(28px, 4vh, 40px);
}

/* === Choice-row: variant met smallere keuzes (drie naast elkaar) === */
.km-choice-row--small {
    grid-template-columns: 1fr;
    gap: 10px;
}
.km-choice--small .km-choice-card {
    padding: 14px 18px;
}
.km-choice--small .km-choice-title {
    font-size: 10.5px;
    margin-bottom: 4px;
}
.km-choice--small .km-choice-sub {
    font-size: 12.5px;
}

/* === Upload-list: gekozen bestanden + verwijder-knop === */
.km-upload-list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.km-upload-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    background: rgba(18,25,9,0.04);
    border: 1px solid rgba(18,25,9,0.1);
    border-radius: 2px;
    transition: border-color 0.25s ease, background 0.25s ease;
}
.km-upload-item:hover {
    border-color: rgba(237,83,41,0.4);
    background: rgba(237,83,41,0.05);
}
.km-upload-item-naam {
    font-family: var(--t);
    font-weight: 400;
    font-size: 13px;
    color: var(--p);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1 auto;
    min-width: 0;
}
.km-upload-item-remove {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid rgba(18,25,9,0.18);
    border-radius: 50%;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    color: rgba(18,25,9,0.55);
    transition: all 0.25s ease;
    padding: 0;
}
.km-upload-item-remove:hover {
    border-color: var(--cta);
    color: var(--cta);
    background: rgba(237,83,41,0.08);
}

/* === Submit-spinner tijdens versturen === */
.km-submit-spinner {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1.5px solid rgba(254,242,226,0.35);
    border-top-color: var(--s);
    border-radius: 50%;
    margin-right: 4px;
    animation: km-spin 0.75s linear infinite;
    vertical-align: -2px;
}
@keyframes km-spin {
    to { transform: rotate(360deg); }
}

/* === Honeypot — bewust onzichtbaar voor mensen, valstrik voor bots === */
.km-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    pointer-events: none;
}

/* Sticky fix: overflow-x:hidden op html/body breekt position:sticky.
   Op de kennismaking pagina gebruiken we overflow-x: clip (geen scroll-container). */
html:has(body.kennismaking-page),
body.kennismaking-page { overflow-x: clip; }

/* Kennismaking: nav altijd zichtbaar (donker) — voorkomt cream-on-cream verdwijnen */
body.kennismaking-page nav#navbar,
body.preview-page nav#navbar {
    background: rgba(18, 25, 9, 0.94);
    backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    padding: 16px 48px;
}
body.kennismaking-page nav#navbar .nav-logo,
body.preview-page nav#navbar .nav-logo { height: 24px; }

/* === Desktop (split actief) === */
@media (min-width: 960px) {
    .km-split { grid-template-columns: 1fr 1fr; align-items: start; }
    /* Solo-modus blijft 1-koloms ook op desktop, zodat het paneel netjes
       gecentreerd staat (zoals de preview/vraag-route). */
    .km-split--solo { grid-template-columns: 1fr; }
    .km-stage { min-height: 100vh; overflow: clip; align-self: start; position: sticky; top: 0; }
    .km-stage-inner {
        position: relative;
        height: 100vh;
    }
    .km-grid-2 { grid-template-columns: 1fr 1fr; }
    .km-choice-row { grid-template-columns: 1fr 1fr; }
    .km-choice-row--small { grid-template-columns: 1fr 1fr 1fr; }
}

@media (min-width: 1280px) {
    .km-panel { padding: clamp(96px, 9vw, 140px) clamp(64px, 7vw, 120px); }
    .km-form { max-width: 640px; }
}

/* === Mobile fine-tuning === */
@media (max-width: 520px) {
    .km-stage { min-height: 52vh; }
    .km-stage-content { padding: 44px 28px; }
    .km-panel { padding: 60px 24px; }
    .km-input { font-size: 16px; }
    .km-choice-card { padding: 18px 20px; }
}

/* === Werkwijze → Kennismaking bridge === */
.werkwijze-bridge {
    text-align: center;
    padding: 40px 24px 0;
    margin-top: -20px;
}
.werkwijze-bridge p {
    font-family: var(--t);
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--s);
    opacity: 0.55;
    margin: 0 0 18px;
}
.werkwijze-bridge a {
    font-family: var(--t);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--cta);
    text-decoration: none;
    border-bottom: 1px solid var(--cta);
    padding-bottom: 4px;
    transition: opacity 0.3s ease;
}
.werkwijze-bridge a:hover { opacity: 0.75; }

/* ==========================================================================
   PREVIEW-PAGINA — productpagina voor "Preview" als drempelloos product
   ========================================================================== */

.preview-page { background: var(--s); color: var(--p); }

/* Preview-pagina: oranje em-woorden rechtop houden (geen kunstige italic).
   Geldt alleen op deze pagina, andere pagina's behouden hun italic em. */
.preview-page em,
.preview-page .pv-hero-title em,
.preview-page .pv-section-title em,
.preview-page .pv-form-title em {
    font-style: normal;
    color: var(--cta);
}
.preview-page .pv-step-num {
    font-style: normal;
    font-weight: 500;
}

/* --- Hero --- */
.pv-hero {
    background: var(--s);
    padding: clamp(140px, 18vh, 200px) clamp(20px, 5vw, 60px) clamp(80px, 12vh, 140px);
    text-align: center;
    position: relative;
}
.pv-hero-inner {
    max-width: 820px;
    margin: 0 auto;
}
.pv-eyebrow {
    display: inline-block;
    font-family: var(--t);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--cta);
    margin-bottom: 28px;
}
.pv-hero-title {
    font-family: var(--t);
    font-weight: 300;
    font-size: clamp(34px, 5.5vw, 64px);
    line-height: 1.12;
    letter-spacing: -0.5px;
    color: var(--p);
    margin: 0 0 32px;
}
.pv-hero-title em {
    font-style: italic;
    font-weight: 400;
    color: var(--cta);
}
.pv-hero-tekst {
    font-family: var(--t);
    font-weight: 300;
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.7;
    color: var(--p);
    opacity: 0.78;
    max-width: 620px;
    margin: 0 auto 44px;
}
.pv-hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(20px, 3vw, 36px);
    font-family: var(--t);
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--p);
}
.pv-hero-meta-item strong {
    font-weight: 600;
    color: var(--cta);
}
.pv-hero-meta-divider {
    width: 1px;
    height: 18px;
    background: rgba(18, 25, 9, 0.25);
}
/* Knop staat een volle blok-afstand onder de meta-rij — niet ertegenaan geplakt.
   Zelfde 'gap' als binnen de meta-rij, dus visueel ritme blijft consistent. */
.pv-hero-meta { margin-bottom: 0; }
.pv-hero-cta {
    min-width: 220px;
    margin-top: clamp(28px, 4vh, 44px);
}

/* --- Generieke section-blokken --- */
.pv-section {
    padding: clamp(80px, 12vh, 140px) clamp(20px, 5vw, 60px);
}
.pv-section--dark {
    background: var(--p);
    color: var(--s);
}
.pv-section--cream {
    background: var(--s);
    color: var(--p);
}
.pv-section-inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}
.pv-narrow { max-width: 720px; }
.pv-section-eyebrow {
    display: inline-block;
    font-family: var(--t);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--cta);
    margin-bottom: 24px;
}
.pv-section-title {
    font-family: var(--t);
    font-weight: 300;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.18;
    letter-spacing: -0.3px;
    margin: 0 0 60px;
}
.pv-section-title em {
    font-style: italic;
    font-weight: 400;
    color: var(--cta);
}
/* Sub-zin onder een section-title voor extra context (bijv. prijsstandaard).
   Past in donker- én cream-secties via currentColor. */
.pv-section-sub {
    font-family: var(--t);
    font-weight: 300;
    font-size: clamp(14px, 1.05vw, 16px);
    letter-spacing: 0.4px;
    line-height: 1.6;
    color: currentColor;
    opacity: 0.7;
    margin: -44px 0 60px;
    text-align: center;
}
.pv-section-sub strong {
    font-weight: 500;
    opacity: 1;
}

/* --- Wat je krijgt: drie kolommen --- */
.pv-deliverables {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(28px, 3.5vw, 56px);
    text-align: left;
}
.pv-deliverable {
    border-top: 1px solid rgba(254, 242, 226, 0.18);
    padding-top: 28px;
}
.pv-deliverable-num {
    display: block;
    font-family: var(--t);
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 3px;
    color: var(--cta);
    margin-bottom: 18px;
}
.pv-deliverable-title {
    font-family: var(--t);
    font-weight: 500;
    font-size: clamp(17px, 1.4vw, 21px);
    letter-spacing: 0.3px;
    color: var(--s);
    margin: 0 0 16px;
}
.pv-deliverable-tekst {
    font-family: var(--t);
    font-weight: 300;
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--s);
    opacity: 0.78;
    margin: 0;
}

/* --- Hoe het werkt: tijdlijn met vogels op een lijn (statisch, drie stappen).
       Zelfde gevoel als de werkwijze-pagina (vogels op een dunne draad), maar
       alle stappen staan tegelijk uitgelijnd in plaats van als interactieve
       tabs. Vaste hoogtes voor num + marker zodat de horizontale lijn altijd
       exact door het marker-midden loopt. --- */
.pv-tijdlijn {
    list-style: none;
    padding: 0;
    margin: 0;
    --pv-num-h: clamp(32px, 4.4vh, 48px);
    --pv-marker: clamp(28px, 2.6vw, 38px);
    --pv-gap: clamp(12px, 1.8vh, 18px);
    --pv-pad-top: clamp(8px, 1vh, 14px);
    padding: var(--pv-pad-top) 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    text-align: center;
}
.pv-tijdlijn::before {
    content: '';
    position: absolute;
    left: 12.5%;
    right: 12.5%;
    top: calc(var(--pv-pad-top) + var(--pv-num-h) + var(--pv-gap) + var(--pv-marker) / 2);
    height: 1px;
    background: linear-gradient(to right,
        rgba(18, 25, 9, 0.05) 0%,
        rgba(18, 25, 9, 0.24) 14%,
        rgba(18, 25, 9, 0.24) 86%,
        rgba(18, 25, 9, 0.05) 100%);
    pointer-events: none;
    z-index: 0;
}
.pv-tijdlijn-stap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 clamp(10px, 1.4vw, 22px);
    gap: var(--pv-gap);
    text-align: center;
}
.pv-tijdlijn-num {
    height: var(--pv-num-h);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--t);
    font-style: normal;
    font-weight: 400;
    font-size: clamp(22px, 2.2vw, 32px);
    color: var(--cta);
    letter-spacing: 0.5px;
}
/* Marker = oranje Ave-Loura icoontje op de draad — zelfde signatuur als de
   actieve werkwijze-tab. Alle 3 stations zijn 'aan' (geen huidige-stap
   logica nodig op deze infographic). Cream cirkel breekt de draad rond het
   icoon zodat het er strak en losstaand op staat. */
.pv-tijdlijn-marker {
    width: var(--pv-marker);
    height: var(--pv-marker);
    background: var(--s);
    border-radius: 50%;
    box-shadow: 0 0 0 6px var(--s);
    position: relative;
}
.pv-tijdlijn-marker::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--cta);
    -webkit-mask: url(../images/icoon.png) center / 88% no-repeat;
            mask: url(../images/icoon.png) center / 88% no-repeat;
    filter: drop-shadow(0 0 6px rgba(237, 83, 41, 0.42))
            drop-shadow(0 0 16px rgba(237, 83, 41, 0.18));
}
.pv-tijdlijn-title {
    font-family: var(--t);
    font-weight: 500;
    font-size: clamp(16px, 1.3vw, 19px);
    letter-spacing: 0.3px;
    color: var(--p);
    margin: clamp(6px, 1vh, 12px) 0 8px;
    max-width: 340px;
}
.pv-tijdlijn-tekst {
    font-family: var(--t);
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    color: var(--p);
    opacity: 0.78;
    margin: 0;
    max-width: 360px;
    text-align: left;
}
/* Tijdlijn-sectie krijgt extra breedte (1440px) op desktop zodat de 4 stappen
   ademruimte hebben en de langere Dois-tekst niet te smal stapelt. */
.pv-section:has(.pv-tijdlijn) .pv-section-inner {
    max-width: 1440px;
}

/* --- Voor wie: lijst met vogel-icoontjes als bullets ipv "—" streepjes --- */
.pv-voorwie {
    list-style: none;
    padding: 0;
    margin: 0 auto 8px;
    text-align: left;
    max-width: 640px;
}
.pv-voorwie li {
    font-family: var(--t);
    font-weight: 300;
    font-size: 15.5px;
    line-height: 1.75;
    color: var(--s);
    opacity: 0.88;
    padding: 16px 0 16px 44px;
    position: relative;
    border-bottom: 1px solid rgba(254, 242, 226, 0.10);
}
.pv-voorwie li:last-child { border-bottom: 0; }
.pv-voorwie li::before {
    content: '';
    position: absolute;
    left: 4px; top: 18px;
    width: 22px; height: 22px;
    background-image: url('../images/Logo-icoon-cream.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.85;
    filter: drop-shadow(0 0 4px rgba(237, 83, 41, 0.25));
}

/* --- Tail-blok: lichtbron + scheidingsstreep + eyebrow + tekst + knop.
       Hetzelfde ritme als de footer-confianca op de homepage. --- */
.pv-divider {
    border: 0;
    height: 1px;
    width: 100%;
    max-width: 720px;
    margin: clamp(40px, 6vh, 70px) auto clamp(36px, 5vh, 56px);
    background: linear-gradient(to right,
        rgba(254, 242, 226, 0) 0%,
        rgba(254, 242, 226, 0.18) 22%,
        rgba(254, 242, 226, 0.18) 78%,
        rgba(254, 242, 226, 0) 100%);
}
.pv-section--cream .pv-divider {
    background: linear-gradient(to right,
        rgba(18, 25, 9, 0) 0%,
        rgba(18, 25, 9, 0.18) 22%,
        rgba(18, 25, 9, 0.18) 78%,
        rgba(18, 25, 9, 0) 100%);
}

.pv-tail {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
}
.pv-tail .lichtbron-icon-wrap {
    margin-bottom: clamp(14px, 2vh, 22px);
}
.pv-tail-eyebrow {
    display: inline-block;
    font-family: var(--t);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--cta);
    opacity: 0.9;
    margin-bottom: clamp(14px, 2vh, 22px);
}
.pv-tail-title {
    margin: 0 0 clamp(18px, 2.4vh, 26px) !important;
}
.pv-tail-tekst {
    font-family: var(--t);
    font-weight: 300;
    font-size: clamp(14px, 1.05vw, 16px);
    line-height: 1.85;
    color: var(--s);
    opacity: 0.82;
    text-wrap: pretty;
    max-width: 520px;
    margin: 0 auto clamp(28px, 4vh, 40px);
}
.pv-section--cream .pv-tail-tekst { color: var(--p); }

/* Bottom CTA-sectie: minder padding boven want de divider+tail nemen al ruimte */
.pv-bottom-cta { padding-top: clamp(40px, 6vh, 80px); }

/* "Je ontvangt" zonder nummering — left-aligned binnen elke kolom voor een
   stevigere editorial uitstraling. text-wrap: pretty voorkomt dat een tekst
   eindigt op één los woord op de laatste regel (typografische 'weeskinderen'). */
.pv-deliverables--clean .pv-deliverable {
    border-top: 0;
    padding-top: 0;
    text-align: left;
}
.pv-deliverables--clean .pv-deliverable-title {
    margin-top: 0;
    font-size: clamp(18px, 1.5vw, 22px);
}
.pv-deliverables--clean .pv-deliverable-tekst {
    max-width: 100%;
    margin: 0;
    text-wrap: pretty;
}

/* --- Formulier-sectie --- */
.pv-form-section {
    background: var(--s);
    padding: clamp(80px, 12vh, 140px) clamp(20px, 5vw, 60px) clamp(100px, 14vh, 160px);
}
.pv-form-inner {
    max-width: 760px;
    margin: 0 auto;
}
.pv-form-head {
    text-align: center;
    margin-bottom: 56px;
}
.pv-form-title {
    font-family: var(--t);
    font-weight: 300;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.2;
    color: var(--p);
    margin: 18px 0 20px;
}
.pv-form-title em {
    font-style: italic;
    font-weight: 400;
    color: var(--cta);
}
.pv-form-intro {
    font-family: var(--t);
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
    color: var(--p);
    opacity: 0.7;
    max-width: 520px;
    margin: 0 auto;
}

/* Form-velden hergebruiken km-* van kennismaking — geen duplicaat nodig.
   Submit-noot eronder is preview-specifiek. */
.pv-submit-noot {
    font-family: var(--t);
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.6;
    color: var(--p);
    opacity: 0.6;
    text-align: center;
    margin: 18px 0 0;
}

/* --- Form hint-tekst (kleine uitleg onder labels) --- */
.km-hint {
    font-family: var(--t);
    font-style: italic;
    font-weight: 300;
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--p);
    opacity: 0.55;
    margin: -4px 0 10px;
}

/* === RESULTAAT — Voor/na in e-book / flipbook stijl ====================== */
.pv-resultaat-section .pv-section-inner { max-width: 1280px; }

.pv-ebook {
    position: relative;
    /* Symmetrische ademruimte boven (titel) en onder (controls) zodat het
       boekje gecentreerd tussen de twee zit. */
    margin: clamp(48px, 7vh, 80px) auto;
    max-width: 1180px;
}

/* Geen kaft — twee foto's direct op cream, alleen spine + zwevende shadow
   geven de boek-uitstraling. Editorial premium: less is more. */
.pv-ebook-frame {
    position: relative;
    overflow: visible;
    background: transparent;
    padding: 0;
    box-shadow:
        0 48px 96px -34px rgba(18, 25, 9, 0.28),
        0 18px 36px -16px rgba(18, 25, 9, 0.18),
        0 2px 6px -2px rgba(18, 25, 9, 0.10);
    opacity: 0;
    transform: scale(0.88) translateY(36px);
    filter: blur(8px);
    transition:
        opacity 1300ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 1300ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 1100ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform, filter;
}
.pv-ebook-frame.is-open {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
}

/* Page-corner — een ECHTE gevouwen hoek in Ave-Loura oranje. Driehoek
   rechtsonder uitgesneden via clip-path, met lichte gradient binnenin (zodat
   het volume voelt) en drop-shadow eronder/links zodat de hoek visueel
   omhoog komt alsof het echt opgetild papier is. */
.pv-ebook-pagina--na::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg,
        rgba(237, 83, 41, 0.60) 0%,
        rgba(237, 83, 41, 0.88) 40%,
        var(--cta) 100%);
    /* Gebogen fold-edge i.p.v. een rechte hypotenusa — voelt als echt
       gevouwen papier i.p.v. een schuin afgeknipt vlak. */
    clip-path: path('M 54 0 L 54 54 L 0 54 Q 22 30, 54 0 Z');
    filter: drop-shadow(-2px -2px 4px rgba(18, 25, 9, 0.22));
    pointer-events: none;
    z-index: 2;
    opacity: 1;
    transform-origin: 100% 100%;
    transition:
        transform 600ms cubic-bezier(0.16, 1, 0.3, 1),
        filter 600ms ease;
}

/* Spiegel-vouw linksonder Voor-pagina — verschijnt bij hover op prev-knop
   zodat bezoeker visueel begrijpt: dit gaat een pagina terug. Default
   onzichtbaar zodat het beeld rustig blijft. */
.pv-ebook-pagina--voor::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 54px;
    background: linear-gradient(225deg,
        rgba(237, 83, 41, 0.60) 0%,
        rgba(237, 83, 41, 0.88) 40%,
        var(--cta) 100%);
    /* Spiegel-curve van de Na-vouw zodat 'terug bladeren' visueel hetzelfde
       papier-gevoel heeft. */
    clip-path: path('M 0 0 L 0 54 L 54 54 Q 32 30, 0 0 Z');
    filter: drop-shadow(2px -2px 4px rgba(18, 25, 9, 0.22));
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transform: scale(0.85);
    transform-origin: 0 100%;
    transition:
        opacity 400ms ease,
        transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* Hover op prev-knop → voor-vouw verschijnt en schaalt in. */
.pv-ebook:has(.pv-ebook-knop--prev:hover) .pv-ebook-pagina--voor::before {
    opacity: 1;
    transform: scale(1);
}

/* Hover op next-knop → na-vouw schaalt iets op alsof het opgetild wordt. */
.pv-ebook:has(.pv-ebook-knop--next:hover) .pv-ebook-pagina--na::after {
    transform: scale(1.18);
    filter: drop-shadow(-4px -4px 8px rgba(18, 25, 9, 0.32));
}
.pv-ebook-frame.is-open .pv-ebook-pagina--na::after {
    opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
    .pv-ebook-frame {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .pv-ebook-pagina--na::after { opacity: 1; transition: none; }
}

/* Spread = twee pagina's naast elkaar binnen het frame */
.pv-ebook-spread {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--s);
    border-radius: 14px;
    overflow: hidden;
    margin: 0;
    transition: opacity 0.45s ease;
}
.pv-ebook-spread:not(.is-actief) {
    position: absolute;
    inset: 10px;
    opacity: 0;
    pointer-events: none;
}
.pv-ebook-spread.is-actief {
    opacity: 1;
}

/* Spine in het midden — echte boekrug: donkere lijn met soft inner shadows
   aan beide zijden, alsof de pagina's daar samenkomen onder lichte vouw.
   Loopt over de volledige spread, ook door de cream-balk eronder, zodat
   het boekgevoel niet halverwege stopt. */
.pv-ebook-spine {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: rgba(18, 25, 9, 0.28);
    transform: translateX(-50%);
    z-index: 3;
    pointer-events: none;
    box-shadow:
        -6px 0 12px -4px rgba(18, 25, 9, 0.22),
        6px 0 12px -4px rgba(18, 25, 9, 0.22);
}

/* Pagina = foto met cream-balk eronder voor het Voor/Na label */
.pv-ebook-pagina {
    position: relative;
    margin: 0;
    padding-bottom: clamp(28px, 4vh, 38px);
}
.pv-ebook-foto {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: rgba(18, 25, 9, 0.05);
}
.pv-ebook-foto picture,
.pv-ebook-foto img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Label onder elke foto — klein oranje Ave-Loura icoontje boven, daaronder
   'Voor' of 'Na' in donkere tekst. Gecentreerd, rustig, niet over het beeld. */
.pv-ebook-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: clamp(28px, 4vh, 38px);
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: var(--t);
    font-weight: 600;
    font-size: 9px;
    letter-spacing: 2.5px;
    color: var(--p);
    text-transform: uppercase;
    pointer-events: none;
}
.pv-ebook-label::before {
    content: "";
    width: 11px;
    height: 11px;
    background-color: var(--p);
    -webkit-mask: url('../images/Logo-icoon.png') center / contain no-repeat;
            mask: url('../images/Logo-icoon.png') center / contain no-repeat;
}

/* === Controls onder het frame — clean e-book navigatie === */
.pv-ebook-controls {
    /* Zelfde waarde als .pv-ebook margin zodat het boekje gecentreerd zit
       tussen titel boven en controls onder. */
    margin-top: clamp(48px, 7vh, 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(20px, 3vw, 36px);
}
/* Cleane tekst-knop zonder kader: alleen 'Vorige pagina' / 'Volgende pagina'
   in donkergroen, met oranje kleur-shift op hover. Past in het editorial
   rust-ritme i.p.v. een dikke knop-omkadering. */
.pv-ebook-knop {
    appearance: none;
    background: transparent;
    border: none;
    padding: 6px 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--p);
    font-family: var(--t);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: color 0.35s ease, transform 0.35s ease;
}
.pv-ebook-knop:hover {
    color: var(--cta);
    transform: translateY(-1px);
}
.pv-ebook-knop:disabled {
    cursor: default;
}
.pv-ebook-knop:disabled:hover {
    color: var(--cta);
}
.pv-ebook-pijl {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}
.pv-ebook-knop-tekst {
    line-height: 1;
}

/* Dot-indicator — typisch e-book element */
.pv-ebook-pager {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
/* Verticaal streepje als separator tussen Vorige en Volgende — dezelfde
   donkergroene tint als de knop-tekst zodat het rustig in het geheel
   integreert. */
.pv-ebook-pager-dot {
    width: 1px;
    height: 18px;
    border-radius: 0;
    background: rgba(18, 25, 9, 0.35);
    transition: background 0.35s ease;
}
.pv-ebook-pager-dot.is-actief {
    background: rgba(18, 25, 9, 0.55);
}

/* === Project info onder het e-book === */
.pv-ebook-info {
    margin: clamp(40px, 5vw, 64px) auto 0;
    text-align: center;
    max-width: 580px;
    transition: opacity 0.3s ease;
}
.pv-ebook-info-naam {
    display: inline-block;
    font-family: var(--t);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--cta);
    margin-bottom: 16px;
}
.pv-ebook-info-tekst {
    font-family: var(--t);
    font-weight: 300;
    font-size: 15px;
    line-height: 1.85;
    color: var(--p);
    opacity: 0.78;
    margin: 0;
    text-wrap: pretty;
}
.pv-ebook-info.is-wisselend .pv-ebook-info-naam,
.pv-ebook-info.is-wisselend .pv-ebook-info-tekst {
    opacity: 0;
}

/* === Binnenkort meer (zelfde stijl als voorheen) === */
.pv-boek-binnenkort {
    margin-top: clamp(70px, 9vh, 110px);
    padding-top: clamp(48px, 6vh, 70px);
    border-top: 1px solid rgba(18, 25, 9, 0.1);
    text-align: center;
}
.pv-boek-binnenkort-eyebrow {
    display: inline-block;
    font-family: var(--t);
    font-weight: 500;
    font-size: 10.5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--cta);
    margin-bottom: 16px;
}
.pv-boek-binnenkort-tekst {
    font-family: var(--t);
    font-weight: 300;
    font-size: 14.5px;
    line-height: 1.75;
    color: var(--p);
    opacity: 0.7;
    max-width: 480px;
    margin: 0 auto 26px;
}
.pv-boek-binnenkort-btn { margin-top: 4px; }


/* --- Responsive --- */
@media (max-width: 880px) {
    .pv-deliverables,
    .pv-steps {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    /* Tijdlijn stackt verticaal op mobiel — drie kolommen worden te krap, het
       editorial gevoel werkt beter onder elkaar met ruimte rond elke stap. */
    .pv-tijdlijn {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .pv-tijdlijn::before { display: none; }
    .pv-tijdlijn-stap { padding: 0; }
    .pv-tijdlijn-marker {
        width: 38px;
        height: 38px;
    }
    .pv-tijdlijn-marker::before {
        filter: drop-shadow(0 0 8px rgba(237, 83, 41, 0.55))
                drop-shadow(0 0 18px rgba(237, 83, 41, 0.22));
    }
    /* Op mobiel staat elke stap onder elkaar — body-tekst krijgt centrering
       (i.p.v. left-align van desktop) zodat de gestapelde stappen visueel
       in balans blijven met de gecentreerde marker en titel erboven. */
    .pv-tijdlijn-tekst {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    /* E-book op mobiel: pagina's naast elkaar als echt boekje */
    .pv-ebook-knop { padding: 4px 6px; font-size: 9px; letter-spacing: 1.4px; gap: 6px; }
    .pv-ebook-pijl { font-size: 12px; }
    .pv-ebook-pager-dot { height: 14px; }
    .pv-ebook-controls { gap: 18px; }
    .pv-ebook-label {
        font-size: 7px;
        letter-spacing: 1.6px;
        height: 16px;
        gap: 3px;
    }
    .pv-ebook-label::before {
        width: 7px;
        height: 7px;
    }
    .pv-ebook-pagina { padding-bottom: 16px; }
    .pv-ebook-spine { top: 0; bottom: 0; }
    .pv-ebook-pagina--na::after {
        width: 32px;
        height: 32px;
        clip-path: path('M 32 0 L 32 32 L 0 32 Q 13 18, 32 0 Z');
    }
    .pv-ebook-pagina--voor::before {
        width: 32px;
        height: 32px;
        clip-path: path('M 0 0 L 0 32 L 32 32 Q 19 18, 0 0 Z');
    }
}

@media (max-width: 640px) {
    .pv-hero { padding: 120px 20px 70px; }
    .pv-hero-meta {
        flex-direction: column;
        gap: 14px;
    }
    .pv-hero-meta-divider { display: none; }
    .pv-section-title { margin-bottom: 44px; }
    .pv-form-head { margin-bottom: 40px; }
}

/* ==========================================================================
   KENNISMAKING — DRIE DEUREN (keuze bovenaan)
   ========================================================================== */
.km-deuren {
    background: var(--s);
    padding: clamp(120px, 16vh, 180px) clamp(20px, 5vw, 60px) clamp(60px, 8vh, 100px);
    text-align: center;
}
.km-deuren-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.km-deuren-eyebrow {
    display: inline-block;
    font-family: var(--t);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--cta);
    margin-bottom: 24px;
}
.km-deuren-title {
    font-family: var(--t);
    font-weight: 300;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.2;
    color: var(--p);
    margin: 0 0 20px;
}
.km-deuren-title em {
    font-style: italic;
    font-weight: 400;
    color: var(--cta);
}
.km-deuren-intro {
    font-family: var(--t);
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
    color: var(--p);
    opacity: 0.7;
    max-width: 560px;
    margin: 0 auto 60px;
}
.km-deuren-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 28px);
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    justify-content: center;
}
.km-deuren-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 1.6vw, 22px);
    max-width: 1280px;
}
@media (max-width: 1100px) {
    .km-deuren-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.km-deur {
    background: transparent;
    border: 1px solid rgba(237, 83, 41, 0.22);
    border-radius: 14px;
    padding: 32px 26px 30px;
    text-align: left;
    cursor: pointer;
    font-family: var(--t);
    color: var(--p);
    box-shadow:
        0 0 0 1px rgba(237, 83, 41, 0.06),
        0 6px 20px rgba(237, 83, 41, 0.10),
        0 14px 40px rgba(237, 83, 41, 0.08);
    transition: border-color 0.5s ease, box-shadow 0.5s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    outline: none;
}
.km-deur:hover {
    border-color: rgba(237, 83, 41, 0.55);
    box-shadow:
        0 0 0 1px rgba(237, 83, 41, 0.16),
        0 10px 28px rgba(237, 83, 41, 0.22),
        0 22px 60px rgba(237, 83, 41, 0.18);
    transform: translateY(-4px);
}
.km-deur:focus-visible {
    border-color: var(--cta);
    box-shadow:
        0 0 0 2px rgba(237, 83, 41, 0.28),
        0 14px 40px rgba(237, 83, 41, 0.15);
}
.km-deur.is-active {
    border-color: rgba(237, 83, 41, 0.6);
    box-shadow:
        0 0 0 1px rgba(237, 83, 41, 0.18),
        0 12px 32px rgba(237, 83, 41, 0.22),
        0 22px 60px rgba(237, 83, 41, 0.20);
}
.km-deur-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-bottom: 2px;
    background-color: var(--p);
    -webkit-mask: url('../images/Logo-icoon.png') center / contain no-repeat;
            mask: url('../images/Logo-icoon.png') center / contain no-repeat;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.km-deur-icon img { display: none; }
.km-deur:hover .km-deur-icon {
    transform: rotate(6deg) scale(1.05);
    background-color: var(--cta);
}
.km-deur-num {
    font-family: var(--t);
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 3px;
    color: var(--cta);
}
.km-deur-titel {
    font-family: var(--t);
    font-weight: 500;
    font-size: clamp(17px, 1.4vw, 20px);
    letter-spacing: 0.3px;
    margin: 0;
    color: var(--p);
}
.km-deur-sub {
    font-family: var(--t);
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    color: var(--p);
    opacity: 0.7;
    margin: 0;
    /* Reserveer ruimte voor 4 regels zodat alle CTA's op exact dezelfde
       hoogte uitlijnen, ongeacht hoe lang de tekst per kaart is. */
    min-height: calc(14px * 1.6 * 4);
}
/* CTA in de deur: standaard al-btn maat — niet groter dan elders op de site.
   margin-top:auto duwt 'm naar onder zodat alle 4 deuren visueel identiek zijn. */
.km-deur-cta {
    margin-top: auto;
    align-self: flex-start;
    pointer-events: none; /* hele deur is klikbaar; cta is visueel anker */
}
.km-deur:hover .km-deur-cta {
    box-shadow: 0 0 0 5px rgba(237, 83, 41, 0.18),
                0 10px 32px rgba(237, 83, 41, 0.45);
}
.km-deur:hover .km-deur-cta .al-btn-arrow { width: 20px; }

/* Verberg de oude split tot een deur is gekozen */
.km-route-hidden { display: none !important; }

/* Bij preselect via deur: verberg de eerste radio-keuze (particulier/zakelijk),
   want die keuze is al gemaakt door welke deur is aangeklikt. */
.km-form.km-route-preselected .km-projecttype-field { display: none; }

@media (max-width: 880px) {
    .km-deuren-grid,
    .km-deuren-grid--four { grid-template-columns: 1fr; gap: 16px; }
    .km-deuren { padding: 110px 20px 40px; }
    .km-deuren-title { font-size: clamp(26px, 7vw, 34px); }
    .km-deuren-intro { margin-bottom: 36px; font-size: 14px; }
    .km-deur { padding: 26px 22px 24px; }
    .km-deur-titel { font-size: 18px; }
    .km-deur-sub { font-size: 14px; }
    .km-deur-cta { width: 100%; justify-content: center; text-align: center; }
}

/* ==========================================================================
   KENNISMAKING — VRAAG-FORMULIER (korte route)
   ========================================================================== */
.km-vraag-section {
    background: var(--s);
    padding: clamp(60px, 10vh, 110px) clamp(20px, 5vw, 60px) clamp(100px, 14vh, 140px);
}
.km-vraag-inner {
    max-width: 640px;
    margin: 0 auto;
}
.km-vraag-head {
    text-align: center;
    margin-bottom: 44px;
}
.km-vraag-title {
    font-family: var(--t);
    font-weight: 300;
    font-size: clamp(26px, 3.5vw, 38px);
    line-height: 1.2;
    color: var(--p);
    margin: 14px 0 16px;
}
.km-vraag-title em {
    font-style: italic;
    font-weight: 400;
    color: var(--cta);
}
.km-vraag-intro {
    font-family: var(--t);
    font-weight: 300;
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--p);
    opacity: 0.7;
    max-width: 480px;
    margin: 0 auto;
}

/* Terug-naar-keuze knop (bij gekozen route) */
.km-route-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    padding: 0 0 8px;
    margin: 0 0 28px;
    cursor: pointer;
    font-family: var(--t);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--p);
    opacity: 0.55;
    transition: opacity 0.3s ease, color 0.3s ease;
}
.km-route-back:hover {
    opacity: 1;
    color: var(--cta);
}

/* ==========================================================================
   PORTFOLIO — Preview-label op kaarten + lege staat
   ========================================================================== */
.card-type-badge {
    position: absolute;
    top: 14px; left: 14px;
    z-index: 3;
    background: rgba(237, 83, 41, 0.92);
    color: var(--s);
    font-family: var(--t);
    font-weight: 600;
    font-size: 9.5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 7px 12px;
    border-radius: 999px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.portfolio-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: clamp(60px, 10vh, 110px) 24px;
    border: 1px dashed rgba(18, 25, 9, 0.2);
    border-radius: 4px;
    background: rgba(18, 25, 9, 0.02);
}
.portfolio-empty-eyebrow {
    display: inline-block;
    font-family: var(--t);
    font-weight: 500;
    font-size: 10.5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--cta);
    margin-bottom: 18px;
}
.portfolio-empty-title {
    font-family: var(--t);
    font-weight: 300;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.3;
    color: var(--p);
    margin: 0 0 16px;
}
.portfolio-empty-tekst {
    font-family: var(--t);
    font-weight: 300;
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--p);
    opacity: 0.7;
    max-width: 480px;
    margin: 0 auto 28px;
}
.portfolio-empty-btn { margin-top: 4px; }

/* ==========================================================================
   WERKWIJZE — verwijzing naar Preview boven 5 fases
   ========================================================================== */
.ww-preview-bridge {
    background: var(--s);
    padding: 40px 24px 0;
    text-align: center;
}
.ww-preview-bridge-inner {
    max-width: 720px;
    margin: 0 auto;
    border: 1px solid rgba(18, 25, 9, 0.18);
    border-radius: 4px;
    padding: 26px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.ww-preview-bridge-eyebrow {
    font-family: var(--t);
    font-weight: 500;
    font-size: 10.5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--cta);
}
.ww-preview-bridge-tekst {
    font-family: var(--t);
    font-weight: 300;
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--p);
    opacity: 0.85;
    margin: 0;
}
.ww-preview-bridge-tekst em {
    font-style: italic;
    color: var(--cta);
    font-weight: 400;
}
.ww-preview-bridge-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--t);
    font-weight: 500;
    font-size: 11.5px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--cta);
    text-decoration: none;
    border-bottom: 1px solid var(--cta);
    padding-bottom: 5px;
    transition: gap 0.4s ease;
}
.ww-preview-bridge-link:hover { gap: 16px; }

@media (max-width: 640px) {
    .ww-preview-bridge-inner { padding: 22px 22px; }
}

/* ==========================================================================
   GLOBAL: oranje accent-woorden in titels NOOIT italic.
   Uitzondering: homepage hero (.hero-title em) — daar mag het cinematisch blijven.
   ========================================================================== */
.spotlight-title em,
.projecten-titel em,
.section-title em,
.ww-intro-title em,
.ww-panel-title em,
.ww-phase-title em,
.cta-title em,
.km-panel-title em,
.km-deuren-title em,
.km-vraag-title em,
.pv-hero-title em,
.pv-section-title em,
.pv-form-title em,
.pv-tail-tekst em,
.foot-laatste-zin em,
.al-tag em {
    font-style: normal;
}

/* ==========================================================================
   KENNISMAKING — WERKWIJZE-UITLEG ONDERIN
   Donker blok met gloeien icoontje + vijf fases op een rijtje + CTA naar
   werkwijze-pagina. Voor bezoekers die aan het einde van de kennismaking
   alsnog willen checken wat het traject oplevert.
   ========================================================================== */
.km-fases {
    background: var(--p);
    color: var(--s);
    padding: clamp(80px, 12vh, 140px) clamp(20px, 5vw, 60px);
    text-align: center;
}
.km-fases-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.km-fases-eyebrow {
    display: inline-block;
    font-family: var(--t);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--cta);
    margin-bottom: 18px;
}
.km-fases-title {
    font-family: var(--t);
    font-weight: 300;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.2;
    color: var(--s);
    margin: 0 0 20px;
    max-width: 720px;
    text-wrap: balance;
}
.km-fases-title em {
    font-style: normal;
    font-weight: 400;
    color: var(--cta);
}
.km-fases-intro {
    font-family: var(--t);
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
    color: var(--s);
    opacity: 0.7;
    max-width: 560px;
    margin: 0 auto clamp(40px, 6vh, 60px);
    text-wrap: pretty;
}
.km-fases-lijst {
    list-style: none;
    padding: 0;
    margin: 0 0 clamp(40px, 6vh, 60px);
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(20px, 2.5vw, 32px);
    text-align: left;
}
.km-fases-lijst li {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.km-fase-num {
    font-family: var(--t);
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 3px;
    color: var(--cta);
}
.km-fase-naam {
    font-family: var(--t);
    font-weight: 500;
    font-size: 16px;
    color: var(--s);
}
.km-fase-tekst {
    font-family: var(--t);
    font-weight: 300;
    font-size: 13.5px;
    line-height: 1.7;
    color: var(--s);
    opacity: 0.7;
    margin: 0;
}
@media (max-width: 900px) {
    .km-fases-lijst { grid-template-columns: 1fr; gap: 28px; }
}

/* ==========================================================================
   ACHTER AVE-LOURA - simpel verhaal op cream, doordacht met adem.
   Titel → tekst+foto editorial spread → pull-quote → slot + signature.
   Geen vonkjes, geen wandel-keyframes, geen tricks. Compositie en
   typografie doen het werk.
   ========================================================================== */
.about-story {
    background: var(--s);
    color: var(--p);
    padding: clamp(96px, 14vh, 180px) clamp(28px, 5vw, 96px);
}
.about-story-inner {
    max-width: 1180px;
    margin: 0 auto;
}

/* (placeholder — alle wander-vonkjes hieronder worden vervangen) */
.story-light {
    display: none;
}
/* (oude wander-keyframes worden verwijderd) */
.about-story-head {
    margin-bottom: clamp(24px, 3.5vh, 40px);
    /* Zelfde bleed-margins als .about-story-spread zodat de eyebrow exact
       links uitgelijnd ligt met de tekstkolom eronder. */
    margin-left: min(0px, calc(clamp(40px, 5vw, 100px) - max(0px, (100vw - 1180px) / 2)));
    margin-right: min(0px, calc(clamp(40px, 5vw, 100px) - max(0px, (100vw - 1180px) / 2)));
}
/* Editorial eyebrow-label, zelfde stijl als Vertrouwen · Confiança op homepage. */
.about-story-title {
    display: inline-block;
    font-family: var(--t);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--cta);
    opacity: 0.85;
    line-height: 1.2;
    margin: 0;
}

/* Editorial spread: tekstkolom links (lead + vervolgalinea + slot + signature),
   foto rechts. Alle tekst gestapeld in de linker kolom zodat het als
   één doorlopend verhaal leest naast het beeld. */
.about-story-spread {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: start;
    margin-bottom: clamp(96px, 14vh, 160px);
    margin-left: min(0px, calc(clamp(40px, 5vw, 100px) - max(0px, (100vw - 1180px) / 2)));
    margin-right: min(0px, calc(clamp(40px, 5vw, 100px) - max(0px, (100vw - 1180px) / 2)));
}
.about-story-text {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 3vh, 36px);
    padding-top: 0;
}
/* Eyebrow-titel zit nu in de tekstkolom; cap-height lijnt visueel uit
   met de bovenkant van het beeld rechts. */
.about-story-text .about-story-title {
    margin-top: clamp(2px, 0.3vh, 6px);
    margin-bottom: clamp(4px, 0.6vh, 10px);
}
.about-story-text p {
    font-family: var(--t);
    font-weight: 300;
    font-size: clamp(15px, 1.05vw, 17px);
    line-height: 1.85;
    letter-spacing: 0.1px;
    color: var(--p);
    opacity: 0.86;
    text-align: justify;
    text-justify: inter-word;
    hyphens: none;
    -webkit-hyphens: none;
    margin: 0;
}
/* Eerste alinea krijgt een iets grotere font om de opening te accentueren. */
.about-story-text .about-story-lead {
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.75;
}
.about-story-render {
    margin: 0;
    position: sticky;
    top: clamp(80px, 12vh, 140px);
    align-self: start;
}
.about-story-render picture {
    display: block;
    overflow: hidden;
    position: relative;
    aspect-ratio: 3 / 4;
    width: 100%;
    box-shadow: 0 24px 60px -18px rgba(18, 25, 9, 0.28);
}
.about-story-render picture::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(18,25,9,0.10) 100%);
    pointer-events: none;
}
.about-story-render img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.about-story-caption {
    margin-top: clamp(14px, 1.8vh, 22px);
    font-family: var(--t);
    font-size: 10.5px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--p);
    opacity: 0.45;
    text-align: center;
}

/* Slotalinea + signature, in de linker tekstkolom onder de andere alinea's. */
.about-story-close {
    font-family: var(--t);
    font-weight: 300;
    font-size: clamp(15px, 1.05vw, 17px);
    line-height: 1.85;
    color: var(--p);
    opacity: 0.84;
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
    hyphens: none;
    -webkit-hyphens: none;
}
.about-story-sign {
    margin: clamp(28px, 3.5vh, 44px) 0 0;
    padding-top: clamp(20px, 2.5vh, 32px);
    border-top: 1px solid rgba(18, 25, 9, 0.14);
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    text-align: left;
}
.about-signature-name {
    font-family: var(--t);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--p);
}
.about-signature-role {
    font-family: var(--t);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--p);
    opacity: 0.55;
}

@media (max-width: 880px) {
    .about-story-spread {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .about-story-text { order: 2; padding-top: 0; }
    .about-story-render { order: 1; position: static; }
}
