/*
Theme Name: Stadscafé Simons
Description: Maatwerk thema voor Stadscafé Simons – volledig in code, zonder pagebuilder.
Author: M&J Design
Version: 1.15.12
Requires at least: 6.0
Text Domain: simons
*/

:root {
	--black: #000;
	--ink: #1f1f1f;
	--chalk: #141414;
	--brown: #786550;
	--brown-dark: #5f4f3e;
	--sand: #bcb29c;
	--sand-soft: #f3f0ea;
	--white: #fff;
	--font: "PT Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
	--font-btn: "Roboto", "PT Sans", sans-serif;
	--font-script: "ScriptoramaMarkdownJF", "Chalkboard SE", "Comic Sans MS", cursive;
	--container: 1140px;
	--header-h: 110px;
	--ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.5; color: var(--ink); background: var(--white); overflow-x: clip; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brown); text-decoration: none; transition: color .2s; }
a:hover { color: var(--brown-dark); }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0 0 .5em; line-height: 1.05; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--sand); outline-offset: 3px; }

.screen-reader-text, .skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 999; background: var(--white); color: var(--black); padding: 8px 14px; }

.container { width: 100%; max-width: calc(var(--container) + 48px); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 868px; }
.center { text-align: center; }

/* ---------- Header ---------- */
/* Header staat vast (fixed) en de pagina krijgt een vaste ruimte erboven: het krimpen verschuift de pagina dus niet. */
body { padding-top: var(--header-h); }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: var(--black); transition: box-shadow .3s; }
.admin-bar .site-header { top: 32px; }
.site-header__inner { display: flex; align-items: center; gap: 28px; height: var(--header-h); transition: height .35s var(--ease); }
.site-header.is-scrolled { box-shadow: 0 6px 24px rgba(0, 0, 0, .45); }
.site-header.is-scrolled .site-header__inner { height: 72px; }
.site-logo img { width: 150px; height: auto; transition: width .35s var(--ease); }
.site-header.is-scrolled .site-logo img { width: 112px; }
.site-logo__text { color: var(--sand); font-weight: 700; font-size: 34px; letter-spacing: 2px; }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; gap: 22px; }
.site-nav a { position: relative; display: block; padding: 8px 0; color: var(--white); font-size: 14px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; background: var(--sand); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.site-nav a:hover, .site-nav a.is-current { color: var(--sand); }
.site-nav a:hover::after, .site-nav a.is-current::after { transform: scaleX(1); }

.nav-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 0; background: transparent; padding: 0; }
.nav-toggle__bars { display: block; width: 26px; margin: 0 auto; }
.nav-toggle__bars i { display: block; height: 2px; margin: 6px 0; background: var(--white); transition: transform .3s var(--ease), opacity .2s; }
.nav-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Buttons ---------- */
.btn { position: relative; display: inline-block; overflow: hidden; padding: 12px 24px; border: 0; border-radius: 3px; font-family: var(--font-btn); font-size: 15px; font-weight: 500; line-height: 1; color: var(--white); text-align: center; transition: transform .25s var(--ease), box-shadow .25s; }
.btn span { position: relative; z-index: 1; }
.btn::before { content: ""; position: absolute; inset: 0; background: rgba(255, 255, 255, .16); transform: translateX(-101%); transition: transform .35s var(--ease); }
.btn:hover { color: var(--white); transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0, 0, 0, .25); }
.btn:hover::before { transform: translateX(0); }
.btn--brown { background: var(--brown); }
.btn--sand { background: rgba(188, 178, 156, .55); }
.btn--glass { background: rgba(120, 101, 80, .48); min-width: 238px; }
.btn--block { display: block; width: 100%; }
.btn--wide { min-width: 220px; }
.btn--line { background: transparent; color: var(--brown); box-shadow: inset 0 0 0 2px var(--brown); }
.btn--line:hover { background: var(--brown); color: var(--white); }

/* ---------- Hero ---------- */
.hero { position: relative; background-color: var(--chalk); background-image: var(--bg); background-size: cover; background-position: center; color: var(--white); }
.hero__photo { display: none; }
.hero--shade::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(20, 20, 20, .96) 0%, rgba(20, 20, 20, .9) 38%, rgba(20, 20, 20, .35) 62%, rgba(20, 20, 20, .1) 100%); }
.hero--shade .hero__inner { position: relative; }
.hero__inner { position: relative; display: flex; align-items: center; min-height: 600px; padding-top: 60px; padding-bottom: 60px; }
.hero--sub .hero__inner { min-height: 530px; }
.hero__content { width: min(450px, 37vw); }
.hero__eyebrow { margin: 0 0 6px; color: var(--sand); font-size: 20px; }
.hero__title { font-size: clamp(32px, 3vw, 45px); font-weight: 700; letter-spacing: -.3px; }
.hero__title em { font-style: normal; color: var(--sand); }
.hero__lead { color: var(--white); font-size: 16px; line-height: 1.5; }
.home .hero:not(.hero--sub) .hero__title { font-size: clamp(40px, 4.7vw, 75px); letter-spacing: -.5px; }
.home .hero:not(.hero--sub) .hero__lead { color: var(--sand); font-size: clamp(17px, 1.5vw, 23px); }
.hero__actions { margin: 26px 0 0; }
.hero__badge { position: absolute; left: 41%; bottom: -34px; z-index: 2; }
.hero--sub .hero__badge { bottom: 70px; }
.home .hero:not(.hero--sub) .hero__inner { max-width: none; padding-left: clamp(24px, 3.4vw, 54px); }
.home .hero:not(.hero--sub) .hero__content { width: min(650px, 42vw); }

/* ---------- Badge ---------- */
.badge { display: grid; place-items: center; width: 230px; height: 230px; padding: 22px; border-radius: 50%; text-align: center; font-family: var(--font-script); font-size: 25px; line-height: 1.12; text-transform: uppercase; color: var(--white); transform: rotate(-6deg); animation: float 6s ease-in-out infinite; }
.badge--sm { font-size: 20px; padding: 16px; }
.badge--sand { background: var(--sand); }
.badge--brown { background: var(--brown); }
.badge--plain { font-family: var(--font); font-size: 16px; font-weight: 700; text-transform: none; line-height: 1.35; width: 210px; height: 210px; transform: none; }
.badge span { display: block; }
@keyframes float { 0%, 100% { transform: rotate(-6deg) translateY(0); } 50% { transform: rotate(-3deg) translateY(-10px); } }
.badge--plain { animation-name: float-plain; }
@keyframes float-plain { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ---------- CTA strip ---------- */
.quick { background: var(--black); padding: 0 0 26px; }
.quick__list { list-style: none; margin: -34px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; position: relative; z-index: 2; }
.quick__list li { display: flex; }
.quick__list li a { width: 100%; }
.quick__list a { display: flex; align-items: center; gap: 14px; padding: 18px 20px; border-radius: 14px; background: var(--white); color: var(--ink); text-decoration: none; box-shadow: 0 14px 34px rgba(0, 0, 0, .28); border: 1px solid #e6e0d4; transition: transform .3s var(--ease), box-shadow .3s, background .3s; }
.quick__list a:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0, 0, 0, .34); background: var(--sand-soft, #f3efe6); }
.quick__icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--black); color: var(--sand); transition: background .3s, color .3s; }
.quick__icon svg { width: 24px; height: 24px; }
.quick__list a:hover .quick__icon { background: var(--brown); color: var(--white); }
.quick__text { display: flex; flex-direction: column; min-width: 0; }
.quick__text strong { font-family: var(--font-script); font-size: 22px; letter-spacing: .5px; text-transform: uppercase; line-height: 1.05; }
.quick__text small { font-size: 13px; color: var(--brown); margin-top: 2px; }
.quick__arrow { margin-left: auto; color: var(--brown); font-size: 20px; opacity: 0; transform: translateX(-6px); transition: opacity .3s, transform .3s var(--ease); }
.quick__list a:hover .quick__arrow { opacity: 1; transform: none; }
@media (max-width: 1000px) { .quick__list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .quick { padding-bottom: 18px; } .quick__list { grid-template-columns: 1fr; gap: 10px; margin-top: -22px; } .quick__list a { padding: 14px 16px; } .quick__text strong { font-size: 19px; } .quick__arrow { display: none; } }
.cta-strip { background: var(--black); color: var(--white); padding: 22px 0; }
.cta-strip__inner { display: flex; justify-content: center; align-items: center; gap: 60px; }
.cta-strip__item { text-align: center; }
.cta-strip__item h2 { font-size: 25px; margin-bottom: 14px; }
.cta-strip__line { width: 3px; height: 102px; background: var(--sand); }

/* ---------- Split (foto links, tekst rechts) ---------- */
.split { position: relative; background-color: var(--sand); background-image: var(--bg); background-size: cover; background-position: center; }
.split__photo { display: none; }
.split__inner { position: relative; display: flex; justify-content: flex-end; min-height: 709px; align-items: center; }
.split__content { width: 43%; padding: 60px 24px 60px 0; max-width: 520px; margin-right: max(24px, calc((100vw - var(--container)) / 2 - 80px)); }
.split__badge { position: absolute; left: 42%; top: 76px; }
.h-xl { font-size: clamp(32px, 3vw, 45px); font-weight: 700; color: var(--white); margin-bottom: 22px; }
.h-xl--dark { color: var(--black); }

.checklist li { position: relative; padding: 0 0 12px 24px; }
.checklist li::before { content: ""; position: absolute; left: 0; top: .5em; width: 12px; height: 6px; border-left: 2px solid var(--brown); border-bottom: 2px solid var(--brown); transform: rotate(-45deg); }
.checklist--light { margin-top: 14px; color: var(--white); }
.checklist--light li::before { border-color: var(--sand); }

/* ---------- Sections ---------- */
.section { padding-block: 80px; }
.section--tight-top { padding-top: 0; }
.section--sand-soft { background: var(--sand-soft); }
.section--brown { background: var(--brown); color: var(--white); }
.section__cta { margin: 44px 0 0; }
.section-head { text-align: center; margin-bottom: 40px; }
.section-head--left { text-align: left; max-width: 760px; }
.section-head__sub { margin: 0; color: var(--brown); font-size: 17px; letter-spacing: 3px; text-transform: uppercase; }
.section-head__sub--line::after { content: ""; display: block; width: 56px; height: 2px; margin: 12px auto 0; background: var(--black); }
.h-script { font-family: var(--font-script); font-weight: normal; font-size: clamp(28px, 2.6vw, 38px); color: var(--sand); text-transform: uppercase; letter-spacing: .5px; }
.h-script--sm { font-size: 25px; margin-bottom: 22px; }
.h-script--light { color: var(--white); }
.sub-sand { color: var(--sand); font-size: 18px; font-weight: 700; margin: 0 0 14px; }
.intro { font-size: 17px; margin-bottom: 36px; }
.dotted { border: 0; border-top: 3px dotted var(--sand); margin: 60px 0; }

.mk__pdfview { padding: 32px 0 48px; text-align: center; }
.mk__pdfview-actions { margin: 0 0 18px; }
.mk__pdfframe { width: 100%; height: min(1200px, 140vh); border: 0; border-radius: 10px; background: var(--white); box-shadow: 0 10px 30px rgba(0, 0, 0, .12); }
@media (max-width: 700px) { .mk__pdfframe { display: none; } .mk__pdfview-note { display: block; } }
.mk__pdfview-note { display: none; margin: 0; color: var(--brown); }
.title-band { background: var(--sand); color: var(--white); text-align: center; padding: 54px 0 40px; }
.title-band .h-script { font-size: clamp(30px, 3vw, 42px); margin-bottom: 6px; }
.title-band p { margin: 0; }

.page-banner { position: relative; background: var(--chalk) var(--bg) center / cover no-repeat; color: var(--white); padding: 70px 0 50px; }
.page-banner::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .45); }
.page-banner .container { position: relative; }
.page-banner__title { font-size: clamp(36px, 4.4vw, 62px); margin: 0; }
.page-banner__title::before { content: ""; display: block; width: 78px; height: 3px; margin-bottom: 22px; background: var(--sand); }

/* ---------- Prijslijst ---------- */
.price-list__item { margin-bottom: 18px; }
.price-list__row { display: flex; align-items: baseline; gap: 10px; font-size: 18px; font-weight: 700; }
.price-list__title { flex: 0 1 auto; }
.price-list__dots { flex: 1 1 20px; min-width: 20px; border-bottom: 2px dotted var(--sand); transform: translateY(-4px); }
.price-list__price { white-space: nowrap; }
.price-list__desc { margin: 8px 0 0; font-size: 16px; color: var(--ink); }
.price-list--caps .price-list__desc, .price-list__desc--caps { font-size: 14px; text-transform: uppercase; color: var(--brown); }
.price-list--light .price-list__desc { color: rgba(255, 255, 255, .85); }
.price-list--light .price-list__dots { border-color: rgba(255, 255, 255, .5); }

.menu-tabs__nav { display: none; }
.menu-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.menu-col__title { font-family: var(--font-script); font-weight: normal; font-size: 25px; color: var(--sand); text-transform: uppercase; margin-bottom: 20px; }

/* ---------- Populaire gerechten ---------- */
.dishes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.dish__img { aspect-ratio: 1; border-radius: 50%; overflow: hidden; margin-bottom: 22px; background: var(--sand-soft); }
.dish__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.dish:hover .dish__img img { transform: scale(1.09) rotate(2deg); }
.dish .price-list__row { font-size: 17px; }

/* ---------- Zaalverhuur ---------- */
.band--brown { background: var(--brown); color: var(--white); padding: 50px 0; }
.band__inner { display: flex; align-items: center; gap: 30px; }
.band__rounds { display: flex; gap: 20px; flex: none; }
.round { width: 180px; height: 180px; border-radius: 50%; object-fit: cover; transition: transform .5s var(--ease); }
.round:hover { transform: scale(1.06); }
.band__text { text-align: right; margin-left: auto; }
.band__text p { margin-bottom: 22px; }

.feesten { background: var(--black) var(--bg) right center / cover no-repeat; color: var(--white); padding: 70px 0; }
.feesten__inner { display: flex; align-items: center; gap: 30px; }
.feesten__text { width: 50%; }

.gallery__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.gallery__track::-webkit-scrollbar { display: none; }
.gallery__track.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.gallery__item { flex: 0 0 33.334%; aspect-ratio: 3 / 2; overflow: hidden; scroll-snap-align: start; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .4s; }
.gallery__item:hover img { transform: scale(1.06); filter: brightness(1.08); }

.cols-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.cols-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.cols-2--media { align-items: center; }
.duo { display: flex; justify-content: center; }
.duo img { width: 100%; max-width: 480px; height: auto; }
.buffet { position: relative; background: var(--black) var(--bg) left center / cover no-repeat; color: var(--white); padding: 80px 0; }
.buffet::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .55) 40%, rgba(0, 0, 0, .9) 55%, rgba(0, 0, 0, .94) 100%); }
.buffet .container { position: relative; }
.buffet__content { margin-left: 50%; }
.buffet .section-head { margin-bottom: 30px; }
.combo { margin-top: 30px; padding-top: 30px; border-top: 3px dotted rgba(255, 255, 255, .4); max-width: 640px; }

/* ---------- Cards / jobs ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card { padding: 30px 28px; background: var(--white); border: 1px solid #e6e0d4; border-top: 4px solid var(--sand); border-radius: 16px; transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.card:hover { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(0, 0, 0, .12); border-top-color: var(--brown); }
.card__title { font-family: var(--font-script); font-weight: normal; font-size: 23px; color: var(--brown); text-transform: uppercase; }
.card__price { font-size: 34px; font-weight: 700; margin: 0; }
.card__price small { font-size: 15px; font-weight: 400; color: var(--brown); }
.card__meta { color: var(--brown); font-weight: 700; }
.jobs { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin: 26px 0 36px; }
.job { padding: 16px 26px; background: var(--black); color: var(--white); font-weight: 700; font-size: 18px; border-radius: 3px; border-bottom: 3px solid var(--sand); transition: transform .3s var(--ease); }
.job:hover { transform: translateY(-4px); }

/* ---------- Formulieren ---------- */
.sform__hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.sform__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.sform__field--full { grid-column: span 6; }
.sform__field--half { grid-column: span 3; }
.sform__field--third { grid-column: span 2; }
.sform label { display: block; margin-bottom: 6px; font-weight: 700; font-size: 15px; }
.sform label span { color: var(--brown); }
.sform input, .sform select, .sform textarea { width: 100%; padding: 13px 14px; font: inherit; color: var(--ink); background: var(--white); border: 1px solid #cfc8b8; border-radius: 3px; transition: border-color .2s, box-shadow .2s; }
.sform input:focus, .sform select:focus, .sform textarea:focus { outline: 0; border-color: var(--brown); box-shadow: 0 0 0 3px rgba(120, 101, 80, .18); }
.sform .is-invalid { border-color: #c0392b; }
.sform__foot { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 24px; }
.sform__msg { margin: 0; font-weight: 700; }
.sform__msg.is-ok { color: #2e7d32; }
.sform__msg.is-err { color: #c0392b; }
.sform.is-sending button { opacity: .6; pointer-events: none; }
.sform.is-done .sform__grid, .sform.is-done button { display: none; }

/* ---------- Pdf-viewer ---------- */
.pdfv__tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.pdfv__tab { padding: 12px 22px; border: 0; border-radius: 3px; background: var(--white); color: var(--brown); font-family: var(--font-script); font-size: 20px; text-transform: uppercase; transition: background .25s, color .25s, transform .25s var(--ease); }
.pdfv__tab:hover { transform: translateY(-2px); }
.pdfv__tab.is-active { background: var(--brown); color: var(--white); }
.pdfv__stage { position: relative; min-height: 320px; }
.pdfv__loading { position: absolute; inset: 0; display: grid; place-items: center; color: var(--brown); font-weight: 700; }
.pdfv__track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 4px 18px; scrollbar-width: thin; }
.pdfv__page { flex: 0 0 auto; width: min(100%, 560px); scroll-snap-align: center; background: var(--white); box-shadow: 0 10px 30px rgba(0, 0, 0, .18); opacity: 0; transform: translateY(14px); transition: opacity .5s, transform .5s var(--ease); }
.pdfv__page.is-ready { opacity: 1; transform: none; }
.pdfv__page canvas { display: block; width: 100%; height: auto; }
.pdfv__bar { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 14px; }
.pdfv__btn { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--brown); color: var(--white); font-size: 26px; line-height: 1; transition: transform .2s var(--ease), background .2s; }
.pdfv__btn:hover { background: var(--brown-dark); transform: scale(1.08); }
.pdfv__count { min-width: 70px; text-align: center; font-weight: 700; }
.pdfv__dl { margin-left: 12px; font-weight: 700; text-decoration: underline; }

/* ---------- Prose ---------- */
.prose { max-width: 868px; font-size: 17px; }
.prose h2, .prose h3 { margin-top: 1.6em; font-size: 24px; }
.prose ul, .prose ol { margin: 0 0 1em 1.3em; list-style: revert; padding: 0; }
.prose a { text-decoration: underline; }

/* ---------- Footer ---------- */
.site-footer { background: var(--black); color: var(--white); }
.site-footer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding-top: 60px; padding-bottom: 50px; }
.fcol__title { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 400; margin-bottom: 0; }
.fcol__title::after { content: ""; display: block; width: 38px; height: 2px; margin: 18px 0 22px; background: var(--brown); transition: width .4s var(--ease); }
.fcol:hover .fcol__title::after { width: 70px; }
.fcol__nav li { margin-bottom: 2px; }
.site-footer a { color: var(--brown); }
.site-footer a:hover { color: var(--sand); }
.social { display: flex; gap: 14px; margin-top: 18px; }
.social a { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 6px; background: var(--brown); color: var(--black); transition: transform .25s var(--ease), background .25s; }
.social a:hover { background: var(--sand); color: var(--black); transform: translateY(-4px) rotate(-4deg); }
.site-footer__bottom { background: #1b1b1b; padding: 14px 0; text-align: center; font-size: 14px; color: var(--brown); }
.site-footer__bottom p { margin: 0; }

.mobile-cta { display: none; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; background: rgba(0, 0, 0, .92); animation: fade .25s; }
.lightbox img { max-width: 92vw; max-height: 86vh; box-shadow: 0 20px 60px rgba(0, 0, 0, .6); }
.lightbox button { position: absolute; border: 0; background: transparent; color: var(--white); font-size: 46px; line-height: 1; padding: 10px 18px; }
.lightbox__close { top: 10px; right: 14px; }
.lightbox__nav--prev { left: 10px; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 10px; top: 50%; transform: translateY(-50%); }
@keyframes fade { from { opacity: 0; } }

/* ---------- Reserveringswidget ---------- */
.rw { background: var(--brown); color: var(--white); border-radius: 8px; overflow: hidden; font-size: 15px; }
.rw--inline { max-width: 480px; margin: 0 auto; box-shadow: 0 24px 60px rgba(0, 0, 0, .22); }
.rw--panel { border-radius: 0; min-height: 100%; }
.rw__head { display: flex; align-items: center; justify-content: center; position: relative; padding: 16px 48px; background: rgba(0, 0, 0, .18); font-weight: 700; text-align: center; }
.rw__close { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border: 0; background: transparent; color: var(--white); font-size: 28px; line-height: 1; border-radius: 50%; transition: background .2s, transform .3s var(--ease); }
.rw__close:hover { background: rgba(255, 255, 255, .15); transform: translateY(-50%) rotate(90deg); }
.rw__body { padding: 16px; }
.rw__hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.rw__step { display: none; }
.rw__step.is-active { display: block; animation: rw-in .4s var(--ease); }
@keyframes rw-in { from { opacity: 0; transform: translateX(18px); } }
.rw__rows { border-radius: 6px; overflow: hidden; }
.rw__row { display: flex; align-items: center; gap: 10px; padding: 0 14px; background: rgba(255, 255, 255, .13); border-bottom: 1px solid rgba(0, 0, 0, .14); transition: background .2s; }
.rw__row:last-child { border-bottom: 0; }
.rw__row:hover, .rw__row:focus-within { background: rgba(255, 255, 255, .2); }
.rw__ico { display: grid; place-items: center; flex: none; opacity: .9; }
.rw__row select, .rw__row input { flex: 1; min-width: 0; padding: 14px 0; border: 0; background: transparent; color: var(--white); font: inherit; font-weight: 700; color-scheme: dark; cursor: pointer; }
.rw__row select option { color: var(--ink); }
.rw__row select:focus, .rw__row input:focus { outline: 0; }
.rw__label { margin: 18px 0 8px; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; opacity: .85; }
.rw__types { display: grid; gap: 8px; }
.rw__type { display: block; width: 100%; padding: 12px 14px; border: 2px solid transparent; border-radius: 6px; background: var(--white); color: var(--ink); text-align: left; transition: transform .2s var(--ease), border-color .2s, opacity .2s, box-shadow .2s; }
.rw__type strong { display: block; font-size: 16px; }
.rw__type span { display: block; margin-top: 2px; font-size: 13px; color: var(--brown); line-height: 1.35; }
.rw__type:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0, 0, 0, .2); }
.rw__type.is-active { border-color: var(--black); box-shadow: inset 5px 0 0 var(--black); }
.rw__type.is-off { opacity: .55; }
.rw__type--special { background: linear-gradient(135deg, #fff8e8, #f3e6c8); border-color: var(--sand); }
.rw__type--special strong { color: #6b4a1a; }
.rw__cal-day.is-special { box-shadow: inset 0 -3px 0 var(--sand); font-weight: 700; }
.specials { display: grid; gap: 10px; max-width: 480px; margin: 0 auto 18px; }
.specials__item { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-radius: 10px; background: linear-gradient(135deg, #fff8e8, #f3e6c8); color: var(--ink); text-decoration: none; border: 1px solid #e6d5ad; box-shadow: 0 6px 16px rgba(0, 0, 0, .08); transition: transform .2s var(--ease), box-shadow .2s; }
.specials__item:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0, 0, 0, .14); }
.specials__icon { font-size: 28px; line-height: 1; }
.specials__item strong { display: block; font-family: var(--font-script); font-size: 22px; letter-spacing: .5px; text-transform: uppercase; color: #6b4a1a; }
.specials__item em { display: block; font-style: normal; font-size: 14px; color: var(--brown); }
.specials__arrow { margin-left: auto; font-size: 22px; color: #6b4a1a; }
.order-intro { max-width: 760px; margin-bottom: 32px; }
.order-intro__meta { color: var(--brown); }
.order__step { display: flex; align-items: center; gap: 12px; margin: 36px 0 16px; font-family: var(--font-script); font-size: 26px; text-transform: uppercase; letter-spacing: .5px; }
.order__step span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--black); color: var(--sand); font-family: var(--font-body, inherit); font-size: 16px; }
.order__products { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.order__product { display: flex; justify-content: space-between; gap: 18px; padding: 20px; border-radius: 14px; background: var(--white); border: 2px solid #e6e0d4; transition: border-color .2s, box-shadow .2s; }
.order__product.is-on { border-color: var(--brown); box-shadow: 0 8px 20px rgba(0, 0, 0, .08); }
.order__product.is-low { border-color: #c0392b; }
.order__product h4 { margin: 0 0 4px; font-size: 18px; }
.order__price { margin: 0 0 8px; font-weight: 700; color: var(--brown); }
.order__price small { font-weight: 400; color: #7a7367; }
.order__desc { margin: 0; font-size: 14px; line-height: 1.5; color: #5c554a; }
.order__qty { display: flex; align-items: center; gap: 4px; align-self: flex-start; flex-shrink: 0; }
.order__qty input { width: 56px; padding: 8px 4px; text-align: center; font: inherit; font-weight: 700; border: 1px solid #cfc8b8; border-radius: 6px; -moz-appearance: textfield; }
.order__qty input::-webkit-outer-spin-button, .order__qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.order__qty-btn { width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--black); color: var(--white); font-size: 20px; line-height: 1; cursor: pointer; transition: background .2s, transform .15s; }
.order__qty-btn:hover { background: var(--brown); transform: scale(1.06); }
.order__foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: 32px; padding: 20px 24px; border-radius: 14px; background: var(--black); color: var(--white); }
.order__total span { display: block; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--sand); }
.order__total strong { display: block; font-size: 30px; line-height: 1.1; }
.order__total small { color: #bcb29c; }
.order__note { margin-top: 18px; font-size: 14px; color: #5c554a; }
.order__done { padding: 32px; border-radius: 14px; background: var(--white); text-align: center; }
.order__done h3 { font-family: var(--font-script); font-size: 30px; margin: 0 0 8px; }
@media (max-width: 760px) { .order__products { grid-template-columns: 1fr; } .order__product { flex-direction: column; } .order__qty { align-self: flex-end; } .order__step { font-size: 22px; } }
.hero-home__chips li.is-special a { background: var(--sand); color: var(--black); border-color: var(--sand); font-weight: 700; }
.rw__variants { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.rw__variant { padding: 11px 10px; border: 2px solid rgba(255, 255, 255, .5); border-radius: 6px; background: transparent; color: var(--white); font: inherit; font-weight: 700; cursor: pointer; transition: background .2s, border-color .2s; }
.rw__variant:hover { background: rgba(255, 255, 255, .12); }
.rw__variant.is-active { background: var(--white); border-color: var(--white); color: var(--ink); }
.rw__group-note { margin: 10px 0 0; padding: 10px 12px; border-radius: 6px; background: rgba(255, 255, 255, .13); font-size: 13px; line-height: 1.45; }
.rw__row input[type=number] { cursor: text; font-weight: 700; }
.rw__row input[type=number]::placeholder { color: rgba(255, 255, 255, .7); font-weight: 400; }
.rw__row input.is-invalid { box-shadow: inset 0 -2px 0 #ffb4a8; }
.rw__slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.rw__slot { padding: 10px 0; border: 0; border-radius: 6px; background: rgba(255, 255, 255, .15); color: var(--white); font-weight: 700; transition: background .2s, transform .2s var(--ease), color .2s; animation: rw-pop .35s var(--ease) both; animation-delay: calc(var(--i) * 25ms); }
@keyframes rw-pop { from { opacity: 0; transform: scale(.85); } }
.rw__slot:hover { background: rgba(255, 255, 255, .3); transform: translateY(-2px); }
.rw__slot.is-active { background: var(--white); color: var(--black); }
.rw__btn { display: block; width: 100%; margin-top: 16px; padding: 15px; border: 0; border-radius: 6px; background: var(--black); color: var(--white); font-family: var(--font-btn); font-size: 16px; font-weight: 500; transition: transform .2s var(--ease), box-shadow .2s, opacity .2s; }
.rw__btn:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0, 0, 0, .35); }
.rw__btn:disabled { opacity: .55; cursor: not-allowed; }
.rw__btn--ghost { background: transparent; border: 2px solid rgba(255, 255, 255, .6); }
.rw__note { margin: 14px 0 0; font-size: 13px; text-align: center; opacity: .9; }
.rw a { color: var(--white); text-decoration: underline; }
.rw__summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; padding: 12px 14px; border: 0; border-radius: 6px; background: rgba(255, 255, 255, .13); color: var(--white); font-weight: 700; text-align: left; }
.rw__summary em { flex: none; font-style: normal; font-weight: 400; font-size: 13px; text-decoration: underline; }
.rw__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.rw__fields label { display: block; font-size: 13px; font-weight: 700; }
.rw__full { grid-column: span 2; }
.rw__fields input, .rw__fields textarea { display: block; width: 100%; margin-top: 5px; padding: 12px; border: 2px solid transparent; border-radius: 6px; background: var(--white); color: var(--ink); font: inherit; font-weight: 400; }
.rw__fields input:focus, .rw__fields textarea:focus { outline: 0; border-color: var(--black); }
.rw__consent { display: flex !important; align-items: flex-start; gap: 8px; margin-top: 2px; font-weight: 400 !important; font-size: 13px !important; line-height: 1.4; }
.rw__consent input { width: auto !important; margin: 2px 0 0 !important; padding: 0 !important; accent-color: var(--black); }
.rw__fields .is-invalid { border-color: #ffb4a8; box-shadow: 0 0 0 3px rgba(192, 57, 43, .45); }
.rw__msg { margin: 12px 0 0; font-weight: 700; min-height: 0; }
.rw__msg.is-err { padding: 10px 12px; border-radius: 6px; background: rgba(0, 0, 0, .25); }
.rw__step--done { text-align: center; padding: 20px 6px 8px; }
.rw__step--done h3 { font-size: 22px; margin: 14px 0 8px; }
.rw__check { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto; border-radius: 50%; background: var(--white); color: var(--brown); animation: rw-pop .5s var(--ease); }

.rw-panel { position: fixed; inset: 0; z-index: 400; }
.rw-panel__overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, .6); opacity: 0; transition: opacity .35s; }
.rw-panel__drawer { position: absolute; top: 0; right: 0; bottom: 0; width: min(420px, 100%); background: var(--brown); overflow-y: auto; transform: translateX(100%); transition: transform .4s var(--ease); box-shadow: -20px 0 60px rgba(0, 0, 0, .4); }
.rw-panel.is-open .rw-panel__overlay { opacity: 1; }
.rw-panel.is-open .rw-panel__drawer { transform: none; }
.admin-bar .rw-panel { top: 32px; }
body.rw-open { overflow: hidden; }
@media (max-width: 782px) { .admin-bar .rw-panel { top: 46px; } }

/* ---------- Scroll-animaties ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease) var(--d, 0ms), transform .7s var(--ease) var(--d, 0ms); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
.js .badge[data-reveal] { transition: opacity .7s var(--ease); }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.js [data-reveal] { opacity: 1; transform: none; transition: none; }
	.badge { animation: none !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
	.badge { width: 190px; height: 190px; font-size: 20px; }
	.dishes { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
	:root { --header-h: 78px; }
	.admin-bar .site-header { top: 46px; }
	.site-logo img, .site-header.is-scrolled .site-logo img { width: 118px; }
	.site-header.is-scrolled .site-header__inner { height: var(--header-h); }
	.nav-toggle { display: block; }
	.site-nav { position: fixed; left: 0; right: 0; top: var(--nav-top, var(--header-h)); height: calc(100vh - var(--nav-top, var(--header-h))); height: calc(100dvh - var(--nav-top, var(--header-h))); margin: 0; background: #000; padding: 22px 24px 120px; overflow-y: auto; overscroll-behavior: contain; visibility: hidden; opacity: 0; transform: translateY(-10px); transition: opacity .28s ease, transform .28s var(--ease), visibility 0s linear .28s; }
	.site-nav.is-open { visibility: visible; opacity: 1; transform: none; transition: opacity .28s ease, transform .28s var(--ease), visibility 0s; }
	.site-nav ul { flex-direction: column; gap: 0; }
	.site-nav li { opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .3s var(--ease); }
	.site-nav.is-open li { opacity: 1; transform: none; }
	.site-nav.is-open li:nth-child(2) { transition-delay: 40ms; } .site-nav.is-open li:nth-child(3) { transition-delay: 80ms; } .site-nav.is-open li:nth-child(4) { transition-delay: 120ms; } .site-nav.is-open li:nth-child(5) { transition-delay: 160ms; }
	.site-nav a { font-size: 20px; padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
	.site-nav a::after { display: none; }
	body.nav-open { overflow: hidden; }
	body.nav-open .mobile-cta { transform: translateY(100%); }

	/* Hero: tekst op schoolbord, foto eronder (rechterdeel van de afbeelding) */
	.hero { background-image: radial-gradient(ellipse at 20% 10%, #2b2b2b 0, transparent 55%), radial-gradient(ellipse at 80% 90%, #242424 0, transparent 50%); }
	.hero__inner { min-height: 0 !important; padding-top: 48px; padding-bottom: 48px; }
	.hero__content, .home .hero:not(.hero--sub) .hero__content { width: 100%; }
	.home .hero:not(.hero--sub) .hero__inner { padding-left: 24px; }
	.hero__photo { display: block; height: 300px; background: var(--bg) right center / cover no-repeat; }
	.hero { display: flex; flex-direction: column-reverse; }
	.hero__badge, .hero--sub .hero__badge { left: auto; right: 16px; top: auto; bottom: -70px; z-index: 3; width: 140px; height: 140px; font-size: 14px; padding: 12px; }

	.cta-strip__inner { flex-direction: column; gap: 24px; }
	.cta-strip__line { width: 102px; height: 3px; }

	.split { background-image: none; }
	.split__photo { display: block; height: 300px; background: var(--bg) left center / cover no-repeat; }
	.split__inner { display: block; min-height: 0; }
	.split__content { width: 100%; max-width: none; margin: 0; padding: 70px 24px 50px; }
	.split__badge { left: auto; right: 16px; top: -70px; width: 140px; height: 140px; font-size: 13px; padding: 12px; }

	.section { padding-block: 56px; }
	.section--tight-top { padding-top: 0; }
	.menu-tabs__nav { display: flex; justify-content: center; gap: 10px; margin-bottom: 26px; }
	.menu-tabs__tab { padding: 10px 26px; border: 2px solid var(--sand); border-radius: 999px; background: transparent; color: var(--brown); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; transition: background .25s, color .25s; }
	.menu-tabs__tab.is-active { background: var(--sand); color: var(--white); }
	.menu-cols { display: block; }
	.menu-col { display: none; }
	.menu-col.is-active { display: block; animation: fade .4s; }
	.menu-col__title { display: none; }

	.dishes { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 18px; margin: 0 -24px; padding: 0 24px 10px; scrollbar-width: none; }
	.dishes::-webkit-scrollbar { display: none; }
	.dish { flex: 0 0 72%; scroll-snap-align: center; }

	.band__inner { flex-direction: column; text-align: center; }
	.band__text { text-align: center; margin: 0; }
	.round { width: 140px; height: 140px; }
	.feesten { background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), var(--bg); background-size: cover; }
	.feesten__inner { flex-direction: column; align-items: flex-start; }
	.feesten__text { width: 100%; }
	.gallery__item { flex-basis: 82%; }
	.cols-3, .cols-2, .cards { grid-template-columns: 1fr; }
	.buffet { background-image: linear-gradient(rgba(0, 0, 0, .78), rgba(0, 0, 0, .78)), var(--bg); background-size: cover; padding: 56px 0; }
	.buffet__content { margin-left: 0; }
	.duo img { max-width: 360px; }

	.sform__field--half, .sform__field--third { grid-column: span 6; }
	.site-footer__grid { grid-template-columns: 1fr 1fr; padding-bottom: 40px; }
	.site-footer { padding-bottom: 64px; }

	.mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: flex; gap: 1px; background: var(--black); transform: translateY(100%); transition: transform .4s var(--ease); }
	.mobile-cta.is-visible { transform: none; }
	.mobile-cta__btn { flex: 1; padding: 16px 10px; background: var(--brown); color: var(--white); text-align: center; font-family: var(--font-btn); font-weight: 500; }
	.mobile-cta__btn--ghost { background: #2a2a2a; color: var(--sand); }
}

@media (max-width: 560px) {
	.hero__photo, .split__photo { background-size: auto 100%; }
	.site-footer__grid { grid-template-columns: 1fr; }
	.home .hero:not(.hero--sub) .hero__title { font-size: 40px; }
	.btn--glass { min-width: 0; }
	.pdfv__tab { font-size: 16px; padding: 10px 14px; }
}

/* ---------- Kalender in de widget ---------- */
.rw__row--btn { width: 100%; border: 0; border-bottom: 1px solid rgba(0, 0, 0, .14); color: var(--white); font: inherit; font-weight: 700; text-align: left; padding: 14px; cursor: pointer; }
.rw__row-text { flex: 1; }
.rw__chev { flex: none; width: 8px; height: 8px; margin-right: 4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .25s var(--ease); pointer-events: none; }
.rw__row--btn[aria-expanded="true"] .rw__chev { transform: rotate(-135deg) translateY(-2px); }
.rw__row select { -webkit-appearance: none; appearance: none; font-size: 16px; }
.rw__cal { padding: 12px; background: rgba(0, 0, 0, .18); animation: rw-in .3s var(--ease); }
.rw__cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; text-transform: capitalize; }
.rw__cal-head button { width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .14); color: var(--white); font-size: 24px; line-height: 1; }
.rw__cal-head button:disabled { opacity: .3; }
.rw__cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center; }
.rw__cal-wd { font-size: 12px; text-transform: uppercase; opacity: .7; padding: 4px 0; }
.rw__cal-day { min-width: 0; height: 40px; padding: 0; border: 0; border-radius: 6px; background: rgba(255, 255, 255, .14); color: var(--white); font-weight: 700; transition: background .15s, transform .15s; }
.rw__cal-day:hover:not(:disabled) { background: rgba(255, 255, 255, .32); }
.rw__cal-day:disabled { background: transparent; opacity: .3; cursor: not-allowed; text-decoration: line-through; }
.rw__cal-day.is-active { background: var(--white); color: var(--black); }
.rw__empty { margin: 0; padding: 12px; border-radius: 6px; background: rgba(0, 0, 0, .22); font-size: 14px; }
.rw__fields input, .rw__fields textarea { font-size: 16px; }

/* ---------- Zwevende reserveerknop (desktop) ---------- */
.fab { position: fixed; right: 26px; bottom: 26px; z-index: 95; display: inline-flex; align-items: center; gap: 12px; padding: 14px 22px 14px 16px; border-radius: 999px; background: var(--brown); color: var(--white); font-family: var(--font-btn); font-weight: 500; font-size: 16px; box-shadow: 0 12px 30px rgba(0, 0, 0, .35); transition: transform .3s var(--ease), box-shadow .3s, background .2s; animation: fab-in .6s var(--ease) .8s both; }
.fab:hover { color: var(--white); background: var(--brown-dark); transform: translateY(-4px); box-shadow: 0 18px 38px rgba(0, 0, 0, .4); }
.fab__ico { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--white); color: var(--brown); }
.fab small { display: block; font-family: var(--font); font-weight: 400; font-size: 12px; opacity: .85; line-height: 1.1; }
.fab::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: 0 0 0 0 rgba(188, 178, 156, .7); animation: fab-pulse 3s infinite 2s; pointer-events: none; }
@keyframes fab-in { from { opacity: 0; transform: translateY(30px) scale(.9); } }
@keyframes fab-pulse { 0% { box-shadow: 0 0 0 0 rgba(188, 178, 156, .6); } 40%, 100% { box-shadow: 0 0 0 18px rgba(188, 178, 156, 0); } }
body.rw-open .fab { opacity: 0; pointer-events: none; }
@media (max-width: 900px) { .fab { display: none; } }
@media (prefers-reduced-motion: reduce) { .fab, .fab::after { animation: none; } }

/* ---------- Mobiel: afwerking ---------- */
html { overflow-x: clip; }
button, a, select, input { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
@media (max-width: 900px) {
	.container { padding-left: 20px; padding-right: 20px; }
	.hero__inner { padding-top: 40px; padding-bottom: 44px; }
	.home .hero:not(.hero--sub) .hero__inner { padding-left: 20px; }
	.hero__title { font-size: 30px; }
	.hero__eyebrow { font-size: 17px; }
	.hero__photo { height: 56vw; max-height: 340px; min-height: 220px; }
	.split__photo { height: 56vw; max-height: 340px; min-height: 220px; }
	.hero__actions .btn, .split__content .btn, .section__cta .btn { display: block; width: 100%; padding: 16px 20px; }
	.btn { padding: 14px 22px; }
	.checklist li { padding-bottom: 10px; }
	.h-xl { font-size: 30px; }
	.section-head { margin-bottom: 28px; }
	.cta-strip { padding: 30px 0; }
	.cta-strip__item h2 { font-size: 22px; }
	.price-list__row { font-size: 16px; gap: 6px; }
	.price-list__dots { min-width: 12px; }
	.price-list__desc { font-size: 15px; }
	.band--brown { padding: 40px 0; }
	.feesten { padding: 48px 0; }
	.feesten__badge { align-self: center; }
	.title-band { padding: 36px 0 28px; }
	.page-banner { padding: 46px 0 34px; }
	.page-banner__title { font-size: 34px; }
	.card { padding: 26px 22px; }
	.jobs { flex-direction: column; }
	.job { width: 100%; }
	.intro { font-size: 16px; margin-bottom: 28px; }
	.prose { font-size: 16px; }
	.prose h2, .prose h3 { font-size: 21px; }
	.sform input, .sform select, .sform textarea { font-size: 16px; padding: 14px; }
	.sform__foot .btn { width: 100%; padding: 16px; }
	.pdfv__track { margin: 0 -20px; padding-left: 20px; padding-right: 20px; gap: 12px; }
	.pdfv__page { width: 88%; }
	.pdfv__bar { flex-wrap: wrap; row-gap: 10px; }
	.pdfv__dl { margin-left: 0; width: 100%; text-align: center; }
	.lightbox__nav { font-size: 38px; padding: 8px 12px; }
	.site-footer__grid { gap: 30px; padding-top: 44px; }
	.mobile-cta { padding-bottom: env(safe-area-inset-bottom); }
	.mobile-cta__btn { padding: 17px 10px; font-size: 16px; }
	body.rw-open .mobile-cta { transform: translateY(100%); }

	/* widget als volledig scherm, knop blijft onderaan in beeld */
	.rw-panel__drawer { width: 100%; }
	.admin-bar .rw-panel { top: 0; z-index: 100000; }
	.rw--panel .rw__head { position: sticky; top: 0; z-index: 3; background: var(--brown-dark); }
	.rw--panel .rw__body { padding-bottom: calc(24px + env(safe-area-inset-bottom)); }
	.rw--panel .rw__step.is-active > .rw__btn { position: sticky; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 2; box-shadow: 0 -6px 24px 12px var(--brown); }
	.rw--inline { border-radius: 8px; margin: 0 -4px; }
	.rw__slot { padding: 13px 0; font-size: 16px; }
	.rw__type { padding: 14px; }
}
@media (max-width: 380px) {
	.rw__slots { grid-template-columns: repeat(3, 1fr); }
	.home .hero:not(.hero--sub) .hero__title { font-size: 34px; }
	.site-logo img, .site-header.is-scrolled .site-logo img { width: 104px; }
}

/* ---------- Menukaart (papieren kaart op zandkleurige achtergrond) ---------- */
.title-band--menu { padding-bottom: 30px; }
.mk__lang { display: inline-flex; gap: 6px; margin-top: 16px; padding: 4px; border: 1px solid rgba(255, 255, 255, .55); border-radius: 999px; }
.mk__lang-btn { padding: 5px 14px; border-radius: 999px; color: var(--white); font-size: 13px; font-weight: 700; letter-spacing: .4px; text-decoration: none; transition: background .2s, color .2s; }
.mk__lang-btn:hover { background: rgba(255, 255, 255, .18); }
.mk__lang-btn.is-active { background: var(--white); color: var(--brown); }
.mk { background: var(--sand); padding-bottom: 70px; }
.mk__tabs { position: sticky; top: var(--nav-top, 72px); z-index: 50; background: var(--sand); padding: 8px 0; box-shadow: 0 10px 18px -14px rgba(0, 0, 0, .45); }
.mk__tabs-row { display: flex; align-items: center; justify-content: center; gap: 12px; max-width: 1188px; margin: 0 auto; padding: 0 24px; }
.mk__tabs-row + .mk__tabs-row { margin-top: 2px; }
.mk__tabs-label { flex: none; width: 64px; font-family: var(--font-script); font-size: 20px; color: var(--white); text-transform: uppercase; }
.mk__tabs-inner { display: flex; gap: 8px; flex: 0 1 auto; max-width: 100%; padding: 6px 0; overflow-x: auto; scrollbar-width: none; }
.mk__tabs-inner::-webkit-scrollbar { display: none; }
.mk__tab { flex: none; padding: 8px 16px; border: 2px solid var(--white); border-radius: 999px; background: transparent; color: var(--white); font-weight: 700; font-size: 14px; letter-spacing: .8px; text-transform: uppercase; white-space: nowrap; transition: background .2s, color .2s, transform .2s var(--ease); }
.mk__tab:hover { transform: translateY(-2px); }
.mk__tab.is-active { background: var(--white); color: var(--brown); }
.mk__tabs-toggle { display: none; }
.mk__stage { max-width: 1000px; margin: 26px auto 0; padding: 0 20px; }
.mk__sheet { display: none; background: var(--white); padding: 56px 60px 40px; box-shadow: 0 30px 70px rgba(60, 45, 25, .35); }
.mk__sheet.is-active { display: block; animation: mk-in .5s var(--ease); }
@keyframes mk-in { from { opacity: 0; transform: translateY(22px); } }
.mk__sheet-head { text-align: center; margin-bottom: 38px; }
.mk__sheet-head h2 { display: inline-block; margin: 0; padding-bottom: 12px; border-bottom: 2px solid var(--sand); font-size: 30px; letter-spacing: 3px; text-transform: uppercase; color: var(--ink); }
.mk__sheet-head p { margin: 12px 0 0; color: var(--brown); letter-spacing: 1px; }
.mk__cols { column-count: 2; column-gap: 56px; }
.mk__sec { break-inside: avoid; margin: 0 0 34px; }
.mk__sec h3 { margin: 0 0 16px; color: var(--sand); font-size: 19px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.mk__note { margin: -8px 0 14px; font-size: 13px; font-style: italic; color: var(--brown); }
.mk__item { break-inside: avoid; margin-bottom: 14px; }
.mk__row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.mk__name { font-size: 14px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; color: var(--ink); }
.mk__price { flex: none; font-size: 14px; font-weight: 700; color: var(--ink); white-space: nowrap; }
.mk__desc { margin: 2px 0 0; padding-right: 46px; font-size: 14px; line-height: 1.45; color: #4a4a4a; }
.mk__sec--box { padding: 22px 22px 10px; background: var(--sand); color: var(--white); }
.mk__sec--box h3 { display: inline-block; margin: -40px 0 14px -22px; padding: 8px 22px; background: var(--sand); color: var(--white); font-size: 21px; }
.mk__sec--box { margin-top: 44px; }
.mk__sec--box .mk__name, .mk__sec--box .mk__price { color: var(--white); }
.mk__sec--box .mk__desc, .mk__sec--box .mk__note { color: rgba(255, 255, 255, .92); }
.mk__sheet-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; margin-top: 10px; padding-top: 18px; border-top: 1px solid #e3ddd0; font-size: 13px; color: var(--brown); }
.mk__pdf { margin-top: 44px; text-align: center; color: var(--white); }
.mk__pdf p { font-weight: 700; }
.mk__pdf-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
@media (max-width: 900px) {
	/* Mobiel: één knop met het huidige onderdeel; tik = alle onderdelen als pillen onder elkaar (geen horizontaal scrollen) */
	.mk__tabs { padding: 6px 14px; }
	.mk__tabs-toggle { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; max-width: 480px; margin: 0 auto; padding: 10px 16px; border: 2px solid var(--white); border-radius: 999px; background: var(--white); color: var(--brown); font-weight: 700; font-size: 14px; letter-spacing: .8px; text-transform: uppercase; }
	.mk__tabs-toggle i { width: 9px; height: 9px; margin-right: 4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s; }
	.mk__tabs.is-open .mk__tabs-toggle i { transform: rotate(-135deg) translateY(-2px); }
	.mk__tabs-row { display: none; padding: 0; gap: 0; }
	.mk__tabs.is-open .mk__tabs-row { display: block; }
	.mk__tabs.is-open .mk__tabs-row:first-of-type { margin-top: 10px; }
	.mk__tabs-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; max-width: 480px; margin: 0 auto; overflow: visible; padding: 3px 0; }
	.mk__tabs-row + .mk__tabs-row .mk__tabs-inner { padding-top: 0; }
	.mk__tab { width: 100%; padding: 9px 10px; font-size: 12px; letter-spacing: .4px; white-space: normal; line-height: 1.2; }
	.mk__tab:hover { transform: none; }
	.mk__tabs-inner .mk__tab:last-child:nth-child(odd) { grid-column: 1 / -1; }
	.mk__tabs-label { width: 54px; font-size: 16px; }
	.mk__stage { padding: 0 12px; margin-top: 18px; }
	.mk__sheet { padding: 34px 22px 26px; }
	.mk__sheet-head h2 { font-size: 23px; letter-spacing: 2px; }
	.mk__cols { column-count: 1; }
	.mk__desc { padding-right: 30px; }
	.mk__name, .mk__price { font-size: 15px; }
	.mk__desc { font-size: 15px; }
	.mk__pdf-links .btn { width: 100%; }
}
@media print { .site-header, .mk__tabs, .mobile-cta, .fab, .site-footer, .cta-strip, .mk__pdf { display: none !important; } .mk__sheet { display: block !important; box-shadow: none; page-break-after: always; } body { padding-top: 0; } }

/* ---------- Menukaart: miniaturen bij items ---------- */
.mk__item--img { display: flex; align-items: flex-start; gap: 12px; }
.mk__item--img .mk__body { flex: 1; min-width: 0; }
.mk__thumb { flex: none; width: 44px; height: 64px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 3px 4px rgba(0, 0, 0, .25)); transition: transform .35s var(--ease); }
.mk__item--img:hover .mk__thumb { transform: scale(1.35) translateY(-4px); }
.mk__sec--box .mk__thumb { filter: drop-shadow(0 3px 4px rgba(0, 0, 0, .35)); }
@media (max-width: 900px) { .mk__thumb { width: 40px; height: 58px; } .mk__item--img:hover .mk__thumb { transform: none; } }

/* ---------- Menukaart: foto's in huisstijlvormen (S van het logo, cirkels) ---------- */
.mk__sheet-head--photo { display: flex; align-items: center; justify-content: center; gap: 40px; text-align: left; }
.mk__s { flex: none; width: 112px; height: 338px; -webkit-mask: url("assets/img/s-mask.svg") center / contain no-repeat; mask: url("assets/img/s-mask.svg") center / contain no-repeat; }
.mk__s img { width: 100%; height: 100%; object-fit: cover; transition: transform 8s ease; }
.mk__sheet.is-active .mk__s img { transform: scale(1.08); }
.mk__photo { float: right; width: 124px; height: 124px; margin: -34px 0 12px 18px; border-radius: 50%; object-fit: cover; shape-outside: circle(50%); box-shadow: 0 8px 22px rgba(0, 0, 0, .18); }
.mk__sec--box .mk__photo { margin-top: -44px; box-shadow: 0 8px 22px rgba(0, 0, 0, .28); }
.mk__sec::after { content: ""; display: block; clear: both; }
@media (max-width: 900px) {
	.mk__sheet-head--photo { flex-direction: column; gap: 14px; text-align: center; }
	.mk__s { width: 74px; height: 224px; }
	.mk__photo { width: 96px; height: 96px; margin: -26px 0 10px 12px; }
}
@media (prefers-reduced-motion: reduce) { .mk__sheet.is-active .mk__s img { transform: none; transition: none; } }

/* ---------- Menukaart: titelband met S-uitsnede (proef) ---------- */
.mk__band { position: relative; height: 260px; margin: -56px -60px 36px; overflow: hidden; background: var(--sand); }
.mk__band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
.mk__band-panel { position: absolute; top: 0; bottom: 0; left: 0; width: 50%; background: var(--sand); -webkit-mask: url("assets/img/s-mask.svg") right 34px center / auto 82% no-repeat, linear-gradient(#000, #000); -webkit-mask-composite: xor; mask: url("assets/img/s-mask.svg") right 34px center / auto 82% no-repeat, linear-gradient(#000, #000); mask-composite: exclude; }
.mk__band-title { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: calc(50% - 150px); padding: 0 24px 0 36px; text-align: center; color: var(--white); }
.mk__band-title h2 { display: inline-block; margin: 0; padding-bottom: 10px; border-bottom: 2px solid var(--white); font-size: 26px; letter-spacing: 3px; text-transform: uppercase; }
.mk__band-title p { margin: 12px 0 0; letter-spacing: 1px; }
@media (max-width: 900px) {
	.mk__band { height: 210px; margin: -34px -22px 22px; }
	.mk__band-panel { width: 62%; -webkit-mask-size: auto 70%; mask-size: auto 70%; -webkit-mask-position: right 14px center, 0 0; mask-position: right 14px center, 0 0; }
	.mk__band-title { width: calc(62% - 96px); padding: 0 10px 0 16px; }
	.mk__band-title h2 { font-size: 19px; letter-spacing: 2px; }
}

/* ---------- Titelband zonder foto ---------- */
.mk__band--solid { background: var(--sand); }
.mk__band--solid::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: var(--brown); }
.mk__band--solid .mk__band-panel { background: var(--sand); }

/* ---------- Vindbaarheid & leven op de site (1.11) ---------- */
/* Introblok home */
.intro-block { padding-block: 70px 60px; }
.intro-block__inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: center; }
.intro-block__text p { font-size: 17px; }
.intro-block__text a:not(.btn) { color: var(--brown); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.usp { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.usp a { position: relative; display: block; height: 100%; padding: 20px 18px 18px; border-radius: 14px; background: var(--sand-soft); border: 1px solid #e6e0d4; text-decoration: none; color: var(--ink); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s, background .3s, border-color .3s; }
.usp a::after { content: ""; position: absolute; inset: auto -30% -60% auto; width: 140px; height: 140px; border-radius: 50%; background: var(--sand); opacity: 0; transform: scale(.4); transition: transform .45s var(--ease), opacity .3s; }
.usp svg { width: 26px; height: 26px; fill: none; stroke: var(--brown); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 8px; transition: transform .3s var(--ease); }
.usp strong { display: block; font-family: var(--font-script); font-size: 26px; line-height: 1; color: var(--brown); text-transform: uppercase; margin-bottom: 6px; position: relative; z-index: 1; }
.usp span { display: block; font-size: 14px; color: var(--ink); position: relative; z-index: 1; }
.usp em { display: block; margin-top: 10px; font-style: normal; font-size: 12px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; color: var(--brown); opacity: 0; transform: translateY(6px); transition: opacity .3s, transform .3s var(--ease); position: relative; z-index: 1; }
.usp a:hover, .usp a:focus-visible { transform: translateY(-5px); box-shadow: 0 22px 36px -22px rgba(0, 0, 0, .45); border-color: var(--sand); background: #fff; }
.usp a:hover::after, .usp a:focus-visible::after { opacity: .35; transform: scale(1); }
.usp a:hover svg, .usp a:focus-visible svg { transform: rotate(-8deg) scale(1.1); }
.usp a:hover em, .usp a:focus-visible em { opacity: 1; transform: none; }
@media (hover: none) { .usp em { opacity: 1; transform: none; } }
/* Nu geopend */
.open-now { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; padding: 8px 14px 8px 10px; border-radius: 999px; background: var(--sand-soft); border: 1px solid #e6e0d4; font-size: 14px; font-weight: 700; }
.open-now i { width: 10px; height: 10px; border-radius: 50%; background: #2f9e55; box-shadow: 0 0 0 0 rgba(47, 158, 85, .5); animation: pulse 2s infinite; }
.open-now.is-closed i { background: #c0392b; animation: none; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(47, 158, 85, .5); } 70% { box-shadow: 0 0 0 9px rgba(47, 158, 85, 0); } 100% { box-shadow: 0 0 0 0 rgba(47, 158, 85, 0); } }
/* Landingspagina's (lunch, high tea) */
.landing { display: grid; grid-template-columns: 1.25fr 1fr; gap: 56px; align-items: start; }
.landing__text p { font-size: 17px; }
.landing__text a:not(.btn) { color: var(--brown); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.landing__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.landing__prices { margin: 22px 0 6px; padding: 22px 24px; border-radius: 16px; background: var(--sand-soft); }
.landing__note { margin: 8px 0 0; font-size: 14px; color: var(--brown); }
.landing__photo { display: grid; gap: 16px; margin: 0; position: sticky; top: 100px; }
.landing__photo img { width: 100%; height: 260px; object-fit: cover; object-position: 70% 50%; border-radius: 16px; box-shadow: 0 18px 40px -22px rgba(0, 0, 0, .5); }
.landing__photo img:nth-child(2) { clip-path: polygon(0 12%, 55% 0, 100% 10%, 100% 100%, 0 100%); }
.section--sand { background: var(--sand-soft); }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.facts--faq { grid-template-columns: repeat(3, 1fr); }
.fact { padding: 22px 20px; border-radius: 14px; background: var(--white); border: 1px solid #e6e0d4; }
.fact strong { display: block; font-family: var(--font-script); font-size: 22px; text-transform: uppercase; color: var(--brown); margin-bottom: 8px; }
.fact span { font-size: 15px; }
/* Contact */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-bottom: 40px; }
.contact h3 { margin: 22px 0 8px; font-size: 17px; letter-spacing: 2px; text-transform: uppercase; color: var(--brown); }
.contact__addr { font-size: 19px; }
.contact__line { font-size: 18px; font-weight: 700; text-decoration: none; }
.contact__hours { line-height: 1.6; }
.contact__small { font-size: 14px; color: #555; }
.contact__map { border-radius: 16px; overflow: hidden; box-shadow: 0 18px 40px -22px rgba(0, 0, 0, .5); }
.contact__map iframe { display: block; border: 0; filter: saturate(.85); }
/* Nieuws */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.news-card { display: flex; flex-direction: column; border-radius: 16px; overflow: hidden; background: var(--white); border: 1px solid #e6e0d4; transition: transform .3s var(--ease), box-shadow .3s; }
.news-card:hover { transform: translateY(-4px); box-shadow: 0 22px 40px -24px rgba(0, 0, 0, .45); }
.news-card__img { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--sand); }
.news-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.news-card:hover .news-card__img img { transform: scale(1.05); }
.news-card__body { display: flex; flex-direction: column; gap: 8px; padding: 20px 22px 22px; }
.news-card time { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--brown); }
.news-card h3 { margin: 0; font-size: 20px; line-height: 1.25; }
.news-card h3 a { text-decoration: none; }
.news-card p { margin: 0; font-size: 15px; color: #444; }
.news-card__more { margin-top: auto; padding-top: 6px; font-weight: 700; color: var(--brown); text-decoration: none; }
.news-card__more::after { content: " »"; }
.news-pager { display: flex; justify-content: center; gap: 6px; margin-top: 36px; }
.news-pager .page-numbers { padding: 8px 14px; border-radius: 999px; border: 1px solid #e6e0d4; text-decoration: none; }
.news-pager .page-numbers.current { background: var(--brown); border-color: var(--brown); color: var(--white); }
.page-banner__eyebrow { margin: 0 0 8px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; opacity: .85; }
.page-banner__eyebrow a { color: inherit; }
.post-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
/* Reviews */
.reviews { padding-block: 70px; background: var(--chalk); color: var(--white); }
.reviews .section-head { margin-bottom: 30px; }
.reviews__score { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; margin: 8px 0 0; font-size: 15px; }
.reviews__score strong { font-family: var(--font-script); font-size: 36px; line-height: 1; color: var(--sand); }
.reviews__score span { opacity: .8; }
.stars { display: inline-flex; gap: 2px; }
.stars svg { fill: #3a3a3a; }
.stars svg.is-on { fill: #f2b01e; }
.stars svg.is-half { fill: #d9a028; opacity: .85; }
.reviews__track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 0 16px; scrollbar-width: none; cursor: grab; }
.reviews__track::-webkit-scrollbar { display: none; }
.review { flex: 0 0 340px; scroll-snap-align: start; margin: 0; padding: 26px 26px 22px; border-radius: 18px; background: #1f1f1f; border: 1px solid #2c2c2c; display: flex; flex-direction: column; gap: 12px; }
.review__text { margin: 0; font-size: 15px; line-height: 1.55; }
.review__text::before { content: "“"; color: var(--sand); font-family: var(--font-script); font-size: 26px; line-height: 0; margin-right: 4px; }
.review__meta { display: flex; align-items: center; gap: 10px; margin-top: auto; font-size: 14px; }
.review__meta img { width: 36px; height: 36px; border-radius: 50%; }
.review__meta small { opacity: .65; }
.reviews__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 14px 0 0; }
@media (max-width: 900px) {
	.intro-block__inner, .landing, .contact { grid-template-columns: 1fr; gap: 30px; }
	.landing__photo { position: static; grid-template-columns: 1fr 1fr; }
	.landing__photo img { height: 160px; }
	.facts, .facts--faq { grid-template-columns: 1fr 1fr; }
	.news-grid { grid-template-columns: 1fr; }
	.review { flex-basis: 84%; }
	.usp strong { font-size: 22px; }
}
@media (max-width: 560px) { .facts, .facts--faq { grid-template-columns: 1fr; } .landing__photo { grid-template-columns: 1fr; } }

/* ---------- Home hero (1.11.3): full-bleed foto-slideshow met Ken Burns ---------- */
.hero-home { position: relative; min-height: clamp(560px, 82vh, 780px); display: flex; align-items: center; color: var(--white); background: var(--chalk); overflow: hidden; isolation: isolate; }
.hero-home__slides { position: absolute; inset: 0; z-index: 0; }
.hero-home__slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.04); transition: opacity 1.6s ease; }
.hero-home__slide.is-active { opacity: 1; animation: kenburns 9s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.04); } to { transform: scale(1.14); } }
.hero-home__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(0, 0, 0, .86) 0%, rgba(0, 0, 0, .62) 42%, rgba(0, 0, 0, .18) 75%, rgba(0, 0, 0, .05) 100%), linear-gradient(to top, rgba(0, 0, 0, .55), transparent 40%); }
.hero-home__inner { position: relative; z-index: 2; padding-top: 70px; padding-bottom: 90px; max-width: var(--container); }
.hero-home__eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 0 0 14px; color: var(--sand); font-size: 17px; letter-spacing: 1px; text-transform: uppercase; }
.open-now--dark { margin: 0; background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .25); color: var(--white); font-size: 13px; text-transform: none; letter-spacing: 0; backdrop-filter: blur(6px); }
.hero-home__title { margin: 0 0 10px; font-family: var(--font-script); font-weight: 400; font-size: clamp(48px, 6.2vw, 88px); line-height: .92; letter-spacing: 1px; text-transform: uppercase; color: var(--white); text-shadow: 0 12px 40px rgba(0, 0, 0, .45); }
.hero-home__rotate { margin: 0 0 30px; font-size: clamp(20px, 2.3vw, 30px); font-weight: 700; color: var(--white); }
.hero-home__word { display: inline-block; min-width: 4ch; color: var(--sand); border-bottom: 3px solid var(--sand); padding-bottom: 2px; transition: opacity .35s, transform .35s; }
.hero-home__word.is-out { opacity: 0; transform: translateY(8px); }
.hero-home__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 26px; }
.hero-home__actions .btn { padding: 15px 28px; font-size: 16px; }
.hero-home__chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-home__chips--special { margin-top: 14px; }
.hero-home__chips a { display: inline-block; padding: 8px 15px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .45); color: var(--white); font-size: 13px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; text-decoration: none; background: rgba(0, 0, 0, .25); backdrop-filter: blur(4px); transition: background .2s, border-color .2s, transform .2s var(--ease); }
.hero-home__chips a:hover { background: var(--sand); border-color: var(--sand); color: var(--black); transform: translateY(-2px); }
.hero-home__badge { position: absolute; right: clamp(24px, 7vw, 130px); bottom: 130px; z-index: 3; width: 190px; height: 190px; font-size: 21px; }
.hero-home__dots { position: absolute; left: 50%; bottom: 22px; z-index: 3; display: flex; gap: 8px; transform: translateX(-50%); }
.hero-home__dots button { width: 34px; height: 4px; border: 0; border-radius: 2px; background: rgba(255, 255, 255, .35); padding: 0; cursor: pointer; transition: background .3s; }
.hero-home__dots button.is-active { background: var(--sand); }
.hero-home__scroll { position: absolute; left: 24px; bottom: 18px; z-index: 3; width: 26px; height: 40px; border: 2px solid rgba(255, 255, 255, .5); border-radius: 14px; }
.hero-home__scroll span { position: absolute; left: 50%; top: 7px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--sand); animation: scrollcue 1.8s infinite; }
@keyframes scrollcue { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 100% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .hero-home__slide.is-active { animation: none; transform: none; } .hero-home__scroll span { animation: none; } }
@media (max-width: 900px) {
	.hero-home { min-height: 0; }
	.hero-home__slide { object-position: var(--pos-m, 100% 50%) !important; }
	.hero-home__inner { padding-top: 56px; padding-bottom: 96px; }
	.hero-home__shade { background: linear-gradient(to top, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .7) 45%, rgba(0, 0, 0, .35) 100%); }
	.hero-home__title { font-size: clamp(46px, 13vw, 66px); }
	.hero-home__actions .btn { width: 100%; }
	.hero-home__badge { display: none; }
	.hero-home__scroll { display: none; }
	.hero-home__chips a { font-size: 12px; padding: 7px 12px; }
}

/* Instagram-strook */
.insta { padding-block: 70px; background: var(--sand-soft); }
.insta .section-head { margin-bottom: 28px; }
.insta__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 26px; }
.insta__item { position: relative; display: block; aspect-ratio: 1; overflow: hidden; border-radius: 14px; background: var(--sand); }
.insta__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.insta__item:hover img { transform: scale(1.06); }
.insta__video { position: absolute; top: 10px; right: 12px; color: #fff; font-size: 14px; text-shadow: 0 1px 6px rgba(0,0,0,.6); }
.insta__cap { position: absolute; inset: auto 0 0 0; padding: 26px 12px 12px; font-size: 12px; line-height: 1.35; color: #fff; background: linear-gradient(to top, rgba(0,0,0,.75), transparent); opacity: 0; transform: translateY(6px); transition: opacity .3s, transform .3s var(--ease); }
.insta__item:hover .insta__cap { opacity: 1; transform: none; }
.insta .section__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
@media (max-width: 900px) { .insta__grid { grid-template-columns: repeat(2, 1fr); } }
/* Vacaturepagina */
.jobs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 30px; }
.job-card { display: flex; flex-direction: column; gap: 12px; padding: 26px 24px; border-radius: 16px; background: var(--white); border: 1px solid #e6e0d4; box-shadow: 0 18px 40px -30px rgba(0, 0, 0, .4); transition: transform .3s var(--ease), box-shadow .3s; }
.job-card:hover { transform: translateY(-4px); box-shadow: 0 26px 44px -26px rgba(0, 0, 0, .45); }
.job-card__tag { align-self: flex-start; padding: 4px 10px; border-radius: 999px; background: var(--sand-soft); color: var(--brown); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.job-card h3 { margin: 0; font-family: var(--font-script); font-size: 28px; text-transform: uppercase; color: var(--brown); line-height: 1; }
.job-card p { margin: 0; font-size: 15px; }
.job-card .checklist { margin: 4px 0 8px; padding: 0; list-style: none; font-size: 14px; }
.job-card .btn { margin-top: auto; align-self: flex-start; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.steps li { position: relative; padding: 26px 22px 24px 22px; border-radius: 16px; background: var(--white); border: 1px solid #e6e0d4; }
.steps b { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 12px; border-radius: 50%; background: var(--brown); color: var(--white); font-family: var(--font-script); font-size: 22px; }
.steps strong { display: block; margin-bottom: 6px; font-size: 17px; }
.steps span { font-size: 14px; color: #444; }
.sform__hint { display: block; margin-top: 4px; font-size: 12px; color: #666; }
.sform input[type=file] { padding: 10px; background: var(--sand-soft); }
@media (max-width: 900px) { .jobs-grid, .steps { grid-template-columns: 1fr; } }

.card .h-script--sm { margin-bottom: 14px; }
.card .price-list { margin-bottom: 8px; }
.intro-block .usp a { background: var(--white); }

/* ---------- Hero-variant "photo" (test op /lunch/): schermvullende foto i.p.v. schoolbord ---------- */
.hero-photo { position: relative; display: flex; align-items: center; min-height: clamp(460px, 62vh, 620px); color: var(--white); background: var(--chalk); overflow: hidden; isolation: isolate; }
.hero-photo__img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; animation: hero-zoom 12s ease-out forwards; }
@keyframes hero-zoom { from { transform: scale(1.06); } to { transform: scale(1); } }
.hero-photo__chalk { position: absolute; inset: 0; z-index: 1; background: #141414; opacity: .9; clip-path: polygon(0 0, 58% 0, 67% 50%, 58% 100%, 0 100%); }
.hero-photo__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .35) 40%, rgba(0, 0, 0, 0) 75%); }
.hero-photo__inner { position: relative; z-index: 2; padding-top: 64px; padding-bottom: 64px; width: 100%; max-width: var(--container); }
.hero-photo__eyebrow { margin: 0 0 10px; color: var(--sand); font-size: 15px; letter-spacing: 2px; text-transform: uppercase; }
.hero-photo__title { max-width: 16ch; margin: 0 0 14px; font-family: var(--font-script); font-weight: 400; font-size: clamp(36px, 4.3vw, 58px); line-height: .95; letter-spacing: 1px; text-transform: uppercase; text-shadow: 0 10px 30px rgba(0, 0, 0, .45); }
.hero-photo__title em { font-style: normal; color: var(--sand); }
.hero-photo__lead { max-width: 620px; margin: 0; font-size: clamp(16px, 1.3vw, 18px); line-height: 1.55; color: rgba(255, 255, 255, .92); }
.hero-photo__list { max-width: 620px; margin: 14px 0 0; }
.hero-photo__actions { margin: 24px 0 0; }
.hero-photo__actions .btn { padding: 15px 28px; font-size: 16px; }
.hero-photo__badge { position: absolute; right: clamp(24px, 7vw, 130px); top: 50%; margin-top: -85px; z-index: 3; width: 170px; height: 170px; font-size: 19px; }
@media (max-width: 900px) {
	/* Mobiel: donker vlak bovenin met de tekst, punt naar beneden, foto eronder */
	.hero-photo { min-height: 640px; align-items: flex-start; }
	.hero-photo__inner { padding-top: 34px; padding-bottom: 300px; }
	.hero-photo__img { object-position: var(--pos-m, 50% 60%) !important; animation: none; }
	.hero-photo__chalk { clip-path: polygon(0 0, 100% 0, 100% calc(100% - 290px), 50% calc(100% - 215px), 0 calc(100% - 290px)); opacity: .95; }
	.hero-photo__shade { background: linear-gradient(to top, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, 0) 35%); }
	.hero-photo__title { font-size: clamp(34px, 10vw, 50px); max-width: none; }
	.hero-photo__lead { font-size: 15px; }
	.hero-photo__badge { width: 140px; height: 140px; font-size: 15px; padding: 10px; right: 14px; top: auto; bottom: 26px; }
	.hero-photo__actions .btn { width: 100%; }
	/* Variant: foto volledig als achtergrond (zoals home), nauwelijks foto zichtbaar */
	.hero-photo--full-m { min-height: 0; align-items: center; }
	.hero-photo--full-m .hero-photo__inner { padding-top: 56px; padding-bottom: 64px; }
	.hero-photo--full-m .hero-photo__chalk { display: none; }
	.hero-photo--full-m .hero-photo__shade { background: linear-gradient(to top, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .78) 45%, rgba(0, 0, 0, .55) 100%); }
	.hero-photo--full-m .hero-photo__badge { display: none; }
}
}
