/* ============================================================
   briesje · site stylesheet
   Rustig, geloofwaardig methode-huis. Veel witruimte, grote
   koppen, één warm accent per scherm. Het beweegt als lucht,
   niet als een dashboard.
   ============================================================ */

* { box-sizing: border-box; }

html, body { margin: 0; }

body {
  background: var(--lucht);
  color: var(--veen);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a { color: inherit; }

img { max-width: 100%; }

/* ---- Eyebrow — the recurring mono kicker --------------------- */
.eyebrow {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--lichen-deep);
  margin: 0;
}

/* ---- Campaign banner ------------------------------------------ */
.campagnebalk {
  background: var(--lucht-deep);
  border-bottom: 1px solid var(--mist);
  padding: 10px 28px;
  display: flex;
  justify-content: center;
}

.campagnebalk__tekst {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--lichen-deep);
  margin: 0;
  white-space: nowrap;
}

.campagnebalk__tekst a {
  color: var(--hei-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: none;
  letter-spacing: .06em;
  white-space: nowrap;
}

.campagnebalk__huidige {
  color: var(--hei-deep);
  text-transform: none;
  letter-spacing: .06em;
  white-space: nowrap;
}

/* ---- Navigation ------------------------------------------------ */
.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  padding: 26px 28px;
  border-bottom: 1px solid var(--mist);
}

.nav__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}

.nav__logo img {
  height: 30px;
  display: block;
}

.nav__links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-left: auto;
  align-items: baseline;
}

.nav__link {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--ink-soft);
  text-decoration: none;
  padding-bottom: 3px;
  white-space: nowrap;
}

.nav__link:hover { color: var(--veen); }

.nav__link[aria-current="page"] {
  color: var(--veen);
  border-bottom: 1px solid var(--veen);
}

.nav__link--nadruk {
  color: var(--lucht);
  background: var(--veen);
  padding: 6px 12px;
  border-radius: 100px;
}

.nav__link--nadruk:hover { color: var(--lucht); }

.nav__link--nadruk[aria-current="page"] {
  color: var(--lucht);
  border-bottom: none;
}

/* ---- Hero -------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 14vw, 180px) 28px clamp(80px, 11vw, 140px);
}

.hero__stream {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

@keyframes briesje-drift {
  from { transform: translateX(0); }
  to   { transform: translateX(-220px); }
}

.briesje-drift { animation: briesje-drift var(--dur-drift) linear infinite; }

@media (prefers-reduced-motion: reduce) {
  .briesje-drift { animation: none !important; }
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--wrap);
  margin: 0 auto;
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(72px, 15vw, 148px);
  line-height: .9;
  letter-spacing: -.03em;
  margin: 26px 0 30px;
  color: var(--veen);
}

.hero__lede {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(24px, 3.4vw, 36px);
  line-height: 1.3;
  letter-spacing: -.01em;
  max-width: 24ch;
  margin: 0 0 34px;
  color: var(--veen);
}

.hero__intro {
  font-size: 1.125rem;
  line-height: 1.75;
  max-width: 52ch;
  margin: 0;
  color: var(--ink-soft);
}

.hero__beweging {
  margin: 48px 0 0;
}

.hero__beweging svg {
  display: block;
  width: 100%;
  height: auto;
}

/* ---- Shared section rhythm ---------------------------------------- */
.sectie {
  padding: var(--space-section) 28px;
  border-top: 1px solid var(--mist);
}

.sectie__inner {
  max-width: var(--wrap);
  margin: 0 auto;
}

.sectie .eyebrow {
  font-weight: 700;
}

.sectie--paneel {
  background: var(--lucht-deep);
}

.sectie__titel {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 22px 0 28px;
  color: var(--veen);
}

.tekst-lopend {
  font-size: 1.0625rem;
  line-height: 1.75;
  max-width: var(--measure);
  margin: 0;
}

.tekst-lopend--mb {
  margin-bottom: 36px;
}

.tekst-lopend--sm {
  margin-bottom: 20px;
}

.tekst-lopend--mt {
  margin-top: 18px;
}

.tekst-lopend--intro {
  margin: 24px 0 36px;
}

.tekst-link {
  color: var(--hei-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---- Button / knop --------------------------------------------------- */
.knop {
  font-family: var(--font-body);
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.0625rem;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.knop--primair {
  background: var(--veen);
  color: var(--lucht);
  border-color: var(--veen);
}

.knop--primair:hover {
  background: #3b372f;
  border-color: #3b372f;
}

/* ---- De kern -------------------------------------------------------- */
.kern__titel {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 22px 0 28px;
  color: var(--veen);
}


.sectie__inner--breed {
  max-width: 860px;
}

/* ---- Footer ------------------------------------------------------------ */
.footer {
  position: relative;
  overflow: hidden;
  background: var(--veen);
  color: var(--lucht);
  padding: clamp(56px, 8vw, 100px) 28px;
  margin-top: auto;
}

.footer__stroom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  pointer-events: none;
}

.footer__inner {
  position: relative;
  max-width: var(--wrap);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.footer__crisis {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 56ch;
  margin: 0;
  color: var(--lucht);
}

.footer__crisis a {
  color: var(--lucht);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  border-top: 1px solid var(--border-on-dark);
  padding-top: 26px;
}

.footer__meta img {
  height: 22px;
  display: block;
}

.footer__meta p {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--on-dark-muted);
  margin: 0;
}

/* ---- Stub-page hero (the 8 not-yet-designed pages) --------------------- */
.pagina-hero {
  padding: clamp(96px, 14vw, 180px) 28px clamp(64px, 9vw, 100px);
}

.pagina-hero__inner {
  max-width: var(--wrap);
  margin: 0 auto;
}

.pagina-hero__titel {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(46px, 7vw, 88px);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 22px 0 28px;
  color: var(--veen);
}

.pagina-hero__intro {
  font-size: 1.0625rem;
  line-height: 1.75;
  max-width: var(--measure);
  margin: 0;
  color: var(--ink-soft);
}

/* ---- Het plan ---------------------------------------------------------- */
.plan-hero {
  padding: clamp(72px, 10vw, 132px) 28px clamp(56px, 7vw, 88px);
}

.plan-hero__inner {
  max-width: var(--wrap);
  margin: 0 auto;
}

.plan-hero__titel {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(44px, 7vw, 80px);
  line-height: 1.02;
  letter-spacing: -.02em;
  margin: 24px 0 30px;
  color: var(--veen);
}

.plan-hero__intro {
  font-size: 1.125rem;
  line-height: 1.75;
  max-width: 58ch;
  margin: 0;
}

.steun__acties {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.steun__acties--mt {
  margin-top: 24px;
}

.steun__tekst-klein {
  font-size: .9375rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}

.steun__link {
  color: var(--hei-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---- Wat is briesje ------------------------------------------------------ */
.storm-hero {
  position: relative;
  overflow: hidden;
}

.storm-hero .plan-hero__inner {
  position: relative;
  z-index: 2;
}

.storm-hero .plan-hero__titel {
  margin: 24px 0 34px;
}

.storm-hero__intro--gap {
  margin-bottom: 22px;
}

/* ---- briesje en de keten -------------------------------------------------- */
.keten-hero__titel {
  font-size: clamp(40px, 6.4vw, 72px);
  line-height: 1.05;
}

.keten-hero__citaat {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(22px, 3vw, 29px);
  line-height: 1.4;
  max-width: 30ch;
  margin: 0;
  color: var(--veen);
}

.bewegingen__figuur {
  margin: 0;
  border: 1px solid var(--mist);
  background: var(--lucht);
}

.bewegingen__figuur svg {
  display: block;
  width: 100%;
  height: auto;
}

.bewegingen__figuur-onderschrift {
  border-top: 1px solid var(--mist);
  padding: 14px 20px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  color: var(--ink-soft);
  margin: 0;
}

.keten-tabel {
  border-collapse: collapse;
  width: 100%;
}

.keten-tabel th,
.keten-tabel td {
  border: 1px solid var(--mist);
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  font-size: .9375rem;
}

.keten-tabel thead th {
  background: var(--lucht);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
}

.keten-tabel__kop--keten {
  color: var(--hei-deep);
}

.keten-tabel__kop--briesje {
  color: var(--lichen-deep);
}

.keten-tabel__label {
  background: var(--lucht-deep);
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.keten-vraag {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(20px, 2.6vw, 27px);
  line-height: 1.4;
  max-width: 44ch;
  margin: 0 0 24px;
  color: var(--veen);
}

.keten-link {
  display: inline-block;
  font-weight: 600;
  font-size: 1.0625rem;
  color: var(--hei-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 16px;
}

.keten-link-rij {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  margin-top: 16px;
}

.keten-link-rij .keten-link {
  margin-top: 0;
}

.keten-link-stapel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.keten-link-stapel .keten-link {
  margin-top: 0;
}

.blindevlek__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: 44px;
  align-items: start;
  margin-top: 24px;
}

.blindevlek__tekst {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 0;
}

.blindevlek__figuur {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  .blindevlek__grid {
    grid-template-columns: 1fr;
  }
}

.ingebed__figuur {
  margin: 0;
  border: 1px solid var(--mist);
  background: var(--lucht);
}

.ingebed__vergelijking {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1px;
  background: var(--mist);
}

.ingebed__voorbeeld {
  background: var(--lucht);
  padding: 28px 24px 22px;
}

.ingebed__voorbeeld svg {
  display: block;
  width: 100%;
  height: auto;
}

.ingebed__voorbeeld-label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 16px 0 0;
}

.ingebed__voorbeeld-label--erbovenop {
  color: var(--hei-deep);
}

.ingebed__voorbeeld-label--ingebed {
  color: var(--lichen-deep);
}

/* ---- Wat briesje zichtbaar maakt ------------------------------------------ */
.zichtbaar-hero__titel {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(40px, 6.4vw, 72px);
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 24px 0 26px;
  color: var(--veen);
}

.voorbeelden__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1px;
  background: var(--mist);
  border: 1px solid var(--mist);
}

.voorbeelden__kaart {
  background: var(--lucht-deep);
  padding: 30px 26px 34px;
}

.voorbeelden__icoon {
  display: block;
  width: 72px;
  height: 40px;
  margin: 0 0 20px;
}

.voorbeelden__tekst {
  font-size: .9375rem;
  line-height: 1.7;
  margin: 0;
}

.voorbeelden__notitie {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  color: var(--hei-deep);
  margin: 22px 0 0;
}

.lagen__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px;
  background: var(--mist);
  border: 1px solid var(--mist);
}

.lagen__kaart {
  background: var(--lucht);
  padding: 28px 24px 30px;
}

.lagen__icoon {
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 0 18px;
}

.lagen__label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.lagen__label--groen {
  color: var(--lichen-deep);
}

.lagen__label--paars {
  color: var(--hei-deep);
}

.lagen__tekst {
  font-size: .9375rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
}

.lagen__notitie {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  color: var(--ink-soft);
  margin: 20px 0 0;
}

.werkt__lijst {
  margin-top: 24px;
  display: grid;
  gap: 1px;
  background: var(--mist);
  border: 1px solid var(--mist);
}

.werkt__item {
  background: var(--lucht);
  padding: 24px 26px;
}

.werkt__label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--lichen-deep);
  margin: 0 0 10px;
}

.werkt__tekst {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

/* ---- Wat briesje niet is -------------------------------------------------- */
.nietis-hero__titel {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(40px, 6.4vw, 72px);
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 24px 0 30px;
  color: var(--veen);
}

.nietis-sectie {
  padding: 0 28px clamp(56px, 8vw, 104px);
  border-top: 1px solid var(--mist);
}

.nietis__grid {
  display: grid;
  gap: 1px;
  background: var(--mist);
  border: 1px solid var(--mist);
  margin-top: 1px;
}

.nietis__item {
  background: var(--lucht);
  padding: 36px 30px;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  align-items: start;
}

.nietis__icoon {
  display: block;
  width: 56px;
  height: 56px;
}

.nietis__titel {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(22px, 2.6vw, 27px);
  line-height: 1.3;
  margin: 0 0 12px;
  color: var(--veen);
}

.nietis__tekst {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  color: var(--ink-soft);
  max-width: 58ch;
}

.herstel__tekst {
  font-size: 1.0625rem;
  line-height: 1.75;
  max-width: var(--measure);
  margin: 24px 0 22px;
}

.herstel__citaat {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(20px, 2.6vw, 27px);
  line-height: 1.4;
  max-width: 44ch;
  margin: 0 0 26px;
  color: var(--veen);
}

.herstel__notitie {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  color: var(--ink-soft);
  margin: 0;
}

/* ---- Herkomst -------------------------------------------------------------- */
/* ---- Mensen ---------------------------------------------------------------- */
.mensen__foto {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 2px;
  border: 1px dashed var(--mist);
  background: rgba(43, 40, 35, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
}

.mensen__foto-tekst {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--ink-soft);
  margin: 0;
}

.mensen__naam {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(28px, 3.6vw, 38px);
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0 0 20px;
  color: var(--veen);
}

.herkomst-figuur {
  border: 1px solid var(--mist);
  padding: 36px 36px 30px;
  margin: 0 0 40px;
}

.herkomst-figuur--mt {
  margin-top: 24px;
}

.herkomst-figuur svg {
  display: block;
  width: 100%;
  height: auto;
}

.herkomst-figuur figcaption {
  margin: 14px 0 0;
  font-size: .9375rem;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 72ch;
}

.mensen__foto--vierkant {
  aspect-ratio: 1 / 1;
  max-width: 180px;
}

.herkomst-thuisbasis {
  margin-top: 40px;
  background: var(--lucht-deep);
  padding: 32px 36px 30px;
}

/* ---- Crowdfunding banner (Home) ------------------------------------------- */
.crowdfund-balk {
  position: relative;
  background: var(--lucht-deep);
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.crowdfund-balk__accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--lijsterbes);
}

.crowdfund-balk__tekst {
  font-size: 1rem;
  line-height: 1.55;
  max-width: 52ch;
  margin: 0;
  color: var(--veen);
}

.crowdfund-balk__knop {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--lijsterbes);
  color: var(--lucht);
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 13px 22px;
  white-space: nowrap;
  transition: background .2s ease;
}

.crowdfund-balk__knop:hover {
  background: var(--veen);
}

/* ---- Site-wide structural additions (nav/menu restructure) --------------- */
.footer__contact {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--on-dark-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: auto;
  white-space: nowrap;
}

.hero__tagline {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(24px, 3.4vw, 36px);
  line-height: 1.3;
  letter-spacing: -.01em;
  max-width: 24ch;
  margin: 0 0 34px;
  color: var(--veen);
}

.recovery-vergelijk {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--mist);
  border: 1px solid var(--mist);
}

.recovery-vergelijk__paneel {
  background: var(--lucht);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.recovery-vergelijk__titel {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -.02em;
  margin: 4px 0 10px;
  color: var(--veen);
}

.recovery-vergelijk__figuur svg { display: block; width: 100%; height: auto; }

.recovery-vergelijk__bijschrift {
  font-size: .9375rem;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 44ch;
  margin: 14px 0 0;
}

.recovery-vergelijk__vs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--lucht);
  border: 1px solid var(--mist);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--ink-soft);
}

@media (max-width: 700px) {
  .recovery-vergelijk { grid-template-columns: 1fr; }
  .recovery-vergelijk__vs { display: none; }
}

.recovery-citaat {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.32;
  letter-spacing: -.02em;
  max-width: 44ch;
  margin: 0;
  color: var(--veen);
}

.recovery-brug__vraag {
  font-size: 1.0625rem;
  line-height: 1.65;
  max-width: 58ch;
  margin: 20px 0 0;
  color: var(--ink-soft);
}

.recovery-rooster {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--mist);
  border: 1px solid var(--mist);
}

.recovery-rooster--twee { grid-template-columns: 1fr 1fr; }

@media (max-width: 700px) {
  .recovery-rooster,
  .recovery-rooster--twee { grid-template-columns: 1fr; }
}

.recovery-rooster__cel {
  background: var(--lucht);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.recovery-rooster__cel--breed { grid-column: 1 / -1; }

.recovery-rooster__cel--accent { background: var(--lucht-deep); }

.recovery-rooster__figuur svg { display: block; width: 100%; height: auto; }

.recovery-rooster__label {
  font-weight: 600;
  font-size: 1.0625rem;
  margin: 0;
  color: var(--veen);
}

.recovery-rooster__tekst {
  font-size: .9375rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
}

.recovery-rooster__tekst--groot {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--veen);
  max-width: 72ch;
}

.recovery-verloren {
  position: relative;
  min-height: 100px;
  margin-top: 28px;
}

.recovery-verloren__item {
  position: absolute;
  top: 0;
  width: 240px;
  max-width: 46vw;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.recovery-verloren__item:first-child { left: 33.33%; }
.recovery-verloren__item:last-child { left: 66.66%; }

@media (max-width: 700px) {
  .recovery-verloren {
    position: static;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .recovery-verloren__item {
    position: static;
    transform: none;
    width: 100%;
    max-width: none;
  }
}

.recovery-verloren__item p {
  margin: 0;
  font-size: .875rem;
  line-height: 1.5;
  color: var(--ink-soft);
}

.recovery-voorwaarde {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 78ch;
  margin: 18px 0 0;
}

/* ---- Home: illustrated content blocks ------------------------------ */
.blok__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 64px;
  align-items: start;
  margin-top: 28px;
}

@media (max-width: 760px) {
  .blok__grid { grid-template-columns: 1fr; }
}

.blok__figuur {
  border: 1px solid var(--mist);
  padding: 28px 28px 22px;
  margin: 0;
}

.blok__figuur svg {
  display: block;
  width: 100%;
  height: auto;
}

.blok__figuur-tekst {
  margin: 12px 0 0;
  font-size: .875rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

/* ---- Werkwijze ------------------------------------------------------ */
.werkwijze-hero__titel {
  max-width: 16ch;
}

.werkwijze-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 32px;
}

@media (max-width: 700px) {
  .werkwijze-hero__grid { grid-template-columns: 1fr; }
}

.werkwijze-storm__figuur {
  border: 1px solid var(--mist);
  padding: 32px 36px 26px;
  margin: 40px 0 0;
}

.werkwijze-storm__figuur svg {
  display: block;
  width: 100%;
  height: auto;
}

.werkwijze-storm__figuur figcaption {
  margin: 12px 0 0;
  font-size: .875rem;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 72ch;
}

.werkwijze-principe__titel {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0;
  color: var(--veen);
}

.werkwijze-slotcitaat {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(22px, 2.8vw, 26px);
  line-height: 1.35;
  letter-spacing: -.02em;
  max-width: 44ch;
  margin: 40px 0 0;
  color: var(--veen);
}

.werkwijze-volgende {
  padding: 36px 28px 48px;
  border-top: 1px solid var(--mist);
}

.werkwijze-volgende__inner {
  display: flex;
  gap: 24px;
  align-items: baseline;
  flex-wrap: wrap;
}

/* ---- Onderbouwing ---------------------------------------------------- */
.onderbouwing-tekst {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
}

.onderbouwing-tekst--mb {
  margin-top: 16px;
}

.onderbouwing-figuur-notitie {
  margin-top: 14px;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--lichen-deep);
}

.onderbouwing-solo {
  border: 1px solid var(--mist);
  margin-top: 24px;
}

.onderbouwing-solo__inhoud {
  padding: 32px 36px 28px;
}

.onderbouwing-solo__titel {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 12px 0 12px;
  color: var(--veen);
}

.onderbouwing-solo__voet {
  border-top: 1px solid var(--mist);
  padding: 14px 36px;
  display: flex;
  gap: 24px;
  align-items: baseline;
  flex-wrap: wrap;
}

.onderbouwing-draagt-bij {
  border-top: 1px solid var(--mist);
  padding-top: 14px;
  margin-top: 8px;
  display: flex;
  gap: 18px;
  align-items: baseline;
  flex-wrap: wrap;
}

.onderbouwing-draagt-bij-tekst {
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ---- Het plan ---------------------------------------------------------- */
.plan-strook {
  border: 1px solid var(--mist);
  padding: 14px 20px;
  display: flex;
  gap: 24px;
  align-items: baseline;
  flex-wrap: wrap;
}

.plan-strook--mt {
  margin-top: 24px;
}

.plan-strook__tekst {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.plan-figuur-notitie {
  margin-top: 16px;
  border-top: 1px solid var(--mist);
  padding-top: 14px;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--lichen-deep);
}

.plan-stroom-bar {
  margin-top: 28px;
  border: 1px solid var(--mist);
  padding: 18px 24px;
  display: flex;
  gap: 20px;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}

.plan-stroom-bar__label {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.plan-stroom-bar__pijl {
  color: var(--lichen-deep);
}

/* ---- Contact form -------------------------------------------------- */
.contact-form {
  max-width: var(--wrap);
  margin-top: 8px;
}

.contact-form__rij {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.form-veld {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}

.form-veld:first-child {
  margin-top: 0;
}

.contact-form__rij .form-veld {
  margin-top: 0;
}

.form-label {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.form-label__optioneel {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.form-input {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--veen);
  background: var(--lucht);
  border: 1px solid var(--mist);
  border-radius: 6px;
  padding: 12px 14px;
}

.form-input:focus {
  outline: none;
  border-color: var(--lichen-deep);
}

.form-textarea {
  resize: vertical;
  line-height: 1.6;
}

.contact-form__acties {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.form-veld--verborgen {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-form__status {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--ink-soft);
  margin: 0;
}

.contact-form__bevestiging {
  max-width: var(--wrap);
  margin-top: 8px;
}

@media (max-width: 640px) {
  .contact-form__rij {
    grid-template-columns: 1fr;
  }

  .contact-form__rij .form-veld {
    margin-top: 24px;
  }

  .contact-form__rij .form-veld:first-child {
    margin-top: 0;
  }
}
