/* ==========================================================================
   Hondentrimsalon Favoriet, Heerhugowaard
   Palet: warme crème, salie en heide (heide komt uit het bestaande logo).
   ========================================================================== */

@font-face {
  font-family: 'Fraunces';
  src: url('/fonts/fraunces-latin.woff2') format('woff2-variations');
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans-latin.woff2') format('woff2-variations');
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF, U+FFFD;
}

:root {
  /* kleur */
  --bark: #2c2721;
  --bark-soft: #575047;
  --cream: #fbf8f2;
  --linen: #f2ede3;
  --shell: #ffffff;
  --line: #e3dbcc;

  --sage: #5b7a57;
  --sage-deep: #3f5a3b;
  --sage-ink: #2f4a2c;
  --sage-soft: #dfe7db;
  --sage-mist: #eef2ec;

  --heather: #7a4a80;
  --heather-deep: #5d3663;
  --heather-soft: #f0e6f1;

  /* maat */
  --wrap: 1160px;
  --wrap-narrow: 720px;
  --gut: clamp(1.25rem, 4vw, 2.5rem);
  --pad-y: clamp(3.5rem, 8vw, 6.5rem);

  /* vorm */
  --r-s: 10px;
  --r-m: 18px;
  --r-l: 28px;
  --blob: 46% 54% 52% 48% / 52% 46% 54% 48%;

  --shadow-s: 0 1px 2px rgba(44, 39, 33, .06), 0 4px 14px rgba(44, 39, 33, .05);
  --shadow-m: 0 2px 6px rgba(44, 39, 33, .06), 0 18px 40px rgba(44, 39, 33, .09);

  --f-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --f-body: 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* --------------------------------------------------------------- basis --- */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--bark);
  font-family: var(--f-body);
  font-size: clamp(1.0125rem, .35vw + .95rem, 1.125rem);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-variation-settings: 'SOFT' 0, 'WONK' 0;
  color: var(--sage-ink);
  line-height: 1.15;
  letter-spacing: -.015em;
  margin: 0 0 .6em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.1rem, 5.2vw, 3.5rem); font-weight: 600; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.35rem); font-weight: 600; }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.4rem); font-weight: 600; }
h4 { font-size: 1.05rem; font-weight: 700; font-family: var(--f-body); letter-spacing: 0; }

p, ul, ol { margin: 0 0 1.15em; }
p { text-wrap: pretty; }
:where(p, li) { max-width: 68ch; }

a { color: var(--heather-deep); text-underline-offset: .18em; text-decoration-thickness: from-font; }
a:hover { color: var(--heather); }

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

strong { font-weight: 700; color: var(--sage-ink); }

hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }

:focus-visible {
  outline: 3px solid var(--heather);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--heather); color: #fff; padding: .8rem 1.2rem;
  border-radius: 0 0 var(--r-s) 0; font-weight: 700;
}
.skip:focus { left: 0; color: #fff; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

/* ------------------------------------------------------------- layout --- */

.wrap { width: min(100% - 2 * var(--gut), var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - 2 * var(--gut), var(--wrap-narrow)); margin-inline: auto; }

section { padding-block: var(--pad-y); }
section.tight { padding-block: clamp(2.5rem, 5vw, 4rem); }

.band-linen { background: var(--linen); }
.band-mist  { background: var(--sage-mist); }

.eyebrow {
  font-family: var(--f-body);
  font-size: .78rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--heather); margin: 0 0 .9rem;
  display: flex; align-items: center; gap: .6rem;
}
.eyebrow::before {
  content: ''; width: 26px; height: 2px; background: var(--heather); flex: none;
}

.lead { font-size: 1.15em; color: var(--bark-soft); }

/* -------------------------------------------------------------- knoppen --- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .95rem 1.55rem;
  font-family: var(--f-body); font-weight: 800; font-size: 1rem; line-height: 1.2;
  border-radius: 999px; border: 2px solid transparent;
  text-decoration: none; cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.btn svg { width: 1.1em; height: 1.1em; flex: none; }

.btn-primary { background: var(--heather); color: #fff; box-shadow: var(--shadow-s); }
.btn-primary:hover { background: var(--heather-deep); color: #fff; transform: translateY(-2px); }

.btn-secondary { background: var(--shell); color: var(--sage-ink); border-color: var(--sage); }
.btn-secondary:hover { background: var(--sage-soft); color: var(--sage-ink); transform: translateY(-2px); }

.btn-ghost { background: transparent; color: var(--sage-ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--shell); color: var(--sage-ink); }

.btn-row { display: flex; flex-wrap: wrap; gap: .85rem; margin: 1.6rem 0 0; }

/* --------------------------------------------------------------- header --- */

.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 248, 242, .94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.head-inner {
  width: min(100% - 2 * var(--gut), var(--wrap));
  margin-inline: auto;
  display: flex; align-items: center; gap: 1rem;
  min-height: 76px;
}
.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; order: 1; }
.brand img { width: 54px; height: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name {
  font-family: var(--f-display); font-weight: 600; font-size: 1.08rem; color: var(--sage-ink);
  letter-spacing: -.01em; white-space: nowrap;
}
.brand-sub { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--heather); }

.nav-toggle {
  display: none; order: 4;
  background: var(--shell); border: 1px solid var(--line); border-radius: var(--r-s);
  padding: .55rem .8rem; font: inherit; font-weight: 700; font-size: .9rem;
  color: var(--sage-ink); cursor: pointer; align-items: center; gap: .5rem;
}
.nav-toggle svg { width: 18px; height: 18px; }

.site-nav { order: 2; margin-left: auto; }
.site-nav > ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: .1rem; }
.nav-sub { list-style: none; margin: 0; }
.site-nav a, .nav-parent {
  display: block; padding: .5rem .62rem; border-radius: var(--r-s); white-space: nowrap;
  font-size: .9rem; font-weight: 700; color: var(--bark-soft); text-decoration: none;
  background: none; border: 0; font-family: inherit; cursor: pointer;
}
.site-nav a:hover, .nav-parent:hover { background: var(--sage-mist); color: var(--sage-ink); }
.site-nav a[aria-current="page"] { color: var(--sage-ink); background: var(--sage-soft); }

.has-sub { position: relative; }
.nav-parent { display: inline-flex; align-items: center; gap: .3rem; }
.nav-parent::after {
  content: ''; width: .42em; height: .42em; margin-top: -.22em;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}
.nav-sub {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 226px; z-index: 5;
  background: var(--shell); border: 1px solid var(--line); border-radius: var(--r-m);
  box-shadow: var(--shadow-m); padding: .45rem;
  display: none; flex-direction: column; gap: 2px;
}
.has-sub:hover > .nav-sub,
.has-sub:focus-within > .nav-sub,
.nav-parent[aria-expanded="true"] + .nav-sub { display: flex; }
.nav-sub a { padding: .55rem .75rem; }

.head-cta { display: inline-flex; order: 3; margin-left: .55rem; padding: .72rem 1.15rem; font-size: .92rem; }

@media (max-width: 1180px) {
  .site-nav a, .nav-parent { padding: .5rem .5rem; font-size: .86rem; }
  .brand img { width: 46px; }
  .brand-name { font-size: 1rem; }
}

@media (max-width: 1040px) {
  .brand { margin-right: auto; }
  .site-nav { margin-left: 0; }
  .head-inner { flex-wrap: wrap; min-height: 68px; padding-block: .7rem; }
  .nav-toggle { display: inline-flex; order: 3; }
  .head-cta { order: 2; padding: .7rem 1.1rem; font-size: .9rem; }
  .site-nav { order: 4; flex-basis: 100%; display: none; padding-bottom: .8rem; }
  .site-nav.open { display: block; }
  .site-nav > ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .site-nav a, .nav-parent { padding: .7rem .8rem; font-size: 1rem; width: 100%; text-align: left; }
  .nav-parent { color: var(--sage-ink); pointer-events: none; }
  .nav-parent::after { display: none; }
  .nav-sub {
    position: static; display: flex; box-shadow: none; border: 0; background: none;
    padding: 0 0 .3rem .9rem; border-left: 2px solid var(--sage-soft); margin-left: .8rem;
  }
}

/* ----------------------------------------------------------------- hero --- */

.hero { position: relative; padding-block: clamp(2.5rem, 6vw, 4.75rem) 0; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: -20% -30% auto auto;
  width: 46rem; height: 46rem; border-radius: var(--blob);
  background: radial-gradient(closest-side, var(--sage-mist), transparent 72%);
  z-index: -1;
}
.hero-grid {
  display: grid; gap: clamp(2rem, 4vw, 3.5rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
}
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }

.hero h1 { margin-bottom: .5em; }
.hero-sub { font-size: 1.12em; color: var(--bark-soft); max-width: 46ch; }

.hero-photo {
  border-radius: var(--r-l); overflow: hidden; box-shadow: var(--shadow-m);
  aspect-ratio: 4 / 3; position: relative;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to top, rgba(44,39,33,.82), rgba(44,39,33,0));
  color: #fff; font-size: .85rem; font-weight: 600; padding: 2.2rem 1.1rem .9rem;
}

.hero-meta {
  list-style: none; margin: 1.9rem 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: .55rem .5rem;
}
.hero-meta li {
  display: inline-flex; align-items: center; gap: .45rem;
  background: var(--shell); border: 1px solid var(--line); border-radius: 999px;
  padding: .42rem .9rem; font-size: .86rem; font-weight: 700; color: var(--bark-soft);
}
.hero-meta svg { width: 15px; height: 15px; color: var(--sage); flex: none; }

/* --------------------------------------------------------------- troeven --- */

.troeven { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; background: var(--line);
  grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.troeven li { background: var(--cream); padding: 1.35rem 1.1rem; text-align: center; }
.troef-cijfer {
  display: block; font-family: var(--f-display); font-size: 1.75rem; font-weight: 600;
  color: var(--heather); line-height: 1.1;
}
.troef-tekst { font-size: .87rem; font-weight: 700; color: var(--bark-soft); }
@media (max-width: 720px) { .troeven { grid-template-columns: repeat(2, 1fr); } }

/* --------------------------------------------------------------- kaarten --- */

.kaarten { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

.kaart {
  background: var(--shell); border: 1px solid var(--line); border-radius: var(--r-l);
  padding: 1.6rem 1.5rem; box-shadow: var(--shadow-s);
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.kaart:hover { transform: translateY(-3px); box-shadow: var(--shadow-m); }
.kaart h3 { margin-bottom: .45em; }
.kaart p { color: var(--bark-soft); font-size: .97rem; }
.kaart .kaart-link { margin-top: auto; font-weight: 800; font-size: .93rem; display: inline-flex; align-items: center; gap: .35rem; }
.kaart .kaart-link::after { content: '\2192'; }

.kaart-foto { border-radius: var(--r-l); overflow: hidden; margin: -1.6rem -1.5rem 1.3rem; aspect-ratio: 16 / 10; }
.kaart-foto img { width: 100%; height: 100%; object-fit: cover; }

.kaart-icoon {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  background: var(--heather-soft); color: var(--heather-deep); margin-bottom: 1rem;
}
.kaart-icoon svg { width: 24px; height: 24px; }

/* ------------------------------------------------------------- split blok --- */

.split { display: grid; gap: clamp(2rem, 4vw, 3.5rem); grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
.split.smal-links { grid-template-columns: minmax(0, .82fr) minmax(0, 1fr); }
@media (max-width: 860px) { .split, .split.smal-links { grid-template-columns: 1fr; } }

.foto-blob { border-radius: var(--blob); overflow: hidden; box-shadow: var(--shadow-m); }
.foto-blob img { width: 100%; aspect-ratio: 1; object-fit: cover; }

.foto-kader { border-radius: var(--r-l); overflow: hidden; box-shadow: var(--shadow-m); }

/* ------------------------------------------------------------------ lijst --- */

.check { list-style: none; padding: 0; }
.check li { position: relative; padding-left: 2rem; margin-bottom: .7rem; }
.check li::before {
  content: ''; position: absolute; left: 0; top: .45em;
  width: 1.15rem; height: 1.15rem; border-radius: 50%;
  background: var(--sage-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233f5a3b' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / .74rem no-repeat;
}

.poot { list-style: none; padding: 0; }
.poot li { position: relative; padding-left: 2.1rem; margin-bottom: .8rem; }
.poot li::before {
  content: ''; position: absolute; left: 0; top: .5em; width: 1.3rem; height: 1.3rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237a4a80'%3E%3Cellipse cx='6' cy='9.5' rx='2.1' ry='2.9'/%3E%3Cellipse cx='10.7' cy='6.6' rx='2.1' ry='3'/%3E%3Cellipse cx='15.9' cy='6.9' rx='2.1' ry='3'/%3E%3Cellipse cx='20' cy='10.2' rx='2' ry='2.7'/%3E%3Cpath d='M13 11.6c3.1 0 5.6 2.2 5.6 4.9 0 2-1.5 3.4-3.6 3.4-1 0-1.6-.3-2.4-.3s-1.4.3-2.4.3c-2.1 0-3.6-1.4-3.6-3.4 0-2.7 2.5-4.9 6.4-4.9z'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* -------------------------------------------------------------------- faq --- */

.faq { display: grid; gap: .8rem; }
.faq details {
  background: var(--shell); border: 1px solid var(--line); border-radius: var(--r-m);
  padding: .3rem 1.3rem;
}
.faq details[open] { border-color: var(--sage); box-shadow: var(--shadow-s); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.05rem 2rem 1.05rem 0; position: relative;
  font-family: var(--f-display); font-size: 1.08rem; font-weight: 600; color: var(--sage-ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ''; position: absolute; right: 0; top: 1.45rem;
  width: .6rem; height: .6rem; border-right: 2.5px solid var(--heather); border-bottom: 2.5px solid var(--heather);
  transform: rotate(45deg); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq .antwoord { padding-bottom: .4rem; }
.faq .antwoord > :last-child { margin-bottom: .8rem; }

/* ------------------------------------------------------------------ stap --- */

.stappen { list-style: none; counter-reset: stap; padding: 0; display: grid; gap: 1.1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.stappen li {
  counter-increment: stap; background: var(--shell); border: 1px solid var(--line);
  border-radius: var(--r-m); padding: 1.5rem 1.35rem 1.35rem; position: relative; max-width: none;
}
.stappen li::before {
  content: counter(stap); position: absolute; top: -.85rem; left: 1.35rem;
  width: 2.1rem; height: 2.1rem; border-radius: 50%; background: var(--heather); color: #fff;
  display: grid; place-items: center; font-family: var(--f-display); font-weight: 600; font-size: 1.05rem;
}
.stappen h3 { margin: .5rem 0 .35em; font-size: 1.1rem; }
.stappen p { font-size: .95rem; color: var(--bark-soft); margin: 0; }

/* --------------------------------------------------------------- galerij --- */

.galerij { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(172px, 1fr)); }
.galerij li { margin: 0; max-width: none; }
.galerij figure { margin: 0; }
.galerij img {
  width: 100%; aspect-ratio: 1; object-fit: cover;
  border-radius: var(--r-m); border: 4px solid var(--shell); box-shadow: var(--shadow-s);
}
.galerij figcaption { font-size: .82rem; color: var(--bark-soft); margin-top: .45rem; }

/* -------------------------------------------------------------- contact --- */

.nap { font-style: normal; font-size: 1.05rem; line-height: 1.9; }
.nap a { font-weight: 700; }

.contact-lijst { list-style: none; padding: 0; display: grid; gap: .9rem; }
.contact-lijst li { display: flex; gap: .85rem; align-items: flex-start; max-width: none; }
.contact-lijst .ic {
  width: 40px; height: 40px; flex: none; border-radius: 12px; display: grid; place-items: center;
  background: var(--sage-soft); color: var(--sage-ink);
}
.contact-lijst .ic svg { width: 20px; height: 20px; }
.contact-lijst .lbl { display: block; font-size: .78rem; font-weight: 800; letter-spacing: .09em;
  text-transform: uppercase; color: var(--bark-soft); }

.map-link { display: block; border-radius: var(--r-m); overflow: hidden; box-shadow: var(--shadow-s);
  border: 1px solid var(--line); text-decoration: none; background: var(--shell); }
.map-link img { width: 100%; height: auto; }
.map-link span { display: block; padding: .85rem 1.1rem; font-weight: 800; font-size: .95rem; color: var(--heather-deep); }
.map-link:hover span { text-decoration: underline; }

.gegevens { width: 100%; border-collapse: collapse; font-size: .95rem; }
.gegevens th, .gegevens td { text-align: left; padding: .6rem .8rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.gegevens th { font-weight: 800; color: var(--bark-soft); width: 42%; font-size: .88rem; }

/* ------------------------------------------------------------- cta blok --- */

.cta-blok {
  background: var(--sage-deep); color: var(--sage-soft);
  border-radius: var(--r-l); padding: clamp(2rem, 4vw, 3.25rem);
  position: relative; overflow: hidden;
}
.cta-blok h2 { color: #fff; }
.cta-blok p { color: rgba(255,255,255,.86); }
.cta-blok::after {
  content: ''; position: absolute; right: -3rem; bottom: -4rem; width: 16rem; height: 16rem;
  border-radius: var(--blob); background: rgba(255,255,255,.05);
}
.cta-blok .btn-row { position: relative; z-index: 1; }

/* --------------------------------------------------------------- footer --- */

.site-foot { background: var(--bark); color: #d9d2c7; padding-block: clamp(2.5rem, 5vw, 4rem) 1.5rem; }
.foot-band { margin-bottom: 2.5rem; opacity: .55; }
.foot-band img { width: 100%; max-width: 918px; margin-inline: auto; }
.foot-grid { display: grid; gap: 2rem; grid-template-columns: 1.3fr 1fr 1fr; }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }

.site-foot h2, .site-foot h3 { color: #fff; font-size: 1.05rem; font-family: var(--f-body); font-weight: 800;
  letter-spacing: .04em; text-transform: uppercase; margin-bottom: 1rem; }
.site-foot a { color: #efe9df; }
.site-foot a:hover { color: #fff; }
.site-foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.site-foot p, .site-foot li, .site-foot address { font-size: .93rem; line-height: 1.75; max-width: none; }
.foot-logo { width: 74px; margin-bottom: 1rem; background: #fff; border-radius: 12px; padding: .35rem; }
.foot-bottom {
  margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.14);
  display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; justify-content: space-between;
  font-size: .84rem; color: #a9a196;
}

/* ------------------------------------------------------------ belbalk --- */

.belbalk { display: none; }
@media (max-width: 640px) {
  .belbalk {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
    background: var(--line); border-top: 1px solid var(--line);
    box-shadow: 0 -6px 20px rgba(44, 39, 33, .12);
  }
  .belbalk a {
    display: flex; align-items: center; justify-content: center; gap: .45rem;
    padding: .95rem .5rem; font-weight: 800; font-size: .95rem; text-decoration: none;
  }
  .belbalk svg { width: 18px; height: 18px; }
  .belbalk .bel { background: var(--shell); color: var(--sage-ink); }
  .belbalk .boek { background: var(--heather); color: #fff; }
  body { padding-bottom: 3.6rem; }
}

/* ------------------------------------------------------------- kruimels --- */

.kruimels { font-size: .84rem; color: var(--bark-soft); padding-top: 1.4rem; }
.kruimels ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; margin: 0; }
.kruimels li::after { content: '\203A'; margin-left: .4rem; color: var(--line); }
.kruimels li:last-child::after { content: ''; }
.kruimels a { color: var(--bark-soft); }

/* ---------------------------------------------------------------- notitie --- */

.notitie {
  background: var(--heather-soft); border-left: 4px solid var(--heather);
  border-radius: 0 var(--r-m) var(--r-m) 0; padding: 1.2rem 1.4rem;
}
.notitie > :last-child { margin-bottom: 0; }

.prose > :last-child { margin-bottom: 0; }
.prose h2 { margin-top: 2.4em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.9em; }

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

.fout { text-align: center; padding-block: clamp(4rem, 10vw, 8rem); }
.fout .btn-row { justify-content: center; }
.fout p { margin-inline: auto; }

/* ----------------------------------------------------- reduced motion --- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; scroll-behavior: auto !important;
  }
}

@media print {
  .site-head, .belbalk, .cta-blok, .site-foot { display: none; }
  body { background: #fff; }
}
