/* Buschman Hoveniers, huisstijl.
   Palet rechtstreeks uit het bedrijfslogo: bast (bruin), diepgroen en blad
   (frisgroen). Achtergrond is warm zand, zodat het groen ademt.
   Signatuur: de heggensilhouet-rand, ontleend aan het eigen snoeiwerk. */

@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/newsreader-400-600.woff2") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/assets/fonts/publicsans-400-700.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bast: #784025;
  --bast-diep: #4a2716;
  --bast-licht: #f0e5db;
  --groen: #007036;
  --groen-diep: #023d20;
  --groen-nacht: #012a16;
  --blad: #7cbb36;
  --blad-diep: #63991f;
  --blad-licht: #eaf3dc;
  --zand: #f8f5ee;
  --wit: #ffffff;
  --inkt: #23201b;
  --grijs: #5f5a51;
  --grijs-licht: #857f74;
  --lijn: #e4ddce;

  --font-display: "Newsreader", Georgia, "Times New Roman", serif;
  --font-body: "Public Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

  --maat: 1140px;
  --radius: 4px;
  --radius-groot: 10px;
  --schaduw: 0 1px 2px rgba(35, 32, 27, .05), 0 8px 24px rgba(35, 32, 27, .07);
  --schaduw-diep: 0 18px 48px rgba(2, 61, 32, .18);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.68;
  color: var(--inkt);
  background: var(--zand);
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.14; letter-spacing: -.012em; }
h1 { font-size: clamp(2.35rem, 5.4vw, 3.85rem); }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.6rem); }
h3 { font-size: 1.32rem; line-height: 1.28; }
h4 { font-size: 1.06rem; font-family: var(--font-body); font-weight: 700; letter-spacing: 0; }

p + p, p + ul, p + ol, ul + p, h2 + p, h3 + p { margin-top: .9rem; }
h2 + h3 { margin-top: 1.6rem; }
p + h3, ul + h3, ol + h3 { margin-top: 2rem; }
p + h2, ul + h2 { margin-top: 2.6rem; }

a { color: var(--groen); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--bast); }
:focus-visible { outline: 3px solid var(--blad-diep); outline-offset: 2px; border-radius: 2px; }

.wrap { width: min(100% - 2.5rem, var(--maat)); margin-inline: auto; }
.smal { width: min(100% - 2.5rem, 760px); margin-inline: auto; }

.visueel-verborgen {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.overslaan {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--groen-diep); color: #fff; padding: .8rem 1.2rem;
}
.overslaan:focus { left: .5rem; top: .5rem; }

/* ---------- Topbalk ---------- */

.topbalk {
  background: var(--groen-nacht);
  color: #cfe0cf;
  font-size: .82rem;
  letter-spacing: .01em;
}
.topbalk .wrap {
  display: flex; flex-wrap: wrap; gap: .3rem 1.5rem;
  justify-content: space-between; align-items: center;
  padding: .5rem 0;
}
.topbalk a { color: #eaf3dc; text-decoration: none; }
.topbalk a:hover { color: var(--blad); text-decoration: underline; }
.topbalk .vhg { color: var(--blad); font-weight: 600; }

/* ---------- Header ---------- */

header.site {
  background: var(--wit);
  border-bottom: 1px solid var(--lijn);
  position: sticky; top: 0; z-index: 40;
}
header.site .wrap {
  display: flex; align-items: center; gap: 1.5rem;
  padding: .85rem 0;
}
.logo { flex: 0 0 auto; display: block; }
.logo img { width: 210px; height: auto; }

.nav-knop {
  margin-left: auto;
  font: inherit; font-weight: 700; font-size: .95rem;
  display: none; align-items: center; gap: .5rem;
  background: var(--groen-diep); color: #fff;
  border: 0; border-radius: var(--radius);
  padding: .6rem 1rem; cursor: pointer;
}
.nav-knop::before {
  content: ""; width: 16px; height: 12px;
  background: linear-gradient(#fff 0 2px, transparent 2px 5px, #fff 5px 7px, transparent 7px 10px, #fff 10px 12px);
}

nav.hoofd { margin-left: auto; }
nav.hoofd ul { list-style: none; display: flex; align-items: center; gap: .15rem; flex-wrap: wrap; }
nav.hoofd a {
  display: block; padding: .5rem .68rem;
  font-size: .95rem; font-weight: 500;
  color: var(--inkt); text-decoration: none;
  border-radius: var(--radius);
}
nav.hoofd a:hover { background: var(--blad-licht); color: var(--groen-diep); }
nav.hoofd a[aria-current="page"] {
  color: var(--groen-diep); font-weight: 700;
  box-shadow: inset 0 -2px 0 var(--blad);
}
nav.hoofd .nav-bel {
  background: var(--groen); color: #fff; font-weight: 700;
  padding: .58rem 1rem; margin-left: .5rem; white-space: nowrap;
}
nav.hoofd .nav-bel:hover { background: var(--groen-diep); color: #fff; }

@media (max-width: 1000px) {
  .nav-knop { display: inline-flex; }
  nav.hoofd {
    display: none; order: 3; width: 100%; margin-left: 0;
    border-top: 1px solid var(--lijn); padding-top: .6rem;
  }
  nav.hoofd.open { display: block; }
  nav.hoofd ul { flex-direction: column; align-items: stretch; gap: 0; }
  nav.hoofd a { padding: .75rem .5rem; border-bottom: 1px solid var(--lijn); border-radius: 0; }
  nav.hoofd .nav-bel { margin: .6rem 0 .2rem; border-radius: var(--radius); text-align: center; }
  header.site .wrap { flex-wrap: wrap; }
  .logo img { width: 170px; }
}

/* ---------- Knoppen ---------- */

.knop {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-weight: 700; font-size: 1rem; line-height: 1.2;
  padding: .92rem 1.5rem; border-radius: var(--radius);
  text-decoration: none; border: 2px solid transparent;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.knop-hoofd { background: var(--blad); color: var(--groen-nacht); border-color: var(--blad); }
.knop-hoofd:hover { background: var(--blad-diep); border-color: var(--blad-diep); color: var(--groen-nacht); }
.knop-tweede { background: transparent; color: var(--groen-diep); border-color: var(--groen-diep); }
.knop-tweede:hover { background: var(--groen-diep); color: #fff; }
.knop-licht { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.knop-licht:hover { background: #fff; color: var(--groen-diep); border-color: #fff; }
.knoppen { display: flex; flex-wrap: wrap; gap: .75rem; }

/* ---------- Heggenrand (signatuur) ---------- */

/* Plaats de rand tussen twee secties en geef hem de kleur van de sectie
   eronder: de heg groeit dan uit de onderste sectie omhoog. */
.heg {
  display: block; width: 100%; height: 26px; margin-bottom: -1px;
  background-repeat: repeat-x; background-size: 240px 26px; background-position: center bottom;
}
.heg-groen {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='26' viewBox='0 0 240 26'%3E%3Cpath fill='%23023d20' d='M0 26h240V13c-8 0-9-6-17-6s-9 4-17 4-10-8-19-8-13 9-22 9-11-5-19-5-10 6-18 6-11-7-20-7-12 8-21 8-10-4-18-4-10 5-18 5-9-3-17-3-9 3-14 3z'/%3E%3C/svg%3E");
}
.heg-zand {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='26' viewBox='0 0 240 26'%3E%3Cpath fill='%23f8f5ee' d='M0 26h240V13c-8 0-9-6-17-6s-9 4-17 4-10-8-19-8-13 9-22 9-11-5-19-5-10 6-18 6-11-7-20-7-12 8-21 8-10-4-18-4-10 5-18 5-9-3-17-3-9 3-14 3z'/%3E%3C/svg%3E");
}
.heg-wit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='26' viewBox='0 0 240 26'%3E%3Cpath fill='%23ffffff' d='M0 26h240V13c-8 0-9-6-17-6s-9 4-17 4-10-8-19-8-13 9-22 9-11-5-19-5-10 6-18 6-11-7-20-7-12 8-21 8-10-4-18-4-10 5-18 5-9-3-17-3-9 3-14 3z'/%3E%3C/svg%3E");
}

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

.hero { background: var(--wit); padding: clamp(2.4rem, 5vw, 4.2rem) 0 clamp(2.6rem, 5vw, 4rem); }
.hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 4vw, 3.6rem); align-items: center; }
.hero-kop { font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--bast); }
.hero h1 { margin-top: .7rem; }
.hero h1 em { font-style: normal; color: var(--groen); }
.hero .lead { margin-top: 1.1rem; font-size: 1.15rem; color: var(--grijs); max-width: 33em; }
.hero .knoppen { margin-top: 1.7rem; }

.hero-troef { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; margin-top: 1.8rem; padding-top: 1.4rem; border-top: 1px solid var(--lijn); }
.hero-troef li { font-size: .93rem; font-weight: 600; color: var(--groen-diep); padding-left: 1.5rem; position: relative; }
.hero-troef li::before {
  content: ""; position: absolute; left: 0; top: .28em; width: 1.05rem; height: 1.05rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%237cbb36' d='M18 2C9 2 3 6 3 12c0 2 .6 3.6 1.7 4.8L2 19.6l1.4 1.4 2.8-2.8C7.4 19.3 9 20 11 20c6 0 9-7 7-18z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.hero-beeld { position: relative; }
.hero-beeld img { border-radius: var(--radius-groot); box-shadow: var(--schaduw-diep); }
.zegel {
  position: absolute; right: -.6rem; bottom: -1.1rem;
  background: var(--bast); color: #fff;
  width: 118px; height: 118px; border-radius: 50%;
  display: grid; place-content: center; text-align: center;
  box-shadow: 0 8px 20px rgba(74, 39, 22, .3);
  border: 4px solid var(--wit);
}
.zegel b { display: block; font-family: var(--font-display); font-size: 1.85rem; line-height: 1; }
.zegel span { display: block; font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; margin-top: .2rem; }

@media (max-width: 880px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-beeld { order: -1; }
  .zegel { width: 92px; height: 92px; right: .6rem; bottom: -1rem; }
  .zegel b { font-size: 1.45rem; }
}
/* Op een telefoon blijft de foto staan, maar laag genoeg zodat de titel en de
   belknop binnen het eerste scherm vallen. */
@media (max-width: 620px) {
  .hero { padding-top: 1.4rem; }
  .hero .wrap { gap: 1.5rem; }
  .hero-beeld img { max-height: 200px; object-fit: cover; object-position: 72% 40%; width: 100%; }
  .hero h1 { font-size: 2.05rem; }
  .hero .lead { font-size: 1.03rem; margin-top: .8rem; }
  .hero .knoppen { margin-top: 1.2rem; }
  .hero .knoppen .knop { width: 100%; }
  .hero-troef { margin-top: 1.2rem; padding-top: 1rem; gap: .35rem 1.2rem; }
}

/* ---------- Snelcontact ---------- */

.snelcontact { background: var(--groen-diep); color: #e9f1e3; }
.snelcontact ul { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); }
.snelcontact li + li { border-left: 1px solid rgba(255,255,255,.14); }
.snelcontact a, .snelcontact .stat {
  display: flex; align-items: center; gap: .8rem;
  padding: 1.15rem 1.4rem; color: #fff; text-decoration: none; font-weight: 600;
}
.snelcontact a:hover { background: rgba(255,255,255,.08); color: #fff; }
.snelcontact .icoon { flex: 0 0 auto; width: 22px; height: 22px; fill: var(--blad); }
.snelcontact small { display: block; font-size: .74rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; color: var(--blad); }
@media (max-width: 780px) {
  .snelcontact ul { grid-template-columns: 1fr; }
  .snelcontact li + li { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
}

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

section.blok { padding: clamp(3rem, 6vw, 5rem) 0; }
section.blok.wit { background: var(--wit); }
section.blok.groen { background: var(--groen-diep); color: #e4ede0; }
section.blok.groen h2, section.blok.groen h3 { color: #fff; }
section.blok.groen a { color: var(--blad); }
section.blok.groen a:hover { color: #fff; }

.oog { font-size: .8rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; color: var(--bast); display: block; margin-bottom: .6rem; }
section.blok.groen .oog, .paginakop .oog { color: var(--blad); }

.sectie-kop { max-width: 46rem; margin-bottom: 2.4rem; }
.sectie-kop p { margin-top: .9rem; color: var(--grijs); font-size: 1.08rem; }
section.blok.groen .sectie-kop p { color: #c9d8c6; }
.sectie-kop.midden { margin-inline: auto; text-align: center; }

/* ---------- Dienstenkaarten ---------- */

.diensten { display: grid; grid-template-columns: repeat(auto-fill, minmax(258px, 1fr)); gap: 1.1rem; }
.dienst {
  display: flex; flex-direction: column;
  background: var(--wit); border: 1px solid var(--lijn); border-radius: var(--radius-groot);
  overflow: hidden; text-decoration: none; color: inherit;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
section.blok.wit .dienst { background: var(--zand); }
.dienst:hover { border-color: var(--blad); transform: translateY(-2px); box-shadow: var(--schaduw); color: inherit; }
.dienst img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.dienst .tekst { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; flex: 1; }
.dienst h3 { font-size: 1.18rem; color: var(--groen-diep); }
.dienst p { margin-top: .5rem; font-size: .95rem; color: var(--grijs); }
.dienst .meer { margin-top: auto; padding-top: .9rem; font-weight: 700; font-size: .92rem; color: var(--groen); }
.dienst:hover .meer { color: var(--bast); }
.dienst .meer::after { content: " \2192"; }

/* ---------- Troefkaarten ---------- */

.troeven { display: grid; grid-template-columns: repeat(auto-fit, minmax(228px, 1fr)); gap: 1.6rem 2rem; }
.troef .nr {
  font-family: var(--font-display); font-size: 1rem; font-weight: 600;
  color: var(--blad); display: inline-block; padding-bottom: .35rem;
  border-bottom: 2px solid rgba(124, 187, 54, .45); margin-bottom: .8rem;
  letter-spacing: .06em; text-transform: uppercase;
}
.troef h3 { font-size: 1.16rem; }
.troef p { margin-top: .5rem; font-size: .97rem; }
section.blok.groen .troef p { color: #c9d8c6; }

/* ---------- Fotomozaïek ---------- */

.mozaiek { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
.mozaiek figure { margin: 0; border-radius: var(--radius-groot); overflow: hidden; background: var(--bast-licht); }
.mozaiek img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3 / 4; }
.mozaiek .breed { grid-column: span 2; }
.mozaiek .breed img { aspect-ratio: 3 / 2; }
@media (max-width: 820px) { .mozaiek { grid-template-columns: repeat(2, 1fr); } }

.galerij { display: grid; grid-template-columns: repeat(auto-fill, minmax(232px, 1fr)); gap: .9rem; }
.galerij figure { margin: 0; background: var(--wit); border: 1px solid var(--lijn); border-radius: var(--radius-groot); overflow: hidden; }
.galerij img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.galerij img.liggend { aspect-ratio: 3 / 2; }
.galerij figcaption { padding: .65rem .85rem .8rem; font-size: .88rem; color: var(--grijs); }

/* ---------- Conversieblokken ---------- */

.duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 3.5vw, 3rem); align-items: center; }
.duo img { border-radius: var(--radius-groot); }
.duo.gedraaid .duo-tekst { order: 2; }
@media (max-width: 820px) {
  .duo { grid-template-columns: 1fr; }
  .duo.gedraaid .duo-tekst { order: 0; }
}

.kaart {
  background: var(--wit); border: 1px solid var(--lijn);
  border-left: 4px solid var(--blad);
  border-radius: var(--radius-groot); padding: 1.6rem 1.7rem;
}
section.blok.wit .kaart { background: var(--zand); }
.kaart h3 { color: var(--groen-diep); }
.kaart p { margin-top: .6rem; color: var(--grijs); }

.lijst { list-style: none; }
.lijst li { padding-left: 1.75rem; position: relative; margin-top: .55rem; }
.lijst li::before {
  content: ""; position: absolute; left: 0; top: .42em; width: 1.1rem; height: 1.1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%237cbb36' d='M18 2C9 2 3 6 3 12c0 2 .6 3.6 1.7 4.8L2 19.6l1.4 1.4 2.8-2.8C7.4 19.3 9 20 11 20c6 0 9-7 7-18z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.lijst.bruin li::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23784025' d='M18 2C9 2 3 6 3 12c0 2 .6 3.6 1.7 4.8L2 19.6l1.4 1.4 2.8-2.8C7.4 19.3 9 20 11 20c6 0 9-7 7-18z'/%3E%3C/svg%3E"); }

.tabel { width: 100%; border-collapse: collapse; margin-top: 1.2rem; font-size: .97rem; }
.tabel th, .tabel td { text-align: left; padding: .72rem .9rem; border-bottom: 1px solid var(--lijn); vertical-align: top; }
.tabel th { background: var(--blad-licht); color: var(--groen-diep); font-weight: 700; }
.tabel tr:last-child td { border-bottom: 0; }

/* ---------- Stappen (HowTo) ---------- */

.stappen { list-style: none; counter-reset: stap; display: grid; gap: 1.1rem; }
.stappen li { counter-increment: stap; padding-left: 3.5rem; position: relative; }
.stappen li::before {
  counter-content: ""; content: counter(stap);
  position: absolute; left: 0; top: 0;
  width: 2.5rem; height: 2.5rem; border-radius: 50%;
  background: var(--blad); color: var(--groen-nacht);
  display: grid; place-content: center;
  font-family: var(--font-display); font-size: 1.25rem; font-weight: 600;
}
.stappen h3 { font-size: 1.1rem; font-family: var(--font-body); font-weight: 700; }
.stappen p { margin-top: .25rem; color: var(--grijs); font-size: .97rem; }
section.blok.groen .stappen p { color: #c9d8c6; }

/* ---------- FAQ ---------- */

.faq { display: grid; gap: .65rem; }
.faq details {
  background: var(--wit); border: 1px solid var(--lijn); border-radius: var(--radius-groot);
  padding: .2rem 1.2rem;
}
section.blok.wit .faq details { background: var(--zand); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1rem 2rem 1rem 0; position: relative;
  font-weight: 700; font-size: 1.04rem; color: var(--groen-diep);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 0; top: 1.35rem;
  width: .62rem; height: .62rem; border-right: 2px solid var(--blad-diep); border-bottom: 2px solid var(--blad-diep);
  transform: rotate(45deg); transition: transform .15s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); top: 1.55rem; }
.faq .antwoord { padding: 0 0 1.1rem; color: var(--grijs); }
.faq .antwoord p + p { margin-top: .7rem; }

/* ---------- Broodkruimel ---------- */

.kruimel { background: var(--wit); border-bottom: 1px solid var(--lijn); font-size: .87rem; }
.kruimel ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: .7rem 0; color: var(--grijs-licht); }
.kruimel li + li::before { content: "\203A"; margin-right: .4rem; color: var(--lijn); }
.kruimel a { color: var(--grijs); text-decoration: none; }
.kruimel a:hover { color: var(--groen); text-decoration: underline; }

/* ---------- Paginakop ---------- */

.paginakop { background: var(--groen-diep); color: #e4ede0; padding: clamp(2.4rem, 5vw, 3.6rem) 0 clamp(2.6rem, 5vw, 3.4rem); }
.paginakop .oog { font-size: .8rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; color: var(--blad); display: block; margin-bottom: .7rem; }
.paginakop h1 { color: #fff; max-width: 20em; }
.paginakop p { margin-top: 1rem; color: #c9d8c6; font-size: 1.1rem; max-width: 44em; }
.paginakop .knoppen { margin-top: 1.7rem; }

/* ---------- Inhoud ---------- */

.inhoud { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(2rem, 4vw, 3.4rem); align-items: start; }
@media (max-width: 900px) { .inhoud { grid-template-columns: 1fr; } }

.zijkaart {
  background: var(--groen-diep); color: #e4ede0;
  border-radius: var(--radius-groot); padding: 1.6rem 1.5rem;
  position: sticky; top: 5.5rem;
}
.zijkaart h2, .zijkaart h3 { color: #fff; font-size: 1.3rem; }
.zijkaart p { margin-top: .7rem; font-size: .96rem; color: #c9d8c6; }
.zijkaart .knop { width: 100%; margin-top: 1rem; }
.zijkaart .nap { margin-top: 1.3rem; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.16); font-size: .92rem; }
.zijkaart .nap a { color: var(--blad); }
@media (max-width: 900px) { .zijkaart { position: static; } }

.prose h2 { margin-top: 2.6rem; }
.prose h2:first-child { margin-top: 0; }
.prose ul, .prose ol { margin-top: .9rem; padding-left: 1.3rem; }
.prose ul.lijst { padding-left: 0; }
.prose li + li { margin-top: .35rem; }

.uitgelicht {
  background: var(--blad-licht); border-radius: var(--radius-groot);
  padding: 1.3rem 1.5rem; margin-top: 1.6rem;
  border-left: 4px solid var(--blad);
}
.uitgelicht p { color: var(--groen-nacht); }

/* ---------- Contact ---------- */

.contactkolommen { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 3.2rem); align-items: start; }
@media (max-width: 820px) { .contactkolommen { grid-template-columns: 1fr; } }

.napblok { font-style: normal; font-size: 1.06rem; line-height: 1.9; }
.napblok a { font-weight: 600; }

.map-link { display: block; text-decoration: none; border-radius: var(--radius-groot); overflow: hidden; border: 1px solid var(--lijn); background: var(--wit); }
.map-link img { width: 100%; }
.map-link span { display: block; padding: .8rem 1rem; font-weight: 700; color: var(--groen); font-size: .95rem; }
.map-link:hover span { color: var(--bast); }
.map-link span::after { content: " \2192"; }

.actieknoppen { display: grid; gap: .7rem; margin-top: 1.4rem; }
.actieknoppen .knop { width: 100%; }

/* ---------- Slotoproep ---------- */

.oproep { background: var(--bast); color: #f6ece2; }
.oproep .wrap { padding: clamp(2.6rem, 5vw, 4rem) 0; display: grid; grid-template-columns: 1.2fr auto; gap: 2rem; align-items: center; }
.oproep h2 { color: #fff; }
.oproep p { margin-top: .8rem; color: #ecd9c9; max-width: 40em; }
.oproep .knoppen { justify-content: flex-end; }
@media (max-width: 820px) {
  .oproep .wrap { grid-template-columns: 1fr; }
  .oproep .knoppen { justify-content: flex-start; }
}

/* ---------- Footer ---------- */

footer.site { background: var(--groen-nacht); color: #b9cdb8; font-size: .95rem; }
footer.site .wrap { padding: clamp(2.4rem, 5vw, 3.4rem) 0 1.6rem; }
footer.site .kolommen { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 2rem; }
@media (max-width: 900px) { footer.site .kolommen { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { footer.site .kolommen { grid-template-columns: 1fr; } }
footer.site h3 { color: #fff; font-size: 1.05rem; font-family: var(--font-body); font-weight: 700; margin-bottom: .8rem; }
footer.site ul { list-style: none; }
footer.site li { margin-bottom: .38rem; }
footer.site a { color: #cfe0cf; text-decoration: none; }
footer.site a:hover { color: var(--blad); text-decoration: underline; }
footer.site .merk img { width: 190px; background: #fff; padding: .55rem .7rem; border-radius: var(--radius); }
footer.site .merk p { margin-top: 1rem; max-width: 30em; color: #9db69c; }
footer.site .vhg-badge {
  display: inline-block; margin-top: 1rem; padding: .5rem .85rem;
  border: 1px solid rgba(124, 187, 54, .5); border-radius: var(--radius);
  color: var(--blad); font-weight: 700; font-size: .85rem;
}
footer.site .onderaan {
  margin-top: 2.4rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12);
  display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between;
  font-size: .87rem; color: #8ba58a;
}

/* ---------- 404 ---------- */

.fout { text-align: center; padding: clamp(3rem, 8vw, 6rem) 0; }
.fout .knoppen { justify-content: center; margin-top: 1.8rem; }
.fout .lijst { display: inline-block; text-align: left; margin-top: 2rem; }
