@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(../fonts/caveat-latin-ext-variable.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(../fonts/caveat-latin-variable.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(../fonts/nunito-latin-ext-variable.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(../fonts/nunito-latin-variable.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --photo-cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20d%3D%22m15%2015%209%209%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%226%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22m15%2015%209%209%22%20fill%3D%22none%22%20stroke%3D%22%2306245b%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%228%22%20fill%3D%22white%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20fill%3D%22white%22%20stroke%3D%22%2306245b%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%206v8M6%2010h8%22%20stroke%3D%22%2306245b%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") 10 10, pointer;
    --navy: #06245b;
    --red: #a00523;
    --red-bright: #c31737;
    --ink: #12213c;
    --line: rgba(6, 36, 91, 0.12);
    --shadow: 0 22px 58px rgba(4, 29, 65, 0.24);
    --radius: 22px;
    --hero-foto: url("../img/hero-foto.webp");
    --hero-ratio: 2167 / 400;
    --hero-foto-kracht: .95;
    --hero-logo-draai: -4deg;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    min-height: 100vh;
    font-family: "Nunito", "Segoe UI", system-ui, sans-serif;
    color: var(--ink);
    background: #3B82AF;
    overflow-x: hidden;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }

.page-paint {
    background: linear-gradient(180deg, #5EA5CD 0%, #3B82AF 100%);
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}
.page-paint__stroke { position: absolute; max-width: none; opacity: .9; }
.page-paint__stroke--one { width: 44vw; left: -8vw; top: 8vh; transform: scaleX(-1) rotate(-6deg); }
.page-paint__stroke--two { width: 48vw; right: -10vw; bottom: 3vh; transform: rotate(-4deg); }
.page-paint__stroke--three { width: 26vw; right: -9vw; top: 3vh; transform: rotate(-28deg); }

.site-shell {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - clamp(22px, 5vw, 76px)));
    margin: clamp(20px, 3.8vw, 52px) auto;
    overflow: hidden;
    background: var(--navy);
    border: 5px solid #323c4f;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

/* Hero ------------------------------------------------------------------
   Lagen (van onder naar boven):
   1. banner-achtergrond.webp 
   2. .hero_foto          
   3. .hero_overlay          
   4. .hero_logo / .hero_label
*/

.hero {
    position: relative;
    aspect-ratio: var(--hero-ratio);
    container-type: inline-size;
    overflow: hidden;
    isolation: isolate;
    border-radius: calc(var(--radius) - 5px) calc(var(--radius) - 5px) 0 0;
    background: var(--navy) url("../img/banner-achtergrond.webp") center / cover no-repeat;
}
.hero__foto {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 22%;
    background-image: var(--hero-foto);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 20%), linear-gradient(to bottom, transparent 0, #000 18%);
    mask-image: linear-gradient(to right, transparent 0, #000 20%), linear-gradient(to bottom, transparent 0, #000 18%);
    -webkit-mask-composite: source-in;
    -webkit-mask-size: 100% 100%;
    mask-composite: intersect;
    mix-blend-mode: luminosity;
    opacity: var(--hero-foto-kracht);
    filter: contrast(1.05);
    pointer-events: none;
}
.hero__overlay {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.hero__home {
    position: absolute;
    z-index: 3;
    left: 6%;
    top: 8%;
    width: 22%;
    min-width: 44px;
    border-radius: 8px;
    transform: rotate(var(--hero-logo-draai));
    transform-origin: 50% 55%;
    transition: transform .25s ease;
}
.hero__home:hover, .hero__home:focus-visible { animation: logoWiebel 1.1s ease-in-out; }
@keyframes logoWiebel {
      0% { transform: rotate(var(--hero-logo-draai)) scale(1); }
     25% { transform: rotate(calc(var(--hero-logo-draai) + 4deg)) scale(1.05); }
     50% { transform: rotate(calc(var(--hero-logo-draai) - 3deg)) scale(1.05); }
     75% { transform: rotate(calc(var(--hero-logo-draai) + 2deg)) scale(1.02); }
    100% { transform: rotate(var(--hero-logo-draai)) scale(1); }
}
.hero__logo {
    width: 100%;
    height: auto;
    filter: none;
}
.hero__label {
    position: absolute;
    z-index: 4;
    left: 85%;
    top: 72%;
    margin: 0;
    transform: translate(-50%, -50%) translate(var(--mx, 0px), var(--my, 0px)) rotate(calc(-7deg + var(--mr, 0deg)));
    transition: transform .28s ease-out;
    white-space: nowrap;
    pointer-events: none;
    animation: labelBinnen 1.1s cubic-bezier(.2,1.25,.4,1) .35s backwards;
}
@keyframes labelBinnen {
      0% { transform: translate(-50%, -50%) rotate(-7deg) scale(.3); opacity: 0; }
     55% { transform: translate(-50%, -50%) rotate(-9.5deg) scale(1.14); opacity: 1; }
     78% { transform: translate(-50%, -50%) rotate(-5.5deg) scale(.96); }
    100% { transform: translate(-50%, -50%) rotate(-7deg) scale(1); opacity: 1; }
}
.hero__label span {
    display: inline-block;
    font-family: "Caveat", cursive;
    font-weight: 700;
    font-size: 4.3cqw;
    line-height: 1;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0,0,0,.3);
    pointer-events: auto;
    cursor: default;
}
.hero__label span:hover { animation: labelWiebel .9s ease-in-out; }
@keyframes labelWiebel {
      0% { transform: scale(1) rotate(0); }
     30% { transform: scale(1.12) rotate(3deg); }
     55% { transform: scale(1.08) rotate(-3deg); }
     80% { transform: scale(1.04) rotate(1.5deg); }
    100% { transform: scale(1) rotate(0); }
}

.menu-button {
    display: none;
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 15;
    width: 46px;
    height: 42px;
    padding: 8px 6px;
    border: 0;
    border-radius: 12px;
    background: rgba(6,36,91,.68);
    cursor: pointer;
}
.menu-button span { display: block; width: 100%; height: 3px; margin: 4px 0; border-radius: 99px; background: #fff; }
.menu-button span:nth-child(2) { width: 78%; }

/* Tegels -----------------------------------------------------------------*/

.tile-nav {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 1.6vw, 22px);
    padding: clamp(18px, 2.4vw, 34px) clamp(20px, 3vw, 44px) clamp(22px, 3vw, 40px);
    background: #fff;
}
.tile {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 7px 16px rgba(6,36,91,.13);
    transition: transform .22s ease, box-shadow .22s ease;
}
.tile img { width: 100%; height: auto; aspect-ratio: 1320 / 600; object-fit: cover; }
.tile:hover, .tile:focus-visible { transform: translateY(-5px); box-shadow: 0 14px 26px rgba(4,26,58,.3); }
.tile.is-active { box-shadow: none; transform: none; }
.tile.is-active:hover, .tile.is-active:focus-visible { transform: none; box-shadow: none; }
.tile.is-active img { opacity: 0; }  

.tegel-spat {
    --tempo: 1.6;               
    --tekst-vertraging: .34s;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s;
}
.tegel-spat[data-visible="true"] { opacity: 1; visibility: visible; }
.tegel-spat .spat--tegel { display: none; width: 100%; height: 100%; overflow: visible; }
.tegel-spat[data-vorm="1"] .spat--tegel[data-vorm="1"],
.tegel-spat[data-vorm="2"] .spat--tegel[data-vorm="2"],
.tegel-spat[data-vorm="3"] .spat--tegel[data-vorm="3"] { display: block; }

.tegel-spat__tekst {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-3deg);
    font-family: "Caveat", cursive;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    text-shadow: 0 2px 6px rgba(0,0,0,.3);
    pointer-events: none;
}
.tegel-spat[data-visible="true"] .tegel-spat__tekst { animation: spatTekst calc(.5s * var(--tempo)) cubic-bezier(.2,1.5,.4,1) calc(var(--tekst-vertraging) * var(--tempo)) both; }

/* Stijl 1 */
.tegel-spat[data-stijl="spatten"][data-visible="true"] .spat__kern { animation: spatKern calc(.5s * var(--tempo)) cubic-bezier(.2,1.4,.4,1) both; }

/* Stijl 2 */
.tegel-spat[data-stijl="druppel"] { --tekst-vertraging: .58s; }
.tegel-spat[data-stijl="druppel"][data-visible="true"] .spat--tegel { animation: druppelVal calc(.62s * var(--tempo)) cubic-bezier(.4,.05,.35,1) both; transform-origin: 50% 72%; }
@keyframes druppelVal {
      0% { transform: translateY(-105%) scale(.42, .72); opacity: 0; }
     18% { opacity: 1; }
     52% { transform: translateY(2%) scale(.94, .96); }
     68% { transform: translateY(0) scale(1.06, .82); }
     84% { transform: translateY(0) scale(.98, 1.05); }
    100% { transform: translateY(0) scale(1, 1); }
}

/* Stijl 3*/
.tegel-spat[data-stijl="kwast"] { --tekst-vertraging: .46s; --tempo: 2.6; }  
.tegel-spat[data-stijl="kwast"][data-visible="true"] { animation: kwastVeeg calc(.58s * var(--tempo)) cubic-bezier(.35,.85,.4,1) both; }
.tegel-spat[data-stijl="kwast"][data-visible="true"] .tegel-spat__tekst { animation: none; opacity: 1; }
@keyframes kwastVeeg {
      0% { clip-path: polygon(-14% -30%, -6% -30%, -16% 130%, -24% 130%); }
    100% { clip-path: polygon(-14% -30%, 132% -30%, 122% 130%, -24% 130%); }
}

/* Home-knop --------------------------------------------------------*/
.wegwijzer {
    --spat-breedte: 190px;
    --spat-kleur: #b3122d;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    display: block;
    width: var(--spat-breedte);
    color: var(--spat-kleur);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: rotate(-4deg) scale(.9);
    transition: opacity .25s ease, visibility .3s, transform .3s ease;
}
.wegwijzer[data-visible="true"] { opacity: 1; visibility: visible; pointer-events: auto; transform: rotate(-4deg) scale(1); }
.wegwijzer:hover, .wegwijzer:focus-visible { transform: rotate(-4deg) scale(1.06); }

.spat { display: block; width: 100%; height: auto; overflow: visible; filter: drop-shadow(0 6px 12px rgba(4,26,58,.28)); }
.spat__kern { transform-box: view-box; transform-origin: center; }

.wegwijzer[data-visible="true"] .spat__kern { animation: spatKern .5s cubic-bezier(.2,1.4,.4,1) both; }
.wegwijzer[data-visible="true"] .wegwijzer__tekst { animation: spatTekst .5s cubic-bezier(.2,1.5,.4,1) .62s both; }

@keyframes spatKern {
      0% { transform: scale(.10); opacity: 0; }
     25% { opacity: 1; }
     60% { transform: scale(1.13); }
     82% { transform: scale(.96); }
    100% { transform: scale(1); opacity: 1; }
}


@keyframes spatTekst {
      0% { transform: translate(-50%, -50%) rotate(2deg) scale(.55); opacity: 0; }
     45% { opacity: 1; }
     70% { transform: translate(-50%, -50%) rotate(-5deg) scale(1.08); }
    100% { transform: translate(-50%, -50%) rotate(-3.5deg) scale(1); opacity: 1; }
}

.wegwijzer__tekst {
    position: absolute;
    left: 50%;
    top: 38.5%;
    transform: translate(-50%, -50%) rotate(-4deg);
    font-family: "Caveat", cursive;
    font-weight: 700;
    font-size: calc(var(--spat-breedte) * .185);
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    text-shadow: 0 2px 5px rgba(90,0,15,.35);
    pointer-events: none;
}

.wegwijzer--compact { display: none; }

/* Dynamische inhoud --------------------------------------------------------*/

.content-stage { position: relative; min-height: 430px; padding: 0 clamp(22px, 4vw, 54px) clamp(34px, 5vw, 62px); background: #fff; }
.content-stage::before { content: ""; display: block; height: 1px; margin-bottom: clamp(28px, 4vw, 48px); background: linear-gradient(90deg, transparent, var(--line) 14%, var(--line) 86%, transparent); }
.content-view { animation: viewIn .4s ease both; }
@keyframes viewIn { from { opacity: 0; transform: translateY(12px); filter: blur(2px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }

.welcome { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(34px, 5vw, 72px); align-items: center; }
.script-kicker { margin: 0 0 2px; font-family: "Caveat", cursive; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; color: var(--red); transform: rotate(-2deg); }
.paint-shapes { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.paint-backdrop {
    position: absolute;
    z-index: -1;
    inset: -12px -26px -14px -24px;
    width: calc(100% + 50px);
    height: calc(100% + 26px);
    color: var(--navy);
    overflow: visible;
    pointer-events: none;
}
.welcome h1 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; color: var(--navy); letter-spacing: -.035em; overflow-wrap: anywhere; }
.welcome p:not(.script-kicker) { max-width: 660px; margin: 0 0 13px; font-size: clamp(1rem, 1.35vw, 1.08rem); line-height: 1.72; }
.welcome__lead { font-weight: 700; color: #263b60; }
.welcome__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 10px 18px; border: 2px solid var(--navy); border-radius: 999px; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--navy); color: #fff; }
.button--ghost { background: #fff; color: var(--navy); }
.social-row { display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: center; margin-top: 25px; font-size: .93rem; }
.social-row span { font-weight: 800; color: var(--navy); }
.social-row a { color: var(--red); font-weight: 800; }

.welcome__photos { position: relative; min-height: 360px; margin-bottom: 24px; }
.photo-card { position: absolute; overflow: hidden; margin: 0; background: #fff; border: 8px solid #fff; border-bottom-width: 30px; box-shadow: 0 15px 30px rgba(23,39,70,.2); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-card--one { width: 55%; height: 235px; left: 2%; top: 33px; transform: rotate(-7deg); }
.photo-card--two { width: 58%; height: 235px; right: 0; top: 11px; transform: rotate(6deg); }
.photo-card--three { width: 48%; height: 190px; left: 28%; bottom: 0; transform: rotate(1deg); }
.photo-note { position: absolute; isolation: isolate; z-index: 5; right: -5px; bottom: -20px; padding: 20px 32px 24px; font-family: "Caveat", cursive; font-size: 1.6rem; font-weight: 700; line-height: 1.08; text-align: center; color: #fff; transform: rotate(-5deg); }


.footer { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 24px clamp(22px, 4vw, 54px); background: var(--navy); color: rgba(255,255,255,.84); font-size: .9rem; }
.footer strong { display: block; color: #fff; }
.footer span { display: block; margin-top: 3px; }
.footer__links { display: flex; gap: 16px; font-weight: 800; color: #fff; }
.footer__home { display: none; }

/* Mobiel menu --------------------------------------------------------*/
.mobile-menu { position: fixed; inset: 0; z-index: 100; display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 78px clamp(30px, 10vw, 74px); background: rgba(6,36,91,.98); visibility: hidden; opacity: 0; transition: opacity .24s ease, visibility .24s; }
.mobile-menu[data-open="true"] { visibility: visible; opacity: 1; }
.mobile-menu button:not(.mobile-menu__close), .mobile-menu a { width: fit-content; padding: 0; border: 0; background: transparent; color: #fff; font-family: "Caveat", cursive; font-size: clamp(2rem, 8vw, 3rem); font-weight: 700; cursor: pointer; }
.mobile-menu button:hover, .mobile-menu a:hover { color: #ffb5c2; }
.mobile-menu button.is-active { color: #ffb5c2; text-decoration: underline; text-decoration-color: var(--red-bright); text-underline-offset: 6px; }
.mobile-menu__close { position: absolute; top: 19px; left: 19px; width: 48px; height: 48px; border: 0; background: transparent; color: #fff; font-size: 2.4rem; cursor: pointer; }
.mobile-menu__brand { position: absolute; top: 27px; left: 80px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.72); font-weight: 800; }
.girl-mark { display: grid; place-items: center; width: 29px; height: 29px; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; font-size: 1rem; }

:focus-visible { outline: 3px solid #ffd347; outline-offset: 3px; }

@media (max-width: 860px) {
    .tile-nav { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .welcome { grid-template-columns: 1fr; }
    .welcome__photos { min-height: 385px; width: min(520px, 100%); margin: 0 auto 24px; }
}

@media (max-width: 620px) {
    .site-shell { width: calc(100% - 18px); margin: 9px auto 18px; border-width: 3px; border-radius: 17px; }
    .hero { border-radius: 14px 14px 0 0; }
    .menu-button { display: block; left: auto; right: 12px; top: 12px; width: 42px; height: 38px; }
    :root { --hero-ratio: 2167 / 520; }
    .hero__foto { left: 20%; }
    .hero__home { width: 27%; top: 7%; }
    .hero__label { left: 82%; top: 76%; }
    .hero__label span { font-size: clamp(1.125rem, 5.3cqw, 2rem); }
    .tile-nav { gap: 10px; padding: 30px 13px 24px; } /* wat lucht voor de verfspetters */
    .tile { border-radius: 12px; }
    .content-stage { min-height: 0; padding: 0 20px 34px; }
    .content-stage::before { margin-bottom: 28px; }
    .welcome h1 { font-size: 2.25rem; }
    .welcome__photos { min-height: 310px; margin-top: 10px; margin-bottom: 36px; }
    .photo-card { border-width: 6px; border-bottom-width: 24px; }
    .photo-card--one { height: 190px; }
    .photo-card--two { height: 190px; }
    .photo-card--three { height: 155px; }
    .photo-note { right: 10px; bottom: -12px; font-size: 1.35rem; padding: 18px 26px 22px; }
    .page-paint__stroke--one { width: 100vw; left: -38vw; }
    .page-paint__stroke--two { width: 110vw; right: -44vw; }
    .page-paint__stroke--three { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-delay: 0ms !important; transition-duration: .01ms !important; transition-delay: 0ms !important; }
}

/* Inhoudspagina's --------------------------------------------------------*/

[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.page-heading h1 { margin: 3px 0 14px; color: var(--navy); font-size: clamp(2rem, 3.8vw, 3.1rem); letter-spacing: -.035em; line-height: 1.1; }
.page-heading .script-kicker { font-size: clamp(1.65rem, 2.6vw, 2.1rem); }
.page-heading h1:focus { outline: none; }
.page-intro { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 30px; }
.page-intro > p { max-width: 640px; margin: 0; line-height: 1.7; color: #465873; }
.managed-content { min-width: 0; font-size: 1rem; }
.subsection-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin: 0 0 20px; }
.subsection-heading :is(h2, h3) { margin: 3px 0 0; color: var(--navy); font-size: clamp(1.55rem, 2.5vw, 2rem); line-height: 1.2; }
.subsection-heading .script-kicker { font-size: 1.7rem; }
.subsection-heading > span { font-size: .875rem; color: #536681; text-align: right; }
.text-link { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; background: none; color: var(--navy); font-weight: 800; line-height: 1.5; cursor: pointer; text-align: left; overflow-wrap: anywhere; }
.text-link:hover { color: var(--red); text-decoration: underline; text-underline-offset: 4px; }
.empty-message, .content-error { padding: 28px; background: #f0f6fa; border-radius: 14px; line-height: 1.7; }
.content-error h2 { margin: 0; color: var(--navy); }
.content-notice { padding: 12px 16px; margin: 0 0 22px; border-left: 3px solid var(--navy); background: #edf4f9; line-height: 1.6; }
.content-notice button { border: 0; padding: 0; background: none; color: var(--navy); font-weight: 800; text-decoration: underline; cursor: pointer; }
.noscript-message { position: relative; padding: 20px; background: #fff; color: var(--navy); }

/* Sluitknop --------------------------------------------------------*/

.zoom-icon { width: 19px; height: 19px; flex: 0 0 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.paint-label { --paint-color: var(--navy); position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; padding: 14px 30px 16px; color: #fff; font-family: 'Caveat', cursive; font-size: 1.65rem; font-weight: 700; line-height: 1.1; white-space: nowrap; transform: rotate(-4deg); transition: transform .2s ease; }
.brush-mark { position: absolute; z-index: -1; inset: -9px -12px; width: calc(100% + 24px); height: calc(100% + 18px); color: var(--paint-color, var(--navy)); pointer-events: none; }

/* Afdelingen --------------------------------------------------------*/

.department-layout { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 34px; align-items: start; }
#department-feature, #department-people { min-width: 0; }
#department-feature > p { line-height: 1.7; margin: 22px 8px 0; }
.department-photo { position: relative; margin: 0 4px 0 2px; padding: 10px; background: #fff; box-shadow: 0 8px 25px rgba(6,36,91,.16); transform: rotate(-.8deg); }
.department-photo__open { display: block; position: relative; width: 100%; padding: 0; background: #edf3f8; border: 0; cursor: var(--photo-cursor); overflow: hidden; }
.department-photo__open > img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
.department-photo__open > .paint-label { position: absolute; right: 18px; bottom: 14px; }
.department-photo__open:hover .paint-label, .department-photo__open:focus-visible .paint-label { --paint-color: var(--red); transform: rotate(0deg) scale(1.03); }
.department-photo__empty { display: grid; place-content: center; aspect-ratio: 3 / 2; background: #edf4f9; padding: 24px; text-align: center; color: #3c5478; }
.department-picker { display: flex; flex-direction: column; gap: 7px; }
.department-select { display: none; }
.department-picker__title { margin: -7px 0 5px; font-family: 'Caveat', cursive; font-size: 1.65rem; font-weight: 700; color: var(--navy); }
.department-choice { width: 100%; display: block; min-height: 48px; padding: 11px 18px; border: 1px solid #dce6ef; border-radius: 10px; background: #fff; color: #193659; text-align: left; font-size: 1rem; font-weight: 800; cursor: pointer; transition: background .18s, transform .18s; }
.department-choice:hover { background: #edf4f9; transform: translateX(3px); }
.department-choice[aria-pressed='true'] { color: #fff; background: var(--navy); border-color: var(--navy); box-shadow: 0 4px 10px rgba(6,36,91,.13); }
.department-choice:not(.department-choice--team) + .department-choice--team { margin-top: 10px; }
.people-section { margin-top: 45px; }
.people-heading { display: flex; align-items: center; gap: 24px; min-width: 0; }
.people-heading > div { min-width: 0; }
.photo-invitation { display: flex; flex-direction: column; flex: 0 0 78px; align-self: center; margin-bottom: -22px; color: var(--red); }
.photo-invitation > span { font-family: 'Caveat', cursive; font-size: 1.65rem; font-weight: 700; line-height: 1; transform: rotate(7deg); }
.photo-invitation svg { display: block; width: 76px; height: 54px; margin: -2px 0 0 3px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.people-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.person-card { min-width: 0; }
.person-card__photo { position: relative; display: block; width: 100%; padding: 7px; border: 0; background: #fff; box-shadow: 0 5px 16px rgba(6,36,91,.15); cursor: var(--photo-cursor); transition: transform .2s ease; }
.person-card:nth-child(odd) .person-card__photo { transform: rotate(-1deg); }
.person-card:nth-child(even) .person-card__photo { transform: rotate(1deg); }
.person-card .person-card__photo:hover, .person-card .person-card__photo:focus-visible { transform: rotate(0deg) translateY(-4px); }
.person-card__photo > img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.person-card__nickname { display: block; padding: 6px 0 2px; font-family: 'Caveat', cursive; font-size: 2rem; line-height: 1.2; color: var(--red); }
.person-card__more { position: absolute; isolation: isolate; left: 12px; right: 12px; bottom: 51px; padding: 9px 8px; color: #fff; font-family: 'Caveat', cursive; font-size: 1.4rem; font-weight: 700; line-height: 1.05; text-align: center; opacity: 0; transform: rotate(-2deg) translateY(4px); transition: opacity .2s, transform .2s; }
.person-card__more .brush-mark { inset: -9px -6px; width: calc(100% + 12px); }
.person-card__photo:hover .person-card__more, .person-card__photo:focus-visible .person-card__more { opacity: 1; transform: rotate(-2deg); }
.person-card__body { padding: 16px 4px 0; }
.person-card :is(h3, h4) { margin: 0 0 7px; font-size: 1rem; font-weight: 900; line-height: 1.45; color: var(--navy); overflow-wrap: anywhere; }
.person-contacts { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; font-size: .9rem; line-height: 1.5; }
.person-contacts a { max-width: 100%; overflow-wrap: anywhere; }
.person-contacts a:last-child { color: var(--red); font-weight: 800; }
.person-contacts a:hover { text-decoration: underline; text-underline-offset: 3px; }
.person-initials { display: grid; place-items: center; width: 100%; aspect-ratio: 1; background: #edf4f9; color: var(--navy); font-family: 'Caveat', cursive; font-size: 4rem; }
.team-feature { padding: 32px; background: #edf4f9; border-radius: 8px 30px 8px 30px; }
.team-feature > h2 { margin: 5px 0 12px; font-size: 2.3rem; line-height: 1.15; color: var(--navy); }
.team-feature > p:not(.script-kicker) { max-width: 480px; margin: 0; line-height: 1.7; }
.team-feature .people-section { margin-top: 28px; }
.team-feature .people-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 560px; gap: 26px; }

/* Agenda --------------------------------------------------------*/

.agenda-note { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 32px; padding: 20px 24px; background: #edf4f9; border-radius: 10px; }
.agenda-note > div { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 22px; }
.agenda-note .script-kicker { font-size: 1.9rem; }
.agenda-note p { margin: 0; line-height: 1.6; }
.agenda-note .text-link { flex-shrink: 0; font-size: .9375rem; }
.agenda-period > h2 { margin: 0 0 24px; color: var(--navy); font-size: 1.65rem; line-height: 1.2; }
.agenda-month { margin-bottom: 30px; }
.agenda-month > h3 { margin: 0 0 13px; color: var(--red); font-family: 'Caveat', cursive; font-size: 2rem; font-weight: 700; line-height: 1.15; text-transform: capitalize; }
.agenda-month__events { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.event-row { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 18px; align-items: start; padding: 22px; border: 1px solid #dce6ef; border-radius: 10px; background: #fff; }
.event-row--next { background: #f1f7fb; border-color: #a5bfd3; }
.event-date { text-align: center; color: var(--navy); background: #edf4f9; border-radius: 3px 9px 3px 9px; overflow: hidden; padding-bottom: 7px; transform: rotate(-2deg); }
.event-date > span { display: block; padding: 4px 3px; background: var(--navy); color: #fff; font-size: .8125rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.event-date > strong { display: block; margin: 5px 0 1px; font-size: 2.15rem; font-weight: 900; line-height: 1.15; letter-spacing: -.05em; }
.event-date > strong.event-date__range { margin: 11px 0 7px; font-size: 1.5rem; }
.event-date > small { display: block; font-size: .75rem; font-weight: 800; }
.event-copy { min-width: 0; }
.event-title { margin: 0 0 7px; font-size: clamp(1.15rem, 1.7vw, 1.45rem); color: var(--navy); line-height: 1.25; overflow-wrap: anywhere; }
.event-title > span { position: relative; display: inline-block; }
.event-detail { margin: 7px 0 0; font-size: .9375rem; line-height: 1.6; color: var(--navy); overflow-wrap:anywhere; }
.event-detail > strong { color:var(--red); }
.event-description { white-space:pre-line; }
.event-copy .text-link { margin-top: 12px; }
.event-poster { position: relative; display: block; width: 100px; margin-top: 14px; padding: 0; border: 0; background: none; cursor: var(--photo-cursor); }
.event-poster img { width: 100%; height: 120px; object-fit: contain; background: #edf4f9; }
.event-poster > .zoom-icon { position: absolute; bottom: 4px; right: 4px; width: 26px; height: 26px; padding: 4px; border-radius: 50%; background: #fff; color: var(--navy); }
.agenda-period--past { margin-top: 28px; padding-top: 28px; border-top: 1px solid #dce6ef; }
.agenda-period--past > h2 { color: #536781; }
.event-row--past { background: #f7f9fb; border-color: #e4eaf0; }
.event-row--past .event-title { color: #536781; }
.event-row--past .event-date > span { background: #63758d; }
.event-row--past .event-date { background: #eaf0f5; color: #526680; }
.event-row--past .event-title > span::after { content: ''; position: absolute; left: -1%; right: -1%; top: 48%; height: .16em; opacity: 1; background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%2018%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23a00523%22%20d%3D%22M3%208C54%203%20134%206%20184%204s97-1%20130%202l-6%203%208%201-5%204c-83-1-160-3-242%200l-62%201%204-3-8-1Z%22%2F%3E%3C%2Fsvg%3E") center / 100% 100% no-repeat; transform: rotate(-2deg); pointer-events: none; }
.agenda-empty { padding: 0 0 4px; }
.agenda-empty h2 { margin: 0 0 8px; color: var(--navy); font-size: 1.5rem; }
.agenda-empty p { margin: 0; color: #536781; line-height: 1.7; }

/* Info --------------------------------------------------------*/

.info-nav { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 12px; }
.info-nav button { min-height: 44px; padding: 9px 18px; border: 1px solid #c9d9e6; border-radius: 24px; color: var(--navy); background: #f5f9fc; font: inherit; font-size: .9375rem; font-weight: 800; cursor: pointer; }
.info-nav button:hover { background: var(--navy); border-color: var(--navy); color: #fff; }
.info-section { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.35fr); gap: 42px; align-items: start; padding: 34px 0; border-bottom: 1px solid #dce7ef; scroll-margin-top: 24px; }
.info-section:last-child { padding-bottom: 0; border-bottom: 0; }
.info-section > * { min-width: 0; }
.info-section .script-kicker { margin: 0 0 5px; color: var(--red); font-family: 'Caveat', cursive; font-size: 2rem; font-weight: 700; line-height: 1.2; }
.info-section h2 { margin: 0 0 16px; font-size: clamp(1.35rem, 2.1vw, 1.65rem); line-height: 1.25; color: var(--navy); }
.info-section p:not(.script-kicker) { margin: 0 0 15px; line-height: 1.75; color: #435978; }
.info-section p:last-child { margin-bottom: 0; }
.info-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px 22px; margin-top: 20px; }
.info-actions .button { gap: 10px; }
.hours-panel p.hours-current { margin-top: 22px; font-size: 1rem; color: var(--navy); }
.hours-current strong { padding-bottom:0; background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%2018%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23a1cfdf%22%20d%3D%22M3%208C54%203%20134%206%20184%204s97-1%20130%202l-6%203%208%201-5%204c-83-1-160-3-242%200l-62%201%204-3-8-1Z%22%2F%3E%3C%2Fsvg%3E") left calc(100% - .18em) / 100% .13em no-repeat; box-decoration-break:clone; -webkit-box-decoration-break:clone; }
.hours-table { width: 100%; border-collapse: collapse; font-size: 1rem; }
.hours-table th, .hours-table td { padding: 12px; text-align: left; border-bottom: 1px solid #e0e9f1; }
.hours-table thead th { vertical-align: top; background: #f2f6f9; color: var(--navy); font-weight: 900; }
.hours-table thead small { display: block; margin-top: 4px; font-size: .8125rem; font-weight: 600; line-height: 1.4; color: #49617f; }
.hours-table tbody th { font-weight: 800; color: var(--navy); }
.hours-table td { white-space: nowrap; font-weight: 700; }
.hours-table td.hours-table__current { background: #edf7fb; color: var(--navy); font-weight: 900; }
.hours-table thead th.hours-table__current { background: #e2f0f7; border-bottom: 3px solid var(--navy); }
.info-section p.drink-price { margin-bottom: 12px; color: var(--navy); font-weight: 800; }
.drink-price strong { font-size: 1.5rem; color: var(--red); }
.first-visit__address strong { color: var(--navy); }

/* Profielen --------------------------------------------------------*/

.dialog-is-open, .menu-is-open { overflow: hidden; }
.profile-dialog { --profile-accent: var(--navy); position: fixed; inset: 0; width: min(820px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 34px; border: 0; border-radius: 18px; color: var(--ink); background: #fff; box-shadow: 0 24px 80px #00153566; overflow: auto; }
.profile-dialog:not(.profile-dialog--photo) { background: radial-gradient(ellipse at 18% 38%, color-mix(in srgb, var(--profile-accent) 17%, transparent), transparent 65%), #fff; }
.profile-dialog:not([open]) { display: none; }
.profile-dialog::backdrop { background: rgba(2,18,47,.8); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; isolation: isolate; top: 9px; right: 10px; z-index: 2; width: 58px; height: 54px; display: grid; place-items: center; padding: 0; border: 0; color: #fff; background: none; cursor: pointer; transition: transform .2s ease; }
.dialog-close__shape { position: absolute; z-index: -1; inset: -4px; width: calc(100% + 8px); height: calc(100% + 8px); color: var(--red); pointer-events: none; }
.dialog-close__icon { width: 22px; height: 22px; transform: translateY(-4px); fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.dialog-close:hover { transform: rotate(6deg) scale(1.06); }
.profile-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 34px; align-items: center; }
.profile-photo-frame { display: flex; justify-content: center; min-width: 0; }
.profile-photo { width: auto; max-width: 100%; height: auto; max-height: min(66dvh, 540px); object-fit: contain; border: 5px solid #fff; border-radius: 10px; box-shadow: 0 0 0 2px color-mix(in srgb, var(--profile-accent) 65%, transparent), 6px 7px 24px color-mix(in srgb, var(--profile-accent) 58%, transparent); margin: 12px 0; }
.profile-copy { padding: 15px 16px 0 0; min-width: 0; }
.profile-copy .script-kicker { font-size: 2rem; }
.profile-copy h2 { margin: 5px 0 8px; color: var(--navy); font-size: 1.8rem; line-height: 1.12; overflow-wrap: anywhere; }
.profile-roles { margin: 0 0 12px; line-height: 1.6; font-weight: 800; color: #486383; font-size: .9rem; }
.profile-facts { margin: 23px 0; }
.profile-facts > div { margin-top: 13px; }
.profile-facts dt { font-size: .8125rem; font-weight: 800; color: #506984; }
.profile-facts dd { margin: 3px 0 0; line-height: 1.5; font-weight: 700; }
.profile-dialog--photo { width: min(1080px, calc(100% - 28px)); padding: 26px; }
.profile-dialog--photo h2 { margin: 0 58px 20px 0; color: var(--navy); font-size: 1.6rem; }
.lightbox-photo { max-height: calc(100dvh - 155px); width: 100%; height: auto; object-fit: contain; }

@media (max-width: 1000px) {
    .department-layout { grid-template-columns: minmax(0, 1fr) 195px; gap: 22px; }
    .department-choice { padding-left: 14px; padding-right: 14px; font-size: .9375rem; }
    .people-grid { gap: 16px; }
    .info-section { gap: 28px; }
    .event-row { padding: 18px; gap: 14px; grid-template-columns: 62px minmax(0, 1fr); }
}
@media (max-width: 760px) {
    .footer { flex-direction: column; align-items: stretch; }
    .footer__links { align-items: center; flex-wrap: wrap; }
    .footer__home { display: inline-flex; align-items: center; justify-content: flex-end; margin-left: auto; min-height: 44px; padding: 3px 0 3px 12px; font-family: 'Caveat', cursive; font-size: 1.65rem; line-height: 1; }
    .footer__home:hover { text-decoration: underline; text-underline-offset: 5px; }
    .page-intro { flex-direction: column; gap: 12px; margin-bottom: 24px; }
    .department-layout { display: flex; flex-direction: column; gap: 25px; }
    .department-picker { display: none; }
    .department-select { display: flex; flex-direction: column; gap: 8px; margin-bottom: 26px; }
    .department-select > span { font-family: 'Caveat', cursive; font-size: 1.7rem; font-weight: 700; color: var(--navy); }
    .department-select select { width: 100%; min-height: 46px; padding: 10px 14px; border: 1px solid #bfd0e0; border-radius: 10px; font: inherit; font-size: 1rem; font-weight: 800; color: var(--navy); background: #f4f8fb; }
    #department-feature { width: 100%; }
    .department-photo { margin: 0 2px; padding: 7px; }
    .department-photo__open > .paint-label { right: 12px; bottom: 9px; padding: 11px 20px 13px; font-size: 1.25rem; }
    .people-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 18px; }
    .people-section { margin-top: 34px; }
    .subsection-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
    .people-heading { width: 100%; justify-content: space-between; gap: 12px; }
    .photo-invitation { flex-basis: 66px; margin-bottom: -14px; }
    .photo-invitation > span { font-size: 1.45rem; }
    .photo-invitation svg { width: 60px; height: 46px; }
    .person-card__more { font-size: 1.25rem; }
    .team-feature { padding: 24px; }
    .team-feature .people-grid { gap: 22px 18px; }
    .info-section { grid-template-columns: 1fr; gap: 6px; padding: 28px 0; scroll-margin-top: 16px; }
    .hours-panel { gap: 22px; }
    .hours-panel p.hours-current { margin-top: 16px; }
    .info-nav { gap: 8px; }
    .info-nav button { padding: 9px 14px; }
    .agenda-month__events { grid-template-columns: 1fr; gap: 12px; }
    .agenda-month { margin-bottom: 25px; }
    .agenda-month > h3 { font-size: 1.85rem; }
    .event-row { padding: 18px; grid-template-columns: 66px minmax(0, 1fr); gap: 16px; }
    .event-title { font-size: 1.3rem; }
    .agenda-note { padding: 18px; flex-direction: column; align-items: flex-start; gap: 12px; }
    .agenda-note > div { display: block; }
    .agenda-note .script-kicker { display: block; margin-bottom: 6px; }
    .profile-layout { grid-template-columns: 1fr; gap: 15px; }
    .profile-dialog { padding: 28px 25px; }
    .profile-photo { max-width: min(240px, 100%); max-height: 360px; margin: 25px 0 0; }
    .profile-copy { padding: 5px 0 0; }
}
@media (max-width: 400px) {
    .person-card__photo { padding: 5px; }
    .person-card__nickname { font-size: 1.75rem; }
    .person-card__more { left: 7px; right: 7px; bottom: 44px; font-size: 1.125rem; }
    .people-grid { gap: 23px 13px; }
    .team-feature { padding: 20px 16px; }
    .team-feature .people-grid { grid-template-columns: 1fr; gap: 26px; max-width: 240px; margin-inline: auto; }
    .person-card :is(h3, h4) { font-size: .9375rem; }
    .person-contacts { font-size: .875rem; }
    .hours-table { font-size: .875rem; table-layout: fixed; }
    .hours-table th:first-child { width: 40%; }
    .hours-table th { overflow-wrap: anywhere; }
    .hours-table th, .hours-table td { padding: 11px 6px; }
    .hours-table thead small { font-size: .75rem; }
    .event-row { padding: 14px 12px; grid-template-columns: 54px minmax(0, 1fr); gap: 12px; }
    .event-date > strong { font-size: 1.9rem; }
    .event-date > strong.event-date__range { font-size: 1.2rem; }
    .event-title { font-size: 1.125rem; }
}

/* Conceptvoorbeeld: dezelfde pagina met een afzonderlijke vergelijkbalk. */
.preserve-lines { white-space:pre-line; }
.preview-bar { position:relative; z-index:30; padding:18px max(20px, calc((100vw - 1200px) / 2)); background:#06245b; color:#fff; font:16px/1.5 system-ui,sans-serif; box-shadow:0 2px 10px #0003; }
.preview-bar__heading { display:flex; align-items:baseline; gap:16px; flex-wrap:wrap; margin-bottom:10px; }
.preview-bar__heading strong { font-size:1.15rem; }
.preview-bar nav { display:flex; flex-wrap:wrap; gap:8px; }
.preview-bar nav a, .preview-bar nav button { font:inherit; font-size:.9375rem; color:#fff; border:1px solid #8eabd8; padding:7px 12px; border-radius:6px; background:transparent; text-decoration:none; cursor:pointer; }
.preview-bar nav [aria-current="page"] { background:#fff; color:#06245b; border-color:#fff; font-weight:700; }
.preview-bar nav :focus-visible { outline:3px solid #ffc15b; outline-offset:3px; }
.preview-bar__changes, .preview-bar__context { margin:10px 0 0; font-size:.9375rem; }
.preview-bar__errors { margin-top:10px; color:#ffe0a5; }
.preview-bar__errors summary { cursor:pointer; }
.preview-loading .hero, .preview-loading .welcome, .preview-loading .footer { visibility:hidden; }
.preview-failed .content-stage { display:none; }
.preview-loading .site-shell, .preview-loading .wegwijzer, .preview-failed .site-shell, .preview-failed .wegwijzer { visibility:hidden; }
.welcome__photos figure[hidden], .photo-note[hidden] { display:none; }

/* Het kalenderblad blijft herkenbaar op een lichte activiteitenkaart. */
.event-date { border:2px solid var(--navy); }
