/* ==========================================================================
   a força — huisstijl
   Kleuren en typografie overgenomen uit het oorspronkelijke Divi child-theme.
   ========================================================================== */

:root {
  --ink:      #73707a;   /* body + h1 */
  --ink-soft: #8a8690;   /* h3 */
  --accent:   #b4acb1;   /* h2, banden, topbar, footer */
  --accent-d: #9d949a;   /* hover op accent */
  --link:     #3e0199;
  --link-h:   #5a1fd1;
  --paper:    #f5f5f5;   /* pagina-achtergrond */
  --white:    #ffffff;
  --line:     rgba(115,112,122,.16);
  --shadow:   0 2px 18px rgba(115,112,122,.10);
  --shadow-h: 0 10px 30px rgba(115,112,122,.18);

  --sans:  'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --head:  'Nunito', var(--sans);
  --serif: 'Belleza', var(--head);

  --wrap:  1180px;
  --gutter: 5.5%;
  --radius: 4px;
  --divider-h: 52px;   /* hoogte van de diagonaal; was 100px op WordPress */
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 17px/1.7 var(--sans);
  overflow-x: hidden;
}
img, svg, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.2em 0; }

/* ---------- typografie ---------- */
h1, h2, h3, h4, h5, h6 { margin: 0 0 .55em; font-family: var(--head); }
h1 { font-weight: 700; font-size: 40px; color: var(--ink); line-height: 1.25; }
h2 { font-weight: 400; font-size: 26px; color: var(--accent); line-height: 1.3; letter-spacing: .01em; }
h3 { font-weight: 600; font-size: 20px; color: var(--ink-soft); font-style: italic; line-height: 1.4; }
h4 { font-weight: 600; font-size: 18px; color: var(--ink); }
h5, h6 { font-weight: 600; font-size: 16px; color: var(--ink-soft); text-transform: none; letter-spacing: .02em; }
h6 { font-style: italic; }
p { margin: 0 0 1.15em; }
p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }
ul, ol { margin: 0 0 1.15em; padding-left: 1.35em; }
li { margin-bottom: .4em; }
strong, b { font-weight: 700; color: var(--ink); }
em, i { font-style: italic; }
blockquote {
  margin: 1.5em 0; padding: .2em 0 .2em 1.2em;
  border-left: 3px solid var(--accent);
  font-style: italic; color: var(--ink-soft);
}
a { color: var(--link); font-weight: 700; text-decoration: none; }
a:hover, a:focus-visible { color: var(--link-h); text-decoration: underline; }
:focus-visible { outline: 3px solid var(--link); outline-offset: 2px; border-radius: 2px; }

table { width: 100%; border-collapse: collapse; margin: 0 0 1.4em; font-size: .95em; }
th, td { padding: .65em .8em; border: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: rgba(180,172,177,.18); font-weight: 700; font-family: var(--head); }

/* op de accentband draait het contrast om */
.band--accent { --ink: #ffffff; --ink-soft: rgba(255,255,255,.88); --link: #ffffff; --link-h: #ffffff; }
.band--accent h1, .band--accent h2, .band--accent h3, .band--accent h4,
.band--accent h5, .band--accent h6, .band--accent p, .band--accent li,
.band--accent strong { color: #fff; }
.band--accent h2 { color: #fff; }
.band--accent a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- hulpmiddelen ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 24px; }
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--white); color: var(--link); padding: 12px 20px;
  font-weight: 700; border-radius: 0 0 var(--radius) 0;
}
.skip:focus { left: 0; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ==========================================================================
   Topbar
   ========================================================================== */
.topbar { background: var(--accent); color: #fff; font-size: 15px; }
.topbar .wrap { display: flex; align-items: center; justify-content: flex-end; gap: 26px; min-height: 44px; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 400; display: inline-flex; align-items: center; gap: 8px; }
.topbar a:hover { text-decoration: underline; }
.topbar svg { width: 17px; height: 17px; fill: currentColor; flex: none; }
.topbar__social { display: flex; gap: 14px; margin-left: 4px; }
.topbar__social a { padding: 4px; }

/* ==========================================================================
   Header + navigatie
   ========================================================================== */
.site-header {
  background: var(--white);
  position: sticky; top: 0; z-index: 200;
  box-shadow: 0 1px 0 rgba(115,112,122,.10);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  min-height: 92px; transition: min-height .2s ease;
}
.site-header.is-stuck .wrap { min-height: 68px; }
.brand { display: inline-flex; align-items: center; flex: none; }
.brand img { width: 74px; height: 74px; transition: width .2s ease, height .2s ease; }
.site-header.is-stuck .brand img { width: 54px; height: 54px; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; }
.nav li { margin: 0; position: relative; }
.nav > ul > li > a, .nav > ul > li > button {
  display: block; padding: 12px 13px;
  font: 700 15px/1.2 var(--head); color: var(--accent);
  background: none; border: 0; cursor: pointer; letter-spacing: .01em;
}
.nav > ul > li > a:hover, .nav > ul > li > button:hover,
.nav > ul > li > a:focus-visible, .nav > ul > li > button:focus-visible { color: var(--ink); text-decoration: none; }
.nav a[aria-current="page"], .nav li.is-active > a { color: var(--ink); }
.nav a[aria-current="page"]::after, .nav li.is-active > a::after {
  content: ""; display: block; height: 2px; background: var(--accent); margin-top: 4px;
}
.has-sub > button::after {
  content: ""; display: inline-block; width: .42em; height: .42em; margin-left: .5em;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}
.nav .sub {
  position: absolute; top: 100%; left: 0; min-width: 240px;
  background: var(--white); box-shadow: var(--shadow); border-top: 3px solid var(--accent);
  padding: 8px 0; display: none; flex-direction: column; align-items: stretch; gap: 0;
}
.nav li:hover > .sub, .nav li:focus-within > .sub, .nav .sub[data-open="true"] { display: flex; }
.nav .sub a {
  display: block; padding: 10px 20px;
  font: 400 15px/1.4 var(--sans); color: var(--ink);
}
.nav .sub a:hover, .nav .sub a:focus-visible { background: var(--paper); color: var(--link); text-decoration: none; }

/* taalkiezer — staat in de topbar, in een eigen strook boven het menu */
.langs {
  display: flex; align-items: center; gap: 2px;
  margin-left: 6px; padding-left: 18px;
  border-left: 1px solid rgba(255,255,255,.34);
}
.langs a {
  padding: 5px 9px; font: 700 13px/1 var(--head); color: #fff;
  text-transform: uppercase; letter-spacing: .06em; border-radius: var(--radius);
}
.langs a:hover, .langs a:focus-visible { text-decoration: none; background: rgba(255,255,255,.18); }
.langs a[aria-current="true"] { color: var(--accent); background: #fff; }

/* mobiel menu */
.burger {
  display: none; flex: none; width: 46px; height: 46px; padding: 11px;
  background: none; border: 0; cursor: pointer; color: var(--accent);
}
.burger span { display: block; height: 2px; background: currentColor; margin: 5px 0; border-radius: 2px; transition: transform .2s, opacity .2s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 980px) {
  .burger { display: block; }
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(340px, 88vw);
    background: var(--white); box-shadow: -4px 0 30px rgba(0,0,0,.16);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 84px 0 40px; overflow-y: auto;
    transform: translateX(100%); transition: transform .25s ease; z-index: 300;
  }
  .nav[data-open="true"] { transform: none; }
  .nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav > ul > li > a, .nav > ul > li > button {
    padding: 14px 26px; font-size: 17px; width: 100%; text-align: left;
    border-bottom: 1px solid var(--line);
  }
  .has-sub > button { display: flex !important; align-items: center; justify-content: space-between; }
  .nav .sub {
    position: static; display: none; box-shadow: none; border-top: 0;
    background: var(--paper); padding: 4px 0;
  }
  .nav .sub[data-open="true"] { display: flex; }
  .nav li:hover > .sub, .nav li:focus-within > .sub { display: none; }
  .nav .sub[data-open="true"] { display: flex; }
  .nav .sub a { padding: 11px 40px; }
  .nav-scrim {
    position: fixed; inset: 0; background: rgba(115,112,122,.45);
    opacity: 0; visibility: hidden; transition: opacity .25s; z-index: 250;
  }
  .nav-scrim[data-open="true"] { opacity: 1; visibility: visible; }
}

/* ==========================================================================
   Secties + diagonale scheidingen (de Divi-look)
   ========================================================================== */
.band { position: relative; background: var(--paper); }
.band__inner { position: relative; z-index: 2; padding-block: 58px; }
.band--tight .band__inner { padding-block: 30px; }
.band--accent { background: var(--accent); }
.band--white  { background: var(--white); }

.band__divider {
  position: absolute; left: 0; width: 100%; height: var(--divider-h);
  z-index: 1; pointer-events: none; line-height: 0;
}
.band__divider--top    { top: 0; }
.band__divider--bottom { bottom: 0; }
.band__divider svg { display: block; width: 100%; height: 100%; }

/* inhoud vrijhouden van een zichtbare diagonaal */
.band--divtop .band__inner { padding-top:    calc(58px + var(--divider-h) * .62); }
.band--divbot .band__inner { padding-bottom: calc(58px + var(--divider-h) * .62); }
.band--tight.band--divtop .band__inner { padding-top:    calc(24px + var(--divider-h) * .62); }
.band--tight.band--divbot .band__inner { padding-bottom: calc(24px + var(--divider-h) * .62); }

/* de kop van een schuin paneel staat gecentreerd; op doorlopende
   documenten (voorwaarden, privacy) blijft alles links staan */
body:not(.doc) .band .row--4_4 > .col > h2 { text-align: center; }

/* achtergrondafbeelding-secties */
.band--image {
  background-size: cover; background-position: center; background-repeat: no-repeat;
  --img-pad: 100px;   /* een fotostrook houdt zijn hoogte, ook zonder tekst */
}
.band--image .band__inner { padding-block: var(--img-pad); }
.band--image.band--divtop .band__inner { padding-top:    calc(var(--img-pad) + var(--divider-h) * .62); }
.band--image.band--divbot .band__inner { padding-bottom: calc(var(--img-pad) + var(--divider-h) * .62); }
.band--image::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.42));
}

/* ---------- rijen en kolommen ---------- */
.row { display: grid; gap: 40px; align-items: start; }
.row + .row { margin-top: 46px; }
.row--4_4 { grid-template-columns: 1fr; }
.row--1_2 { grid-template-columns: 1fr 1fr; }
.row--1_3 { grid-template-columns: repeat(3, 1fr); }
.row--1_4 { grid-template-columns: repeat(4, 1fr); }
.row--2_5 { grid-template-columns: 2fr 3fr; }
.row--3_5 { grid-template-columns: 3fr 2fr; }
.row--2_3 { grid-template-columns: 2fr 1fr; }
.row--1_3_2_3 { grid-template-columns: 1fr 2fr; }
.col > * + * { margin-top: 1.4em; }

@media (max-width: 980px) {
  .row { gap: 34px; }
  .row--1_3, .row--1_4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .row, .row--1_2, .row--1_3, .row--1_4, .row--2_5, .row--3_5, .row--2_3, .row--1_3_2_3 {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative; display: grid; place-items: center;
  min-height: clamp(320px, 46vw, 560px);
  background-size: cover; background-position: center; background-repeat: no-repeat;
  text-align: center; overflow: hidden;
}
.hero--plain { min-height: auto; background: var(--paper); }
.hero--divtop .hero__inner { padding-top:    calc(70px + var(--divider-h) * .62); }
.hero--divbot .hero__inner { padding-bottom: calc(70px + var(--divider-h) * .62); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.44) 100%);
}
.hero--plain::before { display: none; }
.hero__inner { position: relative; z-index: 2; padding: 70px 24px; max-width: 860px; }
.hero h1, .hero .h1 {
  color: #fff; font-size: clamp(28px, 4.4vw, 46px); margin-bottom: .35em;
  text-shadow: 0 2px 22px rgba(0,0,0,.4);
}
.hero p { color: #fff; font-size: clamp(16px, 1.6vw, 20px); text-shadow: 0 1px 14px rgba(0,0,0,.45); }
.hero--plain h1 { color: var(--ink); text-shadow: none; }
.hero--plain p { color: var(--ink); text-shadow: none; }
.hero__buttons { margin-top: 26px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ==========================================================================
   Knoppen
   ========================================================================== */
.btn {
  display: inline-block; padding: 13px 26px;
  font: 700 15px/1.3 var(--head); letter-spacing: .04em;
  color: var(--accent); background: transparent;
  border: 2px solid var(--accent); border-radius: var(--radius);
  text-decoration: none; cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn:hover, .btn:focus-visible {
  background: var(--accent); color: #fff; text-decoration: none; transform: translateY(-1px);
}
.btn--solid { background: var(--accent); color: #fff; }
.btn--solid:hover, .btn--solid:focus-visible { background: var(--accent-d); border-color: var(--accent-d); color: #fff; }
.btn--onimage { border-color: #fff; color: #fff; background: rgba(255,255,255,.10); backdrop-filter: blur(2px); }
.btn--onimage:hover, .btn--onimage:focus-visible { background: #fff; color: var(--ink); }
.band--accent .btn { border-color: #fff; color: #fff; }
.band--accent .btn:hover, .band--accent .btn:focus-visible { background: #fff; color: var(--accent); }
.btnwrap { margin-top: 1.5em; }
.btnwrap--center { text-align: center; }
.btnwrap--right  { text-align: right; }

/* ==========================================================================
   Modules
   ========================================================================== */
.figure { margin: 0; }
.figure img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.figure--center { text-align: center; }
.figure figcaption { margin-top: .6em; font-size: 15px; font-style: italic; color: var(--ink-soft); }

/* accordeon / toggles */
.toggle { border-bottom: 1px solid var(--line); background: transparent; }
.band--accent .toggle { border-bottom-color: rgba(255,255,255,.34); }
.toggle > summary {
  display: flex; align-items: flex-start; gap: 14px; cursor: pointer;
  padding: 17px 0; list-style: none;
  font: 700 17px/1.5 var(--sans); color: var(--ink);
}
.toggle > summary::-webkit-details-marker { display: none; }
.toggle > summary::after {
  content: ""; flex: none; width: 11px; height: 11px; margin-left: auto; margin-top: .45em;
  border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent);
  transform: rotate(45deg); transition: transform .22s ease;
}
.band--accent .toggle > summary::after { border-color: #fff; }
.toggle[open] > summary::after { transform: rotate(-135deg); }
.toggle > summary:hover { color: var(--link); }
.band--accent .toggle > summary { color: #fff; }
.toggle__body { padding: 0 0 20px; }
.toggle__body > *:last-child { margin-bottom: 0; }

/* testimonials */
.quote {
  background: var(--white); border-radius: var(--radius); padding: 30px 28px;
  box-shadow: var(--shadow); height: 100%;
  display: flex; flex-direction: column; gap: 14px;
}
.quote__body { font-style: italic; font-size: 16px; line-height: 1.8; color: var(--ink); }
.quote__body p:last-child { margin-bottom: 0; }
.quote__author { margin-top: auto; font: 700 15px/1.4 var(--head); color: var(--accent); font-style: normal; }
.quote__meta { font-size: 14px; color: var(--ink-soft); font-style: normal; }

/* call-to-action-blok */
.cta { background: var(--white); border-radius: var(--radius); padding: 32px 30px; box-shadow: var(--shadow); }
.band--accent .cta { background: rgba(255,255,255,.12); box-shadow: none; }

/* video / embeds */
.embed { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.calendly-inline-widget { min-width: 320px; height: 700px; }

/* ==========================================================================
   Kruimelpad
   ========================================================================== */
.crumbs { background: var(--white); border-bottom: 1px solid var(--line); font-size: 14px; }
.crumbs ol { list-style: none; margin: 0; padding: 12px 0; display: flex; flex-wrap: wrap; gap: 8px; }
.crumbs li { margin: 0; display: flex; align-items: center; gap: 8px; color: var(--ink-soft); }
.crumbs li + li::before { content: "›"; color: var(--accent); }
.crumbs a { font-weight: 400; color: var(--ink-soft); }
.crumbs a:hover { color: var(--link); }
.crumbs [aria-current="page"] { color: var(--ink); font-weight: 700; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--accent); color: #fff; margin-top: 0; }
.site-footer a { color: #fff; font-weight: 400; }
.site-footer a:hover { text-decoration: underline; }
.site-footer .wrap { padding-block: 52px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.site-footer h2 { color: #fff; font-size: 19px; margin-bottom: .8em; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .55em; }
.site-footer p { color: #fff; font-size: 16px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 10px; }
.footer-contact svg { width: 17px; height: 17px; fill: currentColor; flex: none; }
.footer-social { display: flex; gap: 16px; margin-top: 18px; }
.footer-social a {
  width: 40px; height: 40px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.5); border-radius: 50%;
  transition: background-color .18s, color .18s;
}
.footer-social a:hover { background: #fff; color: var(--accent); }
.footer-social svg { width: 18px; height: 18px; fill: currentColor; }
.footer-bottom {
  margin-top: 44px; border-top: 1px solid rgba(255,255,255,.3);
  padding-block: 20px; font-size: 14px;
  display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; justify-content: space-between;
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ==========================================================================
   404
   ========================================================================== */
.nf { text-align: center; padding-block: 90px; }
.nf ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 26px; }

/* ==========================================================================
   Responsief typografieschema (identiek aan het origineel)
   ========================================================================== */
@media (max-width: 980px) {
  h1 { font-size: 32px; }
  h2 { font-size: 22px; }
  h3 { font-size: 18px; }
  body, p { font-size: 15px; }
  .band__inner { padding-block: 46px; }
  .band--divtop .band__inner { padding-top:    calc(46px + var(--divider-h) * .62); }
  .band--divbot .band__inner { padding-bottom: calc(46px + var(--divider-h) * .62); }
  :root { --divider-h: 40px; }
}
@media (max-width: 767px) {
  h1 { font-size: 26px; }
  h2 { font-size: 19px; }
  h3 { font-size: 17px; }
  body, p { font-size: 14px; }
  .band__inner { padding-block: 38px; }
  .band--divtop .band__inner { padding-top:    calc(38px + var(--divider-h) * .62); }
  .band--divbot .band__inner { padding-bottom: calc(38px + var(--divider-h) * .62); }
  .band--image { --img-pad: 60px; }
  :root { --divider-h: 28px; }
  .topbar .wrap { justify-content: center; gap: 16px; font-size: 13px; }
  .langs { border-left: 0; padding-left: 0; margin-left: 0; }
}

/* ==========================================================================
   Printen
   ========================================================================== */
@media print {
  .topbar, .site-header, .site-footer, .crumbs, .band__divider, .nav-scrim { display: none !important; }
  body { background: #fff; font-size: 11pt; }
  .band, .band--accent { background: #fff !important; }
  .band--accent { --ink: #000; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .85em; color: #555; }
}

/* een verlaagde tweede titel behoudt het uiterlijk van een h1 */
.h1-look {
  font-weight: 700; font-size: 40px; color: var(--ink);
  line-height: 1.25; letter-spacing: 0;
}
.band--accent .h1-look { color: #fff; }
@media (max-width: 980px) { .h1-look { font-size: 32px; } }
@media (max-width: 767px) { .h1-look { font-size: 26px; } }

/* ==========================================================================
   Agenda-knop — de belangrijkste actie op elke pagina
   ========================================================================== */
.cta-icon-wrap { display: grid; place-items: center; padding-block: 10px; }
.cta-icon {
  display: grid; place-items: center; gap: 10px;
  color: var(--accent); text-decoration: none; font-weight: 400;
  padding: 14px 18px; border-radius: var(--radius);
  transition: color .18s ease, transform .18s ease, background-color .18s ease;
}
.cta-icon svg { width: 96px; height: 96px; fill: currentColor; display: block; }
.cta-icon__label {
  font: 700 14px/1.3 var(--head); letter-spacing: .04em;
  text-align: center; max-width: 20ch; color: var(--ink-soft);
}
.cta-icon:hover, .cta-icon:focus-visible {
  color: var(--ink); text-decoration: none; transform: translateY(-2px);
  background: rgba(180,172,177,.12);
}
.cta-icon:hover .cta-icon__label, .cta-icon:focus-visible .cta-icon__label { color: var(--ink); }
.band--accent .cta-icon { color: #fff; }
.band--accent .cta-icon__label { color: rgba(255,255,255,.9); }
.band--accent .cta-icon:hover { background: rgba(255,255,255,.14); }
@media (max-width: 767px) { .cta-icon svg { width: 72px; height: 72px; } }

/* ==========================================================================
   Toestemmingspoort — YouTube en Calendly laden pas na een klik
   ========================================================================== */
.embed-gate {
  position: relative; width: 100%;
  background: var(--sunken, rgba(180,172,177,.14));
  border: 1px solid var(--line); border-radius: var(--radius);
  display: grid; place-items: center; overflow: hidden;
}
.embed-gate--video { aspect-ratio: 16/9; }
.embed-gate--cal   { min-height: 640px; }
.embed-gate__card {
  display: grid; gap: 12px; justify-items: center;
  text-align: center; padding: 28px 24px; max-width: 46ch;
}
.embed-gate__title { font: 600 17px/1.35 var(--head); color: var(--ink); margin: 0; }
.embed-gate__note  { font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); margin: 0; }
.embed-gate__load  { margin-top: 2px; }
.embed-gate__remember {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; color: var(--ink-soft); cursor: pointer;
}
.embed-gate__remember input { accent-color: var(--accent); width: 15px; height: 15px; }
.embed-gate__alt { margin: 0; font-size: 13.5px; }
.embed-gate__alt a { font-weight: 400; }
.embed-gate.is-loaded { background: none; border: 0; display: block; }
.embed-gate.is-loaded iframe { width: 100%; height: 100%; border: 0; display: block; }
.embed-gate--cal.is-loaded iframe { min-height: 700px; }
.band--accent .embed-gate { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.34); }
.band--accent .embed-gate__title { color: #fff; }
.band--accent .embed-gate__note, .band--accent .embed-gate__remember { color: rgba(255,255,255,.9); }

/* ==========================================================================
   Auteursregel en datum van laatste herziening
   ========================================================================== */
.byline {
  display: grid; grid-template-columns: auto 1fr auto; gap: 14px 16px;
  align-items: center; padding-block: 26px;
  border-top: 1px solid var(--line);
  font-size: 14.5px; color: var(--ink-soft);
}
.byline--bare { grid-template-columns: 1fr; justify-items: end; }
.byline p { margin: 0; }
.byline__avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--white); }
.byline__who { color: var(--ink); }
.byline__who a { font-weight: 700; }
.byline__creds { font-size: 13px; color: var(--ink-faint, var(--ink-soft)); margin-top: 2px !important; }
.byline__date { font-size: 13px; color: var(--ink-soft); white-space: nowrap; }
@media (max-width: 620px) {
  .byline { grid-template-columns: auto 1fr; }
  .byline__date { grid-column: 1 / -1; white-space: normal; }
}

/* de opening: twee tot drie zinnen die zeggen wat de pagina is, in de toon
   van de homepage. Leest als een intro-alinea, niet als een uitgelicht kader. */
.lead {
  font: 400 clamp(17px, 1.85vw, 20px)/1.65 var(--sans);
  color: var(--ink); max-width: 64ch;
  margin: .1em 0 1.5em;
}
.lead + h2 { margin-top: 1.1em; }
.hero .lead { color: #fff; margin-inline: auto; text-align: left; text-shadow: 0 1px 14px rgba(0,0,0,.45); }
.hero--plain .lead { color: var(--ink); text-shadow: none; }
.band--accent .lead { color: #fff; }
@media (max-width: 767px) { .lead { font-size: 16px; } }

/* Eén regel bovenaan een pagina die alleen in NL en EN bestaat, voor wie
   vanuit een andere taal doorklikt. */
.lang-note {
  font: italic 400 15.5px/1.6 var(--sans);
  color: var(--ink-soft);
  padding-block: 18px 0;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}

/* ==========================================================================
   Publicaties — overzicht en artikelpagina
   ========================================================================== */
.pubs { display: grid; gap: 34px; max-width: 74ch; }
.pub { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.pub:last-child { border-bottom: 0; padding-bottom: 0; }
.pub__meta {
  display: flex; align-items: center; gap: 10px;
  font: 500 13px/1 var(--head); letter-spacing: .06em;
  color: var(--ink-soft); margin: 0 0 .5em;
}
.pub__lang {
  font-size: 11px; letter-spacing: .1em; padding: 2px 7px;
  border: 1px solid var(--line); border-radius: 2px; color: var(--ink-soft);
}
.pub__title { font-size: 24px; font-weight: 700; color: var(--ink); margin: 0 0 .4em; }
.pub__title a { color: inherit; font-weight: 700; }
.pub__title a:hover { color: var(--link); text-decoration: none; }
.pub__sum { margin: 0 0 .6em; }
.pub__more { margin: 0; }
.pub__more a { font: 700 15px/1.4 var(--head); }
@media (max-width: 767px) { .pub__title { font-size: 20px; } }

.art { max-width: 74ch; }
.art__meta {
  font: 500 13px/1 var(--head); letter-spacing: .06em;
  color: var(--ink-soft); margin: 0 0 .6em;
}
.art h1 { margin-bottom: .7em; }
.art__body > *:first-child { margin-top: 0; }
.art__body h2 { margin-top: 1.6em; }
.art__body blockquote { max-width: none; }
.art__source {
  margin-top: 2.2em; padding-top: 1.1em; border-top: 1px solid var(--line);
  font-size: 15px; color: var(--ink-soft);
}
.art__back { margin-top: 1.4em; font-size: 15px; }

/* ==========================================================================
   "Lees ook": eigen artikelen onderaan een themapagina, boven de agendaknop
   ========================================================================== */
.related { display: grid; gap: 26px; max-width: 74ch; margin-inline: auto; }
.related__item { padding-left: 1.1em; border-left: 3px solid var(--accent); }
.related__title { font: 700 19px/1.35 var(--head); margin: 0 0 .35em; color: var(--ink); }
.related__title a { color: inherit; }
.related__title a:hover, .related__title a:focus-visible { color: var(--link); text-decoration: none; }
.related__meta { font: 500 13px/1 var(--head); letter-spacing: .06em; color: var(--ink-soft); margin: 0 0 .55em; display: flex; gap: 10px; align-items: center; }
.related__sum { margin: 0; font-size: 16px; }
.band .row--4_4 > .col > h2.related__head { text-align: center; }
