/* ====================================================
   De Wooncast - NVM Limburg
   Editorial layout, NVM brand stijl
   Font: Poppins (Google Fonts)
   ==================================================== */

:root {
  /* Brand colors */
  --nvm-blue: #005ad2;
  --nvm-blue-deep: #003d8f;
  --nvm-blue-soft: #e0ecfb;
  --nvm-accent: #C9A961;
  --nvm-accent-deep: #A8884C;

  /* Surface */
  --paper: #FAFAF7;
  --cream: #FBF4E8;
  --cream-deep: #F5EBD6;
  --line: #E5E2D8;
  --line-soft: #EFECE2;
  --white: #ffffff;

  /* Ink */
  --ink: #0A0E1A;
  --ink-soft: #4A5168;
  --ink-mute: #7A8094;

  /* Type */
  --font: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;

  --container-max: 1400px;
  --content-max: 720px;
  --content-wide: 960px;

  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 40px;
  --space-5: 64px;
  --space-6: 96px;
  --space-7: 128px;

  --radius-sm: 8px;
  --radius: 12px;
  --radius-pill: 999px;

  --transition: 220ms cubic-bezier(.2,.8,.2,1);
}

/* ----------- reset ----------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  font-feature-settings: 'kern', 'liga', 'calt';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, picture, video, iframe { max-width: 100%; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--nvm-blue); }
button { font: inherit; cursor: pointer; border: 0; background: none; }
h1, h2, h3, h4, h5 {
  font-family: var(--font);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--ink);
}
h1 em, h2 em, h3 em {
  font-style: italic;
  font-weight: 500;
  color: var(--nvm-accent);
}
p { margin: 0 0 1em; }

/* ----------- container ----------- */
.container { max-width: var(--container-max); margin: 0 auto; padding: 0 24px; }
@media (min-width: 768px) { .container { padding: 0 48px; } }
.content { max-width: var(--content-max); margin: 0 auto; }
.content-wide { max-width: var(--content-wide); margin: 0 auto; }

/* ----------- labels (kicker/eyebrow) ----------- */
.eyebrow {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--nvm-accent-deep);
}
.eyebrow.on-dark { color: var(--nvm-accent); }
.eyebrow .sep { opacity: .5; padding: 0 .6em; }

/* ----------- header ----------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250,250,247,.94);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.logo { display: block; height: 44px; width: auto; }
.logo--small { height: 32px; }
.logo--white {  }

.nav { display: flex; gap: 28px; align-items: center; }
.nav a { font-size: 14px; text-decoration: none; color: var(--ink-soft); letter-spacing: 0.04em; font-weight: 500; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--nvm-blue); }
.nav-toggle { display: none; }
@media (max-width: 720px) {
  .logo { height: 36px; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; gap: 0; padding: 8px 24px 24px; }
  .nav.open { display: flex; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
  .nav-toggle span { width: 18px; height: 2px; background: var(--ink); position: relative; }
  .nav-toggle span::before, .nav-toggle span::after { content: ''; position: absolute; left: 0; right: 0; height: 2px; background: var(--ink); }
  .nav-toggle span::before { top: -6px; } .nav-toggle span::after { top: 6px; }
}

/* ----------- hero ----------- */
.hero {
  background: var(--nvm-blue-deep);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--nvm-accent) 30%, var(--nvm-accent) 70%, transparent);
}
.hero__inner { padding: 96px 0 112px; }
.hero h1 {
  font-size: clamp(36px, 6vw, 72px);
  color: var(--white);
  font-weight: 500;
  letter-spacing: -0.02em;
  max-width: 16ch;
  margin: 18px 0 24px;
}
.hero h1 em { color: var(--nvm-accent); font-style: italic; font-weight: 500; }
.hero p.lead {
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.55;
  color: rgba(255,255,255,0.85);
  max-width: 60ch;
  margin: 0 0 36px;
}
.hero .ctas { display: flex; flex-wrap: wrap; gap: 12px; }

.hero--episode { padding-bottom: 0; }
.hero--episode .hero__inner { padding: 64px 0 72px; }
.hero--episode h1 { font-size: clamp(30px, 4.4vw, 52px); margin-top: 12px; max-width: 22ch; }
.hero--episode .ep-num {
  font-family: var(--font);
  font-size: clamp(72px, 10vw, 130px);
  font-weight: 300;
  font-style: italic;
  color: var(--nvm-accent);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 4px;
}
.hero--episode .ep-meta {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 0;
  font-weight: 500;
}

/* ----------- buttons ----------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 1.5px solid currentColor;
  border-radius: var(--radius-pill);
  background: transparent;
  color: var(--white);
  transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
}
.btn:hover { background: var(--white); color: var(--nvm-blue-deep); border-color: var(--white); }
.btn--gold { background: var(--nvm-accent); border-color: var(--nvm-accent); color: var(--nvm-blue-deep); }
.btn--gold:hover { background: var(--white); color: var(--nvm-blue-deep); border-color: var(--white); }
.btn--dark { color: var(--ink); border-color: var(--ink); }
.btn--dark:hover { background: var(--ink); color: var(--paper); }

.btn--outline {
  background: transparent;
  border: 1.5px solid var(--nvm-blue);
  color: var(--nvm-blue);
  padding: 12px 22px;
  font-weight: 500;
}
.btn--outline:hover { background: var(--nvm-blue); color: var(--white); border-color: var(--nvm-blue); }

.btn .arrow { transition: transform var(--transition); }
.btn:hover .arrow { transform: translateX(3px); }

/* ----------- sections ----------- */
section { padding: clamp(56px, 8vw, 104px) 0; }
.section-title {
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 12px;
  max-width: 22ch;
}
.section-lede {
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 60ch;
  margin: 0 0 56px;
}

.bg-paper { background: var(--paper); }
.bg-cream { background: var(--cream); }
.bg-soft { background: var(--nvm-blue-soft); }

/* ----------- intro split ----------- */
.intro-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}
@media (min-width: 880px) { .intro-split { grid-template-columns: 1fr 1.4fr; } }
.intro-split .col-lead { font-size: clamp(22px, 2.6vw, 30px); line-height: 1.35; color: var(--ink); font-weight: 500; }
.intro-split .col-lead em { font-style: italic; color: var(--nvm-accent-deep); font-weight: 500; }
.intro-split .col-body p { font-size: 17px; line-height: 1.7; color: var(--ink-soft); }
.intro-split .col-body p:first-child { font-size: 19px; color: var(--ink); }

/* ----------- episode cards (NVM stijl) ----------- */
.episode-list {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 56px);
}

.episode-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
}
@media (min-width: 820px) {
  .episode-card { grid-template-columns: 5fr 7fr; }
  .episode-card:nth-child(even) {
    grid-template-columns: 7fr 5fr;
  }
  .episode-card:nth-child(even) .episode-card__image { order: 2; }
  .episode-card:nth-child(even) .episode-card__content { order: 1; }
}

.episode-card__image {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--cream);
  aspect-ratio: 4 / 3;
}
.episode-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--transition);
}
.episode-card:hover .episode-card__image img { transform: scale(1.03); }

.episode-card__content {
  background: var(--cream);
  padding: clamp(28px, 3vw, 44px);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.episode-card__meta {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--nvm-accent-deep);
  margin: 0;
}
.episode-card__meta .sep { opacity: .5; padding: 0 .5em; }
.episode-card__title {
  color: var(--nvm-blue);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.01em;
  margin: 0;
}
.episode-card__title em {
  font-style: italic;
  font-weight: 500;
  color: var(--nvm-accent-deep);
}
.episode-card__lead {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.episode-card__guests {
  font-size: 13px;
  color: var(--ink-mute);
  font-weight: 500;
  margin: 0;
}

/* ----------- breadcrumb ----------- */
.breadcrumb {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  padding: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-weight: 500;
}
.breadcrumb a { color: var(--ink-mute); text-decoration: none; }
.breadcrumb a:hover { color: var(--nvm-blue); }
.breadcrumb .sep { opacity: .5; }
.breadcrumb [aria-current="page"] { color: var(--ink); }

/* ----------- player row (facade) ----------- */
.player-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-top: 56px;
}
@media (min-width: 880px) { .player-row { grid-template-columns: 1.6fr 1fr; } }

.player {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.player__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-mute);
  border-bottom: 1px solid var(--line);
  font-weight: 600;
}
.player__label .open-link { color: var(--nvm-blue); text-decoration: none; }
.player__label .open-link:hover { text-decoration: underline; }

.facade {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  background: var(--ink);
  overflow: hidden;
}
.facade img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.9; transition: opacity var(--transition); }
.facade:hover img { opacity: 1; }
.facade__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.facade__play-btn {
  width: 78px;
  height: 78px;
  background: rgba(0,90,210,0.92);
  border: 2px solid var(--nvm-accent);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--transition), background var(--transition);
}
.facade:hover .facade__play-btn { transform: scale(1.08); background: var(--nvm-blue-deep); }
.facade__play-btn::after {
  content: '';
  width: 0; height: 0;
  border-left: 18px solid var(--nvm-accent);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 6px;
}
.facade__caption {
  position: absolute;
  left: 18px; bottom: 16px; right: 18px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  text-shadow: 0 2px 12px rgba(0,0,0,0.6);
  letter-spacing: 0.02em;
}

.facade--spotify {
  aspect-ratio: 16 / 9;
  background: linear-gradient(155deg, #003d8f 0%, #005ad2 100%);
}
.facade--spotify .facade__play-btn { background: #1ED760; border-color: #1ED760; }
.facade--spotify .facade__play-btn::after { border-left-color: var(--nvm-blue-deep); }
.facade--spotify .spotify-mark {
  position: absolute;
  top: 18px; left: 18px;
  width: 32px; height: 32px;
  background: #1ED760;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
}
.facade--spotify .spotify-mark::after {
  content: ''; display: block;
  width: 18px; height: 18px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><path d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.5 17.3c-.2.4-.7.5-1 .3-2.9-1.8-6.5-2.2-10.8-1.2-.4.1-.8-.2-.9-.5-.1-.4.2-.8.5-.9 4.7-1.1 8.7-.6 11.9 1.4.4.2.5.6.3.9zm1.4-3.2c-.3.4-.8.6-1.3.3-3.3-2-8.4-2.6-12.3-1.4-.5.1-1-.1-1.1-.6-.1-.5.2-1 .6-1.1 4.5-1.4 10.1-.7 13.9 1.6.4.2.5.7.2 1.2zm.1-3.3c-4-2.4-10.5-2.6-14.3-1.4-.6.2-1.2-.2-1.4-.7-.2-.6.2-1.2.7-1.4 4.4-1.3 11.6-1.1 16.2 1.7.5.3.7 1 .4 1.5-.3.5-1 .6-1.5.3z'/></svg>") center/contain no-repeat;
}

.player iframe { width: 100%; height: 100%; aspect-ratio: 16/9; border: 0; display: block; }
.player.player--spotify iframe { aspect-ratio: auto; height: 232px; }

/* ----------- show notes ----------- */
.show-notes { padding-top: 56px; }
.show-notes h2 { font-size: clamp(24px, 2.6vw, 30px); margin-bottom: 18px; }
.show-notes ol { list-style: none; padding: 0; margin: 0 0 32px; counter-reset: topic; }
.show-notes ol li {
  counter-increment: topic;
  padding: 18px 0 18px 56px;
  position: relative;
  border-bottom: 1px solid var(--line-soft);
  font-size: 17px;
  line-height: 1.5;
}
.show-notes ol li::before {
  content: counter(topic, decimal-leading-zero);
  position: absolute;
  left: 0; top: 18px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  color: var(--nvm-accent-deep);
  letter-spacing: 0.05em;
}

/* ----------- guests ----------- */
.guests {
  background: var(--cream);
  padding: 40px;
  border-radius: var(--radius);
  border-left: 4px solid var(--nvm-accent);
  margin: 56px 0 0;
}
.guests h2 { font-size: 22px; margin: 0 0 28px; font-style: italic; font-weight: 500; }
.guests h2 em { color: var(--nvm-accent-deep); }
.guests__list { display: grid; gap: 24px; }
@media (min-width: 720px) { .guests__list { grid-template-columns: repeat(2, 1fr); gap: 40px; } }
.guests__item .name { font-size: 20px; font-weight: 600; margin: 0 0 4px; color: var(--nvm-blue); }
.guests__item .role { font-size: 14px; color: var(--ink-soft); margin: 0; line-height: 1.5; }

/* ----------- summary ----------- */
.summary { padding-top: 56px; }
.summary h2 { font-size: clamp(24px, 2.6vw, 30px); margin-bottom: 24px; }
.summary p { font-size: 18px; line-height: 1.7; color: var(--ink); }
.summary p:first-of-type::first-letter {
  float: left;
  font-size: 56px;
  line-height: 0.9;
  font-weight: 500;
  font-style: italic;
  color: var(--nvm-accent-deep);
  margin: 6px 8px 0 0;
}
.summary .insight {
  border-left: 4px solid var(--nvm-accent);
  padding: 18px 28px;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  color: var(--ink);
  margin: 36px 0;
  background: var(--cream);
  border-radius: var(--radius);
  position: relative;
}

/* ----------- nav between episodes ----------- */
.ep-nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 64px;
}
@media (min-width: 720px) { .ep-nav { grid-template-columns: 1fr 1fr; } }
.ep-nav a {
  padding: 28px;
  background: var(--cream);
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: var(--radius);
  transition: background var(--transition), transform var(--transition);
}
.ep-nav a:hover { background: var(--cream-deep); transform: translateY(-2px); }
.ep-nav a .label { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-mute); display: block; margin-bottom: 8px; font-weight: 600; }
.ep-nav a .title { font-size: 18px; font-weight: 600; color: var(--nvm-blue); }
.ep-nav .next { text-align: right; }

/* ----------- CTA strip ----------- */
.cta-strip {
  background: var(--nvm-blue-deep);
  color: var(--white);
  padding: clamp(56px, 8vw, 96px) 0;
  position: relative;
}
.cta-strip::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: var(--nvm-accent);
}
.cta-strip h2 {
  color: var(--white);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  margin: 0 0 12px;
  max-width: 22ch;
}
.cta-strip h2 em { color: var(--nvm-accent); font-style: italic; font-weight: 500; }
.cta-strip p { color: rgba(255,255,255,0.82); font-size: 17px; max-width: 56ch; margin-bottom: 28px; }
.cta-strip .ctas { display: flex; flex-wrap: wrap; gap: 12px; }

/* ----------- newsletter / volg ----------- */
.follow {
  text-align: center;
}
.follow .section-title { margin-left: auto; margin-right: auto; }
.follow .section-lede { margin-left: auto; margin-right: auto; }
.socials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.socials a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border: 1.5px solid var(--ink);
  border-radius: var(--radius-pill);
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.06em;
  transition: background var(--transition), color var(--transition);
}
.socials a:hover { background: var(--ink); color: var(--paper); }

/* ----------- footer ----------- */
.site-footer {
  background: var(--nvm-blue-deep);
  color: rgba(255,255,255,0.82);
  padding: 64px 0 32px;
  font-size: 14px;
}
.site-footer a { color: rgba(255,255,255,0.82); text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.site-footer__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}
@media (min-width: 720px) { .site-footer__top { grid-template-columns: 2fr 1fr 1fr; } }
.site-footer h3 { color: var(--white); font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; margin: 0 0 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 28px;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}
.site-footer__brand .logo--white { height: 38px; margin-bottom: 16px; }
.site-footer__brand .tagline { color: rgba(255,255,255,0.7); font-size: 14px; max-width: 40ch; line-height: 1.6; }
.credit { font-size: 12px; color: rgba(255,255,255,0.6); }
.credit a { color: var(--nvm-accent); }
.credit a:hover { color: var(--white); }

/* ----------- 404 ----------- */
.error-404 { text-align: center; padding: clamp(80px, 14vw, 180px) 0; }
.error-404 .big { font-style: italic; font-size: clamp(120px, 22vw, 240px); line-height: 1; color: var(--nvm-accent); margin: 0; font-weight: 300; }
.error-404 h1 { font-size: clamp(28px, 4vw, 44px); margin: 16px 0 24px; }
.error-404 p { color: var(--ink-soft); max-width: 50ch; margin: 0 auto 32px; }

/* ----------- about page ----------- */
.about-hero {
  padding: clamp(80px, 12vw, 140px) 0 clamp(48px, 7vw, 80px);
}
.about-hero h1 { font-size: clamp(40px, 6vw, 80px); max-width: 18ch; margin: 16px 0 24px; font-weight: 500; }
.about-hero h1 em { color: var(--nvm-accent-deep); font-style: italic; font-weight: 500; }
.about-hero .lead { font-size: clamp(18px, 1.6vw, 22px); color: var(--ink-soft); max-width: 62ch; line-height: 1.55; }

.about-grid {
  display: grid; grid-template-columns: 1fr; gap: 48px;
  padding-top: 32px;
}
@media (min-width: 880px) { .about-grid { grid-template-columns: 1fr 1.5fr; gap: 80px; } }
.about-grid h2 { font-size: clamp(24px, 2.6vw, 32px); margin-bottom: 16px; font-weight: 600; color: var(--nvm-blue); }
.about-grid h2 em { color: var(--nvm-accent-deep); font-style: italic; font-weight: 500; }
.about-grid p { font-size: 17px; color: var(--ink-soft); line-height: 1.7; }
.about-grid .meta-list { list-style: none; padding: 0; margin: 0; }
.about-grid .meta-list li { padding: 14px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 24px; font-size: 15px; }
.about-grid .meta-list li span:first-child { color: var(--ink-mute); letter-spacing: 0.12em; text-transform: uppercase; font-size: 11px; font-weight: 600; }
.about-grid .meta-list li span:last-child { color: var(--ink); font-weight: 500; }

/* ----------- utilities ----------- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.text-center { text-align: center; }
.divider { height: 1px; background: var(--line); margin: 64px 0; border: 0; }

/* focus */
:focus-visible { outline: 2px solid var(--nvm-blue); outline-offset: 3px; }
.btn:focus-visible { outline-offset: 4px; }

/* ----------- cookie consent banner ----------- */
.cookie-banner {
  position: fixed;
  inset: auto 0 0 0;
  background: var(--white);
  border-top: 4px solid var(--nvm-blue);
  padding: 24px 24px;
  box-shadow: 0 -8px 32px rgba(10,14,26,0.12);
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 320ms cubic-bezier(.2,.8,.2,1);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}
.cookie-banner__text {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.55;
}
.cookie-banner__text strong {
  color: var(--nvm-blue);
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 17px;
}
.cookie-banner__text a {
  color: var(--nvm-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-banner__buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: 1.5px solid var(--nvm-blue);
  transition: background 200ms, color 200ms, border-color 200ms;
  background: var(--white);
  color: var(--nvm-blue);
}
.cookie-btn--reject:hover {
  background: var(--nvm-blue-soft);
  color: var(--nvm-blue-deep);
}
.cookie-btn--accept {
  background: var(--nvm-blue);
  color: var(--white);
}
.cookie-btn--accept:hover {
  background: var(--nvm-blue-deep);
  border-color: var(--nvm-blue-deep);
}
.cookie-btn:focus-visible {
  outline: 2px solid var(--nvm-accent);
  outline-offset: 3px;
}
@media (max-width: 720px) {
  .cookie-banner { padding: 18px 20px; }
  .cookie-banner__inner { grid-template-columns: 1fr; gap: 14px; }
  .cookie-banner__buttons { flex-direction: column-reverse; }
  .cookie-btn { width: 100%; padding: 14px 20px; }
}

/* ----------- cookie reset (footer button) ----------- */
.cookie-reset {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-reset:hover { color: var(--white); }

/* ----------- YouTube GDPR placeholder ----------- */
.yt-gdpr {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, var(--nvm-blue-deep) 0%, var(--nvm-blue) 100%);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
  text-align: center;
  padding: 32px 28px;
  cursor: pointer;
  transition: background 200ms;
}
.yt-gdpr:hover {
  background: linear-gradient(135deg, var(--nvm-blue) 0%, var(--nvm-blue-deep) 100%);
}
.yt-gdpr svg {
  width: 56px;
  height: 56px;
  fill: var(--nvm-accent);
  margin-bottom: 16px;
}
.yt-gdpr__title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  letter-spacing: -0.005em;
}
.yt-gdpr__text {
  font-size: 14px;
  opacity: 0.85;
  max-width: 38ch;
  line-height: 1.5;
  margin: 0;
}
.yt-gdpr__alt {
  display: inline-block;
  margin-top: 18px;
  color: var(--nvm-accent);
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* state-driven gating: show GDPR placeholder, hide facade until consent is "accepted".
   Selectors gebruiken html-element zodat de inline init-script in <head> de state
   meteen kan zetten en er geen flash optreedt bij bezoekers die al hebben geaccepteerd. */
html[data-consent="accepted"] .yt-gdpr { display: none; }
html[data-consent="accepted"] .facade { display: block; }
html:not([data-consent="accepted"]) .facade {
  display: none;
}
html:not([data-consent="accepted"]) .player[data-needs-consent] .yt-gdpr {
  display: flex;
}

@media print {
  .site-header, .cta-strip, .ep-nav, .site-footer, .player-row, .cookie-banner { display: none; }
  body { background: white; color: black; }
}
