:root {
  --inkt: #12303B; --oranje: #E8501F; --oranje-donker: #C43F12;
  --lucht: #F5F1E8; --room: #FBF8F2; --groen: #1E7A55; --lijn: #E6E0D2; --grijs: #5D6862;
  --display: 'Bricolage Grotesque', system-ui, sans-serif;
  --body: 'Instrument Sans', system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; }
body {
  margin: 0; background: var(--lucht); color: var(--inkt);
  font-family: var(--body); line-height: 1.65; font-size: 17px;
}
header.site {
  background: var(--room); border-bottom: 1px solid var(--lijn);
  padding: 18px 24px; display: flex; align-items: center; justify-content: space-between;
}
header.site a.logo {
  font-family: var(--display); font-weight: 800; font-size: 21px; color: var(--inkt);
  text-decoration: none; letter-spacing: -0.02em;
}
header.site a.logo span { color: var(--oranje); }
header.site nav a {
  color: var(--inkt); text-decoration: none; font-weight: 600; font-size: 14.5px;
  margin-left: 22px;
}
main { max-width: 700px; margin: 0 auto; padding: 48px 24px 80px; }
h1 {
  font-family: var(--display); font-weight: 800; letter-spacing: -0.02em;
  font-size: 34px; line-height: 1.15; color: var(--inkt); margin: 0 0 14px;
}
h2 {
  font-family: var(--display); font-weight: 800; letter-spacing: -0.01em;
  font-size: 23px; color: var(--inkt); margin: 36px 0 12px;
}
p { margin: 0 0 18px; color: #2c3e3a; }
ul, ol { margin: 0 0 20px; padding-left: 22px; }
li { margin-bottom: 8px; color: #2c3e3a; }
.meta { color: var(--grijs); font-size: 14px; margin-bottom: 30px; }
a { color: var(--oranje); }
.cta {
  background: #fff; border: 2px dashed var(--oranje); border-radius: 16px;
  padding: 22px 24px; margin: 40px 0; text-align: center;
}
.cta a.btn {
  display: inline-block; margin-top: 10px; background: var(--oranje); color: #fff;
  font-weight: 700; text-decoration: none; padding: 12px 26px; border-radius: 999px;
  font-size: 15px;
}
.terug { display: block; margin-top: 40px; font-weight: 600; }
footer.site {
  text-align: center; padding: 30px 24px; color: var(--grijs); font-size: 13.5px;
  border-top: 1px solid var(--lijn);
}
.artikel-lijst { list-style: none; padding: 0; }
.artikel-lijst li {
  background: #fff; border: 1px solid var(--lijn); border-radius: 16px;
  padding: 20px 22px; margin-bottom: 16px;
}
.artikel-lijst a { text-decoration: none; }
.artikel-lijst h3 { font-family: var(--display); color: var(--inkt); margin: 0 0 6px; font-size: 19px; }
.artikel-lijst p { margin: 0; color: var(--grijs); font-size: 15px; }

.verder { margin: 48px 0 0; padding-top: 28px; border-top: 1px solid var(--lijn); }
.verder h2 { margin-top: 0; font-size: 19px; }
.verder-lijst { list-style: none; padding: 0; margin: 0; }
.verder-lijst li { margin-bottom: 10px; }
.verder-lijst a { font-weight: 600; text-decoration: none; }
.verder-lijst a:hover { text-decoration: underline; }
