/*
Theme Name: Pearl Organic
Theme URI: https://www.pearlband.nl
Author: Pearl Band
Description: Warm, organisch WordPress thema voor Pearl – christelijke band uit Enschede
Version: 1.0.3
License: GNU General Public License v2 or later
Text Domain: pearl-organic
*/

/* ── VARIABELEN ── */
:root {
  --paper: #FDF8F0;
  --paper2: #F7EFE1;
  --paper3: #EFE3CC;
  --ink: #2A1F0F;
  --ink2: #5C4A30;
  --ink3: #8C7458;
  --rust: #8B4513;
  --rust-light: #C4704A;
  --sage: #4A6741;
  --sage-light: #7A9A71;
  --gold: #9B7B3A;
  --gold-light: #C9A96E;
  --purple: #6B5B8A;
  --blue: #3A5F80;
  --border: rgba(92, 74, 48, 0.18);
  --serif: 'Lora', Georgia, serif;
  --sans: 'Nunito', sans-serif;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
  line-height: 1.6;
}
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 0; opacity: .7;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* ── NAVIGATIE ── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
}
.site-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 3rem;
  background: rgba(253, 248, 240, 0.93);
  position: fixed; top: 0; left: 0; right: 0; z-index: 9000;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: padding .3s, box-shadow .3s;
}
.site-nav.scrolled {
  padding: 1rem 3rem;
  box-shadow: 0 2px 20px rgba(42, 31, 15, .06);
}
.nav-logo {
  font-family: var(--serif); font-size: 1.5rem;
  color: var(--ink); letter-spacing: .04em;
}
.nav-logo em { color: var(--rust); font-style: italic; }
.nav-menu {
  display: flex; gap: 2rem; list-style: none; align-items: center;
}
.nav-menu a {
  font-size: .82rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink2);
  transition: color .2s;
}
.nav-menu a:hover,
.nav-menu .current-menu-item > a { color: var(--rust); }
.nav-menu .menu-cta > a {
  background: var(--rust); color: var(--paper);
  padding: .5rem 1.2rem; border-radius: 2px;
  font-size: .78rem; transition: background .2s;
}
.nav-menu .menu-cta > a:hover { background: var(--rust-light); color: var(--paper); }

/* Hamburger */
.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  padding: .5rem; flex-direction: column; gap: 5px; z-index: 110;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--ink); transition: all .3s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── HOMEPAGE HERO ── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative; z-index: 1;
  padding-top: 4.5rem;
}
.hero-left {
  background: var(--ink);
  display: flex; flex-direction: column; justify-content: center;
  padding: 5rem 4rem 5rem 3rem;
  position: relative; overflow: hidden;
}
.hero-left::before {
  content: '+';
  position: absolute; font-family: var(--serif);
  font-size: 28rem; line-height: 1;
  color: rgba(253, 248, 240, .03);
  right: -4rem; top: -4rem; pointer-events: none;
}
.hero-label {
  font-size: .7rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 1.5rem;
  display: flex; align-items: center; gap: .75rem;
}
.hero-label::before {
  content: ''; display: block; width: 28px; height: 1px;
  background: var(--gold-light);
}
.hero-quote {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-style: italic; line-height: 1.4; color: var(--paper);
  margin-bottom: 2rem;
}
.hero-quote strong { color: var(--gold-light); font-style: normal; font-weight: 600; }
.hero-byline {
  font-size: .85rem; line-height: 1.8;
  color: rgba(253, 248, 240, .5); font-weight: 300;
  max-width: 360px; margin-bottom: 2.5rem;
}
.hero-cta-wrap { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }

/* Video kant */
.hero-right { position: relative; overflow: hidden; background: #111; }
.hero-video-wrap { position: absolute; inset: 0; }
.hero-video-wrap iframe {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  /* Fill container while keeping 16:9 aspect ratio. Calc using container, not viewport. */
  width: 100%; height: 100%;
  min-width: 100%; min-height: 100%;
  pointer-events: none; border: none;
  /* Cover effect via aspect ratio */
  aspect-ratio: 16/9;
}
/* Op brede containers: zorg dat de iframe 16:9 verhouding behoudt door height ipv width te vergroten */
@media (min-aspect-ratio: 16/9) {
  .hero-video-wrap iframe { height: calc(100% * 1); width: calc(100% * 1.78); }
}
.hero-video-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(17, 13, 8, .5) 0%, transparent 60%);
}
.hero-video-tag {
  position: absolute; bottom: 2rem; right: 2rem;
  background: rgba(253, 248, 240, .12);
  border: 1px solid rgba(253, 248, 240, .2);
  color: rgba(253, 248, 240, .7);
  font-size: .65rem; letter-spacing: .2em; text-transform: uppercase;
  padding: .5rem 1rem; border-radius: 2px;
  backdrop-filter: blur(4px); z-index: 2;
}

/* ── KNOPPEN ── */
.btn-warm {
  background: var(--rust); color: var(--paper);
  padding: .8rem 1.8rem; border-radius: 2px; border: none; cursor: pointer;
  font-family: var(--sans); font-size: .8rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  transition: background .2s, transform .15s; display: inline-block;
}
.btn-warm:hover { background: var(--rust-light); transform: translateY(-1px); color: var(--paper); }
.btn-text {
  font-size: .82rem; color: rgba(253, 248, 240, .55);
  display: inline-flex; align-items: center; gap: .4rem; transition: color .2s;
}
.btn-text:hover { color: var(--gold-light); }
.btn-text::after { content: '→'; }
.btn-outline {
  border: 1px solid var(--rust); color: var(--rust);
  padding: .8rem 1.8rem; border-radius: 2px;
  font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  transition: all .2s; display: inline-block;
}
.btn-outline:hover { background: var(--rust); color: var(--paper); }
.btn-sage {
  background: rgba(253, 248, 240, .15);
  border: 1px solid rgba(253, 248, 240, .3);
  color: var(--paper); padding: .8rem 2rem; border-radius: 2px;
  font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  transition: background .2s; display: inline-block;
}
.btn-sage:hover { background: rgba(253, 248, 240, .25); color: var(--paper); }

/* ── SECTIES ALGEMEEN ── */
.section { padding: 5rem 3rem; position: relative; z-index: 1; }
.section-label {
  font-size: .68rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--rust); margin-bottom: .75rem; display: block;
}
.section-title {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.2; color: var(--ink); margin-bottom: 1.25rem;
}

/* ── SCHRIFT SECTIE ── */
.schrift {
  background: var(--paper2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  display: grid; grid-template-columns: 1fr 2fr; gap: 4rem;
  align-items: start;
}
.schrift-ornament { text-align: center; padding-top: 1rem; }
.schrift-cross { font-size: 4rem; color: var(--ink3); opacity: .35; display: block; line-height: 1; margin-bottom: .5rem; }
.schrift-ref { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink3); }
.schrift-label { font-size: .68rem; letter-spacing: .28em; text-transform: uppercase; color: var(--rust); margin-bottom: .75rem; display: block; }
.schrift-vers { font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.7rem); font-style: italic; line-height: 1.65; color: var(--ink); margin-bottom: 1rem; }
.schrift-toelichting { font-size: .95rem; line-height: 1.9; color: var(--ink2); font-weight: 300; max-width: 540px; }

/* ── OVER DE BAND ── */
.band { display: grid; grid-template-columns: 2fr 1fr; gap: 5rem; align-items: center; }
.band-tekst p { font-size: .98rem; line-height: 1.95; color: var(--ink2); font-weight: 300; margin-bottom: 1rem; }
.band-aside { display: flex; flex-direction: column; gap: 1.25rem; }
.band-card { background: var(--paper2); border: 1px solid var(--border); border-radius: 3px; padding: 1.5rem; }
.band-card-icon { font-size: 1.1rem; margin-bottom: .5rem; color: var(--rust); }
.band-card-title { font-family: var(--serif); font-size: 1.05rem; color: var(--ink); margin-bottom: .4rem; }
.band-card-body { font-size: .82rem; line-height: 1.7; color: var(--ink3); }

/* ── AGENDA SECTIE ── */
.agenda-section { background: var(--ink); }
.agenda-section .section-label { color: var(--gold-light); }
.agenda-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; }
.agenda-meer { font-size: .8rem; color: var(--gold-light); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; border-bottom: 1px solid var(--gold-light); padding-bottom: 2px; transition: color .2s; }
.agenda-meer:hover { color: var(--gold); }
.agenda-title { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--paper); }
.agenda-list { display: flex; flex-direction: column; }
.agenda-row {
  display: grid; grid-template-columns: 72px 1fr auto;
  align-items: center; gap: 2rem;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(253, 248, 240, .08);
  transition: background .2s, padding .2s;
  text-decoration: none; color: inherit; border-radius: 3px;
}
.agenda-row:first-child { border-top: 1px solid rgba(253, 248, 240, .08); }
.agenda-row:hover { background: rgba(253, 248, 240, .04); padding-left: 1.5rem; }
.agenda-dag { text-align: center; }
.dag-num { font-family: var(--serif); font-size: 2rem; color: var(--paper); line-height: 1; display: block; }
.dag-mnd { font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-light); display: block; margin-top: .2rem; }
.agenda-naam { font-family: var(--serif); font-size: 1.1rem; color: var(--paper); margin-bottom: .2rem; }
.agenda-loc { font-size: .8rem; color: rgba(253, 248, 240, .4); }
.agenda-pijl { color: var(--gold-light); font-size: 1rem; opacity: 0; transition: opacity .2s; }
.agenda-row:hover .agenda-pijl { opacity: 1; }

/* ── MISSIE SECTIE ── */
.missie-section {
  background: var(--sage); text-align: center;
  padding: 6rem 3rem; position: relative; z-index: 1; overflow: hidden;
}
.missie-section::before {
  content: '"'; position: absolute;
  font-family: var(--serif); font-size: 32rem; line-height: 1;
  color: rgba(255, 255, 255, .04); top: -6rem; left: -2rem; pointer-events: none;
}
.missie-section .section-label { color: rgba(253, 248, 240, .6); }
.missie-citaat {
  font-family: var(--serif); font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  font-style: italic; line-height: 1.55; color: var(--paper);
  max-width: 720px; margin: 0 auto 1.5rem; position: relative; z-index: 1;
}
.missie-sub {
  font-size: .9rem; line-height: 1.8; color: rgba(253, 248, 240, .55);
  max-width: 480px; margin: 0 auto 2.5rem; font-weight: 300;
}

/* ── CONTACT CTA ── */
.contact-cta-section {
  background: var(--paper3);
  border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  gap: 3rem; flex-wrap: wrap;
}
.contact-cta-section h2 { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.5rem); color: var(--ink); margin-bottom: .75rem; }
.contact-cta-section p { font-size: .95rem; line-height: 1.85; color: var(--ink3); font-weight: 300; max-width: 460px; }
.cta-buttons { display: flex; flex-direction: column; gap: 1rem; align-items: center; flex-shrink: 0; }
.cta-link-subtle { font-size: .85rem; color: var(--ink3); }
.cta-link-subtle:hover { color: var(--rust); }

/* ── PAGE HERO (inner pagina's) ── */
.page-hero {
  padding: 8rem 3rem 4rem; position: relative; z-index: 1;
  background: var(--ink); overflow: hidden;
}
.page-hero::before {
  position: absolute; font-size: 22rem; line-height: 1;
  color: rgba(253, 248, 240, .03); right: 1rem; bottom: -3rem; pointer-events: none;
}
.page-hero.contact::before { content: '✉'; }
.page-hero.repertoire::before { content: '♪'; }
.page-hero.default::before { content: '✦'; }
/* Hero decoratie afbeelding (via Customizer) */
.page-hero.has-decor-img::before { content: ''; }
.page-hero.has-decor-img::after {
  content: '';
  position: absolute;
  right: 2rem;
  bottom: -2rem;
  width: 14rem;
  height: 14rem;
  background-image: var(--hero-decor-img);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: .15;
  pointer-events: none;
}
.page-hero.no-decor::before,
.page-hero.no-decor::after { display: none; }
.page-hero-eyebrow:empty { display: none; }
.page-hero-eyebrow {
  font-size: .7rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 1rem;
  display: flex; align-items: center; gap: .75rem;
}
.page-hero-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gold-light); }
.page-hero h1 { font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 4rem); color: var(--paper); line-height: 1.15; margin-bottom: .75rem; position: relative; z-index: 1; }
.page-hero .hero-sub { font-size: 1rem; line-height: 1.75; color: rgba(253, 248, 240, .5); max-width: 580px; font-weight: 300; }

/* ── CONTENT AREA (standaard pagina's) ── */
.content-area { padding: 5rem 3rem; max-width: 860px; margin: 0 auto; position: relative; z-index: 1; }
.entry-content h2 { font-family: var(--serif); font-size: 1.8rem; color: var(--ink); margin: 2.5rem 0 1rem; }
.entry-content p { line-height: 1.9; color: var(--ink2); margin-bottom: 1.25rem; font-weight: 300; }
.entry-content a { color: var(--rust); text-decoration: underline; }

/* ── CONTACT PAGINA ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 60vh; position: relative; z-index: 1; }
.contact-form-col { padding: 4rem 3rem; border-right: 1px solid var(--border); }
.contact-info-col { padding: 4rem 3rem; display: flex; flex-direction: column; gap: 3rem; }
.form { display: flex; flex-direction: column; gap: 1.25rem; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field label { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink2); font-weight: 600; }
.field input, .field textarea, .field select {
  background: var(--paper2); border: 1px solid var(--border); border-radius: 2px;
  padding: .75rem 1rem; font-family: var(--sans); font-size: .92rem; color: var(--ink);
  outline: none; transition: border-color .2s, background .2s; width: 100%;
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--rust); background: var(--paper); }
.field textarea { resize: vertical; min-height: 120px; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238C7458' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.map-wrap { border-radius: 4px; overflow: hidden; border: 1px solid var(--border); height: 200px; background: var(--paper3); }
.map-wrap iframe { width: 100%; height: 100%; border: none; display: block; }
.map-label { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink3); margin-top: .6rem; display: flex; align-items: center; gap: .4rem; }
.map-label::before { content: '📍'; font-size: .75rem; }
.contact-details { display: flex; flex-direction: column; gap: .75rem; }
.detail-row { display: flex; align-items: flex-start; gap: .9rem; font-size: .9rem; color: var(--ink2); line-height: 1.5; font-weight: 300; }
.detail-icon { width: 28px; height: 28px; border-radius: 2px; background: var(--paper3); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: .75rem; flex-shrink: 0; margin-top: .1rem; }
.detail-label { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink3); display: block; }
.detail-val { color: var(--ink); font-weight: 400; }
.social-links { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: .75rem; }
.social-btn { display: flex; align-items: center; gap: .5rem; background: var(--paper2); border: 1px solid var(--border); border-radius: 2px; padding: .6rem 1rem; font-size: .78rem; font-weight: 600; color: var(--ink2); letter-spacing: .04em; transition: all .2s; }
.social-btn:hover { background: var(--rust); color: var(--paper); border-color: var(--rust); }
.verwachting { background: var(--paper2); border-top: 1px solid var(--border); padding: 3rem; position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.verwachting-item { text-align: center; padding: 1.5rem 1rem; }
.verwachting-num { font-family: var(--serif); font-size: 2.2rem; color: var(--rust); margin-bottom: .4rem; }
.verwachting-label { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink3); line-height: 1.5; }

/* ── REPERTOIRE PAGINA ── */
.filter-bar {
  position: sticky; top: 62px; z-index: 50;
  background: rgba(253, 248, 240, .97); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  padding: .85rem 3rem;
  display: flex; align-items: center; gap: .65rem; flex-wrap: wrap;
}
.filter-label { font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink3); flex-shrink: 0; }
.filter-btn { background: none; border: 1px solid var(--border); border-radius: 2px; padding: .35rem .9rem; font-family: var(--sans); font-size: .75rem; font-weight: 600; color: var(--ink2); cursor: pointer; letter-spacing: .06em; text-transform: uppercase; transition: all .2s; }
.filter-btn:hover { border-color: var(--rust); color: var(--rust); }
.filter-btn.active { background: var(--rust); border-color: var(--rust); color: var(--paper); }
.filter-count { margin-left: auto; font-size: .75rem; color: var(--ink3); flex-shrink: 0; font-weight: 300; }
.search-wrap { position: relative; flex-shrink: 0; }
.search-input { background: var(--paper2); border: 1px solid var(--border); border-radius: 2px; padding: .35rem .75rem .35rem 1.7rem; font-family: var(--sans); font-size: .78rem; color: var(--ink); outline: none; transition: border-color .2s; width: 180px; }
.search-input:focus { border-color: var(--rust); }
.search-icon { position: absolute; left: .55rem; top: 50%; transform: translateY(-50%); font-size: .7rem; color: var(--ink3); pointer-events: none; }
.repertoire-section { padding: 2.5rem 3rem 3rem; position: relative; z-index: 1; }
.cat-header { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.25rem; margin-top: 2.75rem; }
.cat-header:first-of-type { margin-top: 0; }
.cat-line { flex: 1; height: 1px; background: var(--border); }
.cat-name { font-family: var(--serif); font-size: 1rem; font-style: italic; color: var(--ink3); white-space: nowrap; }
.cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: .85rem; }
.song-card { background: var(--paper2); border: 1px solid var(--border); border-radius: 3px; padding: 1.1rem 1.1rem .9rem; display: flex; flex-direction: column; gap: .45rem; position: relative; overflow: hidden; transition: transform .2s, box-shadow .2s, border-color .2s; }
.song-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; }
.song-card[data-cat="sela"]::before { background: var(--sage); }
.song-card[data-cat="opwekking"]::before { background: var(--gold); }
.song-card[data-cat="psalm"]::before { background: var(--purple); }
.song-card[data-cat="worship"]::before { background: var(--rust); }
.song-card[data-cat="internationaal"]::before { background: var(--blue); }
.song-card[data-cat="kids"]::before { background: var(--rust-light); }
.song-card:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(42, 31, 15, .07); border-color: rgba(92, 74, 48, .28); }
.song-card.hidden { display: none; }
.song-taal { font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink3); }
.song-titel { font-family: var(--serif); font-size: .97rem; line-height: 1.35; color: var(--ink); padding-right: .5rem; }
.song-artiest { font-size: .78rem; color: var(--ink3); font-weight: 300; }
.song-tags { display: flex; gap: .3rem; flex-wrap: wrap; margin-top: .1rem; }
.tag { font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; padding: .18rem .42rem; border-radius: 2px; font-weight: 600; }
.tag.sela { background: rgba(74,103,65,.1); color: var(--sage); }
.tag.opwekking { background: rgba(155,123,58,.12); color: var(--gold); }
.tag.psalm { background: rgba(107,91,138,.12); color: var(--purple); }
.tag.worship { background: rgba(139,69,19,.1); color: var(--rust); }
.tag.internationaal { background: rgba(58,95,128,.1); color: var(--blue); }
.tag.kids { background: rgba(196,112,74,.1); color: var(--rust-light); }
.tag.nl, .tag.en, .tag.nlen { background: rgba(92,74,48,.07); color: var(--ink2); }
.song-actions { display: flex; gap: .45rem; margin-top: .35rem; padding-top: .45rem; border-top: 1px solid var(--border); align-items: center; flex-wrap: wrap; }
.song-link { font-size: .64rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink3); text-decoration: none; display: inline-flex; align-items: center; gap: .22rem; transition: color .2s; }
.song-link:hover { color: var(--rust); }
.song-link.yt::before { content: '▶'; font-size: .52rem; }
.sep { color: var(--border); font-size: .65rem; }
.song-note { position: absolute; bottom: .6rem; right: .8rem; font-size: .95rem; color: var(--border); transition: color .2s; }
.song-card:hover .song-note { color: rgba(92, 74, 48, .18); }
.no-results { padding: 4rem 2rem; text-align: center; display: none; position: relative; z-index: 1; }
.no-results.visible { display: block; }
.no-results p { font-family: var(--serif); font-style: italic; color: var(--ink3); font-size: 1.1rem; }
.rep-cta { background: var(--paper3); border-top: 1px solid var(--border); padding: 3.5rem 3rem; position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.rep-cta h3 { font-family: var(--serif); font-size: 1.5rem; color: var(--ink); margin-bottom: .5rem; }
.rep-cta p { font-size: .9rem; line-height: 1.75; color: var(--ink3); font-weight: 300; max-width: 480px; }

/* ── AGENDA PAGINA ── */
.agenda-hero::before { content: '◎'; }
.agenda-page-section { padding: 4rem 3rem; position: relative; z-index: 1; }
.agenda-page-section + .agenda-page-section { border-top: 1px solid var(--border); }
.agenda-page-header { margin-bottom: 2.5rem; }
.agenda-plugin-notice { font-size: .82rem; line-height: 1.7; color: var(--ink3); background: var(--paper2); border: 1px solid var(--border); border-left: 3px solid var(--gold); padding: .75rem 1rem; border-radius: 2px; margin-top: 1rem; max-width: 600px; }
.event-list { display: flex; flex-direction: column; gap: 1.25rem; }
.event-card { display: grid; grid-template-columns: 90px 1fr auto; gap: 2rem; background: var(--paper2); border: 1px solid var(--border); border-radius: 3px; padding: 1.75rem; position: relative; overflow: hidden; transition: box-shadow .2s, border-color .2s; }
.event-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--rust); }
.event-card:hover { box-shadow: 0 6px 24px rgba(42,31,15,.07); border-color: rgba(92,74,48,.28); }
.event-card-datum { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; background: var(--ink); color: var(--paper); border-radius: 3px; padding: 1rem .5rem; flex-shrink: 0; align-self: flex-start; }
.event-dag { font-family: var(--serif); font-size: 2.2rem; line-height: 1; display: block; }
.event-maand { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-light); display: block; margin-top: .3rem; }
.event-jaar { font-size: .58rem; color: rgba(253,248,240,.35); display: block; margin-top: .2rem; letter-spacing: .08em; }
.event-naam { font-family: var(--serif); font-size: 1.3rem; color: var(--ink); margin-bottom: .65rem; line-height: 1.25; }
.event-meta { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; margin-bottom: .75rem; }
.event-meta-item { font-size: .8rem; color: var(--ink3); display: flex; align-items: center; gap: .35rem; font-weight: 300; }
.event-meta-icon { font-size: .72rem; }
.event-beschrijving { font-size: .9rem; line-height: 1.8; color: var(--ink2); font-weight: 300; max-width: 540px; margin-bottom: .85rem; }
.event-link { font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--rust); text-decoration: none; border-bottom: 1px solid var(--rust); padding-bottom: 1px; transition: color .2s, border-color .2s; display: inline-block; }
.event-link:hover { color: var(--rust-light); border-color: var(--rust-light); }
.event-card-img { width: 180px; flex-shrink: 0; align-self: flex-start; border-radius: 2px; overflow: hidden; }
.event-card-img img { width: 100%; height: 130px; object-fit: cover; display: block; }
.agenda-leeg { text-align: center; padding: 4rem 2rem; background: var(--paper2); border: 1px solid var(--border); border-radius: 3px; }
.agenda-leeg-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.agenda-leeg-tekst { font-family: var(--serif); font-style: italic; color: var(--ink3); font-size: 1.05rem; line-height: 1.7; margin-bottom: 2rem; }
.agenda-cta { background: var(--sage); position: relative; z-index: 1; padding: 5rem 3rem; overflow: hidden; }
.agenda-cta::before { content: '♪'; position: absolute; font-size: 24rem; line-height: 1; color: rgba(255,255,255,.04); right: -1rem; bottom: -3rem; pointer-events: none; }
.agenda-cta-inner { max-width: 600px; }
.agenda-geweest { background: var(--paper2); }
.event-list--past { display: flex; flex-direction: column; }
.event-past-row { display: grid; grid-template-columns: 160px 1fr 1fr; align-items: center; gap: 1.5rem; padding: 1.1rem .5rem; border-bottom: 1px solid var(--border); opacity: .65; transition: opacity .2s; }
.event-past-row:first-child { border-top: 1px solid var(--border); }
.event-past-row:hover { opacity: 1; }
.event-past-datum { font-family: var(--serif); font-size: .95rem; color: var(--ink2); display: flex; flex-direction: column; gap: .1rem; }
.event-past-jaar { font-size: .72rem; color: var(--ink3); }
.event-past-naam { font-family: var(--serif); font-size: 1rem; color: var(--ink); }
.event-past-loc { font-size: .82rem; color: var(--ink3); font-weight: 300; }

/* ── FOOTER ── */
.site-footer { background: var(--ink); padding: 2.5rem 3rem; position: relative; z-index: 1; border-top: 1px solid rgba(253, 248, 240, .06); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.footer-logo { font-family: var(--serif); font-size: 1.2rem; color: var(--paper); }
.footer-logo em { color: var(--rust-light); font-style: italic; }
.footer-tagline { font-size: .72rem; color: rgba(253, 248, 240, .3); margin-top: .25rem; }
.footer-nav { display: flex; gap: 1.75rem; list-style: none; }
.footer-nav a { font-size: .75rem; color: rgba(253, 248, 240, .35); transition: color .2s; }
.footer-nav a:hover { color: var(--gold-light); }

/* ── ANIMATIES ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.anim-1 { animation: fadeUp .7s ease .1s both; }
.anim-2 { animation: fadeUp .7s ease .25s both; }
.anim-3 { animation: fadeUp .7s ease .4s both; }
.anim-4 { animation: fadeUp .7s ease .5s both; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }
  .hero-right { height: 55vw; min-height: 280px; }
  .hero-left { padding: 4rem 2rem; }
  .schrift { grid-template-columns: 1fr; gap: 2rem; }
  .band { grid-template-columns: 1fr; gap: 3rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-col { border-right: none; border-bottom: 1px solid var(--border); }
  .verwachting { grid-template-columns: 1fr; gap: 0; }
  .verwachting-item { border-bottom: 1px solid var(--border); }
  .verwachting-item:last-child { border-bottom: none; }
  .contact-cta-section { flex-direction: column; }
  .agenda-top { flex-direction: column; align-items: flex-start; gap: 1rem; }
}
@media (max-width: 768px) {
  .site-nav { padding: 1rem 1.5rem; }
  .nav-toggle { display: flex; }
  .nav-menu {
    display: none; flex-direction: column; gap: 0.5rem;
    position: fixed; top: 64px; right: 0; bottom: 0; width: 280px;
    background: #111; padding: 1.5rem 2rem 2rem; z-index: 9999;
    transform: translateX(100%); transition: transform .3s ease;
  }
  .nav-menu.open { display: flex; transform: translateX(0); }
  /* Overlay achter menu */
  .nav-menu.open::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    z-index: -1;
    right: 280px;
  }
  .nav-menu a { color: rgba(253,248,240,.8); font-size: .95rem; padding: 1rem 0; border-bottom: 1px solid rgba(253,248,240,.08); }
  .nav-menu a:hover { color: var(--gold-light); }
  .nav-menu .menu-cta > a { background: var(--rust); padding: .75rem 1.5rem; border-radius: 2px; }
  .section { padding: 4rem 1.5rem; }
  .filter-bar { padding: .75rem 1.5rem; top: 56px; }
  .repertoire-section { padding: 2rem 1.5rem; }
  .rep-cta, .page-hero, .contact-form-col, .contact-info-col { padding: 2.5rem 1.5rem; }
  .search-wrap { display: none; }
  .cards-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .agenda-page-section { padding: 3rem 1.5rem; }
  .agenda-cta { padding: 4rem 1.5rem; }
  .event-card { grid-template-columns: 80px 1fr; }
  .event-card-img { display: none; }
  .event-past-row { grid-template-columns: 130px 1fr; }
  .event-past-loc { display: none; }
}
@media (max-width: 520px) {
  .event-card { grid-template-columns: 1fr; }
  .event-card-datum { flex-direction: row; gap: .75rem; align-items: center; padding: .65rem 1rem; width: fit-content; }
  .event-dag { font-size: 1.5rem; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   EVENTS MANAGER STIJL — pearl organic thema
   Overschrijft de standaard plugin-output met het Pearl-ontwerp.
   ═══════════════════════════════════════════════════════════════════════════ */

/* Reset plugin-standaarden */
.em-pearl-wrap *,
.em-pearl-wrap *::before,
.em-pearl-wrap *::after { box-sizing: border-box; }
.em-pearl-wrap ul,
.em-pearl-wrap ol { list-style: none; padding: 0; margin: 0; }
.em-pearl-wrap a { text-decoration: none; color: inherit; }

/* Eventlijst wrapper */
.em-pearl-wrap { display: flex; flex-direction: column; gap: 1.25rem; }

/* Individuele event-kaart */
.em-pearl-event {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 2rem;
  background: var(--paper2);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 1.75rem;
  position: relative;
  overflow: hidden;
  transition: box-shadow .2s, border-color .2s;
}
.em-pearl-event::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--rust);
}
.em-pearl-event:hover {
  box-shadow: 0 6px 24px rgba(42,31,15,.07);
  border-color: rgba(92,74,48,.28);
}

/* Datumblokje */
.em-pearl-datum {
  display: flex; flex-direction: column;
  align-items: center; justify-content: flex-start;
  text-align: center;
  background: var(--ink); color: var(--paper);
  border-radius: 3px; padding: 1rem .5rem;
  flex-shrink: 0; align-self: flex-start;
}
.em-pearl-dag {
  font-family: var(--serif); font-size: 2.2rem;
  line-height: 1; display: block; font-weight: 400;
}
.em-pearl-mnd {
  font-size: .62rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold-light); display: block; margin-top: .3rem;
}
.em-pearl-jaar {
  font-size: .58rem; color: rgba(253,248,240,.3);
  display: block; margin-top: .2rem;
}

/* Event inhoud */
.em-pearl-info { display: flex; flex-direction: column; gap: .6rem; }

.em-pearl-naam {
  font-family: var(--serif); font-size: 1.25rem;
  color: var(--ink); line-height: 1.25; font-weight: 600;
}
.em-pearl-naam a { color: inherit; transition: color .2s; }
.em-pearl-naam a:hover { color: var(--rust); }

.em-pearl-meta {
  display: flex; flex-wrap: wrap; gap: .4rem 1.25rem;
}
.em-pearl-meta-item {
  font-size: .8rem; color: var(--ink3);
  display: flex; align-items: center; gap: .3rem; font-weight: 300;
}

.em-pearl-beschrijving {
  font-size: .9rem; line-height: 1.8;
  color: var(--ink2); font-weight: 300;
  max-width: 560px;
}

.em-pearl-link {
  font-size: .76rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--rust);
  border-bottom: 1px solid var(--rust); padding-bottom: 1px;
  transition: color .2s, border-color .2s;
  display: inline-block; align-self: flex-start;
}
.em-pearl-link:hover { color: var(--rust-light); border-color: var(--rust-light); }

/* Lege agenda */
.em-pearl-leeg {
  text-align: center;
  padding: 4rem 2rem;
  background: var(--paper2);
  border: 1px solid var(--border);
  border-radius: 3px;
}
.em-pearl-leeg-icon { font-size: 2.5rem; margin-bottom: 1rem; display: block; }
.em-pearl-leeg p {
  font-family: var(--serif); font-style: italic;
  color: var(--ink3); font-size: 1.05rem; line-height: 1.7;
}

/* Voorbije optredens */
.em-pearl-wrap--past { gap: 0; }
.em-pearl-past-row {
  display: grid;
  grid-template-columns: 160px 1fr 1fr;
  align-items: center; gap: 1.5rem;
  padding: 1.1rem .5rem;
  border-bottom: 1px solid var(--border);
  opacity: .6; transition: opacity .2s;
  font-size: .9rem;
}
.em-pearl-past-row:first-child { border-top: 1px solid var(--border); }
.em-pearl-past-row:hover { opacity: 1; }
.em-pearl-past-datum {
  font-family: var(--serif); color: var(--ink2);
  font-size: .95rem;
}
.em-pearl-past-jaar { font-size: .75rem; color: var(--ink3); margin-left: .25rem; }
.em-pearl-past-naam { font-family: var(--serif); color: var(--ink); font-weight: 600; }
.em-pearl-past-loc { font-size: .8rem; color: var(--ink3); font-weight: 300; }

/* Agenda pagina secties */
.agenda-page-section { padding: 4rem 3rem; position: relative; z-index: 1; }
.agenda-page-section + .agenda-page-section { border-top: 1px solid var(--border); }
.agenda-page-header { margin-bottom: 2.5rem; }
.agenda-geweest { background: var(--paper2); }

/* CTA balk */
.agenda-cta {
  background: var(--sage);
  padding: 5rem 3rem;
  position: relative; z-index: 1; overflow: hidden;
}
.agenda-cta::before {
  content: '♪';
  position: absolute; font-size: 24rem; line-height: 1;
  color: rgba(255,255,255,.04); right: -1rem; bottom: -3rem;
  pointer-events: none;
}
.agenda-cta-inner { max-width: 600px; position: relative; z-index: 1; }

/* Overschrijf Events Manager eigen stijlen */
.em-events-search { display: none !important; } /* verberg zoekformulier op agendapagina */
.em-pagination { margin-top: 2rem; display: flex; gap: .5rem; align-items: center; }
.em-pagination a, .em-pagination span {
  font-family: var(--sans); font-size: .78rem;
  border: 1px solid var(--border); border-radius: 2px;
  padding: .4rem .8rem; color: var(--ink2);
  transition: all .2s; display: inline-block;
}
.em-pagination a:hover { background: var(--rust); border-color: var(--rust); color: #fff; }
.em-pagination .current { background: var(--ink); border-color: var(--ink); color: var(--paper); }

/* Responsive */
@media (max-width: 768px) {
  .em-pearl-event { grid-template-columns: 72px 1fr; gap: 1.25rem; padding: 1.25rem; }
  .em-pearl-dag { font-size: 1.7rem; }
  .em-pearl-past-row { grid-template-columns: 120px 1fr; }
  .em-pearl-past-loc { display: none; }
  .agenda-page-section { padding: 3rem 1.5rem; }
  .agenda-cta { padding: 4rem 1.5rem; }
}
@media (max-width: 480px) {
  .em-pearl-event { grid-template-columns: 1fr; }
  .em-pearl-datum {
    flex-direction: row; gap: .75rem;
    align-items: center; padding: .65rem 1rem;
    width: fit-content;
  }
  .em-pearl-dag { font-size: 1.5rem; }
}

/* ── SINGLE EVENT PAGINA ─────────────────────────────────────────────────── */
.single-event-wrap {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3rem;
  padding: 4rem 3rem;
  position: relative; z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

.single-event-img {
  margin-bottom: 2rem;
  border-radius: 3px;
  overflow: hidden;
}

.single-event-beschrijving {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--ink2);
  font-weight: 300;
}
.single-event-beschrijving p { margin-bottom: 1rem; }
.single-event-beschrijving h2,
.single-event-beschrijving h3 {
  font-family: var(--serif);
  color: var(--ink);
  margin: 1.5rem 0 .75rem;
}

/* Sidebar */
.single-event-aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: flex-start;
  position: sticky;
  top: 80px;
}

.event-detail-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: var(--paper2);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 1.25rem;
}
.event-detail-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: .1rem; }
.event-detail-label {
  font-size: .68rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink3);
  display: block;
  margin-bottom: .25rem;
}
.event-detail-val {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--ink);
  display: block;
  font-weight: 600;
}
.event-detail-adres {
  font-size: .82rem;
  color: var(--ink3);
  display: block;
  margin-top: .2rem;
  font-weight: 300;
}

.event-aside-cta {
  background: var(--paper3);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 1.5rem;
  text-align: center;
  margin-top: .5rem;
}
.event-aside-cta p {
  font-family: var(--serif);
  font-style: italic;
  color: var(--ink2);
  font-size: .95rem;
  margin-bottom: 1rem;
}

@media (max-width: 900px) {
  .single-event-wrap {
    grid-template-columns: 1fr;
    padding: 3rem 1.5rem;
  }
  .single-event-aside {
    position: static;
    order: -1;
  }
}

/* ── SINGLE EVENT EXTRA STIJLEN ─────────────────────────────────────────── */
.single-event-back {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink3);
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: color .2s;
}
.single-event-back:hover { color: var(--rust); }

.single-event-titel {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: .5rem;
}

.single-event-datum-kop {
  font-size: .9rem;
  color: var(--ink3);
  font-weight: 300;
  margin-bottom: 2rem;
  font-style: italic;
  font-family: var(--serif);
}

/* ── CUSTOM LOGO IN NAVIGATIE ────────────────────────────────────────────── */
.custom-logo-link {
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
}
img.custom-logo {
  height: 44px !important;
  width: auto !important;
  max-width: 200px !important;
  display: block !important;
  opacity: 1 !important;
  filter: brightness(0) !important;
  transition: opacity .2s, filter .35s !important;
}
img.custom-logo:hover { opacity: .8 !important; }
/* Op de hero-pagina (body heeft class home) is de nav transparant boven de video */
/* Maak logo dan wit */
.home .site-nav:not(.scrolled) img.custom-logo {
  filter: brightness(0) invert(1) !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   BANDLEDEN PAGINA
   ═══════════════════════════════════════════════════════════════════════════ */

.band-intro {
  padding: 4rem 3rem;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.band-intro-tekst {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--ink2);
  font-weight: 300;
  max-width: 600px;
}
.band-intro-tekst p { margin-bottom: 1rem; }

.band-grid-section {
  padding: 2rem 3rem 5rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.band-leeg {
  text-align: center;
  padding: 4rem 2rem;
  background: var(--paper2);
  border: 1px solid var(--border);
  border-radius: 3px;
}

.band-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.band-kaart {
  position: relative;
  aspect-ratio: 3/4;
  background: var(--ink);
  border: 1px solid var(--border);
  border-radius: 3px;
  overflow: hidden;
  transition: box-shadow .25s, transform .25s, border-color .2s;
}
.band-kaart.has-bio { cursor: pointer; }
.band-kaart:hover {
  box-shadow: 0 8px 32px rgba(42,31,15,.12);
  border-color: rgba(92,74,48,0.30);
  transform: translateY(-2px);
}

.band-foto {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 25%;
  background-color: var(--ink);
  transition: transform .5s;
}
.band-kaart:hover .band-foto { transform: scale(1.04); }

.band-foto-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 4rem;
  font-weight: 600;
  color: var(--ink3);
}

.band-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(
    to top,
    rgba(42,31,15,0.95) 0%,
    rgba(42,31,15,0.8) 50%,
    rgba(42,31,15,0) 100%
  );
  padding: 2.5rem 1.25rem 1.25rem;
  z-index: 2;
}

.band-naam {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--paper);
  line-height: 1.15;
  margin: 0 0 .25rem;
}

.band-rol {
  display: block;
  font-size: .72rem;
  font-weight: 500;
  color: var(--gold-light);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .75rem;
}

.band-meer {
  background: none;
  border: none;
  color: var(--paper);
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
  opacity: .8;
  transition: opacity .2s;
}
.band-kaart:hover .band-meer { opacity: 1; }

.band-bio { display: none; }

/* Modal voor lees-meer */
.band-modal[hidden] { display: none !important; }
.band-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.band-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(42,31,15,0.85);
  backdrop-filter: blur(4px);
  cursor: pointer;
}
.band-modal-inner {
  position: relative;
  background: var(--paper);
  max-width: 600px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 3px;
  padding: 2.5rem 2rem 2rem;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
  z-index: 1;
}
.band-modal-close {
  position: absolute;
  top: .75rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: var(--ink3);
  cursor: pointer;
  line-height: 1;
  padding: .5rem;
  transition: color .2s;
}
.band-modal-close:hover { color: var(--rust); }

.band-modal-content h2 {
  font-family: var(--serif);
  font-size: 1.8rem;
  color: var(--ink);
  margin-bottom: .25rem;
}
.band-modal-content .modal-rol {
  font-size: .75rem;
  color: var(--rust);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 1.5rem;
}
.band-modal-content .modal-bio {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--ink2);
  font-weight: 300;
}
.band-modal-content .modal-bio p { margin-bottom: 1rem; }

/* Bandleden CTA balk */
.band-cta {
  background: var(--sage);
  padding: 5rem 3rem;
  text-align: center;
  color: var(--paper);
  position: relative;
  z-index: 1;
}
.band-cta-inner { max-width: 640px; margin: 0 auto; }
.band-cta h2 {
  font-family: var(--serif);
  font-size: clamp(1.6rem,3vw,2.4rem);
  color: var(--paper);
  margin-bottom: .75rem;
}
.band-cta p {
  font-size: .95rem;
  line-height: 1.8;
  color: rgba(253,248,240,.65);
  max-width: 520px;
  margin: 0 auto 2rem;
  font-weight: 300;
}

/* Responsive bandleden */
@media (max-width: 640px) {
  .band-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .band-naam { font-size: 1.1rem; }
  .band-rol { font-size: .68rem; }
  .band-grid-section { padding: 1.5rem; }
  .band-cta { padding: 4rem 1.5rem; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   AUDIO | VIDEO PAGINA
   ═══════════════════════════════════════════════════════════════════════════ */

.media-section {
  padding: 4rem 3rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.media-leeg {
  text-align: center;
  padding: 4rem 2rem;
  background: var(--paper2);
  border: 1px solid var(--border);
  border-radius: 3px;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 2rem;
}

.media-kaart {
  background: var(--paper2);
  border: 1px solid var(--border);
  border-radius: 3px;
  overflow: hidden;
  transition: box-shadow .25s, border-color .2s;
}
.media-kaart:hover {
  box-shadow: 0 6px 24px rgba(42,31,15,.08);
  border-color: rgba(92,74,48,0.28);
}

.media-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--ink);
  overflow: hidden;
}
.media-frame--audio { aspect-ratio: auto; height: 166px; }
.media-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.media-frame--audio iframe { position: relative; height: 166px; }

.media-info { padding: 1.25rem 1.5rem 1.5rem; }
.media-titel {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
  margin: 0 0 .25rem;
}
.media-jaar {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--rust);
  font-weight: 600;
}
.media-beschrijving {
  font-size: .88rem;
  line-height: 1.7;
  color: var(--ink2);
  margin-top: .75rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  .media-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .media-section { padding: 3rem 1.5rem; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   FOTO'S PAGINA
   ═══════════════════════════════════════════════════════════════════════════ */

.fotos-section {
  padding: 4rem 3rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* WordPress galerij blocks netjes maken */
.fotos-content .wp-block-gallery,
.fotos-content .blocks-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem !important;
  list-style: none;
  padding: 0;
  margin: 0;
}
.fotos-content .wp-block-image,
.fotos-content .blocks-gallery-item {
  margin: 0 !important;
  list-style: none;
  border-radius: 3px;
  overflow: hidden;
  background: var(--paper3);
  aspect-ratio: 1/1;
  transition: transform .25s, box-shadow .25s;
}
.fotos-content .wp-block-image:hover,
.fotos-content .blocks-gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(42,31,15,.12);
}
.fotos-content .wp-block-image img,
.fotos-content .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fotos-content figure { margin: 0; }
.fotos-content figcaption {
  display: none;
}

/* Instagram CTA blok */
.fotos-ig-cta {
  background: var(--ink);
  padding: 5rem 3rem;
  text-align: center;
  color: var(--paper);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fotos-ig-cta::before {
  content: '◈';
  position: absolute;
  font-size: 22rem;
  line-height: 1;
  color: rgba(253,248,240,.04);
  right: -2rem;
  bottom: -3rem;
  pointer-events: none;
}
.fotos-ig-inner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .fotos-section { padding: 3rem 1.5rem; }
  .fotos-ig-cta { padding: 4rem 1.5rem; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   EIGEN CONTACTFORMULIER (template-contact.php)
   ═══════════════════════════════════════════════════════════════════════════ */

.pearl-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 520px;
}

.pearl-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.pearl-form .form-veld {
  display: flex;
  flex-direction: column;
  gap: .35rem;
}

.pearl-form label {
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink2);
}
.pearl-form .req { color: var(--rust); margin-left: 2px; }
.pearl-form .optioneel {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink3);
  font-size: .7rem;
}

.pearl-form input,
.pearl-form select,
.pearl-form textarea {
  background: var(--paper2);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: .75rem 1rem;
  font-family: var(--sans);
  font-size: .92rem;
  color: var(--ink);
  outline: none;
  transition: border-color .2s, background .2s;
  width: 100%;
}
.pearl-form input:focus,
.pearl-form select:focus,
.pearl-form textarea:focus {
  border-color: var(--rust);
  background: var(--paper);
}
.pearl-form input::placeholder,
.pearl-form textarea::placeholder {
  color: var(--ink3);
  opacity: 1;
}
.pearl-form textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
}
.pearl-form .form-veld.error input,
.pearl-form .form-veld.error textarea {
  border-color: #B84513;
  background: rgba(184,69,19,.04);
}
.pearl-form button[type="submit"] {
  margin-top: .5rem;
  align-self: flex-start;
}

.contact-form-sub {
  font-size: .9rem;
  line-height: 1.8;
  color: var(--ink3);
  font-weight: 300;
  margin-bottom: 2rem;
  max-width: 400px;
}

/* Meldingen na verzenden */
.form-melding {
  padding: 1rem 1.25rem;
  border-radius: 2px;
  margin-bottom: 1.5rem;
  font-size: .92rem;
  line-height: 1.6;
}
.form-melding--ok {
  background: rgba(74,103,65,.08);
  border-left: 3px solid var(--sage);
  color: var(--ink2);
}
.form-melding--err {
  background: rgba(184,69,19,.08);
  border-left: 3px solid var(--rust);
  color: var(--ink2);
}

@media (max-width: 480px) {
  .pearl-form .form-row { grid-template-columns: 1fr; }
}

/* File upload + help-tekst in contactformulier */
.pearl-form input[type="file"] {
  background: var(--paper2);
  border: 1px dashed var(--border);
  border-radius: 2px;
  padding: 1rem;
  font-family: var(--sans);
  font-size: .85rem;
  color: var(--ink2);
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.pearl-form input[type="file"]:hover {
  border-color: var(--rust);
  background: var(--paper);
}
.pearl-form input[type="file"]::file-selector-button {
  background: var(--ink);
  color: var(--paper);
  border: none;
  padding: .45rem .9rem;
  border-radius: 2px;
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: .75rem;
  transition: background .2s;
}
.pearl-form input[type="file"]::file-selector-button:hover {
  background: var(--rust);
}
.pearl-form .form-help {
  font-size: .78rem;
  line-height: 1.6;
  color: var(--ink3);
  margin-top: .35rem;
  font-weight: 300;
}

/* ── MEDIA PAGINA: featured video sectie ──────────────────────────────────── */
.media-featured-section {
  padding: 4rem 3rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.media-featured {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.media-featured-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--ink);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(42,31,15,.15);
}
.media-featured-frame--audio { aspect-ratio: auto; height: 200px; }
.media-featured-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.media-featured-frame--audio iframe { position: relative; height: 200px; }

.media-featured-info { padding: 1rem 0; }
.media-featured-titel {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.25;
  margin: .5rem 0 .75rem;
}
.media-featured-beschrijving {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--ink2);
  font-weight: 300;
  margin-top: 1.25rem;
}

.media-section-header { margin-bottom: 2rem; }

@media (max-width: 900px) {
  .media-featured { grid-template-columns: 1fr; gap: 1.5rem; }
  .media-featured-section { padding: 3rem 1.5rem 1.5rem; }
  .media-featured-info { padding: 0; }
}

/* ── HERO VIDEO SCROLL EFFECT (parallax + fade) ───────────────────────────── */
.hero {
  position: relative;
  overflow: hidden;
}
.hero-video,
.hero .video-bg {
  /* parallax effect: video beweegt langzamer dan rest */
  will-change: transform;
  transition: transform .15s linear;
}

/* Hero content fade-out bij scrollen */
.hero-content {
  will-change: transform, opacity;
}

/* ═══════════════════════════════════════════════════════════════════════════
   HERO — ACHTERGROND LAYOUT (afbeelding/video als volle achtergrond)
   ═══════════════════════════════════════════════════════════════════════════ */

.hero--bg {
  position: relative;
  isolation: auto;
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  /* Reset flex/grid die de split-layout gebruikt */
  grid-template-columns: none !important;
}

/* Achtergrond-laag: afbeelding OF video */
.hero-bg-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.hero-bg-media--video {
  /* Video moet groter zijn dan zichtbaar gebied zodat we de zwarte balken bedekken */
  overflow: hidden;
}
.hero-bg-media--video iframe {
  position: absolute;
  /* 56.25vw = 16:9 verhouding van vw, zorgt dat video volle breedte krijgt op normale schermen */
  /* 177.78vh = inverse, voor smalle schermen waar hoogte breder is */
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;        /* 16:9 verhouding */
  min-height: 100%;
  min-width: 177.78vh;    /* zorgt dat hoogte ≥ container is */
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

/* Donkere overlay over media (kleur en opacity via inline style) */
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* Tekst-content over de achtergrond */
.hero-bg-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 3rem;
  color: var(--paper);
}

.hero--bg .hero-label {
  color: var(--gold-light);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.hero--bg .hero-label::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: var(--gold-light);
  vertical-align: middle;
  margin-right: .75rem;
}

.hero--bg .hero-quote {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.15;
  color: var(--paper);
  font-weight: 600;
  margin-bottom: 1.5rem;
  max-width: 800px;
}
.hero--bg .hero-quote strong {
  color: var(--gold-light);
  font-weight: 600;
  font-style: italic;
}

.hero--bg .hero-byline {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(253, 248, 240, .8);
  font-weight: 300;
  max-width: 580px;
  margin-bottom: 2.5rem;
}

/* Lichte text-knop variant voor achtergrond */
.btn-text--light {
  color: var(--paper);
}
.btn-text--light:hover {
  color: var(--gold-light);
}

/* Lege staat (geen image, geen video) */
.hero--bg-empty {
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink2) 100%);
}
.hero--bg-empty::after {
  content: 'Stel een afbeelding of video in via Customizer → Pearl instellingen → Hero';
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: rgba(253,248,240,.4);
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  z-index: 3;
}

/* Responsive */
@media (max-width: 768px) {
  .hero--bg { min-height: 70vh; }
  .hero-bg-content { padding: 4rem 1.5rem; }
}

/* ── Lege secties / kanten gracieus afhandelen ─────────────────────────── */
/* Over de band: als één van de kanten leeg is, neemt de andere alle ruimte */
.band--no-aside .band-tekst { grid-column: 1 / -1; max-width: 720px; }
.band--no-tekst .band-aside { grid-column: 1 / -1; }
.band--no-tekst .band-aside { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; }

/* ═══════════════════════════════════════════════════════════════════════════
   SINGLE EVENT — gecentreerde layout
   ═══════════════════════════════════════════════════════════════════════════ */

article.single-event {
  max-width: 620px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.single-event-img {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(42,31,15,.12);
}
.single-event-img img {
  width: 100%;
  height: auto;
  display: block;
}

.single-event-beschrijving {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--ink2);
  font-weight: 300;
}
.single-event-beschrijving p {
  margin-bottom: 1rem;
}

/* Details: 1-3 kaartjes naast elkaar gecentreerd */
.single-event-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.single-event-details .event-detail-card {
  background: var(--paper2);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 1.5rem 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
}
.single-event-details .event-detail-icon {
  font-size: 1.4rem;
  margin-bottom: .35rem;
}
.single-event-details .event-detail-label {
  font-size: .68rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink3);
  font-weight: 600;
}
.single-event-details .event-detail-val {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.4;
}
.single-event-details .event-detail-sub {
  font-size: .8rem;
  color: var(--ink3);
  margin-top: .25rem;
  font-weight: 400;
}

/* CTA box */
.single-event-cta {
  background: var(--paper3);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 2rem;
  text-align: center;
  margin-top: 1rem;
}
.single-event-cta-tekst {
  font-family: var(--serif);
  font-style: italic;
  color: var(--ink2);
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
}

/* Terug-knop onderaan, gecentreerd */
.single-event-terug {
  text-align: center;
  margin-top: 1rem;
}

@media (max-width: 600px) {
  article.single-event { padding: 3rem 1.25rem; }
  .single-event-details { grid-template-columns: 1fr; }
}

/* ── BAND CARDS — foto en quote varianten ──────────────────────────────── */

/* Foto-kaart: volledige foto, tekst-overlay onderaan */
.band-card--foto {
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--ink);
}
.band-card--foto .band-card-foto {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: var(--ink);
  z-index: 0;
}
/* Placeholder als nog geen foto geüpload */
.band-card-foto-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(253, 248, 240, .5);
  font-size: .85rem;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1rem;
}
.band-card-foto-placeholder small {
  font-size: .7rem;
  letter-spacing: .05em;
  margin-top: .35rem;
  opacity: .8;
}
.band-card--foto .band-card-foto::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(42,31,15,0.85) 0%,
    rgba(42,31,15,0.5) 45%,
    rgba(42,31,15,0) 80%
  );
}
.band-card--foto .band-card-title,
.band-card--foto .band-card-body {
  position: relative;
  z-index: 1;
  padding: 0 1.5rem;
  color: var(--paper);
}
.band-card--foto .band-card-title {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 1.5rem .35rem;
  padding: 0;
  color: var(--paper);
}
.band-card--foto .band-card-body {
  font-size: .85rem;
  line-height: 1.6;
  font-weight: 300;
  color: rgba(253, 248, 240, .85);
  padding-bottom: 1.5rem;
}

/* Quote-kaart: groot citaatteken, tekst gecentreerd */
.band-card--quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 2rem 1.75rem;
  position: relative;
  background: var(--paper3);
}
.band-card--quote .band-card-quote-mark {
  font-family: var(--serif);
  font-size: 4rem;
  line-height: 1;
  color: var(--rust);
  opacity: .35;
  margin-bottom: -.5rem;
  font-style: italic;
}
.band-card--quote .band-card-quote-text {
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.65;
  font-style: italic;
  color: var(--ink);
  font-weight: 400;
  margin: 0 0 1rem;
  padding: 0;
  border: none;
  quotes: none;
}
.band-card--quote .band-card-quote-bron {
  font-style: normal;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--rust);
  font-weight: 600;
}

/* Op kleinere schermen iets compactere foto-kaart */
@media (max-width: 768px) {
  .band-card--foto { min-height: 220px; }
}

/* ── Single event: smallere hero (alleen op deze pagina) ─────────────────── */
.single .page-hero,
body.single-event .page-hero {
  padding-left: max(1.5rem, calc((100vw - 620px) / 2));
  padding-right: max(1.5rem, calc((100vw - 620px) / 2));
}
.single .page-hero h1,
body.single-event .page-hero h1 {
  max-width: 620px;
}

/* Voorkom dat body wordt ingeperkt op single-event pagina */
body.single-event { max-width: none !important; margin: 0 !important; width: 100% !important; }

/* ── Agenda sectie homepage: header met titel links + link rechts ─────────── */
.agenda-header {
  margin-bottom: 1.5rem;
}
.agenda-meer {
  display: block;
  text-align: right;
  margin-top: 1.25rem;
}

/* Agenda meer link: rechts uitgelijnd */
.agenda-meer { display: block; text-align: right; margin-top: 1.25rem; }

/* Admin-balk correctie voor mobiel menu */
.admin-bar .nav-menu {
  top: 110px; /* 64px nav + 46px admin-bar op mobiel */
}
@media (min-width: 783px) {
  .admin-bar .nav-menu {
    top: 96px; /* 64px nav + 32px admin-bar op desktop */
  }
}

/* Nav altijd boven hero-video */
#site-nav, header { z-index: 9000 !important; }
.nav-menu { z-index: 9999 !important; }

/* Hamburger menu boven alles, ook boven hero-video stacking context */
@media (max-width: 768px) {
  .nav-menu.open {
    isolation: isolate;
    transform: translateX(0) translateZ(0);
  }
  .hero--bg, .hero, section { isolation: auto !important; }
}

/* Fix: menu boven hero-video bij mobiel - neutraliseer iframe transform tijdelijk */
@media (max-width: 768px) {
  body.menu-open .hero-video-wrap iframe {
    transform: none;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
  body.menu-open .hero-video-wrap {
    overflow: hidden;
  }
}

/* Sluitknop modal verbergen - sluiten via klik buiten of Escape */
.band-modal-close { display: none; }

/* Hero laad-fix: donkere achtergrond terwijl YouTube video laadt */
.hero--bg {
  background-color: #1a1a1a;
}

/* Eigen video hero: verberg video op mobiel, toon alleen poster als achtergrond */
@media (max-width: 768px) {
  .hero--bg-video video {
    display: none;
  }
  .hero--bg-video {
    background-image: var(--hero-poster);
    background-size: cover;
    background-position: center;
  }
}

/* Evenement detail kaarten — tekst en iconen gecentreerd */
.event-detail-card {
  align-items: center !important;
  text-align: center !important;
}
.event-detail-icon,
.event-detail-label,
.event-detail-val,
.event-detail-sub {
  text-align: center !important;
  width: 100% !important;
}

/* Bandleden modal - vaste grootte, nette dunne scrollbar */
.band-modal-content {
  width: 90vw;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 6px;
  /* Scrollbalk verbergen, scrollen blijft werken */
  scrollbar-width: none;
}
.band-modal-content::-webkit-scrollbar {
  display: none;
}
.band-modal-content img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top;
  display: block;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* Voorkom body-scroll als modal open is */
body.modal-open { overflow: hidden !important; }
html:has(body.modal-open) { overflow: hidden !important; }

/* Modal mobiel fix */
@media (max-width: 500px) {
  .band-modal { padding: 10px; }
  .band-modal-content { width: 100%; }
  .band-modal-content img { height: 260px; }
}
.band-modal-content, .band-modal-content * {
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}
