@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/archivo-var.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/archivo-var-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --zee: #C8102E;
  --zee-diep: #9B0C23;
  --zee-was: #FBEAED;
  --limoen: #2F3A3E;
  --limoen-was: #EDF0F1;
  --zon: #F5B700;
  --inkt: #101A19;
  --inkt-zacht: #4C5957;
  --inkt-licht: #7E8B89;
  --doek: #FFFFFF;
  --tint: #F4F7F6;
  --lijn: #E4EAE8;
  --lijn-sterk: #101A19;
  --font: 'Archivo', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --breed: 1240px;
  --ronding: 4px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--doek);
  color: var(--inkt);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-synthesis-weight: none;
}

h1, h2, h3, h4 {
  margin: 0 0 .4em;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -.022em;
}

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

.omhulsel { width: 100%; max-width: var(--breed); margin: 0 auto; padding: 0 14px; }

.overslaan {
  position: absolute;
  left: -9999px;
  background: var(--inkt);
  color: #fff;
  padding: 12px 18px;
  z-index: 200;
  font-weight: 500;
}
.overslaan:focus { left: 10px; top: 10px; }

:focus-visible { outline: 2px solid var(--zee); outline-offset: 2px; }

/* ══ Kop ═══════════════════════════════════════════ */

.site-kop {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--doek);
  border-bottom: 1px solid var(--lijn);
}

.kop-boven { display: flex; align-items: center; gap: 6px; min-height: 78px; padding: 10px 0; }

.merk {
  display: block;
  max-width: 74%;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -.045em;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
.merk em {
  font-style: normal;
  background: var(--zee);
  color: #fff;
  padding: 2px 7px 3px;
  border-radius: var(--ronding);
  margin-left: 3px;
}

.kop-vulling { flex: 1; }

.kop-actie {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 0;
  background: none;
  color: var(--inkt);
  cursor: pointer;
  border-radius: var(--ronding);
}
.kop-actie:hover { background: var(--tint); }
.kop-actie svg { width: 22px; height: 22px; }
.kop-actie--menu { margin-right: -8px; }

.zoekbalk { display: none; padding: 0 0 14px; }
.zoekbalk.open { display: block; }
.zoekbalk form { display: flex; gap: 8px; }
.zoekbalk input {
  flex: 1;
  min-height: 44px;
  padding: 0 14px;
  font: inherit;
  font-size: 15px;
  border: 1px solid var(--lijn);
  border-radius: var(--ronding);
  background: var(--tint);
}
.zoekbalk button {
  min-height: 44px;
  padding: 0 18px;
  font: inherit;
  font-weight: 500;
  color: #fff;
  background: var(--inkt);
  border: 0;
  border-radius: var(--ronding);
  cursor: pointer;
}

.rubrieksbalk {
  border-top: 1px solid var(--lijn);
  background: var(--tint);
}

.rubrieken {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.rubrieken li + li { border-left: 1px solid var(--lijn); }
.rubrieken::-webkit-scrollbar { display: none; }

.rubrieken a {
  display: block;
  padding: 13px 13px;
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  color: var(--inkt);
}
.rubrieken a:hover { background: var(--doek); }
.rubrieken a:hover { color: var(--zee-diep); }
.rubrieken a[aria-current="page"] { border-bottom-color: var(--zee); color: var(--zee-diep); background: var(--doek); }
.rubrieken .streek a { color: var(--inkt-zacht); }
.rubrieken .streek a[aria-current="page"] { border-bottom-color: var(--limoen); color: var(--limoen); }

.uitklap { display: none; padding: 6px 0 22px; border-top: 1px solid var(--lijn); }
.uitklap.open { display: block; }
.uitklap h2 {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--inkt-licht);
  margin: 14px 0 6px;
}
.uitklap ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px 14px; }
.uitklap a {
  display: block;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid var(--lijn);
}
.uitklap a:hover { color: var(--zee-diep); }

/* ══ Etiketten ═════════════════════════════════════ */

.etiket {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 3px;
  text-decoration: none;
  background: var(--zee);
  color: #fff;
}
.etiket--regio { background: var(--limoen); }
.etiket--zacht { background: var(--zee-was); color: var(--zee-diep); }
.etiket--tag {
  background: var(--tint);
  color: var(--inkt-zacht);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 13px;
  padding: 6px 11px;
}

.etiketten { display: flex; flex-wrap: wrap; gap: 6px; }

.opdruk { position: absolute; top: 10px; left: 10px; z-index: 2; }

/* ══ Beeld ═════════════════════════════════════════ */

.plaat {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--ronding);
  background: var(--tint);
  aspect-ratio: 16 / 9;
}
.plaat img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
a.plaat:hover img, .kaart:hover .plaat img { transform: scale(1.035); }

/* ══ Sectiekoppen ══════════════════════════════════ */

.sectiekop {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 34px 0 16px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--lijn-sterk);
}
.sectiekop h2 { margin: 0; font-size: 26px; letter-spacing: -.03em; }
.sectiekop a { font-size: 14px; font-weight: 500; text-decoration: none; color: var(--zee-diep); }

/* ══ Kaarten ═══════════════════════════════════════ */

.kaart-titel { margin: 0; }
.kaart-titel a { text-decoration: none; }
.kaart-titel a:hover { color: var(--zee-diep); }

.kaart { display: flex; flex-direction: column; gap: 10px; }
.kaart h3 { font-size: 17px; margin: 0; }
.kaart .stempel { font-size: 12.5px; color: var(--inkt-licht); margin: 0; }

.kopstuk { display: grid; gap: 14px; margin-top: 20px; }
.kopstuk .plaat { aspect-ratio: 16 / 10; }
.kopstuk .aankondiging { font-size: 16px; color: var(--inkt-zacht); margin: 0 0 8px; }

.nevenblok { display: grid; gap: 20px; margin-top: 22px; }

.berichtenlijst { list-style: none; margin: 0; padding: 0; }
.berichtenlijst > li {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid var(--lijn);
}
.berichtenlijst .plaat { aspect-ratio: 4 / 3; }
.berichtenlijst h3 { font-size: 16px; margin: 4px 0 5px; }
.berichtenlijst .stempel { font-size: 12.5px; color: var(--inkt-licht); margin: 0; }

.kaartenrij { display: grid; gap: 24px; }

.streekstrook { background: var(--tint); margin-top: 40px; padding: 26px 0 32px; }
.streekknoppen { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.streekknop {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  background: var(--doek);
  border: 1px solid var(--lijn);
  border-radius: 22px;
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
}
.streekknop:hover { border-color: var(--limoen); color: var(--limoen); }

/* ══ Leegte ════════════════════════════════════════ */

.leeg-vak {
  border: 1px dashed var(--lijn);
  border-radius: var(--ronding);
  padding: 44px 22px;
  text-align: center;
  color: var(--inkt-zacht);
  margin: 24px 0;
}
.leeg-vak p { margin: 0 0 6px; }
.leeg-vak p:last-child { margin: 0; font-size: 14px; color: var(--inkt-licht); }

/* ══ Artikel ═══════════════════════════════════════ */

.artikel-raster { padding-top: 20px; }

.kruimels { display: flex; flex-wrap: wrap; gap: 7px; font-size: 13px; color: var(--inkt-licht); margin-bottom: 14px; }
.kruimels a { text-decoration: none; }
.kruimels a:hover { color: var(--zee-diep); }

.bericht h1 { font-size: 30px; letter-spacing: -.033em; margin-bottom: 12px; }

.bericht .aankondiging {
  font-size: 18px;
  line-height: 1.5;
  color: var(--inkt-zacht);
  margin: 0 0 16px;
  font-weight: 500;
}

.bericht-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: var(--inkt-licht);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--lijn);
}
.bericht-meta a { text-decoration: none; font-weight: 500; color: var(--inkt-zacht); }

.hoofdbeeld { margin: 20px 0; }
.hoofdbeeld figcaption { font-size: 12.5px; color: var(--inkt-licht); padding-top: 8px; }
.beeldbron { display: block; }

.tekst { font-size: 17.5px; line-height: 1.68; }
.tekst p { margin: 0 0 1.1em; }
.tekst h2 { font-size: 22px; margin: 1.6em 0 .4em; }
.tekst h3 { font-size: 18.5px; margin: 1.4em 0 .35em; }
.tekst a { color: var(--zee-diep); text-underline-offset: 2px; }
.tekst ul, .tekst ol { padding-left: 1.25em; margin: 0 0 1.1em; }
.tekst li { margin-bottom: .4em; }
.tekst blockquote {
  margin: 1.4em 0;
  padding: 4px 0 4px 18px;
  border-left: 4px solid var(--zee);
  border-radius: 0;
  font-size: 19px;
  font-weight: 500;
}
.tekst figure { margin: 1.4em 0; }
.tekst figcaption { font-size: 12.5px; color: var(--inkt-licht); padding-top: 6px; }
.tekst img { border-radius: var(--ronding); }

.etiketten--voet { margin: 26px 0 0; }

.bronvermelding {
  margin-top: 26px;
  padding: 15px 17px;
  background: var(--tint);
  border-radius: var(--ronding);
  font-size: 14px;
  color: var(--inkt-zacht);
}
.bronvermelding p { margin: 0 0 6px; }
.bronvermelding p:last-child { margin: 0; }
.bronvermelding a { color: var(--zee-diep); }

.auteurskaart {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid var(--lijn);
  border-radius: var(--ronding);
}
.auteurskaart h2 { font-size: 16px; margin: 0 0 5px; }
.auteurskaart p { margin: 0; font-size: 14.5px; color: var(--inkt-zacht); }

.zijkolom { margin-top: 38px; }
.zijkolom > h2 {
  font-size: 18px;
  margin: 0 0 4px;
  padding-bottom: 9px;
  border-bottom: 3px solid var(--lijn-sterk);
}

/* ══ Rubriekpagina ═════════════════════════════════ */

.rubriek-intro { padding: 24px 0 4px; }
.rubriek-intro h1 { font-size: 32px; margin: 8px 0 6px; letter-spacing: -.035em; }
.rubriek-intro .aankondiging { font-size: 16px; color: var(--inkt-zacht); margin: 0; max-width: 66ch; }

.bladeren {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 30px 0 10px;
  font-size: 14.5px;
}
.bladeren a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--lijn);
  border-radius: var(--ronding);
}
.bladeren a:hover { border-color: var(--inkt); }
.bladeren span { color: var(--inkt-licht); }

/* ══ Foutpagina ════════════════════════════════════ */

.melding-blok { padding: 56px 0 24px; max-width: 58ch; }
.foutcode { font-size: 76px; font-weight: 700; color: var(--zee); margin: 0; line-height: .95; letter-spacing: -.05em; }
.melding-blok h1 { font-size: 30px; margin: 8px 0 10px; }
.recent-tips { margin-top: 34px; }
.recent-tips h2 { font-size: 17px; padding-bottom: 9px; border-bottom: 3px solid var(--lijn-sterk); }
.recent-tips ul { list-style: none; margin: 0; padding: 0; }
.recent-tips li { border-bottom: 1px solid var(--lijn); }
.recent-tips a { display: block; padding: 12px 0; font-weight: 500; text-decoration: none; }

/* ══ Voet ══════════════════════════════════════════ */

.site-voet { margin-top: 52px; background: var(--inkt); color: #B7C4C2; padding: 38px 0 26px; font-size: 14.5px; }
.site-voet a { color: #fff; text-decoration: none; }
.site-voet a:hover { text-decoration: underline; }

.voet-merk { font-size: 22px; font-weight: 700; letter-spacing: -.04em; color: #fff; margin: 0 0 6px; }
.voet-leus { color: #7E8B89; margin: 0 0 26px; max-width: 44ch; }

.voet-kolommen { display: grid; gap: 26px; }
.voet-kolommen h2 {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7E8B89;
  margin: 0 0 10px;
}
.voet-kolommen ul { list-style: none; margin: 0; padding: 0; }
.voet-kolommen li { padding: 5px 0; }

.voet-onder { margin-top: 30px; padding-top: 18px; border-top: 1px solid #26302F; font-size: 13px; color: #7E8B89; }
.voet-onder p { margin: 0 0 5px; }

/* ══ Vanaf 640px ═══════════════════════════════════ */

@media (min-width: 640px) {
  .nevenblok { grid-template-columns: 1fr 1fr; }
  .kaartenrij { grid-template-columns: repeat(2, 1fr); }
  .uitklap ul { grid-template-columns: repeat(3, 1fr); }
  .voet-kolommen { grid-template-columns: repeat(3, 1fr); }
  .berichtenlijst > li { grid-template-columns: 150px minmax(0, 1fr); }
  .berichtenlijst h3 { font-size: 18px; }
  .bericht h1 { font-size: 38px; }
  .rubriek-intro h1 { font-size: 40px; }
}

/* ══ Vanaf 1000px ══════════════════════════════════ */

@media (min-width: 1000px) {
  body { font-size: 17px; }

  .kop-boven { min-height: 118px; gap: 14px; }
  .merk { font-size: 29px; max-width: none; }
  .kop-actie--menu { display: none; }
  .zoekbalk form { max-width: 460px; }

  .kopstuk {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin-top: 24px;
  }
  .kopstuk .aankondiging { font-size: 17px; }

  .nevenblok { margin-top: 0; grid-template-columns: 1fr 1fr; gap: 22px 20px; }

  .kaartenrij { grid-template-columns: repeat(4, 1fr); }

  .artikel-raster {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 48px;
    align-items: start;
  }
  .bericht { max-width: 74ch; }
  .bericht h1 { font-size: 44px; }
  .zijkolom { margin-top: 20px; position: sticky; top: 132px; }
  .zijkolom .berichtenlijst > li { grid-template-columns: 92px minmax(0, 1fr); padding: 12px 0; }
  .zijkolom .berichtenlijst h3 { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .plaat img { transition: none; }
  a.plaat:hover img, .kaart:hover .plaat img { transform: none; }
}

.statisch { max-width: 74ch; padding-bottom: 20px; }
.statisch h1 { margin-bottom: 18px; }
.statisch .tekst h2 { margin-top: 1.7em; }
.statisch .tekst h3 { margin-top: 1.5em; font-size: 17px; }

/* ══ Toestemming ═══════════════════════════════════ */

.toestemmingsbalk {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  background: var(--doek);
  border-top: 3px solid var(--zee);
  box-shadow: 0 -4px 24px rgba(16, 26, 25, .12);
}

.toestemming-binnen { max-width: var(--breed); margin: 0 auto; padding: 18px 16px 20px; }
.toestemming-binnen h2 { font-size: 18px; margin: 0 0 6px; }
.toestemming-binnen p { margin: 0 0 14px; font-size: 14.5px; color: var(--inkt-zacht); max-width: 76ch; }
.toestemming-binnen a { color: var(--zee-diep); }

.toestemming-knoppen { display: flex; flex-wrap: wrap; gap: 8px; }

.toestemmingsknop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  font: inherit;
  font-size: 14.5px;
  font-weight: 500;
  background: var(--doek);
  color: var(--inkt);
  border: 1px solid var(--lijn);
  border-radius: var(--ronding);
  cursor: pointer;
}
.toestemmingsknop:hover { border-color: var(--inkt); }
.toestemmingsknop--vol { background: var(--zee); border-color: var(--zee); color: #fff; }
.toestemmingsknop--vol:hover { background: var(--zee-diep); border-color: var(--zee-diep); }
.toestemmingsknop--kaal { border-color: transparent; color: var(--inkt-zacht); text-decoration: underline; }

.toestemming-fijn { padding: 4px 0 16px; margin-bottom: 4px; border-bottom: 1px solid var(--lijn); }
.toestemming-fijn .vinkregel { display: flex; align-items: center; gap: 10px; min-height: 44px; font-size: 14.5px; }
.toestemming-fijn input { width: 18px; height: 18px; flex: 0 0 auto; }
.toestemming-fijn .toestemmingsknop { margin-top: 10px; }

@media (min-width: 700px) {
  .toestemming-binnen { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; }
  .toestemming-binnen h2, .toestemming-binnen p { grid-column: 1; }
  .toestemming-binnen p { margin-bottom: 0; }
  .toestemming-knoppen { grid-column: 2; grid-row: 1 / 3; flex-direction: column; align-items: stretch; min-width: 210px; }
  .toestemming-fijn { grid-column: 1 / -1; }
}

.sectiekop { position: relative; }
.sectiekop::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 68px;
  height: 3px;
  background: var(--zon);
}

.merk-beeld { display: block; height: 56px; width: auto; max-width: 100%; }

.streekraster { display: grid; gap: 18px; margin: 20px 0 10px; }

.streekkaart {
  border: 1px solid var(--lijn);
  border-radius: var(--ronding);
  padding: 18px 20px;
}
.streekkaart h2 { font-size: 20px; margin: 0 0 6px; }
.streekkaart h2 a { text-decoration: none; }
.streekkaart h2 a:hover { color: var(--zee-diep); }
.streekkaart .stil { font-size: 14px; color: var(--inkt-zacht); margin: 0 0 10px; }
.streekkaart .stempel { font-size: 12.5px; color: var(--inkt-licht); margin: 10px 0 0; }

.plaatslijst { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 0; }
.plaatslijst a {
  display: inline-block;
  padding: 5px 11px;
  background: var(--tint);
  border-radius: 14px;
  font-size: 13.5px;
  text-decoration: none;
}
.plaatslijst a:hover { background: var(--zee-was); color: var(--zee-diep); }

@media (min-width: 700px) { .streekraster { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .streekraster { grid-template-columns: repeat(3, 1fr); } }

/* ══ Voorwoord en uitleg ═══════════════════════════ */

.voorwoord { padding: 22px 0 4px; }
.voorwoord h1 { font-size: 26px; margin: 0 0 8px; letter-spacing: -.032em; }
.voorwoord p { font-size: 16px; color: var(--inkt-zacht); margin: 0; max-width: 78ch; }
.voorwoord a { color: var(--zee-diep); }

.uitleg { border-top: 1px solid var(--lijn); margin-top: 44px; padding: 32px 0 8px; }
.uitleg h2 { font-size: 21px; margin: 1.5em 0 .4em; }
.uitleg h2:first-child { margin-top: 0; }
.uitleg p { font-size: 16px; line-height: 1.65; color: var(--inkt-zacht); margin: 0 0 1em; max-width: 78ch; }
.uitleg a { color: var(--zee-diep); text-underline-offset: 2px; }

.uitleg-lijst { list-style: none; margin: 0 0 1.2em; padding: 0; max-width: 78ch; }
.uitleg-lijst li {
  padding: 10px 0 10px 16px;
  border-left: 3px solid var(--zon);
  border-radius: 0;
  margin-bottom: 6px;
  font-size: 15.5px;
  color: var(--inkt-zacht);
}
.uitleg-lijst a { font-weight: 500; }

.kopstuk-titel { font-size: 27px; margin: 0 0 8px; letter-spacing: -.03em; }
.kopstuk-titel a { text-decoration: none; }

@media (min-width: 640px) {
  .voorwoord h1 { font-size: 32px; }
  .kopstuk-titel { font-size: 34px; }
}

@media (min-width: 1000px) {
  .merk-beeld { height: 96px; }
  .voorwoord { padding: 28px 0 2px; }
  .voorwoord h1 { font-size: 36px; }
  .voorwoord p { font-size: 17px; }
  .kopstuk-titel { font-size: 40px; }
  .uitleg h2 { font-size: 23px; }
}

/* ══ Rubriekuitleg ═════════════════════════════════ */

.rubriek-uitleg {
  border-top: 1px solid var(--lijn);
  margin-top: 40px;
  padding: 30px 0 8px;
  max-width: 78ch;
}
.rubriek-uitleg h2 { font-size: 21px; margin: 1.5em 0 .4em; }
.rubriek-uitleg h2:first-child { margin-top: 0; }
.rubriek-uitleg h3 { font-size: 17.5px; margin: 1.3em 0 .35em; }
.rubriek-uitleg p { font-size: 16px; line-height: 1.65; color: var(--inkt-zacht); margin: 0 0 1em; }
.rubriek-uitleg a { color: var(--zee-diep); text-underline-offset: 2px; }
.rubriek-uitleg ul { padding-left: 1.2em; margin: 0 0 1.1em; color: var(--inkt-zacht); font-size: 16px; }
.rubriek-uitleg li { margin-bottom: .4em; }

.plaatsbalk { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 6px; }

.rubriek-meer {
  display: block;
  padding: 13px 13px;
  font: inherit;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--inkt-zacht);
  background: none;
  border: 0;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.rubriek-meer:hover { background: var(--doek); color: var(--inkt); }
.rubrieken li.meer { margin-left: auto; }

.voorwoord-leus { font-size: 17px; font-weight: 500; color: var(--inkt) !important; margin-bottom: .5em !important; }
@media (min-width: 1000px) { .voorwoord-leus { font-size: 19px; } }

.verwante-tags {
  border-top: 1px solid var(--lijn);
  margin-top: 34px;
  padding-top: 24px;
}
.verwante-tags h2 { font-size: 17px; margin: 0 0 12px; }

.schrijverkop { display: flex; gap: 20px; align-items: flex-start; padding: 26px 0 10px; flex-wrap: wrap; }
.schrijverportret { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.schrijverkop h1 { font-size: 30px; margin: 6px 0 8px; letter-spacing: -.03em; }
.schrijverkop .aankondiging { font-size: 16px; color: var(--inkt-zacht); margin: 0 0 8px; max-width: 68ch; }
@media (min-width: 640px) {
  .schrijverportret { width: 120px; height: 120px; }
  .schrijverkop h1 { font-size: 36px; }
}

@media (min-width: 1000px) {
  .rubrieken { flex-wrap: nowrap; }
  .rubrieken a, .rubriek-meer { font-size: 14px; padding: 12px 11px; }
  .rubrieken li.meer { margin-left: auto; position: sticky; right: 0; background: var(--tint); }
}

@media (min-width: 1240px) {
  .rubrieken a, .rubriek-meer { font-size: 14.5px; padding: 13px 14px; }
}

/* ══ Publieke formulieren ══════════════════════════ */

.niet-invullen {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.publiekvorm { max-width: 62ch; margin: 24px 0 8px; }
.publiekvorm .veldgroep { margin-bottom: 18px; }
.publiekvorm label { display: block; font-size: 15px; font-weight: 500; margin-bottom: 6px; }

.publiekvorm input[type="text"],
.publiekvorm input[type="email"],
.publiekvorm input[type="url"],
.publiekvorm select,
.publiekvorm textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  font: inherit;
  font-size: 16px;
  color: var(--inkt);
  background: var(--doek);
  border: 1px solid var(--lijn);
  border-radius: var(--ronding);
}
.publiekvorm textarea { min-height: 150px; resize: vertical; line-height: 1.55; }
.publiekvorm input:focus, .publiekvorm select:focus, .publiekvorm textarea:focus { border-color: var(--zee); outline: 2px solid var(--zee-was); }
.publiekvorm .hulp { font-size: 13.5px; color: var(--inkt-licht); margin: 6px 0 0; }
.publiekvorm .stil { color: var(--inkt-licht); font-weight: 400; }

.verzendknop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  font: inherit;
  font-size: 15.5px;
  font-weight: 500;
  color: #fff;
  background: var(--zee);
  border: 0;
  border-radius: var(--ronding);
  cursor: pointer;
}
.verzendknop:hover { background: var(--zee-diep); }

.melding-goed {
  background: #EAF4E9;
  color: #2F6D2A;
  border-radius: var(--ronding);
  padding: 16px 18px;
  margin: 20px 0;
}
.melding-goed p { margin: 0 0 6px; }
.melding-goed p:last-child { margin: 0; }

.melding-fout {
  background: #FCEDEC;
  color: #B3261E;
  border-radius: var(--ronding);
  padding: 16px 18px;
  margin: 20px 0;
}
.melding-fout p { margin: 0 0 6px; font-weight: 500; }
.melding-fout ul { margin: 0; padding-left: 1.2em; }

.cf-turnstile { margin: 0 0 18px; }

/* ══ Meest gelezen ═════════════════════════════════ */

.meestgelezen {
  margin-top: 40px;
  padding: 28px 0 10px;
  background: var(--tint);
  border-top: 1px solid var(--lijn);
  border-bottom: 1px solid var(--lijn);
}
.meestgelezen h2 { font-size: 22px; margin: 0 0 14px; }

.ranglijst { counter-reset: rang; list-style: none; margin: 0; padding: 0; max-width: 72ch; }
.ranglijst li {
  counter-increment: rang;
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 11px 0;
  border-bottom: 1px solid #DDE4E2;
}
.ranglijst li:last-child { border-bottom: 0; }
.ranglijst li::before {
  content: counter(rang);
  font-size: 22px;
  font-weight: 700;
  color: var(--zon);
  min-width: 26px;
  line-height: 1;
}
.ranglijst a { font-size: 16.5px; font-weight: 500; text-decoration: none; }
.ranglijst a:hover { color: var(--zee-diep); }
.ranglijst .stempel { display: block; font-size: 12.5px; color: var(--inkt-licht); margin-top: 3px; }

/* ══ Dossiermelding en bijwerkdatum ════════════════ */

.dossiermelding {
  margin: 18px 0 20px;
  padding: 11px 15px;
  background: var(--zee-was);
  border-left: 3px solid var(--zee);
  border-radius: 0;
  font-size: 14px;
  color: var(--zee-diep);
}

.bericht-meta .bijgewerkt { color: var(--zee-diep); font-weight: 500; }

/* ══ Duidingsblok in artikelen ═════════════════════ */

.tekst .voor-nederlanders {
  margin: 1.6em 0;
  padding: 18px 20px;
  background: var(--tint);
  border-left: 4px solid var(--zon);
  border-radius: 0;
}
.tekst .voor-nederlanders > :first-child { margin-top: 0; }
.tekst .voor-nederlanders > :last-child { margin-bottom: 0; }
.tekst .voor-nederlanders h3 { font-size: 17px; margin: 0 0 .5em; }

@media (min-width: 900px) {
  .ranglijst { column-count: 2; column-gap: 44px; max-width: none; }
  .ranglijst li { break-inside: avoid; }
}

@media (max-width: 359px) {
  .merk-beeld { height: 48px; }
  .kop-boven { gap: 4px; }
}
