/* =========================================================
   THE CENTRAL HOOD — eventlocatie
   Thema: goud op zwart, warme gloed, premium / nightlife
   ========================================================= */

:root {
  --black:      #0b0a08;
  --black-2:    #110f0c;
  --black-3:    #1a1712;
  --line:       rgba(212, 175, 90, 0.16);
  --line-2:     rgba(212, 175, 90, 0.30);
  --text:       #f4efe4;
  --text-dim:   #bcb3a0;
  --gold-1:     #9a6b13;
  --gold-2:     #d4af37;
  --gold-3:     #f7e39b;
  --gold-grad:  linear-gradient(135deg, #a9791b 0%, #f7e39b 44%, #d4af37 78%, #a9791b 100%);
  --shadow:     0 30px 70px rgba(0, 0, 0, 0.6);
  --radius:     16px;
  --maxw:       1160px;
  --bar-h:      44px;
  --ease:       cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 84px;
  overflow-x: hidden;
}

body {
  background: var(--black);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

::selection { background: rgba(212, 175, 55, 0.28); color: #fff; }

h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
h2 { font-size: clamp(2rem, 5vw, 3.25rem); }
h2 em { font-style: italic; color: var(--gold-3); }
h3 { font-size: 1.32rem; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ---------- Custom scrollbar ---------- */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: #2a241a; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #3a3223; }

/* ---------- Event announcement bar ---------- */
.eventbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 140;
  height: var(--bar-h);
  display: flex; align-items: center; justify-content: center;
  background: rgba(9, 8, 6, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-2);
  transition: transform 0.4s var(--ease);
}
.eventbar__link {
  display: flex; align-items: center;
  gap: 12px;
  max-width: 100%;
  padding: 0 44px;
  height: 100%;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--text);
}
.eventbar__link:hover .eventbar__go { color: #fff; }
.eventbar__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #ff5a3c;
  box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.7);
  animation: pulse-hot 2s ease-out infinite;
  flex: none;
}
.eventbar__label { color: var(--text-dim); }
.eventbar strong { color: var(--text); font-weight: 700; }
.eventbar__cd {
  color: var(--gold-3);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.45);
  flex: none;
}
.eventbar__go { color: var(--gold-3); white-space: nowrap; }
.eventbar__x {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  background: none; border: 0; cursor: pointer;
  color: var(--text-dim); font-size: 1rem; line-height: 1;
  padding: 6px;
}
.eventbar__x:hover { color: var(--gold-3); }
.eventbar__sep { color: var(--line-2); }
html.scrolled .eventbar { transform: translateY(-100%); }
body.eventbar-closed .eventbar { display: none; }
@keyframes shine { to { background-position: 200% center; } }
@media (max-width: 620px) {
  .eventbar__link { font-size: 0.6rem; letter-spacing: 0.06em; gap: 8px; padding: 0 34px 0 12px; }
  .eventbar__hidephone { display: none; }
}
@media (max-width: 520px) {
  /* whole bar is tappable — drop the explicit "Bekijk →" to make room for the countdown */
  .eventbar__go { display: none; }
}
@media (max-width: 400px) {
  .eventbar__when { display: none; }
}

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 26px; position: relative; z-index: 2; }
.container.narrow { max-width: 780px; }
.center { text-align: center; }
.center .section__head { margin-left: auto; margin-right: auto; align-items: center; }
.center .btn { margin-top: 4px; }

.section { padding: clamp(72px, 11vw, 140px) 0; position: relative; z-index: 2; }
.section--alt {
  background: linear-gradient(180deg, var(--black) 0%, var(--black-2) 50%, var(--black) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section--cta {
  background: var(--black-2);
  border-top: 1px solid var(--line);
  overflow: hidden;
}

.section__head { max-width: 640px; margin-bottom: 52px; display: flex; flex-direction: column; align-items: flex-start; }
.section__index {
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--gold-2);
  opacity: 0.7;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-2);
}
.section__sub { color: var(--text-dim); margin-top: 16px; max-width: 52ch; }
.center .section__sub { margin-left: auto; margin-right: auto; }

.eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 16px;
}
.script-eyebrow {
  font-family: "Dancing Script", cursive;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--gold-3);
}

.prose { max-width: 60ch; }
.center .prose { margin-left: auto; margin-right: auto; }
.prose p { color: var(--text-dim); margin-bottom: 1em; font-size: 1.05rem; }
.prose p:last-child { margin-bottom: 0; }
.muted { color: var(--text-dim); font-size: 0.95rem; }

/* ---------- Buttons ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  border: 1px solid transparent;
  overflow: hidden;
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease), color 0.2s ease, border-color 0.2s ease;
}
.btn--gold {
  background: var(--gold-grad);
  background-size: 200% auto;
  color: #1a1408;
  box-shadow: 0 12px 34px rgba(212, 175, 55, 0.26), inset 0 1px 0 rgba(255,255,255,0.35);
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(212, 175, 55, 0.42); background-position: right center; }
.btn--ghost { background: transparent; color: var(--text); border-color: var(--line-2); }
.btn--ghost:hover { border-color: var(--gold-2); color: var(--gold-3); transform: translateY(-2px); }
.btn--small { padding: 10px 19px; font-size: 0.86rem; }
.btn--lg { padding: 18px 38px; font-size: 1.06rem; }

/* sheen sweep — on hover only, once */
.btn--sheen::after {
  content: "";
  position: absolute; top: 0; left: -90%;
  width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.5), transparent);
  transform: skewX(-18deg);
  pointer-events: none;
}
.btn--sheen:hover::after { animation: sheen 0.9s var(--ease); }
@keyframes sheen {
  from { left: -90%; }
  to { left: 170%; }
}

/* ---------- Navbar ---------- */
.navbar {
  position: fixed; top: var(--bar-h); left: 0; right: 0;
  z-index: 150;
  padding: 20px 0;
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease, top 0.4s var(--ease), backdrop-filter 0.3s ease;
}
html.scrolled .navbar, body.eventbar-closed .navbar { top: 0; }
.navbar.is-scrolled {
  background: rgba(11, 10, 8, 0.86);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
  padding: 11px 0;
}
.navbar__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar__wordmark { font-size: 1.5rem; display: block; }
.brand-logo {
  display: block;
  width: auto;
  height: 62px;
  transition: height 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 0 16px rgba(212, 175, 90, 0.3));
}
.navbar.is-scrolled .brand-logo { height: 46px; }
.footer__brand .brand-logo { height: 108px; margin-bottom: 16px; }
@media (max-width: 600px) {
  .brand-logo { height: 50px; }
  .navbar.is-scrolled .brand-logo { height: 42px; }
  .footer__brand .brand-logo { height: 92px; }
}

/* Hero logo */
.hero__logo {
  display: block;
  width: clamp(138px, 19vw, 188px);
  height: auto;
  margin: 0 auto 16px;
  filter: drop-shadow(0 0 34px rgba(212, 175, 90, 0.34));
  animation: logoFloat 7s ease-in-out infinite;
}
@keyframes logoFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@media (max-width: 600px) {
  .hero__logo { width: clamp(132px, 40vw, 172px); margin-bottom: 18px; }
}
.navbar__nav { display: flex; align-items: center; gap: 32px; }
.navbar__nav a { font-size: 0.92rem; color: var(--text-dim); position: relative; transition: color 0.16s ease; }
.navbar__nav a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -6px;
  width: 0; height: 1px; background: var(--gold-2);
  transition: width 0.25s var(--ease);
}
.navbar__nav a:not(.btn):hover { color: var(--gold-3); }
.navbar__nav a:not(.btn):hover::after { width: 100%; }
.navbar__nav a.btn { color: #1a1408; }
.navbar__nav a.nav-live { display: inline-flex; align-items: center; gap: 8px; }
.navbar__nav a.nav-live::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold-3); flex: none;
  box-shadow: 0 0 0 0 rgba(247, 227, 155, 0.7);
  animation: pulse 2.4s ease-out infinite;
}

.navbar__burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; z-index: 160; }
.navbar__burger span { width: 24px; height: 2px; background: var(--gold-2); transition: transform 0.25s ease, opacity 0.2s ease; }
.navbar__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navbar__burger.is-open span:nth-child(2) { opacity: 0; }
.navbar__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* bottom-heavy: nudges the text block up a touch and leaves more of the crowd
     visible below it on tall screens */
  padding: 116px 26px 132px;
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background:
    /* barely-there knock-back on the brightest window glow, gone by the middle */
    linear-gradient(90deg, rgba(9, 8, 6, 0.2) 0%, rgba(9, 8, 6, 0.04) 42%, transparent 60%),
    /* light top wash for the nav, minimal middle, soft foot into the next band */
    linear-gradient(180deg, rgba(9, 8, 6, 0.34) 0%, rgba(9, 8, 6, 0.08) 32%, transparent 58%, rgba(9, 8, 6, 0.42) 100%),
    url("assets/hero.jpg") center center / cover no-repeat,
    var(--black);
  /* near-full brightness + punchier colour so the crowd, balloons and warm lights carry the energy */
  filter: brightness(0.99) saturate(1.14) contrast(1.07);
}
/* cinematic vignette — only feathers the four edges, the whole middle of the scene stays open */
.hero__vignette {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(142% 116% at 50% 44%, rgba(8, 6, 4, 0.02) 0%, rgba(8, 6, 4, 0.15) 54%, rgba(5, 4, 3, 0.58) 100%),
    linear-gradient(180deg, rgba(22, 14, 4, 0.18) 0%, transparent 24%);
  mix-blend-mode: multiply;
}
.hero__overlay {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(9, 8, 6, 0.3) 0%, transparent 20%, transparent 68%, rgba(9, 8, 6, 0.46) 100%);
}
/* readability scrim — all the text-legibility work happens locally here so the rest
   of the photo (people, balloons, string lights) can stay bright. A tight dark pool
   sits behind the headline; a soft mid-band covers the kicker/subline; both fade to
   nothing well before the top (sky) and the bottom (crowd + tables). */
.hero__scrim {
  position: absolute; inset: -30px;
  pointer-events: none;
  z-index: 2;
  background:
    radial-gradient(46% 44% at 50% 48%, rgba(4, 3, 2, 0.78) 0%, rgba(4, 3, 2, 0.4) 52%, transparent 80%),
    linear-gradient(180deg,
      transparent 6%,
      rgba(4, 3, 2, 0.24) 30%,
      rgba(4, 3, 2, 0.34) 48%,
      rgba(4, 3, 2, 0.28) 66%,
      rgba(4, 3, 2, 0.18) 80%,
      transparent 94%);
  filter: blur(18px);
}
.hero__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(24px);
  z-index: 1;
}
.hero__glow--1 {
  top: -34%; left: 50%;
  width: min(900px, 120vw); height: min(900px, 120vw);
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(212, 175, 55, 0.20) 0%, rgba(212, 175, 55, 0.045) 44%, transparent 70%);
  animation: drift1 18s ease-in-out infinite alternate;
}
@keyframes drift1 { to { transform: translateX(-50%) translateY(30px) scale(1.06); } }

/* oversized outlined wordmark, bleeding off both edges behind the content */
.hero__watermark {
  position: absolute; left: 50%; top: 45%;
  transform: translate(-50%, -50%);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  font-size: clamp(5rem, 19vw, 16rem);
  line-height: 0.82;
  letter-spacing: 0.03em;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(212, 175, 90, 0.15);
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

/* inset frame + corner ticks — venue marquee / ticket feel */
.hero__frame {
  position: absolute; inset: clamp(16px, 3vw, 34px);
  border: 1px solid rgba(212, 175, 90, 0.22);
  pointer-events: none;
  z-index: 2;
}
.hero__tick {
  position: absolute; width: 15px; height: 15px;
  border: 2px solid var(--gold-2);
}
.hero__tick--tl { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.hero__tick--tr { top: -1px; right: -1px; border-left: 0; border-bottom: 0; }
.hero__tick--bl { bottom: -1px; left: -1px; border-right: 0; border-top: 0; }
.hero__tick--br { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }

/* vertical edge labels flanking the centred content */
.hero__edge {
  position: absolute; top: 50%;
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--gold-2);
  writing-mode: vertical-rl;
  opacity: 0.78;
  z-index: 3;
}
.hero__edge--left  { left: clamp(20px, 3.4vw, 42px); transform: translateY(-50%) rotate(180deg); }
.hero__edge--right { right: clamp(20px, 3.4vw, 42px); transform: translateY(-50%); }

.hero__content {
  position: relative; z-index: 4;
  width: 100%; max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

/* eyebrow — tracked label between two hairlines (replaces the pill chip) */
.hero__eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  font-size: 0.74rem; font-weight: 600;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold-3);
  margin: 2px 0 16px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.9), 0 1px 6px rgba(0, 0, 0, 0.92), 0 1px 2px rgba(0, 0, 0, 0.8);
}
.hero__eyebrow::before,
.hero__eyebrow::after {
  content: ""; width: clamp(22px, 8vw, 58px); height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2));
}
.hero__eyebrow::after { transform: scaleX(-1); }

.hero__headline {
  font-size: clamp(3rem, 8.4vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  text-shadow: 0 0 26px rgba(0, 0, 0, 0.72), 0 2px 12px rgba(0, 0, 0, 0.7), 0 1px 3px rgba(0, 0, 0, 0.6);
}
.hero__headline .line { display: block; }
.hero__headline .line:first-child { color: var(--text); }
.shimmer {
  background: linear-gradient(100deg, var(--gold-2) 18%, #fff8e2 50%, var(--gold-2) 82%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shine 5s linear infinite;
  filter:
    drop-shadow(0 0 14px rgba(0, 0, 0, 0.82))
    drop-shadow(0 2px 6px rgba(0, 0, 0, 0.8))
    drop-shadow(0 0 1px rgba(0, 0, 0, 0.9))
    drop-shadow(0 0 1px rgba(0, 0, 0, 0.9));
}

/* string-light divider — echoes the venue's real string lights */
.hero__bulbs {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  gap: clamp(10px, 3vw, 22px);
  width: min(320px, 64vw);
  margin: 0 auto 22px;
}
.hero__bulbs::before {
  content: ""; position: absolute; left: 0; right: 0; top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 90, 0.4) 22%, rgba(212, 175, 90, 0.4) 78%, transparent);
}
.hero__bulbs span {
  position: relative;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold-3);
  box-shadow: 0 0 8px 1px rgba(247, 227, 155, 0.7);
  animation: twinkle 3s ease-in-out infinite;
}
.hero__bulbs span:nth-child(2n) { animation-delay: 0.4s; }
.hero__bulbs span:nth-child(3n) { animation-delay: 0.9s; }
.hero__bulbs span:nth-child(4n) { animation-delay: 1.5s; }
@keyframes twinkle {
  0%, 100% { opacity: 0.5; box-shadow: 0 0 6px 0 rgba(247, 227, 155, 0.4); }
  50%      { opacity: 1;   box-shadow: 0 0 12px 2px rgba(247, 227, 155, 0.85); }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(247, 227, 155, 0.6); }
  70% { box-shadow: 0 0 0 10px rgba(247, 227, 155, 0); }
  100% { box-shadow: 0 0 0 0 rgba(247, 227, 155, 0); }
}

.hero__subline {
  position: relative;
  color: var(--text);
  font-weight: 500;
  font-size: clamp(1rem, 2.4vw, 1.16rem);
  max-width: 500px;
  margin: 0 auto 30px;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.92), 0 0 5px rgba(0, 0, 0, 0.9), 0 1px 3px rgba(0, 0, 0, 0.8);
}
/* its own soft pad — the sub-line is small and sits lowest, closest to the crowd */
.hero__subline::before {
  content: "";
  position: absolute; inset: -14px -30px;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(4, 3, 2, 0.5) 0%, rgba(4, 3, 2, 0.28) 55%, transparent 78%);
  filter: blur(12px);
}
.hero__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
/* dark glass so the outline button stays legible over the crowd */
.hero__cta .btn--ghost {
  background: rgba(9, 8, 6, 0.36);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-color: rgba(212, 175, 90, 0.42);
}

@media (max-width: 820px) {
  .hero__edge { display: none; }
  .hero__eyebrow { font-size: 0.64rem; letter-spacing: 0.18em; gap: 12px; }
  .hero__eyebrow::before, .hero__eyebrow::after { width: clamp(16px, 5vw, 34px); }
}
@media (max-width: 600px) {
  .hero { padding: 112px 20px 120px; }
  .hero__frame { inset: 12px; }
  .hero__watermark { top: 42%; font-size: clamp(3.6rem, 26vw, 8rem); }
  .hero__headline { font-size: clamp(2.6rem, 13.5vw, 4rem); }
  .hero__eyebrow {
    font-size: 0.6rem; letter-spacing: 0.16em; gap: 0;
    max-width: 92vw; flex-wrap: wrap;
  }
  .hero__eyebrow::before, .hero__eyebrow::after { display: none; }
  .hero__subline { font-size: 0.98rem; }
  .hero__cta { width: 100%; gap: 12px; }
  .hero__cta .btn { width: 100%; justify-content: center; }
  /* phone crop shows only the centre of the photo (the crowd) — keep the scrim
     a touch lighter so that stays lively, lean harder on the text-shadows */
  .hero__scrim {
    background:
      radial-gradient(58% 40% at 50% 46%, rgba(4, 3, 2, 0.72) 0%, rgba(4, 3, 2, 0.36) 54%, transparent 82%),
      linear-gradient(180deg,
        transparent 8%,
        rgba(4, 3, 2, 0.16) 32%,
        rgba(4, 3, 2, 0.24) 50%,
        rgba(4, 3, 2, 0.18) 68%,
        transparent 90%);
  }
}

/* ---------- Marquee ---------- */
.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--black-2);
  padding: 16px 0;
  position: relative; z-index: 2;
}
.marquee__track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: scrollx 46s linear infinite;
}
.marquee__track span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(212, 175, 90, 0.4);
  white-space: nowrap;
}
@keyframes scrollx { to { transform: translateX(-50%); } }

/* ---------- Cards ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.card {
  position: relative;
  background: var(--black-3);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  overflow: hidden;
  transition: transform 0.28s var(--ease), border-color 0.28s ease, box-shadow 0.28s ease;
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--line-2);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.4);
}
.card__num {
  position: absolute; top: 20px; right: 24px;
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--gold-2);
  opacity: 0.4;
}
.card__icon-ring {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  background: radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.14), rgba(212, 175, 55, 0.03));
  color: var(--gold-3);
  margin-bottom: 20px;
  transition: border-color 0.28s ease, transform 0.28s var(--ease);
}
.card__icon-ring svg { width: 26px; height: 26px; }
.card:hover .card__icon-ring { border-color: var(--gold-2); transform: translateY(-2px); }
.card h3 { margin-bottom: 9px; color: var(--gold-3); }
.card p { color: var(--text-dim); font-size: 0.98rem; }

/* ---------- Rental (Bij de huur zit) ---------- */
.rental { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: start; }
.rental__aside { position: sticky; top: 120px; }
.rental__aside .section__head { margin-bottom: 0; }
.rental__grid { list-style: none; display: grid; gap: 14px; }
.rental__grid li {
  display: flex; gap: 16px;
  padding: 22px 24px;
  background: var(--black-3);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color 0.25s ease, transform 0.25s var(--ease);
}
.rental__grid li:hover { border-color: var(--line-2); transform: translateY(-2px); }
.tick {
  flex: none;
  width: 26px; height: 26px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--gold-grad);
  color: #1a1408;
  font-size: 0.8rem; font-weight: 700;
}
.rental__grid strong { display: block; margin-bottom: 3px; }
.rental__grid span { color: var(--text-dim); font-size: 0.94rem; }

/* ---------- Gallery (mosaic) ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 190px;
  gap: 14px;
}
.gallery__item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--black-3);
  cursor: pointer;
  padding: 0;
}
.gallery__item.is-feature { grid-column: span 2; grid-row: span 2; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.gallery__item:hover img { transform: scale(1.06); }
.gallery__plus {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: var(--gold-3);
  background: linear-gradient(0deg, rgba(11,10,8,0.55), rgba(11,10,8,0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery__item:hover .gallery__plus { opacity: 1; }

/* ---------- Placeholder blocks ---------- */
.placeholder {
  display: flex; align-items: center; justify-content: center;
  background:
    repeating-linear-gradient(45deg, rgba(212,175,90,0.05) 0 10px, transparent 10px 20px),
    var(--black-3);
  border: 1px dashed rgba(212, 175, 90, 0.35);
  border-radius: var(--radius);
  color: var(--text-dim);
  font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase;
  min-height: 160px;
}

/* ---------- Rows ---------- */
.social-row, .contact-actions {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 8px;
}

/* ---------- Volgende event (hype block) ---------- */
.section--presents {
  position: relative;
  background: var(--black);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  text-align: center;
}
/* blurred flyer behind everything — pure colour, lights & crowd energy */
.presents__bg {
  position: absolute; inset: -50px;
  background: url("flyers/01.jpg") center 22% / cover no-repeat;
  filter: blur(16px) brightness(0.42) saturate(1.25);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.section--presents::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background:
    radial-gradient(120% 82% at 50% 40%, rgba(8, 6, 4, 0.32) 0%, rgba(8, 6, 4, 0.72) 68%, rgba(6, 5, 4, 0.94) 100%),
    linear-gradient(180deg, var(--black) 0%, transparent 16%, transparent 84%, var(--black) 100%);
}
.presents__word {
  position: relative; z-index: 2;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  font-size: clamp(2.6rem, 12vw, 9.5rem);
  line-height: 0.9;
  letter-spacing: 0.06em;
  white-space: nowrap;
  color: #fff;
  text-shadow: 0 3px 34px rgba(0, 0, 0, 0.7), 0 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  user-select: none;
}
.presents__body { margin-top: 22px; position: relative; z-index: 2; }

/* "net aangekondigd" badge with a hot pulsing dot */
.event-badge {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-3);
  padding: 8px 18px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: rgba(9, 8, 6, 0.6);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  margin-bottom: 22px;
}
.event-badge__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #ff5a3c;
  box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.7);
  animation: pulse-hot 2s ease-out infinite;
}
@keyframes pulse-hot {
  0%   { box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.6); }
  70%  { box-shadow: 0 0 0 13px rgba(255, 90, 60, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 90, 60, 0); }
}

/* the NIGHT IN THE HOOD title lockup */
.event-hero {
  display: block;
  max-width: min(560px, 88%);
  margin: 0 auto;
  filter: drop-shadow(0 0 42px rgba(212, 175, 55, 0.32)) drop-shadow(0 14px 34px rgba(0, 0, 0, 0.6));
  transition: transform 0.4s var(--ease);
}
.event-hero:hover { transform: scale(1.02); }
.event-hero img { width: 100%; display: block; }

.event-tagline {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.82rem, 2.3vw, 1.02rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text);
  margin: 22px 0 30px;
}

/* countdown — the "come back and check" hook */
.countdown {
  display: flex; justify-content: center;
  gap: clamp(8px, 2.6vw, 20px);
  margin: 0 auto 28px;
}
.countdown__unit {
  min-width: clamp(60px, 17vw, 94px);
  padding: 13px 6px 9px;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(22, 17, 10, 0.92), rgba(9, 8, 6, 0.72));
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(212, 175, 90, 0.14);
}
.countdown__num {
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.7rem, 5.8vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--gold-3);
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 18px rgba(212, 175, 55, 0.4);
}
.countdown__label {
  display: block;
  margin-top: 6px;
  font-family: "Inter", sans-serif;
  font-size: 0.6rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-dim);
}
.countdown__live {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold-3);
  margin: 0 auto 28px;
}
.countdown__live strong { color: #ff7a4c; }

.event-facts {
  list-style: none; padding: 0;
  margin: 0 auto 30px;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  max-width: 640px;
}
.event-facts li {
  font-family: "Inter", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  color: var(--text);
  padding: 8px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(9, 8, 6, 0.5);
}

.event-cta {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 14px;
  margin-bottom: 4px;
}

.lineup { max-width: 1000px; margin: 64px auto 0; text-align: left; }
.lineup .eyebrow { margin-bottom: 20px; }
.lineup__strip {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 14px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--line-2) transparent;
  -webkit-mask-image: linear-gradient(90deg, #000 92%, transparent);
  mask-image: linear-gradient(90deg, #000 92%, transparent);
}
.lineup__strip::-webkit-scrollbar { height: 6px; }
.lineup__strip::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 999px; }
.lineup__card {
  flex: 0 0 184px;
  scroll-snap-align: start;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 2 / 3;
  transition: transform 0.3s var(--ease), box-shadow 0.3s ease, border-color 0.3s ease;
}
.lineup__card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lineup__card:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55); }
.lineup__hint {
  margin-top: 16px;
  font-size: 0.85rem;
  color: var(--text-dim);
  letter-spacing: 0.03em;
}

@media (max-width: 900px) {
  .lineup { text-align: center; }
  .lineup__strip { -webkit-mask-image: none; mask-image: none; }
}
@media (max-width: 600px) {
  .presents__body { margin-top: 14px; }
  .countdown { gap: 7px; }
  .countdown__unit { min-width: 0; flex: 1 1 0; padding: 11px 4px 8px; border-radius: 12px; }
  .countdown__label { font-size: 0.54rem; letter-spacing: 0.12em; }
  .event-facts { gap: 8px; }
  .event-facts li { font-size: 0.76rem; padding: 7px 12px; }
  .event-cta { width: 100%; }
  .event-cta .btn { width: 100%; justify-content: center; }
}
@media (max-width: 560px) {
  .lineup__card { flex-basis: 150px; }
}

/* ---------- Locatie ---------- */
.locatie { display: grid; grid-template-columns: 1fr 1.25fr; gap: 26px; align-items: stretch; }
.locatie__info {
  background: var(--black-3);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px;
  display: flex; flex-direction: column; gap: 8px;
}
.locatie__area { font-family: "Cormorant Garamond", serif; font-size: 1.6rem; color: var(--gold-3); }
.locatie__info .btn { margin-top: 16px; align-self: flex-start; }
.locatie__map {
  min-height: 300px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}
.locatie__map iframe {
  width: 100%; height: 100%; min-height: 300px;
  border: 0; display: block;
  filter: grayscale(0.4) brightness(0.86) contrast(1.08);
}

/* ---------- CTA ---------- */
.cta__body { position: relative; z-index: 3; }
.cta__ring {
  position: absolute;
  top: 50%; left: 50%;
  width: 760px; height: 760px;
  max-width: 130vw; max-height: 130vw;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, rgba(212, 175, 55, 0.03) 45%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

/* ---------- Footer ---------- */
.footer { background: var(--black-2); border-top: 1px solid var(--line); padding: 64px 0 28px; position: relative; z-index: 2; }
.footer__inner { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; align-items: flex-start; }
.footer__tagline { color: var(--text-dim); font-size: 0.9rem; margin-top: 4px; max-width: 34ch; }
.footer__nav, .footer__social { display: flex; flex-direction: column; gap: 11px; }
.footer__nav a, .footer__social a { color: var(--text-dim); font-size: 0.92rem; transition: color 0.16s ease; }
.footer__nav a:hover, .footer__social a:hover { color: var(--gold-3); }
.footer__bottom {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  margin-top: 44px; padding-top: 24px;
  border-top: 1px solid var(--line);
}
.footer__copy { color: var(--text-dim); font-size: 0.82rem; }
.footer__top { color: var(--gold-2); font-size: 0.82rem; letter-spacing: 0.08em; }
.footer__top:hover { color: var(--gold-3); }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(6, 5, 4, 0.96);
  display: none; align-items: center; justify-content: center;
  z-index: 300;
}
.lightbox.is-open { display: flex; }
.lightbox__img { max-width: 90vw; max-height: 82vh; border-radius: 8px; box-shadow: var(--shadow); }
.lightbox__close, .lightbox__nav {
  position: absolute; background: none; border: 0; color: var(--text);
  cursor: pointer; font-size: 2rem; padding: 12px;
}
.lightbox__close { top: 18px; right: 22px; }
.lightbox__prev { left: 12px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 12px; top: 50%; transform: translateY(-50%); }
.lightbox__counter { position: absolute; bottom: 22px; left: 0; right: 0; text-align: center; color: var(--text-dim); font-size: 0.9rem; }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 18px; bottom: 18px;
  z-index: 120;
  width: 54px; height: 54px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--gold-grad);
  color: #14100a;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
  transition: transform 0.18s ease;
}
.wa-float::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid rgba(247, 227, 155, 0.6);
  animation: pulse 2.6s ease-out infinite;
}
.wa-float:hover { transform: scale(1.08); }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.55s var(--ease), transform 0.55s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.cards .reveal.is-visible:nth-child(2) { transition-delay: 0.08s; }
.cards .reveal.is-visible:nth-child(3) { transition-delay: 0.16s; }
.cards .reveal.is-visible:nth-child(4) { transition-delay: 0.24s; }
.rental__grid .reveal.is-visible:nth-child(2) { transition-delay: 0.06s; }
.rental__grid .reveal.is-visible:nth-child(3) { transition-delay: 0.12s; }
.rental__grid .reveal.is-visible:nth-child(4) { transition-delay: 0.18s; }
.rental__grid .reveal.is-visible:nth-child(5) { transition-delay: 0.24s; }
.rental__grid .reveal.is-visible:nth-child(6) { transition-delay: 0.30s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee__track, .hero__glow, .cta__ring,
  .shimmer, .kicker__dot, .eventbar__dot, .nav-live::before, .wa-float::before,
  .hero__logo, .hero__bulbs span, .event-badge__dot { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .rental { grid-template-columns: 1fr; gap: 30px; }
  .rental__aside { position: static; }
  .locatie { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .gallery__item.is-feature { grid-column: span 2; grid-row: span 1; }
}

@media (max-width: 760px) {
  :root { --bar-h: 40px; }
  body { font-size: 16px; }
  .hero { padding-top: 128px; }
  .navbar__burger { display: flex; }
  .navbar__nav {
    position: fixed; top: 0; right: 0;
    height: 100svh; width: min(80vw, 330px);
    flex-direction: column; align-items: flex-start; justify-content: center;
    gap: 26px; padding: 0 36px;
    background: var(--black-2);
    border-left: 1px solid var(--line);
    transform: translateX(100%);
    transition: transform 0.35s var(--ease);
  }
  .navbar__nav.is-open { transform: translateX(0); }
  .navbar__nav a { font-size: 1.05rem; }
  .section__head { margin-bottom: 36px; }
  .gallery { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 460px) {
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .gallery__item.is-feature { grid-row: span 1; }
  .btn { width: 100%; justify-content: center; }
  .hero__cta, .social-row, .contact-actions { width: 100%; }
}
