/* ============================================================
   KWISP — homepage  (Design v3: editorial, Franklin-inspired)
   Brand (Mirthe): cream + sage + deep forest + mint + lime.
   Type: Hanken Grotesk (body + big editorial headings),
         Playfair Display italic (emphasis words + names),
         Caveat (handwritten eyebrows).
   Feel: airy, big type, weight-based hierarchy, hairlines,
         numbered lists, asymmetric rows, understated arrow links.
   ============================================================ */

/* ---------- Self-hosted fonts (latin subsets, woff2) ---------- */
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/hanken-grotesk.woff2") format("woff2");
  font-weight: 100 900; /* variable font */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Display";
  src: url("../fonts/dm-serif-display.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Display";
  src: url("../fonts/dm-serif-display-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/caveat-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --green-950: #0e2a1c;
  --green-900: #16402c;
  --green-800: #1e5238;
  --green-700: #2a6e4a;
  --green-600: #1f7a49;
  --green-500: #2a8f58;
  --green-300: #9fd3b4;

  --mint:      #5bc98c;
  --mint-600:  #49ba7b;
  --lime:      #c8d971;

  --cream:     #f4eee0;
  --cream-200: #e8e0cd;
  --sage:      #d6cfb6;
  --bone:      #fbf8f0;
  --wood:      #c8a06a;
  --wood-soft: #e3cba6;

  --ink:        #23302a;
  --ink-soft:   #5a6660;
  --hairline:   color-mix(in srgb, var(--ink) 16%, transparent);
  --paper:      #f6f1e6;
  --paper-soft: #bcd0c2;

  --font-body: "Hanken Grotesk", system-ui, sans-serif;
  --font-serif: "DM Serif Display", Georgia, serif;   /* elegant serif: emphasis + names */
  --font-script: "Caveat", "Segoe Script", cursive;   /* handwritten eyebrows */

  --r-pill: 999px;
  --r-lg: 26px;
  --r-md: 16px;

  --maxw: 1240px;
  --maxw-hero: 1100px;
  --pad: clamp(1.25rem, 5vw, 5rem);
  --nav-h: 90px;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-soft: 0 24px 60px -28px rgba(14, 39, 26, 0.4);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
#topSentinel { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; }

:focus-visible { outline: 2px solid var(--mint); outline-offset: 3px; }
main:focus, main:focus-visible { outline: none; }

.skip-link {
  position: absolute; left: 1rem; top: -120px; z-index: 100;
  background: var(--mint); color: var(--green-950);
  font-weight: 600; padding: 0.7rem 1.1rem; border-radius: var(--r-pill);
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 0.8rem; outline: none; }

/* ---------- Sticky top stack: pre-launch bar + nav travel together ---------- */
.topbar { position: sticky; top: 0; z-index: 60; }

/* ---------- Pre-launch announcement bar ---------- */
.prelaunch { background: var(--lime); color: var(--green-950); }
.prelaunch__inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: 0.55rem var(--pad);
  display: flex; align-items: center; justify-content: center; gap: 0.7rem;
  font-size: 0.92rem; font-weight: 600; text-align: center;
}
.prelaunch__badge {
  display: inline-block; background: var(--green-900); color: var(--bone);
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase;
  padding: 0.22rem 0.55rem; border-radius: var(--r-pill); margin-right: 0.2rem;
}
.prelaunch a { text-decoration: underline; font-weight: 700; white-space: nowrap; }
.prelaunch__close {
  flex: none; background: none; border: 0; color: var(--green-950);
  font-size: 1.15rem; line-height: 0; cursor: pointer; padding: 0.25rem; opacity: 0.65;
}
.prelaunch__close:hover { opacity: 1; }
.prelaunch-hidden .prelaunch { display: none; }

/* emphasis serif + handwritten accent */
.serif { font-family: var(--font-serif); font-style: italic; font-weight: 400; letter-spacing: 0; }

/* ---------- Logo ---------- */
.logo { display: inline-flex; align-items: center; line-height: 0; }
.logo__img { display: block; width: 104px; height: auto; }
.logo--footer .logo__img { width: 120px; }
.logo__badge {
  position: relative;
  display: block; width: 88px; height: 88px;
  transition: width 0.3s var(--ease), height 0.3s var(--ease);
}
.logo__ring, .logo__k {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: contain;
}
/* the K stays upright in the centre; only the ring spins */
.logo__k { inset: 24%; width: 52%; height: 52%; }
.nav.is-scrolled .logo__badge { width: 56px; height: 56px; }

/* ============================================================
   NAV  (seamless dark green on the hero, solid bar on scroll)
   ============================================================ */
.nav {
  position: relative; z-index: 1;
  background: var(--green-900);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.nav.is-scrolled {
  border-bottom-color: color-mix(in srgb, var(--paper) 10%, transparent);
  box-shadow: 0 10px 30px -18px rgba(0, 0, 0, 0.5);
}
.nav__inner {
  max-width: var(--maxw); margin: 0 auto;
  height: 118px; padding: 0 var(--pad);
  display: flex; align-items: center; gap: 2rem;
  transition: height 0.3s var(--ease);
}
.nav.is-scrolled .nav__inner { height: var(--nav-h); }
.nav__links { display: flex; gap: 1.9rem; margin-left: auto; font-weight: 500; font-size: 0.98rem; }
.nav__links a { color: var(--paper-soft); transition: color 0.2s var(--ease); }
.nav__links a:hover { color: var(--mint); }
.nav__cta { margin-left: 0; }
.nav__toggle {
  display: none; margin-left: auto;
  background: none; border: 0; font-size: 1.7rem;
  color: var(--bone); cursor: pointer; padding: 0.25rem;
}

/* ============================================================
   BUTTONS + ARROW LINKS
   ============================================================ */
.btn {
  --y: 0;
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-weight: 600; font-size: 1rem; line-height: 1;
  padding: 0.95rem 1.7rem;
  border-radius: var(--r-pill);
  border: 1.5px solid transparent;
  cursor: pointer; white-space: nowrap;
  transform: translateY(var(--y));
  transition: transform 0.18s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease);
}
.btn:hover { --y: -2px; }
.btn:active { --y: 1px; }
.btn i { font-size: 1.1em; }
.btn--solid { background: var(--mint); color: var(--green-950); }
.btn--solid:hover { background: var(--mint-600); }
.btn--cream { background: var(--bone); color: var(--green-900); }
.btn--cream:hover { background: #fff; }

/* understated editorial CTA */
.arrow-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-weight: 600; color: var(--green-700);
  padding-bottom: 2px;
  border-bottom: 1.5px solid color-mix(in srgb, var(--green-700) 35%, transparent);
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.arrow-link i { transition: transform 0.2s var(--ease); }
.arrow-link:hover { color: var(--green-900); border-bottom-color: var(--green-900); }
.arrow-link:hover i { transform: translateX(4px); }
.arrow-link--light { color: var(--paper); border-bottom-color: color-mix(in srgb, var(--paper) 40%, transparent); }
.arrow-link--light:hover { color: #fff; border-bottom-color: #fff; }
.arrow-link--light:hover i { transform: translateY(3px); }

/* ============================================================
   SECTIONS — shared scaffold + editorial type
   ============================================================ */
.section--cream { background: var(--cream); }
.section--bone  { background: var(--bone); }

.section__inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) var(--pad);
}
.hero__inner > *,
.pillars__grid > *,
.plekje__grid > *,
.feature-row > *,
.footer__grid > * { min-width: 0; }

.section-lead--light { color: color-mix(in srgb, var(--paper) 92%, var(--mint)); }

.eyebrow {
  font-family: var(--font-script);
  font-size: 1.5rem; font-weight: 600;
  color: var(--green-600); margin-bottom: 0.4rem;
}
.eyebrow--light { color: var(--mint); }

.big-title {
  font-weight: 800;
  font-size: clamp(2.3rem, 5.4vw, 4.4rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
  color: var(--green-900);
  max-width: 16ch;
  text-wrap: balance;
}
.big-title .serif { font-weight: 400; letter-spacing: 0; }
.big-title--light { color: var(--bone); }
/* lime highlighter accent (Franklin-style) */
.mark { background: var(--lime); color: var(--green-950); padding: 0.04em 0.28em; border-radius: 5px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }

/* Franklin-style centred section heads */
.section-head { margin-bottom: clamp(3rem, 6vw, 5rem); text-align: center; }
.section-head .big-title,
.section-head .section-lead { margin-left: auto; margin-right: auto; }
.section-lead {
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  color: var(--ink-soft);
  max-width: 52ch;
  margin-top: 1.3rem;
}

/* ============================================================
   HERO  (dark forest, type-led, ribbon + blobs)
   ============================================================ */
.hero {
  position: relative;
  background: var(--green-900); color: var(--paper);
  min-height: calc(100dvh - 118px);
  display: flex; align-items: center; overflow: hidden;
}
.hero__inner {
  position: relative; z-index: 1;
  max-width: var(--maxw-hero); margin: 0 auto;
  padding: clamp(3rem, 7vw, 5.5rem) var(--pad);
  width: 100%; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.hero__title { display: flex; flex-direction: column; align-items: center; line-height: 1; color: var(--bone); }
.hero__title .ha { font-weight: 700; font-size: clamp(1.4rem, 3.6vw, 2.3rem); letter-spacing: 0.005em; }
.hero__title .hb-wrap { position: relative; display: inline-block; }
.hero__title .hb {
  position: relative; z-index: 1;
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: clamp(3.4rem, 11vw, 7rem);
  line-height: 1.04; padding-bottom: 0.08em;
}
.hero__ribbon {
  position: absolute; left: 50%; top: 104%; width: 106%;
  transform: translate(-50%, -50%); z-index: 0; pointer-events: none;
}
.hero__ribbon svg { width: 100%; height: auto; display: block; }
.hero__sub {
  font-size: clamp(1.1rem, 1.6vw, 1.35rem); color: var(--paper-soft);
  max-width: 50ch; margin: 2.7rem auto 0;
}
.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1.4rem; margin-top: 2.4rem; }

/* hero depth blobs */
.blobs { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; }
.blob--a { width: 42vw; height: 42vw; max-width: 600px; max-height: 600px; top: -14%; right: -8%; background: var(--green-800); opacity: 0.55; }
.blob--b { width: 28vw; height: 28vw; max-width: 380px; max-height: 380px; bottom: -16%; left: -7%; background: var(--green-700); opacity: 0.35; }
.blob--c { width: 15vw; height: 15vw; max-width: 210px; max-height: 210px; top: 44%; left: 40%; background: var(--green-700); opacity: 0.22; }

/* ============================================================
   WAT KWISP IS  (three pillars with icons)
   ============================================================ */
.pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.5vw, 1.8rem);
}
.pillar {
  background: var(--bone);
  border: 1px solid var(--cream-200);
  border-radius: var(--r-lg);
  padding: clamp(1.5rem, 3vw, 2.2rem);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.pillar__icon {
  display: grid; place-items: center;
  width: 56px; height: 56px;
  border-radius: var(--r-md);
  background: var(--mint);
  color: var(--green-950);
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.pillar h3 { font-size: 1.25rem; font-weight: 700; color: var(--green-900); margin-bottom: 0.4rem; }
.pillar p { color: var(--ink-soft); font-size: 0.98rem; }

/* ============================================================
   PRODUCTEN  (editorial feature row + soon grid, on forest green)
   ============================================================ */
.products { position: relative; background: var(--green-900); color: var(--paper); overflow: hidden; }
.products .section__inner { position: relative; z-index: 1; }
.products .section-lead { color: color-mix(in srgb, var(--paper) 92%, var(--mint)); }
.products .status-line { color: var(--mint); }
.products .feature-title { color: var(--bone); }
.products .feature-row__text > p { color: var(--paper-soft); }
.products .feature-meta { color: var(--bone); }
.products .feature-incl { color: var(--green-300); }
.products .soon h3 { color: var(--bone); }
.products .soon p { color: var(--paper-soft); }
.products .soon-grid { border-top-color: color-mix(in srgb, var(--paper) 16%, transparent); }
.products .chips li { color: var(--bone); background: color-mix(in srgb, var(--bone) 10%, transparent); border-color: color-mix(in srgb, var(--paper) 28%, transparent); }
.products .feature-price { color: var(--paper-soft); }
.products .feature-price strong { color: var(--bone); }

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.feature-row__text { max-width: 44ch; }
.status-line {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--green-700); margin-bottom: 1rem;
}
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); }
.feature-title { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; letter-spacing: -0.02em; color: var(--green-900); margin-bottom: 0.7rem; }
.feature-row__text > p { color: var(--ink-soft); }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.2rem 0 0; }
.chips li {
  font-weight: 600; font-size: 0.9rem; color: var(--green-900);
  background: var(--cream); border: 1px solid var(--cream-200);
  padding: 0.4rem 0.95rem; border-radius: var(--r-pill);
}
.feature-price { margin-top: 1.4rem; font-size: 1rem; color: var(--ink-soft); }
.feature-price strong { font-size: 1.65rem; font-weight: 800; color: var(--green-900); margin-left: 0.15rem; }
.feature-incl {
  display: flex; align-items: center; gap: 0.55rem;
  margin: 1.3rem 0 1.6rem;
  font-size: 0.95rem; font-weight: 600; color: var(--green-700);
}
.feature-incl i { font-size: 1.2rem; }

/* image placeholder slots */
.img-slot {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--r-lg);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.6rem; text-align: center;
  background: linear-gradient(150deg, var(--cream-200), color-mix(in srgb, var(--wood-soft) 60%, var(--cream)));
  border: 1px solid color-mix(in srgb, var(--wood) 32%, transparent);
  color: color-mix(in srgb, var(--wood) 92%, var(--ink));
}
.img-slot--tall { aspect-ratio: 4 / 5; }
.img-slot i { font-size: 2.4rem; opacity: 0.75; }
.img-slot span { font-size: 0.9rem; font-weight: 600; opacity: 0.85; }
.img-slot .tag {
  position: absolute; top: 1rem; left: 1rem;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--green-950); background: var(--lime);
  padding: 0.35rem 0.75rem; border-radius: var(--r-pill);
}

.soon-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: clamp(3rem, 7vw, 6rem);
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid var(--hairline);
}
.soon .img-slot { aspect-ratio: 16 / 10; margin-bottom: 1.3rem; }
.soon h3 { font-size: 1.4rem; font-weight: 700; color: var(--green-900); margin-bottom: 0.35rem; }
.soon p { color: var(--ink-soft); }

/* ============================================================
   DIGITAAL PLEKJE
   ============================================================ */
.plekje .section-head { margin-bottom: clamp(2rem, 4vw, 3rem); }
.plekje__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem); align-items: start;
}
.plekje__info { padding-top: 0.4rem; }
.mini-list { display: grid; gap: 0.9rem; }
.mini-list li {
  display: flex; align-items: center; gap: 0.8rem;
  font-weight: 600; color: var(--green-900);
}
.mini-list i {
  flex: none; display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: var(--r-md);
  background: color-mix(in srgb, var(--mint) 26%, transparent);
  color: var(--green-800); font-size: 1.2rem;
}
.qr-note {
  display: flex; align-items: center; gap: 0.6rem;
  margin-top: 1.6rem; font-size: 0.92rem; color: var(--ink-soft);
}
.qr-note i { flex: none; font-size: 1.2rem; color: var(--green-700); }

/* ---- Realistische mini-versie van het echte herdenkingsplekje ---- */
.mp {
  width: 100%; max-width: 440px; margin-left: auto;
  background: var(--bone);
  border: 1px solid var(--cream-200);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
/* browser-chrome balkje */
.mp__bar {
  display: flex; align-items: center; gap: 0.7rem;
  padding: 0.7rem 1rem;
  background: var(--cream);
  border-bottom: 1px solid var(--cream-200);
}
.mp__dots { display: flex; gap: 6px; flex: none; }
.mp__dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--sage); }
.mp__url {
  flex: 1; display: flex; align-items: center; gap: 0.4rem;
  background: var(--bone); border: 1px solid var(--cream-200); border-radius: var(--r-pill);
  padding: 0.28rem 0.8rem; font-size: 0.78rem; color: var(--ink-soft);
}
.mp__url i { color: var(--green-600); font-size: 0.85rem; }

/* scrollbaar-ogende schermkant */
.mp__screen { position: relative; max-height: 600px; overflow: hidden; background: var(--cream); }
.mp__fade {
  position: absolute; left: 0; right: 0; bottom: 0; height: 70px; pointer-events: none;
  background: linear-gradient(to bottom, transparent, var(--cream));
}

/* "bekijk voorbeeld"-link onder de tekst */
.mp-demo {
  display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1.4rem;
  font-weight: 600; color: var(--green-700);
  border-bottom: 1.5px solid transparent; transition: border-color 0.2s var(--ease), color 0.2s var(--ease);
}
.mp-demo i { font-size: 1.1rem; }
.mp-demo:hover { color: var(--green-900); border-color: currentColor; }

/* hero: fotoplaceholder + donkergroen naamblok */
.mp-hero__photo {
  height: 180px; overflow: hidden;
  background: linear-gradient(150deg, var(--green-700), var(--green-950));
  display: grid; place-items: center;
  color: color-mix(in srgb, var(--paper) 40%, transparent); font-size: 2.4rem;
}
.mp-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.mp-hero__body { background: var(--green-950); color: var(--paper); padding: 1.3rem 1.4rem 1.6rem; }
.mp-chip {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase;
  color: var(--mint); background: color-mix(in srgb, var(--mint) 16%, transparent);
  padding: 0.3rem 0.65rem; border-radius: var(--r-pill);
}
.mp-chip__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }
.mp-hero__name {
  font-family: var(--font-serif); font-weight: 400;
  font-size: 2.2rem; line-height: 1.02; color: var(--bone); margin-top: 0.7rem;
}
.mp-hero__years { color: var(--paper-soft); font-variant-numeric: tabular-nums; margin-top: 0.35rem; }
.mp-hero__story { color: color-mix(in srgb, var(--paper) 82%, transparent); font-size: 0.92rem; line-height: 1.5; margin-top: 0.8rem; }
.mp-hero__share {
  display: inline-flex; align-items: center; gap: 0.45rem; margin-top: 1.2rem;
  font-size: 0.85rem; font-weight: 600; color: var(--bone);
  border: 1.5px solid color-mix(in srgb, var(--paper) 32%, transparent);
  padding: 0.5rem 1.05rem; border-radius: var(--r-pill);
}

/* content-blokken op cream */
.mp-block { padding: 1.5rem 1.4rem 0; }
.mp-block + .mp-block { padding-top: 1.7rem; }
.mp-eyebrow {
  font-size: 0.64rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green-700);
}
.mp-heading { font-family: var(--font-serif); font-weight: 400; font-size: 1.45rem; color: var(--green-950); margin-top: 0.25rem; }

/* herinneringen-albums */
.mp-albums { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; margin-top: 1rem; }
.mp-album {
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 96px; padding: 0.85rem;
  border-radius: var(--r-md); background: var(--bone); border: 1px solid var(--cream-200);
}
.mp-album i { font-size: 1.4rem; color: var(--green-600); }
.mp-album strong { font-family: var(--font-serif); font-weight: 400; font-size: 1.02rem; color: var(--green-900); margin-top: auto; }
.mp-album span { font-size: 0.78rem; color: var(--ink-soft); }
.mp-album--filled { background: linear-gradient(155deg, var(--green-800), var(--green-950)); border-color: transparent; }
.mp-album--filled i { color: color-mix(in srgb, var(--mint) 70%, transparent); }
.mp-album--filled strong { color: var(--bone); }
.mp-album--filled span { color: var(--paper-soft); }

/* tribute-kaart */
.mp-tribute {
  position: relative; margin-top: 1rem;
  background: var(--bone); border: 1px solid var(--cream-200); border-radius: var(--r-md);
  padding: 1rem 1.1rem 1.1rem;
}
.mp-tribute__quote { font-family: var(--font-serif); font-size: 2rem; line-height: 0.6; color: var(--mint); }
.mp-tribute__text { font-style: italic; font-size: 0.95rem; color: var(--ink); margin-top: 0.5rem; }
.mp-tribute__meta { font-size: 0.8rem; color: var(--ink-soft); margin-top: 0.7rem; }
.mp-tribute__meta strong { color: var(--green-900); }

/* berichtje-formulier (louter visueel) */
.mp-form {
  margin-top: 1rem;
  background: var(--bone); border: 1px solid var(--cream-200); border-radius: var(--r-md);
  padding: 1.1rem;
}
.mp-form__title { font-family: var(--font-serif); font-weight: 400; font-size: 1.1rem; color: var(--green-950); }
.mp-form__label {
  display: block; margin-top: 0.8rem; margin-bottom: 0.35rem;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft);
}
.mp-input {
  display: block; background: var(--cream); border: 1px solid var(--cream-200); border-radius: 10px;
  padding: 0.55rem 0.75rem; font-size: 0.85rem; color: var(--ink-soft);
}
.mp-input--area { min-height: 52px; }
.mp-form__btn {
  display: inline-block; margin-top: 0.9rem;
  background: var(--green-600); color: var(--bone);
  font-size: 0.85rem; font-weight: 600; padding: 0.55rem 1.2rem; border-radius: var(--r-pill);
}

/* notify band (inside plekje) */
.grow { padding-top: 0; }
.notify {
  position: relative; z-index: 1;
  background: var(--green-900); color: var(--paper);
  border-radius: var(--r-lg); padding: clamp(1.8rem, 4vw, 2.6rem);
  box-shadow: var(--shadow-soft);
}
.notify__text h3 { font-size: 1.5rem; font-weight: 700; color: var(--bone); }
.notify__text p { color: var(--paper-soft); max-width: 60ch; margin-top: 0.4rem; }
.notify__field { display: flex; gap: 0.6rem; align-items: stretch; max-width: 660px; margin-top: 1.6rem; }
.notify__field input {
  flex: 1; width: auto; min-width: 0;
  border: 1.5px solid color-mix(in srgb, var(--paper) 30%, transparent);
  background: color-mix(in srgb, var(--bone) 10%, transparent);
  border-radius: var(--r-pill); padding: 0.9rem 1.3rem; font: inherit; color: var(--bone);
}
.notify__field .btn { flex: none; white-space: nowrap; font-size: 0.95rem; padding: 0.85rem 1.4rem; }
.notify__field input::placeholder { color: var(--paper-soft); }
.notify__msg { font-weight: 600; min-height: 1.2em; margin-top: 0.9rem; }
.notify__msg.is-ok { color: var(--mint); }
.notify__msg.is-err { color: #ffd2b0; }

/* ============================================================
   ETHOS  (one bright mint statement)
   ============================================================ */
.ethos { position: relative; background: var(--mint); color: var(--green-950); text-align: center; }
.ethos__inner { max-width: 900px; }
.ethos .eyebrow { color: var(--green-900); }
.ethos__statement {
  font-weight: 800; font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.08; letter-spacing: -0.02em; color: var(--green-950); margin-bottom: 1.4rem;
}
.ethos__body {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: color-mix(in srgb, var(--green-950) 78%, transparent);
  max-width: 56ch; margin: 0 auto;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer { position: relative; background: var(--green-950); color: var(--paper-soft); overflow: hidden; }
.footer__paws { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.footer__paw { position: absolute; opacity: 0.06; }
.footer__paw--1 { width: 118px; top: 12%; left: 5%; transform: rotate(-18deg); }
.footer__paw--2 { width: 74px;  top: 58%; left: 46%; transform: rotate(14deg); opacity: 0.045; }
.footer__paw--3 { width: 150px; bottom: -14px; right: 4%; transform: rotate(9deg); }
.footer .section__inner { position: relative; z-index: 1; padding-top: clamp(3rem, 6vw, 4rem); padding-bottom: 0; }
.footer__cta {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
  border-bottom: 1px solid color-mix(in srgb, var(--paper) 14%, transparent);
}
.footer__cta h2 { font-weight: 800; font-size: clamp(1.7rem, 3.5vw, 2.5rem); letter-spacing: -0.02em; color: var(--bone); }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; padding: clamp(2.5rem, 5vw, 3.5rem) 0; }
.footer__brand p { margin-top: 0.8rem; max-width: 30ch; font-size: 0.95rem; }
.footer__col h3 { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-300); margin-bottom: 1rem; }
.footer__col li { margin-bottom: 0.6rem; }
.footer__col a { transition: color 0.2s var(--ease); }
.footer__col a:hover { color: var(--bone); }
.footer__soon { color: var(--paper-soft); }
.footer__soon em { font-style: normal; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mint); margin-left: 0.3rem; }
.footer__social {
  display: inline-flex; align-items: center; gap: 0.5rem;
  margin-top: 1.1rem; color: var(--paper-soft); font-weight: 600; font-size: 0.92rem;
  transition: color 0.2s var(--ease);
}
.footer__social:hover { color: var(--mint); }
.footer__social svg { display: block; flex: none; }
.footer__social--base { margin-top: 0; }
/* Merk-footer: social links onder elkaar i.p.v. naast elkaar. */
.footer__brand .footer__social { display: flex; width: fit-content; }
.footer__brand .footer__social + .footer__social { margin-top: 0.6rem; }
.footer__base {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.6rem;
  padding: 1.6rem 0; border-top: 1px solid color-mix(in srgb, var(--paper) 14%, transparent); font-size: 0.88rem;
}

/* ============================================================
   SUBPAGES (producten / verhaal / contact)
   ============================================================ */
/* compact, bordered nav (no tall hero behind it) */
.page .nav__inner { height: var(--nav-h); }
.page .logo__badge { width: 56px; height: 56px; }
.page .nav { border-bottom-color: color-mix(in srgb, var(--paper) 10%, transparent); }

.page-intro .section-head { margin-bottom: clamp(2rem, 4vw, 3rem); }

/* full-bleed makers photo + overlay (used on Ons verhaal) */
.makers { position: relative; overflow: hidden; background: var(--green-950); color: var(--paper); }
.makers__photo { position: absolute; inset: 0; }
.makers__photo .img-ph {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem;
  background: linear-gradient(135deg, var(--green-800), var(--green-950));
  color: color-mix(in srgb, var(--paper) 42%, transparent);
}
.makers__photo .img-ph i { font-size: 2.4rem; }
.makers__photo .img-ph span { font-size: 0.9rem; font-weight: 600; }
.makers::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,28,18,0.92), rgba(8,28,18,0.55) 55%, rgba(8,28,18,0.12)); }
.makers__inner { position: relative; z-index: 1; min-height: clamp(360px, 56vh, 540px); display: flex; align-items: center; }
.makers__text { max-width: 44ch; }
.makers__text > p { color: var(--paper-soft); margin: 1.1rem 0 1.6rem; }

/* prose (story paragraphs) */
.prose { max-width: 62ch; }
.prose p { font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: var(--ink-soft); margin-bottom: 1.2rem; }
.prose p strong { color: var(--green-900); }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.contact-info p { color: var(--ink-soft); margin-bottom: 1.4rem; max-width: 36ch; }
.contact-info a.arrow-link { margin-top: 0.4rem; }
.contact-detail { margin-bottom: 1.4rem; }
.contact-detail h3 { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-700); margin-bottom: 0.3rem; }
.contact-detail a, .contact-detail span { font-size: 1.1rem; color: var(--green-900); font-weight: 600; }

.form-grid { display: grid; gap: 1.1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { display: grid; gap: 0.4rem; }
.field label { font-weight: 600; font-size: 0.92rem; color: var(--green-900); }
.field input, .field textarea {
  width: 100%; font: inherit; color: var(--ink);
  background: var(--bone); border: 1.5px solid var(--cream-200);
  border-radius: var(--r-md); padding: 0.85rem 1.1rem;
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-soft); }
.field input:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--mint); outline-offset: 1px; border-color: transparent; }
.field textarea { min-height: 150px; resize: vertical; }
.form-grid .btn { justify-self: start; }
.form-msg { font-weight: 600; min-height: 1.2em; }
.form-msg.is-ok { color: var(--green-700); }
.form-msg.is-err { color: #b4532f; }

/* ============================================================
   SCROLL REVEAL + AMBIENT MOTION
   ============================================================ */
.reveal-ready [data-reveal] {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  transition-delay: var(--reveal-delay, 0s);
}
.reveal-ready [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: no-preference) {
  .blob { will-change: transform; }
  .blob--a { animation: blobDrift 18s ease-in-out infinite; }
  .blob--b { animation: blobDrift 24s ease-in-out infinite reverse; }
  .blob--c { animation: blobDrift 30s ease-in-out infinite; }
}
@keyframes blobDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(2%, -2.5%) scale(1.04); }
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .btn, .nav, .nav__inner, .logo__badge, .arrow-link, .arrow-link i { transition: none; }
  .blob { animation: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .feature-row { grid-template-columns: 1fr; }
  .feature-row__media { order: -1; max-width: 460px; }
  .plekje__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .mp { margin-left: 0; margin-right: auto; }
  .notify { grid-template-columns: 1fr; gap: 1.2rem; }
  .notify__field input { width: 100%; flex: 1; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .nav__inner, .nav.is-scrolled .nav__inner { height: 74px; }
  .logo__badge, .nav.is-scrolled .logo__badge { width: 48px; height: 48px; }
  .hero { min-height: calc(100dvh - 74px); }

  /* "Voor altijd dichtbij" mag wat groter op mobile */
  .hero__title .ha { font-size: clamp(1.65rem, 6vw, 2.3rem); }
  .hero__title .hb { font-size: clamp(3.9rem, 14.5vw, 7rem); }

  .nav__links {
    position: absolute; top: 74px; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: var(--green-900);
    border-bottom: 1px solid color-mix(in srgb, var(--paper) 12%, transparent);
    padding: 0.5rem var(--pad) 1.2rem; display: none;
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 0.85rem 0; border-bottom: 1px solid color-mix(in srgb, var(--paper) 12%, transparent); font-size: 1.05rem; }
  .nav__cta { display: none; }
  .nav__toggle { display: block; }

  .pillars__grid { grid-template-columns: 1fr; gap: 2rem; }
  .soon-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .notify__field { flex-direction: column; max-width: none; }
  .notify__field .btn { justify-content: center; }
  .footer__cta { flex-direction: column; align-items: flex-start; }
}

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

/* ============================================================
   EXPERIENCE LAYER
   Motion + micro-interactions. Everything transform/opacity-only,
   everything gated by prefers-reduced-motion (or .reveal-ready,
   which is only set when motion is allowed).
   ============================================================ */

/* ---------- ambience: selection + paper grain ---------- */
::selection { background: var(--mint); color: var(--green-950); }

body::after {
  content: "";
  position: fixed; inset: 0; z-index: 90;
  pointer-events: none;
  opacity: 0.02;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@media print { body::after { display: none; } }

/* ---------- nav: frosted on scroll, sliding link underlines ---------- */
.nav.is-scrolled {
  background: color-mix(in srgb, var(--green-900) 86%, transparent);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  backdrop-filter: blur(14px) saturate(1.15);
}
@media (min-width: 761px) {
  .nav__links a { position: relative; }
  .nav__links a::after {
    content: ""; position: absolute; left: 0; right: 100%; bottom: -7px;
    height: 2px; border-radius: 2px; background: var(--mint);
    transition: right 0.28s var(--ease);
  }
  .nav__links a:hover::after,
  .nav__links a:focus-visible::after { right: 0; }
}
@media (prefers-reduced-motion: no-preference) {
  .logo__ring { animation: spinSlow 48s linear infinite; }
}
@keyframes spinSlow { to { transform: rotate(360deg); } }

/* ---------- hero: entrance choreography ---------- */
/* parent stays visible; the children carry the entrance */
.reveal-ready .hero__inner[data-reveal] { opacity: 1; transform: none; }
.reveal-ready .hero__inner[data-reveal] :is(.ha, .hb-wrap, .hero__sub, .hero__actions) {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
}
.reveal-ready .hero__inner[data-reveal] .hb-wrap  { transition-delay: 0.12s; }
.reveal-ready .hero__inner[data-reveal] .hero__sub { transition-delay: 0.32s; }
.reveal-ready .hero__inner[data-reveal] .hero__actions { transition-delay: 0.46s; }
.reveal-ready .hero__inner[data-reveal].is-in :is(.ha, .hb-wrap, .hero__sub, .hero__actions) {
  opacity: 1; transform: none;
}
/* the mint ribbon draws itself under "dichtbij".
   Keyframe animation instead of a transition: a transition is skipped when
   .is-in lands before the first paint (e.g. straight after a view transition),
   which made the ribbon pop in instead of drawing. An animation always plays. */
.reveal-ready .hero__ribbon path { stroke-dasharray: 1; stroke-dashoffset: 1; }
.reveal-ready .hero__inner[data-reveal].is-in .hero__ribbon path {
  animation: ribbonDraw 0.9s cubic-bezier(0.65, 0, 0.35, 1) 0.62s forwards;
}
@keyframes ribbonDraw {
  from { stroke-dashoffset: 1; }
  to { stroke-dashoffset: 0; }
}

/* hero settles back as you scroll past it (progressive enhancement) */
@supports (animation-timeline: scroll()) {
  @media (prefers-reduced-motion: no-preference) {
    .hero__inner {
      animation: heroExit linear both;
      animation-timeline: scroll();
      animation-range: 0vh 100vh;
    }
  }
}
@keyframes heroExit {
  from { transform: translateY(0); opacity: 1; }
  to   { transform: translateY(-70px); opacity: 0.25; }
}

/* ---------- section heads: layered reveal (eyebrow, title, lead) ---------- */
.reveal-ready .section-head[data-reveal] { opacity: 1; transform: none; }
.reveal-ready .section-head[data-reveal] > * {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal-ready .section-head[data-reveal] > .eyebrow { transform: translateY(16px) rotate(-2deg); }
.reveal-ready .section-head[data-reveal] > :nth-child(2) { transition-delay: 0.1s; }
.reveal-ready .section-head[data-reveal] > :nth-child(3) { transition-delay: 0.22s; }
.reveal-ready .section-head[data-reveal].is-in > * { opacity: 1; transform: none; }

/* ---------- micro-interactions: buttons, links, cards ---------- */
.btn { transition: transform 0.18s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease), box-shadow 0.25s var(--ease); }
.btn--solid:hover { box-shadow: 0 14px 32px -14px color-mix(in srgb, var(--mint) 60%, transparent); }
.btn--cream:hover { box-shadow: 0 14px 32px -16px rgba(14, 39, 26, 0.5); }

.pillar__icon { transition: transform 0.35s var(--ease); }
.pillar:hover .pillar__icon { transform: rotate(-6deg) scale(1.08); }

.soon .img-slot { transition: transform 0.3s var(--ease); }
.soon:hover .img-slot { transform: translateY(-5px); }

.mini-list i { transition: transform 0.3s var(--ease), background 0.3s var(--ease); }
.mini-list li:hover i { transform: scale(1.1) rotate(-5deg); background: color-mix(in srgb, var(--mint) 45%, transparent); }

/* ---------- memorial mockup: tilt + self-scrolling demo ---------- */
.mp {
  transform: perspective(1100px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
  will-change: transform;
}
.mp:hover { box-shadow: 0 44px 90px -42px rgba(14, 39, 26, 0.55); }

/* ---------- ethos: word-by-word statement ---------- */
.reveal-ready .ethos__inner[data-reveal] { opacity: 1; transform: none; }
.reveal-ready .ethos__inner[data-reveal] > .eyebrow,
.reveal-ready .ethos__inner[data-reveal] > .ethos__body {
  opacity: 0; transform: translateY(18px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal-ready .ethos__inner[data-reveal] > .ethos__body { transition-delay: 0.85s; }
.reveal-ready .ethos__inner[data-reveal].is-in > .eyebrow,
.reveal-ready .ethos__inner[data-reveal].is-in > .ethos__body { opacity: 1; transform: none; }

.reveal-ready .ethos__statement.is-split .w {
  display: inline-block;
  opacity: 0; transform: translateY(0.55em) rotate(1.2deg);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
  transition-delay: calc(0.1s + var(--wi, 0) * 55ms);
}
.reveal-ready .ethos__inner[data-reveal].is-in .ethos__statement.is-split .w {
  opacity: 1; transform: none;
}

/* ---------- footer: eerbetoon-marquee ---------- */
.pawline {
  position: relative; z-index: 1;
  overflow: hidden;
  padding: 1.3rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--paper) 10%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.pawline__track { display: flex; width: max-content; }
.pawline__group {
  display: flex; align-items: center; gap: 2.6rem;
  padding-right: 2.6rem;
}
.pawline__group span {
  font-family: var(--font-serif); font-style: italic;
  font-size: 1.2rem; color: color-mix(in srgb, var(--paper) 55%, transparent);
  white-space: nowrap;
}
.pawline__group img { width: 18px; height: 18px; opacity: 0.22; flex: none; }
@media (prefers-reduced-motion: no-preference) {
  .pawline__track { animation: pawlineSlide 95s linear infinite; }
}
@keyframes pawlineSlide { to { transform: translateX(-50%); } }

/* ---------- maatwijzer (producten) ---------- */
.sizer {
  margin-top: clamp(2.2rem, 4vw, 3.2rem);
  max-width: 560px;
  background: var(--cream);
  border-radius: var(--r-lg);
  padding: 1.7rem 1.9rem 1.9rem;
  display: grid; gap: 1.1rem;
}
.sizer h3 { font-size: 1.2rem; font-weight: 700; color: var(--green-900); }
.sizer input[type="range"] {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 7px; border-radius: var(--r-pill);
  background: linear-gradient(to right, var(--green-600) var(--pct, 25%), var(--cream-200) var(--pct, 25%));
  cursor: pointer; outline-offset: 5px;
}
.sizer input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--green-600); border: 3.5px solid var(--bone);
  box-shadow: 0 2px 8px rgba(14, 42, 28, 0.3);
}
.sizer input[type="range"]::-moz-range-thumb {
  width: 17px; height: 17px; border-radius: 50%;
  background: var(--green-600); border: 3.5px solid var(--bone);
  box-shadow: 0 2px 8px rgba(14, 42, 28, 0.3);
}
.sizer__out { color: var(--ink-soft); }
.sizer__out strong { color: var(--green-900); }
.sizer__out a { color: var(--green-700); text-decoration: underline; }

/* ---------- team (verhaal: de mensen achter KWISP) ---------- */
.team-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.4rem, 3vw, 2.4rem); max-width: 780px; margin: 0 auto;
}
.team-card .img-slot { aspect-ratio: 4 / 5; margin-bottom: 1.1rem; }
.team-card h3 { font-size: 1.3rem; font-weight: 700; color: var(--green-900); }
.team-card .team-role { font-size: 0.88rem; font-weight: 600; color: var(--green-700); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.4rem; }
.team-card p { color: var(--ink-soft); }
@media (max-width: 560px) { .team-grid { grid-template-columns: 1fr; } }

/* ---------- footer base: legal links ---------- */
.footer__base a { text-decoration: underline; text-underline-offset: 2px; transition: color 0.2s var(--ease); }
.footer__base a:hover { color: var(--bone); }

/* ---------- legal prose (privacy / voorwaarden) ---------- */
.prose h2 { font-size: 1.35rem; font-weight: 800; color: var(--green-900); margin: 2rem 0 0.7rem; }
.prose ul { list-style: disc; padding-left: 1.3rem; margin-bottom: 1.2rem; }
.prose li { color: var(--ink-soft); margin-bottom: 0.4rem; font-size: 1.02rem; }
.prose a { color: var(--green-700); text-decoration: underline; }
.prose .prose-note {
  background: color-mix(in srgb, var(--lime) 30%, transparent);
  border-radius: var(--r-md); padding: 0.9rem 1.1rem;
  font-size: 0.95rem; color: var(--green-950); margin-bottom: 1.4rem;
}

/* ---------- view transitions: soft cross-fade between pages ----------
   Progressive enhancement: browsers without support navigate as usual. */
@media (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation-duration: 0.22s;
  }
}

/* ---------- FAQ (details/summary accordion, no JS) ---------- */
.faq { max-width: 780px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--hairline); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1.2rem;
  padding: 1.15rem 0; cursor: pointer; list-style: none;
  font-weight: 700; font-size: 1.06rem; color: var(--green-900);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; flex: none;
  font-size: 1.5rem; font-weight: 400; line-height: 1; color: var(--green-600);
  transition: transform 0.25s var(--ease);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p {
  color: var(--ink-soft); max-width: 62ch;
  padding: 0 2.4rem 1.25rem 0;
}
.faq details a { color: var(--green-700); text-decoration: underline; }
.faq details table {
  border-collapse: collapse; margin: 0.2rem 0 1.1rem;
  min-width: min(420px, 100%);
}
.faq details th {
  text-align: left; font-size: 0.76rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em; color: var(--green-700);
  padding: 0.35rem 2.2rem 0.45rem 0; border-bottom: 1px solid var(--hairline);
}
.faq details td {
  padding: 0.55rem 2.2rem 0.55rem 0;
  border-bottom: 1px solid var(--hairline); color: var(--ink-soft);
}
.faq details td:first-child { font-weight: 700; color: var(--green-900); }

/* ========================================================== */
/*  GIDS: afscheid — hub + artikelpagina's                    */
/* ========================================================== */

/* --- hub: intro compact zodat de artikels sneller in beeld komen --- */
.page-intro.guide-hero .section__inner { padding-bottom: clamp(1.4rem, 3vw, 2.2rem); }
.guide-list .section__inner { padding-top: clamp(1.8rem, 3.5vw, 2.6rem); }

/* --- hub: categorie + kaartenraster --- */
.guide-cat { margin-top: clamp(2.6rem, 5vw, 4rem); }
.guide-cat:first-of-type { margin-top: 0; }
.guide-cat__head { max-width: 60ch; margin-bottom: 1.6rem; }
.guide-cat__title {
  font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-weight: 800; letter-spacing: -0.02em;
  color: var(--green-900);
}
.guide-cat__intro { color: var(--ink-soft); margin-top: 0.4rem; }

.guide-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
}
.guide-card {
  display: flex; flex-direction: column; gap: 0.5rem;
  background: var(--bone); border: 1px solid var(--cream-200);
  border-radius: var(--r-lg); padding: 1.5rem 1.5rem 1.35rem;
  text-decoration: none; color: inherit; position: relative;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.2s var(--ease);
}
a.guide-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); border-color: var(--green-300); }
.guide-card__num {
  font-family: var(--font-script); font-size: 1rem; color: var(--green-600);
  line-height: 1;
}
.guide-card h3 {
  font-size: 1.18rem; font-weight: 700; color: var(--green-900);
  letter-spacing: -0.01em; line-height: 1.2;
}
.guide-card p { color: var(--ink-soft); font-size: 0.96rem; line-height: 1.5; }
.guide-card__go {
  margin-top: auto; padding-top: 0.7rem; display: inline-flex; align-items: center; gap: 0.4rem;
  font-weight: 600; font-size: 0.9rem; color: var(--green-700);
}
.guide-card__go i { transition: transform 0.2s var(--ease); }
a.guide-card:hover .guide-card__go i { transform: translateX(4px); }
.guide-card--soon { opacity: 0.68; }
.guide-card--soon .guide-card__go { color: var(--ink-soft); }
.guide-card__soon {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--green-700);
}

/* --- breadcrumb --- */
.breadcrumb { font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 1.4rem; }
.breadcrumb a { color: var(--green-700); text-decoration: none; font-weight: 600; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb i { font-size: 0.72em; opacity: 0.6; margin: 0 0.15rem; }

/* --- artikelkop + body --- */
.article { max-width: 72ch; margin: 0 auto; }
.article-head { margin-bottom: clamp(2rem, 4vw, 2.8rem); }
.article-head .big-title { margin-top: 0.3rem; }
.article-head .section-lead { margin: 0.9rem 0 0; }
.article-meta {
  display: flex; flex-wrap: wrap; gap: 0.4rem 1.1rem; align-items: center;
  margin-top: 1.2rem; font-size: 0.9rem; color: var(--ink-soft);
}
.article-meta span { display: inline-flex; align-items: center; gap: 0.4rem; }
.article-meta i { color: var(--green-600); }

.prose h3 { font-size: 1.12rem; font-weight: 700; color: var(--green-900); margin: 1.6rem 0 0.5rem; }
.prose ol { list-style: decimal; padding-left: 1.4rem; margin-bottom: 1.2rem; }
.prose ol li { color: var(--ink-soft); margin-bottom: 0.5rem; font-size: 1.02rem; }

/* --- callout (tip / let op) --- */
.callout {
  background: var(--cream); border: 1px solid var(--cream-200);
  border-left: 4px solid var(--mint);
  border-radius: var(--r-md); padding: 1.2rem 1.35rem;
  margin: 1.8rem 0; display: flex; gap: 0.9rem;
}
.callout i { color: var(--green-600); font-size: 1.3rem; flex: none; margin-top: 0.1rem; }
.callout p { margin: 0; font-size: 1rem; color: var(--ink-soft); }
.callout p strong { color: var(--green-900); }
.callout--warm { border-left-color: var(--lime); }

/* --- map placeholder --- */
.map-embed {
  aspect-ratio: 16 / 10; border-radius: var(--r-lg); overflow: hidden;
  background: var(--sage); border: 1px solid var(--cream-200);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.6rem; color: var(--green-900); text-align: center; padding: 2rem;
  margin: 1.8rem 0;
}
.map-embed i { font-size: 2.4rem; opacity: 0.7; }
.map-embed span { font-weight: 600; }
.map-embed small { color: var(--green-800); max-width: 42ch; }

/* --- echte kaart (Leaflet) --- */
.article-map {
  height: 460px; border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--cream-200); margin: 1.8rem 0; background: #eef1ec;
  /* eigen stacking context (z-index 0) zodat de Leaflet-panes/controls
     nooit boven de sticky header (z-index 60) uitkomen */
  position: relative; z-index: 0;
}
.map-caption { font-size: 0.85rem; color: var(--ink-soft); margin: -0.8rem 0 1.8rem; }
.leaflet-popup-content { margin: 0.8rem 1rem; line-height: 1.4; }
.leaflet-popup-content strong { color: var(--green-900); font-size: 1rem; display: block; }
.map-pop__type { display: block; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: var(--green-600); margin-top: 0.2rem; }
.map-pop__adres { display: block; color: var(--ink-soft); margin-top: 0.35rem; }
.map-pop__link { display: inline-block; margin-top: 0.5rem; font-weight: 600; }
.map-legend {
  background: var(--bone); padding: 0.5rem 0.7rem; border-radius: var(--r-md);
  box-shadow: 0 6px 18px -8px rgba(14, 39, 26, 0.35); font-size: 0.8rem;
  display: flex; flex-direction: column; gap: 0.35rem;
}
.map-legend span { display: flex; align-items: center; gap: 0.45rem; color: var(--ink); }
.map-legend i { width: 12px; height: 12px; border-radius: 50%; display: inline-block; border: 1.5px solid #fbf8f0; }
.leaflet-container a { color: var(--green-700); }
@media (max-width: 560px) { .article-map { height: 380px; } }

/* --- inline "lees ook" card --- */
.read-next {
  display: flex; align-items: center; gap: 1rem;
  background: var(--bone); border: 1px solid var(--cream-200);
  border-left: 4px solid var(--green-600); border-radius: var(--r-md);
  padding: 1rem 1.2rem; margin: 1.8rem 0;
  color: var(--green-900);
  transition: transform 0.2s var(--ease), border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.prose a.read-next, .read-next, .read-next:hover { text-decoration: none; }
.read-next:hover { transform: translateY(-2px); border-left-color: var(--mint); box-shadow: var(--shadow-soft); }
.read-next__body { flex: 1; display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; }
.read-next__label { font-size: 0.85rem; font-weight: 600; letter-spacing: 0; color: var(--green-600); }
.read-next__title { font-weight: 700; font-size: 1.05rem; letter-spacing: -0.01em; }
.read-next > i { color: var(--green-600); font-size: 1.15rem; flex: none; transition: transform 0.2s var(--ease); }
.read-next:hover > i { transform: translateX(4px); }

/* --- onderaan: verder lezen --- */
.article-more { border-top: 1px solid var(--hairline); margin-top: 3rem; padding-top: 2rem; }
.article-more h2 { font-size: 1.2rem; font-weight: 800; color: var(--green-900); margin-bottom: 1.1rem; }
.article-more__grid { display: grid; gap: 0.9rem; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.more-link {
  display: flex; align-items: center; justify-content: space-between; gap: 0.6rem;
  background: var(--bone); border: 1px solid var(--cream-200); border-radius: var(--r-md);
  padding: 0.95rem 1.1rem; text-decoration: none; color: var(--green-900); font-weight: 600;
  transition: transform 0.2s var(--ease), border-color 0.2s var(--ease);
}
.more-link:hover { transform: translateY(-2px); border-color: var(--green-300); }
.more-link i { color: var(--green-600); flex: none; }
.article-back { margin-top: 2rem; }

@media (max-width: 480px) {
  .guide-card { padding: 1.3rem; }
}

/* ---------- reduced motion: kill everything new ---------- */
@media (prefers-reduced-motion: reduce) {
  .logo__ring, .pawline__track { animation: none; }
  .hero__inner { animation: none; }
  .mp { transform: none; will-change: auto; }
  .pillar__icon, .soon .img-slot, .mini-list i { transition: none; }
  .guide-card, .more-link, .guide-card__go i, .read-next, .read-next > i { transition: none; }
}
