/* Soeterd Nature & Art Festival — main styles */

:root {
  --bg: #4c5d41;        /* forest/olive green — gematcht met video */
  --bg-deep: #33412a;
  --bg-soft: #5f7353;
  --accent: #ff4418;    /* oranje-rood */
  --accent-soft: #ff6a3d;
  --fg: #f5efe0;        /* warm off-white */
  --fg-dim: rgba(245, 239, 224, 0.65);
  --fg-faint: rgba(245, 239, 224, 0.25);
  --paper: #f1e8d4;
  --ink: #1c2616;
}

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

html, body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }
em { font-style: italic; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; }

h1, h2, h3, h4, h5, h6,
.hero-title, .hero-dates, .hero-dates-num,
.section-title, .about-title, .newsletter-title,
.day-weekday, .day-date, .day-header-num,
.event-title, .event-credit, .event-meta-value,
.partner-name, .about-fact-num,
.marquee-track, .wordmark-bg, .footer-logo {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: -0.015em;
}

.hero-title, .hero-dates,
.section-title, .about-title, .newsletter-title,
.day-weekday, .event-title {
  text-transform: uppercase !important;
  letter-spacing: -0.005em;
}

.event-credit, .day-date {
  font-weight: 400 !important;
  font-style: italic !important;
  text-transform: none !important;
}

/* ============ HERO ============ */

.hero {
  min-height: 100vh;
  position: relative;
  padding: 28px 40px 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  display: none;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 18px 40px;
  background: transparent;
}

.nav-logo {
  display: block;
  width: 56px;
  flex-shrink: 0;
}
.nav-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 34px;
  font-size: 15px;
  align-items: center;
}
.nav-links a {
  position: relative;
  padding: 6px 2px;
  border-bottom: 1.5px solid transparent;
  transition: border-color 0.2s;
}
.nav-links a:hover { border-bottom-color: var(--accent); }

.nav-cta-row { display: flex; gap: 10px; }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: var(--fg);
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
}
.nav-cta:hover { background: var(--accent-soft); }

.hero-main {
  display: none;
}

.hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 0 80px;
  position: relative;
  z-index: 3;
  min-height: calc(100vh - 160px);
}

.hero-banner {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 460px;
  z-index: 4;
}

.hero-text {
  max-width: 640px;
}

.banner {
  display: block;
  background: var(--accent);
  color: var(--fg);
  padding: 11px 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.banner:hover { background: var(--accent-soft); }

.hero-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(44px, 5.6vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.02em;
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
  text-shadow: 0 2px 40px rgba(0,0,0,0.25);
}
.hero-title-dim {
  color: var(--fg);
  margin-top: 4px;
}

.hero-dates {
  display: flex;
  flex-direction: column;
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
  font-weight: 300;
  margin-bottom: 36px;
  text-shadow: 0 2px 30px rgba(0,0,0,0.25);
}
.hero-dates-num {
  color: var(--accent);
  font-weight: 500;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--fg);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 8px 14px 8px 10px;
  border: 1px solid rgba(245, 239, 224, 0.35);
  background: rgba(14, 42, 37, 0.25);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  width: fit-content;
}
.hero-tag-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}

/* Unused legacy — kept empty to avoid breaking anything */
.hero-right, .wordmark-bg, .collage, .collage-img, .hero-video-wrap, .hero-video { display: none; }

.hero-marquee {
  border-top: none;
  border-bottom: none;
  background: var(--fg);
  color: var(--bg);
  overflow: hidden;
  padding: 16px 0;
  margin: 0;
  position: relative;
  z-index: 4;
}
.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--bg);
  text-transform: none;
}
.marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding-right: 24px;
}
.marquee-track .dot {
  font-style: normal;
  color: var(--bg);
  font-size: 14px;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ Generic section ============ */

.section-intro {
  max-width: 920px;
  padding: 120px 40px 60px;
  margin: 0 auto;
  text-align: left;
}

.section-intro-inverted {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 120px 40px;
  background: var(--fg);
  color: var(--bg);
}
.section-intro-inverted .section-kicker {
  color: var(--bg);
  border-color: var(--bg);
}
.section-intro-inverted .section-title {
  color: var(--bg);
}
.section-intro-inverted .section-lede {
  color: var(--bg);
  opacity: 0.85;
  max-width: 720px;
}
.section-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  padding: 4px 10px;
  border: 1px solid var(--accent);
  border-radius: 2px;
}
.section-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}
.section-lede {
  font-size: 19px;
  line-height: 1.55;
  color: var(--fg-dim);
  max-width: 640px;
}

/* ============ PROGRAMMA ============ */

.programma { padding-bottom: 80px; }

.day-filter {
  max-width: 1400px;
  margin: 0 auto 60px;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.day-filter-btn {
  background: transparent;
  color: var(--fg);
  border: 1px solid var(--fg-faint);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.day-filter-btn:hover {
  border-color: var(--fg-dim);
}
.day-filter-btn.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--fg);
}
.day-filter-btn-date {
  font-size: 12px;
  opacity: 0.7;
}

.days {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.day {
  border-top: 1px solid var(--fg-faint);
  padding-top: 40px;
  margin-bottom: 80px;
}

.day-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: 28px;
  margin-bottom: 60px;
  position: sticky;
  top: 0;
  background: var(--bg);
  padding: 24px 0;
  z-index: 5;
  border-bottom: 1px solid var(--fg-faint);
}
.day-header-num {
  font-family: 'Fraunces', serif;
  font-size: 14px;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.12em;
}
.day-header-text { display: flex; align-items: baseline; gap: 20px; }
.day-weekday {
  font-family: 'Fraunces', serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.01em;
}
.day-date {
  font-size: 16px;
  color: var(--fg-dim);
  font-style: italic;
  font-family: 'Fraunces', serif;
}
.day-count {
  font-size: 12px;
  color: var(--fg-dim);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.day-events {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.event {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  padding: 50px 0;
  border-bottom: 1px solid var(--fg-faint);
  align-items: center;
}
.event-odd { grid-template-columns: 1fr 1.1fr; direction: rtl; }
.event-odd > * { direction: ltr; }

.event-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 4px;
  background: var(--bg-deep);
}
.event-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.8s ease;
}
.event:hover .event-media img { transform: scale(1.04); }

.event-type {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--accent);
  color: var(--fg);
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
}
.soldout {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--ink);
  color: var(--fg);
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid var(--fg-faint);
}

.event-body { padding: 8px 0; }
.event-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
  text-wrap: pretty;
}
.event-credit {
  font-style: italic;
  font-family: 'Fraunces', serif;
  color: var(--fg-dim);
  margin-bottom: 18px;
  font-size: 15px;
}
.event-desc {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--fg);
  opacity: 0.92;
  margin-bottom: 18px;
  max-width: 56ch;
  text-wrap: pretty;
}
.event-qna {
  padding: 14px 16px;
  border-left: 2px solid var(--accent);
  background: rgba(255, 68, 24, 0.07);
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-dim);
  display: flex;
  gap: 12px;
}
.event-qna-label {
  color: var(--accent);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  flex-shrink: 0;
  padding-top: 2px;
}

.event-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 30px;
  padding: 18px 0;
  border-top: 1px solid var(--fg-faint);
  border-bottom: 1px solid var(--fg-faint);
  margin-bottom: 22px;
}
.event-meta-row { display: flex; flex-direction: column; gap: 4px; }
.event-meta-label {
  font-size: 10.5px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fg-dim);
}
.event-meta-value {
  font-size: 15px;
  font-family: 'Fraunces', serif;
}

.event-ticket {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent);
  color: var(--fg);
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
}
.event-ticket:hover { background: var(--accent-soft); }
.event-ticket.is-soldout {
  background: transparent;
  color: var(--fg-dim);
  border: 1px solid var(--fg-faint);
  cursor: not-allowed;
}

/* ============ PARTNERS ============ */

.partners { padding-bottom: 100px; background: var(--bg); }

.partner-grid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--fg-faint);
  border: 1px solid var(--fg-faint);
}
.partner {
  background: transparent;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: background 0.25s;
  min-height: 340px;
}
.partner:hover { background: rgba(0,0,0,0.08); }

.partner-logo {
  height: 72px;
  display: flex;
  align-items: center;
}
.partner-logo img {
  max-height: 72px;
  max-width: 160px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
.partner-name {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
}
.partner-desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-dim);
  flex: 1;
}
.partner-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.funders {
  max-width: 1400px;
  margin: 80px auto 0;
  padding: 0 40px;
}
.funders-label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-dim);
  margin-bottom: 28px;
  text-align: center;
}
.funders-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 30px;
  align-items: center;
}
.funder { opacity: 0.7; transition: opacity 0.2s; }
.funder:hover { opacity: 1; }
.funder img {
  max-height: 55px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* ============ ABOUT ============ */

.about {
  background: var(--bg-deep);
  padding: 140px 40px;
}
.about-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 60px;
}
.about-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(36px, 4.5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
  text-wrap: pretty;
}
.about-text p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--fg);
  opacity: 0.88;
  margin-bottom: 22px;
  max-width: 62ch;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--fg-faint);
}
.about-fact-num {
  font-family: 'Fraunces', serif;
  font-size: 56px;
  line-height: 1;
  color: var(--accent);
  font-weight: 400;
}
.about-fact-label {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-dim);
  margin-top: 8px;
}

/* ============ NEWSLETTER ============ */

.newsletter {
  background: var(--accent);
  color: var(--fg);
  padding: 120px 40px;
  position: relative;
  overflow: hidden;
}
.newsletter::before, .newsletter::after {
  content: '';
  position: absolute;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  color: rgba(255,255,255,0.08);
  font-size: 340px;
  line-height: 0.8;
  pointer-events: none;
}
.newsletter::before { content: '◆'; top: -60px; left: -40px; font-size: 260px; }
.newsletter::after { content: '◆'; bottom: -80px; right: -40px; font-size: 260px; }

.newsletter-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.newsletter-kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 24px;
  opacity: 0.85;
}
.newsletter-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.newsletter-title em { font-style: italic; }
.newsletter-lede {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.9;
  margin-bottom: 36px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-form {
  display: flex;
  gap: 10px;
  max-width: 520px;
  margin: 0 auto;
  background: rgba(0,0,0,0.15);
  padding: 8px;
  border-radius: 2px;
}
.newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--fg);
  font-family: inherit;
  padding: 12px 14px;
  font-size: 16px;
  outline: none;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.6); }
.newsletter-form button {
  background: var(--fg);
  color: var(--accent);
  border: none;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: opacity 0.2s;
}
.newsletter-form button:hover { opacity: 0.85; }
.newsletter-form button:disabled { opacity: 0.7; cursor: default; }

/* ============ FOOTER ============ */

.footer {
  background: var(--ink);
  color: var(--fg);
  padding: 80px 40px 30px;
}
.footer-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand { max-width: 260px; }
.footer-logo {
  display: block;
  width: 96px;
  margin-bottom: 20px;
}
.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer-tag {
  font-size: 14px;
  color: var(--fg-dim);
  line-height: 1.5;
}
.footer-heading {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-dim);
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a, .footer-col li { font-size: 14.5px; color: var(--fg); opacity: 0.85; }
.footer-col a:hover { color: var(--accent); opacity: 1; }

.footer-bottom {
  max-width: 1400px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--fg-dim);
  letter-spacing: 0.04em;
}

/* ============ RESPONSIVE ============ */

@media (max-width: 1000px) {
  .hero { padding: 20px 20px 0; }
  .hero-main { grid-template-columns: 1fr; gap: 20px; padding: 40px 0; }
  .hero-right { height: 400px; }
  .hero-marquee { margin: 0 -20px; }
  .nav-links { display: none; }

  .section-intro { padding: 80px 24px 40px; }
  .day-filter, .days { padding: 0 24px; }
  .day-header { grid-template-columns: 1fr; gap: 8px; }
  .day-header-text { flex-wrap: wrap; gap: 10px; }
  .event, .event-odd { grid-template-columns: 1fr; gap: 24px; direction: ltr; }

  .partner-grid { grid-template-columns: 1fr; padding: 0 24px; }
  .funders-grid { grid-template-columns: repeat(4, 1fr); }

  .about { padding: 80px 24px; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-facts { grid-template-columns: repeat(2, 1fr); }

  .newsletter { padding: 80px 24px; }
  .newsletter-form { flex-direction: column; background: transparent; padding: 0; gap: 10px; }
  .newsletter-form input { background: rgba(0,0,0,0.15); border-radius: 2px; }

  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}


/* ============ TEST MENU (hamburger + popup) ============ */

.test-menu-btn {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 10000;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 10px;
  background: var(--accent);
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  transition: transform 0.2s, box-shadow 0.2s;
}
.test-menu-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
.test-menu-btn span {
  display: block;
  width: 16px;
  height: 1.6px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.22s, opacity 0.22s;
}
.test-menu-btn.is-open span:nth-child(1) { transform: translateY(5.6px) rotate(45deg); }
.test-menu-btn.is-open span:nth-child(2) { opacity: 0; }
.test-menu-btn.is-open span:nth-child(3) { transform: translateY(-5.6px) rotate(-45deg); }

.test-menu-scrim {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 80px 20px 20px;
  animation: test-fade 0.18s ease-out;
}
@keyframes test-fade { from { opacity: 0; } to { opacity: 1; } }

.test-menu-popup {
  background: #ffffff;
  color: #111;
  border-radius: 14px;
  min-width: 240px;
  padding: 10px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.28);
  animation: test-pop 0.22s cubic-bezier(0.2, 0.9, 0.3, 1.2);
  transform-origin: top right;
}
@keyframes test-pop {
  from { opacity: 0; transform: scale(0.92) translateY(-6px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

.test-menu-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  padding: 8px 12px 10px;
}

.test-menu-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  color: #111;
  text-decoration: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.15s;
}
.test-menu-item:hover { background: #f3f1ea; }
.test-menu-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #f0ece1;
  color: #111;
  font-weight: 700;
  font-size: 14px;
}
.test-menu-item.is-active .test-menu-num { background: var(--accent); color: #fff; }
.test-menu-label { flex: 1; }
.test-menu-now {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}


/* =============================================================
   OMWEER-STYLE SECTIONS (adapted for Soeterd)
   ============================================================= */

/* ---------- UTIL BAR ---------- */
.util-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--bg-deep);
  color: var(--fg-dim);
  border-bottom: 1px solid var(--fg-faint);
  position: relative;
  z-index: 20;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.util-bar a {
  color: var(--fg-dim);
  transition: color 0.15s;
}
.util-bar a:hover { color: var(--fg); }
.util-left, .util-right {
  display: flex;
  gap: 22px;
  align-items: center;
}
.util-langs {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: var(--fg-faint);
}
.util-langs a.is-active { color: var(--accent); }

/* ---------- BIG BLOCK (full-width image + overlay title + body) ---------- */
.big-block {
  padding: 0;
  margin: 0;
}
.big-block-image {
  position: relative;
  width: 100%;
  height: 72vh;
  min-height: 520px;
  max-height: 780px;
  overflow: hidden;
  background: var(--bg-deep);
}
.big-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75) saturate(0.95);
}
.big-block-tag {
  position: absolute;
  top: 34px; left: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--fg);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 14px 8px 10px;
  border: 1px solid rgba(245, 239, 224, 0.35);
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  border-radius: 999px;
}
.big-block-tag::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2.4s ease-in-out infinite;
}
.big-block-title {
  position: absolute;
  bottom: 40px; left: 40px; right: 40px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
  font-size: clamp(44px, 5.6vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--fg);
  text-shadow: 0 2px 40px rgba(0,0,0,0.35);
}
.big-block-meta {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 40px 100px;
  border-bottom: 1px solid var(--fg-faint);
}
.big-block-body p {
  font-size: 17.5px;
  line-height: 1.65;
  color: var(--fg);
  max-width: 62ch;
  margin-bottom: 18px;
  text-wrap: pretty;
}
.big-block-body em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--fg);
}
.big-block-ctas {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 6px;
}
.big-block-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: var(--accent);
  color: var(--fg);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
}
.big-block-cta::after {
  content: '→';
  margin-left: 20px;
  font-size: 18px;
}
.big-block-cta:hover { background: var(--accent-soft); }
.big-block-cta.is-more {
  background: transparent;
  border: 1px solid var(--fg-faint);
  color: var(--fg);
}
.big-block-cta.is-more:hover { border-color: var(--accent); color: var(--accent); }

/* ---------- INTRO STRIP ---------- */
.intro-strip {
  padding: 140px 40px 120px;
  background: var(--bg);
  border-bottom: 1px solid var(--fg-faint);
}
.intro-strip-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.intro-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 40px;
  font-weight: 700;
}
.intro-strip-label::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2.4s ease-in-out infinite;
}
.intro-strip-lead {
  font-family: 'Fraunces', serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--fg);
  margin-bottom: 60px;
  max-width: 22ch;
  text-wrap: balance;
}
.intro-strip-lead em {
  font-style: italic !important;
  color: var(--accent);
}
.intro-strip-divider {
  height: 1px;
  background: var(--fg-faint);
  margin-bottom: 50px;
}
.intro-strip-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.intro-strip-body p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--fg);
  opacity: 0.92;
  margin-bottom: 18px;
  max-width: 58ch;
  text-wrap: pretty;
}
.intro-strip-body em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--accent);
}

/* ---------- DISCOVER GRID ---------- */
.discover {
  padding: 120px 40px;
  background: var(--bg-deep);
  border-bottom: 1px solid var(--fg-faint);
}
.discover-header {
  max-width: 1400px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}
.discover-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(44px, 6vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.discover-title em {
  font-family: 'Fraunces', serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: var(--accent);
  text-transform: none;
}
.discover-more {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  border-bottom: 1.5px solid var(--accent);
  padding-bottom: 2px;
  transition: opacity 0.2s;
}
.discover-more:hover { opacity: 0.7; }

.discover-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--fg-faint);
  border: 1px solid var(--fg-faint);
}
.discover-card {
  background: var(--bg-deep);
  display: flex;
  flex-direction: column;
  transition: background 0.2s;
  cursor: pointer;
  overflow: hidden;
}
.discover-card:hover { background: var(--bg-soft); }
.discover-card.is-wide {
  grid-column: span 2;
}
.discover-card-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--bg-deep);
}
.discover-card.is-wide .discover-card-img {
  aspect-ratio: 16 / 9;
}
.discover-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease;
}
.discover-card:hover .discover-card-img img { transform: scale(1.04); }
.discover-card-body {
  padding: 22px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.discover-card-tag {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}
.discover-card-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--fg);
  text-wrap: pretty;
  flex: 1;
}
.discover-card.is-wide .discover-card-title {
  font-size: 28px;
}
.discover-card-meta {
  font-size: 13px;
  color: var(--fg-dim);
  font-family: 'Fraunces', serif;
  font-style: italic;
  letter-spacing: 0.01em;
}

/* ---------- NEWS ---------- */
.news-section {
  padding: 120px 40px;
  background: var(--bg);
  border-bottom: 1px solid var(--fg-faint);
}
.news-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.news-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--fg-faint);
}
.news-header h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(36px, 4vw, 56px);
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.news-header a {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}
.news-list {
  display: flex;
  flex-direction: column;
}
.news-item {
  display: grid;
  grid-template-columns: 120px 140px 1fr 40px;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--fg-faint);
  transition: padding 0.2s;
  cursor: pointer;
}
.news-item:hover {
  padding-left: 10px;
}
.news-date {
  font-size: 13px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--fg-dim);
  letter-spacing: 0.02em;
}
.news-tag {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}
.news-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: var(--fg);
  text-wrap: pretty;
}
.news-arrow {
  font-size: 20px;
  color: var(--accent);
  text-align: right;
  transition: transform 0.2s;
}
.news-item:hover .news-arrow {
  transform: translateX(6px);
}

/* ---------- PRACTICAL (Plan je bezoek) ---------- */
.practical {
  padding: 140px 40px;
  background: var(--bg-deep);
  border-bottom: 1px solid var(--fg-faint);
}
.practical-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.practical-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(44px, 5vw, 72px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 50px;
}
.practical-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--fg-faint);
  border: 1px solid var(--fg-faint);
}
.practical-item {
  background: var(--bg-deep);
  padding: 40px 30px 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background 0.25s;
  min-height: 280px;
}
.practical-item:hover { background: var(--bg); }
.practical-num {
  font-family: 'Fraunces', serif;
  font-size: 48px;
  line-height: 1;
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
  margin-bottom: 6px;
}
.practical-item-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--fg);
}
.practical-desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--fg-dim);
  flex: 1;
  text-wrap: pretty;
}
.practical-link {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  padding-top: 6px;
  border-top: 1px solid var(--fg-faint);
  align-self: flex-start;
  width: 100%;
}

/* ---------- PARTNERS STRIP (funders row) ---------- */
.partners-strip {
  padding: 80px 40px 60px;
  background: var(--bg);
  text-align: center;
  border-bottom: 1px solid var(--fg-faint);
}
.partners-strip-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-dim);
  margin-bottom: 30px;
  font-weight: 700;
}
.partners-strip-row {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 40px;
  justify-items: center;
}
.partners-strip-item {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: -0.005em;
  color: var(--fg);
  opacity: 0.85;
  text-align: center;
  transition: opacity 0.2s;
}
.partners-strip-item:hover { opacity: 1; }

/* ---------- BIG FOOTER ---------- */
.big-footer {
  background: #0e140a;
  color: var(--fg);
  padding: 80px 40px 30px;
}
.big-footer-top {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.big-footer-brand {
  max-width: 320px;
}
.big-footer-mark {
  width: 90px;
  margin-bottom: 22px;
}
.big-footer-mark img {
  width: 100%; height: auto; display: block;
}
.big-footer-tag {
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-dim);
  margin-bottom: 14px;
}
.big-footer-dates {
  color: var(--accent);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.big-footer-col h5 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-dim);
  margin-bottom: 20px;
}
.big-footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.big-footer-col a, .big-footer-col li {
  font-size: 14.5px;
  color: var(--fg);
  opacity: 0.85;
  transition: color 0.15s;
}
.big-footer-col a:hover { color: var(--accent); opacity: 1; }
.big-footer-bottom {
  max-width: 1400px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--fg-dim);
  gap: 14px;
  flex-wrap: wrap;
}
.big-footer-socials {
  display: flex;
  gap: 14px;
}
.big-footer-socials a {
  width: 30px; height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--fg-dim);
  transition: all 0.15s;
}
.big-footer-socials a:hover { color: var(--accent); border-color: var(--accent); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1100px) {
  .big-block-meta { grid-template-columns: 1fr; gap: 32px; padding: 40px 24px 70px; }
  .big-block-image { height: 60vh; min-height: 420px; }
  .big-block-tag { top: 20px; left: 20px; font-size: 11px; }
  .big-block-title { left: 20px; right: 20px; bottom: 24px; }
  .intro-strip { padding: 90px 24px 80px; }
  .intro-strip-body { grid-template-columns: 1fr; gap: 24px; }
  .discover { padding: 80px 24px; }
  .discover-grid { grid-template-columns: repeat(2, 1fr); }
  .discover-card.is-wide { grid-column: span 2; }
  .news-section { padding: 80px 24px; }
  .news-item { grid-template-columns: 100px 1fr 30px; row-gap: 4px; }
  .news-item .news-tag { grid-column: 1 / 2; grid-row: 2; }
  .practical { padding: 90px 24px; }
  .practical-grid { grid-template-columns: repeat(2, 1fr); }
  .partners-strip-row { grid-template-columns: repeat(4, 1fr); }
  .big-footer-top { grid-template-columns: 1fr 1fr; gap: 40px 30px; }
  .util-bar { padding: 8px 20px; flex-wrap: wrap; gap: 10px; font-size: 11px; }
  .util-left, .util-right { gap: 16px; }
}
@media (max-width: 640px) {
  .discover-grid { grid-template-columns: 1fr; }
  .discover-card.is-wide { grid-column: span 1; }
  .practical-grid { grid-template-columns: 1fr; }
  .partners-strip-row { grid-template-columns: repeat(2, 1fr); }
  .big-footer-top { grid-template-columns: 1fr; }
}


/* ========= GLOBAL HELVETICA OVERRIDE (high specificity) ========= */
html body, html body *, html body *::before, html body *::after,
html body [class], html body [class] * {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
html body em, html body i, html body [class] em, html body [class] i {
  font-style: italic !important;
  font-weight: 500 !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* ========= HERO NAV IN UTIL-BAR STYLE ========= */
.nav-links {
  gap: 28px !important;
  font-size: 15px !important;
  letter-spacing: 0.01em;
  text-transform: none;
  font-weight: 700;
}
.nav-links a {
  color: var(--fg);
  opacity: 1;
  border-bottom: none !important;
  padding: 4px 0 !important;
  transition: color 0.15s;
  font-weight: 700;
}
.nav-links a:hover {
  color: var(--accent);
}
.nav-cta-row {
  display: flex !important;
  gap: 14px !important;
  align-items: center;
}
.nav-langs {
  display: inline-flex !important;
  gap: 6px;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-transform: none;
  font-weight: 700;
  color: var(--fg);
}
.nav-langs a { color: inherit; transition: color 0.15s; font-weight: 700; }
.nav-langs a.is-active { color: var(--accent); }
.nav-langs a:hover { color: var(--accent); }
.nav-langs span { opacity: 0.4; font-weight: 400; }

@media (max-width: 900px) {
  .nav-links { gap: 16px !important; font-size: 11px !important; flex-wrap: wrap; }
}


/* =============================================================
   SUBPAGE CHROME (Omweer-style pages: programma/over/bezoek/etc)
   ============================================================= */

body.subpage {
  background: var(--bg);
}

/* ----- top nav bar on subpages ----- */
.sub-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  border-bottom: none;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  transition: transform 0.35s cubic-bezier(.4,0,.2,1), opacity 0.25s;
  will-change: transform;
}
.sub-nav.is-hidden {
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
}
.sub-nav-logo {
  display: block;
  width: 50px;
  flex-shrink: 0;
  margin-top: 10px;
}
.sub-nav-logo img { width: 100%; height: auto; display: block; }
.sub-nav-links {
  list-style: none;
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
}
.sub-nav-links a {
  color: var(--fg);
  padding: 4px 0;
  border-bottom: 1.5px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
.sub-nav-links a:hover { color: var(--accent); }
.sub-nav-links a.is-active {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
.sub-nav-right {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
}
.sub-nav-langs {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.sub-nav-langs a { color: var(--fg); }
.sub-nav-langs a.is-active { color: var(--accent); }
.sub-nav-langs span { opacity: 0.4; font-weight: 400; }
.sub-nav-cta {
  background: var(--accent);
  color: var(--fg);
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
}
.sub-nav-cta:hover { background: #ff6a3d; }

/* ----- mobile hamburger (hidden on desktop) ----- */
.sub-nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--fg-faint);
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 2px;
}
.sub-nav-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--fg);
  position: relative;
}
.sub-nav-toggle span::before,
.sub-nav-toggle span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 18px;
  height: 1.5px;
  background: var(--fg);
  transition: transform 0.2s;
}
.sub-nav-toggle span::before { top: -6px; }
.sub-nav-toggle span::after { top: 6px; }
.sub-nav.is-open .sub-nav-toggle span { background: transparent; }
.sub-nav.is-open .sub-nav-toggle span::before {
  transform: translateY(6px) rotate(45deg);
}
.sub-nav.is-open .sub-nav-toggle span::after {
  transform: translateY(-6px) rotate(-45deg);
}

/* ----- marquee strip on subpages ----- */
.sub-marquee {
  background: var(--fg);
  color: var(--bg);
  overflow: hidden;
  padding: 14px 0;
  border-bottom: 1px solid var(--fg-faint);
}
.sub-marquee .marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-transform: uppercase;
}
.sub-marquee .marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding-right: 24px;
}
.sub-marquee .marquee-track .dot {
  font-style: normal;
  font-size: 12px;
  color: var(--accent);
}

@media (max-width: 900px) {
  .sub-nav {
    padding: 14px 20px;
    gap: 16px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .sub-nav-logo { width: 44px; margin-top: 4px; }
  .sub-nav-toggle { display: inline-flex !important; }

  /* Dropdown panel */
  .sub-nav-links {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background: var(--bg) !important;
    border-bottom: 1px solid var(--fg-faint);
    flex-direction: column !important;
    gap: 0 !important;
    padding: 8px 20px 20px !important;
    margin: 0;
    font-size: 16px;
    display: none !important;
  }
  .sub-nav.is-open .sub-nav-links {
    display: flex !important;
  }
  .sub-nav-links li { width: 100%; }
  .sub-nav-links a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid var(--fg-faint);
    border-left: none;
  }
  .sub-nav-links a.is-active { border-bottom-color: var(--accent); }

  .sub-nav-right { gap: 10px; font-size: 13px; }
  .sub-nav-langs { font-size: 12px; }
  .sub-nav-cta { padding: 8px 14px; font-size: 12px; }
}

@media (max-width: 500px) {
  .sub-nav { padding: 12px 16px; gap: 10px; }
  .sub-nav-logo { width: 38px; }
  .sub-nav-langs { display: none; }
  .sub-nav-cta { padding: 8px 12px; font-size: 11px; letter-spacing: 0.06em; }
}

/* ----- page hero ----- */
.page-hero {
  padding: 140px 40px 60px;
  background: var(--bg);
  border-bottom: 1px solid var(--fg-faint);
  position: relative;
}
.page-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.crumbs {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-dim);
  margin-bottom: 28px;
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: center;
}
.crumbs a { color: var(--accent); transition: opacity 0.15s; }
.crumbs a:hover { opacity: 0.7; }
.crumbs span { opacity: 0.5; }

.page-hero h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 4.2vw, 62px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--fg);
  margin-bottom: 36px;
}
.page-hero h1 em {
  font-style: italic;
  font-weight: 900;
  color: var(--accent);
  text-transform: uppercase;
}
.page-hero .lead {
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.5;
  color: var(--fg);
  max-width: 62ch;
  opacity: 0.92;
  text-wrap: pretty;
}

@media (max-width: 640px) {
  .page-hero { padding: 120px 20px 50px; }
}

/* ----- prose sections ----- */
.prose {
  padding: 80px 40px;
  background: var(--bg);
  border-bottom: 1px solid var(--fg-faint);
}
.prose.dark {
  background: var(--bg-deep);
}
.prose-inner {
  max-width: 820px;
  margin: 0 auto;
}
.prose-inner.wide {
  max-width: 1200px;
}
.prose h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  margin-bottom: 28px;
  color: var(--fg);
}
.prose h2 em {
  font-style: italic;
  color: var(--accent);
}
.prose h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2vw, 26px);
  letter-spacing: -0.005em;
  margin: 40px 0 14px;
  color: var(--fg);
}
.prose p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--fg);
  opacity: 0.94;
  margin-bottom: 18px;
  text-wrap: pretty;
}
.prose ul, .prose ol {
  padding-left: 22px;
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--fg);
  opacity: 0.94;
}
.prose li { margin-bottom: 8px; }
.prose li strong { font-weight: 700; color: var(--fg); }
.prose a { color: var(--accent); border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.prose a:hover { opacity: 0.75; }

@media (max-width: 640px) {
  .prose { padding: 50px 20px; }
}

/* ----- schedule grid (programma page) ----- */
.schedule-day {
  margin-bottom: 72px;
}
.schedule-day h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 2.6vw, 36px);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--fg-faint);
  color: var(--fg);
}
.sched-list {
  display: flex;
  flex-direction: column;
}
.sched-item {
  display: grid;
  grid-template-columns: 90px 140px 1fr 40px;
  gap: 20px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid var(--fg-faint);
  transition: padding 0.2s;
}
.sched-item:hover { padding-left: 8px; }
.sched-item .time {
  font-size: 15px;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: 0.02em;
}
.sched-item .cat {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}
.sched-item .title {
  font-size: 17px;
  line-height: 1.3;
  color: var(--fg);
  font-weight: 500;
}
.sched-item .title .venue {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: var(--fg-dim);
  font-weight: 400;
}
@media (max-width: 800px) {
  .sched-item {
    grid-template-columns: 70px 1fr;
    gap: 10px 14px;
  }
  .sched-item .cat {
    grid-column: 2;
    grid-row: 1;
  }
  .sched-item .title {
    grid-column: 2;
    grid-row: 2;
  }
}

/* ----- FAQ / accordions ----- */
.faq-list {
  border-top: 1px solid var(--fg-faint);
}
.faq-item {
  border-bottom: 1px solid var(--fg-faint);
  padding: 20px 0;
}
.faq-q {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--fg);
  margin-bottom: 10px;
}
.faq-a {
  font-size: 16px;
  line-height: 1.55;
  color: var(--fg);
  opacity: 0.88;
}

/* ----- simple footer for subpages ----- */
.sub-footer {
  background: var(--bg-deep);
  padding: 60px 40px 30px;
  border-top: 1px solid var(--fg-faint);
}
.sub-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}
.sub-footer-brand img { width: 80px; margin-bottom: 16px; }
.sub-footer-tag {
  font-size: 14px;
  color: var(--fg-dim);
  line-height: 1.5;
  margin-bottom: 10px;
}
.sub-footer-dates {
  color: var(--accent);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sub-footer h5 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-dim);
  margin-bottom: 18px;
}
.sub-footer ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.sub-footer ul li { color: var(--fg); opacity: 0.85; font-size: 14px; line-height: 1.4; }
.sub-footer a { color: var(--fg); opacity: 0.85; font-size: 14px; transition: color 0.15s; }
.sub-footer a:hover { color: var(--accent); opacity: 1; }
.sub-footer-bottom {
  max-width: 1400px;
  margin: 50px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--fg-faint);
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--fg-dim);
  gap: 14px;
  flex-wrap: wrap;
}
.sub-footer-bottom > div { font-size: 13px; line-height: 1.4; }
@media (max-width: 900px) {
  .sub-footer-inner { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 500px) {
  .sub-footer-inner { grid-template-columns: 1fr; }
}

/* ----- simple contact / form grid ----- */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
  margin-top: 30px;
}
.form-grid .form-field.wide { grid-column: 1 / -1; }
.form-field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-dim);
  margin-bottom: 6px;
}
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
  background: rgba(0,0,0,0.18);
  border: 1px solid var(--fg-faint);
  color: var(--fg);
  padding: 12px 14px;
  font-size: 15px;
  border-radius: 2px;
}
.form-field textarea { min-height: 120px; resize: vertical; }
.form-submit {
  grid-column: 1 / -1;
  background: var(--accent);
  color: var(--fg);
  border: none;
  padding: 14px 26px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 13px;
  cursor: pointer;
  justify-self: start;
}
.form-submit:hover { background: #ff6a3d; }
@media (max-width: 640px) {
  .form-grid { grid-template-columns: 1fr; }
}

/* ----- news list on nieuws page ----- */
.news-page-list {
  display: flex;
  flex-direction: column;
  max-width: 960px;
  margin: 0 auto;
}
.news-page-item {
  display: grid;
  grid-template-columns: 140px 160px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--fg-faint);
  align-items: baseline;
}
.news-page-item .news-date {
  font-size: 13px;
  color: var(--fg-dim);
  letter-spacing: 0.04em;
}
.news-page-item .news-tag {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}
.news-page-item h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--fg);
  margin-bottom: 6px;
}
.news-page-item p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--fg);
  opacity: 0.8;
}
@media (max-width: 700px) {
  .news-page-item { grid-template-columns: 1fr; gap: 6px; padding: 22px 0; }
}

/* ----- ticket tiers ----- */
.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 20px;
}
.tier {
  background: var(--bg-soft);
  border: 1px solid var(--fg-faint);
  border-radius: 4px;
  padding: 34px 30px 30px;
  display: flex;
  flex-direction: column;
  color: var(--fg);
}
.tier.featured {
  background: var(--accent);
  color: var(--ink);
  border-color: var(--accent);
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.tier-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 14px;
}
.tier h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.tier .price {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 42px;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.tier .price-sub {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  opacity: 0.7;
  text-transform: lowercase;
}
.tier ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  flex: 1;
  border-top: 1px solid currentColor;
  border-top-color: rgba(0,0,0,0.08);
  padding-top: 18px;
}
.tier.featured ul { border-top-color: rgba(0,0,0,0.15); }
.tier:not(.featured) ul { border-top-color: var(--fg-faint); }
.tier ul li {
  font-size: 15px;
  line-height: 1.45;
  padding: 7px 0;
  padding-left: 18px;
  position: relative;
  opacity: 0.9;
  margin: 0;
}
.tier ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 2px;
  background: currentColor;
  opacity: 0.6;
}
.tier .cta {
  display: inline-block;
  padding: 14px 22px;
  background: var(--ink);
  color: var(--bg);
  border: none;
  border-bottom: none;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.tier.featured .cta {
  background: var(--ink);
  color: var(--accent);
}
.tier .cta:hover { opacity: 0.85; }

@media (max-width: 960px) {
  .tiers { grid-template-columns: 1fr; gap: 16px; }
  .tier.featured { transform: none; }
}

/* ---------- PAGE PHOTO BAND (full-bleed image under hero) ---------- */
.page-photo-band {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  background: var(--ink);
}
.page-photo-band.tall { height: 540px; }
.page-photo-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.02) contrast(1.02);
}
.page-photo-band::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14,42,37,0.0) 40%, rgba(14,42,37,0.55) 100%);
  pointer-events: none;
}
.page-photo-band .caption {
  position: absolute;
  left: 40px;
  bottom: 28px;
  z-index: 2;
  color: var(--fg);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-photo-band .caption::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--accent);
}

@media (max-width: 640px) {
  .page-photo-band { height: 280px; }
  .page-photo-band.tall { height: 320px; }
  .page-photo-band .caption { left: 20px; bottom: 18px; font-size: 11px; }
}

/* ---------- PHOTO SPLIT (image + text side by side inside prose) ---------- */
.photo-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin: 80px 0;
  padding: 0;
}
.photo-split.reverse { direction: rtl; }
.photo-split.reverse > * { direction: ltr; }
.photo-split-image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--ink);
}
.photo-split-image.wide { aspect-ratio: 4 / 3; }
.photo-split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photo-split-text .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 20px;
}
.photo-split-text .kicker::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
}
.photo-split-text h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--fg);
}
.photo-split-text p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--fg-soft);
  margin-bottom: 14px;
}

@media (max-width: 820px) {
  .photo-split { grid-template-columns: 1fr; gap: 28px; margin: 50px 0; }
  .photo-split.reverse { direction: ltr; }
}

/* ---------- PHOTO GRID (3-up gallery) ---------- */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 60px 0;
}
.photo-grid .cell {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--ink);
}
.photo-grid .cell.wide { aspect-ratio: 4 / 3; grid-column: span 2; }
.photo-grid .cell img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.photo-grid .cell:hover img { transform: scale(1.04); }

@media (max-width: 820px) {
  .photo-grid { grid-template-columns: 1fr 1fr; gap: 10px; margin: 40px 0; }
}
