/* FEESTival (Jubileumfeest) landing — 65-jaar jubileum.
   Page-scoped: enqueued only on the /jubileumfeest page. Direction = the
   official ticket look (blue starburst + gold) for the hero/dark bands, warm
   system for cards. All decoration CSS/SVG (handoff §3). Astra header/footer
   stay outside this. */

/* Full-bleed: neutralise Astra's content container + Elementor's boxed inner
   container so the bands span edge-to-edge. Safe: this file only loads on the
   jubileumfeest page, and #content scoping never touches the header container. */
#content .ast-container{max-width:100%;padding-left:0;padding-right:0}
.elementor-section > .elementor-container{max-width:100%;width:100%}
.elementor-widget-html .elementor-widget-container{padding:0}

.feest{
  --blue-1:#3E7FC7; --blue-2:#2456A8; --blue-3:#173B7A; --blue-deep:#1F4A63;
  --teal:#2F6386; --gold:#F2A73B; --gold-2:#F2C158; --gold-hover:#E0931F; --gold-ink:#C88704;
  --cream:#FAF6EF; --cream-2:#F2ECDD; --sand:#EEE7D8; --hair:#EADFCE;
  --red:#B4231F; --coral:#E85C4A; --green:#5FBF8E; --yellow:#FFDD57;
  --ink:#1C1C1C; --grey:#5A5A5A;
  --chip-blue-bg:#DFEEF3; --chip-gold-bg:#FEF3DC;
  --slab:"Roboto Slab",Georgia,serif; --sans:"Roboto",system-ui,sans-serif;
  font-family:var(--sans); color:var(--ink); background:var(--cream);
  -webkit-font-smoothing:antialiased; overflow-x:hidden;
  padding-bottom:64px; /* breathing room before the site footer */
}
@media (max-width:860px){ .feest{padding-bottom:44px} }
.feest *{box-sizing:border-box}
.feest p{margin:0 0 .6em}
.feest h1,.feest h2,.feest h3{font-family:var(--slab); margin:0; line-height:1.12}
.feest .wrap{max-width:1080px; margin:0 auto; padding:0 24px}

/* ---- buttons ------------------------------------------------------------ */
.feest .btn{
  display:inline-flex; align-items:center; gap:.5em; cursor:pointer;
  font-family:var(--sans); font-weight:700; font-size:18px; text-decoration:none;
  padding:15px 34px; border-radius:8px; background:var(--gold); color:var(--ink);
  box-shadow:0 6px 16px rgba(0,0,0,.18); transition:background .15s,transform .15s;
}
.feest .btn:hover{background:var(--gold-hover); transform:translateY(-1px); color:var(--ink)}

/* ---- confetti (decor) --------------------------------------------------- */
@keyframes feestConfetti{
  0%{transform:translateY(-12px) rotate(var(--r,0deg)); opacity:0}
  12%{opacity:1}
  100%{transform:translateY(96px) rotate(calc(var(--r,0deg) + 180deg)); opacity:0}
}
.feest .confetti{position:absolute; width:6px; height:13px; border-radius:1px;
  animation:feestConfetti 3.2s ease-in infinite}
.feest .confetti:nth-child(1){left:6%;  top:26px; background:var(--green); --r:25deg;  animation-delay:0s}
.feest .confetti:nth-child(2){left:14%; top:14px; background:var(--gold);  --r:-20deg; animation-delay:.3s}
.feest .confetti:nth-child(3){left:22%; top:40px; background:var(--yellow);--r:15deg;  animation-delay:.6s}
.feest .confetti:nth-child(4){left:32%; top:22px; background:var(--gold);  --r:30deg;  animation-delay:.9s}
.feest .confetti:nth-child(5){left:41%; top:10px; background:var(--coral); --r:-18deg; animation-delay:.2s}
.feest .confetti:nth-child(6){left:50%; top:34px; background:var(--green); --r:15deg;  animation-delay:.5s}
.feest .confetti:nth-child(7){left:59%; top:16px; background:var(--yellow);--r:-25deg; animation-delay:1.1s}
.feest .confetti:nth-child(8){left:68%; top:40px; background:var(--gold);  --r:12deg;  animation-delay:.8s}
.feest .confetti:nth-child(9){left:77%; top:20px; background:var(--coral); --r:-30deg; animation-delay:.4s}
.feest .confetti:nth-child(10){left:86%; top:36px; background:var(--green); --r:-8deg;  animation-delay:.7s}
.feest .confetti:nth-child(11){left:92%; top:14px; background:var(--yellow);--r:22deg;  animation-delay:1.0s}
.feest .confetti:nth-child(12){left:37%; top:44px; background:var(--gold);  --r:-12deg; animation-delay:1.3s}
.feest .confetti:nth-child(13){left:47%; top:8px;  background:var(--green); --r:20deg;  animation-delay:.15s}
.feest .confetti:nth-child(14){left:63%; top:46px; background:var(--coral); --r:-22deg; animation-delay:.55s}
.feest .confetti:nth-child(15){left:72%; top:8px;  background:var(--yellow);--r:8deg;   animation-delay:.95s}
.feest .confetti:nth-child(16){left:18%; top:48px; background:var(--gold);  --r:-15deg; animation-delay:1.25s}
@media (prefers-reduced-motion:reduce){ .feest .confetti{animation:none} }

/* ---- HERO --------------------------------------------------------------- */
.feest-hero{
  position:relative; overflow:hidden; text-align:center; color:#fff;
  background:radial-gradient(circle at 50% -10%,var(--blue-1),var(--blue-2) 45%,var(--blue-3) 100%);
  padding:96px 24px 150px;
}
.feest-hero__rays{position:absolute; top:-40%; left:50%; width:1400px; height:1400px;
  transform:translateX(-50%); pointer-events:none; z-index:0; opacity:.9;
  background:repeating-conic-gradient(from 0deg at 50% 50%,rgba(255,255,255,.08) 0deg 6deg,transparent 6deg 12deg)}
.feest-hero .disco{position:absolute; border-radius:50%; z-index:1;
  box-shadow:0 10px 22px rgba(0,0,0,.28), inset 0 -6px 12px rgba(0,0,0,.25);
  background-image:linear-gradient(rgba(0,0,0,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.14) 1px,transparent 1px);
  background-size:12px 12px,12px 12px}
.feest-hero .disco.d1{top:26px;  left:4%;  width:104px; height:104px; background-color:#b9aedd; box-shadow:0 10px 22px rgba(0,0,0,.28),inset 0 -6px 12px rgba(0,0,0,.25),inset 8px 8px 14px rgba(255,255,255,.55)}
.feest-hero .disco.d2{top:4px;   left:15%; width:72px;  height:72px;  background-color:#9fc0e0; box-shadow:0 10px 22px rgba(0,0,0,.28),inset 0 -6px 12px rgba(0,0,0,.25),inset 8px 8px 14px rgba(255,255,255,.6)}
.feest-hero .disco.d3{top:20px;  right:5%; width:118px; height:118px; background-color:#f2c158; box-shadow:0 10px 22px rgba(0,0,0,.3),inset 0 -6px 12px rgba(0,0,0,.28),inset 8px 8px 14px rgba(255,255,255,.5)}
.feest-hero .disco.d4{top:74px;  right:17%;width:66px;  height:66px;  background-color:#b9aedd; box-shadow:0 10px 22px rgba(0,0,0,.28),inset 0 -6px 12px rgba(0,0,0,.25),inset 8px 8px 14px rgba(255,255,255,.55)}
.feest-hero__inner{position:relative; z-index:3; max-width:820px; margin:0 auto}
.feest-hero__mascot{width:150px; height:auto; margin:0 auto 6px; display:block; filter:drop-shadow(0 8px 16px rgba(0,0,0,.3))}
.feest-badge{display:inline-block; font-family:var(--sans); font-weight:700; font-size:12.5px;
  letter-spacing:.14em; text-transform:uppercase; color:var(--blue-3);
  background:linear-gradient(180deg,#FFE9A8,#F2C158); padding:7px 16px; border-radius:999px;
  box-shadow:0 4px 12px rgba(0,0,0,.25); margin-bottom:18px}
.feest-wordmark{font-family:var(--slab); font-weight:700; font-size:78px; line-height:.98; color:#fff;
  -webkit-text-stroke:3px var(--blue-3); paint-order:stroke fill;
  text-shadow:0 6px 0 rgba(23,59,122,.55),0 10px 22px rgba(0,0,0,.35); margin:4px 0 6px}
.feest-hero__meta{font-size:19px; font-weight:500; margin:14px 0 4px}
.feest-hero__loc{font-size:17px; opacity:.92; margin-bottom:26px}
.feest-hero__cta{margin-top:8px}
.feest-hero__ground{position:absolute; left:-5%; right:-5%; bottom:-60px; height:150px; z-index:2;
  background:linear-gradient(180deg,#F2C158,#E7A93C); border-radius:50% 50% 0 0}

/* ---- generic blue confetti band (milestone + closing) ------------------- */
.feest-band{position:relative; overflow:hidden; color:#fff; text-align:center;
  background:linear-gradient(135deg,var(--blue-2),var(--blue-3)); padding:40px 24px}
.feest-band__inner{position:relative; z-index:2; max-width:900px; margin:0 auto}

/* milestone */
.feest-milestone .feest-band__inner{display:flex; align-items:center; justify-content:center; gap:28px; flex-wrap:wrap}
.feest-milestone .year{font-family:var(--slab); font-weight:700; font-size:46px; line-height:1}
.feest-milestone .mid{flex:0 0 auto; max-width:360px}
.feest-milestone .mid .line{height:2px; background:rgba(255,255,255,.35); position:relative; margin:14px 0}
.feest-milestone .mid .line::after{content:"↔"; position:absolute; top:-13px; left:50%; transform:translateX(-50%);
  background:var(--blue-3); padding:0 8px; color:#fff; font-size:16px}
.feest-milestone .mid small{font-size:14px; opacity:.85}

/* ---- section shells ----------------------------------------------------- */
.feest-sec{padding:64px 24px}
.feest-sec.alt{background:var(--cream-2)}
.feest-eyebrow{display:block; text-align:center; font-weight:700; font-size:13px; letter-spacing:.12em;
  text-transform:uppercase; color:var(--teal); margin-bottom:8px}
.feest-h2{text-align:center; font-size:34px; color:var(--teal); margin-bottom:10px}
.feest-lead{max-width:760px; margin:0 auto; text-align:center; font-size:18px; line-height:1.7; color:#4a4a4a}
.feest-lead strong{color:var(--teal)}

/* ---- card grids --------------------------------------------------------- */
.feest-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; max-width:980px; margin:28px auto 0}
.feest-card{background:#fff; border-radius:12px; padding:28px 22px; text-align:center;
  box-shadow:0 4px 14px rgba(0,0,0,.07)}
.feest-card h3{font-size:20px; color:var(--teal); margin-bottom:8px}
.feest-card p{font-size:15px; line-height:1.6; color:var(--grey); margin:0}
.feest-chip{width:46px; height:46px; margin:0 auto 14px; border-radius:12px; display:flex;
  align-items:center; justify-content:center; font-size:22px;
  background:var(--chip-blue-bg); color:var(--teal)}
.feest-chip.gold{background:var(--chip-gold-bg); color:var(--gold-ink)}

/* ticket-stub cards (perforation notch) */
.feest-card.stub{position:relative}
.feest-card.stub::before,.feest-card.stub::after{content:""; position:absolute; top:50%; width:22px; height:22px;
  border-radius:50%; background:var(--cream); transform:translateY(-50%)}
.feest-sec:not(.alt) .feest-card.stub::before,.feest-sec:not(.alt) .feest-card.stub::after{background:var(--cream)}
.feest-card.stub::before{left:-11px}
.feest-card.stub::after{right:-11px}
.feest-card.stub .sub{font-size:14px; color:var(--grey)}

/* ---- scarcity bar ------------------------------------------------------- */
.feest-scarcity{padding:0 24px 64px}
.feest-scarcity__bar{position:relative; max-width:1000px; margin:0 auto; color:#fff;
  background:linear-gradient(135deg,var(--blue-2),var(--blue-3)); border-radius:16px;
  padding:30px 34px; box-shadow:0 10px 26px rgba(0,0,0,.16);
  display:flex; align-items:center; gap:28px; flex-wrap:wrap}
.feest-scarcity__num{font-family:var(--slab); font-weight:700; font-size:56px; line-height:1}
.feest-scarcity__mid{flex:1; min-width:240px; border-left:2px dashed rgba(255,255,255,.3); padding-left:26px}
.feest-scarcity__mid .lbl{font-weight:700; font-size:17px; margin-bottom:2px}
.feest-scarcity__mid .sub{font-size:14px; opacity:.85; margin-bottom:12px}
.feest-progress{height:10px; border-radius:6px; background:rgba(255,255,255,.15); overflow:hidden}
.feest-progress>i{display:block; width:29%; height:100%; border-radius:6px;
  background:linear-gradient(90deg,var(--gold-2),var(--gold))}

/* ---- programma teaser --------------------------------------------------- */
.feest-tags{display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-top:20px}
.feest-tags span{background:#fff; border:1px solid var(--hair); border-radius:999px;
  padding:8px 16px; font-size:14px; font-weight:600; color:var(--teal)}

/* ---- FAQ ---------------------------------------------------------------- */
.feest-faq{max-width:820px; margin:24px auto 0}
.feest-faq details{border-bottom:1px solid var(--hair); padding:16px 4px}
.feest-faq summary{cursor:pointer; list-style:none; font-family:var(--slab); font-size:18px;
  color:var(--teal); display:flex; justify-content:space-between; align-items:center}
.feest-faq summary::-webkit-details-marker{display:none}
.feest-faq summary::after{content:"+"; font-family:var(--sans); font-weight:400; font-size:24px; color:var(--gold-ink); margin-left:12px}
.feest-faq details[open] summary::after{content:"–"}
.feest-faq p{margin:12px 2px 2px; font-size:15.5px; line-height:1.65; color:var(--grey)}

/* ---- closing ------------------------------------------------------------ */
.feest-closing{padding:72px 24px}
.feest-closing h2{font-size:40px; color:#fff; margin-bottom:20px}
.feest-closing .feest-eyebrow{color:var(--gold-2)}

/* ---- responsive --------------------------------------------------------- */
@media (max-width:860px){
  .feest-grid{grid-template-columns:1fr; max-width:420px}
  .feest-wordmark{font-size:52px; -webkit-text-stroke-width:2px}
  .feest-hero{padding:64px 20px 120px}
  .feest-hero__mascot{width:112px}
  .feest-hero .disco.d1{width:64px;height:64px;left:4px} .feest-hero .disco.d2{width:46px;height:46px}
  .feest-hero .disco.d3{width:70px;height:70px;right:6px} .feest-hero .disco.d4{display:none}
  .feest-milestone .year{font-size:34px}
  .feest-h2{font-size:27px} .feest-closing h2{font-size:30px}
  .feest-scarcity__num{font-size:44px}
  .feest-scarcity__bar{gap:16px} .feest-scarcity__mid{border-left:0; padding-left:0}
  .feest-scarcity__cta,.feest-scarcity__bar>.btn{width:100%; justify-content:center}
}

/* --- Kleine lettertjes (house rules) — quiet secondary info --- */
.feest-fineprint{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:26px 44px; max-width:840px; margin:36px auto 0; text-align:left}
.feest-fineprint__group h3{margin:0 0 7px; font-size:13px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; color:var(--teal,#2F6386)}
.feest-fineprint__group ul{margin:0; padding-left:1.1em; list-style:disc}
.feest-fineprint__group li{margin:0 0 6px; font-size:14px; line-height:1.55; color:#5b6470}
@media(max-width:640px){.feest-fineprint{grid-template-columns:1fr; gap:18px}}

/* .feest p (line 28) out-specifies .feest-lead and zeros its side margins — restore centering */
.feest .feest-lead{margin-left:auto; margin-right:auto}

/* Custom full-bleed landing: lift Elementor's 1170px boxed container so section
   backgrounds span the viewport (inner .wrap/__inner/__bar keep content centered) */
.elementor-container{max-width:100% !important}

/* Full-bleed sunburst: cover the whole hero instead of a fixed 1400px box */
.feest-hero__rays{top:0; left:0; right:0; bottom:0; width:100%; height:100%; transform:none;
  background:repeating-conic-gradient(from 0deg at 50% 38%,rgba(255,255,255,.08) 0deg 6deg,transparent 6deg 12deg)}

/* Milestone middle: "65e editie" label in place of the line/arrow divider */
.feest-milestone .mid .feest-mid-title{display:block; font-family:var(--slab); font-weight:700; font-size:22px; line-height:1.15; margin:2px 0 5px}

/* Milestone band: bigger now that it is the centrepiece */
.feest-milestone .mid{max-width:560px}
.feest-milestone .mid .feest-mid-title{font-size:42px}
.feest-milestone .mid small{font-size:17px}
