/**
 * ElstFest central component system.
 * Spacing scale: 8 / 16 / 24 / 32 / 48 / 64 / 96 / 128.
 */
:root{--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-5:48px;--space-6:64px;--space-7:96px;--space-8:128px;--ds-radius-sm:16px;--ds-radius-md:24px;--ds-radius-lg:40px;--ds-border:1px solid rgba(46,93,87,.11);--ds-shadow:0 24px 72px rgba(24,61,54,.1);--ds-shadow-hover:0 34px 96px rgba(24,61,54,.17)}
.ds-icon{width:22px;height:22px;flex:0 0 auto}.ds-section{padding:var(--space-8) 0;background:#fbfcfa}.ds-section--compact{padding-top:var(--space-6)}.ds-section--tint{background:linear-gradient(145deg,#edf6f2,#f9fcfa)}.ds-section-heading{max-width:780px;margin-bottom:var(--space-6)}.ds-section-heading h2{font-size:clamp(2.75rem,5vw,5rem);line-height:1}.ds-button{display:inline-flex;min-height:56px;padding:14px 24px;align-items:center;justify-content:center;gap:12px;border:0;border-radius:999px;font-size:.82rem;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease,background .3s ease}.ds-button--primary{background:linear-gradient(135deg,#2e5d57,#39a75a 65%,#5dbfc1);box-shadow:0 14px 36px rgba(46,93,87,.2);color:#fff}.ds-button--secondary{background:#edf6f2;color:#2e5d57}.ds-button--outline{border:1px solid rgba(46,93,87,.24);background:transparent;color:#2e5d57}.ds-button--ghost{background:transparent;color:#2e5d57}.ds-button:hover{box-shadow:0 20px 50px rgba(46,93,87,.24);color:#fff;transform:translateY(-3px) scale(1.015)}.ds-button--secondary:hover,.ds-button--outline:hover,.ds-button--ghost:hover{background:#2e5d57}.ds-icon-button{display:inline-grid;width:46px;height:46px;place-items:center;border:var(--ds-border);border-radius:50%;background:#fff;color:#2e5d57;box-shadow:0 10px 28px rgba(24,61,54,.08);transition:transform .3s ease,box-shadow .3s ease}.ds-icon-button:hover{box-shadow:0 16px 36px rgba(24,61,54,.15);transform:translateY(-3px)}.ds-text-link{display:inline-flex;align-items:center;gap:10px;color:#2e5d57;font-size:.78rem;font-weight:700;text-decoration:none}.ds-text-link .ds-icon{width:18px;transition:transform .25s ease}.ds-text-link:hover .ds-icon{transform:translateX(4px)}.ds-badge{display:inline-flex;padding:7px 12px;border-radius:999px;background:#eaf4ef;color:#2e5d57;font-size:.67rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.ds-alert{padding:16px 20px;margin-bottom:24px;border-radius:16px;font-size:.86rem;font-weight:600}.ds-alert--success{background:#e6f6ec;color:#21623a}.ds-alert--error{background:#fff0ed;color:#9b3327}
.archive-hero{position:relative;overflow:hidden;padding:230px 0 110px;background:radial-gradient(circle at 85% 15%,rgba(93,191,193,.18),transparent 28%),linear-gradient(145deg,#f5faf7,#eaf4ef)}.archive-hero::after{position:absolute;width:430px;height:460px;right:-80px;bottom:-180px;background:url('../images/dorpsfeest-elst-logo.png') center/contain no-repeat;content:"";opacity:.035}.archive-hero__inner{position:relative;z-index:1;max-width:1240px}.archive-hero h1{max-width:1050px;margin-bottom:24px;font-size:clamp(4rem,8vw,8rem);letter-spacing:-.08em;line-height:.9}.archive-hero__lead{max-width:720px;margin:0;color:#566d67;font-size:clamp(1.05rem,1.6vw,1.35rem)}
.programme-timeline{position:relative;max-width:1040px;margin:auto}.programme-timeline::before{position:absolute;width:2px;top:0;bottom:0;left:200px;background:linear-gradient(#39a75a,rgba(93,191,193,.18));content:""}.programme-item{display:grid;padding-bottom:48px;align-items:start;grid-template-columns:160px 80px 1fr}.programme-item__time{display:flex;padding-top:29px;align-items:center;justify-content:flex-end;gap:10px;color:#2e5d57}.programme-item__time strong{font-size:1.1rem}.programme-item__marker{position:relative;z-index:1;display:grid;width:58px;height:58px;margin:12px auto 0;place-items:center;border:8px solid #fbfcfa;border-radius:50%;background:var(--event-color);box-shadow:0 10px 30px color-mix(in srgb,var(--event-color) 28%,transparent);color:#fff}.programme-item__marker .ds-icon{width:21px}.programme-item__card{padding:32px;border:var(--ds-border);border-radius:var(--ds-radius-md);background:#fff;box-shadow:var(--ds-shadow);transition:transform .35s ease,box-shadow .35s ease}.programme-item__card:hover{box-shadow:var(--ds-shadow-hover);transform:translateY(-5px)}.programme-item__card h2{margin:14px 0 12px;font-size:clamp(1.6rem,3vw,2.5rem)}.programme-item__card h2 a{color:inherit;text-decoration:none}.programme-item__location{display:flex;margin:18px 0 0;align-items:center;gap:8px;color:#2e5d57;font-size:.82rem;font-weight:600}.programme-item__location .ds-icon{width:18px}
.content-toolbar{display:flex;margin-bottom:48px;align-items:center;justify-content:space-between;gap:24px}.content-search{flex:1;max-width:420px}.content-search label{display:flex;height:54px;padding:0 18px;align-items:center;gap:12px;border:var(--ds-border);border-radius:999px;background:#fff;box-shadow:0 12px 35px rgba(24,61,54,.06)}.content-search input{width:100%;border:0;background:transparent;outline:0}.ds-filter-list{display:flex;align-items:center;gap:8px;overflow-x:auto}.ds-filter-list a,.ds-filter-list button{padding:10px 16px;border:var(--ds-border);border-radius:999px;background:#fff;color:#526a64;font-size:.72rem;font-weight:700;text-decoration:none;white-space:nowrap;cursor:pointer}.ds-filter-list .is-active{border-color:#2e5d57;background:#2e5d57;color:#fff}.featured-story{display:grid;overflow:hidden;margin-bottom:64px;border-radius:var(--ds-radius-lg);background:#102f2a;box-shadow:var(--ds-shadow);grid-template-columns:1.15fr .85fr}.featured-story__image{min-height:570px}.featured-story__image img{width:100%;height:100%;object-fit:cover}.featured-story__content{display:flex;padding:clamp(40px,6vw,72px);align-items:flex-start;justify-content:center;flex-direction:column}.featured-story__content h2{margin:20px 0;color:#fff;font-size:clamp(2.4rem,4vw,4.3rem);line-height:.98}.featured-story__content h2 a{color:inherit;text-decoration:none}.featured-story__content p{color:rgba(255,255,255,.66)}.story-meta{display:flex;gap:18px;color:#758a85;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.featured-story .story-meta{margin-top:18px;color:rgba(255,255,255,.55)}.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.story-card{overflow:hidden;border:var(--ds-border);border-radius:var(--ds-radius-md);background:#fff;box-shadow:var(--ds-shadow);transition:transform .35s ease,box-shadow .35s ease}.story-card:hover{box-shadow:var(--ds-shadow-hover);transform:translateY(-8px)}.story-card__image{display:block;aspect-ratio:1.35;overflow:hidden}.story-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.story-card:hover img{transform:scale(1.05)}.story-card__body{padding:28px}.story-card h2{margin:14px 0;font-size:1.45rem;line-height:1.2}.story-card h2 a{color:inherit;text-decoration:none}.story-card p{font-size:.88rem}
.memory-journey{position:relative}.memory-journey::before{position:absolute;width:1px;top:0;bottom:0;left:50%;background:linear-gradient(transparent,#39a75a 8%,#5dbfc1 92%,transparent);content:""}.memory-chapter{position:relative;display:grid;min-height:520px;margin-bottom:96px;align-items:center;gap:72px;grid-template-columns:1fr 1fr}.memory-chapter:nth-child(even) .memory-chapter__visual{order:2}.memory-chapter__year{position:absolute;z-index:2;top:50%;left:50%;display:grid;width:72px;height:72px;place-items:center;border:8px solid #fbfcfa;border-radius:50%;background:#2e5d57;box-shadow:0 12px 32px rgba(24,61,54,.2);color:#fff;font-size:.72rem;font-weight:800;transform:translate(-50%,-50%)}.memory-chapter__visual{position:relative;display:block;height:520px;overflow:hidden;border-radius:var(--ds-radius-lg);box-shadow:var(--ds-shadow)}.memory-chapter__visual::after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(9,35,30,.35));content:""}.memory-chapter__visual img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.memory-chapter:hover .memory-chapter__visual img{transform:scale(1.045)}.memory-chapter__play{position:absolute;z-index:2;display:grid;width:64px;height:64px;right:28px;bottom:28px;place-items:center;border-radius:50%;background:rgba(255,255,255,.9);color:#2e5d57;backdrop-filter:blur(10px)}.memory-chapter__content{padding:48px}.memory-chapter__content h2{font-size:clamp(2.5rem,4.5vw,4.5rem);line-height:1}.memory-chapter__content h2 a{color:inherit;text-decoration:none}.memory-chapter dl{margin:28px 0}.memory-chapter dl>div{padding:14px 0;border-bottom:var(--ds-border)}.memory-chapter dt{color:#758a85;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.memory-chapter dd{margin:4px 0 0;color:#2e5d57;font-weight:600}
.sponsor-filters{justify-content:center;margin-bottom:48px}.partner-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.partner-card{min-height:220px}.partner-card[hidden]{display:none}.partner-card>a{display:flex;height:100%;padding:24px;justify-content:space-between;flex-direction:column;border:var(--ds-border);border-radius:var(--ds-radius-md);background:#fff;box-shadow:0 18px 54px rgba(24,61,54,.07);text-decoration:none;transition:transform .35s ease,box-shadow .35s ease}.partner-card--hoofdsponsor{grid-column:span 2;min-height:300px}.partner-card>a:hover{box-shadow:var(--ds-shadow-hover);transform:translateY(-7px)}.partner-card__logo{display:grid;flex:1;place-items:center}.partner-card__logo img{width:auto;max-width:80%;max-height:100px;filter:grayscale(1);opacity:.72;transition:filter .35s ease,opacity .35s ease,transform .35s ease}.partner-card:hover img{filter:none;opacity:1;transform:scale(1.035)}.partner-card__meta{display:flex;align-items:center;justify-content:space-between;color:#71837f;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.partner-card__meta .ds-icon{width:18px}
.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.team-card{overflow:hidden;border:var(--ds-border);border-radius:var(--ds-radius-lg);background:#fff;box-shadow:var(--ds-shadow);transition:transform .4s ease,box-shadow .4s ease}.team-card:hover{box-shadow:var(--ds-shadow-hover);transform:translateY(-9px)}.team-card__portrait{display:block;height:390px;margin:14px;overflow:hidden;border-radius:32px}.team-card__portrait img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.team-card:hover .team-card__portrait img{transform:scale(1.04)}.team-card__body{position:relative;padding:20px 32px 36px}.team-card__role{margin-bottom:7px;color:#39a75a;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.team-card h2{font-size:1.8rem}.team-card h2 a{color:inherit;text-decoration:none}.team-card__since{font-size:.72rem}.team-card .ds-icon-button{position:absolute;right:28px;bottom:30px}
.volunteer-hero{position:relative;display:grid;min-height:92svh;place-items:center;overflow:hidden}.volunteer-hero__image,.volunteer-hero__overlay{position:absolute;inset:0}.volunteer-hero__image{background:url('../images/hero-dorpsfeest-elst.jpg') center/cover;transform:scale(1.04)}.volunteer-hero__overlay{background:linear-gradient(90deg,rgba(9,37,32,.92),rgba(9,37,32,.47))}.volunteer-hero__content{position:relative;padding-top:140px;color:#fff}.volunteer-hero h1{max-width:950px;color:#fff;font-size:clamp(4.5rem,10vw,9rem);letter-spacing:-.085em;line-height:.9}.volunteer-hero__content>p:not(.eyebrow){max-width:650px;color:rgba(255,255,255,.76);font-size:1.2rem}.benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.benefit-card{padding:40px;border:var(--ds-border);border-radius:var(--ds-radius-md);background:#fff;box-shadow:var(--ds-shadow)}.benefit-card>.ds-icon{width:34px;height:34px;margin-bottom:32px;color:#39a75a}.benefit-card h3{font-size:1.45rem}.volunteer-story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.volunteer-story{padding:36px;border:var(--ds-border);border-radius:var(--ds-radius-md);background:#fff}.volunteer-story__portrait{width:72px;height:72px;margin-bottom:28px;overflow:hidden;border-radius:50%}.volunteer-story__portrait img{width:100%;height:100%;object-fit:cover}.volunteer-story blockquote{padding:0;margin:0 0 24px;color:#2e5d57;font-size:1.05rem}.volunteer-story h3{font-size:1rem}.signup-section{background:#102f2a}.signup-layout{display:grid;align-items:start;gap:80px;grid-template-columns:.8fr 1.2fr}.signup-copy{position:sticky;top:160px}.signup-copy h2{color:#fff;font-size:clamp(3.5rem,6vw,6rem);line-height:.95}.signup-copy p{color:rgba(255,255,255,.62)}.signup-card{padding:48px;border:1px solid rgba(255,255,255,.12);border-radius:var(--ds-radius-lg);background:rgba(255,255,255,.97);box-shadow:0 35px 100px rgba(0,0,0,.18)}.ds-form{display:grid;gap:24px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.ds-form label{display:grid;gap:8px}.ds-form label>span{color:#526a64;font-size:.72rem;font-weight:700}.ds-form input,.ds-form textarea{width:100%;padding:15px 16px;border:var(--ds-border);border-radius:14px;background:#f9fbfa;outline:0;transition:border-color .2s ease,box-shadow .2s ease}.ds-form input:focus,.ds-form textarea:focus{border-color:#5dbfc1;box-shadow:0 0 0 4px rgba(93,191,193,.14)}.form-consent{display:flex!important;align-items:flex-start;grid-template-columns:22px 1fr!important}.form-consent input{width:20px;height:20px;margin-top:2px}.form-honeypot{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.ds-tabs__list{display:flex;padding:6px;gap:4px;border-radius:999px;background:#edf6f2}.ds-tabs__tab{padding:10px 18px;border:0;border-radius:999px;background:transparent;color:#526a64;cursor:pointer}.ds-tabs__tab[aria-selected=true]{background:#fff;box-shadow:0 8px 24px rgba(24,61,54,.08);color:#2e5d57}.ds-accordion{border-top:var(--ds-border)}.ds-accordion__button{display:flex;width:100%;padding:24px 0;align-items:center;justify-content:space-between;border:0;border-bottom:var(--ds-border);background:transparent;color:#2e5d57;font-weight:700;text-align:left;cursor:pointer}.ds-accordion__panel{padding:24px 0}.ds-accordion__panel[hidden]{display:none}
@media(max-width:1024px){.story-grid,.team-grid,.benefit-grid,.volunteer-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.partner-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.featured-story{grid-template-columns:1fr}.featured-story__image{min-height:430px}.memory-chapter{gap:40px}.signup-layout{gap:48px}.programme-timeline::before{left:160px}.programme-item{grid-template-columns:120px 80px 1fr}}
@media(max-width:768px){.ds-section{padding:var(--space-7) 0}.archive-hero{padding:180px 0 80px}.archive-hero h1{font-size:clamp(3.6rem,14vw,6rem)}.content-toolbar{align-items:stretch;flex-direction:column}.content-search{max-width:none}.programme-timeline::before{left:28px}.programme-item{padding-bottom:32px;grid-template-columns:58px 1fr}.programme-item__time{padding:0 0 10px 72px;justify-content:flex-start;grid-column:1/-1;grid-row:1}.programme-item__marker{width:50px;height:50px;margin:0;grid-column:1;grid-row:2}.programme-item__card{grid-column:2;grid-row:2}.memory-journey::before{left:24px}.memory-chapter{display:block;padding-left:60px;margin-bottom:72px}.memory-chapter__year{width:54px;height:54px;top:30px;left:24px;border-width:6px;transform:translate(-50%,0)}.memory-chapter__visual{height:400px}.memory-chapter__content{padding:32px 8px}.memory-chapter:nth-child(even) .memory-chapter__visual{order:initial}.partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.partner-card--hoofdsponsor{grid-column:span 2}.signup-layout{grid-template-columns:1fr}.signup-copy{position:static}.signup-card{padding:32px}.form-grid{grid-template-columns:1fr}}
@media(max-width:430px){.ds-section{padding:64px 0}.archive-hero{padding:160px 0 64px}.archive-hero h1{font-size:3.75rem}.programme-item{grid-template-columns:46px 1fr}.programme-item__time{padding-left:58px}.programme-item__card{padding:24px}.story-grid,.team-grid,.benefit-grid,.volunteer-story-grid{grid-template-columns:1fr}.featured-story__image{min-height:300px}.featured-story__content{padding:32px 24px}.featured-story__content h2{font-size:2.6rem}.partner-grid{grid-template-columns:1fr}.partner-card--hoofdsponsor{grid-column:auto}.team-card__portrait{height:350px}.volunteer-hero h1{font-size:4.2rem}.signup-card{padding:24px}.ds-filter-list{margin-right:-14px}.memory-chapter__visual{height:300px}}
@media(min-width:1600px){.archive-hero__inner,.ds-section>.container{max-width:1380px}.story-grid{gap:40px}.programme-timeline{max-width:1160px}}
@media(prefers-reduced-motion:reduce){.story-card,.partner-card>a,.team-card,.programme-item__card{transition:none}.memory-chapter__visual img,.team-card__portrait img{transition:none}}
.editorial-hero{padding:220px 0 80px;background:linear-gradient(145deg,#edf6f2,#fbfcfa)}.editorial-hero__copy{max-width:980px;margin-bottom:64px}.editorial-hero h1{margin:24px 0;font-size:clamp(4rem,8vw,7.6rem);letter-spacing:-.08em;line-height:.92}.editorial-hero__lead{max-width:760px;font-size:1.2rem}.editorial-hero__image{overflow:hidden;max-height:720px;border-radius:48px;box-shadow:var(--ds-shadow)}.editorial-hero__image img{width:100%;height:100%;object-fit:cover}.editorial-content>.container{max-width:900px}.editorial-content .entry-content{font-size:1.08rem}.memory-single__hero{position:relative;display:grid;min-height:92svh;place-items:end;overflow:hidden}.memory-single__background,.memory-single__overlay{position:absolute;inset:0}.memory-single__background img{width:100%;height:100%;object-fit:cover}.memory-single__overlay{background:linear-gradient(180deg,rgba(8,31,27,.15),rgba(8,31,27,.9))}.memory-single__title{position:relative;padding-bottom:120px;color:#fff}.memory-single__title h1{max-width:1000px;color:#fff;font-size:clamp(4.5rem,10vw,9rem);line-height:.9}.memory-single__title>p:last-child{max-width:700px;color:rgba(255,255,255,.74);font-size:1.2rem}.memory-single__layout{display:grid;align-items:start;gap:90px;grid-template-columns:1fr 360px}.memory-facts{padding:32px;border:var(--ds-border);border-radius:var(--ds-radius-md);background:#fff;box-shadow:var(--ds-shadow)}.memory-facts h2{font-size:1.6rem}.memory-facts>div{padding:18px 0;border-bottom:var(--ds-border)}.memory-facts span{display:block;color:#758a85;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.memory-facts strong{display:block;margin-top:5px;color:#2e5d57}.responsive-embed{overflow:hidden;border-radius:var(--ds-radius-lg);box-shadow:var(--ds-shadow);aspect-ratio:16/9}.responsive-embed iframe{width:100%;height:100%}.memory-board{display:grid;align-items:center;gap:64px;grid-template-columns:.55fr 1.45fr}.memory-board h2{font-size:clamp(2.8rem,5vw,5rem)}.memory-board img{width:100%;border-radius:var(--ds-radius-lg);box-shadow:var(--ds-shadow)}
@media(max-width:768px){.editorial-hero{padding:170px 0 64px}.editorial-hero h1{font-size:clamp(3.6rem,13vw,5.8rem)}.editorial-hero__image{border-radius:28px}.memory-single__hero{min-height:780px}.memory-single__title{padding-bottom:80px}.memory-single__layout,.memory-board{grid-template-columns:1fr}.memory-facts{order:-1}}
.section[style*="--section-background"] { background: var(--section-background); }
.event-countdown { display:flex; gap:clamp(.5rem,2vw,1rem); margin:clamp(1.25rem,3vh,2rem) 0; }
.event-countdown span { min-width:clamp(3.75rem,9vw,5.5rem); padding:.75rem .65rem; border:1px solid rgba(255,255,255,.22); border-radius:1rem; background:rgba(255,255,255,.1); box-shadow:inset 0 1px rgba(255,255,255,.18); backdrop-filter:blur(12px); text-align:center; }
.event-countdown strong { display:block; color:#fff; font-size:clamp(1.25rem,3vw,2rem); line-height:1; font-variant-numeric:tabular-nums; }
.event-countdown small { display:block; margin-top:.35rem; color:rgba(255,255,255,.72); font-size:.68rem; letter-spacing:.08em; text-transform:uppercase; }
.newsletter-section { background:var(--color-surface-soft,#f8f8f8); }
.newsletter-panel { display:flex; align-items:center; justify-content:space-between; gap:2rem; padding:clamp(2rem,6vw,4.5rem); border:1px solid rgba(46,93,87,.1); border-radius:clamp(1.5rem,4vw,3rem); background:linear-gradient(135deg,#fff 0%,rgba(93,191,193,.12) 100%); box-shadow:0 28px 70px rgba(46,93,87,.1); }
.newsletter-panel h2,.closing-cta h2 { margin:.2rem 0 .65rem; }
.newsletter-panel p { max-width:42rem; margin:0; }
.closing-cta { position:relative; display:grid; min-height:min(72vh,48rem); overflow:hidden; place-items:center; background:var(--color-dark,#2e5d57); color:#fff; isolation:isolate; }
.closing-cta__image { position:absolute; inset:0; z-index:-2; background:center/cover no-repeat; transform:scale(1.03); }
.closing-cta::after { position:absolute; inset:0; z-index:-1; content:""; background:linear-gradient(90deg,rgba(17,45,41,.92),rgba(17,45,41,.48)); }
.closing-cta__content { width:100%; padding-block:clamp(5rem,12vw,9rem); }
.closing-cta__content p:not(.eyebrow) { max-width:42rem; color:rgba(255,255,255,.8); font-size:clamp(1rem,2vw,1.25rem); }
@media (max-width:47.99em) { .newsletter-panel { align-items:flex-start; flex-direction:column; } .event-countdown span { min-width:0; flex:1; } }
.cookie-notice { position:fixed; right:clamp(1rem,3vw,2rem); bottom:clamp(1rem,3vw,2rem); z-index:1000; display:grid; width:min(42rem,calc(100% - 2rem)); gap:1.25rem; padding:clamp(1.25rem,3vw,2rem); border:1px solid rgba(255,255,255,.16); border-radius:1.5rem; background:rgba(28,55,52,.96); box-shadow:0 24px 80px rgba(13,35,32,.3); color:#fff; backdrop-filter:blur(20px); }
.cookie-notice[hidden] { display:none; }
.cookie-notice p { margin:.35rem 0 0; color:rgba(255,255,255,.76); }
.cookie-notice a { color:#fff; text-decoration:underline; text-underline-offset:.2em; }
.cookie-notice__actions { display:flex; flex-wrap:wrap; gap:.75rem; }
.cookie-notice__actions .button--outline { border-color:rgba(255,255,255,.3); color:#fff; }
.search-form { position:relative; }
.live-search-results { position:absolute; top:calc(100% + .6rem); left:0; z-index:30; width:min(34rem,90vw); padding:.5rem; border:1px solid rgba(46,93,87,.12); border-radius:1rem; background:#fff; box-shadow:0 22px 60px rgba(28,55,52,.18); text-align:left; }
.live-search-results[hidden] { display:none; }
.live-search-results>a { display:block; padding:.75rem; border-radius:.75rem; color:var(--color-dark); text-decoration:none; }
.live-search-results>a:hover,.live-search-results>a:focus-visible { background:rgba(93,191,193,.1); }
.live-search-results strong,.live-search-results span { display:block; }
.live-search-results span { margin-top:.15rem; color:#647572; font-size:.78rem; }
.live-search-results.is-loading { min-height:4.5rem; padding:1rem; color:var(--color-muted); }
.live-search-results.is-loading::after { display:block; width:65%; height:.65rem; margin-top:.65rem; border-radius:999px; background:linear-gradient(90deg,#edf3f1 25%,#f8fbfa 50%,#edf3f1 75%); background-size:200% 100%; content:""; animation:skeleton-wave 1.2s linear infinite; }
@keyframes skeleton-wave { to { background-position:-200% 0; } }
@keyframes page-enter { from { opacity:0; transform:translateY(.5rem); } to { opacity:1; transform:none; } }
main { animation:page-enter .45s ease-out both; }
.error-links { display:flex; flex-wrap:wrap; justify-content:center; gap:.75rem 1.5rem; margin-top:2rem; }
.error-links a { color:var(--color-dark); font-weight:600; text-underline-offset:.25em; }
.error-illustration { position:relative; width:9rem; height:7rem; margin:0 auto 1rem; }
.error-illustration span { position:absolute; inset:auto 0 0; height:4.5rem; border-radius:70% 45% 35% 30%; background:linear-gradient(135deg,rgba(93,191,193,.28),rgba(57,167,90,.5)); transform:rotate(-4deg); }
.error-illustration span:nth-child(2) { inset:1rem 1.5rem auto auto; width:3.5rem; height:3.5rem; border-radius:50%; background:rgba(247,181,0,.35); }
.error-illustration i { position:absolute; inset:.5rem auto auto 2.5rem; color:var(--color-dark); font-size:4rem; font-style:normal; font-weight:800; transform:rotate(-8deg); }
.story-share { display:flex; flex-wrap:wrap; align-items:center; gap:.6rem; max-width:50rem; margin:2rem auto; padding:1rem 0; border-block:1px solid rgba(46,93,87,.12); }
.story-share a { padding:.45rem .8rem; border-radius:999px; background:rgba(93,191,193,.1); color:var(--color-dark); font-size:.85rem; font-weight:600; text-decoration:none; }
.related-stories { margin-top:clamp(3rem,8vw,6rem); }
mark { padding:.05em .15em; border-radius:.2em; background:rgba(247,181,0,.32); color:inherit; }
.site-progress { position:fixed; z-index:1200; top:0; right:0; left:0; height:3px; background:linear-gradient(90deg,var(--color-primary),var(--color-accent),var(--color-gold)); transform:scaleX(0); transform-origin:left center; pointer-events:none; }
.button,.ds-button,.header-cta,.footer-newsletter-link,.mobile-event-cta { border-radius:var(--button-radius,999px); }
.hero-background,.hero-video { width:112%; height:112%; }
.search-form label { min-width:0; flex:1; }
.search-field { min-width:0; }
body.home.blog .site-header--floating { padding:10px 0; background:rgba(255,255,255,.78); box-shadow:0 15px 50px rgba(24,61,54,.09); backdrop-filter:blur(22px) saturate(170%); }
body.home.blog .header-shell { min-height:72px; border-color:var(--line); background:rgba(255,255,255,.9); box-shadow:0 8px 35px rgba(24,61,54,.07); }
body.home.blog .official-logo img { height:70px; filter:drop-shadow(0 5px 12px rgba(24,61,54,.1)); }
body.home.blog .primary-navigation a,body.home.blog .header-phone { color:var(--color-ink); }
.primary-navigation .current-menu-item>a,.primary-navigation .current-menu-ancestor>a { position:relative; }
.primary-navigation .current-menu-item>a::after,.primary-navigation .current-menu-ancestor>a::after { position:absolute; right:20%; bottom:4px; left:20%; height:2px; border-radius:2px; background:currentColor; content:""; }
.social-icon-link { display:grid; width:2.75rem; height:2.75rem; padding:0!important; place-items:center; border-radius:50%!important; }
.social-icon-link .ds-icon { width:1.1rem; height:1.1rem; }
.scroll-top { position:fixed; right:clamp(1rem,3vw,2rem); bottom:clamp(1rem,3vw,2rem); z-index:900; display:grid; width:3.25rem; height:3.25rem; place-items:center; border:1px solid rgba(255,255,255,.2); border-radius:50%; background:rgba(26,66,59,.92); box-shadow:0 16px 38px rgba(24,61,54,.2); color:#fff; cursor:pointer; opacity:0; pointer-events:none; transform:translateY(1rem); transition:opacity .25s ease,transform .25s ease; backdrop-filter:blur(14px); }
.scroll-top.is-visible { opacity:1; pointer-events:auto; transform:none; }
.mobile-event-cta { display:none; }
.ds-form button.is-loading { position:relative; cursor:wait; opacity:.78; }
.ds-form button.is-loading::after { width:1rem; height:1rem; margin-left:.6rem; border:2px solid rgba(255,255,255,.4); border-top-color:#fff; border-radius:50%; content:""; animation:form-spin .7s linear infinite; }
@keyframes form-spin { to { transform:rotate(360deg); } }
.hunt-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:clamp(1.5rem,4vw,3rem); }
.hunt-card { overflow:hidden; border:var(--ds-border); border-radius:var(--ds-radius-lg); background:#fff; box-shadow:var(--ds-shadow); transition:transform .3s ease,box-shadow .3s ease; }
.hunt-card:hover { box-shadow:var(--ds-shadow-hover); transform:translateY(-.5rem); }
.hunt-card__media { position:relative; display:block; aspect-ratio:16/10; overflow:hidden; background:var(--green-gradient); }
.hunt-card__media img,.hunt-single__background img,.activity-single__image img { width:100%; height:100%; object-fit:cover; }
.hunt-card__status { position:absolute; top:1rem; left:1rem; padding:.5rem .8rem; border-radius:999px; background:rgba(23,55,50,.88); color:#fff; font-size:.68rem; font-weight:700; backdrop-filter:blur(10px); }
.hunt-card__status.is-open { background:var(--color-primary); }
.hunt-card__body { padding:clamp(1.5rem,4vw,2.5rem); }
.hunt-card__body h2 { font-size:clamp(1.8rem,3vw,2.6rem); }
.hunt-card__body h2 a { color:inherit; text-decoration:none; }
.hunt-card__meta,.hunt-facts { display:flex; flex-wrap:wrap; gap:.75rem 1.25rem; margin-bottom:1.25rem; }
.hunt-card__meta span,.hunt-facts span { display:inline-flex; align-items:center; gap:.4rem; color:var(--color-muted); font-size:.8rem; font-weight:600; }
.hunt-card__meta .ds-icon,.hunt-facts .ds-icon { width:1rem; height:1rem; color:var(--color-primary); }
.hunt-single { padding-top:0; }
.hunt-single__hero { position:relative; isolation:isolate; display:grid; min-height:min(88svh,58rem); place-items:end start; overflow:hidden; background:var(--color-dark); }
.hunt-single__background,.hunt-single__overlay { position:absolute; inset:0; z-index:-2; }
.hunt-single__overlay { z-index:-1; background:linear-gradient(90deg,rgba(10,36,31,.94),rgba(10,36,31,.45) 65%,rgba(10,36,31,.16)); }
.hunt-single__intro { padding-block:clamp(12rem,23vh,16rem) clamp(5rem,10vh,8rem); }
.hunt-single__intro h1 { max-width:60rem; color:#fff; font-size:clamp(3.8rem,9vw,8rem); }
.hunt-single__intro>p:not(.eyebrow) { max-width:45rem; color:rgba(255,255,255,.78); font-size:clamp(1.05rem,2vw,1.35rem); }
.hunt-single__intro .hunt-facts span { color:rgba(255,255,255,.82); }
.hunt-single__layout { display:grid; grid-template-columns:minmax(0,1fr) 20rem; gap:clamp(3rem,7vw,7rem); }
.hunt-details { align-self:start; padding:2rem; border:var(--ds-border); border-radius:var(--ds-radius-md); background:#fff; box-shadow:var(--ds-shadow); }
.hunt-details h2 { font-size:1.35rem; }
.hunt-details p { display:flex; padding:.8rem 0; margin:0; justify-content:space-between; gap:1rem; border-bottom:var(--ds-border); }
.hunt-details p:last-child { border:0; }
.hunt-information { max-width:58rem; }
.hunt-accordion { border-bottom:var(--ds-border); }
.hunt-accordion button { display:flex; width:100%; padding:1.3rem 0; align-items:center; justify-content:space-between; border:0; background:transparent; color:var(--color-ink); font-size:clamp(1.25rem,3vw,1.8rem); font-weight:700; text-align:left; cursor:pointer; }
.hunt-accordion button[aria-expanded="true"] span { transform:rotate(45deg); }
.hunt-accordion button span { transition:transform .2s ease; }
.activity-single { padding-top:0; }
.activity-single__hero { padding:clamp(11rem,20vw,15rem) 0 clamp(5rem,10vw,8rem); background:radial-gradient(circle at 85% 15%,rgba(93,191,193,.18),transparent 30%),linear-gradient(145deg,#edf6f2,#fbfcfa); }
.activity-single__grid { display:grid; grid-template-columns:minmax(0,.8fr) minmax(24rem,1.2fr); align-items:center; gap:clamp(3rem,8vw,8rem); }
.activity-single__grid h1 { font-size:clamp(3.7rem,8vw,7rem); }
.activity-single__lead { font-size:clamp(1.05rem,2vw,1.3rem); }
.activity-single__image { overflow:hidden; aspect-ratio:4/3; border-radius:var(--ds-radius-lg); box-shadow:var(--ds-shadow-hover); }
.activity-back { padding:0 0 var(--space-7); background:#fbfcfa; }
@media(max-width:700px) {
  .hunt-grid,.hunt-single__layout,.activity-single__grid { grid-template-columns:1fr; }
  .hunt-single__hero { min-height:46rem; }
  .hunt-single__intro h1 { font-size:clamp(3.2rem,15vw,5rem); }
  .activity-single__image { min-width:0; }
  .mobile-event-cta { position:fixed; right:4.7rem; bottom:.9rem; z-index:899; display:flex; min-height:3.25rem; padding:.75rem 1.1rem; align-items:center; border-radius:999px; background:var(--green-gradient); box-shadow:0 14px 35px rgba(24,61,54,.24); color:#fff; font-size:.72rem; font-weight:700; text-decoration:none; }
  .scroll-top { right:.9rem; bottom:.9rem; }
  body { padding-bottom:4.5rem; }
}
@media(max-width:400px) {
  .hero-content h1 { font-size:clamp(3rem,15vw,3.75rem); }
  .entry-header h1,.archive-header h1 { font-size:3rem; overflow-wrap:anywhere; }
  .event-countdown { gap:.3rem; }
  .event-countdown span { padding:.65rem .35rem; }
  .search-form button { padding-inline:1rem; }
}
/* ElstFest Premium 1.1 homepage: the shipped frontend matches the theme presentation. */
body.home { background:#fff; }
body.home .site-header--floating { position:absolute; padding:0; background:#062e2a; box-shadow:none; }
body.home.admin-bar .site-header--floating { top:32px; }
body.home .header-shell { width:min(1440px,100%); min-height:88px; padding:8px clamp(22px,5vw,76px); border:0; border-radius:0; background:rgba(3,39,35,.94); box-shadow:none; grid-template-columns:minmax(180px,1fr) auto minmax(220px,1fr); backdrop-filter:blur(18px); }
body.home .official-logo img { width:auto; height:70px; filter:drop-shadow(0 8px 18px rgba(0,0,0,.18)); }
body.home .primary-navigation ul { gap:clamp(3px,1vw,15px); }
body.home .primary-navigation a { padding:12px 8px; color:rgba(255,255,255,.88); font-size:.73rem; }
body.home .primary-navigation a:hover,body.home .primary-navigation .current-menu-item>a { background:transparent; color:#fff; }
body.home .primary-navigation .current-menu-item>a::after,body.home .primary-navigation .current-menu-ancestor>a::after { right:25%; bottom:5px; left:25%; background:#a9d531; }
body.home .header-phone { display:none; }
body.home .header-cta { min-height:46px; padding:10px 19px; background:linear-gradient(135deg,#43bd4f,#36a84a); box-shadow:0 10px 28px rgba(57,167,90,.25); }
body.home .site-header--floating.is-scrolled { position:fixed; padding:0; background:rgba(3,39,35,.92); box-shadow:0 12px 40px rgba(3,35,31,.18); backdrop-filter:blur(20px); }
body.home .is-scrolled .header-shell { min-height:74px; border:0; background:transparent; box-shadow:none; }
body.home .is-scrolled .official-logo img { height:58px; filter:drop-shadow(0 5px 12px rgba(0,0,0,.14)); }
body.home .is-scrolled .primary-navigation a { color:#fff; }
body.home .hero { min-height:clamp(650px,78svh,820px); border-radius:0; place-items:center start; background:#073832; }
body.home .hero-background,body.home .hero-video { width:108%; height:108%; inset:-4%; }
body.home .hero-overlay { background:linear-gradient(90deg,rgba(3,42,37,.96) 0%,rgba(3,46,40,.87) 34%,rgba(3,44,39,.43) 66%,rgba(3,40,35,.14) 100%),linear-gradient(180deg,rgba(0,22,19,.18),rgba(0,22,19,.32)); }
body.home .hero-aurora { display:none; }
body.home .hero-content { padding-top:170px; padding-bottom:100px; }
body.home .hero-content .eyebrow { padding:0; border:0; background:transparent; color:#5fd0c8; font-size:.85rem; letter-spacing:.08em; backdrop-filter:none; }
body.home .hero-content h1 { max-width:780px; margin-bottom:20px; font-family:var(--font); font-size:clamp(3.6rem,7.2vw,7.2rem); font-weight:800; letter-spacing:-.075em; line-height:.88; text-shadow:0 14px 44px rgba(0,0,0,.16); }
body.home .hero-content h1 span { display:block; margin-bottom:.12em; font-size:.58em; letter-spacing:-.055em; line-height:1; }
body.home .hero-subtitle { margin-bottom:34px; color:#5dc4c5; font-size:clamp(1.15rem,2.1vw,1.65rem); font-weight:500; }
body.home .hero-actions .button { min-height:52px; padding:13px 24px; font-size:.76rem; }
body.home .hero-actions .button:first-child { background:linear-gradient(135deg,#43bd4f,#2fa74b); }
body.home .hero-actions .button:nth-child(2) { border:0; background:linear-gradient(135deg,#5dbfc1,#42aeb3); }
body.home .hero-actions .button:nth-child(3) { border:1px solid rgba(255,255,255,.7); background:rgba(2,34,30,.25); }
body.home .hero-wave,body.home .scroll-indicator { display:none; }
body.home .section { padding:clamp(68px,7vw,104px) 0; }
body.home .section+.section { margin:0; border-radius:0; }
body.home .section-header { margin-bottom:38px; }
body.home .section-header h2 { font-size:clamp(2.2rem,4vw,3.7rem); letter-spacing:-.055em; }
body.home .eyebrow { margin-bottom:9px; font-size:.67rem; letter-spacing:.14em; }
body.home .activities-section { background:#fff; }
body.home .card-grid--activities { gap:24px; }
body.home .card-grid--activities .activity-card { min-height:460px; border:1px solid rgba(46,93,87,.1); border-radius:24px; box-shadow:0 14px 42px rgba(24,61,54,.08); }
body.home .card-grid--activities .card-body { padding:34px; }
body.home .card-grid--activities h3 { font-size:clamp(2rem,3.3vw,3.3rem); }
body.home .card-grid--activities .text-link { background:#fff; color:#174c43; }
body.home .section--light { background:#f6f9f7; }
body.home .news-card { padding-top:16px; border-radius:20px; box-shadow:0 12px 36px rgba(24,61,54,.07); }
body.home .news-card .card-media { border-radius:15px; }
body.home .news-card .card-body { padding:22px 24px 28px; }
body.home .memories { background:#fff; }
body.home .memory-card { border-radius:22px; box-shadow:0 12px 36px rgba(24,61,54,.07); }
body.home .volunteer-cta { padding:0; background:#fff; }
body.home .cta-panel { min-height:210px; padding:38px clamp(32px,6vw,76px); border-radius:0; background:linear-gradient(105deg,rgba(7,113,59,.97),rgba(5,145,68,.91)),var(--cta-image,url('../images/hero-dorpsfeest-elst.jpg')) center/cover; box-shadow:none; }
body.home .cta-panel h2 { margin-bottom:5px; font-size:clamp(2.2rem,4vw,3.6rem); }
body.home .cta-panel p { max-width:700px; margin-bottom:0; }
body.home .cta-panel .eyebrow { color:#b9f0c3; }
body.home .sponsors { background:#fff; }
body.home .sponsor-track { grid-template-columns:repeat(5,minmax(0,1fr)); }
body.home .sponsor-card { height:130px; border-radius:18px; box-shadow:0 10px 30px rgba(24,61,54,.055); }
body.home .newsletter-panel { border-radius:28px; }
@media(max-width:960px) {
  body.home .header-shell { width:100%; min-height:78px; padding:7px 18px; grid-template-columns:1fr auto; }
  body.home .official-logo img,body.home .is-scrolled .official-logo img { height:62px; }
  body.home .menu-toggle { display:block; }
  body.home .primary-navigation { padding-top:110px; background:radial-gradient(circle at 85% 10%,rgba(93,191,193,.2),transparent 28%),linear-gradient(145deg,#062e2a,#174f45); }
  body.home .primary-navigation a,body.home .is-scrolled .primary-navigation a { color:#fff; font-size:clamp(1.25rem,5vw,2rem); }
  body.home .hero-content { padding-top:150px; }
  body.home .sponsor-track { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media(max-width:700px) {
  body.home.admin-bar .site-header--floating { top:46px; }
  body.home .hero { min-height:760px; }
  body.home .hero-content { padding-top:140px; padding-bottom:70px; }
  body.home .hero-content h1 { font-size:clamp(3.25rem,16vw,5rem); }
  body.home .hero-actions { flex-direction:column; }
  body.home .card-grid--activities .activity-card { min-height:430px; }
  body.home .cta-panel { min-height:440px; padding:42px 28px; border-radius:0; }
  body.home .sponsor-track { display:flex; }
}
@media print {
  .site-header,.site-footer,.cookie-notice,.mobile-event-cta,.scroll-top,.site-progress,.hero-particles,.hero-wave { display:none!important; }
  body,.site-main,.ds-section { padding:0!important; background:#fff!important; color:#000!important; }
  a { color:#000!important; text-decoration:underline; }
  a[href^="http"]::after { content:" (" attr(href) ")"; font-size:.75em; }
  [data-reveal] { opacity:1!important; transform:none!important; }
}
@media(prefers-reduced-motion:reduce) { main { animation:none; } }
