/* =========================================================================
 * Het Goedemorgen Café
 * Kleuren komen uit variabelen; elk seizoen (body.seizoen-…) vult ze anders in.
 * ====================================================================== */

@font-face { font-family: 'Bowlby One'; src: url(../fonts/bowlby-one.woff2) format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Gochi Hand'; src: url(../fonts/gochi-hand.woff2) format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Nunito'; src: url(../fonts/nunito.woff2) format('woff2'); font-weight: 200 1000; font-display: swap; }

:root {
	--ink: #111111;
	--wit: #ffffff;
	--papier: #fffdf6;
	--primair: #1f7fd1;
	--primair-donker: #1565b8;
	--accent: #ffd23f;
	--accent2: #e0402a;
	--bord: #e9f3fc;
	--postit: #fff27a;
	--display: 'Bowlby One', 'Arial Black', system-ui, sans-serif;
	--hand: 'Gochi Hand', 'Comic Sans MS', cursive;
	--body: 'Nunito', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--rand: 3px solid var(--ink);
	--schaduw: 6px 8px 0 var(--ink);
	--speler-hoogte: 0px;
}

/* ---------- Seizoenen ---------- */
.seizoen-valentijn   { --primair: #e0245e; --primair-donker: #a8123f; --accent: #ffc2d8; --accent2: #8e1b45; --bord: #fff0f5; --postit: #ffd6e5; }
.seizoen-lente       { --primair: #3f9a44; --primair-donker: #2b6e30; --accent: #ffe14d; --accent2: #ff7aa2; --bord: #f1fbee; }
.seizoen-pasen       { --primair: #2e9fc9; --primair-donker: #1d7196; --accent: #ffe36b; --accent2: #f47fa8; --bord: #f2fbff; --postit: #ffe9b8; }
.seizoen-zomer       { --primair: #0096b8; --primair-donker: #006d86; --accent: #ffd23f; --accent2: #ff6b35; --bord: #eafaff; }
.seizoen-herfst      { --primair: #b5541c; --primair-donker: #8a3d12; --accent: #f2a93b; --accent2: #7a3b12; --bord: #fff5ea; --postit: #ffe0a3; }
.seizoen-halloween   { --primair: #e8650c; --primair-donker: #a84500; --accent: #a6e22e; --accent2: #6b2fb3; --bord: #fff1e3; --postit: #ffd08a; }
.seizoen-sinterklaas { --primair: #b3121f; --primair-donker: #8a0d17; --accent: #f2c230; --accent2: #5a3a1a; --bord: #fff4e8; }
.seizoen-kerst       { --primair: #c8102e; --primair-donker: #9a0c23; --accent: #f5c542; --accent2: #1e7a3c; --bord: #fdf0f0; }
.seizoen-winter      { --primair: #2f86c9; --primair-donker: #1d5f93; --accent: #d7efff; --accent2: #5c7fae; --bord: #eef7ff; --postit: #e3f3ff; }

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-x: hidden; overflow-x: clip; }
body { margin: 0; background: var(--wit); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.55; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primair-donker); }
a:hover { color: var(--ink); }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--primair); outline-offset: 3px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.overslaan { position: absolute; left: 12px; top: -60px; z-index: 1000; background: var(--accent); border: var(--rand); padding: 10px 16px; font-weight: 900; color: var(--ink); border-radius: 12px; }
.overslaan:focus { top: 12px; }
.inhoud:focus { outline: none; }

/* ---------- Header ---------- */
.kop { position: relative; z-index: 20; max-width: 1440px; margin: 0 auto; padding: 16px 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.kop__logo { display: block; flex: 0 1 260px; min-width: 120px; line-height: 0; }
.kop__logo img { display: block; width: 100%; height: auto; aspect-ratio: 410 / 120; object-fit: contain; object-position: left center; } /* verhouding blijft altijd kloppen */
.kop__menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.kop__menu a, .sticker {
	display: inline-block; text-decoration: none; color: var(--ink); font-weight: 900; font-size: 16px; line-height: 1.2;
	padding: 10px 17px; background: var(--wit); border: var(--rand); border-radius: 999px;
	box-shadow: 4px 4px 0 var(--ink); transition: transform .15s, box-shadow .15s, background-color .15s;
}
.kop__menu li:nth-child(odd) a, .sticker:nth-child(odd) { transform: rotate(-2deg); }
.kop__menu li:nth-child(even) a, .sticker:nth-child(even) { transform: rotate(2deg); background: var(--accent); }
.kop__menu a:hover, .sticker:hover { color: var(--ink); transform: rotate(0) translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.kop__menu li.current-menu-item a, .kop__menu li.current-menu-parent a { background: var(--primair); color: var(--wit); }
.kop__rechts { display: flex; align-items: center; gap: 12px; }
.kop__groet { font-family: var(--hand); font-size: 22px; line-height: 1.1; padding: 6px 12px; background: var(--accent); border: var(--rand); border-radius: 12px; transform: rotate(4deg); max-width: 170px; text-align: center; }
.live {
	display: flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 19px; color: var(--wit); white-space: nowrap;
	background: var(--accent2); border: var(--rand); border-radius: 18px; padding: 11px 18px; box-shadow: 5px 5px 0 var(--ink);
	transform: rotate(-2deg); cursor: pointer; transition: transform .15s, box-shadow .15s;
}
.live:hover { transform: rotate(0) translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.live__dot { position: relative; width: 14px; height: 14px; flex: 0 0 auto; }
.live__dot::before, .live__dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--wit); }
.live__dot::before { animation: pulse 1.4s ease-in-out infinite; }
.live__mfm { font-family: var(--body); font-weight: 800; font-size: 13px; background: var(--ink); border-radius: 8px; padding: 3px 8px; }
.speelt .live { background: var(--ink); }
.live__tekst--aan, .live__tekst--kort, .speelt .live__tekst--uit { display: none; }
.speelt .live__tekst--aan { display: inline; }
@keyframes pulse { 50% { transform: scale(1.8); opacity: .25; } }
.kop__menuknop { display: none; width: 50px; height: 50px; align-items: center; justify-content: center; border: var(--rand); border-radius: 14px; background: var(--accent); box-shadow: 3px 3px 0 var(--ink); cursor: pointer; padding: 0; }

.mobielmenu { position: fixed; inset: 0; z-index: 60; background: var(--primair); padding: 100px 24px 120px; overflow-y: auto; }
.mobielmenu[hidden] { display: none; }
.mobielmenu__lijst { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.mobielmenu__lijst a { display: inline-block; font-family: var(--display); font-size: 30px; line-height: 1.1; color: var(--ink); background: var(--wit); border: var(--rand); border-radius: 16px; padding: 12px 20px; box-shadow: 5px 5px 0 var(--ink); text-decoration: none; }
.mobielmenu__lijst li:nth-child(odd) a { transform: rotate(-2deg); }
.mobielmenu__lijst li:nth-child(even) a { transform: rotate(2deg); background: var(--accent); }
.menu-open .kop { z-index: 70; }

/* ---------- Ticker ---------- */
.ticker { position: relative; z-index: 5; background: var(--primair); border-block: 4px solid var(--ink); transform: rotate(-1.2deg); margin: 6px -40px 42px; overflow: hidden; height: 58px; display: flex; align-items: center; }
.ticker__band { display: flex; gap: 36px; white-space: nowrap; font-family: var(--display); font-size: 23px; color: var(--wit); animation: ticker 34s linear infinite; padding-left: 36px; will-change: transform; }
.ticker__band b { color: var(--accent); font-weight: 400; }
.ticker--terug .ticker__band { animation-direction: reverse; animation-duration: 40s; }
.ticker--accent { background: var(--accent); transform: rotate(1.2deg); margin: 0 -40px; }
.ticker--accent .ticker__band { color: var(--ink); }
.ticker--accent .ticker__band b { color: var(--accent2); }
.ticker--accent2 { background: var(--accent2); transform: rotate(-1deg); margin: 0 -40px; }
.ticker--accent2 .ticker__band b { color: var(--accent); }
.ticker--donker { background: var(--ink); margin: 0 -40px 0; transform: rotate(1deg); }
@keyframes ticker { to { transform: translateX(-25%); } }

/* ---------- Secties en koppen ---------- */
.sectie { position: relative; max-width: 1440px; margin: 0 auto; padding: 40px 40px 100px; }
.sectie--chef { padding-top: 200px; }
.sectie__kop { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 34px; position: relative; z-index: 3; }
.sectie__titel { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(42px, 6vw, 80px); line-height: 1; }
.sectie__telling { margin: 0; font-family: var(--hand); font-size: 24px; }
.sectie__verder { text-align: right; margin: 38px 10px 0; }
.kicker { margin: 0; font-family: var(--hand); font-size: 28px; line-height: 1.2; color: var(--primair-donker); transform: rotate(-2deg); display: inline-block; }
.kicker--licht { color: var(--accent); }
.titelrij { display: flex; align-items: flex-end; gap: 22px; flex-wrap: wrap; }
.knop {
	display: inline-block; font-family: var(--display); font-size: 19px; line-height: 1.2; text-decoration: none; color: var(--ink);
	background: var(--accent); border: var(--rand); border-radius: 14px; padding: 12px 20px; cursor: pointer;
	box-shadow: 5px 5px 0 var(--ink); transform: rotate(2deg); transition: transform .15s, box-shadow .15s;
}
.knop:hover { color: var(--ink); transform: rotate(0) translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.knop--zwart { background: var(--ink); color: var(--wit); box-shadow: 5px 5px 0 var(--accent2); }
.knop--zwart:hover { color: var(--wit); box-shadow: 7px 7px 0 var(--accent2); }
.knop--groot { font-size: 22px; padding: 16px 26px; }
.knop--whatsapp { background: #25d366; }
.label { display: inline-block; font-family: var(--hand); font-size: 19px; line-height: 1.2; background: var(--accent); border: 2px solid var(--ink); border-radius: 999px; padding: 2px 12px; }

/* ---------- Het bord (kader) ---------- */
.bord {
	position: relative; border: 4px solid var(--ink); border-radius: 28px; padding: 56px 34px 44px;
	background-color: var(--bord);
	background-image: radial-gradient(color-mix(in srgb, var(--primair) 18%, transparent) 1.5px, transparent 1.6px);
	background-size: 18px 18px;
	box-shadow: 10px 10px 0 var(--ink);
}
.bord__items { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 46px 36px; }
.bord--keuken {
	background-color: #fff6f3;
	background-image: linear-gradient(90deg, color-mix(in srgb, var(--accent2) 17%, transparent) 50%, transparent 50%), linear-gradient(color-mix(in srgb, var(--accent2) 17%, transparent) 50%, transparent 50%);
	background-size: 44px 44px;
}
.bord--podium { background-color: #fff8e1; background-image: radial-gradient(color-mix(in srgb, var(--accent2) 25%, transparent) 2px, transparent 2.2px); background-size: 22px 22px; padding-top: 70px; }
.bord--podium::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 32px; border-radius: 24px 24px 0 0; background: repeating-radial-gradient(circle at 24px -10px, #b3261e 0 26px, #8a1c16 26px 28px); border-bottom: 4px solid var(--ink); }
.bord--tip { padding-top: 44px; }

/* Punaise en plakband */
.punaise { position: absolute; top: -16px; left: 50%; margin-left: -14px; width: 28px; height: 28px; border-radius: 50%; background: var(--accent2); border: var(--rand); box-shadow: inset -4px -4px 0 rgba(0,0,0,.2); z-index: 2; }
.punaise--primair { background: var(--primair); }
.punaise--accent { background: var(--accent); }
.tape { position: absolute; top: -13px; left: 34%; width: 92px; height: 26px; background: color-mix(in srgb, var(--accent) 88%, transparent); border: 2px solid var(--ink); transform: rotate(-6deg); z-index: 2; }

/* Pinnen */
.pin { position: relative; transition: transform .25s cubic-bezier(.2,.9,.25,1.3); }
.pin--a { transform: rotate(-4deg); }
.pin--b { transform: rotate(3deg) translateY(22px); }
.pin--c { transform: rotate(-2deg); }
.pin--d { transform: rotate(5deg) translateY(14px); }
.pin:hover, .pin:focus-within { transform: rotate(0) scale(1.04); z-index: 4; }

/* Polaroid */
.polaroid { display: block; text-decoration: none; color: var(--ink); background: var(--wit); border: var(--rand); padding: 14px 14px 18px; box-shadow: var(--schaduw); height: 100%; margin: 0; position: relative; }
.polaroid:hover { color: var(--ink); }
.polaroid__foto { display: block; }
.polaroid__foto img, .polaroid__leeg { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border: 2px solid var(--ink); }
.polaroid__leeg { display: flex; align-items: center; justify-content: center; background: var(--bord); }
.polaroid__meta { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-top: 10px; }
.polaroid__nr { font-family: var(--display); font-size: 40px; line-height: 1; color: var(--primair); -webkit-text-stroke: 1px var(--ink); }
.polaroid__datum { font-family: var(--hand); font-size: 20px; white-space: nowrap; }
.polaroid__titel { display: block; font-family: var(--display); font-size: 19px; line-height: 1.15; margin-top: 6px; }
.polaroid__tekst { display: block; margin: 6px 0 10px; font-size: 15px; line-height: 1.45; }
.lees { font-weight: 900; font-size: 15px; color: var(--primair-donker); }
.polaroid--groot { padding: 18px 18px 22px; transform: rotate(-3deg); box-shadow: 10px 12px 0 var(--ink); }
.polaroid--groot img { width: 100%; height: auto; aspect-ratio: auto; border: 2px solid var(--ink); }
.polaroid--groot .polaroid__nr { font-size: 58px; }
.polaroid--groot .polaroid__datum { font-size: 24px; }

/* Receptkaart met bordje */
.receptkaart { display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: var(--ink); background: var(--wit); border: var(--rand); border-radius: 6px; padding: 18px 16px 18px; box-shadow: var(--schaduw); height: 100%; text-align: center; }
.receptkaart:hover { color: var(--ink); }
.bordje { width: 200px; height: 200px; border-radius: 50%; background: var(--wit); border: var(--rand); box-shadow: inset 0 0 0 12px #f1f1f1, inset 0 0 0 14px var(--ink), 4px 5px 0 var(--ink); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.bordje img, .bordje__leeg { width: 148px; height: 148px; border-radius: 50%; object-fit: cover; border: 2px solid var(--ink); }
.bordje__leeg { display: flex; align-items: center; justify-content: center; background: var(--bord); }
.bordje--groot { width: min(420px, 80vw); height: min(420px, 80vw); box-shadow: inset 0 0 0 22px #f1f1f1, inset 0 0 0 25px var(--ink), 10px 12px 0 var(--ink); }
.bordje--groot img, .bordje--groot .bordje__leeg { width: 72%; height: 72%; }
.receptkaart__titel { font-family: var(--display); font-size: 21px; line-height: 1.15; margin-top: 6px; }
.receptkaart__tekst { font-size: 15px; font-weight: 700; line-height: 1.4; }

/* Concertkaartje */
.ticket { display: block; text-decoration: none; color: var(--ink); background: var(--wit); border: var(--rand); box-shadow: var(--schaduw); position: relative; height: 100%; }
.ticket:hover { color: var(--ink); }
.ticket__beeld { position: relative; display: block; border-bottom: 3px dashed var(--ink); background: var(--ink); }
.ticket__beeld img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.ticket__play { position: absolute; left: 50%; top: 50%; width: 62px; height: 62px; margin: -31px 0 0 -31px; border-radius: 50%; background: var(--accent2); border: var(--rand); display: flex; align-items: center; justify-content: center; transition: transform .2s; }
.ticket:hover .ticket__play { transform: scale(1.15); }
.ticket__tekst { padding: 12px 16px 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.ticket__artiest { display: block; font-family: var(--display); font-size: 19px; line-height: 1.15; }
.ticket__lied { display: block; font-size: 14px; font-weight: 700; margin-top: 2px; }
.ticket__stempel { font-family: var(--display); font-size: 12px; color: #b3261e; border: 2px solid #b3261e; border-radius: 6px; padding: 4px 6px; transform: rotate(-10deg); white-space: nowrap; }

/* ---------- Zoekbon ---------- */
.zoekbon { position: relative; z-index: 5; width: min(460px, 100%); background: var(--wit); border: var(--rand); border-radius: 6px; padding: 14px 16px 16px; box-shadow: 6px 6px 0 var(--primair); transform: rotate(1.5deg); }
.zoekbon--op-bord { position: absolute; top: -40px; right: 60px; width: min(460px, 70%); }
.zoekbon label { display: block; font-family: var(--hand); font-size: 22px; margin-bottom: 6px; }
.zoekbon__rij { display: flex; border: var(--rand); border-radius: 12px; overflow: hidden; background: var(--wit); }
.zoekbon__hash { display: flex; align-items: center; padding: 0 14px; background: var(--accent); border-right: var(--rand); font-family: var(--display); font-size: 24px; }
.zoekbon input { flex: 1; min-width: 0; border: 0; padding: 12px; font-weight: 800; font-size: 17px; outline: none; background: transparent; }
.zoekbon input:focus-visible { background: #fffbe6; }
.zoekbon button { font-family: var(--display); font-size: 17px; color: var(--wit); background: var(--ink); border: 0; padding: 0 18px; cursor: pointer; }
.zoekbon__uitslag:empty { display: none; }
.zoekbon__uitslag { margin-top: 12px; display: grid; gap: 8px; max-height: 360px; overflow-y: auto; }
.zoekbon__uitslag p { margin: 0; font-family: var(--hand); font-size: 19px; }
.treffer { display: flex; align-items: center; gap: 12px; padding: 8px 10px; border: 2px solid var(--ink); border-radius: 10px; text-decoration: none; color: var(--ink); background: #fffbe6; }
.treffer:hover { background: var(--accent); color: var(--ink); }
.treffer img { width: 48px; height: 48px; object-fit: cover; border-radius: 8px; border: 2px solid var(--ink); flex: 0 0 auto; }
.treffer__nr { font-family: var(--display); font-size: 22px; color: var(--primair); -webkit-text-stroke: .6px var(--ink); flex: 0 0 auto; min-width: 60px; }
.treffer__tekst { display: flex; flex-direction: column; min-width: 0; font-size: 14px; line-height: 1.3; }
.treffer__tekst strong { font-size: 15px; }

/* ---------- Post-its ---------- */
.postit {
	position: absolute; z-index: 6; width: 150px; min-height: 128px; padding: 26px 14px 14px; border: 0; text-align: left;
	font-family: var(--hand); font-size: 22px; line-height: 1.15; color: var(--ink);
	background: var(--postit); box-shadow: 3px 6px 10px rgba(0,0,0,.18), inset 0 -10px 16px rgba(0,0,0,.04);
	transform-origin: 20px 12px; transform: rotate(var(--r, -6deg));
}
.postit::before { content: ""; position: absolute; top: 6px; left: 12px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent2); border: 2px solid var(--ink); }
.postit--roze { background: #ffc2d8; }
.postit--blauw { background: #bfe3ff; }
.postit--groen { background: #c8f5b0; }
.postit.is-vallend { animation: valt 2.6s ease-in forwards; }
.postit.is-gevallen { top: auto !important; bottom: calc(-1 * var(--val-gat)); transform: translateX(var(--val-x)) rotate(var(--val-r)); cursor: pointer; z-index: 7; }
.postit.is-terug { animation: terug .55s cubic-bezier(.2, .9, .25, 1.4); }
@keyframes valt {
	0% { transform: rotate(var(--r)); }
	14% { transform: rotate(calc(var(--r) + 12deg)); }
	28% { transform: rotate(calc(var(--r) - 16deg)); }
	44% { transform: rotate(calc(var(--r) + 28deg)); }
	52% { transform: translate(0, 0) rotate(calc(var(--r) + 32deg)); animation-timing-function: cubic-bezier(.55, 0, .9, .5); }
	86% { transform: translate(var(--val-x), var(--val-y)) rotate(var(--val-r)); animation-timing-function: ease-out; }
	93% { transform: translate(var(--val-x), calc(var(--val-y) - 16px)) rotate(calc(var(--val-r) - 5deg)); animation-timing-function: ease-in; }
	100% { transform: translate(var(--val-x), var(--val-y)) rotate(var(--val-r)); }
}
@keyframes terug { 0% { transform: translateY(-30px) scale(1.2) rotate(var(--r)); } 60% { transform: scale(.95) rotate(var(--r)); } 100% { transform: rotate(var(--r)); } }

/* Post-its als links (vorige/volgende) */
.vorigvolgend { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; max-width: 1200px; margin: 60px auto 0; padding: 0 20px; }
.postit--los { position: relative; display: flex; flex-direction: column; justify-content: flex-end; width: 230px; min-height: 150px; text-decoration: none; font-size: 24px; transition: transform .2s; }
.postit--los:nth-child(1) { --r: -4deg; }
.postit--los:nth-child(2) { --r: 3deg; margin-left: auto; }
.postit--los small { font-family: var(--body); font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 4px; }
.postit--los:hover { color: var(--ink); transform: rotate(0) scale(1.05); }

/* ---------- Chef, Duitser en tekstballonnen ---------- */
.chef { position: absolute; right: 60px; top: -300px; width: 300px; z-index: 4; pointer-events: none; filter: drop-shadow(0 10px 14px rgba(0,0,0,.25)); }
.ballon { position: absolute; z-index: 5; margin: 0; background: var(--wit); border: 4px solid var(--ink); border-radius: 24px; padding: 14px 18px; box-shadow: 6px 6px 0 var(--ink); font-family: var(--hand); font-size: 24px; line-height: 1.15; }
.ballon::after { content: ""; position: absolute; width: 26px; height: 26px; background: var(--wit); border-right: 4px solid var(--ink); border-bottom: 4px solid var(--ink); bottom: -17px; }
.ballon--chef { right: 340px; top: -250px; width: 230px; transform: rotate(-4deg); }
.ballon--chef::after { right: 30px; transform: rotate(-45deg); }
.ballon--duitser { right: 430px; top: 170px; width: 220px; transform: rotate(4deg); }
.ballon--duitser::after { right: 30px; transform: rotate(45deg); }

/* ---------- Das Wort der Woche ---------- */
.ruitjes { height: 36px; margin: 0 -40px 50px; background-color: var(--wit); background-image: linear-gradient(45deg, var(--primair) 25%, transparent 25%, transparent 75%, var(--primair) 75%), linear-gradient(45deg, var(--primair) 25%, transparent 25%, transparent 75%, var(--primair) 75%); background-size: 36px 36px; background-position: 0 0, 18px 18px; border-block: 5px solid var(--ink); }
.eerder { position: relative; z-index: 3; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-top: 44px; }
.eerder > span { font-family: var(--hand); font-size: 24px; }

/* ---------- Cartoons ---------- */
.deco { display: flex; align-items: flex-end; gap: 14px; }
.cartoon { display: block; padding: 0; margin: 0; border: 0; background: none; cursor: pointer; line-height: 0; transform-origin: 50% 100%; animation: dobber 4s ease-in-out infinite; }
.cartoon svg { display: block; overflow: visible; }
.cartoon:nth-child(2) { animation-delay: -1.3s; }
.cartoon:nth-child(3) { animation-delay: -2.6s; }
.cartoon:hover, .cartoon:focus-visible { animation: wiebel-snel .5s ease-in-out infinite; outline: none; }
.cartoon:focus-visible svg { filter: drop-shadow(0 0 6px var(--primair)); }
.cartoon.is-boing { animation: boing .6s cubic-bezier(.3, 1.6, .5, 1); }
@keyframes dobber { 0%, 100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-6px) rotate(2deg); } }
@keyframes wiebel-snel { 0%, 100% { transform: rotate(-8deg); } 50% { transform: rotate(8deg); } }
@keyframes boing { 0% { transform: scale(1, 1); } 25% { transform: scale(1.25, .75); } 50% { transform: scale(.85, 1.2) translateY(-18px); } 75% { transform: scale(1.08, .94); } 100% { transform: scale(1, 1); } }
.stoom path { animation: stoom 2.4s ease-in-out infinite; }
.stoom path:nth-child(2) { animation-delay: .8s; }
@keyframes stoom { 0%, 100% { transform: translateY(6px); } 50% { transform: translateY(-4px); } }
.bel { animation: bel 2.2s ease-in infinite; }
.bel:nth-of-type(2) { animation-delay: .7s; }
.bel:nth-of-type(3) { animation-delay: 1.4s; }
@keyframes bel { to { transform: translateY(-46px); } }

/* ---------- Losse pagina's ---------- */
.enkel { position: relative; max-width: 1300px; margin: 0 auto; padding: 20px 40px 60px; }
.terug { margin: 0 0 30px; }
.enkel__raster { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 60px; align-items: start; }
.enkel__raster--los { grid-template-columns: minmax(0, 1fr); max-width: 860px; margin: 0 auto; }
.enkel__beeld { position: sticky; top: 30px; display: flex; flex-direction: column; gap: 30px; }
.enkel__titel { margin: 6px 0 12px; font-family: var(--display); font-weight: 400; font-size: clamp(34px, 4.5vw, 60px); line-height: 1.05; }
.notitie {
	position: relative; background: var(--papier); border: var(--rand); box-shadow: 10px 10px 0 var(--ink); padding: 34px 38px 34px 70px;
	background-image: linear-gradient(90deg, transparent 46px, color-mix(in srgb, var(--accent2) 45%, transparent) 46px 48px, transparent 48px), repeating-linear-gradient(transparent 0 33px, #dbe7f3 33px 34px);
	background-position: 0 0, 0 12px;
}
.notitie--smal { max-width: 860px; margin: 40px auto 0; }
.notitie--pagina { max-width: 900px; margin: 10px auto 0; }
.notitie--woord { transform: rotate(1deg); }
.notitie__titel { margin: 4px 0 6px; font-family: var(--display); font-weight: 400; font-size: clamp(32px, 4vw, 54px); line-height: 1.05; }
.notitie__datum { margin: 0 0 18px; font-family: var(--hand); font-size: 22px; color: var(--primair-donker); }
.tekst { font-size: 18px; line-height: 34px; }
.tekst > *:first-child { margin-top: 0; }
.tekst p, .tekst ul, .tekst ol { margin: 0 0 34px; }
.tekst h2, .tekst h3 { font-family: var(--display); font-weight: 400; line-height: 1.15; margin: 34px 0 10px; }
.tekst img { border: var(--rand); box-shadow: 5px 5px 0 var(--ink); }
.tekst a { font-weight: 800; }
.tekst blockquote { margin: 0 0 34px; padding: 10px 20px; background: var(--postit); border-left: 0; font-family: var(--hand); font-size: 24px; transform: rotate(-1deg); }
.tekst iframe { max-width: 100%; }

/* Recept */
.recept__kop { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 50px; align-items: center; margin-bottom: 60px; padding-right: 220px; }
.recept__intro { margin-top: 18px; font-style: italic; font-size: 19px; line-height: 1.6; }
.recept__intro p { margin: 0 0 12px; }
.recept__intro .tekst, .recept__intro { line-height: 1.6; }
.recept__chef { position: absolute; right: -20px; bottom: -40px; width: 260px; pointer-events: none; filter: drop-shadow(0 10px 14px rgba(0,0,0,.25)); }
.ballon--recept { right: 190px; top: -10px; transform: rotate(5deg); }
.ballon--recept::after { right: 24px; transform: rotate(45deg); }
.recept__raster { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: 50px; align-items: start; }
.recept__ingredienten { position: relative; background: var(--postit); padding: 40px 28px 30px; box-shadow: 4px 8px 16px rgba(0,0,0,.2); transform: rotate(-2deg); }
.recept__ingredienten .tekst { font-size: 17px; line-height: 1.5; }
.recept__ingredienten .tekst p, .recept__ingredienten .tekst li { margin: 0 0 6px; }
.recept__ingredienten .tekst ul { padding-left: 20px; margin: 0; }
.recept__bereiding { background: var(--papier); border: var(--rand); box-shadow: 10px 10px 0 var(--ink); padding: 34px 38px; }
.recept__raster h2 { margin: 0 0 16px; font-family: var(--display); font-weight: 400; font-size: 32px; line-height: 1; color: #b3261e; }
.recept__raster h2 small { font-family: var(--body); font-size: 14px; color: #6b5a44; font-weight: 800; letter-spacing: .04em; }
.recept__smakelijk { margin: 10px 0 0; text-align: right; font-family: var(--hand); font-size: 30px; color: #b3261e; }

/* Optreden */
.podium { position: relative; background: #1a1210; border: 4px solid var(--ink); border-radius: 28px; padding: 70px 60px 110px; text-align: center; color: var(--wit); overflow: hidden; box-shadow: 10px 10px 0 var(--ink); }
.podium__gordijn { position: absolute; left: 0; right: 0; top: 0; height: 44px; background: repeating-radial-gradient(circle at 30px -12px, #b3261e 0 34px, #8a1c16 34px 36px); border-bottom: 5px solid var(--accent); }
.podium::before, .podium::after { content: ""; position: absolute; top: 0; bottom: 0; width: 60px; background: repeating-linear-gradient(90deg, #b3261e 0 16px, #8a1c16 16px 26px); }
.podium::before { left: 0; border-right: 4px solid var(--ink); }
.podium::after { right: 0; border-left: 4px solid var(--ink); }
.podium__artiest { margin: 8px 0 0; font-family: var(--display); font-weight: 400; font-size: clamp(36px, 5vw, 70px); line-height: 1.05; color: var(--accent); text-shadow: 5px 5px 0 #b3261e; }
.podium__lied { margin: 6px 0 34px; font-family: var(--hand); font-size: 30px; }
.podium__vloer { position: absolute; left: 60px; right: 60px; bottom: 0; height: 64px; background: repeating-linear-gradient(90deg, #6b4423 0 120px, #5a381c 120px 124px); border-top: 5px solid var(--accent); }
.video { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }
.video__knop { position: relative; display: block; width: 100%; padding: 0; border: 5px solid var(--wit); border-radius: 18px; overflow: hidden; background: #000; cursor: pointer; aspect-ratio: 16 / 9; box-shadow: 10px 10px 0 var(--primair); }
.video__knop img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.video__play { position: absolute; left: 50%; top: 50%; width: 96px; height: 96px; margin: -48px 0 0 -48px; border-radius: 50%; background: var(--accent2); border: 4px solid var(--ink); display: flex; align-items: center; justify-content: center; transition: transform .2s; }
.video__knop:hover .video__play { transform: scale(1.12); }
.video iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 5px solid var(--wit); border-radius: 18px; background: #000; box-shadow: 10px 10px 0 var(--primair); }
.video__melding { margin: 16px auto 0; max-width: 600px; font-size: 14px; color: #e8dccb; }

/* ---------- Tip ons ---------- */
.tip__raster { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: 50px; align-items: start; }
.tip__uitleg { font-size: 19px; font-weight: 700; line-height: 1.55; }
.tip__wa { font-family: var(--hand); font-size: 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.papier { position: relative; background: var(--papier); border: var(--rand); box-shadow: 10px 10px 0 var(--ink); padding: 34px 32px 28px; }
.tipform__rij { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.veld { margin: 0 0 18px; display: flex; flex-direction: column; gap: 6px; }
.veld label { font-weight: 900; font-size: 16px; }
.veld label small { font-weight: 700; color: #5b5346; }
.veld input, .veld select, .veld textarea { width: 100%; border: var(--rand); border-radius: 12px; padding: 12px 14px; background: var(--wit); font-weight: 700; font-size: 17px; box-shadow: 3px 3px 0 var(--ink); }
.veld textarea { resize: vertical; min-height: 150px; line-height: 1.5; }
.veld input:focus, .veld select:focus, .veld textarea:focus { outline: none; border-color: var(--primair); box-shadow: 3px 3px 0 var(--primair); background: #fffbe6; }
.veld.is-fout input, .veld.is-fout textarea, .veld.is-fout select { border-color: #b3261e; box-shadow: 3px 3px 0 #b3261e; }
.veld__fout { color: #b3261e; font-weight: 800; font-size: 15px; }
.veld--vink label { flex-direction: row; display: flex; gap: 12px; align-items: flex-start; font-weight: 700; }
.veld--vink input { width: 24px; height: 24px; flex: 0 0 auto; margin-top: 2px; box-shadow: none; accent-color: var(--primair); }
.tipform__val { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.tipform__knoppen { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin: 6px 0 0; }
.tipform__melding { margin: 0 0 20px; padding: 14px 18px; background: var(--postit); font-family: var(--hand); font-size: 24px; line-height: 1.2; transform: rotate(-1deg); box-shadow: 3px 6px 10px rgba(0,0,0,.15); }
.tipform__melding.is-fout { background: #ffc2c2; }
.tipform.is-bezig button[type=submit] { opacity: .6; pointer-events: none; }
.tipform.is-verzonden .veld, .tipform.is-verzonden .tipform__rij, .tipform.is-verzonden .tipform__knoppen { display: none; }

/* ---------- Paginering, leeg, 404 ---------- */
.paginering ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 60px 0 0; padding: 0; }
.paginering a, .paginering span { display: inline-flex; align-items: center; justify-content: center; min-width: 52px; min-height: 52px; padding: 8px 14px; font-family: var(--hand); font-size: 24px; text-decoration: none; color: var(--ink); background: var(--postit); box-shadow: 2px 4px 8px rgba(0,0,0,.18); }
.paginering li:nth-child(odd) a { transform: rotate(-3deg); }
.paginering li:nth-child(even) a { transform: rotate(3deg); background: #bfe3ff; }
.paginering .current { background: var(--ink); color: var(--wit); }
.paginering a:hover { transform: rotate(0) scale(1.08); color: var(--ink); }
.leeg { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 40px 20px; text-align: center; font-family: var(--hand); font-size: 26px; }
.vierhonderdvier { text-align: center; max-width: 700px; margin: 0 auto; padding: 30px 0 20px; }
.vierhonderdvier__cijfers { display: flex; justify-content: center; align-items: center; gap: 10px; font-family: var(--display); font-size: clamp(120px, 20vw, 220px); line-height: 1; color: var(--primair); -webkit-text-stroke: 4px var(--ink); }
.vierhonderdvier__cijfers .cartoon svg { width: clamp(110px, 16vw, 180px); height: auto; }
.vierhonderdvier p { font-size: 20px; font-weight: 700; }
.vierhonderdvier__knoppen { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 30px; }

/* ---------- Voet ---------- */
.voet { position: relative; margin-top: 60px; background: var(--primair); border-top: 5px solid var(--ink); color: var(--wit); padding: 0 40px 36px; overflow: hidden; }
.voet__binnen { max-width: 1440px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; }
.voet__titel { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(38px, 5vw, 70px); line-height: 1; text-shadow: 5px 5px 0 var(--ink); }
.voet__sub { margin: 12px 0 0; font-family: var(--hand); font-size: 28px; }
.voet__kaart { background: var(--wit); color: var(--ink); border: 4px solid var(--ink); border-radius: 22px; padding: 16px 22px; box-shadow: 8px 8px 0 var(--ink); transform: rotate(3deg); }
.voet__kaart img { height: 64px; width: auto; }
.voet__links { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 16px; margin: 10px 0 0; padding: 0; font-weight: 900; font-size: 15px; }
.voet__klein { max-width: 1440px; margin: 40px auto 0; font-size: 14px; opacity: .85; }



/* ---------- Cookiebanner ---------- */
.koekje { position: fixed; left: 20px; bottom: 20px; z-index: 80; max-width: min(520px, calc(100vw - 40px)); }
.koekje[hidden] { display: none; }
.koekje__kaart { position: relative; background: var(--papier); border: 4px solid var(--ink); border-radius: 22px; box-shadow: 8px 8px 0 var(--primair); padding: 26px 26px 22px 26px; max-height: calc(100vh - 140px); overflow: auto; }
.koekje__koek { position: absolute; top: -26px; right: 18px; transform: rotate(12deg); }
.koekje__titel { margin: 0 70px 8px 0; font-family: var(--display); font-size: 24px; line-height: 1.15; }
.koekje__tekst { margin: 0; font-size: 16px; line-height: 1.55; }
.koekje__tekst a { display: inline-block; margin-top: 4px; font-weight: 800; }
.koekje__knoppen { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.koekje__knop { flex: 1 1 auto; font-weight: 900; font-size: 16px; line-height: 1.2; padding: 12px 16px; border: var(--rand); border-radius: 14px; cursor: pointer; box-shadow: 3px 3px 0 var(--ink); transition: transform .15s; }
.koekje__knop:hover { transform: translate(-1px, -1px); }
.koekje__knop--vol { background: var(--accent); color: var(--ink); }
.koekje__knop--rand { background: var(--wit); color: var(--ink); }
.koekje__lijst { list-style: none; margin: 14px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.koekje__cat { background: var(--wit); border: 2px solid var(--ink); border-radius: 14px; padding: 12px 14px; }
.koekje__schakel { display: flex; align-items: center; gap: 12px; cursor: pointer; }
.koekje__schakel input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.koekje__slider { position: relative; flex: 0 0 46px; height: 26px; border-radius: 13px; background: #cfc6b8; border: 2px solid var(--ink); transition: background-color .2s; }
.koekje__slider::after { content: ""; position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; border-radius: 50%; background: var(--wit); border: 2px solid var(--ink); transition: transform .2s; }
.koekje__schakel input:checked + .koekje__slider { background: var(--primair); }
.koekje__schakel input:checked + .koekje__slider::after { transform: translateX(20px); }
.koekje__schakel input:disabled + .koekje__slider { opacity: .6; }
.koekje__schakel input:focus-visible + .koekje__slider { outline: 3px solid var(--primair); outline-offset: 2px; }
.koekje__cat-titel { font-weight: 900; }
.koekje__cat-titel small { font-weight: 700; color: #5b5346; }
.koekje__cat-tekst { margin: 8px 0 0 58px; font-size: 15px; line-height: 1.5; }

/* ---------- Seizoensdeeltjes ---------- */
.deeltjes { position: fixed; inset: 0; z-index: 30; pointer-events: none; overflow: hidden; }
.deeltje { position: absolute; top: -40px; animation: dwarrel linear forwards; }
@keyframes dwarrel {
	0% { transform: translate(0, 0) rotate(0); }
	25% { transform: translate(var(--zwaai), 25vh) rotate(90deg); }
	50% { transform: translate(calc(var(--zwaai) * -1), 50vh) rotate(180deg); }
	75% { transform: translate(var(--zwaai), 75vh) rotate(270deg); }
	100% { transform: translate(0, 110vh) rotate(360deg); }
}
.seizoen-halloween .deeltje { animation-name: fladder; }
@keyframes fladder {
	0% { transform: translate(0, 30vh) scale(.8); }
	50% { transform: translate(50vw, 10vh) scale(1.1); }
	100% { transform: translate(110vw, 25vh) scale(.8); }
}

/* ---------- Laadbalk bij doorklikken ---------- */
.laadbalk { position: fixed; left: 0; top: 0; height: 5px; width: 0; z-index: 100; background: var(--accent2); box-shadow: 0 2px 0 var(--ink); transition: width .3s ease, opacity .3s; }
.is-laden .laadbalk { width: 70%; transition: width 4s cubic-bezier(.1, .7, .2, 1); }
.voorbeeldbalk { position: fixed; left: 50%; top: 10px; transform: translateX(-50%); z-index: 90; background: var(--ink); color: var(--wit); padding: 8px 16px; border-radius: 999px; font-weight: 700; font-size: 14px; box-shadow: 3px 3px 0 var(--accent); }
.voorbeeldbalk a { color: var(--accent); margin-left: 8px; }

/* ---------- Radio: volumeknop en paneel in de kop ---------- */
.radio { position: relative; display: flex; align-items: center; gap: 10px; }
.radio__volumeknop { display: grid; place-items: center; width: 50px; height: 50px; padding: 0; color: var(--ink); background: var(--wit); border: var(--rand); border-radius: 14px; box-shadow: 4px 4px 0 var(--ink); transform: rotate(3deg); cursor: pointer; animation: popin .35s cubic-bezier(.2, 1.6, .4, 1); }
.radio__volumeknop[hidden] { display: none; }
.radio__volumeknop[aria-expanded="true"] { background: var(--accent); }
.radio__stil { display: none; }
.radio-stil .radio__golf1, .radio-stil .radio__golf2 { display: none; }
.radio-stil .radio__stil { display: inline; }
.speelt .radio__golf1, .speelt .radio__golf2 { animation: knipper 1.2s ease-in-out infinite; }
.speelt .radio__golf2 { animation-delay: .3s; }
.radio__paneel { position: absolute; right: 0; top: calc(100% + 16px); z-index: 40; width: 300px; background: var(--papier); border: 4px solid var(--ink); border-radius: 20px; box-shadow: 6px 6px 0 var(--primair); padding: 16px 18px 18px; animation: popin .25s ease-out; }
.radio__paneel[hidden] { display: none; }
.radio__paneel::before { content: ""; position: absolute; right: 18px; top: -13px; width: 20px; height: 20px; background: var(--papier); border-left: 4px solid var(--ink); border-top: 4px solid var(--ink); transform: rotate(45deg); }
.radio__live { margin: 0; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--primair-donker); }
.radio__live i { display: inline-block; width: 9px; height: 9px; margin-right: 4px; border-radius: 50%; background: #ff4b3a; vertical-align: 0; animation: knipper 1.4s infinite; }
.radio__nu { margin: 4px 0 14px; font-weight: 800; font-size: 16px; line-height: 1.35; }
.radio__volume { display: flex; align-items: center; gap: 12px; font-weight: 900; }
.radio__volume[hidden] { display: none; }
.radio__volume input { flex: 1; accent-color: var(--accent2); height: 28px; }
.radio__tip { margin: 0; font-family: var(--hand); font-size: 20px; }
.radio__stop { margin-top: 14px; width: 100%; padding: 9px 12px; font-weight: 900; background: var(--wit); border: var(--rand); border-radius: 12px; box-shadow: 3px 3px 0 var(--ink); cursor: pointer; }
.radio__stop:hover { background: var(--accent); }
.laadt .live__dot::after { animation: knipper .8s infinite; }
@keyframes knipper { 50% { opacity: .3; } }
@keyframes popin { from { opacity: 0; transform: scale(.6) rotate(3deg); } }

/* ---------- Naar boven ---------- */
.naarboven { position: fixed; right: 20px; bottom: 20px; z-index: 48; width: 84px; height: 84px; padding: 0; border: 0; background: none; cursor: pointer; filter: drop-shadow(3px 5px 0 rgba(0,0,0,.2)); animation: dobber 4s ease-in-out infinite; }
.naarboven[hidden] { display: none; }
.naarboven__figuur { width: 100%; height: 100%; overflow: visible; }
.naarboven__pijl { position: absolute; left: -8px; top: -8px; width: 34px; height: 34px; display: grid; place-items: center; font-family: var(--display); font-size: 18px; line-height: 1; color: var(--ink); background: var(--accent); border: var(--rand); border-radius: 50%; }
.naarboven:hover, .naarboven:focus-visible { animation: wiebel-snel .5s ease-in-out infinite; }
.naarboven.is-weg { animation: raket .9s ease-in forwards; }
@keyframes raket { 25% { transform: translateY(10px) scale(1.05, .9); } 100% { transform: translateY(-110vh) rotate(-10deg); } }

/* ---------- Uitgeschakelde sectie ---------- */
.uit-melding { margin: 0 0 26px; padding: 12px 18px; font-weight: 800; background: repeating-linear-gradient(45deg, #fff27a 0 18px, #fffbe0 18px 36px); border: 3px dashed var(--ink); border-radius: 14px; }

/* ---------- Onderste ticker ---------- */
.ticker--voet { margin: 70px -40px -14px; z-index: 6; }
.voet { margin-top: 0; padding-top: 70px; }

/* ---------- Das Wort der Woche: het klaslokaal ---------- */
.inhoud > .ruitjes { margin: 30px 0 0; }
.sectie--klas { padding-top: 60px; }
.sectie--klas .sectie__kop { padding-right: 360px; }
.bord--klas { background-color: #fdf6e3; background-image: linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px), linear-gradient(rgba(0,0,0,.035) 1px, transparent 1px); background-size: 28px 28px; padding-top: 96px; }
.abc { position: absolute; left: 0; right: 0; top: 0; height: 48px; display: flex; justify-content: space-around; align-items: center; overflow: hidden; padding: 0 16px; background: #2f4a3a; border-bottom: 4px solid var(--ink); border-radius: 24px 24px 0 0; font-family: var(--hand); font-size: 22px; color: #f2f0e6; white-space: nowrap; }
.abc span:nth-child(4n+1) { color: var(--accent); }
.abc span:nth-child(4n+3) { color: #ffc2d8; }
.leraar { position: absolute; right: 26px; bottom: -8px; width: 250px; z-index: 4; pointer-events: none; filter: drop-shadow(0 10px 14px rgba(0,0,0,.25)); }
.bord--klas { padding-right: 300px; min-height: 600px; }
.ballon--leraar { right: 200px; bottom: 520px; top: auto; width: 210px; transform: rotate(-3deg); }
.ballon--leraar::after { right: 30px; transform: rotate(-45deg); }
.bord__items--klas { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 60px 36px; }
.spijker { position: absolute; top: -30px; left: 50%; margin-left: -8px; width: 16px; height: 16px; border-radius: 50%; background: #9a9a9a; border: 2px solid var(--ink); z-index: 3; }
.spijker::before, .spijker::after { content: ""; position: absolute; top: 6px; width: 76px; height: 2.5px; background: #6b4423; }
.spijker::before { right: 6px; transform-origin: right center; transform: rotate(-24deg); }
.spijker::after { left: 6px; transform-origin: left center; transform: rotate(24deg); }
.krijtbord { display: block; width: 100%; aspect-ratio: 4 / 3; perspective: 1000px; padding: 0; border: 0; background: none; cursor: pointer; color: #f2f0e6; }
.krijtbord__kaart { position: relative; display: block; width: 100%; height: 100%; transition: transform .7s cubic-bezier(.2, .8, .2, 1); transform-style: preserve-3d; }
.krijtbord.is-om .krijtbord__kaart { transform: rotateY(180deg); }
.krijtbord__kant {
	position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 16px 16px 20px; text-align: center;
	background: radial-gradient(ellipse at 30% 25%, rgba(255,255,255,.09), transparent 60%), radial-gradient(ellipse at 75% 80%, rgba(255,255,255,.05), transparent 55%), #26302b;
	border: 10px solid #8a5a2b; border-radius: 6px; outline: 3px solid var(--ink); box-shadow: inset 0 0 18px rgba(0,0,0,.6), 7px 9px 0 var(--ink);
	backface-visibility: hidden; -webkit-backface-visibility: hidden;
}
.krijtbord__kant--achter { transform: rotateY(180deg); background-color: #26343f; }
.krijtbord__les { align-self: flex-start; font-family: var(--hand); font-size: 18px; line-height: 1; color: var(--accent); }
.krijtbord__woord { font-family: var(--hand); font-size: clamp(28px, 2.8vw, 40px); line-height: 1.05; color: #fff; text-shadow: 0 0 2px rgba(255,255,255,.45); overflow-wrap: anywhere; }
.krijtbord__vraag { font-family: var(--hand); font-size: 24px; color: #bfe3ff; }
.krijtbord__vertaling { font-family: var(--hand); font-size: 27px; line-height: 1.15; color: #fff; }
.krijtbord__zin { font-family: var(--hand); font-size: 17px; line-height: 1.2; color: #d7e7cf; }
.krijtbord__wisser { position: absolute; right: 14px; bottom: -14px; width: 46px; height: 15px; background: #d9c3a0; border: 2px solid var(--ink); border-radius: 3px; }
.krijtbord__link { display: inline-block; margin-top: 18px; font-weight: 900; }
.lesraster { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: 30px; align-items: end; }
.schoolbord { position: relative; padding: 40px 46px 64px; color: #f2f0e6; font-family: var(--hand); background: radial-gradient(ellipse at 25% 20%, rgba(255,255,255,.08), transparent 55%), radial-gradient(ellipse at 80% 85%, rgba(255,255,255,.05), transparent 50%), #26302b; border: 18px solid #8a5a2b; outline: 4px solid var(--ink); border-radius: 8px; box-shadow: inset 0 0 40px rgba(0,0,0,.6), 12px 12px 0 var(--ink); }
.schoolbord__les { margin: 0; font-size: 24px; color: var(--accent); }
.schoolbord__woord { margin: 10px 0 0; font-family: var(--hand); font-weight: 400; font-size: clamp(48px, 7vw, 96px); line-height: 1; color: #fff; overflow-wrap: anywhere; text-decoration: underline wavy rgba(255,255,255,.45); text-underline-offset: 14px; }
.schoolbord__is { margin: 26px 0 0; font-size: 26px; color: #bfe3ff; }
.schoolbord__vertaling { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.1; color: #fff; }
.schoolbord__uitleg { margin-top: 20px; font-size: 24px; line-height: 1.35; color: #e8efe4; }
.schoolbord__uitleg p { margin: 0 0 10px; }
.schoolbord__zin { margin: 18px 0 0; font-size: 27px; color: #ffe9a8; }
.schoolbord__goot { position: absolute; left: 30px; right: 30px; bottom: -22px; height: 18px; display: flex; align-items: flex-end; gap: 14px; }
.krijtje { width: 38px; height: 10px; background: #fff; border: 2px solid var(--ink); border-radius: 3px; }
.krijtje--geel { background: #ffe36b; }
.wisser { width: 72px; height: 18px; margin-left: auto; background: #d9c3a0; border: 2px solid var(--ink); border-radius: 3px; }
.lesraster__leraar img { width: 100%; max-width: 300px; }
.ballon--les { position: relative; display: block; margin: 0 0 22px; font-size: 22px; transform: rotate(3deg); }
.ballon--les::after { left: 40px; transform: rotate(45deg); }
.les__uitzending { margin: 50px 0 0; }

/* ---------- Wie is er jarig? ---------- */
.bord--feest {
	background-color: #fff8f0;
	background-image: radial-gradient(circle, #ff8fb1 3px, transparent 3.5px), radial-gradient(circle, #7cc4e8 3px, transparent 3.5px), radial-gradient(circle, #ffd23f 3px, transparent 3.5px);
	background-size: 60px 60px, 80px 80px, 100px 100px; background-position: 0 0, 20px 30px, 40px 10px; padding-top: 96px;
}
.slinger { position: absolute; left: 20px; right: 20px; top: 8px; height: 54px; z-index: 2; pointer-events: none; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='54'%3E%3Cpath d='M0 6 Q75 24 150 6' fill='none' stroke='%23111' stroke-width='3'/%3E%3Cpath d='M12 10 L42 14 L26 46 Z' fill='%23ff8fb1' stroke='%23111' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M60 15 L90 15 L75 49 Z' fill='%237cc4e8' stroke='%23111' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M108 14 L138 10 L124 46 Z' fill='%23ffd23f' stroke='%23111' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E") repeat-x; }
.feestkaart { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px; height: 100%; padding: 24px 16px 18px; text-align: center; text-decoration: none; color: var(--ink); background: var(--wit); border: var(--rand); border-radius: 10px; box-shadow: var(--schaduw); }
.feestkaart:hover { color: var(--ink); }
.feestkaart.is-vandaag { box-shadow: 6px 8px 0 var(--accent2); }
.feestkaart__foto img, .feestkaart__leeg { width: 170px; height: 170px; border-radius: 50%; object-fit: cover; border: 4px solid var(--ink); box-shadow: 0 0 0 8px var(--accent), 0 0 0 11px var(--ink); }
.feestkaart__leeg { display: grid; place-items: center; background: var(--bord); }
.feestkaart__naam { margin-top: 12px; font-family: var(--display); font-size: 21px; line-height: 1.15; }
.feestkaart__wie { font-size: 15px; font-weight: 700; }
.feestkaart__vandaag { position: absolute; top: -14px; right: -10px; z-index: 2; padding: 6px 12px; font-family: var(--display); font-size: 14px; color: var(--wit); background: var(--accent2); border: var(--rand); border-radius: 999px; transform: rotate(8deg); }
.verjaardagskaart { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 50px; align-items: center; padding: 100px 60px 70px; overflow: hidden; background: var(--papier); border: 4px solid var(--ink); border-radius: 28px; box-shadow: 12px 12px 0 var(--accent2); }
.verjaardagskaart .slinger { top: 14px; }
.confetti { position: absolute; inset: 0; opacity: .45; pointer-events: none; background-image: radial-gradient(circle, #ff8fb1 4px, transparent 4.5px), radial-gradient(circle, #7cc4e8 4px, transparent 4.5px), radial-gradient(circle, #ffd23f 4px, transparent 4.5px); background-size: 70px 70px, 90px 90px, 110px 110px; background-position: 0 0, 25px 35px, 45px 12px; }
.verjaardagskaart__foto { position: relative; }
.verjaardagskaart__foto img { width: min(340px, 70vw); height: min(340px, 70vw); border-radius: 50%; object-fit: cover; border: 5px solid var(--ink); box-shadow: 0 0 0 12px var(--accent), 0 0 0 16px var(--ink), 10px 12px 0 16px var(--ink); }
.verjaardagskaart__tekst { position: relative; }
.verjaardagskaart__wie { margin: 0 0 8px; font-size: 22px; font-weight: 800; }
.verjaardagskaart__datum { margin: 0 0 14px; font-size: 20px; }
.verjaardagskaart__hoera { margin: 20px 0 0; font-family: var(--hand); font-size: 44px; line-height: 1; color: var(--accent2); transform: rotate(-3deg); }
.verjaardagskaart__taart { position: absolute !important; right: 30px; bottom: 24px; }
.vlam { animation: flakker .6s ease-in-out infinite alternate; transform-origin: center bottom; }
@keyframes flakker { to { transform: scaleY(.8) skewX(4deg); } }

/* ---------- De Filmzaal ---------- */
.bord--film { background-color: #1d1a1a; background-image: none; padding-top: 74px; padding-bottom: 74px; }
.bord--film::before, .bord--film::after { content: ""; position: absolute; left: 12px; right: 12px; height: 22px; background: repeating-linear-gradient(90deg, #fff8e1 0 18px, transparent 18px 36px); border-radius: 4px; opacity: .9; }
.bord--film::before { top: 18px; }
.bord--film::after { bottom: 18px; }
.poster { display: block; height: 100%; text-decoration: none; color: var(--ink); background: var(--wit); border: var(--rand); box-shadow: 6px 8px 0 var(--accent); }
.poster:hover { color: var(--ink); }
.poster__beeld { position: relative; display: block; background: var(--ink); border-bottom: var(--rand); }
.poster__beeld img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.poster__titel { display: block; padding: 12px 14px 4px; font-family: var(--display); font-size: 19px; line-height: 1.15; }
.poster__kaartje { display: block; margin: 8px 14px 14px; padding: 5px 10px; font-family: var(--hand); font-size: 17px; background: var(--accent); border: 2px dashed var(--ink); transform: rotate(-2deg); }
.podium--bios { background: #120f0f; }
.video__poster { width: 100%; border: 5px solid var(--wit); border-radius: 18px; }
.bios-stoelen { position: absolute; left: 60px; right: 60px; bottom: 0; height: 58px; background: radial-gradient(ellipse at 50% 100%, #8a1c16 0 58%, transparent 60%) 0 0 / 64px 58px repeat-x; }

/* ---------- Smallere desktop ---------- */
@media (max-width: 1400px) {
	.kop { padding: 14px 24px; gap: 14px; }
	.kop__logo { flex-basis: 220px; }
	.kop__menu { gap: 8px; }
	.kop__menu a { font-size: 15px; padding: 8px 13px; }
	.kop__groet { display: none; }
	.live__mfm { display: none; }
}

/* ---------- Tablet ---------- */
@media (max-width: 1100px) {
	.kop { flex-wrap: wrap; }
	.kop__nav { order: 3; width: 100%; }
	.enkel__raster, .recept__raster, .tip__raster { grid-template-columns: minmax(0, 1fr); }
	.enkel__beeld { position: static; }
	.polaroid--groot { max-width: 620px; }
	.recept__kop { grid-template-columns: minmax(0, 1fr); padding-right: 0; justify-items: start; }
	.recept__chef { width: 180px; right: 0; bottom: auto; top: 0; }
	.ballon--recept { right: 150px; top: 10px; }
	.lesraster { grid-template-columns: minmax(0, 1fr); }
	.lesraster__leraar { display: flex; align-items: flex-end; gap: 16px; }
	.lesraster__leraar img { width: 220px; }
	.verjaardagskaart { grid-template-columns: minmax(0, 1fr); justify-items: center; text-align: center; }
}

/* ---------- Mobiel ---------- */
@media (max-width: 800px) {
	body { font-size: 16px; }
	.kop { padding: 12px 14px; flex-wrap: nowrap; gap: 10px; }
	.kop__logo { flex: 0 1 150px; min-width: 104px; }
	.kop__rechts { gap: 8px; flex: 0 0 auto; }
	.kop__nav, .kop__groet, .live__mfm { display: none; }
	.kop__menuknop { display: flex; width: 46px; height: 46px; }
	.live { font-size: 15px; padding: 9px 12px; gap: 8px; transform: rotate(-2deg); }
	.live .live__tekst--uit, .speelt .live .live__tekst--aan { display: none; }
	.live .live__tekst--kort { display: inline; }
	.postit[style*="left:"] { left: -8px !important; }
	.postit[style*="right:"] { right: -8px !important; }
	.ticker { margin: 4px -20px 30px; height: 48px; }
	.ticker__band { font-size: 18px; gap: 24px; }
	.ticker--accent, .ticker--accent2, .ticker--donker { margin-left: -20px; margin-right: -20px; }
	.sectie { padding: 30px 16px 80px; }
	.sectie--chef { padding-top: 190px; }
	.bord { padding: 130px 16px 34px; box-shadow: 6px 6px 0 var(--ink); border-radius: 20px; }
	.bord--keuken, .bord--tip { padding-top: 40px; }
	.bord--podium { padding-top: 60px; }
	.bord__items { gap: 40px 20px; }
	.zoekbon--op-bord { left: 12px; right: 12px; width: auto; top: -26px; }
	.postit { width: 116px; min-height: 96px; font-size: 18px; padding-top: 24px; }
	.chef { width: 170px; top: -176px; right: 0; }
	.ballon--chef, .ballon--duitser, .ballon--leraar { display: none; }
	.sectie--klas { padding-top: 30px; }
	.sectie--klas .sectie__kop { padding-right: 0; }
	.leraar { width: 110px; right: 6px; bottom: -6px; }
	.bord--klas { padding-right: 16px; padding-bottom: 250px; min-height: 0; }
	.bord--klas { padding-top: 76px; }
	.abc { font-size: 17px; }
	.schoolbord { padding: 30px 22px 50px; border-width: 12px; }
	.lesraster__leraar img { width: 120px; }
	.verjaardagskaart { padding: 80px 20px 50px; gap: 30px; }
	.verjaardagskaart__taart { position: relative !important; right: auto; bottom: auto; }
	.radio__paneel { right: -56px; width: min(300px, calc(100vw - 28px)); }
	.radio__paneel::before { right: 74px; }
	.radio__volumeknop { width: 44px; height: 44px; }
	.naarboven { width: 64px; height: 64px; right: 12px; bottom: 14px; }
	.ticker--voet { margin: 50px -20px -12px; }
	.bord--film { padding: 64px 16px; }
	.ruitjes { margin: 0 -16px 36px; }
	.deco svg { width: 58px; height: auto; }
	.enkel { padding: 10px 16px 40px; }
	.notitie { padding: 26px 20px 26px 44px; background-image: linear-gradient(90deg, transparent 28px, color-mix(in srgb, var(--accent2) 45%, transparent) 28px 30px, transparent 30px), repeating-linear-gradient(transparent 0 33px, #dbe7f3 33px 34px); }
	.recept__bereiding, .papier { padding: 26px 20px; }
	.podium { padding: 60px 26px 90px; }
	.podium::before, .podium::after { width: 16px; }
	.podium__vloer { left: 16px; right: 16px; }
	.tipform__rij { grid-template-columns: 1fr; }
	.postit--los { width: 46%; min-height: 120px; font-size: 19px; }
	.voet { padding: 0 16px 30px; }
	.koekje { left: 12px; right: 12px; bottom: 12px; max-width: none; }
	.koekje__knop { flex: 1 1 100%; }
	.koekje__cat-tekst { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
	.deeltjes { display: none; }
}

/* ---------- WhatsApp in de kop ---------- */
.kop__whatsapp {
	position: relative; display: flex; align-items: center; gap: 8px; padding: 10px 16px 10px 12px; white-space: nowrap;
	font-family: var(--display); font-size: 16px; line-height: 1; color: var(--wit); text-decoration: none;
	background: #25d366; border: var(--rand); border-radius: 18px 18px 18px 4px; box-shadow: 4px 4px 0 var(--ink);
	transform: rotate(-4deg); animation: appje 7s ease-in-out infinite; transition: box-shadow .15s;
}
.kop__whatsapp::after { /* staartje van de chatballon */
	content: ""; position: absolute; left: -3px; bottom: -11px; width: 16px; height: 12px; background: #25d366;
	border-left: 3px solid var(--ink); border-bottom: 3px solid var(--ink); transform: skewX(-30deg); clip-path: polygon(0 0, 100% 0, 0 100%);
}
.kop__whatsapp:hover, .kop__whatsapp:focus-visible { color: var(--wit); animation: wiebel-snel .5s ease-in-out infinite; box-shadow: 6px 6px 0 var(--ink); }
@keyframes appje { 0%, 86%, 100% { transform: rotate(-4deg); } 89% { transform: rotate(6deg) scale(1.08); } 92% { transform: rotate(-8deg) scale(1.08); } 95% { transform: rotate(4deg); } }
.mobielmenu__whatsapp { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; padding: 14px 22px; font-family: var(--display); font-size: 24px; color: var(--wit); text-decoration: none; background: #25d366; border: var(--rand); border-radius: 20px 20px 20px 4px; box-shadow: 5px 5px 0 var(--ink); transform: rotate(-2deg); }

/* ---------- Meer jarigen ---------- */
[data-meer-lijst]:not(.is-alles) [data-meer-grens] ~ .pin { display: none; }
.meer-knop { text-align: center; margin: 40px 0 0; }
.bronvermelding { margin: 18px 6px 0; font-size: 14px; color: #5b5346; }
.bronvermelding a { color: inherit; font-weight: 800; }
.feestkaart__meer { margin-top: auto; font-weight: 900; font-size: 14px; color: var(--primair-donker); }
.feestkaart__kruis { font-family: var(--body); font-weight: 900; }
.feestkaart.is-overleden .feestkaart__foto img { filter: grayscale(1); }
.datumkiezer { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.datumkiezer__veld select { font-weight: 900; font-size: 16px; padding: 10px 14px; border: var(--rand); border-radius: 999px; background: var(--accent); box-shadow: 4px 4px 0 var(--ink); cursor: pointer; }

@media (max-width: 1250px) {
	.kop__whatsapp-tekst { display: none; }
	.kop__whatsapp { padding: 10px; }
}
@media (max-width: 800px) {
	.kop__whatsapp { display: none; }
}

/* ---------- Geluidjes aan/uit ---------- */
.geluidknop { margin-left: 12px; padding: 5px 12px; font-weight: 900; font-size: 13px; color: var(--ink); background: var(--wit); border: 2px solid var(--ink); border-radius: 999px; box-shadow: 2px 2px 0 var(--ink); cursor: pointer; }
.geluidknop[aria-pressed="false"] { background: #d8d2c6; text-decoration: line-through; }
.feestkaart__credit { max-width: 100%; margin-top: 4px; font-size: 11px; line-height: 1.3; color: #6b6255; text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.feestkaart__credit:hover { color: var(--ink); text-decoration: underline; }
