:root {
  --green: #2A9F01;
  --green-deep: #1f7a06;
  --magenta: #B4006E;
  --magenta-deep: #8e0257;
  --cream: #fbf7ee;
  --cream-2: #f5efe1;
  --ink: #2e2a25;
  --ink-soft: #5f594f;
  --tint-green: #e4f1d6;
  --tint-pink: #fbe0ef;
  --tint-lilac: #e8e2f5;
  --tint-butter: #fdeeb8;
  --white: #ffffff;
  --radius: 26px;
  --shadow: 0 18px 50px -22px rgba(60, 50, 30, .35);
  --shadow-sm: 0 10px 30px -16px rgba(60, 50, 30, .4);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px
}

body {
  font-family: 'Hanken Grotesk', sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  line-height: 1.1;
  color: var(--ink)
}

a {
  color: inherit;
  text-decoration: none
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 26px
}

section {
  position: relative
}

/* ---------- decorative scribbles ---------- */
.scribble {
  position: absolute;
  pointer-events: none;
  z-index: 0
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55em;
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: .85em 1.6em;
  border-radius: 50px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .25s, box-shadow .25s, background .25s;
  white-space: nowrap;
}

.btn svg {
  width: 1.1em;
  height: 1.1em;
  transition: transform .25s
}

.btn:hover svg {
  transform: translateX(4px)
}

.btn-green {
  /* green-deep i.p.v. green: wit op #2A9F01 haalt maar 3.47:1, te weinig voor
     normale knoptekst (AA = 4.5:1). #1f7a06 geeft 5.46:1. */
  background: var(--green-deep);
  color: #fff;
  box-shadow: 0 12px 26px -12px rgba(31, 122, 6, .7)
}

.btn-green:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px -12px rgba(31, 122, 6, .75)
}

.btn-magenta {
  background: var(--magenta);
  color: #fff;
  box-shadow: 0 12px 26px -12px rgba(180, 0, 110, .6)
}

.btn-magenta:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px -12px rgba(180, 0, 110, .65)
}

.btn-ghost {
  background: transparent;
  color: var(--magenta);
  border-color: var(--magenta)
}

.btn-ghost:hover {
  background: var(--magenta);
  color: #fff;
  transform: translateY(-3px)
}

/* ---------- focus states (toetsenbordnavigatie, a11y) ---------- */
/* Zichtbare focus-ring voor alle interactieve elementen. :focus-visible toont
   de ring alleen bij toetsenbord-/niet-muisfocus, dus muisklikken blijven schoon.
   De donkere outline staat op de cream-achtergrond (13:1) en met offset los van
   het element, zodat hij ook op gekleurde knoppen leesbaar blijft. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

/* In de donkere footer een lichte ring i.p.v. de donkere. */
footer a:focus-visible,
footer button:focus-visible {
  outline-color: var(--cream);
}

/* ---------- header ---------- */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 247, 238, .82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(46, 42, 37, .06);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 26px;
  max-width: 1180px;
  margin: 0 auto
}

.logo img {
  height: 52px;
  width: auto;
  display: block
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none
}

.nav-links a {
  font-weight: 600;
  font-size: .97rem;
  color: var(--ink-soft);
  position: relative;
  padding: 4px 0;
  transition: color .2s
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -2px;
  height: 2px;
  background: var(--green);
  transition: right .28s ease
}

.nav-links a:hover {
  color: var(--ink)
}

.nav-links a:hover::after {
  right: 0
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 16px
}

.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 8px
}

.hamburger span {
  width: 26px;
  height: 3px;
  background: var(--ink);
  border-radius: 3px;
  transition: .3s
}

/* ---------- hero ---------- */
.hero {
  padding: 70px 0 90px;
  overflow: hidden
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 50px;
  align-items: center
}

.hero h1 {
  font-size: clamp(2.6rem, 5.2vw, 4.3rem);
  letter-spacing: -.5px
}

.hero h1 .accent {
  /* Bewuste a11y-uitzondering: --green op cream = 3.24:1. De hero-h1 is >=41px
     (grote tekst), waarvoor WCAG AA 3:1 vereist — dat haalt het. Het merkgroen
     blijft hier bewust behouden voor de uitstraling. */
  color: var(--green);
  position: relative;
  white-space: nowrap
}

.hero h1 .accent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 14px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 18'><path d='M3 11 C 60 4, 130 16, 297 7' fill='none' stroke='%232A9F01' stroke-width='4' stroke-linecap='round'/></svg>") no-repeat;
  background-size: 100% 100%;
}

.hero .eyebrow {
  color: var(--magenta);
  font-weight: 700;
  font-size: 1.12rem;
  margin: 22px 0 14px
}

.hero p.lead {
  font-size: 1.12rem;
  color: var(--ink-soft);
  max-width: 30em;
  margin-bottom: 32px
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px
}

.hero-anim>* {
  opacity: 0;
  transform: translateY(22px);
  animation: rise .8s cubic-bezier(.2, .7, .3, 1) forwards
}

.hero-anim>*:nth-child(1) {
  animation-delay: .05s
}

.hero-anim>*:nth-child(2) {
  animation-delay: .18s
}

.hero-anim>*:nth-child(3) {
  animation-delay: .31s
}

.hero-anim>*:nth-child(4) {
  animation-delay: .44s
}

@keyframes rise {
  to {
    opacity: 1;
    transform: none
  }
}

/* photo placeholder blobs */
.blob-photo {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  background: linear-gradient(135deg, var(--tint-green), var(--tint-pink));
  border: 2px dashed rgba(180, 0, 110, .45);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--magenta-deep);
  text-align: center;
  gap: 10px;
  font-weight: 600;
  border-radius: 62% 38% 55% 45% / 55% 52% 48% 45%;
  box-shadow: var(--shadow);
}

.blob-photo svg {
  width: 46px;
  height: 46px;
  opacity: .8
}

.blob-photo small {
  font-weight: 500;
  font-size: .82rem;
  opacity: .75;
  max-width: 16em;
  line-height: 1.4
}

/* blob met echte foto: vaste aspect-ratio voorkomt layout-shift,
   object-fit: cover vult de blob-vorm zonder vervorming */
.hero .blob-photo.has-photo,
.about .blob-photo.has-photo {
  overflow: hidden;
  border: none;
  background: none;
  padding: 0
}

.blob-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block
}

.hero .blob-photo {
  animation: rise .9s .4s cubic-bezier(.2, .7, .3, 1) backwards
}

/* respecteer voorkeur voor verminderde beweging: alle animaties én transities
   vrijwel uit (niet volledig 0s, zodat afhankelijke logica blijft werken) en
   geanimeerde elementen direct in hun eindtoestand tonen. */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }

  .hero-anim>*,
  .hero .blob-photo {
    animation: none;
    opacity: 1;
    transform: none
  }
}

/* ---------- section headings ---------- */
.sec-head {
  text-align: center;
  margin-bottom: 48px
}

.sec-head h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.7rem)
}

.sec-head .underline {
  width: 74px;
  height: 5px;
  background: var(--magenta);
  border-radius: 4px;
  margin: 14px auto 0;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 6'><path d='M2 3 C20 1,55 5,78 2' fill='none' stroke='black' stroke-width='5' stroke-linecap='round'/></svg>") no-repeat center/contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 6'><path d='M2 3 C20 1,55 5,78 2' fill='none' stroke='black' stroke-width='5' stroke-linecap='round'/></svg>") no-repeat center/contain;
}

/* ---------- voor wie ---------- */
.audience {
  padding: 30px 0 80px
}

.aud-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px
}

.aud-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 34px 30px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(46, 42, 37, .05);
  position: relative;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s
}

.aud-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow)
}

.aud-card .blob {
  position: absolute
}

.aud-card .icon-circle {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px
}

.aud-card .icon-circle svg {
  width: 32px;
  height: 32px
}

.aud-card h3 {
  font-size: 1.45rem;
  margin-bottom: 8px
}

.aud-card p {
  color: var(--ink-soft);
  font-size: .98rem;
  margin-bottom: 20px
}

.aud-card .go {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform .25s
}

.aud-card:hover .go {
  transform: translateX(5px)
}

.c-green {
  background: var(--tint-green)
}

.c-green .icon-circle {
  background: var(--green);
  color: #fff
}

.c-green h3 {
  color: var(--green-deep)
}

.c-green .go {
  background: var(--green)
}

.c-pink {
  background: var(--tint-pink)
}

.c-pink .icon-circle {
  background: var(--magenta);
  color: #fff
}

.c-pink h3 {
  color: var(--magenta-deep)
}

.c-pink .go {
  background: var(--magenta)
}

.c-lilac {
  background: var(--tint-lilac)
}

.c-lilac .icon-circle {
  background: #6b5bb0;
  color: #fff
}

.c-lilac h3 {
  color: #4d3f8c
}

.c-lilac .go {
  background: #6b5bb0
}

/* ---------- help / diensten ---------- */
.help {
  padding: 60px 0 80px;
  background: linear-gradient(180deg, transparent, #f7f1e4 40%, #f7f1e4 60%, transparent)
}

.help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px
}

.help-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(46, 42, 37, .05)
}

.help-card .badge {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #fff
}

.help-card .badge svg {
  width: 28px;
  height: 28px
}

.help-card h3 {
  font-size: 1.3rem;
  margin-bottom: 14px;
  line-height: 1.2
}

.help-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0 0 16px
}

.help-card li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-soft);
  font-size: .96rem
}

.help-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--mark) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M5 13l4 4L19 7' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/12px no-repeat
}

.help-card p.note {
  font-size: .92rem;
  color: var(--ink-soft);
  font-style: italic
}

.h-green {
  --mark: var(--green)
}

.h-green .badge {
  background: var(--green)
}

.h-green h3 {
  color: var(--green-deep)
}

.h-pink {
  --mark: var(--magenta)
}

.h-pink .badge {
  background: var(--magenta)
}

.h-pink h3 {
  color: var(--magenta-deep)
}

/* ---------- werkwijze ---------- */
.method {
  padding: 70px 0 80px
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  position: relative;
  margin-top: 30px
}

.steps::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: repeating-linear-gradient(90deg, var(--magenta) 0 12px, transparent 12px 24px);
  opacity: .5;
  z-index: 0
}

.step {
  text-align: center;
  position: relative;
  z-index: 1
}

.step .num {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--green);
  color: var(--green-deep);
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: transform .3s, background .3s, color .3s
}

.step:nth-child(even) .num {
  border-color: var(--magenta);
  color: var(--magenta-deep)
}

.step:hover .num {
  transform: scale(1.08) translateY(-3px)
}

.step h3 {
  font-size: 1.08rem;
  margin-bottom: 6px
}

.step p {
  font-size: .9rem;
  color: var(--ink-soft)
}

/* ---------- inzet strip ---------- */
.inzet {
  padding: 40px 0 70px
}

.inzet-box {
  background: var(--tint-lilac);
  border-radius: var(--radius);
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center
}

.inzet-box h2 {
  font-size: 1.7rem;
  margin-bottom: 10px;
  color: #4d3f8c
}

.inzet-box p {
  color: var(--ink-soft)
}

.inzet-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px
}

.inzet-cols h3 {
  font-size: 1rem;
  color: var(--magenta-deep);
  margin-bottom: 6px
}

.inzet-cols ul {
  list-style: none;
  font-size: .93rem;
  color: var(--ink-soft);
  display: flex;
  flex-direction: column;
  gap: 4px
}

.inzet-cols li {
  padding-left: 1em;
  text-indent: -1em
}

.inzet-cols li::before {
  content: "–\00a0";
  color: var(--magenta)
}

/* ---------- about ---------- */
.about {
  padding: 60px 0 80px
}

.about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: center
}

.about .blob-photo {
  max-width: 420px;
  margin: 0;
  background: linear-gradient(135deg, var(--tint-pink), var(--tint-lilac));
  border-color: rgba(42, 159, 1, .4)
}

.about h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  margin-bottom: 18px
}

.about p {
  color: var(--ink-soft);
  margin-bottom: 14px
}

.about p strong {
  color: var(--ink)
}

.badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px
}

.badge-item {
  text-align: center
}

.badge-item .b-ic {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--tint-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px
}

.badge-item:nth-child(even) .b-ic {
  background: var(--tint-pink)
}

.badge-item .b-ic svg {
  width: 28px;
  height: 28px;
  color: var(--green-deep)
}

.badge-item:nth-child(even) .b-ic svg {
  color: var(--magenta-deep)
}

.badge-item span {
  font-size: .86rem;
  font-weight: 600;
  color: var(--ink-soft);
  line-height: 1.3;
  display: block
}

/* ---------- quote ---------- */
.quote {
  padding: 30px 0 80px
}

.quote-box {
  /* donkerder gradient zodat de witte quote (>=24px, grote tekst) overal >=3:1
     haalt; het oude lichte #3fb81a gaf maar 2.6:1 met wit. */
  background: linear-gradient(120deg, var(--green-deep), var(--green));
  color: #fff;
  border-radius: 34px;
  padding: 64px 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.quote-box .mark {
  font-family: 'Fraunces', serif;
  font-size: 5rem;
  line-height: .5;
  opacity: .35;
  position: absolute
}

.quote-box .mark.l {
  top: 34px;
  left: 36px
}

.quote-box .mark.r {
  bottom: 8px;
  right: 36px
}

.quote-box p {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  font-weight: 500;
  max-width: 18em;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

/* ---------- contact ---------- */
.contact {
  padding: 30px 0 90px
}

.contact-box {
  background: var(--white);
  border-radius: 34px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
  grid-template-columns: .9fr 1.1fr
}

.contact-info {
  background: var(--tint-pink);
  padding: 48px 44px
}

.contact-info h2 {
  font-size: 2rem;
  margin-bottom: 14px;
  color: var(--magenta-deep)
}

.contact-info p {
  color: var(--ink-soft);
  margin-bottom: 26px
}

.info-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  font-weight: 600
}

.info-row .ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--magenta);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.info-row .ic svg {
  width: 22px;
  height: 22px
}

.contact-form {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.field label {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--ink-soft)
}

.field input,
.field textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid #e6ddcb;
  border-radius: 14px;
  font-family: inherit;
  font-size: .97rem;
  background: var(--cream);
  transition: border .2s, box-shadow .2s
}

.field input:focus,
.field textarea:focus {
  border-color: var(--green-deep);
  box-shadow: 0 0 0 3px rgba(31, 122, 6, .35)
}

/* Outline alleen weghalen bij muisfocus; bij toetsenbordfocus blijft de globale
   :focus-visible-ring staan (ook zichtbaar in Windows High Contrast Mode, waar
   box-shadow niet rendert maar outline wel). */
.field input:focus:not(:focus-visible),
.field textarea:focus:not(:focus-visible) {
  outline: none
}

.field textarea {
  resize: vertical;
  min-height: 110px
}

/* honeypot: visueel én voor screenreaders verborgen, maar wel in DOM */
.cf-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden
}

.cf-notice {
  border-radius: 14px;
  padding: 14px 18px;
  font-size: .95rem;
  line-height: 1.45
}

.cf-notice.is-success {
  background: rgba(42, 159, 1, .1);
  border: 1.5px solid var(--green);
  color: var(--green-deep)
}

.cf-notice.is-error {
  background: rgba(180, 0, 110, .08);
  border: 1.5px solid var(--magenta);
  color: var(--magenta-deep)
}

.contact-form button[disabled] {
  opacity: .6;
  cursor: progress
}

.cf-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .9rem;
  color: var(--ink-soft);
  line-height: 1.45
}

.cf-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--green);
  cursor: pointer
}

.cf-consent a {
  color: var(--magenta);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px
}

/* ---------- footer ---------- */
footer {
  background: var(--ink);
  color: #d8d2c7;
  padding: 46px 0 30px;
  text-align: center
}

footer .f-logo {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 10px
}

footer .f-logo .g {
  color: #5fc62e
}

footer .f-logo .m {
  color: #e85aae
}

footer p {
  font-size: .92rem;
  max-width: 34em;
  margin: 0 auto 18px;
  color: #b8b2a7
}

footer .f-links {
  display: flex;
  gap: 22px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: .88rem;
  margin-bottom: 18px
}

footer .f-links a {
  color: #d8d2c7
}

footer .f-links a:hover {
  color: #fff
}

footer .f-social {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-bottom: 24px
}

footer .f-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #d8d2c7;
  transition: background .25s, color .25s, transform .25s
}

footer .f-social a:hover {
  background: var(--green);
  color: #fff;
  transform: translateY(-3px)
}

footer .f-social svg {
  width: 20px;
  height: 20px;
  fill: currentColor
}

footer .copy {
  font-size: .8rem;
  color: #8a857c;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 18px
}

footer .credit {
  font-size: .78rem;
  color: #8a857c;
  margin-top: 8px
}

footer .credit a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px
}

footer .credit a:hover {
  color: #c4bfb6
}

/* ---------- responsive ---------- */
@media(max-width:900px) {

  .hero-grid,
  .about-grid,
  .inzet-box,
  .contact-box {
    grid-template-columns: 1fr
  }

  .hero .blob-photo,
  .about .blob-photo {
    margin: 0 auto;
    max-width: 380px
  }

  .scribble-heart {
    display: none
  }

  .aud-grid,
  .help-grid {
    grid-template-columns: 1fr
  }

  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 30px 18px
  }

  .steps::before {
    display: none
  }

  .inzet-cols {
    grid-template-columns: 1fr 1fr
  }

  .contact-info {
    order: 2
  }

  .nav-cta .btn {
    display: none
  }

  .hamburger {
    display: flex
  }

  .nav-links {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    background: var(--cream);
    box-shadow: var(--shadow);
    padding: 0 26px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .32s ease, opacity .25s ease, padding .32s ease
  }

  .nav-links.open {
    max-height: 70vh;
    opacity: 1;
    padding: 22px 26px
  }
}

@media(max-width:540px) {
  /* Kleiner logo op mobiel (op alle pagina's gelijk); voorkomt o.a. dat de
     "Terug naar home"-link op de privacypagina verdrukt raakt. */
  .logo img {
    height: 40px
  }

  .badges {
    grid-template-columns: 1fr 1fr
  }

  .row2 {
    grid-template-columns: 1fr
  }

  .steps {
    grid-template-columns: 1fr
  }

  .quote-box {
    padding: 48px 28px
  }

  .contact-info,
  .contact-form {
    padding: 34px 26px
  }
}

@media(max-width:400px) {
  .inzet-box {
    padding: 34px
  }
}
