/* =============================================================
   VRIJ-GEZELLIG — Huisstijl + Editorial Upgrades
   Brand gradient · Pink accent · Outlined display titles
   ============================================================= */

:root {
  --pink:        #FF66D8;
  --pink-deep:   #CC44AA;
  --pink-light:  #FF99E8;
  --purple:      #B09FE8;
  --blue:        #6BB8F5;
  --bg-from:     #6BB8F5;
  --bg-mid:      #89C4F4;
  --bg-to:       #B09FE8;
  --ink:         #15152B;
  --ink-soft:    rgba(21, 21, 43, 0.72);
  --ink-faint:   rgba(21, 21, 43, 0.50);
  --white:       #FFFFFF;

  --font-display: "ohno-softie-variable", "DM Sans", sans-serif;
  --font-body:    "DM Sans", sans-serif;
  --w-display:    760;

  --radius:       30px;
  --radius-sm:    18px;
  --shadow-soft:  0 22px 60px -20px rgba(70, 30, 110, 0.45);
  --shadow-pink:  0 14px 40px -8px rgba(255, 102, 216, 0.55);
  --maxw:         1180px;
  --ease-spring:  cubic-bezier(0.34, 1.56, 0.64, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  background: var(--bg-mid);
  min-height: 100%;
  /* Ankersprongen onder de fixed header laten landen */
  scroll-padding-top: calc(74px + env(safe-area-inset-top, 0px));
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  /* Gradient DIRECT op de body (geen aparte vaste fixed-laag meer). Een vaste
     fixed gradient-laag concurreerde op iOS 26 met de header om de statusbalk-
     kleur. Nu is de header het enige solide fixed element bovenaan → Safari
     kleurt de statusbalk naar de roze header. */
  background: linear-gradient(155deg, var(--bg-from) 0%, var(--bg-mid) 40%, var(--bg-to) 100%);
  background-attachment: scroll;
  min-height: 100svh;
  overflow-x: hidden;
  overflow-x: clip;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* grain overlay — fixed pseudo, no repaint on scroll */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* brand blobs */
.blob { position: fixed; border-radius: 50%; filter: blur(120px); opacity: 0.3; animation: float 11s ease-in-out infinite; pointer-events: none; z-index: 0; will-change: transform; }
.blob-1 { width: 540px; height: 540px; background: var(--pink);   top: 30vh; right: -140px; }
.blob-2 { width: 480px; height: 480px; background: var(--purple); bottom: -180px; left: -160px; animation-delay: -4s; }
.blob-3 { width: 360px; height: 360px; background: var(--blue);   top: 75%; left: 26%; animation-delay: -7s; }
/* Mobiel: lichtere blur en geen continue animatie → veel minder GPU-belasting,
   waardoor tikken (zoals op een ticketlink) direct reageren. */
@media (max-width: 760px) {
  .blob { filter: blur(80px); animation: none; opacity: 0.22; }
}
@keyframes float {
  0%,100% { transform: translate(0, 0) scale(1); }
  33%     { transform: translate(30px, -38px) scale(1.07); }
  66%     { transform: translate(-20px, 26px) scale(0.94); }
}

.wrap { position: relative; z-index: 1; width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ============================================================
   TYPOGRAPHY — ohno-softie met zwarte stroke
   Gesimuleerd via text-shadow (16 richtingen) zodat alle
   letters — ook o, d, e, p — consistent uitkomen.
   -webkit-text-stroke wordt NIET gebruikt: dat geeft een
   inner-ring in gesloten counters (gat van 'o', 'd').
   ============================================================ */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: var(--w-display);
  line-height: 1.04;
  letter-spacing: -0.015em;
  text-wrap: balance;
  color: #fff;
  /* ~3px stroke gesimuleerd via 16 richtingen — geen counter-probleem */
  text-shadow:
    -3px  0   0 var(--ink),  3px  0   0 var(--ink),
     0   -3px 0 var(--ink),  0    3px 0 var(--ink),
    -2px -2px 0 var(--ink),  2px -2px 0 var(--ink),
    -2px  2px 0 var(--ink),  2px  2px 0 var(--ink),
    -3px -2px 0 var(--ink),  3px -2px 0 var(--ink),
    -3px  2px 0 var(--ink),  3px  2px 0 var(--ink),
    -2px -3px 0 var(--ink),  2px -3px 0 var(--ink),
    -2px  3px 0 var(--ink),  2px  3px 0 var(--ink);
}

/* Koppen BINNEN glass-cards: donkere tekst, geen stroke */
.glass h2,
.glass h3,
.pillar-body h3,
.about h2,
.news h2,
.bands-copy h2,
.event-info .txt h3,
.contact-copy h2,
footer h4 {
  color: var(--ink);
  text-shadow: none;
}

/* FAQ summary is semantisch een kop maar heeft eigen stijl */
.faq summary {
  color: var(--ink);
  text-shadow: none;
}

/* ============ NAV — SOLIDE ROZE MERKBALK (iOS 26-proof) ============ */
/* KERN van de iOS 26-fix: dit is het enige solide `fixed` element bovenaan,
   met een effen `background-color`. iOS 26 Safari bemonstert die kleur voor de
   statusbalk-zone → die wordt roze en sluit naadloos aan op de header.
   `padding-top: env(safe-area-inset-top)` laat de roze achtergrond óók het
   notch/Dynamic-Island gebied vullen (viewport-fit=cover staat aan). */
header.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background-color: var(--pink);
  padding-top: env(safe-area-inset-top, 0px);
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
  transition: box-shadow 0.3s ease;
}
/* Subtiele schaduw zodra je scrolt, voor diepte t.o.v. de content eronder */
header.nav.scrolled { box-shadow: 0 8px 30px -8px rgba(204, 68, 170, 0.45); }

.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.nav-logo { display: flex; align-items: center; text-decoration: none; transition: transform 0.25s var(--ease-spring); }
.nav-logo:hover { transform: scale(1.04); }
.nav-logo img { height: 44px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  text-decoration: none; color: #fff; font-weight: 700; font-size: 15px;
  padding: 9px 15px; border-radius: 50px; transition: background 0.2s, color 0.2s;
}
.nav-links a:not(.nav-cta):hover { background: rgba(255, 255, 255, 0.22); }
/* CTA "Tickets": witte knop met roze tekst — valt op tegen de roze balk */
.nav-links a.nav-cta {
  background: #fff; color: var(--pink-deep); margin-left: 8px;
  box-shadow: 0 6px 18px -6px rgba(0,0,0,0.25);
  transition: transform 0.2s var(--ease-spring), box-shadow 0.2s, background 0.2s;
}
.nav-links a.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 32px -8px rgba(0,0,0,0.3); }
.nav-links a.nav-cta:active { transform: translateY(0) scale(0.97); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: #fff; border-radius: 3px; margin: 5px 0; transition: 0.3s; }

@media (max-width: 880px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: calc(74px + env(safe-area-inset-top, 0px)); left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 4px;
    background: rgba(255, 255, 255, 0.97); backdrop-filter: blur(20px);
    padding: 14px 24px 22px; border-bottom: 1px solid rgba(0,0,0,0.06);
    transform: translateY(-160%); opacity: 0; transition: 0.36s var(--ease-spring); pointer-events: none;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  /* Dropdown staat altijd op een witte achtergrond → donkere tekst, geen waas */
  .nav-links a:not(.nav-cta) { color: var(--ink); text-shadow: none; }
  .nav-links a:not(.nav-cta):hover { background: rgba(26, 18, 38, 0.07); }
  .nav-links a { padding: 13px 16px; font-size: 16px; }
  .nav-links a.nav-cta { margin-left: 0; text-align: center; }
}

/* ============ HERO ============ */
.hero {
  position: relative; min-height: 92dvh; display: flex; align-items: center;
  overflow: hidden;
  /* Header is nu position:fixed (uit de flow), dus GEEN negatieve marge meer.
     De hero begint op y=0 (achter de transparante header). De padding-top
     houdt de gecentreerde content vrij van de header + safe-area. */
  margin-top: 0;
  padding-top: calc(74px + env(safe-area-inset-top, 0px));
}
.hero-bg { position: absolute; inset: 0; z-index: 0; background: #1a0d22; }
.hero-bg img.poster {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  animation: heroZoom 18s ease-in-out infinite alternate;
}
@keyframes heroZoom { from { transform: scale(1.02); } to { transform: scale(1.12); } }
.hero-bg .yt, .hero-bg .yt iframe {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100vw; height: 56.25vw; min-height: 100%; min-width: 177.78vh;
  border: 0; pointer-events: none;
}
.hero-bg .yt { opacity: 0; transition: opacity 1.2s ease; }
.hero-bg.playing .yt { opacity: 1; }
@media (max-width: 720px){ .hero-bg .yt { display: none; } }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(20,10,30,0.30) 0%, rgba(20,10,30,0.12) 40%, rgba(20,10,30,0.58) 100%),
    linear-gradient(105deg, rgba(255,102,216,0.28), rgba(107,184,245,0.16) 55%, rgba(176,159,232,0.28));
}
.hero-content { position: relative; z-index: 2; width: 100%; padding: 60px 0 80px; }

/* asymmetrisch hero grid */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  align-items: center;
}
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-aside { display: none; }
}

.hero-inner { animation: fadeUp 0.8s ease both; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: var(--w-display);
  font-size: 14px; color: #fff; letter-spacing: 1.5px; text-transform: uppercase;
  background: rgba(255,255,255,0.16); padding: 8px 18px; border-radius: 50px; margin-bottom: 22px;
  border: 1px solid rgba(255,255,255,0.32); backdrop-filter: blur(8px);
  -webkit-text-stroke: 0; paint-order: normal;
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 10px var(--pink); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.8); } }

.hero h1 {
  font-size: clamp(46px, 8vw, 92px); margin-bottom: 22px;
}
.hero h1 .accent { color: var(--pink-light); }
.hero p.lead {
  font-size: clamp(17px, 2.2vw, 22px); color: rgba(255,255,255,0.92); font-weight: 600;
  max-width: 50ch; margin-bottom: 32px; text-shadow: 0 2px 20px rgba(0,0,0,0.35);
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* floating stat card (desktop only) */
.hero-aside { display: flex; flex-direction: column; gap: 16px; animation: fadeUp 0.8s 0.15s ease both; }
.hero-stat-card {
  padding: 28px 32px; border-radius: var(--radius);
  background: rgba(255,255,255,0.13); border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 24px 56px rgba(0,0,0,0.24);
  /* Stabiele compositing-laag: voorkomt dat de blur elke frame
     opnieuw rastert terwijl de teller telt (opacity-flikker op iOS). */
  transform: translateZ(0);
}
.hero-stat-card .stat-num {
  display: block; font-family: var(--font-display); font-weight: var(--w-display);
  font-size: 52px; line-height: 1; color: #fff;
  letter-spacing: -0.04em; margin-bottom: 6px;
  /* Stroke via text-shadow i.p.v. -webkit-text-stroke: composit veel
     goedkoper bij snel wisselende tekst, geen flikker tijdens de telling. */
  text-shadow:
    -2px  0   0 var(--ink),  2px  0   0 var(--ink),
     0   -2px 0 var(--ink),  0    2px 0 var(--ink),
    -2px -2px 0 var(--ink),  2px -2px 0 var(--ink),
    -2px  2px 0 var(--ink),  2px  2px 0 var(--ink);
  /* Eigen GPU-laag, los van de parent-backdrop-filter. */
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: contents;
}
.hero-stat-card .stat-label {
  display: block; font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.72);
}
.hero-cities { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-cities span {
  font-size: 12px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase;
  color: rgba(255,255,255,0.78); background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.22); padding: 6px 14px; border-radius: 50px;
  backdrop-filter: blur(8px);
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none; cursor: pointer; border: none;
  font-family: var(--font-display); font-weight: var(--w-display); font-size: clamp(16px, 1.8vw, 19px);
  padding: 15px 30px; border-radius: 50px;
  transition: transform 0.2s var(--ease-spring), box-shadow 0.2s, background 0.2s;
  /* Buttons: geen stroke op tekst */
  -webkit-text-stroke: 0; paint-order: normal;
}
.btn svg { width: 20px; height: 20px; }
.btn-primary { background: var(--pink); color: #fff; box-shadow: var(--shadow-pink); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 52px -10px rgba(255,102,216,0.72); background: var(--pink-deep); }
.btn-primary:active { transform: translateY(0) scale(0.97); }
.btn-ghost { background: rgba(255,255,255,0.16); color: #fff; border: 1.5px solid rgba(255,255,255,0.55); backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255,255,255,0.28); transform: translateY(-3px); }
.btn-ghost:active { transform: translateY(0) scale(0.97); }
/* ghost op lichte glass-kaarten */
.glass .btn-ghost { background: rgba(255,255,255,0.42); color: var(--ink); border-color: rgba(255,255,255,0.7); }
.glass .btn-ghost:hover { background: rgba(255,255,255,0.72); }

.scroll-cue {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 6px; color: rgba(255,255,255,0.8);
  font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
}
.scroll-cue svg { width: 22px; height: 22px; stroke: #fff; stroke-width: 2; fill: none; animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(36px); } to { opacity: 1; transform: translateY(0); } }

/* ============ MARQUEE ============ */
.marquee {
  overflow: hidden; padding: 20px 0;
  background: var(--ink);
  position: relative; z-index: 1;
}
.marquee-track {
  display: flex; gap: 40px; white-space: nowrap; width: max-content;
  /* 4 kopieën → -25% = precies 1 kopie breed → naadloze loop */
  animation: scroll 52s linear infinite;
  will-change: transform; transform: translateZ(0);
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee span {
  font-family: var(--font-display); font-weight: var(--w-display); font-size: 22px;
  color: rgba(255,255,255,0.88); display: inline-flex; align-items: center; gap: 40px;
  text-transform: uppercase; letter-spacing: 0.04em;
  -webkit-text-stroke: 0; paint-order: normal;
}
.marquee span::after { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--pink); flex-shrink: 0; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-25%); } }

/* ============ SECTIONS ============ */
section { padding: 72px 0; }
.section-head { max-width: 640px; margin: 0 auto 46px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head h2 { font-size: clamp(32px, 5vw, 52px); margin-bottom: 14px; }
.section-head p { font-size: clamp(15px, 2vw, 18px); color: var(--ink-soft); font-weight: 600; }

/* Glass kaart — basis */
.glass {
  background: rgba(255, 255, 255, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255,255,255,0.4);
}

/* ---- Pijlers (zig-zag met fotos) ---- */
.pillars { display: flex; flex-direction: column; gap: 26px; }
.pillar {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; align-items: stretch;
  transition: transform 0.3s var(--ease-spring), box-shadow 0.3s;
}
.pillar:hover { transform: translateY(-5px); box-shadow: 0 32px 72px -22px rgba(70,30,110,0.5), inset 0 1px 0 rgba(255,255,255,0.4); }
.pillar:nth-child(even) .pillar-media { order: 2; }
.pillar-media { position: relative; min-height: 320px; overflow: hidden; }
.pillar-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease-spring); }
.pillar:hover .pillar-media img { transform: scale(1.07); }
.pillar-body { padding: 40px 38px; display: flex; flex-direction: column; justify-content: center; }
.pillar-icon {
  width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; background: rgba(255,102,216,0.16); border: 1px solid rgba(255,102,216,0.25);
}
.pillar-icon svg { width: 30px; height: 30px; stroke: var(--pink-deep); stroke-width: 2; fill: none; }
.pillar-body h3 { font-size: clamp(24px, 3vw, 30px); margin-bottom: 10px; }
.pillar-body p { font-size: 16px; color: var(--ink-soft); font-weight: 500; }
.pillar-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.pillar-tags span {
  font-size: 13px; font-weight: 700; color: var(--pink-deep);
  background: rgba(255,102,216,0.14); border: 1px solid rgba(255,102,216,0.28);
  padding: 6px 13px; border-radius: 50px;
}
@media (max-width: 760px) {
  .pillar { grid-template-columns: 1fr; }
  .pillar:nth-child(even) .pillar-media { order: 0; }
  .pillar-media { min-height: 230px; }
  .pillar-body { padding: 32px 26px; }
}

/* ---- Polsbandjes — DARK SPOTLIGHT ---- */
#bandjes { background: var(--ink); }
#bandjes .glass {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.12);
  box-shadow: 0 24px 64px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.1);
}
#bandjes .bands-copy h2 { color: rgba(255,255,255,0.96); -webkit-text-stroke: 0; }
#bandjes .bands-copy p  { color: rgba(255,255,255,0.62); }
#bandjes .band-toggle { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.15); }
#bandjes .band-toggle button:not(.active) { color: rgba(255,255,255,0.55); }
#bandjes .band-toggle button:not(.active):hover { color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.08); }

.bands-section { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 18px; padding: 28px 22px; }
.bands-copy h2 { font-size: clamp(24px, 5.5vw, 34px); margin-bottom: 8px; }
.bands-copy p { font-size: 14px; color: var(--ink-soft); font-weight: 500; margin-bottom: 14px; max-width: 36ch; margin-left: auto; margin-right: auto; }
.band-toggle {
  display: inline-flex; background: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.85);
  border-radius: 50px; padding: 4px; gap: 4px; box-shadow: inset 0 1px 3px rgba(70,30,110,0.08);
}
.band-toggle button {
  font-family: var(--font-display); font-weight: var(--w-display); font-size: 14px;
  padding: 9px 18px; border-radius: 50px; border: none; cursor: pointer;
  background: transparent; color: var(--ink-soft);
  transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  -webkit-text-stroke: 0; paint-order: normal;
}
#btnGreen.active { color: #fff; background: #34B978; box-shadow: 0 6px 16px -4px rgba(52,185,120,0.6); }
#btnRed.active   { color: #fff; background: #E84C54; box-shadow: 0 6px 16px -4px rgba(232,76,84,0.6); }
.band-toggle button:not(.active):hover { color: var(--ink); }

.band-stage { position: relative; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.band-ring {
  position: relative; width: 92px; height: 92px; border-radius: 50%;
  border: 13px solid var(--pink); box-sizing: border-box;
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.5s var(--ease-spring), transform 0.5s var(--ease-spring), box-shadow 0.5s ease;
  box-shadow: 0 12px 30px -10px rgba(255,102,216,0.55);
}
.band-ring.green { border-color: #34B978; box-shadow: 0 12px 30px -10px rgba(52,185,120,0.55); transform: rotate(-7deg); }
.band-ring.red   { border-color: #E84C54; box-shadow: 0 12px 30px -10px rgba(232,76,84,0.55); transform: rotate(7deg); }
.band-ring .heart { width: 34px; height: 34px; transition: transform 0.5s var(--ease-spring); }
.band-ring .heart svg { width: 100%; height: 100%; display: block; }
.band-ring.pop { animation: pop 0.55s var(--ease-spring); }
@keyframes pop { 0% { transform: scale(0.9) rotate(0); } 50% { transform: scale(1.08) rotate(var(--rot,0)); } 100% { transform: scale(1) rotate(var(--rot,0)); } }
.band-status {
  font-family: var(--font-display); font-weight: var(--w-display); font-size: 13px; white-space: nowrap;
  padding: 7px 16px; border-radius: 50px; color: #fff; transition: background 0.5s ease;
  -webkit-text-stroke: 0; paint-order: normal;
}
.band-status.green { background: #34B978; }
.band-status.red   { background: #E84C54; }
.band-stage .spark { position: absolute; pointer-events: none; opacity: 0; top: 30%; }

@media (min-width: 720px) {
  .bands-section { flex-direction: row; justify-content: center; align-items: center; gap: 48px; padding: 36px 44px; text-align: left; }
  .bands-copy { max-width: 360px; }
  .bands-copy p { margin-left: 0; margin-right: 0; }
  .bands-copy h2 { font-size: clamp(28px, 3vw, 38px); }
  .band-ring { width: 108px; height: 108px; border-width: 15px; }
  .band-ring .heart { width: 38px; height: 38px; }
  .band-status { font-size: 14px; }
}

/* ---- Agenda ---- */
.filter-bar { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; }
.filter-btn {
  background: rgba(255,255,255,0.4); border: 1.5px solid rgba(255,255,255,0.6); color: var(--ink-soft);
  font-family: var(--font-body); font-weight: 700; font-size: 14px;
  padding: 9px 20px; border-radius: 50px; cursor: pointer; transition: all 0.22s var(--ease-spring);
}
.filter-btn:active { transform: scale(0.95); }
.filter-btn.active, .filter-btn:hover { background: var(--pink); border-color: var(--pink); color: #fff; }

.agenda-list { display: flex; flex-direction: column; gap: 14px; max-width: 880px; margin: 0 auto; }
.event {
  display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 24px; padding: 20px 26px;
  transition: transform 0.24s var(--ease-spring), box-shadow 0.24s; text-decoration: none; color: inherit;
}
.event.clickable { cursor: pointer; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
/* Hover-effecten ALLEEN op apparaten met een echte aanwijzer (muis).
   Op touch zou de tik anders een dure transform + blur-herrastering
   triggeren vlak vóór de navigatie → voelde traag. */
@media (hover: hover) and (pointer: fine) {
  .event.clickable:hover { transform: translateY(-4px) scale(1.006); box-shadow: 0 30px 64px -22px rgba(70,30,110,0.45), inset 0 1px 0 rgba(255,255,255,0.4); }
  .event.clickable:hover .event-arrow { opacity: 1; transform: translateX(0); }
}
/* Korte, lichte feedback bij tik op touch (geen layout-reflow) */
.event.clickable:active { opacity: 0.85; }
.event-date {
  text-align: center; background: rgba(255,102,216,0.14); border-radius: var(--radius-sm);
  padding: 12px 6px; border: 1px solid rgba(255,102,216,0.25);
}
.event-date .day { font-family: var(--font-display); font-weight: var(--w-display); font-size: 30px; color: var(--pink-deep); line-height: 1; -webkit-text-stroke: 0; }
.event-date .mon { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--ink-faint); margin-top: 3px; }
.event-info { display: flex; align-items: center; gap: 12px; }
.event-info .txt h3 { font-size: 22px; margin-bottom: 3px; }
.event-info .venue { font-size: 15px; font-weight: 600; color: var(--ink-soft); }
.event-info .meta { font-size: 13px; font-weight: 600; color: var(--ink-faint); margin-top: 4px; }
.event-arrow { opacity: 0; transform: translateX(-6px); transition: opacity 0.25s, transform 0.25s var(--ease-spring); display: flex; }
.event-arrow svg { width: 22px; height: 22px; stroke: var(--pink-deep); stroke-width: 2.4; fill: none; }
.event-action .btn { font-size: 16px; padding: 12px 26px; white-space: nowrap; }
.event.past { opacity: 0.55; }
.event.past .event-action .btn, .event .btn.soon {
  background: rgba(255,255,255,0.4); color: var(--ink-faint); box-shadow: none;
  border: 1.5px solid rgba(255,255,255,0.6); cursor: default; pointer-events: none;
}
.agenda-empty { text-align: center; color: var(--ink-soft); font-weight: 600; padding: 30px; }
@media (max-width: 680px) {
  .event { grid-template-columns: 70px 1fr; gap: 16px; padding: 18px; }
  .event-action { grid-column: 1 / -1; }
  .event-action .btn { width: 100%; justify-content: center; }
  .event-date .day { font-size: 24px; }
  .event-arrow { display: none; }
}

/* ---- Archief ---- */
.archive { max-width: 880px; margin: 26px auto 0; }
.archive-toggle {
  display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  background: rgba(255,255,255,0.32); border: 1px solid rgba(255,255,255,0.5); border-radius: 50px;
  padding: 14px 22px; cursor: pointer; font-family: var(--font-display); font-weight: var(--w-display);
  font-size: 16px; color: var(--ink); transition: background 0.2s;
  -webkit-text-stroke: 0; paint-order: normal;
}
.archive-toggle:hover { background: rgba(255,255,255,0.5); }
.archive-toggle svg { width: 20px; height: 20px; stroke: var(--pink-deep); stroke-width: 2.2; fill: none; transition: transform 0.3s var(--ease-spring); }
.archive-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.archive-list { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
/* display:flex overschrijft anders het HTML hidden-attribuut */
.archive-list[hidden] { display: none; }
.archive-item {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px;
  padding: 14px 20px; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.4);
  border-radius: var(--radius-sm); font-size: 15px;
}
.archive-item .a-date { font-weight: 700; color: var(--pink-deep); font-variant-numeric: tabular-nums; white-space: nowrap; }
.archive-item .a-stad { font-family: var(--font-display); font-weight: var(--w-display); color: var(--ink); -webkit-text-stroke: 0; }
.archive-item .a-loc { color: var(--ink-faint); font-weight: 600; text-align: right; }
@media (max-width: 560px) {
  .archive-item { grid-template-columns: auto 1fr; }
  .archive-item .a-loc { grid-column: 2; text-align: left; font-size: 13px; }
}

/* ---- Sfeer gallery (masonry) ---- */
.gallery { columns: 3; column-gap: 16px; }
.gallery figure { break-inside: avoid; margin: 0 0 16px; border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-soft); }
.gallery img { width: 100%; display: block; transition: transform 0.7s var(--ease-spring), filter 0.4s; }
.gallery figure:hover img { transform: scale(1.06); filter: saturate(1.1); }
@media (max-width: 860px){ .gallery { columns: 2; } }
@media (max-width: 520px){ .gallery { columns: 1; } }

/* ---- Quotes / social proof ---- */
.quotes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}
.quote-card {
  position: relative;
  background: rgba(255, 255, 255, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255,255,255,0.4);
  padding: 32px 30px 26px;
  margin: 0;
  transition: transform 0.3s var(--ease-spring), box-shadow 0.3s;
}
.quote-card:hover { transform: translateY(-4px); box-shadow: 0 28px 64px -22px rgba(70,30,110,0.45), inset 0 1px 0 rgba(255,255,255,0.4); }
.quote-card::before {
  content: "\201C"; /* echte typografische opening quote */
  position: absolute; top: 8px; left: 22px;
  font-family: var(--font-display); font-weight: var(--w-display);
  font-size: 80px; line-height: 1; color: var(--pink);
  opacity: 0.45; pointer-events: none;
}
.quote-card blockquote {
  position: relative; z-index: 1;
  font-size: 17px; line-height: 1.6; color: var(--ink); font-weight: 600;
  margin: 0 0 18px; quotes: none;
}
.quote-card figcaption {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px;
}
.quote-author {
  font-family: var(--font-display); font-weight: var(--w-display);
  color: var(--ink); letter-spacing: -0.01em;
  -webkit-text-stroke: 0; paint-order: normal;
}
.quote-author::after {
  content: ""; display: inline-block; width: 5px; height: 5px;
  border-radius: 50%; background: var(--pink); margin-left: 10px; vertical-align: middle;
}
.quote-loc { color: var(--ink-faint); font-weight: 600; }
@media (max-width: 700px) {
  .quotes-grid { grid-template-columns: 1fr; }
  .quote-card { padding: 28px 24px 24px; }
}

/* ---- Nieuwsbrief ---- */
.news { position: relative; overflow: hidden; padding: 52px 48px; text-align: center; }
.news h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 14px; }
.news > p { font-size: 16px; color: var(--ink-soft); font-weight: 500; max-width: 52ch; margin: 0 auto 28px; line-height: 1.65; }

.news-form {
  display: flex; flex-direction: column; gap: 10px;
  max-width: 540px; margin: 0 auto;
}
.news-fields {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.news-form input {
  width: 100%; background: rgba(255,255,255,0.9); border: 1.5px solid rgba(255,255,255,0.8);
  border-radius: 50px; padding: 15px 22px; font-family: var(--font-body); font-size: 15px; font-weight: 600;
  color: var(--ink); outline: none; transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: inset 0 1px 3px rgba(70,30,110,0.06);
}
.news-form input::placeholder { color: var(--ink-faint); font-weight: 500; }
.news-form input:focus { border-color: var(--pink); box-shadow: 0 0 0 4px rgba(255,102,216,0.18); background: #fff; }
.news-form input.err { border-color: #E84C54; box-shadow: 0 0 0 4px rgba(232,76,84,0.18); }
.news-form .btn-primary { width: 100%; justify-content: center; }
.news-note { font-size: 13px; color: var(--ink-faint); margin-top: 10px; font-weight: 600; }
.news-success { display: none; font-family: var(--font-display); font-weight: var(--w-display); font-size: 19px; color: var(--pink-deep); margin-top: 18px; -webkit-text-stroke: 0; paint-order: normal; }
.news-success.show { display: block; animation: fadeUp 0.5s ease both; }
.news-error { display: none; font-size: 14px; font-weight: 600; color: #C0202A; margin-top: 14px;
  background: rgba(232,76,84,0.1); border: 1px solid rgba(232,76,84,0.25);
  border-radius: 14px; padding: 10px 16px; }
.news-error.show { display: inline-block; animation: fadeUp 0.4s ease both; }

@media (max-width: 560px) {
  .news { padding: 36px 22px; }
  .news-fields { grid-template-columns: 1fr; }
}

/* ---- Over ons ---- */
.about { max-width: 780px; margin: 0 auto; padding: 46px; }
.about h2 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 18px; }
.about p { font-size: 16px; color: var(--ink-soft); font-weight: 500; margin-bottom: 16px; max-width: 65ch; line-height: 1.7; }
.about p:last-child { margin-bottom: 0; }

/* ---- FAQ ---- */
.faq { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq details { padding: 4px 26px; transition: background 0.2s; }
.faq summary {
  cursor: pointer; list-style: none; font-family: var(--font-display); font-weight: var(--w-display);
  font-size: 19px; color: var(--ink); padding: 19px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 26px; color: var(--pink-deep); transition: transform 0.3s var(--ease-spring); flex-shrink: 0; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { font-size: 15px; color: var(--ink-soft); font-weight: 500; padding: 0 0 20px; max-width: 62ch; line-height: 1.7; }

/* ---- CTA strip ---- */
.cta-strip { position: relative; text-align: center; padding: 70px 30px; overflow: hidden; border-radius: var(--radius); }
.cta-strip::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("../img/cta-achtergrond.jpg"); background-size: cover; background-position: center;
  transform: scale(1.05);
}
.cta-strip::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,102,216,0.82), rgba(107,184,245,0.78) 60%, rgba(176,159,232,0.85));
}
.cta-strip > * { position: relative; z-index: 1; }
.cta-strip h2 { font-size: clamp(32px, 5vw, 56px); margin-bottom: 14px; }
.cta-strip p { font-size: 18px; color: rgba(255,255,255,0.95); font-weight: 600; margin-bottom: 28px; }
.cta-strip .btn-primary { background: #fff; color: var(--pink-deep); box-shadow: 0 14px 40px rgba(0,0,0,0.22); }
.cta-strip .btn-primary:hover { background: #fff; transform: translateY(-3px) scale(1.02); }

/* ---- Contact / Venue & Festival ---- */
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 52px 48px;
  align-items: center;
}
.contact-tag {
  display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;
  background: rgba(255,102,216,0.16); color: var(--pink-deep);
  border: 1px solid rgba(255,102,216,0.3); padding: 5px 14px; border-radius: 50px; margin-bottom: 16px;
}
.contact-copy h2 { font-size: clamp(26px, 3.5vw, 38px); margin-bottom: 14px; }
.contact-copy p { font-size: 16px; color: var(--ink-soft); font-weight: 500; max-width: 44ch; margin-bottom: 24px; line-height: 1.65; }
.contact-links { display: flex; flex-direction: column; gap: 12px; }
.contact-link-item {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 22px;
  background: rgba(255,255,255,0.35); border: 1px solid rgba(255,255,255,0.55);
  border-radius: var(--radius-sm);
  text-decoration: none; color: var(--ink); font-weight: 600; font-size: 15px;
  transition: background 0.22s var(--ease-spring), transform 0.22s var(--ease-spring);
}
.contact-link-item:hover { background: rgba(255,255,255,0.58); transform: translateX(5px); }
.contact-link-icon {
  width: 44px; height: 44px; border-radius: 14px; flex-shrink: 0;
  background: rgba(255,102,216,0.16); border: 1px solid rgba(255,102,216,0.28);
  display: flex; align-items: center; justify-content: center;
}
.contact-link-icon svg { width: 22px; height: 22px; stroke: var(--pink-deep); stroke-width: 2; fill: none; }
.contact-link-icon svg.filled { stroke: none; fill: var(--pink-deep); }

@media (max-width: 760px) {
  .contact-section { grid-template-columns: 1fr; padding: 36px 28px; gap: 32px; }
}

/* ---- Vacature ---- */
.vacature-section { padding: 52px 48px; }
.vacature-head { max-width: 620px; margin-bottom: 36px; }
.vacature-head h2 { font-size: clamp(26px, 3.5vw, 38px); margin-bottom: 14px; }
.vacature-head p { font-size: 16px; color: var(--ink-soft); font-weight: 500; line-height: 1.65; }
.vacature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.vacature-block h3 {
  font-size: 19px; color: var(--ink); margin-bottom: 16px;
  -webkit-text-stroke: 0; paint-order: normal;
}
.vacature-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.vacature-list li {
  position: relative; padding-left: 30px;
  font-size: 15px; color: var(--ink-soft); font-weight: 500; line-height: 1.5;
}
.vacature-list li::before {
  content: ""; position: absolute; left: 0; top: 2px;
  width: 19px; height: 19px; border-radius: 50%;
  background: rgba(255,102,216,0.16) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23CC44AA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat;
  border: 1px solid rgba(255,102,216,0.28);
}
.vacature-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
  padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.5);
}
.vacature-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.vacature-tags span {
  font-size: 13px; font-weight: 700; color: var(--pink-deep);
  background: rgba(255,102,216,0.14); border: 1px solid rgba(255,102,216,0.28);
  padding: 6px 13px; border-radius: 50px;
}
@media (max-width: 760px) {
  .vacature-section { padding: 36px 28px; }
  .vacature-grid { grid-template-columns: 1fr; gap: 28px; margin-bottom: 28px; }
  .vacature-foot { flex-direction: column; align-items: stretch; }
  .vacature-foot .btn { justify-content: center; }
}

/* ---- Huisregels ---- */
#huisregels { padding: 0 0 40px; }
.huisregels {
  max-width: 680px; margin: 0 auto;
  padding: 32px 36px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: var(--radius-sm);
}
.huisregels h3 {
  font-family: var(--font-display); font-weight: var(--w-display);
  font-size: 17px; color: var(--ink); margin-bottom: 10px;
  text-shadow: none; -webkit-text-stroke: 0; paint-order: normal;
  letter-spacing: -0.01em;
}
.huisregels p {
  font-size: 14px; color: var(--ink-soft); font-weight: 500;
  margin-bottom: 12px; line-height: 1.65;
}
.huisregels ul {
  list-style: none; display: flex; flex-direction: column; gap: 8px;
}
.huisregels li {
  font-size: 14px; color: var(--ink-soft); font-weight: 500;
  padding-left: 18px; position: relative; line-height: 1.55;
}
.huisregels li::before {
  content: "";
  position: absolute; left: 0; top: 8px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--pink);
}
@media (max-width: 640px) {
  .huisregels { padding: 24px 22px; }
}

/* ---- Footer ---- */
footer.site-footer { padding: 50px 0 38px; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 34px; justify-content: space-between; align-items: flex-start; }
.footer-col { min-width: 180px; }
.footer-col img { height: 48px; margin-bottom: 12px; }
.footer-col > p, .footer-col a { font-size: 14px; color: var(--ink-soft); font-weight: 600; text-decoration: none; display: block; margin-bottom: 7px; }
.footer-col a:hover { color: var(--pink-deep); }
footer h4 { font-family: var(--font-display); font-weight: var(--w-display); font-size: 15px; color: var(--ink); margin-bottom: 13px; text-transform: uppercase; letter-spacing: 1px; -webkit-text-stroke: 0; paint-order: normal; }
.footer-socials { display: flex; gap: 12px; margin-top: 10px; }
.footer-socials a {
  width: 42px; height: 42px; border-radius: 50%; background: var(--pink); color: #fff;
  display: flex; align-items: center; justify-content: center; margin: 0;
  transition: transform 0.22s var(--ease-spring), background 0.2s;
}
.footer-socials a:hover { transform: translateY(-3px) rotate(-6deg); background: var(--pink-deep); }
.footer-socials svg { width: 20px; height: 20px; fill: #fff; }
.footer-bottom { text-align: center; margin-top: 38px; font-size: 13px; color: var(--ink-faint); font-weight: 600; }

/* ---- Scroll Reveal ---- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.75s ease, transform 0.75s var(--ease-spring); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-bg img.poster { animation: none; }
}

:focus-visible { outline: 3px solid var(--pink-deep); outline-offset: 3px; border-radius: 6px; }

/* ---- QR-kaartje sectie ---- */
.qr-section {
  display: grid; grid-template-columns: 1fr auto; gap: 40px;
  padding: 52px 48px; align-items: center;
}
.qr-copy .contact-tag { margin-bottom: 16px; display: inline-block; }
.qr-copy h2 { font-size: clamp(24px, 3.5vw, 38px); margin-bottom: 14px; }
.qr-copy p  { font-size: 16px; color: var(--ink-soft); font-weight: 500; max-width: 46ch; margin-bottom: 24px; line-height: 1.65; }
.qr-visual { flex-shrink: 0; }
.qr-mock {
  width: 120px; height: 120px; padding: 16px;
  background: rgba(255,255,255,0.5); border: 1px solid rgba(255,255,255,0.7);
  border-radius: 20px; color: var(--pink-deep);
}
.qr-mock svg { width: 100%; height: 100%; }
@media (max-width: 640px) {
  .qr-section { grid-template-columns: 1fr; padding: 36px 28px; }
  .qr-visual { display: none; }
}

/* ---- Cookie banner ---- */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 300;
  background: rgba(21,21,43,0.96); backdrop-filter: blur(16px);
  padding: 18px 28px calc(18px + env(safe-area-inset-bottom, 0px)) 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.1);
  transform: translateY(100%); opacity: 0;
  transition: transform 0.4s var(--ease-spring), opacity 0.4s ease;
  pointer-events: none;
}
.cookie-banner.show { transform: translateY(0); opacity: 1; pointer-events: auto; }
.cookie-text { flex: 1; min-width: 260px; }
.cookie-banner p { color: rgba(255,255,255,0.78); font-size: 14px; font-weight: 500; line-height: 1.5; }
.cookie-banner a { color: var(--pink-light); text-decoration: underline; }
.cookie-more-btn {
  background: none; border: none; padding: 0; cursor: pointer;
  color: var(--pink-light); text-decoration: underline; font: inherit; font-weight: 600;
}
.cookie-info { margin-top: 10px; font-size: 13px !important; color: rgba(255,255,255,0.6) !important; }
.cookie-info strong { color: rgba(255,255,255,0.85); font-weight: 700; }
.cookie-btns { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-btn {
  font-family: var(--font-body); font-size: 14px; font-weight: 700;
  padding: 10px 20px; border-radius: 50px; border: none; cursor: pointer;
  transition: all 0.2s var(--ease-spring);
}
.cookie-btn-accept  { background: var(--pink); color: #fff; }
.cookie-btn-accept:hover  { background: var(--pink-deep); transform: translateY(-1px); }
.cookie-btn-decline { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); }
.cookie-btn-decline:hover { background: rgba(255,255,255,0.18); }

/* ============================================================
   EVENTPAGINA (per stad/editie) — SEO landingspagina
   ============================================================ */
.event-main { padding-top: calc(74px + env(safe-area-inset-top, 0px)); }

.event-hero { padding: 56px 0 36px; text-align: center; }
.event-back {
  display: inline-block; margin-bottom: 22px; text-decoration: none;
  font-size: 14px; font-weight: 700; color: var(--ink-soft);
  background: rgba(255,255,255,0.5); border: 1px solid rgba(255,255,255,0.7);
  padding: 7px 16px; border-radius: 50px; transition: background 0.2s;
}
.event-back:hover { background: rgba(255,255,255,0.8); }
.event-hero .eyebrow { color: #fff; background: rgba(204,68,170,0.85); border-color: rgba(255,255,255,0.4); }
.event-hero h1 { font-size: clamp(40px, 8vw, 78px); margin-bottom: 16px; }
.event-hero h1 .accent { color: var(--pink-light); }
.event-when {
  font-family: var(--font-display); font-weight: var(--w-display);
  font-size: clamp(17px, 2.4vw, 22px); color: var(--ink); margin-bottom: 28px;
  -webkit-text-stroke: 0;
}
.btn-xl { font-size: clamp(17px, 2vw, 20px); padding: 17px 38px; }

/* Layout: tekst + info-kaart */
.event-wrap { display: grid; grid-template-columns: 1.7fr 1fr; gap: 24px; align-items: start; margin-bottom: 24px; }
.event-article { padding: 40px 42px; }
.event-article h2 { font-size: clamp(24px, 3.2vw, 34px); margin-bottom: 20px; }
.event-intro p { font-size: 16px; color: var(--ink-soft); font-weight: 500; line-height: 1.72; margin-bottom: 16px; }
.event-intro-sub { font-weight: 700 !important; color: var(--ink) !important; margin-bottom: 10px !important; }
.event-bullets { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 0 0 18px; }
.event-bullets li {
  position: relative; padding-left: 28px; font-size: 16px; color: var(--ink-soft); font-weight: 500; line-height: 1.5;
}
.event-bullets li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 16px; height: 16px; border-radius: 50%;
  background: rgba(255,102,216,0.18) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23CC44AA' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 11px no-repeat;
  border: 1px solid rgba(255,102,216,0.3);
}

/* Info-kaart (sticky op desktop) */
.event-info-card { padding: 32px 30px; position: sticky; top: calc(90px + env(safe-area-inset-top, 0px)); }
.event-info-card h3 { font-size: 20px; margin-bottom: 18px; -webkit-text-stroke: 0; color: var(--ink); }
.event-info-list { list-style: none; display: flex; flex-direction: column; gap: 0; margin-bottom: 22px; }
.event-info-list li {
  display: flex; flex-direction: column; gap: 2px;
  padding: 12px 0; border-bottom: 1px solid rgba(21,21,43,0.08);
}
.event-info-list li:last-child { border-bottom: none; }
.event-info-list .lbl { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--ink-faint); }
.event-info-list .val { font-size: 15px; font-weight: 600; color: var(--ink); }
.event-info-cta .btn { width: 100%; justify-content: center; }

/* Secties + video */
.event-section { margin-bottom: 40px; }
.event-section h2 { font-size: clamp(24px, 3.5vw, 38px); margin-bottom: 22px; text-align: center; }
.event-video {
  position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-soft); background: #1a0d22;
}
.event-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Andere edities */
.other-events { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.other-event {
  display: flex; flex-direction: column; gap: 4px; text-decoration: none;
  padding: 18px 22px; background: rgba(255,255,255,0.5); border: 1px solid rgba(255,255,255,0.7);
  border-radius: var(--radius-sm); transition: transform 0.22s var(--ease-spring), background 0.22s;
}
.other-event:hover { transform: translateY(-3px); background: rgba(255,255,255,0.78); }
.other-city { font-family: var(--font-display); font-weight: var(--w-display); font-size: 19px; color: var(--ink); -webkit-text-stroke: 0; }
.other-date { font-size: 14px; font-weight: 600; color: var(--pink-deep); }

.event-main .cta-strip h2, .event-main .cta-strip p { color: #fff; }

@media (max-width: 820px) {
  .event-wrap { grid-template-columns: 1fr; }
  .event-info-card { position: static; }
  .event-article { padding: 32px 26px; }
}

/* Event-pagina nav (altijd zichtbaar, geen dropdown) */
.event-nav { display: flex; align-items: center; gap: 6px; }
.event-nav a { text-decoration: none; color: #fff; font-weight: 700; font-size: 15px; padding: 9px 15px; border-radius: 50px; transition: background 0.2s; }
.event-nav a.event-nav-link:hover { background: rgba(255,255,255,0.22); }
.event-nav .nav-cta { background: #fff; color: var(--pink-deep); margin-left: 4px; box-shadow: 0 6px 18px -6px rgba(0,0,0,0.25); }
.event-nav .nav-cta:hover { transform: translateY(-2px); }
@media (max-width: 600px) { .event-nav-link { display: none; } }
