/* oncologisch.com — Oncologisch nieuws voor de Nederlandse zorgprofessional */
/* Typography: Plus Jakarta Sans (headings) + DM Sans (body/UI) */

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('fonts/plus-jakarta-sans-latin.woff2') format('woff2');
  font-weight: 500 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('fonts/dm-sans-latin.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

/* oncologisch.com — Oncologisch nieuws voor de Nederlandse zorgprofessional */

/* ── Reset & Base ───────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Primary: deep teal (used as --blue-* aliases for ported CSS compatibility) */
  --teal-900: #0C3C3C;
  --teal-800: #115E59;
  --teal-700: #0F766E;
  --teal-600: #0D9488;
  --teal-500: #14B8A6;
  --teal-100: #CCFBF1;
  --teal-50:  #F0FDFA;
  --blue-900: #0C3C3C;
  --blue-800: #115E59;
  --blue-700: #0F766E;
  --blue-600: #0D9488;
  --blue-100: #CCFBF1;
  --blue-50:  #F0FDFA;

  /* Accent: warm amber */
  --amber-700: #B45309;
  --amber-600: #D97706;
  --amber-500: #F59E0B;
  --amber-100: #FEF3C7;
  --amber-50:  #FFFBEB;
  --red-700: #0F766E;
  --red-600: #0D9488;
  --red-500: #14B8A6;
  --red-100: #CCFBF1;
  --red-50:  #F0FDFA;

  --gray-900: #111827;
  --gray-800: #1F2937;
  --gray-700: #374151;
  --gray-600: #4B5563;
  --gray-500: #6B7280;
  --gray-400: #9CA3AF;
  --gray-300: #D1D5DB;
  --gray-200: #E5E7EB;
  --gray-100: #F3F4F6;
  --gray-50:  #F9FAFB;
  --white:    #FFFFFF;

  --cat-borstkanker:       #DB2777;
  --cat-longkanker:        #2563EB;
  --cat-hematologie:       #7C3AED;
  --cat-colorectaal:       #059669;
  --cat-melanoom:          #92400E;
  --cat-urologie:          #0891B2;
  --cat-gynaecologie:      #E11D48;
  --cat-gi-tumoren:        #B45309;
  --cat-hoofd-hals:        #4F46E5;
  --cat-neuro-oncologie:   #6D28D9;
  --cat-algemeen:          #475569;

  --prof-oncoloog:        #115E59;
  --prof-hematoloog:      #5B21B6;
  --prof-radiotherapeut:  #9A3412;
  --prof-chirurg:         #1E40AF;
  --prof-patholoog:      #7C3AED;
  --prof-huisarts:        #047857;

  --font-sans: 'DM Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-heading: 'Plus Jakarta Sans', 'DM Sans', 'Segoe UI', system-ui, sans-serif;

  --max-w: 1200px;
  --radius: 10px;
  --radius-sm: 6px;

  --shadow-xs: 0 1px 2px rgba(0,0,0,0.04);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.06), 0 2px 4px -2px rgba(0,0,0,0.04);
  --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.07), 0 4px 6px -4px rgba(0,0,0,0.04);
}

html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--font-sans);
  color: var(--gray-800);
  background: var(--gray-50);
  line-height: 1.6;
}

a { color: var(--blue-700); text-decoration: none; transition: color 0.15s; }
a:hover { color: var(--red-600); }

img { max-width: 100%; height: auto; display: block; }

/* ── Micro icons ───────────────────────────────────── */
.ico {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  flex-shrink: 0;
  opacity: 0.45;
}
.card-meta .ico { opacity: 0.4; }
.card-journal .ico { opacity: 0.35; width: 12px; height: 12px; }
.article-meta .ico { opacity: 0.5; vertical-align: -1px; }

.stat-ico {
  margin-bottom: 0.35rem;
}
.stat-ico .ico {
  width: 22px;
  height: 22px;
  opacity: 0.25;
}

.cat-ico, .cat-tile-ico .cat-ico {
  width: 18px;
  height: 18px;
  vertical-align: -3px;
}
.cat-tile-ico {
  display: inline-flex;
  margin-right: 0.2rem;
}

/* ── Layout ─────────────────────────────────────────── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 1.25rem; }

/* ── Header ─────────────────────────────────────────── */
.site-header {
  background: var(--white);
  border-bottom: 3px solid var(--red-600);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow-sm);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.4rem 2rem;
  max-width: 100%;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  flex-shrink: 0;
}

.site-logo svg { width: 32px; height: 32px; }

.site-logo .logo-text {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--blue-900);
}
.site-logo .logo-text span { color: var(--red-600); }

/* ── Two-tier navigation ─────────────────────────────── */
.site-nav { display: flex; flex-direction: column; gap: 0.15rem; overflow: hidden; flex: 1; min-width: 0; }

.nav-row { display: flex; gap: 0.15rem; align-items: center; flex-wrap: nowrap; }
.nav-row-primary { justify-content: flex-end; }
.nav-row-subjects { justify-content: flex-end; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; }
.nav-row-subjects::-webkit-scrollbar { display: none; }

/* Primary nav: site sections */
.nav-primary {
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  color: var(--gray-700);
  transition: all 0.15s;
  display: inline-flex;
  align-items: center;
}
.nav-primary:hover { background: var(--gray-100); color: var(--gray-900); }
.nav-home { font-weight: 700; }

/* Utility links: smaller, lighter */
.nav-util { font-size: 0.75rem; font-weight: 500; color: var(--gray-500); padding: 0.25rem 0.5rem; }
.nav-util:hover { color: var(--gray-700); }

/* Active nav state via body class (SSI-compatible — no per-page active class in header) */
.page-home .nav-home,
.page-kennis a[href="/kennis/"],
.page-richtlijnen a[href="/richtlijnen/"],
.page-agenda a[href="/agenda/"],
.page-vacatures a[href="/vacatures/"],
.page-over a[href="/over/"],
.page-contact a[href="/contact/"],
.page-zoek a[href="/zoek/"] { background: var(--teal-800); color: var(--white); }

/* Subject nav: medical categories — smaller, with coloured dots */
.nav-subject {
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 500;
  white-space: nowrap;
  color: var(--gray-500);
  transition: all 0.15s;
  display: inline-flex;
  align-items: center;
}
.nav-subject:hover { background: var(--gray-100); color: var(--gray-700); }
.page-borstkanker a[href="/categorie/borstkanker/"],
.page-longkanker a[href="/categorie/longkanker/"],
.page-colorectaal a[href="/categorie/colorectaal/"],
.page-hematologie a[href="/categorie/hematologie/"],
.page-urologie a[href="/categorie/urologie/"],
.page-gynaecologie a[href="/categorie/gynaecologie/"],
.page-melanoom a[href="/categorie/melanoom/"],
.page-gi-tumoren a[href="/categorie/gi-tumoren/"],
.page-hoofd-hals a[href="/categorie/hoofd-hals/"],
.page-neuro-oncologie a[href="/categorie/neuro-oncologie/"],
.page-algemeen a[href="/categorie/algemeen/"] { background: var(--teal-800); color: var(--white); }

/* Shared icon styles */
.nav-ico {
  display: inline-flex;
  margin-right: 0.2rem;
  opacity: 0.45;
  transition: opacity 0.15s;
}
.nav-ico .cat-ico {
  width: 13px;
  height: 13px;
}
.nav-primary:hover .nav-ico { opacity: 0.7; }
.nav-subject .nav-ico { opacity: 0.6; }
.nav-subject .nav-ico .cat-ico { width: 11px; height: 11px; }
.nav-subject:hover .nav-ico { opacity: 0.8; }

/* Active icon styling (SSI body-class approach) */
.page-home .nav-home .nav-ico,
.page-kennis a[href="/kennis/"] .nav-ico,
.page-richtlijnen a[href="/richtlijnen/"] .nav-ico,
.page-agenda a[href="/agenda/"] .nav-ico,
.page-vacatures a[href="/vacatures/"] .nav-ico,
.page-zoek a[href="/zoek/"] .nav-ico { opacity: 1; color: var(--white) !important; }
.page-borstkanker a[href="/categorie/borstkanker/"] .nav-ico,
.page-longkanker a[href="/categorie/longkanker/"] .nav-ico,
.page-colorectaal a[href="/categorie/colorectaal/"] .nav-ico,
.page-hematologie a[href="/categorie/hematologie/"] .nav-ico,
.page-urologie a[href="/categorie/urologie/"] .nav-ico,
.page-gynaecologie a[href="/categorie/gynaecologie/"] .nav-ico,
.page-melanoom a[href="/categorie/melanoom/"] .nav-ico,
.page-gi-tumoren a[href="/categorie/gi-tumoren/"] .nav-ico,
.page-hoofd-hals a[href="/categorie/hoofd-hals/"] .nav-ico,
.page-neuro-oncologie a[href="/categorie/neuro-oncologie/"] .nav-ico,
.page-algemeen a[href="/categorie/algemeen/"] .nav-ico { opacity: 1; color: var(--white) !important; }

/* Hamburger button — hidden on desktop */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  flex-shrink: 0;
}
.hamburger svg { width: 24px; height: 24px; color: var(--gray-700); }
.hamburger:hover svg { color: var(--gray-900); }

/* ── News ticker ────────────────────────────────────── */
.ticker-bar {
  background: var(--blue-900);
  color: var(--white);
  font-size: 0.8125rem;
  overflow: hidden;
  white-space: nowrap;
}

.ticker-inner {
  display: flex;
  align-items: center;
  height: 36px;
}

.ticker-label {
  background: var(--red-600);
  color: var(--white);
  padding: 0 0.75rem;
  font-weight: 700;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ticker-track {
  display: flex;
  animation: ticker-scroll 90s linear infinite;
  padding-left: 1rem;
}

.ticker-track:hover { animation-play-state: paused; }

.ticker-item {
  padding: 0 2rem;
  flex-shrink: 0;
}
.ticker-item a { color: rgba(255,255,255,0.9); }
.ticker-item a:hover { color: var(--white); }
.ticker-item .ticker-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--red-500);
  border-radius: 50%;
  margin-right: 0.5rem;
  vertical-align: middle;
}

@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── Hero carousel ──────────────────────────────────── */
.hero-carousel {
  border-radius: var(--radius);
  overflow: hidden;
  margin: 2rem 0 0.75rem;
  background: linear-gradient(135deg, var(--blue-900) 0%, var(--blue-800) 100%);
  display: grid;
}

/* All slides stack in the same grid cell — tallest sets the height */
.hero-slide {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.hero-slide.active {
  opacity: 1;
  visibility: visible;
}

.hero-content {
  padding: 2.5rem;
}

.hero-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
.hero-meta {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0.75rem;
}
.hero-intro {
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
}
.hero-link {
  display: inline-block;
  margin-top: 1.25rem;
  padding: 0.6rem 1.5rem;
  background: var(--red-600);
  color: var(--white);
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.15s;
}
.hero-link:hover { background: var(--red-700); transform: translateY(-1px); }

/* Video hero slide — split layout */
.hero-slide--video > a {
  display: flex;
  align-items: stretch;
}
.hero-video-thumb {
  position: relative;
  flex-shrink: 0;
  width: 45%;
  overflow: hidden;
}
.hero-video-thumb img,
.hero-video-thumb picture { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-video-thumb .video-play-overlay { border-radius: 0; }
.hero-video-thumb .video-play-btn { width: 48px; height: 48px; }
.hero-slide--video .hero-content { flex: 1; min-width: 0; }
.hero-slide--video .video-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: var(--red-600);
  color: var(--white);
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.6rem;
}
.hero-slide--video .video-type-badge svg { width: 10px; height: 10px; }
.hero-slide--video .hero-meta .ico { width: 12px; height: 12px; vertical-align: -0.1em; }
@media (max-width: 768px) {
  .hero-slide--video > a { flex-direction: column; }
  .hero-video-thumb { width: 100%; aspect-ratio: 16/9; }
  .hero-slide--video .hero-content { padding: 1.25rem; }
  .hero-slide--video .hero-intro { display: none; }
}

.hero-dots {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 2.5rem;
}

.hero-dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-dot::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--gray-300);
  background: transparent;
  transition: all 0.2s;
  pointer-events: none;
}
.hero-dot:hover::after { border-color: var(--blue-600); }
.hero-dot.active::after {
  background: var(--red-600);
  border-color: var(--red-600);
  transform: scale(1.2);
}

/* ── Section headers ────────────────────────────────── */
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--gray-200);
}

.section-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--gray-900);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.section-title .accent-bar {
  width: 4px;
  height: 1.25rem;
  border-radius: 2px;
  flex-shrink: 0;
}

.section-link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--blue-700);
  white-space: nowrap;
}
.section-link:hover { color: var(--red-600); }

.show-more-btn {
  display: inline-block;
  padding: 0.85rem 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  background: var(--blue-800);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 8px rgba(27,73,101,0.18);
  transition: background 0.15s, box-shadow 0.15s, transform 0.15s;
}
.show-more-btn:hover { background: var(--blue-900); box-shadow: 0 4px 14px rgba(27,73,101,0.25); transform: translateY(-1px); }

/* ── Article cards ──────────────────────────────────── */
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

a.card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
a.card:hover .card-title { color: var(--red-600); }

.card-image-wrap {
  position: relative;
  max-height: 180px;
  overflow: hidden;
  background: var(--gray-100);
}
.card-image-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to bottom, transparent, var(--white));
  pointer-events: none;
}
.card--video .card-image-wrap::after { display: none; }
.card--video .card-intro { -webkit-line-clamp: unset; display: block; overflow: visible; }

.card-image-wrap img {
  width: 100%;
  display: block;
  transition: transform 0.3s;
}
a.card:hover .card-image-wrap img { transform: scale(1.03); }

/* Accent bar when no image */
.card-accent {
  height: 5px;
  flex-shrink: 0;
}

.card-body {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-body .cat-badge { margin-bottom: 0.6rem; }

.card-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--gray-900);
  margin-bottom: 0.5rem;
}

.card-meta {
  font-size: 0.75rem;
  color: var(--gray-500);
  margin-bottom: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
}

.card-intro {
  font-size: 0.875rem;
  color: var(--gray-600);
  line-height: 1.55;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-journal {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid var(--gray-100);
  font-size: 0.75rem;
  color: var(--gray-500);
  font-weight: 500;
}

/* ── Category badge ─────────────────────────────────── */
.cat-badge {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.cat-badge--nierziekte        { background: #D1FAE5;         color: #065F46; }
.cat-badge--atriumfibrilleren { background: #FEF3C7;         color: #92400E; }
.cat-badge--preventie         { background: #CFFAFE;         color: #155E75; }
.cat-badge--algemeen          { background: var(--gray-100); color: var(--cat-algemeen); }

/* ── Stats bar / KPI strip ──────────────────────────── */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.stat-card {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 1.25rem;
  text-align: center;
  box-shadow: var(--shadow-xs);
  border-top: 3px solid var(--blue-600);
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s, box-shadow 0.15s;
}
.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  color: inherit;
}
.stat-card:nth-child(2) { border-top-color: var(--red-600); }
.stat-card:nth-child(3) { border-top-color: var(--amber-500); }
.stat-card:nth-child(4) { border-top-color: var(--teal-500); }

.stat-number {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--gray-900);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.stat-label {
  font-size: 0.75rem;
  color: var(--gray-500);
  font-weight: 500;
}

/* ── Trending strip ─────────────────────────────────── */
.trending-strip {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.trending-header {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--gray-500);
  white-space: nowrap;
}
.trending-header svg { width: 14px; height: 14px; }
.trending-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.trending-btn {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--blue-800);
  background: var(--blue-50);
  border: 1px solid var(--blue-100);
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.15s;
}
.trending-btn:hover {
  background: var(--red-600);
  color: var(--white);
  border-color: var(--red-600);
}

/* ── Trending topic page ───────────────────────────── */
.trending-page {
  max-width: 760px;
  margin: 2rem auto 1.5rem;
}
.trending-page h1 {
  font-size: 1.75rem;
  margin: 0.75rem 0 0.5rem;
}
.trending-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--gray-600);
  margin-bottom: 0.5rem;
}
.trending-count {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--gray-400);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.trending-link {
  color: var(--blue-800);
  text-decoration: underline;
  text-decoration-color: var(--blue-200);
  text-underline-offset: 2px;
  transition: text-decoration-color 0.15s;
}
.trending-link:hover {
  text-decoration-color: var(--red-600);
  color: var(--red-600);
}

/* ── Feed table (/feeds/) ─────────────────────────────── */
.feed-table { width: 100%; border-collapse: collapse; margin: 0.75rem 0 1.25rem; font-size: 0.875rem; }
.feed-table th { text-align: left; padding: 0.5rem 0.75rem; border-bottom: 2px solid var(--gray-200); font-weight: 600; color: var(--gray-600); white-space: nowrap; }
.feed-table td { padding: 0.5rem 0.75rem; border-bottom: 1px solid var(--gray-100); }
.feed-table code { background: var(--gray-50); padding: 0.15rem 0.4rem; border-radius: 4px; font-size: 0.8rem; }
.feed-table a { color: var(--blue-700); }

/* ── Topic hub (/actueel/) ────────────────────────────── */
.topic-group { margin: 1.5rem 0; }
.topic-group h2 { font-size: 1.1rem; color: var(--gray-700); margin: 0 0 0.75rem; padding-bottom: 0.4rem; border-bottom: 1px solid var(--gray-200); }
.topic-list { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.topic-pill {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.3rem 0.7rem; border-radius: 999px; font-size: 0.8rem; font-weight: 500;
  background: var(--gray-50); color: var(--gray-700); border: 1px solid var(--gray-200);
  transition: all 0.15s; white-space: nowrap;
}
.topic-pill:hover { background: var(--blue-50); border-color: var(--blue-200); color: var(--blue-800); }
.topic-pill.topic-featured { background: var(--blue-900); color: var(--white); border-color: var(--blue-900); }
.topic-pill.topic-featured:hover { background: var(--blue-800); }
.topic-count { font-size: 0.7rem; opacity: 0.6; }

/* ── Article detail page ────────────────────────────── */
.article-detail {
  max-width: 760px;
  margin: 2.5rem auto;
}

.article-detail h1 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--gray-900);
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

.article-detail .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  font-size: 0.8125rem;
  color: var(--gray-500);
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--gray-200);
  margin-bottom: 2rem;
}

.article-detail .article-meta strong { color: var(--gray-700); font-weight: 600; }

.article-detail .article-hero-image {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 2rem;
  max-height: 400px;
  position: relative;
}
.article-detail .article-hero-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: linear-gradient(to bottom, transparent, var(--gray-50));
  pointer-events: none;
}
.article-detail .article-hero-image img {
  width: 100%;
  display: block;
}

.article-summary {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--gray-700);
}

.article-summary p { margin-bottom: 1.25rem; }

.abstract-box {
  margin: 2rem 0 2.5rem;
  padding: 1.25rem 1.5rem;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-left: 4px solid var(--gray-400);
  border-radius: var(--radius);
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--gray-600);
}
.abstract-box summary {
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--gray-500);
  cursor: pointer;
  list-style: none;
}
.abstract-box summary::-webkit-details-marker { display: none; }
.abstract-box summary::before {
  content: "▸ ";
  color: var(--gray-400);
}
.abstract-box[open] summary::before {
  content: "▾ ";
}
.abstract-box p {
  margin: 1rem 0 0;
}

.radcliffe-logo {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  vertical-align: -0.15em;
  margin-right: 0.25em;
}
.card-source {
  font-size: 0.75rem;
  color: var(--gray-500);
  margin-top: auto;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
}
.card-source .radcliffe-logo {
  width: 0.95em;
  height: 0.95em;
  vertical-align: -0.1em;
}
.source-box .radcliffe-logo {
  width: 1.4em;
  height: 1.4em;
  vertical-align: -0.25em;
  margin-right: 0.3em;
}
.source-box {
  margin: 2.5rem 0;
  padding: 1.5rem 2rem;
  background: var(--blue-50);
  border: 1px solid var(--blue-100);
  border-radius: var(--radius);
  border-left: 4px solid var(--blue-600);
}

.source-box p {
  font-size: 0.875rem;
  color: var(--gray-600);
  margin-bottom: 1rem;
}
.source-box p:last-child { margin-bottom: 0; }

.source-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  background: var(--red-600);
  color: var(--white);
  font-weight: 700;
  font-size: 0.9375rem;
  border-radius: 999px;
  transition: all 0.15s;
  text-decoration: none;
}
.source-btn:hover { background: var(--red-700); color: var(--white); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.source-btn svg { width: 18px; height: 18px; }

.article-authors {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--gray-200);
}
.article-authors h2 {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.article-authors p {
  font-size: 0.875rem;
  color: var(--gray-600);
  line-height: 1.6;
}

/* ── Category page ──────────────────────────────────── */
.category-header {
  padding: 2.5rem 0 2rem;
}
.category-header h1 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gray-900);
  margin-bottom: 0.5rem;
}
.category-header p {
  font-size: 1.0625rem;
  color: var(--gray-500);
  max-width: 600px;
}

/* ── List view (compact cards) ──────────────────────── */
.article-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}
.article-list-overflow,
.show-more-wrap {
  grid-column: 1 / -1;
}
.article-list-overflow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

a.list-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.list-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
a.list-card:hover .card-title { color: var(--red-600); }

.list-card-image {
  position: relative;
  width: 100%;
  max-height: 140px;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--gray-100);
}
.list-card-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  background: linear-gradient(to bottom, transparent, var(--white));
  pointer-events: none;
}
.list-card-image img { width: 100%; display: block; }

.list-card-accent {
  height: 4px;
  flex-shrink: 0;
}

.list-card-body {
  padding: 1.25rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list-card-body .cat-badge { margin-bottom: 0.5rem; }
.list-card-body .card-title { font-size: 1.1rem; margin-bottom: 0.4rem; }
.list-card-body .card-meta { margin-bottom: 0.4rem; }
.list-card-body .card-intro { -webkit-line-clamp: 2; }

/* ── Video card overlay ────────────────────────────── */
.card--video .card-image-wrap { position: relative; }
.card-image-wrap picture { display: block; width: 100%; height: 100%; }
.card-image-wrap picture img { width: 100%; height: 100%; object-fit: cover; display: block; }

.video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.25);
  transition: background 0.2s;
  z-index: 1;
}
.card--video:hover .video-play-overlay { background: rgba(0,0,0,0.35); }

.video-play-btn {
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: transform 0.2s;
}
.card--video:hover .video-play-btn { transform: scale(1.08); }
.video-play-btn svg { width: 22px; height: 22px; margin-left: 2px; }

.video-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--red-100);
  color: var(--red-600);
  margin-bottom: 0.6rem;
}
.video-type-badge svg { width: 12px; height: 12px; }

/* YouTube embed (responsive 16:9) */
.video-embed-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 2rem;
  background: var(--gray-900);
}
.video-embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Video detail page */
.video-thumbnail-wrap {
  display: block;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 2rem;
  aspect-ratio: 16 / 9;
  background: var(--gray-900);
  cursor: pointer;
}
.video-thumbnail-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.video-thumbnail-wrap:hover img { opacity: 0.7; }

.video-play-overlay-lg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-play-btn-lg {
  width: 72px;
  height: 72px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  transition: transform 0.2s;
}
.video-thumbnail-wrap:hover .video-play-btn-lg { transform: scale(1.08); }
.video-play-btn-lg svg { width: 32px; height: 32px; margin-left: 3px; }

.speakers-box {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--gray-200);
}
.speakers-box h2 {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.speakers-box p {
  font-size: 0.875rem;
  color: var(--gray-600);
  line-height: 1.6;
}

/* ── Video hub ────────────────────────────────────── */

/* L0: Video landing page */
.video-landing-header {
  margin-bottom: 2.5rem;
}
.video-landing-header h1 {
  font-size: 2rem;
  color: var(--gray-900);
  margin-bottom: 0.75rem;
}
.video-landing-header p {
  font-size: 1rem;
  color: var(--gray-600);
  line-height: 1.7;
  max-width: 720px;
}
.video-landing-stats {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}
.vl-stat {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.875rem;
  color: var(--gray-500);
}
.vl-stat svg { width: 14px; height: 14px; }

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.program-tile {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
  border-top: 4px solid var(--red-600);
}
.program-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.program-tile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.program-ep-count {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: var(--gray-500);
  font-weight: 600;
}
.program-ep-count svg { width: 12px; height: 12px; }
.program-tile-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gray-900);
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.program-tile:hover .program-tile-title { color: var(--red-600); }
.program-tile-desc {
  font-size: 0.8125rem;
  color: var(--gray-600);
  line-height: 1.6;
  flex: 1;
}
.program-tile-speakers {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--gray-100);
}
.program-speaker {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--gray-700);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.program-speaker:last-child { margin-bottom: 0; }
.program-speaker-text { min-width: 0; }
.speaker-photo-sm {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.program-speaker-title {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  color: var(--gray-500);
}
.program-tile-meta {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: var(--gray-500);
}
.program-tile-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.program-tile-meta svg { width: 12px; height: 12px; }
.program-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.75rem;
}
.program-tag {
  font-size: 0.6875rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: var(--gray-100);
  color: var(--gray-600);
}

/* Program tile thumbnail */
.program-tile-thumb {
  position: relative;
  border-radius: var(--radius) var(--radius) 0 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--gray-900);
  margin: -1.5rem -1.5rem 1rem;
}
.program-tile-thumb picture,
.program-tile-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.9;
  transition: opacity 0.3s;
}
.program-tile:hover .program-tile-thumb img,
.program-tile:hover .program-tile-thumb picture img { opacity: 0.75; }
.program-tile-thumb .video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.15);
  transition: background 0.2s;
}
.program-tile:hover .program-tile-thumb .video-play-overlay {
  background: rgba(0,0,0,0.3);
}

/* Episode thumbnail in list */
.ep-thumb {
  flex-shrink: 0;
  width: 100px;
  height: 56px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--gray-900);
}
.ep-thumb picture,
.ep-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.episode-item:hover .ep-thumb img { opacity: 0.8; }

/* Homepage program cards */
.program-speakers {
  font-size: 0.75rem;
  color: var(--gray-500);
  margin-top: auto;
  padding-top: 0.5rem;
}

/* L1: Program detail page */
.program-detail {
  max-width: 860px;
  margin: 0 auto;
}
.breadcrumb {
  font-size: 0.8125rem;
  color: var(--gray-500);
  margin-bottom: 1.5rem;
}
.breadcrumb a {
  color: var(--gray-500);
  text-decoration: underline;
}
.breadcrumb a:hover { color: var(--red-600); text-decoration: underline; }
.bc-sep { margin: 0 0.4rem; color: var(--gray-300); }

.program-detail-header {
  margin-bottom: 1.5rem;
}
.program-detail-header h1 {
  font-size: 1.75rem;
  color: var(--gray-900);
  line-height: 1.3;
  margin: 0.5rem 0 0.75rem;
}

.program-description {
  margin: 1.5rem 0;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--gray-700);
}

.program-speakers-section {
  margin: 2rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--gray-200);
}
.program-speakers-section h2 {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.program-speakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}
.program-speaker-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--gray-50);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--red-600);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, background 0.15s;
}
.program-speaker-card:hover {
  border-left-color: var(--blue-600);
  background: var(--blue-50);
}
.speaker-photo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}
.program-speaker-info { min-width: 0; }
.program-speaker-name {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--gray-900);
}
.program-speaker-affil {
  font-size: 0.75rem;
  color: var(--gray-500);
  margin-top: 0.2rem;
  line-height: 1.4;
}
.program-faculty {
  margin-top: 1rem;
  font-size: 0.8125rem;
  color: var(--gray-600);
  line-height: 1.6;
}

/* Episode list */
.episode-list-section {
  margin: 2rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--gray-200);
}
.episode-list-section h2 {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.episode-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.episode-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, background 0.15s;
}
.episode-item:hover {
  border-color: var(--red-600);
  background: var(--red-50);
}
.episode-item.active {
  border-color: var(--red-600);
  background: var(--red-50);
  border-left: 3px solid var(--red-600);
}
.ep-part {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray-100);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gray-600);
}
.episode-item.active .ep-part {
  background: var(--red-600);
  color: var(--white);
}
.ep-info { flex: 1; min-width: 0; }
.ep-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gray-900);
  line-height: 1.4;
}
.ep-num-inline { display: none; }
.ep-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.15rem;
}
.ep-speakers {
  font-size: 0.75rem;
  color: var(--gray-500);
}
.ep-duration {
  font-size: 0.75rem;
  color: var(--gray-500);
  font-weight: 600;
}
@media (min-width: 769px) {
  .ep-duration { flex-shrink: 0; }
}
@media (max-width: 768px) {
  .episode-item { gap: 0.625rem; padding: 0.625rem 0.75rem; }
  .episode-item .ep-part { display: none; }
  .ep-num-inline { display: inline; color: var(--gray-500); font-weight: 700; }
  .episode-item.active .ep-num-inline { color: var(--red-600); }
  .ep-thumb { width: 60px; height: 34px; }
}

/* L2: Episode detail page */
.episode-detail {
  max-width: 860px;
  margin: 0 auto;
}
.episode-detail-header {
  margin-bottom: 1.5rem;
}
.episode-detail-header h1 {
  font-size: 1.5rem;
  color: var(--gray-900);
  line-height: 1.3;
  margin: 0.5rem 0 0.75rem;
}
.ep-detail-speakers {
  font-size: 0.875rem;
  color: var(--gray-600);
  margin-top: 0.5rem;
}
.ep-detail-speakers svg { width: 14px; height: 14px; vertical-align: -2px; }

/* Episode navigation */
.ep-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0;
}
.ep-nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: var(--gray-700);
  font-size: 0.8125rem;
  line-height: 1.4;
  transition: border-color 0.15s;
}
.ep-nav-link:hover { border-color: var(--red-600); }
.ep-nav-link svg { flex-shrink: 0; width: 16px; height: 16px; }
.ep-nav-link small {
  display: block;
  font-size: 0.6875rem;
  color: var(--gray-400);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.ep-nav-next { justify-content: flex-end; text-align: right; }

/* Collapsible episode list on L2 */
.episode-list-collapsible {
  margin: 2rem 0;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
}
.episode-list-collapsible summary {
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--gray-600);
  cursor: pointer;
  user-select: none;
}
.episode-list-collapsible summary:hover { color: var(--red-600); }
.episode-list-compact {
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem 0.5rem;
}
.episode-item-compact {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  color: var(--gray-700);
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: background 0.1s;
}
.episode-item-compact:hover { background: var(--gray-50); }
.episode-item-compact.active {
  background: var(--red-50);
  color: var(--red-600);
  font-weight: 600;
}
.episode-item-compact .ep-part {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.6875rem;
}

/* ── Discovery widget ─────────────────────────────── */
.dw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-bottom: 3rem;
}

.dw-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 1.25rem;
  border-top: 3px solid var(--gray-200);
  transition: transform 0.2s, box-shadow 0.2s;
}
.dw-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.dw-card--agenda   { border-top-color: var(--teal-600); }
.dw-card--vacatures { border-top-color: var(--amber-500); }
.dw-card--actueel  { border-top-color: var(--teal-700); }
.dw-card--richtlijnen { border-top-color: var(--teal-800); }
.dw-card--kennis   { border-top-color: var(--amber-600); }
.dw-card--categorieen { border-top-color: var(--teal-500); }

.dw-card-title {
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--gray-900);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.dw-card-title a {
  color: inherit;
  text-decoration: none;
}
.dw-card-title a:hover {
  color: var(--teal-700);
}

.dw-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dw-list li {
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--gray-100);
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--gray-700);
}
.dw-list li:last-child {
  border-bottom: none;
}
.dw-list li a {
  color: var(--teal-800);
  text-decoration: none;
  font-weight: 500;
}
.dw-list li a:hover {
  color: var(--teal-600);
  text-decoration: underline;
}

.dw-date {
  display: inline-block;
  min-width: 3.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--teal-700);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.dw-meta {
  font-size: 0.75rem;
  color: var(--gray-400);
  font-weight: 400;
}

.dw-more {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--teal-700);
  text-decoration: none;
}
.dw-more:hover {
  color: var(--teal-600);
  text-decoration: underline;
}

.dw-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.dw-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.75rem;
  background: var(--teal-50);
  color: var(--teal-800);
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  border: 1px solid var(--teal-100);
}
.dw-pill:hover {
  background: var(--teal-100);
  color: var(--teal-900);
}

.dw-pill--cat {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  color: var(--gray-800);
}
.dw-pill--cat:hover {
  background: var(--teal-50);
  color: var(--teal-900);
}

.dw-pill-count {
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--gray-400);
}

@media (max-width: 767px) {
  .dw-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Profession blocks ─────────────────────────────── */
.prof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 3rem;
}

.prof-block {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.prof-block:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.prof-block-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.25rem 0.75rem;
  border-top: 4px solid var(--gray-300);
}

.prof-block-icon {
  display: flex;
  flex-shrink: 0;
}
.prof-block-icon svg {
  width: 20px;
  height: 20px;
}

.prof-block-header h3 {
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--gray-900);
  line-height: 1.3;
}

.prof-block-list {
  list-style: none;
  padding: 0 1.25rem 1.25rem;
  counter-reset: prof;
}

.prof-block-list li {
  counter-increment: prof;
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--gray-100);
  font-size: 0.8125rem;
  line-height: 1.45;
}
.prof-block-list li:last-child { border-bottom: none; }

.prof-block-list li::before {
  content: counter(prof);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35em;
  height: 1.35em;
  border-radius: 50%;
  font-size: 0.6875rem;
  font-weight: 700;
  margin-right: 0.5rem;
  vertical-align: -1px;
  color: var(--white);
  background: var(--gray-300);
}

.prof-block--cardioloog .prof-block-header { border-color: var(--prof-cardioloog); }
.prof-block--cardioloog .prof-block-icon { color: var(--prof-cardioloog); }
.prof-block--cardioloog li::before { background: var(--prof-cardioloog); }

.prof-block--patholoog .prof-block-header { border-color: var(--prof-patholoog); }
.prof-block--patholoog .prof-block-icon { color: var(--prof-patholoog); }
.prof-block--patholoog li::before { background: var(--prof-patholoog); }

.prof-block--huisarts .prof-block-header { border-color: var(--prof-huisarts); }
.prof-block--huisarts .prof-block-icon { color: var(--prof-huisarts); }
.prof-block--huisarts li::before { background: var(--prof-huisarts); }

.prof-block--internist .prof-block-header { border-color: var(--prof-internist); }
.prof-block--internist .prof-block-icon { color: var(--prof-internist); }
.prof-block--internist li::before { background: var(--prof-internist); }

.prof-block--apotheker .prof-block-header { border-color: var(--prof-apotheker); }
.prof-block--apotheker .prof-block-icon { color: var(--prof-apotheker); }
.prof-block--apotheker li::before { background: var(--prof-apotheker); }

.prof-block-list a {
  color: var(--gray-700);
  text-decoration: none;
  transition: color 0.15s;
}
.prof-block-list a:hover { color: var(--red-600); }

/* ── Footer ─────────────────────────────────────────── */
.site-footer {
  background: var(--blue-900);
  color: rgba(255,255,255,0.7);
  margin-top: 3rem;
  padding: 3rem 0 2rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
}

.footer-brand .logo-text {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 0.5rem;
}
.footer-brand .logo-text span { color: var(--red-500); }
.footer-brand p {
  font-size: 0.875rem;
  line-height: 1.6;
  max-width: 380px;
}

.footer-col h3 {
  color: var(--white);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.4rem; }
.footer-col a { color: rgba(255,255,255,0.6); font-size: 0.875rem; }
.footer-col a:hover { color: var(--white); }

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
}

/* ── Back link ──────────────────────────────────────── */
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--gray-500);
  margin-bottom: 1rem;
}
.back-link:hover { color: var(--blue-700); }
.back-link svg { width: 16px; height: 16px; }
.back-link-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 1024px) {
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .prof-grid { grid-template-columns: repeat(2, 1fr); }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .header-inner { gap: 0.5rem; padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .site-logo .logo-text { font-size: 1.15rem; }

  /* Hamburger menu — full-width, spacious, stacked */
  .hamburger { display: block; }
  .site-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    flex-direction: column;
    padding: 70px 1.25rem 1.5rem;
    z-index: 99;
    gap: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .site-nav.open { display: flex; }
  body.nav-open { overflow: hidden; }

  /* Both rows become vertical stacked lists */
  .nav-row { flex-direction: column; gap: 0; }
  .nav-row-primary { margin-bottom: 0.5rem; }
  .nav-row-subjects {
    padding-top: 0.75rem;
    border-top: 1px solid var(--gray-200);
  }

  /* Primary items: full-width rows */
  .nav-primary {
    padding: 0.75rem 0.75rem;
    font-size: 0.95rem;
    border-radius: 8px;
    width: 100%;
    justify-content: flex-start;
  }
  .nav-primary:hover { background: var(--blue-50); }

  /* Utility items: same size as primary in mobile */
  .nav-util {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--gray-600);
    padding: 0.65rem 0.75rem;
    width: 100%;
    justify-content: flex-start;
  }
  .nav-util:hover { background: var(--gray-50); color: var(--gray-800); }

  /* Subject items: full-width rows, slightly lighter */
  .nav-subject {
    padding: 0.6rem 0.75rem;
    font-size: 0.88rem;
    font-weight: 500;
    border-radius: 8px;
    width: 100%;
    justify-content: flex-start;
    color: var(--gray-600);
  }
  .nav-subject:hover { background: var(--gray-50); }

  /* Icons: fixed-width column for aligned labels */
  .nav-ico { opacity: 0.6; margin-right: 0.5rem; width: 22px; justify-content: center; flex-shrink: 0; }
  .nav-ico .cat-ico { width: 18px; height: 18px; }
  .nav-subject .nav-ico .cat-ico { width: 16px; height: 16px; }

  .hero-carousel { margin: 1.25rem 0 0.5rem; }
  .hero-title { font-size: 1.5rem; }
  .hero-content { padding: 1.5rem; }

  .article-grid { grid-template-columns: 1fr; gap: 1rem; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
  .prof-grid { grid-template-columns: 1fr; }
  .program-grid { grid-template-columns: 1fr; }

  .article-list,
  .article-list-overflow { grid-template-columns: 1fr; }

  .article-detail h1 { font-size: 1.5rem; }
  .article-detail { margin: 1.5rem auto; }

  .program-detail h1 { font-size: 1.3rem; }
  .episode-detail h1 { font-size: 1.25rem; }
  .ep-nav { grid-template-columns: 1fr; }
  .ep-nav-next { text-align: left; justify-content: flex-start; }

  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 0.35rem; }
}

@media (max-width: 480px) {
  .container { padding: 0 1rem; }
  .stats-strip { grid-template-columns: 1fr 1fr; }
  .stat-card { padding: 1rem; }
  .stat-number { font-size: 1.5rem; }
}

/* ── Cross-links (related + recent) ─────────────────── */
.cross-links {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid var(--gray-200);
}
.cross-links-section { margin-bottom: 2rem; }
.cross-links-section h2 {
  font-size: 1.3rem;
  color: var(--blue);
  margin-bottom: 1rem;
}
.cross-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .cross-links-grid { grid-template-columns: 1fr; }
}

/* Video promo card in cross-links */
.video-promo-section h2 .ico { vertical-align: -0.15em; margin-right: 0.2em; }
.video-promo-card {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem;
  background: var(--blue-50);
  border: 1px solid var(--blue-100);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.15s, border-color 0.15s;
}
.video-promo-card:hover {
  border-color: var(--red-600);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.video-promo-thumb {
  position: relative;
  flex-shrink: 0;
  width: 220px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 16/9;
}
.video-promo-thumb img,
.video-promo-thumb picture { display: block; width: 100%; height: 100%; object-fit: cover; }
.video-promo-thumb .video-play-overlay { border-radius: var(--radius-sm); }
.video-promo-thumb .video-play-btn { width: 36px; height: 36px; }
.video-promo-body { flex: 1; min-width: 0; }
.video-promo-body h3 {
  font-size: 1.05rem;
  color: var(--gray-900);
  margin: 0.4rem 0 0.5rem;
  line-height: 1.35;
}
.video-promo-card:hover h3 { color: var(--red-600); }
.video-promo-body p {
  font-size: 0.8125rem;
  color: var(--gray-600);
  line-height: 1.55;
  margin-bottom: 0.6rem;
}
.video-promo-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.75rem;
  color: var(--gray-500);
  margin-bottom: 0.3rem;
}
.video-promo-meta .ico { width: 12px; height: 12px; vertical-align: -0.1em; }
.video-promo-speakers {
  font-size: 0.75rem;
  color: var(--gray-400);
}
@media (max-width: 640px) {
  .video-promo-card { flex-direction: column; }
  .video-promo-thumb { width: 100%; }
}

/* ── Homepage h1 ─────────────────────────────────────── */
.site-h1 {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--gray-600);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0.75rem auto 0;
  padding: 0 1rem;
  text-wrap: balance;
}

/* ── About page ──────────────────────────────────────── */
.about-page {
  max-width: 720px;
  margin: 2rem auto 3rem;
}
.about-page h1 {
  font-size: 2rem;
  color: var(--blue);
  margin-bottom: 1.5rem;
}
.about-section {
  margin-bottom: 2rem;
}
.about-section h2 {
  font-size: 1.3rem;
  color: var(--gray-800);
  margin-bottom: 0.75rem;
}
.about-section p {
  line-height: 1.7;
  color: var(--gray-600);
  margin-bottom: 0.75rem;
}
.about-sources {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0.5rem;
}
.about-sources li {
  padding: 0.65rem 0.9rem;
  background: var(--gray-50);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--teal-600);
  color: var(--gray-600);
  line-height: 1.5;
  font-size: 0.9rem;
  transition: border-color 0.15s, background 0.15s;
}
.about-sources li:hover { background: var(--teal-50); border-left-color: var(--teal-700); }
.about-sources li strong { color: var(--gray-900); }

/* ── Publisher cards (publishers page) ─────────────────── */
.publisher-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 1rem 0 0.5rem;
}
.publisher-card {
  background: var(--gray-50);
  border-radius: 8px;
  padding: 1.25rem;
  border: 1px solid var(--gray-200);
  border-left: 3px solid var(--red-600);
}
.publisher-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--gray-800);
  margin-bottom: 0.4rem;
}
.about-page .publisher-card p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--gray-500);
  margin-bottom: 0;
}
.about-page .publisher-card .publisher-how {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-style: italic;
  color: #2e7d32;
}
@media (max-width: 560px) {
  .publisher-cards { grid-template-columns: 1fr; }
}

/* ── Categories overview page ─────────────────────────── */
.categories-page { margin-bottom: 3rem; }

.cat-tiles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

a.cat-tile {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}
a.cat-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  color: inherit;
}

.cat-tile-color {
  height: 6px;
  flex-shrink: 0;
}

.cat-tile-body {
  padding: 1.5rem;
}
.cat-tile-body h2 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--gray-900);
  margin-bottom: 0.4rem;
}
a.cat-tile:hover .cat-tile-body h2 { color: var(--red-600); }
.cat-tile-body p {
  font-size: 0.875rem;
  color: var(--gray-500);
  line-height: 1.55;
  margin-bottom: 0.75rem;
}
.cat-tile-count {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gray-400);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .cat-tiles-grid { grid-template-columns: 1fr; }
}

/* ── Search page ──────────────────────────────────────── */
.search-page { margin: 2rem 0 3rem; }

.search-header { margin-bottom: 1.5rem; }
.search-header h1 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gray-900);
  margin-bottom: 0.35rem;
}
.search-header p {
  font-size: 1.0625rem;
  color: var(--gray-500);
}

.search-bar {
  position: relative;
  margin-bottom: 1rem;
}
.search-input {
  width: 100%;
  padding: 0.9rem 1.25rem 0.9rem 3rem;
  font-size: 1.05rem;
  font-family: var(--font-sans);
  border: 2px solid var(--gray-200);
  border-radius: 999px;
  background: var(--white);
  color: var(--gray-800);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  box-shadow: var(--shadow-sm);
}
.search-input::placeholder { color: var(--gray-400); }
.search-input:focus {
  border-color: var(--blue-600);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--gray-400);
  pointer-events: none;
}

.search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}
.search-filter-btn {
  padding: 0.35rem 0.9rem;
  border: 1.5px solid var(--gray-200);
  border-radius: 999px;
  background: var(--white);
  color: var(--gray-600);
  font-size: 0.8125rem;
  font-weight: 600;
  font-family: var(--font-sans);
  cursor: pointer;
  transition: all 0.15s;
}
.search-filter-btn:hover {
  border-color: var(--gray-300);
  background: var(--gray-50);
  color: var(--gray-800);
}
.search-filter-btn.active {
  background: var(--blue-900);
  border-color: var(--blue-900);
  color: var(--white);
}

.search-count {
  font-size: 0.875rem;
  color: var(--gray-500);
  font-weight: 600;
  margin-bottom: 1rem;
}

.search-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (max-width: 768px) {
  .search-results { grid-template-columns: 1fr; }
  .search-filters { gap: 0.3rem; }
  .search-filter-btn { font-size: 0.75rem; padding: 0.3rem 0.7rem; }
  .search-header h1 { font-size: 1.5rem; }
}

/* ── Share Strip ───────────────────────────────────── */
.share-strip {
  border-top: 1px solid var(--gray-200);
  padding: 1.5rem 0;
  margin: 2rem 0;
}
.share-strip-text {
  font-size: 0.875rem;
  color: var(--gray-500);
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.share-strip-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  font-family: var(--font-sans);
  text-decoration: none;
  border: none;
  cursor: pointer;
  color: var(--white);
  transition: filter 0.15s;
}
.share-btn:hover { filter: brightness(0.88); }
.share-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.share-btn--linkedin { background: #0A66C2; }
.share-btn--whatsapp { background: #25D366; color: #1a1a1a; }
.share-btn--native { background: var(--blue-800); }

/* ── Speaker Pages ────────────────────────────────── */
.speaker-page { max-width: 800px; margin: 0 auto; padding: 2rem 0 3rem; }
.speaker-page .breadcrumb { margin-bottom: 1.5rem; font-size: 0.8125rem; color: var(--gray-500); }
.speaker-page .breadcrumb a { color: var(--blue-700); text-decoration: none; }
.speaker-page .breadcrumb a:hover { text-decoration: underline; }
.bc-sep { margin: 0 0.35em; color: var(--gray-300); }

.speaker-hero {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, var(--blue-50), var(--gray-50));
  border-radius: var(--radius);
  border: 1px solid var(--gray-200);
}
.speaker-hero-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.speaker-hero-info h1 {
  font-size: 1.5rem;
  color: var(--gray-900);
  margin-bottom: 0.25rem;
  line-height: 1.3;
}
.speaker-hero-title {
  font-size: 0.9375rem;
  color: var(--gray-600);
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
.speaker-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8125rem;
  color: var(--gray-500);
}
.speaker-hero-stats span {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
}
.speaker-hero-stats svg { width: 14px; height: 14px; }
.speaker-hero-stats .radcliffe-logo { width: 1em; height: 1em; }

.speaker-page h2 {
  font-size: 1.25rem;
  color: var(--gray-900);
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--red-600);
}

.speaker-program-group { margin-bottom: 2rem; }
.speaker-program-group h3 {
  font-size: 1rem;
  color: var(--blue-800);
  margin-bottom: 0.25rem;
}
.speaker-program-group h3 a {
  color: inherit;
  text-decoration: none;
}
.speaker-program-group h3 a:hover { text-decoration: underline; }
.speaker-program-group .cat-badge { margin-bottom: 0.75rem; display: inline-block; }

.speaker-episode-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.speaker-ep-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--gray-200);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.speaker-ep-card:hover {
  border-color: var(--blue-600);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.speaker-ep-thumb {
  width: 120px;
  flex-shrink: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.speaker-ep-thumb img { width: 100%; display: block; }
.speaker-ep-info { min-width: 0; }
.speaker-ep-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--gray-800);
  line-height: 1.4;
}
.speaker-ep-duration {
  font-size: 0.75rem;
  color: var(--gray-500);
  margin-top: 0.25rem;
  display: block;
}

.speaker-others { margin-top: 2.5rem; }
.speaker-others h3 {
  font-size: 1.1rem;
  color: var(--gray-800);
  margin-bottom: 1rem;
}
.speaker-others-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.75rem;
}
.speaker-other-card {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.75rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--gray-200);
  text-decoration: none;
  color: var(--gray-800);
  font-size: 0.875rem;
  font-weight: 500;
  transition: border-color 0.15s;
}
.speaker-other-card:hover { border-color: var(--blue-600); }

/* Speaker Index Page */
.speaker-index-page { max-width: 900px; margin: 0 auto; padding: 2rem 0 3rem; }
.speaker-index-page .breadcrumb { margin-bottom: 1.5rem; font-size: 0.8125rem; color: var(--gray-500); }
.speaker-index-page .breadcrumb a { color: var(--blue-700); text-decoration: none; }
.speaker-index-page .breadcrumb a:hover { text-decoration: underline; }
.speaker-index-page h1 { font-size: 1.75rem; color: var(--gray-900); margin-bottom: 0.5rem; }
.speaker-index-page > p { color: var(--gray-600); margin-bottom: 2rem; }

.speaker-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}
.speaker-index-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--gray-200);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.speaker-index-card:hover {
  border-color: var(--blue-600);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.speaker-index-card .speaker-photo {
  width: 56px;
  height: 56px;
}
.speaker-index-info { min-width: 0; }
.speaker-index-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--gray-900);
  line-height: 1.3;
}
.speaker-index-title {
  font-size: 0.8125rem;
  color: var(--gray-600);
  line-height: 1.4;
  margin-top: 0.15rem;
}
.speaker-index-meta {
  font-size: 0.75rem;
  color: var(--gray-500);
  margin-top: 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.speaker-index-meta svg { width: 12px; height: 12px; }

@media (max-width: 768px) {
  .speaker-hero { flex-direction: column; text-align: center; padding: 1.25rem; gap: 1rem; }
  .speaker-hero-photo { width: 80px; height: 80px; }
  .speaker-hero-info h1 { font-size: 1.25rem; }
  .speaker-hero-stats { justify-content: center; }
  .speaker-ep-thumb { width: 80px; }
  .speaker-others-grid { grid-template-columns: 1fr 1fr; }
  .speaker-index-grid { grid-template-columns: 1fr; }
}

/* ── Kennis (Knowledge Base) ────────────────────────────── */

/* Breadcrumb */
.breadcrumb {
  max-width: 900px; margin: 1.5rem auto 0; padding: 0 1rem;
  font-size: 0.85rem; color: var(--gray-500);
}
.breadcrumb a { color: var(--blue-700); }
.breadcrumb a:hover { color: var(--red-600); }

/* L0 Hub */
.kennis-hub { max-width: 960px; padding-top: 2rem; }
.kennis-hub-header { text-align: center; margin-bottom: 2.5rem; }
.kennis-hub-header h1 { font-size: 1.8rem; color: var(--blue-900); margin-bottom: 0.75rem; }
.kennis-hub-header p { color: var(--gray-600); max-width: 640px; margin: 0 auto 1rem; line-height: 1.6; }
.kennis-hub-stats { display: flex; justify-content: center; gap: 2rem; }
.kennis-hub-stats .stat {
  font-size: 0.9rem; font-weight: 600; color: var(--blue-800);
  padding: 0.35rem 1rem; background: var(--blue-50); border-radius: 20px;
}
.kennis-groups-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;
}
.kennis-group-tile {
  display: block; padding: 1.25rem 1.25rem 1rem;
  background: #fff; border-radius: 8px;
  border-left: 4px solid var(--gc, var(--blue-700));
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  text-decoration: none; color: inherit;
  transition: box-shadow 0.15s, transform 0.15s;
}
.kennis-group-tile:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  transform: translateY(-2px);
}
.kennis-group-tile h2 { font-size: 1.05rem; color: var(--blue-900); margin-bottom: 0.3rem; }
.group-count { font-size: 0.8rem; color: var(--gray-500); }
.group-types { margin-top: 0.5rem; display: flex; flex-wrap: wrap; gap: 0.3rem; }
.type-mini {
  font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em;
  padding: 0.15rem 0.5rem; border-radius: 3px;
  background: color-mix(in srgb, var(--tc) 12%, transparent);
  color: var(--tc);
}

/* L1 Group */
.kennis-group { max-width: 900px; padding-top: 1.5rem; }
.kennis-group h1 { font-size: 1.6rem; color: var(--blue-900); margin-bottom: 0.25rem; }
.group-count-label { font-size: 0.85rem; color: var(--gray-500); margin-bottom: 1.5rem; }
.kennis-page-list { display: flex; flex-direction: column; gap: 0; }
.kennis-page-item {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.85rem 1rem; text-decoration: none; color: inherit;
  border-bottom: 1px solid var(--gray-100);
  transition: padding-left 0.15s, background 0.15s;
}
.kennis-page-item:hover {
  padding-left: 1.5rem; background: var(--blue-50);
}
.type-tag-sm {
  font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em;
  padding: 0.2rem 0.5rem; border-radius: 3px; white-space: nowrap;
  background: color-mix(in srgb, var(--tc) 12%, transparent);
  color: var(--tc);
}
.page-title { font-size: 0.95rem; color: var(--gray-800); }

/* L2 Detail */
.kennis-detail { max-width: 780px; padding-top: 1.5rem; padding-bottom: 3rem; }
.type-tag {
  display: inline-block; font-size: 0.7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.05em;
  padding: 0.25rem 0.75rem; border-radius: 4px; margin-bottom: 0.75rem;
  background: color-mix(in srgb, var(--tc) 12%, transparent);
  color: var(--tc);
}
.kennis-detail h1 { font-size: 1.5rem; color: var(--blue-900); margin-bottom: 1rem; line-height: 1.3; }
.intro-para {
  font-size: 1.05rem; line-height: 1.7; color: var(--gray-700);
  margin-bottom: 0.75rem;
}
.key-terms {
  background: var(--blue-50); border-left: 4px solid var(--red-600);
  border-radius: 6px; padding: 1.25rem 1.5rem; margin: 1.5rem 0;
}
.key-terms h2 { font-size: 1rem; color: var(--blue-900); margin-bottom: 0.75rem; }
.key-terms dl { display: grid; gap: 0.5rem; }
.key-terms dt { font-weight: 700; color: var(--blue-800); font-size: 0.9rem; }
.key-terms dd { color: var(--gray-700); font-size: 0.88rem; line-height: 1.5; margin-left: 0; }
.main-body { margin: 1.5rem 0; }
.main-body h2 { font-size: 1.15rem; color: var(--blue-900); margin: 1.5rem 0 0.5rem; }
.main-body p { color: var(--gray-700); line-height: 1.7; margin-bottom: 0.75rem; }
.main-body ul, .main-body ol { color: var(--gray-700); line-height: 1.7; margin: 0.5rem 0 0.75rem 1.5rem; }
.main-body li { margin-bottom: 0.3rem; }
.kennis-disclaimer {
  background: #fef2f2; border: 1px solid #fca5a5; border-left: 5px solid var(--red-600);
  border-radius: 6px; padding: 1.1rem 1.4rem; margin: 2.5rem 0 1.5rem;
  font-size: 0.85rem; color: #7f1d1d; line-height: 1.6;
}
.kennis-disclaimer strong { color: var(--red-600); font-size: 0.9rem; }
.kennis-bronnen { margin: 2rem 0 1.5rem; }
.kennis-bronnen h2 { font-size: 1rem; color: var(--blue-900); margin-bottom: 0.5rem; }
.kennis-bronnen ol { padding-left: 1.5rem; margin: 0; }
.kennis-bronnen li { font-size: 0.85rem; color: var(--gray-600); line-height: 1.6; margin-bottom: 0.35rem; }
.kennis-bronnen a { color: var(--blue-700); text-decoration: none; word-break: break-word; }
.kennis-bronnen a:hover { color: var(--red-600); text-decoration: underline; }
.kennis-related { margin: 1.5rem 0; }
.kennis-related h2 { font-size: 1rem; color: var(--blue-900); margin-bottom: 0.5rem; }
.kennis-related ul { list-style: none; padding: 0; }
.kennis-related li { margin-bottom: 0.4rem; }
.kennis-related a { color: var(--blue-700); font-size: 0.92rem; }
.kennis-related a:hover { color: var(--red-600); }
.back-to-group { margin-top: 2rem; font-size: 0.9rem; }
.back-to-group a { color: var(--blue-700); text-decoration: none; }
.back-to-group a:hover { color: var(--red-600); }

@media (max-width: 768px) {
  .kennis-groups-grid { grid-template-columns: 1fr; }
  .kennis-hub-header h1 { font-size: 1.4rem; }
  .kennis-detail { padding-top: 1rem; }
  .kennis-detail h1 { font-size: 1.25rem; }
  .key-terms { padding: 1rem; }
}

/* ── Vacatures (Job Listings) ──────────────────────────────────────────── */

.vacatures-subtitle { color: #6B7280; font-size: 0.9rem; margin: -0.3rem 0 1.2rem; }
.job-search-bar { display: flex; gap: 0.6rem; margin-bottom: 1rem; }
.job-search-bar input { flex: 1; padding: 0.7rem 1rem; border: 1.5px solid #E5E7EB; border-radius: 6px; font-size: 0.95rem; background: #fff; color: #1F2937; transition: border-color 0.15s, box-shadow 0.15s; }
.job-search-bar input:focus { outline: none; border-color: var(--red-600, #0D9488); box-shadow: 0 0 0 3px rgba(13,148,136,0.1); }
.job-search-bar input::placeholder { color: #9CA3AF; }
.filter-toggle { display: flex; align-items: center; gap: 0.4rem; padding: 0.7rem 1rem; border: 1.5px solid #E5E7EB; border-radius: 6px; background: #fff; color: #374151; font-size: 0.9rem; font-weight: 600; cursor: pointer; white-space: nowrap; transition: border-color 0.15s, background 0.15s; }
.filter-toggle:hover { border-color: #9CA3AF; }
.filter-toggle.active { border-color: var(--red-600, #0D9488); background: rgba(13,148,136,0.04); color: var(--red-600, #0D9488); }
.filter-toggle svg { flex-shrink: 0; }
.job-filter-panel { background: #fff; border: 1.5px solid #E5E7EB; border-radius: 6px; padding: 1rem 1.2rem; margin-bottom: 1rem; }
.filter-section { margin-bottom: 0.8rem; }
.filter-section:last-child { margin-bottom: 0; }
.filter-heading { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: #6B7280; margin: 0 0 0.4rem; font-weight: 700; }
.filter-row { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.filter-btn { padding: 0.3rem 0.7rem; border: 1px solid #E5E7EB; border-radius: 4px; background: #fff; color: #374151; font-size: 0.8rem; cursor: pointer; transition: background 0.1s, border-color 0.1s; }
.filter-btn:hover { border-color: #9CA3AF; }
.filter-btn.active { background: var(--red-600, #0D9488); color: #fff; border-color: var(--red-600, #0D9488); }
.filter-btn small { opacity: 0.6; margin-left: 0.2rem; transition: opacity 0.15s; }
.filter-btn.filter-empty { opacity: 0.35; pointer-events: auto; }
.filter-btn.filter-empty:not(.active) { border-style: dashed; }
.company-pill { display: flex; align-items: center; gap: 0.35rem; }
.company-pill .hospital-ico { width: 14px; height: 14px; }
.archive-count { font-size: 0.85rem; color: #6B7280; margin-bottom: 1rem; }
.archive-empty { text-align: center; color: #9CA3AF; padding: 3rem 1rem; }

.job-card { position: relative; border-radius: 6px; overflow: hidden; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.06); transition: transform 0.15s, box-shadow 0.15s; }
.job-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.job-card > a { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; }
.job-card .job-card-accent { display: block; height: 4px; }
.job-card .card-body { padding: 0.9rem 1.1rem 0.7rem; flex: 1; display: flex; flex-direction: column; }
.job-card .card-title { font-size: 0.95rem; margin: 0.25rem 0 0.3rem; line-height: 1.35; color: #1F2937; }
.job-card-company { display: flex; align-items: center; gap: 0.4rem; font-size: 0.78rem; color: #6B7280; font-weight: 600; }
.hospital-ico { width: 16px; height: 16px; border-radius: 2px; vertical-align: middle; }
.job-card-loc { font-size: 0.8rem; color: #9CA3AF; margin: 0 0 0.2rem; }
.job-card-desc { font-size: 0.8rem; color: #6B7280; line-height: 1.4; margin: 0 0 0.4rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.job-card-salary { color: var(--red-600, #0D9488); font-weight: 600; }
.job-card-footer { margin-top: auto; display: flex; align-items: baseline; justify-content: space-between; gap: 0.5rem; padding: 0.55rem 1.1rem; background: #F9FAFB; border-top: 1px solid #F3F4F6; font-size: 0.75rem; line-height: 1.4; color: #6B7280; }
.job-card-footer .cat-badge { font-size: 0.72rem; margin: 0; padding: 0; border: none; background: transparent; font-weight: 600; color: var(--cat-accent, #115E59); }
.job-card-footer .card-meta { display: flex; gap: 0.6rem; flex-wrap: wrap; font-size: 0.72rem; }

.job-back { margin: 1rem 0 1.2rem; max-width: 680px; margin-left: auto; margin-right: auto; }
.job-back a { display: inline-flex; align-items: center; gap: 0.4rem; color: #6B7280; font-size: 0.9rem; font-weight: 600; text-decoration: none; padding: 0.4rem 0.8rem 0.4rem 0.5rem; border-radius: 6px; transition: background 0.15s, color 0.15s; }
.job-back a:hover { background: #F3F4F6; color: #1F2937; }
.job-detail { max-width: 680px; margin: 0 auto; }
.job-header { border-left: 4px solid #115E59; padding: 1.5rem 0 1rem 1.2rem; margin-bottom: 1.5rem; }
.job-header h1 { font-size: 1.5rem; margin: 0.5rem 0 0.6rem; line-height: 1.3; }
.job-header .cat-badge { font-size: 0.72rem; }
.job-company { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: #6B7280; font-weight: 600; }
.job-company .hospital-ico { width: 20px; height: 20px; }
.job-info-grid { background: #F9FAFB; border-radius: 6px; padding: 1rem 1.2rem; display: grid; grid-template-columns: 9rem 1fr; gap: 0; margin-bottom: 1.5rem; }
.job-info-row { display: contents; }
.job-info-row > span { padding: 0.55rem 0; border-bottom: 1px solid #E5E7EB; font-size: 0.9rem; line-height: 1.4; }
.job-info-row:last-child > span { border-bottom: none; }
.job-info-label { font-weight: 600; color: #6B7280; }
.job-description { margin-bottom: 1.5rem; }
.job-description p { font-size: 0.95rem; line-height: 1.6; color: #374151; margin: 0; }
.job-stale-notice { background: #FEF3C7; border-left: 3px solid #F59E0B; padding: 0.8rem 1rem; margin-bottom: 1.5rem; font-size: 0.85rem; color: #92400E; border-radius: 6px; }
.job-cta { display: inline-block; background: var(--red-600, #0D9488); color: #fff; padding: 0.8rem 1.8rem; border-radius: 6px; font-weight: 700; font-size: 1rem; text-decoration: none; margin: 1rem 0 2rem; transition: background 0.15s, transform 0.15s; }
.job-cta:hover { background: #a01f24; transform: translateY(-1px); }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.job-card-mini { display: flex; flex-direction: column; background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); padding: 0.8rem 1rem; text-decoration: none; color: #1F2937; transition: transform 0.15s, box-shadow 0.15s; position: relative; overflow: hidden; }
.job-card-mini:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.job-card-mini .job-card-accent { position: absolute; top: 0; left: 0; right: 0; height: 3px; }
.job-card-mini-company { font-size: 0.75rem; color: #9CA3AF; display: flex; align-items: center; gap: 0.3rem; margin-top: 4px; }
.job-card-mini-title { font-size: 0.88rem; font-weight: 600; margin: 0.3rem 0; line-height: 1.3; }
.job-card-mini-loc { font-size: 0.78rem; color: #9CA3AF; }

@media (max-width: 560px) {
  .vacatures-subtitle { margin-top: 0.5rem; }
  main > h1:first-child { margin-top: 1.2rem; }
  .related-grid { grid-template-columns: 1fr; }
  .job-header h1 { font-size: 1.25rem; }
  .job-cta { display: block; text-align: center; }
  .job-info-grid { grid-template-columns: 7rem 1fr; padding: 0.8rem 1rem; }
}

/* ── Richtlijnen (guidelines overview) ────────────────── */
.richtlijnen-page { max-width: 860px; margin: 0 auto; padding-top: 1rem; padding-bottom: 3rem; }
.richtlijnen-hero { text-align: center; margin-bottom: 2rem; }
.richtlijnen-hero h1 { font-size: 1.9rem; color: var(--blue-900); margin-bottom: 0.75rem; }
.richtlijnen-lead { color: var(--gray-600); max-width: 640px; margin: 0 auto 1.25rem; line-height: 1.7; font-size: 1.05rem; }
.richtlijnen-stats { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.75rem; }
.richtlijnen-stats .stat { font-size: 0.85rem; font-weight: 600; color: var(--blue-800); padding: 0.35rem 1rem; background: var(--blue-50); border-radius: 20px; }

.richtlijnen-toc { margin-bottom: 2rem; padding: 1.25rem; background: var(--gray-50); border-radius: 10px; border: 1px solid var(--gray-200); }
.richtlijnen-toc h2 { font-size: 0.95rem; color: var(--gray-700); margin-bottom: 0.75rem; text-transform: uppercase; letter-spacing: 0.03em; }
.toc-pills { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.toc-pill { display: inline-block; padding: 0.35rem 0.85rem; background: var(--white); border: 1px solid var(--gray-300); border-radius: 20px; color: var(--blue-800); text-decoration: none; font-size: 0.85rem; font-weight: 500; transition: all 0.15s; }
.toc-pill:hover { background: var(--blue-800); color: var(--white); border-color: var(--blue-800); }

.richtlijnen-legend { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem; margin-bottom: 2rem; padding: 0.75rem 1rem; background: var(--gray-50); border-radius: 8px; font-size: 0.82rem; color: var(--gray-600); }

.rl-type { display: inline-block; padding: 0.15rem 0.55rem; border-radius: 4px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.02em; white-space: nowrap; }
.rl-esc { background: #115E59; color: #fff; }
.rl-nhg { background: #16803C; color: #fff; }
.rl-richtlijn { background: #7C3AED; color: #fff; }
.rl-leidraad { background: #D97706; color: #fff; }

.richtlijn-section { margin-bottom: 2.5rem; scroll-margin-top: 80px; }
.richtlijn-section h2 { font-size: 1.3rem; color: var(--blue-900); margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--blue-100); }

.richtlijn-cards { display: flex; flex-direction: column; gap: 0.75rem; }
.richtlijn-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 8px; padding: 1rem 1.25rem; transition: box-shadow 0.15s; }
.richtlijn-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.rl-card-header { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.5rem; flex-wrap: wrap; }
.rl-year { font-size: 0.82rem; color: var(--gray-500); font-weight: 500; }
.rl-badge { display: inline-block; padding: 0.15rem 0.55rem; background: var(--red-600); color: #fff; border-radius: 4px; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; }
.richtlijn-card h3 { font-size: 1.05rem; color: var(--gray-900); margin-bottom: 0.25rem; line-height: 1.4; }
.rl-original { font-size: 0.85rem; color: var(--gray-400); font-style: italic; margin-bottom: 0.25rem; }
.rl-org { font-size: 0.82rem; color: var(--blue-700); font-weight: 600; margin-bottom: 0.4rem; }
.rl-scope { font-size: 0.88rem; color: var(--gray-600); line-height: 1.55; margin-bottom: 0.5rem; }
.rl-links { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.rl-link { font-size: 0.82rem; color: var(--blue-600); text-decoration: none; font-weight: 500; padding: 0.25rem 0; }
.rl-link:hover { text-decoration: underline; }

.richtlijnen-footer-note { margin-top: 2rem; padding: 1.5rem; background: var(--gray-50); border-radius: 10px; border: 1px solid var(--gray-200); }
.richtlijnen-footer-note h2 { font-size: 1.1rem; color: var(--gray-800); margin-bottom: 0.75rem; }
.richtlijnen-footer-note p { font-size: 0.9rem; color: var(--gray-600); line-height: 1.6; margin-bottom: 0.5rem; }
.richtlijnen-footer-note p:last-child { margin-bottom: 0; }

/* ── Mensen (people profiles) ─────────────────────────── */
.mensen-page { max-width: 960px; padding-top: 1rem; padding-bottom: 3rem; }
.mensen-hero { text-align: center; margin-bottom: 1.5rem; }
.mensen-hero h1 { font-size: 1.9rem; color: var(--blue-900); margin-bottom: 0.75rem; }
.mensen-lead { color: var(--gray-600); max-width: 640px; margin: 0 auto 1rem; line-height: 1.7; font-size: 1.05rem; }
.mensen-stats { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.75rem; }
.mensen-stats .stat { font-size: 0.85rem; font-weight: 600; color: var(--blue-800); padding: 0.35rem 1rem; background: var(--blue-50); border-radius: 20px; }

.mensen-search { margin-bottom: 1.5rem; }
.mensen-search input { width: 100%; padding: 0.65rem 1rem; border: 1px solid var(--gray-300); border-radius: 8px; font-size: 0.95rem; outline: none; }
.mensen-search input:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(37,99,235,0.1); }

.mensen-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 0.75rem; }
.mensen-card { display: flex; gap: 0.75rem; align-items: center; padding: 0.75rem; border: 1px solid var(--gray-200); border-radius: 10px; text-decoration: none; transition: all 0.15s; }
.mensen-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.08); transform: translateY(-1px); }
.mensen-photo { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.mensen-initials { width: 48px; height: 48px; border-radius: 50%; background: var(--blue-100); color: var(--blue-800); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 700; flex-shrink: 0; }
.mensen-card-info { min-width: 0; }
.mensen-card-name { font-size: 0.88rem; font-weight: 600; color: var(--gray-900); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mensen-card-title { font-size: 0.75rem; color: var(--gray-500); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mensen-card-badges { display: flex; gap: 0.3rem; margin-top: 0.2rem; }
.mensen-badge { font-size: 0.68rem; font-weight: 600; padding: 0.1rem 0.45rem; border-radius: 4px; }
.mensen-badge-pub { background: var(--blue-50); color: var(--blue-800); }
.mensen-badge-vid { background: var(--red-50); color: var(--red-600); }

/* Detail page */
.mensen-detail { max-width: 860px; padding-top: 1rem; padding-bottom: 3rem; }
.back-to-mensen { margin-bottom: 1rem; }
.back-to-mensen a { font-size: 0.85rem; color: var(--gray-500); text-decoration: none; }
.back-to-mensen a:hover { color: var(--blue-600); }

.mensen-detail-header { display: flex; gap: 1.5rem; margin-bottom: 2rem; align-items: flex-start; }
.mensen-detail-photo { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; flex-shrink: 0; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.mensen-detail-initials { width: 100px; height: 100px; border-radius: 50%; background: var(--blue-100); color: var(--blue-800); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: 700; flex-shrink: 0; }
.mensen-detail-info h1 { font-size: 1.5rem; color: var(--blue-900); margin-bottom: 0.25rem; }
.mensen-detail-title { font-size: 0.95rem; color: var(--gray-600); margin-bottom: 0.25rem; }
.mensen-detail-stats { font-size: 0.88rem; color: var(--gray-500); margin-bottom: 0.5rem; }
.mensen-ext-links { display: flex; gap: 0.5rem; }
.mensen-ext { font-size: 0.82rem; font-weight: 600; padding: 0.3rem 0.75rem; border: 1px solid var(--gray-300); border-radius: 20px; color: var(--gray-600); text-decoration: none; transition: all 0.15s; }
.mensen-ext:hover { background: var(--blue-800); color: #fff; border-color: var(--blue-800); }

.mensen-section { margin-bottom: 2rem; }
.mensen-section h2 { font-size: 1.2rem; color: var(--gray-800); margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--blue-100); }
.mensen-prog-group { margin-bottom: 1.5rem; }
.mensen-prog-group h3 { font-size: 1rem; margin-bottom: 0.3rem; }
.mensen-prog-group h3 a { color: var(--blue-700); text-decoration: none; }
.mensen-prog-group h3 a:hover { text-decoration: underline; }
.mensen-ep-list { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 0.5rem; }
.mensen-ep-card { display: flex; gap: 0.75rem; padding: 0.5rem; border-radius: 8px; text-decoration: none; transition: background 0.15s; }
.mensen-ep-card:hover { background: var(--gray-50); }
.mensen-ep-thumb { width: 80px; height: 45px; border-radius: 4px; overflow: hidden; flex-shrink: 0; }
.mensen-ep-thumb img { width: 100%; height: 100%; object-fit: cover; }
.mensen-ep-info { flex: 1; }
.mensen-ep-title { font-size: 0.88rem; font-weight: 500; color: var(--gray-800); line-height: 1.3; }
.mensen-ep-dur { font-size: 0.75rem; color: var(--gray-400); }

.mensen-pub-list { display: flex; flex-direction: column; gap: 0; }
.mensen-pub-card { display: block; padding: 0.75rem 0; border-bottom: 1px solid var(--gray-100); text-decoration: none; transition: background 0.15s; }
.mensen-pub-card:hover { background: var(--gray-50); padding-left: 0.5rem; }
.mensen-pub-title { font-size: 0.9rem; font-weight: 500; color: var(--gray-800); line-height: 1.35; }
.mensen-pub-meta { font-size: 0.78rem; color: var(--gray-400); margin-top: 0.15rem; }

/* Author links on article pages */
.article-authors a { color: var(--blue-600); text-decoration: none; }
.article-authors a:hover { text-decoration: underline; }

@media (max-width: 640px) {
  .mensen-grid { grid-template-columns: 1fr; }
  .mensen-detail-header { flex-direction: column; gap: 1rem; }
  .mensen-detail-photo, .mensen-detail-initials { width: 80px; height: 80px; }
  .mensen-detail-initials { font-size: 1.4rem; }
}

/* ── Crosslinks (article ↔ kennis ↔ richtlijnen ↔ vacatures) ── */
.xl-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.xl-section { margin-bottom: 1rem; }
.xl-section h2 { font-size: 0.85rem; font-weight: 700; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 0.6rem; }
.xl-more { font-size: 0.8rem; color: var(--blue-600); text-decoration: none; font-weight: 600; display: inline-block; margin-top: 0.5rem; }
.xl-more:hover { text-decoration: underline; }

/* Kennis tiles */
.xl-kennis-grid { display: flex; flex-direction: column; gap: 0.5rem; }
.xl-kennis-tile { display: flex; align-items: stretch; text-decoration: none; border-radius: 8px; border: 1px solid var(--gray-200); overflow: hidden; transition: box-shadow 0.15s, transform 0.15s; }
.xl-kennis-tile:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.08); transform: translateY(-1px); }
.xl-kennis-accent { width: 4px; flex-shrink: 0; }
.xl-kennis-body { padding: 0.6rem 0.75rem; display: flex; flex-direction: column; gap: 0.15rem; }
.xl-kennis-type { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; }
.xl-kennis-title { font-size: 0.88rem; font-weight: 600; color: var(--gray-900); line-height: 1.3; }
.xl-kennis-group { font-size: 0.75rem; color: var(--gray-400); }

/* Richtlijn inline cards */
.xl-rl-grid { display: flex; flex-direction: column; gap: 0.5rem; }
.xl-rl-card { display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0.75rem; border: 1px solid var(--gray-200); border-radius: 8px; flex-wrap: wrap; text-decoration: none; transition: border-color 0.15s, box-shadow 0.15s; }
a.xl-rl-card:hover { border-color: var(--blue-600); box-shadow: 0 1px 4px rgba(27,73,101,0.1); }
.xl-rl-title { font-size: 0.85rem; font-weight: 600; color: var(--gray-800); }
.xl-rl-meta { font-size: 0.75rem; color: var(--gray-400); }
.xl-rl-ext { color: var(--blue-600); font-weight: 500; }

/* Vacatures compact bar */
.xl-section-compact { margin-bottom: 1.25rem; }
.xl-vac-link { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 1rem; background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 8px; text-decoration: none; transition: all 0.15s; }
.xl-vac-link:hover { background: var(--white); box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.xl-vac-count { font-size: 1.5rem; font-weight: 800; color: var(--blue-800); line-height: 1; min-width: 2.5rem; text-align: center; }
.xl-vac-body { flex: 1; }
.xl-vac-label { display: block; font-size: 0.88rem; font-weight: 600; color: var(--gray-800); }
.xl-vac-hint { display: block; font-size: 0.78rem; color: var(--gray-400); margin-top: 0.1rem; }
.xl-vac-arrow { font-size: 1.2rem; color: var(--gray-400); }

/* Kennis detail: news crosslinks */
.kennis-news .cross-links-grid { margin-top: 0.5rem; }

@media (max-width: 640px) {
  .xl-row { grid-template-columns: 1fr; }
}

/* ── Podcasts ─────────────────────────────────────────── */
.podcasts-page { max-width: 860px; margin: 0 auto; padding-top: 1rem; padding-bottom: 3rem; }
.podcasts-hero { text-align: center; margin-bottom: 2rem; }
.podcasts-hero h1 { font-size: 1.9rem; color: var(--blue-900); margin-bottom: 0.75rem; }
.podcasts-lead { color: var(--gray-600); max-width: 640px; margin: 0 auto 1.25rem; line-height: 1.7; font-size: 1.05rem; }
.podcasts-stats { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.75rem; }
.podcasts-stats .stat { font-size: 0.85rem; font-weight: 600; color: var(--blue-800); padding: 0.35rem 1rem; background: var(--blue-50); border-radius: 20px; }

.pod-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px; padding: 1.25rem; margin-bottom: 1.25rem; transition: box-shadow 0.15s; }
.pod-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.pod-card-header { display: flex; gap: 1.25rem; }
.pod-card-art { width: 120px; height: 120px; border-radius: 12px; object-fit: cover; flex-shrink: 0; }
.pod-card-info { flex: 1; min-width: 0; }
.pod-card-badges { display: flex; gap: 0.4rem; align-items: center; margin-bottom: 0.35rem; }
.pod-lang { font-size: 0.7rem; font-weight: 700; padding: 0.15rem 0.5rem; border-radius: 4px; }
.pod-lang-nl { background: #ff8500; color: #fff; }
.pod-lang-en { background: var(--blue-800); color: #fff; }
.pod-freq { font-size: 0.75rem; color: var(--gray-500); }
.pod-aud { font-size: 0.75rem; color: var(--gray-400); }
.pod-card h2 { font-size: 1.15rem; margin-bottom: 0.2rem; }
.pod-card h2 a { color: var(--gray-900); text-decoration: none; }
.pod-card h2 a:hover { color: var(--blue-700); }
.pod-card-pub { font-size: 0.82rem; color: var(--gray-500); margin-bottom: 0.35rem; }
.pod-card-desc { font-size: 0.88rem; color: var(--gray-600); line-height: 1.55; margin-bottom: 0.5rem; }

.pod-platforms { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.pod-platform { font-size: 0.78rem; font-weight: 600; padding: 0.3rem 0.75rem; border: 1px solid var(--gray-300); border-radius: 20px; color: var(--gray-600); text-decoration: none; transition: all 0.15s; }
.pod-platform:hover { background: var(--blue-800); color: #fff; border-color: var(--blue-800); }
.pod-platform-more { border-color: var(--blue-600); color: var(--blue-600); }
.pod-platform-more:hover { background: var(--blue-600); }

/* Latest episode on hub card */
.pod-latest { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--gray-100); }
.pod-latest-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--red-600); margin-bottom: 0.5rem; }
.pod-ep-row { display: flex; gap: 1rem; }
.pod-ep-thumb { width: 80px; height: 80px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.pod-ep-body { flex: 1; min-width: 0; }
.pod-ep-body h3 { font-size: 0.95rem; color: var(--gray-900); margin-bottom: 0.2rem; line-height: 1.3; }
.pod-ep-meta { font-size: 0.78rem; color: var(--gray-500); margin-bottom: 0.3rem; }
.pod-ep-desc { font-size: 0.85rem; color: var(--gray-600); line-height: 1.5; }

/* Audio player */
.pod-play-btn { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.4rem 1rem; background: var(--blue-800); color: #fff; border: none; border-radius: 20px; font-size: 0.8rem; font-weight: 600; cursor: pointer; margin-top: 0.4rem; transition: background 0.15s; }
.pod-play-btn:hover { background: var(--blue-900); }
audio { border-radius: 8px; height: 36px; }

/* Podcast detail page */
.pod-detail-page { max-width: 860px; padding-top: 1rem; padding-bottom: 3rem; }
.back-to-pods { margin-bottom: 1rem; }
.back-to-pods a { font-size: 0.85rem; color: var(--gray-500); text-decoration: none; font-weight: 500; }
.back-to-pods a:hover { color: var(--blue-600); }

.pod-detail-header { display: flex; gap: 1.5rem; margin-bottom: 2rem; }
.pod-detail-art { width: 160px; height: 160px; border-radius: 16px; object-fit: cover; flex-shrink: 0; box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.pod-detail-info { flex: 1; }
.pod-detail-info h1 { font-size: 1.6rem; color: var(--blue-900); margin-bottom: 0.3rem; }
.pod-detail-pub { font-size: 0.9rem; color: var(--gray-500); margin-bottom: 0.25rem; }
.pod-detail-hosts { font-size: 0.88rem; color: var(--gray-600); margin-bottom: 0.5rem; }
.pod-detail-desc { font-size: 0.95rem; color: var(--gray-700); line-height: 1.6; margin-bottom: 0.75rem; }

.pod-episodes-heading { font-size: 1.2rem; color: var(--gray-800); margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--blue-100); }
.pod-ep-count { font-size: 0.85rem; font-weight: 400; color: var(--gray-400); margin-left: 0.3rem; }

.pod-episodes-list { display: flex; flex-direction: column; gap: 0; }
.pod-episode { display: flex; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--gray-100); }
.pod-episode:first-child { padding-top: 0; }
.pod-ep-art { width: 100px; height: 100px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.pod-ep-content { flex: 1; min-width: 0; }
.pod-ep-content h3 { font-size: 1rem; color: var(--gray-900); margin-bottom: 0.2rem; line-height: 1.35; }
.pod-ep-link { font-size: 0.8rem; color: var(--blue-600); text-decoration: none; display: inline-block; margin-top: 0.3rem; }
.pod-ep-link:hover { text-decoration: underline; }

.podcasts-footer-note { margin-top: 2rem; padding: 1.5rem; background: var(--gray-50); border-radius: 10px; border: 1px solid var(--gray-200); }
.podcasts-footer-note h2 { font-size: 1.1rem; color: var(--gray-800); margin-bottom: 0.75rem; }
.podcasts-footer-note p { font-size: 0.9rem; color: var(--gray-600); line-height: 1.6; margin-bottom: 0.5rem; }

@media (max-width: 640px) {
  .podcasts-hero h1 { font-size: 1.5rem; }
  .pod-card-header { flex-direction: column; gap: 0.75rem; }
  .pod-card-art { width: 80px; height: 80px; }
  .pod-ep-row { flex-direction: column; gap: 0.5rem; }
  .pod-ep-thumb { width: 100%; height: auto; max-height: 200px; }
  .pod-detail-header { flex-direction: column; gap: 1rem; }
  .pod-detail-art { width: 120px; height: 120px; }
  .pod-episode { flex-direction: column; gap: 0.5rem; }
  .pod-ep-art { width: 100%; height: auto; max-height: 200px; }
}

/* ── Agenda (events calendar) ─────────────────────────── */
.agenda-page { max-width: 860px; margin: 0 auto; padding-top: 1rem; padding-bottom: 3rem; }
.agenda-hero { text-align: center; margin-bottom: 2rem; }
.agenda-hero h1 { font-size: 1.9rem; color: var(--blue-900); margin-bottom: 0.75rem; }
.agenda-lead { color: var(--gray-600); max-width: 640px; margin: 0 auto 1.25rem; line-height: 1.7; font-size: 1.05rem; }
.agenda-stats { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.25rem; }
.agenda-stats .stat { font-size: 0.85rem; font-weight: 600; color: var(--blue-800); padding: 0.35rem 1rem; background: var(--blue-50); border-radius: 20px; }
.agenda-ical-bar { margin-top: 1rem; }
.ical-button { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.65rem 1.5rem; background: var(--blue-800); color: #fff; text-decoration: none; border-radius: 8px; font-size: 0.9rem; font-weight: 600; transition: background 0.15s; }
.ical-button:hover { background: var(--blue-900); }
.ical-button svg { flex-shrink: 0; }

.agenda-toc { margin-bottom: 1.5rem; padding: 1rem 1.25rem; background: var(--gray-50); border-radius: 10px; border: 1px solid var(--gray-200); }
.agenda-legend { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; margin-bottom: 2rem; font-size: 0.82rem; color: var(--gray-600); }

.ag-type { display: inline-block; padding: 0.15rem 0.6rem; border-radius: 4px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.02em; color: #fff; background: var(--ag-c); white-space: nowrap; }

.agenda-month { margin-bottom: 2.5rem; scroll-margin-top: 80px; }
.agenda-month h2 { font-size: 1.3rem; color: var(--blue-900); margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--blue-100); }
.agenda-events { display: flex; flex-direction: column; gap: 0.85rem; }

.agenda-card { display: flex; gap: 1rem; background: var(--white); border: 1px solid var(--gray-200); border-radius: 10px; padding: 1rem 1.25rem; transition: box-shadow 0.15s, transform 0.15s; }
.agenda-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); transform: translateY(-1px); }
.agenda-highlight { border-left: 4px solid var(--red-600); }
.agenda-past { opacity: 0.55; }

.ag-date-block { flex-shrink: 0; min-width: 56px; text-align: center; padding-top: 0.25rem; white-space: nowrap; }
.ag-day { display: block; font-size: 1.5rem; font-weight: 800; color: var(--ag-c); line-height: 1.1; }
.ag-month { display: block; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--gray-500); margin-top: 0.15rem; }

.ag-card-body { flex: 1; min-width: 0; }
.ag-card-header { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.35rem; flex-wrap: wrap; }
.ag-accr { font-size: 0.75rem; color: var(--gray-500); font-weight: 500; }
.agenda-card h3 { font-size: 1.05rem; color: var(--gray-900); line-height: 1.35; margin-bottom: 0.3rem; }
.ag-location { font-size: 0.85rem; color: var(--blue-700); font-weight: 500; margin-bottom: 0.25rem; }
.ag-org { font-size: 0.8rem; color: var(--gray-500); margin-bottom: 0.35rem; display: flex; align-items: center; gap: 0.4rem; }
.ag-org-logo { height: 18px; width: auto; opacity: 0.7; }
.ag-desc { font-size: 0.88rem; color: var(--gray-600); line-height: 1.55; margin-bottom: 0.5rem; }
.ag-price { font-size: 0.82rem; color: var(--gray-500); font-weight: 500; margin-bottom: 0.4rem; }
.ag-actions { display: flex; align-items: center; gap: 1rem; }
.ag-link { font-size: 0.85rem; color: var(--blue-600); text-decoration: none; font-weight: 600; }
.ag-link:hover { text-decoration: underline; }
.ag-ical { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.78rem; color: var(--gray-500); text-decoration: none; padding: 0.2rem 0.6rem; border: 1px solid var(--gray-300); border-radius: 5px; transition: all 0.15s; }
.ag-ical:hover { background: var(--blue-800); color: #fff; border-color: var(--blue-800); }

.agenda-organisers { margin-top: 2.5rem; margin-bottom: 2rem; }
.agenda-organisers h2 { font-size: 1.2rem; color: var(--gray-800); margin-bottom: 1rem; }
.ag-org-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 0.75rem; }
.ag-org-tile { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.4rem; padding: 1rem 0.75rem; background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 8px; text-decoration: none; transition: all 0.15s; min-height: 80px; }
.ag-org-tile:hover { background: var(--white); box-shadow: 0 2px 8px rgba(0,0,0,0.08); transform: translateY(-1px); }
.ag-org-grid-logo { max-height: 28px; max-width: 100px; object-fit: contain; }
.ag-org-grid-name { font-size: 0.82rem; font-weight: 600; color: var(--gray-700); text-align: center; }
.ag-org-count { font-size: 0.72rem; color: var(--gray-400); }

.agenda-footer-note { margin-top: 2rem; padding: 1.5rem; background: var(--gray-50); border-radius: 10px; border: 1px solid var(--gray-200); }
.agenda-footer-note h2 { font-size: 1.1rem; color: var(--gray-800); margin-bottom: 0.75rem; }
.agenda-footer-note p { font-size: 0.9rem; color: var(--gray-600); line-height: 1.6; margin-bottom: 0.5rem; }
.agenda-footer-note p:last-child { margin-bottom: 0; }

@media (max-width: 640px) {
  .agenda-hero h1 { font-size: 1.5rem; }
  .agenda-card { flex-direction: column; gap: 0.5rem; }
  .ag-date-block { width: auto; display: flex; align-items: baseline; gap: 0.5rem; }
  .ag-day { font-size: 1.2rem; }
  .ag-org-grid { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
}

@media (max-width: 640px) {
  .richtlijnen-hero h1 { font-size: 1.5rem; }
  .richtlijnen-stats { gap: 0.5rem; }
  .richtlijnen-stats .stat { font-size: 0.78rem; padding: 0.3rem 0.75rem; }
  .toc-pill { font-size: 0.8rem; padding: 0.3rem 0.7rem; }
  .richtlijn-card { padding: 0.85rem 1rem; }
}
.rl-guideline { background: #115E59; color: #fff; }
