:root {
  --zand: #f7f1e8;
  --zand-diep: #efe4d6;
  --papier: #fffcf8;
  --inkt: #2c2521;
  --inkt-zacht: #5d5249;
  --terracotta: #a8523a;
  --terracotta-diep: #8a3f2b;
  --terracotta-licht: #f0dcd4;
  --olijf: #6a6a4e;
  --lijn: #e3d6c6;
  --schaduw: 0 1px 2px rgba(44, 37, 33, .06), 0 8px 24px rgba(44, 37, 33, .06);
  --radius: 10px;
  --breed: 1120px;
  --smal: 760px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--zand);
  color: var(--inkt);
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.68;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", "Nimbus Roman", serif;
  font-weight: 600;
  line-height: 1.22;
  color: var(--inkt);
  margin: 0 0 .6em;
  letter-spacing: -.01em;
}

h1 { font-size: 2.35rem; }
h2 { font-size: 1.6rem; margin-top: 2.2rem; }
h3 { font-size: 1.2rem; margin-top: 1.6rem; }

p, ul, ol { margin: 0 0 1.1em; }
ul, ol { padding-left: 1.25em; }
li { margin-bottom: .4em; }

a { color: var(--terracotta-diep); text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: var(--inkt); }

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

.wrap { max-width: var(--breed); margin: 0 auto; padding: 0 20px; }
.smal { max-width: var(--smal); }

/* ---------- Bovenbalk ---------- */

.leeftijdsbalk {
  background: var(--inkt);
  color: #e8dccd;
  font-size: .78rem;
  letter-spacing: .02em;
  padding: 6px 0;
  text-align: center;
}
.leeftijdsbalk a { color: #f0e2cf; }

.kop {
  background: var(--papier);
  border-bottom: 1px solid var(--lijn);
  position: sticky;
  top: 0;
  z-index: 40;
}
.kop-binnen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 68px;
}
.logo {
  font-family: Georgia, serif;
  font-size: 1.22rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--inkt);
  line-height: 1.15;
}
.logo span { display: block; font-family: inherit; font-size: .62rem; letter-spacing: .1em; white-space: nowrap; text-transform: uppercase; color: var(--terracotta); font-weight: 400; }

.nav ul { display: flex; flex-wrap: wrap; gap: 2px 4px; list-style: none; margin: 0; padding: 0; }
.nav a {
  display: block;
  padding: 8px 9px;
  border-radius: 6px;
  font-size: .88rem;
  white-space: nowrap;
  text-decoration: none;
  color: var(--inkt-zacht);
}
.nav a:hover { background: var(--zand-diep); color: var(--inkt); }
.nav a.actief { color: var(--terracotta-diep); font-weight: 600; }

.taal { display: flex; gap: 6px; align-items: center; }
.taal a {
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 9px;
  border: 1px solid var(--lijn);
  border-radius: 6px;
  color: var(--inkt-zacht);
}
.taal a.actief { background: var(--inkt); color: var(--zand); border-color: var(--inkt); }

.menuknop {
  display: none;
  background: none;
  border: 1px solid var(--lijn);
  border-radius: 6px;
  padding: 7px 12px;
  font-size: .9rem;
  cursor: pointer;
  color: var(--inkt);
}

@media (max-width: 1080px) {
  .nav a { padding: 8px 7px; font-size: .84rem; }
  .logo { font-size: 1.1rem; }
}

@media (max-width: 900px) {
  .kop-binnen { flex-wrap: wrap; padding: 10px 0; }
  .menuknop { display: block; order: 3; }
  .nav { order: 4; width: 100%; display: none; }
  .nav.open { display: block; }
  .nav ul { flex-direction: column; padding: 8px 0 4px; }
  .nav a { padding: 10px 8px; border-bottom: 1px solid var(--lijn); border-radius: 0; }
}

/* ---------- Hero ---------- */

.hero {
  background: linear-gradient(160deg, #fbf6ef 0%, #f2e2d5 100%);
  border-bottom: 1px solid var(--lijn);
  padding: 54px 0 46px;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; }
.hero h1 { font-size: 2.7rem; margin-bottom: .4em; }
.hero .lead { font-size: 1.12rem; color: var(--inkt-zacht); }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 26px; }
  .hero h1 { font-size: 2rem; }
}

.knoppen { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.knop {
  display: inline-block;
  background: var(--terracotta);
  color: #fff8f2;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: .96rem;
  border: 1px solid var(--terracotta);
}
.knop:hover { background: var(--terracotta-diep); color: #fff8f2; }
.knop.licht { background: transparent; color: var(--terracotta-diep); }
.knop.licht:hover { background: var(--terracotta-licht); color: var(--terracotta-diep); }

/* ---------- Secties ---------- */

.sectie { padding: 46px 0; }
.sectie.kop-blok { padding: 30px 0 8px; }
.sectie.kop-blok + .sectie:not(.papier):not(.streep) { padding-top: 22px; }
.sectie.streep { border-top: 1px solid var(--lijn); }
.sectie.papier { background: var(--papier); border-top: 1px solid var(--lijn); border-bottom: 1px solid var(--lijn); }

.intro { max-width: 68ch; color: var(--inkt-zacht); }
.sectie .wrap > h2:first-child,
.sectie .wrap > .smal > h2:first-child,
.sectie .wrap > .kolommen-2 > div > h2:first-child { margin-top: 0; }

.kolommen { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.kolommen-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }

.kaart {
  background: var(--papier);
  border: 1px solid var(--lijn);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--schaduw);
}
.kaart h3 { margin-top: 0; }
.kaart p:last-child { margin-bottom: 0; }

/* ---------- Profielen ---------- */

.profielen { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 22px; }
.profiel-kaart {
  background: var(--papier);
  border: 1px solid var(--lijn);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--schaduw);
  display: flex;
  flex-direction: column;
}
.profiel-kaart .beeld { position: relative; background: var(--zand-diep); }
.profiel-kaart .beeld svg { width: 100%; display: block; }
.profiel-kaart .portret {
  position: absolute;
  left: 20px;
  bottom: -34px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 3px solid var(--papier);
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(44, 37, 33, .18);
}
.profiel-kaart .tekst { padding: 46px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.profiel-kaart h3 { margin: 0 0 2px; font-size: 1.15rem; }
.profiel-kaart .meta { font-size: .86rem; color: var(--inkt-zacht); margin: 0 0 10px; }
.profiel-kaart p.kort { font-size: .93rem; color: var(--inkt-zacht); flex: 1; }
.profiel-kaart .naar { font-size: .9rem; font-weight: 600; text-decoration: none; }
.profiel-kaart .naar::after { content: " \203A"; }

.labels { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 12px; }
.label {
  font-size: .74rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: var(--terracotta-licht);
  color: var(--terracotta-diep);
  padding: 3px 9px;
  border-radius: 20px;
}

.profiel-kop { display: grid; grid-template-columns: 220px 1fr; gap: 34px; align-items: start; }
@media (max-width: 760px) { .profiel-kop { grid-template-columns: 1fr; gap: 20px; } }
.profiel-kop .portret-groot {
  width: 200px; height: 200px; border-radius: 50%; overflow: hidden;
  border: 4px solid var(--papier); box-shadow: var(--schaduw);
}

.kenmerken { list-style: none; padding: 0; margin: 0; }
.kenmerken li {
  display: flex; justify-content: space-between; gap: 14px;
  padding: 8px 0; border-bottom: 1px solid var(--lijn); font-size: .93rem;
}
.kenmerken li:last-child { border-bottom: 0; }
.kenmerken span:first-child { color: var(--inkt-zacht); }
.kenmerken span:last-child { text-align: right; font-weight: 600; }

/* ---------- Melding / notities ---------- */

.melding {
  background: var(--terracotta-licht);
  border: 1px solid #e2c3b8;
  border-left: 4px solid var(--terracotta);
  border-radius: 8px;
  padding: 16px 18px;
  font-size: .93rem;
  color: #6f3423;
}
.melding p:last-child { margin-bottom: 0; }
.melding strong { color: #6f3423; }

.notitie {
  background: var(--papier);
  border: 1px solid var(--lijn);
  border-radius: 8px;
  padding: 16px 18px;
  font-size: .93rem;
  color: var(--inkt-zacht);
}
.notitie p:last-child { margin-bottom: 0; }

/* ---------- Partnerblok ---------- */

.partner {
  background: var(--papier);
  border: 1px solid var(--lijn);
  border-top: 3px solid var(--terracotta);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--schaduw);
}
.partner h3 { margin-top: 0; }
.partner p:last-child { margin-bottom: 0; }

/* ---------- Tabellen ---------- */

.tabelwrap { overflow-x: auto; margin-bottom: 1.2em; }
table { border-collapse: collapse; width: 100%; font-size: .94rem; background: var(--papier); }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--lijn); }
th { background: var(--zand-diep); font-weight: 600; }

/* ---------- Vraag en antwoord ---------- */

.vraag {
  background: var(--papier);
  border: 1px solid var(--lijn);
  border-radius: 8px;
  padding: 16px 18px;
  margin-bottom: 12px;
}
.vraag h3 { margin: 0 0 .4em; font-size: 1.05rem; }
.vraag p:last-child { margin-bottom: 0; }

/* ---------- Artikelen ---------- */

.artikelen { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.artikel-kaart {
  background: var(--papier); border: 1px solid var(--lijn); border-radius: var(--radius);
  padding: 22px; box-shadow: var(--schaduw); display: flex; flex-direction: column;
}
.artikel-kaart h3 { margin-top: 0; font-size: 1.1rem; }
.artikel-kaart p { font-size: .93rem; color: var(--inkt-zacht); flex: 1; }
.datum { font-size: .8rem; color: var(--inkt-zacht); letter-spacing: .03em; }

.kruimels { font-size: .84rem; color: var(--inkt-zacht); padding: 16px 0 0; }
.kruimels a { color: var(--inkt-zacht); }

.artikel-body { max-width: 72ch; }
.artikel-body h2 { margin-top: 2rem; }

/* ---------- Redactie ---------- */

.redactie {
  display: flex; gap: 18px; align-items: center;
  background: var(--papier); border: 1px solid var(--lijn);
  border-radius: var(--radius); padding: 18px; margin: 26px 0;
}
.redactie .portret-klein { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; flex: none; }
.redactie p { margin: 0; font-size: .92rem; color: var(--inkt-zacht); }
.redactie strong { color: var(--inkt); }

/* ---------- Voettekst ---------- */

.voet {
  background: var(--inkt);
  color: #cdbfae;
  margin-top: 56px;
  padding: 44px 0 26px;
  font-size: .92rem;
}
.voet h4 { color: #f3e7d6; font-size: 1rem; margin: 0 0 .7em; }
.voet a { color: #e5d5c1; text-decoration: none; }
.voet a:hover { color: #fff; text-decoration: underline; }
.voet ul { list-style: none; padding: 0; margin: 0; }
.voet li { margin-bottom: .45em; }
.voet-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; }
.voet-onder {
  border-top: 1px solid #43382f; margin-top: 30px; padding-top: 18px;
  display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between;
  font-size: .84rem; color: #9d9084;
}
.voet-onder a { color: #b9aa9a; }

.disclaimer { font-size: .84rem; color: #9d9084; margin-top: 18px; max-width: 80ch; }

/* ---------- Overig ---------- */

.stappen { list-style: none; padding: 0; counter-reset: stap; }
.stappen li {
  counter-increment: stap; position: relative; padding-left: 46px; margin-bottom: 18px;
}
.stappen li::before {
  content: counter(stap);
  position: absolute; left: 0; top: 2px;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--terracotta); color: #fff8f2;
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem; font-weight: 700;
}

.begrip { border-bottom: 1px solid var(--lijn); padding: 14px 0; }
.begrip:last-child { border-bottom: 0; }
.begrip h3 { margin: 0 0 .3em; font-size: 1.02rem; }
.begrip p { margin: 0; font-size: .94rem; color: var(--inkt-zacht); }

.letterrij { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 22px; }
.letterrij a {
  text-decoration: none; border: 1px solid var(--lijn); background: var(--papier);
  border-radius: 6px; padding: 4px 10px; font-size: .88rem;
}

.mail { font-weight: 600; }

.skip {
  position: absolute; left: -9999px;
}
.skip:focus {
  left: 12px; top: 12px; position: fixed; background: var(--papier);
  padding: 10px 16px; border-radius: 6px; z-index: 100;
}
