/* ============================================================
   GESTELSE KERMIS 2026 · Torenplein Sint-Michielsgestel
   Warm festival premium · orange / espresso / cream
   ============================================================ */

/* ------------------------------------------------------------
   1. TOKENS & RESET
   ------------------------------------------------------------ */
:root {
  --orange: #E8611A;
  --orange-deep: #C74E10;
  --orange-soft: #F49D37;
  --espresso: #1B0D04;
  --espresso-2: #2A1508;
  --brown: #4A2511;
  --brown-soft: #6B3A1F;
  --cream: #FDF6EA;
  --cream-2: #F6E9D4;
  --white: #FFFFFF;

  --font-display: 'Baloo 2', 'Avenir Next', sans-serif;
  --font-body: 'Nunito', 'Avenir Next', sans-serif;

  --ease-spring: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --max-w: 1180px;
  --r-xl: 2rem;
  --r-inner: calc(2rem - 0.5rem);
}

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

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--brown);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

.skip-link {
  position: absolute; top: -100%; left: 1rem;
  background: var(--orange); color: var(--white);
  padding: 0.75rem 1.5rem; border-radius: 0 0 14px 14px;
  z-index: 200; font-weight: 700;
  transition: top 0.25s var(--ease-out);
}
.skip-link:focus { top: 0; }

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


/* ------------------------------------------------------------
   2. TYPOGRAPHY
   ------------------------------------------------------------ */
h1, h2, h3 { font-family: var(--font-display); line-height: 1.05; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5em;
  padding: 0.35em 1em;
  border-radius: 999px;
  border: 1px solid rgba(74, 37, 17, 0.18);
  background: rgba(255, 255, 255, 0.5);
  font-size: 0.66rem; font-weight: 800;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--brown);
  margin-bottom: 1.1rem;
}
.eyebrow-light {
  border-color: rgba(255, 248, 237, 0.25);
  background: rgba(255, 248, 237, 0.08);
  color: var(--cream);
}

.section-title {
  font-size: clamp(2.3rem, 6.5vw, 4rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--espresso-2);
}
.title-light { color: var(--cream); }

.section-sub {
  max-width: 560px;
  margin: 1rem auto 0;
  color: var(--brown-soft);
  font-size: 1.02rem;
}

.section-head { text-align: center; margin-bottom: 3rem; }

/* ------------------------------------------------------------
   3. FLOATING PILL NAV
   ------------------------------------------------------------ */
.nav-shell {
  position: fixed; top: 0; left: 0; width: 100%;
  display: flex; justify-content: center;
  padding: 0.9rem 1rem 0;
  z-index: 100;
  pointer-events: none;
}

.nav-pill {
  pointer-events: auto;
  display: flex; align-items: center; gap: 1.6rem;
  padding: 0.55rem 0.65rem 0.55rem 1.25rem;
  border-radius: 999px;
  background: rgba(27, 13, 4, 0.5);
  border: 1px solid rgba(255, 248, 237, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px -18px rgba(27, 13, 4, 0.7);
  transition: background 0.5s var(--ease-spring), box-shadow 0.5s var(--ease-spring);
}
.nav-pill.scrolled {
  background: rgba(27, 13, 4, 0.82);
  box-shadow: 0 18px 50px -20px rgba(27, 13, 4, 0.9);
}

.nav-brand {
  font-family: var(--font-display);
  font-weight: 800; font-size: 1rem;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--cream);
  display: inline-flex; align-items: center; gap: 0.55em;
  white-space: nowrap;
}
.nav-brand-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 12px rgba(232, 97, 26, 0.9);
}

.nav-links { display: none; align-items: center; gap: 1.4rem; }
.nav-links a {
  font-size: 0.86rem; font-weight: 700;
  color: rgba(253, 246, 234, 0.78);
  transition: color 0.35s var(--ease-out);
}
.nav-links a:hover { color: var(--white); }

.nav-cta {
  display: none;
  padding: 0.55em 1.3em;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-deep) 100%);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700; font-size: 0.82rem;
  text-transform: uppercase; letter-spacing: 0.08em;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25), 0 6px 18px -6px rgba(232, 97, 26, 0.7);
  transition: transform 0.45s var(--ease-spring), box-shadow 0.45s var(--ease-spring);
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: inset 0 1px 1px rgba(255,255,255,0.25), 0 10px 24px -6px rgba(232, 97, 26, 0.8); }
.nav-cta:active { transform: scale(0.97); }

/* Hamburger: 2 lines morph to X */
.hamburger {
  position: relative;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 248, 237, 0.16);
  background: rgba(255, 248, 237, 0.06);
  cursor: pointer;
}
.hamburger span {
  position: absolute; left: 50%; top: 50%;
  width: 16px; height: 2px; border-radius: 2px;
  background: var(--cream);
  transition: transform 0.5s var(--ease-spring);
}
.hamburger span:nth-child(1) { transform: translate(-50%, calc(-50% - 3px)); }
.hamburger span:nth-child(2) { transform: translate(-50%, calc(-50% + 3px)); }
.hamburger.active span:nth-child(1) { transform: translate(-50%, -50%) rotate(45deg); }
.hamburger.active span:nth-child(2) { transform: translate(-50%, -50%) rotate(-45deg); }

/* Mobile overlay menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 95;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 2rem;
  background: rgba(27, 13, 4, 0.88);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  opacity: 0; visibility: hidden;
  transition: opacity 0.55s var(--ease-spring), visibility 0s linear 0.55s;
}
.mobile-menu.open {
  opacity: 1; visibility: visible;
  transition: opacity 0.55s var(--ease-spring);
}
.mobile-menu-links { text-align: center; display: grid; gap: 1.4rem; }
.mobile-menu-links a {
  font-family: var(--font-display);
  font-size: clamp(2rem, 9vw, 2.8rem);
  font-weight: 800; text-transform: uppercase;
  color: var(--cream);
  transition: color 0.35s var(--ease-out);
}
.mobile-menu-links a:hover { color: var(--orange-soft); }
.mobile-menu-links li, .mobile-menu-foot {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.7s var(--ease-spring), transform 0.7s var(--ease-spring);
  transition-delay: 0s;
}
.mobile-menu.open .mobile-menu-links li,
.mobile-menu.open .mobile-menu-foot {
  opacity: 1; transform: translateY(0);
  transition-delay: calc(0.08s + var(--i) * 0.07s);
}
.mobile-menu-foot {
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(253, 246, 234, 0.55);
}

/* ------------------------------------------------------------
   4. HERO
   ------------------------------------------------------------ */
.hero {
  position: relative;
  min-height: 100dvh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  background: var(--espresso);
  padding: 7rem 1rem 5rem;
}

.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom,
      rgba(27, 13, 4, 0.55) 0%,
      rgba(27, 13, 4, 0.25) 38%,
      rgba(27, 13, 4, 0.62) 74%,
      rgba(27, 13, 4, 0.96) 100%);
}
.hero-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 45% at 50% 38%, rgba(232, 97, 26, 0.22) 0%, transparent 70%),
    radial-gradient(ellipse 40% 30% at 82% 80%, rgba(244, 157, 55, 0.12) 0%, transparent 70%);
}

.hero-content {
  position: relative; z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 720px;
}

.hero-eyebrow {
  border-color: rgba(255, 248, 237, 0.28);
  background: rgba(27, 13, 4, 0.5);
  color: var(--cream);
  animation: riseIn 1s 0.15s var(--ease-spring) both;
}

.hero-logo {
  width: min(330px, 66vw);
  margin: 0.4rem auto 1.2rem;
  filter: drop-shadow(0 14px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 70px rgba(232, 97, 26, 0.28));
  animation: logoIn 1.3s var(--ease-spring) both;
}

.hero-dates {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 4.4vw, 2rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cream);
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.5);
  margin-bottom: 1.8rem;
  animation: riseIn 1s 0.45s var(--ease-spring) both;
}
.hero-dates-sep {
  color: var(--orange-soft);
  font-size: 0.7em;
  padding: 0 0.25em;
}

/* Countdown: double-bezel glass tiles */
.countdown {
  display: flex; justify-content: center;
  gap: clamp(0.5rem, 2vw, 0.9rem);
  margin-bottom: 2.2rem;
  animation: riseIn 1s 0.6s var(--ease-spring) both;
}
.cd-tile {
  padding: 5px;
  border-radius: 22px;
  background: rgba(255, 248, 237, 0.07);
  border: 1px solid rgba(255, 248, 237, 0.14);
}
.cd-inner {
  display: flex; flex-direction: column; align-items: center;
  min-width: clamp(62px, 17vw, 84px);
  padding: 0.7em 0.45em 0.6em;
  border-radius: 17px;
  background: rgba(27, 13, 4, 0.6);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12);
}
.cd-num {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 6vw, 2.5rem);
  font-weight: 800; line-height: 1;
  color: var(--white);
  font-variant-numeric: tabular-nums;
  transition: transform 0.3s var(--ease-spring);
}
.cd-num.tick { transform: translateY(-2px) scale(1.06); }
.cd-label {
  margin-top: 0.45em;
  font-size: 0.62rem; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(253, 246, 234, 0.65);
}
.countdown-done {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 4vw, 1.7rem);
  font-weight: 800; color: var(--white);
  text-shadow: 0 0 34px rgba(232, 97, 26, 0.6);
  padding: 0.4em 1em;
}

.hero-actions {
  display: flex; flex-wrap: wrap;
  justify-content: center; align-items: center;
  gap: 0.9rem;
  animation: riseIn 1s 0.75s var(--ease-spring) both;
}

.hero-free {
  margin-top: 1.4rem;
  font-size: 0.78rem; font-weight: 800;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(253, 246, 234, 0.6);
  animation: riseIn 1s 0.9s var(--ease-spring) both;
}

@keyframes logoIn {
  0% { opacity: 0; transform: scale(0.55) translateY(46px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes riseIn {
  0% { opacity: 0; transform: translateY(26px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Buttons */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.8em;
  padding: 0.55em 0.55em 0.55em 1.6em;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-deep) 100%);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.28),
              0 10px 30px -8px rgba(232, 97, 26, 0.65);
  transition: transform 0.5s var(--ease-spring), box-shadow 0.5s var(--ease-spring);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.28),
              0 16px 40px -8px rgba(232, 97, 26, 0.8);
}
.btn-primary:active { transform: scale(0.97); }
.btn-icon {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(27, 13, 4, 0.22);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.15);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--white);
  transition: transform 0.5s var(--ease-spring);
}
.btn-icon svg { width: 15px; height: 15px; }
.btn-primary:hover .btn-icon { transform: translateX(3px) scale(1.06); }

.btn-ghost {
  display: inline-flex; align-items: center;
  padding: 0.8em 1.7em;
  border-radius: 999px;
  border: 1px solid rgba(255, 248, 237, 0.3);
  background: rgba(255, 248, 237, 0.06);
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 0.95rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em;
  transition: background 0.5s var(--ease-spring), border-color 0.5s var(--ease-spring), transform 0.5s var(--ease-spring);
}
.btn-ghost:hover {
  background: rgba(255, 248, 237, 0.14);
  border-color: rgba(255, 248, 237, 0.5);
  transform: translateY(-2px);
}
.btn-ghost:active { transform: scale(0.97); }

/* Scroll cue */
.scroll-cue {
  position: absolute; bottom: 1.6rem; left: 50%;
  transform: translateX(-50%);
  width: 26px; height: 42px;
  border: 1.5px solid rgba(253, 246, 234, 0.4);
  border-radius: 999px;
  z-index: 2;
}
.scroll-cue span {
  position: absolute; top: 7px; left: 50%;
  width: 3px; height: 8px;
  margin-left: -1.5px;
  border-radius: 3px;
  background: var(--cream);
  animation: cueDrop 2s var(--ease-spring) infinite;
}
@keyframes cueDrop {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(14px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* ------------------------------------------------------------
   5. MARQUEE
   ------------------------------------------------------------ */
.marquee {
  background: linear-gradient(90deg, var(--orange) 0%, var(--orange-deep) 100%);
  overflow: hidden;
  padding: 0.85rem 0;
  transform: rotate(-1deg) scale(1.02);
  transform-origin: center;
  box-shadow: 0 14px 40px -18px rgba(199, 78, 16, 0.7);
  position: relative; z-index: 3;
  margin-top: -1.4rem;
}
.marquee-track {
  display: flex; align-items: center; gap: 2.2rem;
  width: max-content;
  animation: marquee 26s linear infinite;
}
.marquee-track span {
  font-family: var(--font-display);
  font-weight: 800; font-size: 0.95rem;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--cream);
  white-space: nowrap;
}
.marquee-track i {
  font-style: normal; font-size: 0.8rem;
  color: rgba(253, 246, 234, 0.7);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-33.333%); }
}

/* ------------------------------------------------------------
   6. SECTIONS BASE
   ------------------------------------------------------------ */
.section { padding: 5.5rem 1.25rem; position: relative; }
.section-inner { max-width: var(--max-w); margin: 0 auto; }

/* ------------------------------------------------------------
   7. PROGRAMMA
   ------------------------------------------------------------ */
.programma {
  background:
    radial-gradient(ellipse 60% 40% at 15% 8%, rgba(244, 157, 55, 0.12) 0%, transparent 65%),
    var(--cream);
  padding-top: 7rem;
}

.tabbar-wrap {
  position: sticky;
  top: 78px;
  z-index: 60;
  display: flex; justify-content: center;
  margin-bottom: 2.6rem;
  pointer-events: none;
}
.tabbar {
  pointer-events: auto;
  display: flex; gap: 0.3rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: rgba(253, 246, 234, 0.94);
  border: 1px solid rgba(74, 37, 17, 0.12);
  box-shadow: 0 14px 40px -18px rgba(74, 37, 17, 0.45);
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.tabbar::-webkit-scrollbar { display: none; }

.tab-btn {
  display: flex; flex-direction: column; align-items: center;
  gap: 0.05em;
  padding: 0.5em 1.15em 0.55em;
  border: none; border-radius: 999px;
  background: transparent;
  color: var(--brown);
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.45s var(--ease-spring), color 0.45s var(--ease-spring), transform 0.45s var(--ease-spring);
}
.tab-btn b {
  font-family: var(--font-display);
  font-size: 1rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.tab-btn em {
  font-style: normal;
  font-size: 0.64rem; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase;
  opacity: 0.62;
}
.tab-btn:hover { background: rgba(74, 37, 17, 0.07); }
.tab-btn:active { transform: scale(0.96); }
.tab-btn.active {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-deep) 100%);
  color: var(--white);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25), 0 8px 22px -8px rgba(232, 97, 26, 0.7);
}
.tab-btn.active em { opacity: 0.85; }

.tab-panel { display: none; }
.tab-panel.active { display: block; animation: panelIn 0.6s var(--ease-spring); }
@keyframes panelIn {
  0% { opacity: 0; transform: translateY(22px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Day card: double-bezel */
.day-card {
  max-width: 940px;
  margin: 0 auto;
  padding: 8px;
  border-radius: var(--r-xl);
  background: rgba(74, 37, 17, 0.05);
  border: 1px solid rgba(74, 37, 17, 0.1);
  display: grid;
  gap: 8px;
}

.day-card-media {
  position: relative;
  border-radius: var(--r-inner);
  overflow: hidden;
  background: var(--espresso-2);
}
.day-card-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease-spring);
}
.day-card:hover .day-card-media img { transform: scale(1.04); }
.media-chip {
  position: absolute; top: 12px; left: 12px;
  padding: 0.35em 0.95em;
  border-radius: 999px;
  background: rgba(27, 13, 4, 0.7);
  border: 1px solid rgba(255, 248, 237, 0.22);
  color: var(--cream);
  font-size: 0.62rem; font-weight: 800;
  letter-spacing: 0.18em; text-transform: uppercase;
}

.day-card-body {
  background: var(--white);
  border-radius: var(--r-inner);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9);
  padding: 1.8rem 1.6rem 2rem;
}

.day-kicker {
  font-size: 0.66rem; font-weight: 800;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--orange-deep);
  margin-bottom: 0.5rem;
}
.day-title {
  font-size: clamp(1.5rem, 4.6vw, 2.1rem);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--espresso-2);
  margin-bottom: 0.8rem;
}
.time-badge {
  display: inline-block;
  padding: 0.42em 1.2em;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-deep) 100%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.28);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 1.3rem;
}

.lineup-note {
  display: flex; align-items: center; gap: 0.6em;
  font-size: 0.8rem; font-weight: 800;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--brown);
  margin-bottom: 1.2rem;
}
.pulse-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 0 rgba(232, 97, 26, 0.5);
  animation: pulse 2.2s var(--ease-out) infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(232, 97, 26, 0.5); }
  70% { box-shadow: 0 0 0 9px rgba(232, 97, 26, 0); }
  100% { box-shadow: 0 0 0 0 rgba(232, 97, 26, 0); }
}

.lineup-label {
  font-size: 0.68rem; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(74, 37, 17, 0.45);
  margin-bottom: 0.5rem;
}
.artist-list { display: grid; gap: 0.45rem; }
.artist-list li {
  position: relative;
  padding-left: 1.15em;
  font-size: 1.05rem; font-weight: 800;
  color: var(--brown);
}
.artist-list li::before {
  content: '';
  position: absolute; left: 0; top: 50%;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--orange);
  transform: translateY(-50%);
}

/* ------------------------------------------------------------
   8. POSTER STRIP
   ------------------------------------------------------------ */
.posters {
  background: var(--cream);
  padding-bottom: 6rem;
  overflow: hidden;
}
.posters .section-head { margin-bottom: 2.2rem; }

.poster-strip {
  display: flex; gap: 1.1rem;
  overflow-x: auto;
  padding: 0.5rem 1.25rem 1.4rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.poster-strip::-webkit-scrollbar { display: none; }

.poster-card {
  flex: 0 0 min(240px, 62vw);
  scroll-snap-align: center;
  padding: 6px;
  border-radius: 1.4rem;
  background: rgba(74, 37, 17, 0.06);
  border: 1px solid rgba(74, 37, 17, 0.1);
  transition: transform 0.7s var(--ease-spring);
}
.poster-card:nth-child(odd) { transform: rotate(-1.2deg); }
.poster-card:nth-child(even) { transform: rotate(1.1deg); }
.poster-card:hover { transform: rotate(0deg) translateY(-6px); }
.poster-card img {
  border-radius: calc(1.4rem - 5px);
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.poster-card figcaption {
  padding: 0.6rem 0.4rem 0.35rem;
  text-align: center;
  font-size: 0.66rem; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(74, 37, 17, 0.55);
}

/* ------------------------------------------------------------
   9. AFTERMOVIE
   ------------------------------------------------------------ */
.aftermovie {
  background:
    radial-gradient(ellipse 55% 45% at 80% 15%, rgba(232, 97, 26, 0.16) 0%, transparent 65%),
    radial-gradient(ellipse 45% 40% at 10% 90%, rgba(244, 157, 55, 0.08) 0%, transparent 65%),
    var(--espresso);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.aftermovie-grid { display: grid; gap: 3.2rem; align-items: center; }

.aftermovie-copy { text-align: center; }
.aftermovie-text {
  max-width: 460px;
  margin: 1.3rem auto 2rem;
  color: rgba(253, 246, 234, 0.78);
  font-size: 1.05rem;
}

.phone-wrap { display: flex; justify-content: center; }
.phone-shell {
  width: min(290px, 76vw);
  padding: 9px;
  border-radius: 3rem;
  background: rgba(255, 248, 237, 0.07);
  border: 1px solid rgba(255, 248, 237, 0.16);
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.8);
  transform: rotate(1.5deg);
  transition: transform 0.8s var(--ease-spring);
}
.phone-shell:hover { transform: rotate(0deg) scale(1.015); }
.phone-core {
  position: relative;
  border-radius: calc(3rem - 8px);
  overflow: hidden;
  background: #000;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.14);
}
.phone-core video {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  display: block;
}

.play-btn {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(255, 248, 237, 0.35);
  background: rgba(232, 97, 26, 0.92);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3),
              0 10px 40px -8px rgba(232, 97, 26, 0.9);
  color: var(--white);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.5s var(--ease-spring), opacity 0.5s var(--ease-spring);
  animation: playGlow 2.6s var(--ease-out) infinite;
}
.play-btn svg { width: 26px; height: 26px; margin-left: 3px; }
.play-btn:hover { transform: translate(-50%, -50%) scale(1.1); }
.play-btn.hidden { opacity: 0; pointer-events: none; }
@keyframes playGlow {
  0%, 100% { box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 10px 40px -8px rgba(232, 97, 26, 0.7); }
  50% { box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 10px 60px -6px rgba(232, 97, 26, 1); }
}

/* ------------------------------------------------------------
   10. PRAKTISCHE INFO · BENTO
   ------------------------------------------------------------ */
.info {
  background:
    radial-gradient(ellipse 50% 40% at 88% 12%, rgba(244, 157, 55, 0.12) 0%, transparent 65%),
    var(--cream);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.bento { display: grid; gap: 1.1rem; }

.bento-card {
  border-radius: 1.6rem;
  padding: 1.9rem 1.7rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(74, 37, 17, 0.1);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9),
              0 24px 50px -30px rgba(74, 37, 17, 0.35);
  transition: transform 0.6s var(--ease-spring), box-shadow 0.6s var(--ease-spring);
}
.bento-card:hover {
  transform: translateY(-5px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9),
              0 34px 60px -30px rgba(74, 37, 17, 0.45);
}

.bento-icon {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: rgba(232, 97, 26, 0.1);
  color: var(--orange-deep);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.1rem;
}
.bento-icon svg { width: 23px; height: 23px; }

.bento-card h3 {
  font-size: 1.15rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.04em;
  color: var(--espresso-2);
  margin-bottom: 0.6rem;
}
.bento-card p { color: var(--brown-soft); font-size: 0.97rem; }

.bento-accent {
  background: linear-gradient(150deg, var(--orange) 0%, var(--orange-deep) 100%);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3),
              0 28px 55px -26px rgba(199, 78, 16, 0.65);
}
.bento-accent h3 { color: var(--white); }
.bento-accent p { color: rgba(255, 248, 237, 0.9); }
.bento-accent .bento-icon { background: rgba(255, 248, 237, 0.18); color: var(--white); }

.times-list { display: grid; gap: 0.55rem; }
.times-list li {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.9rem;
  border-radius: 12px;
  background: rgba(74, 37, 17, 0.045);
  font-size: 0.95rem;
}
.times-list span { font-weight: 700; color: var(--brown); }
.times-list b { font-weight: 800; color: var(--orange-deep); white-space: nowrap; }

/* ------------------------------------------------------------
   11. LOCATIE
   ------------------------------------------------------------ */
.locatie {
  background:
    radial-gradient(ellipse 55% 40% at 12% 10%, rgba(232, 97, 26, 0.14) 0%, transparent 65%),
    var(--espresso-2);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.locatie-grid { display: grid; gap: 1.6rem; align-items: stretch; }

.map-shell {
  padding: 8px;
  border-radius: var(--r-xl);
  background: rgba(255, 248, 237, 0.06);
  border: 1px solid rgba(255, 248, 237, 0.14);
}
.map-core {
  border-radius: var(--r-inner);
  overflow: hidden;
  height: 100%;
  min-height: 320px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
}
.map-core iframe {
  width: 100%; height: 100%;
  min-height: 320px;
  border: none; display: block;
  filter: saturate(0.9);
}

.locatie-info {
  border-radius: var(--r-xl);
  padding: 2.1rem 1.8rem;
  background: rgba(255, 248, 237, 0.06);
  border: 1px solid rgba(255, 248, 237, 0.14);
  color: rgba(253, 246, 234, 0.82);
}
.locatie-info h3 {
  font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--orange-soft);
  margin-bottom: 0.4rem;
}
.locatie-info p { margin-bottom: 1.4rem; font-size: 1rem; }
.btn-maps { margin-top: 0.2rem; }

/* ------------------------------------------------------------
   12. SPONSORS
   ------------------------------------------------------------ */
.sponsors {
  background: var(--espresso);
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  text-align: center;
}

.sponsor-shell {
  max-width: 640px;
  margin: 0 auto;
  padding: 8px;
  border-radius: var(--r-xl);
  background: rgba(255, 248, 237, 0.06);
  border: 1px solid rgba(255, 248, 237, 0.14);
}
.sponsor-core {
  border-radius: var(--r-inner);
  overflow: hidden;
  max-height: 300px;
}
.sponsor-core img {
  width: 100%; height: 100%;
  max-height: 300px;
  object-fit: cover;
  transition: transform 0.8s var(--ease-spring);
}
.sponsor-shell:hover .sponsor-core img { transform: scale(1.03); }

.sponsor-names {
  display: flex; flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.6rem;
}
.sponsor-names li {
  padding: 0.5em 1.3em;
  border-radius: 999px;
  border: 1px solid rgba(255, 248, 237, 0.18);
  background: rgba(255, 248, 237, 0.05);
  color: rgba(253, 246, 234, 0.85);
  font-size: 0.82rem; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase;
}

/* ------------------------------------------------------------
   13. FOOTER
   ------------------------------------------------------------ */
.footer {
  background: var(--espresso);
  border-top: 1px solid rgba(255, 248, 237, 0.1);
  text-align: center;
  padding: 3.5rem 1.5rem 2.8rem;
  color: rgba(253, 246, 234, 0.65);
}
.footer-logo {
  width: 110px;
  margin: 0 auto 1.1rem;
  filter: drop-shadow(0 6px 24px rgba(232, 97, 26, 0.25));
}
.footer-dates {
  font-size: 0.78rem; font-weight: 800;
  letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.footer-socials {
  display: flex; justify-content: center;
  gap: 0.9rem;
  margin-bottom: 1.8rem;
}
.footer-socials a {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 248, 237, 0.2);
  background: rgba(255, 248, 237, 0.05);
  color: var(--cream);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.5s var(--ease-spring), border-color 0.5s var(--ease-spring), transform 0.5s var(--ease-spring);
}
.footer-socials a:hover {
  background: var(--orange);
  border-color: var(--orange);
  transform: translateY(-3px);
}
.footer-socials svg { width: 21px; height: 21px; }
.footer-copy { font-size: 0.8rem; opacity: 0.7; }

/* ------------------------------------------------------------
   14. SCROLL REVEAL
   ------------------------------------------------------------ */
.reveal {
  opacity: 0;
  transform: translateY(44px);
  transition:
    opacity 0.9s var(--ease-spring),
    transform 0.9s var(--ease-spring);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ------------------------------------------------------------
   15. REDUCED MOTION
   ------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-eyebrow, .hero-logo, .hero-dates, .countdown,
  .hero-actions, .hero-free { animation: none; }
  .marquee-track { animation: none; }
  .scroll-cue span, .pulse-dot, .play-btn { animation: none; }
  .poster-card, .phone-shell { transform: none; }
  * { transition-duration: 0.01ms !important; }
}

/* ------------------------------------------------------------
   16. RESPONSIVE · TABLET (768px+)
   ------------------------------------------------------------ */
@media (min-width: 768px) {
  .section { padding-left: 2rem; padding-right: 2rem; }

  .nav-links { display: flex; }
  .nav-cta { display: inline-flex; }
  .hamburger { display: none; }
  .mobile-menu { display: none; }

  .day-card {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: stretch;
  }
  .day-card-media img { height: 100%; min-height: 380px; }
  .day-card-body {
    display: flex; flex-direction: column; justify-content: center;
    align-items: flex-start;
    padding: 2.4rem 2.4rem;
  }

  .bento { grid-template-columns: repeat(12, 1fr); }
  .bento-wide { grid-column: span 7; }
  .bento-accent { grid-column: span 5; }
  .bento-card:nth-child(3) { grid-column: span 5; }
  .bento-card:nth-child(4) { grid-column: span 7; }

  .aftermovie-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
  }
  .aftermovie-copy { text-align: left; }
  .aftermovie-text { margin-left: 0; }

  .locatie-grid { grid-template-columns: 1.15fr 0.85fr; }

  .poster-strip {
    justify-content: center;
    padding-left: 2rem; padding-right: 2rem;
  }
  .poster-card { flex-basis: 205px; }
}

/* ------------------------------------------------------------
   17. RESPONSIVE · DESKTOP (1024px+)
   ------------------------------------------------------------ */
@media (min-width: 1024px) {
  .section { padding-top: 7.5rem; padding-bottom: 7.5rem; }
  .hero-logo { width: 380px; }
  .tabbar-wrap { top: 84px; }
  .poster-card { flex-basis: 215px; }
}
