/* ─────────────────────────────────────────────
   OVERGANGSPLAN — high-converting digital product page
   Above-the-fold buy moment. Editorial × punchy CTA.
   ───────────────────────────────────────────── */

:root {
  --bg:        #F4EBD9;
  --bg-soft:   #ECDFC5;
  --paper:     #FBF5E7;
  --ink:       #2A1F1A;
  --ink-soft:  #4F3F36;
  --mute:      #8A7867;
  --burgundy:  #5C1A1F;
  --burgundy-d:#3F1115;
  --gold:      #B7853F;
  --gold-soft: #D4B580;
  --rule:      #D4C4A6;
  --shadow:    0 22px 50px -28px rgba(63,17,21,0.32);
  --shadow-cta: 0 14px 30px -10px rgba(92,26,31,0.45);

  --serif:  "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans:   "Manrope", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;

  --max:    1180px;
  --pad:    clamp(1.25rem, 4vw, 2.5rem);
}

/* ────────── reset ────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { max-width: 100%; overflow-x: hidden; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
  background-image:
    radial-gradient(ellipse 1200px 600px at 80% -10%, rgba(92,26,31,0.06), transparent 60%),
    radial-gradient(ellipse 800px 500px at 0% 110%, rgba(183,133,63,0.05), transparent 60%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.10 0 0 0 0 0.08 0 0 0 0 0.06 0 0 0 0.04 0'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");
  background-attachment: fixed;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
em { font-style: italic; }
ul, ol { list-style: none; }

::selection { background: var(--burgundy); color: var(--paper); }

/* Fraunces variable-font defaults — duidelijker en met meer body */
h1, h2, h3, .hero__title, .bundle__title, .audience__title,
.faq__title, .diff__list h3, .quick__title, .qcard__title, .sub__title {
  font-variation-settings: "opsz" 72, "SOFT" 40;
}
.hero__title, .audience__title, .faq__title, .closer__text {
  font-variation-settings: "opsz" 144, "SOFT" 40;
}
.cover__title { font-variation-settings: "opsz" 36, "SOFT" 50; }
em { font-variation-settings: "opsz" 24, "SOFT" 80; }
.positioning__text em, .closer__text em, .audience__list em, .hero__sub em {
  font-variation-settings: "opsz" 72, "SOFT" 90;
}

/* ────────── layout ────────── */
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
}
.container--narrow { max-width: 720px; }

/* ────────── header / nav ────────── */
.site-header {
  padding: 1.1rem 0;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244,235,217,0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--rule);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.wordmark {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  color: var(--burgundy);
  font-style: italic;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--paper);
  background: var(--burgundy);
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  transition: background 200ms ease, transform 200ms cubic-bezier(0.22,1,0.36,1);
}
.nav-cta:hover {
  background: var(--burgundy-d);
  transform: translateY(-1px);
}

/* ────────── hero (= main offer block) ────────── */
.hero {
  padding: clamp(1.75rem, 4vh, 3.5rem) 0 clamp(2rem, 5vh, 4rem);
}
.hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vh, 3rem);
  align-items: center;
}

.hero__visual {
  display: grid;
  place-items: center;
  padding: 1rem 0;
}
.cover-img--bundle {
  width: clamp(220px, 70vw, 360px);
  height: auto;
  display: block;
  object-fit: contain;
}

.hero__offer {
  display: grid;
  gap: 1rem;
  align-content: start;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 600;
}
.hero__eyebrow .dot {
  width: 6px; height: 6px;
  background: var(--burgundy);
  border-radius: 50%;
}
.hero__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 14ch;
}
.hero__sub {
  font-family: var(--sans);
  font-size: clamp(0.97rem, 1.4vw, 1.1rem);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 50ch;
}
.hero__features {
  display: grid;
  gap: 0.55rem;
  font-family: var(--sans);
  font-size: 0.92rem;
  color: var(--ink-soft);
  font-weight: 500;
  margin-top: 0.25rem;
}
.hero__features li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.45;
}
.hero__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--burgundy);
  font-weight: 700;
}
.hero__features strong {
  font-weight: 700;
  color: var(--ink);
}
.hero__price {
  display: flex;
  align-items: baseline;
  gap: 0.85rem;
  flex-wrap: wrap;
  padding: 1rem 0 0.25rem;
  border-top: 1px solid var(--rule);
  margin-top: 0.5rem;
}
.hero__strike {
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--mute);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  font-feature-settings: "lnum";
  line-height: 1;
}
.hero__amount {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.6rem, 5.5vw, 3.6rem);
  color: var(--burgundy);
  font-feature-settings: "lnum";
  letter-spacing: -0.02em;
  line-height: 1;
}
.hero__save {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-left: auto;
  background: rgba(183,133,63,0.12);
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
}
.hero__meta {
  font-family: var(--sans);
  font-size: 0.83rem;
  color: var(--mute);
  text-align: center;
  margin-top: 0.25rem;
}

/* ────────── covers ────────── */
.cover {
  aspect-ratio: 3 / 4;
  background: linear-gradient(180deg, var(--burgundy-d) 0%, var(--burgundy) 100%);
  color: var(--paper);
  padding: clamp(1rem, 3.5vw, 1.5rem);
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 0.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: inset 0 0 60px rgba(0,0,0,0.18);
}
.cover::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(212, 181, 128, 0.32);
  pointer-events: none;
  border-radius: 2px;
}
.cover::after {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(212, 181, 128, 0.12);
  pointer-events: none;
  border-radius: 1px;
}
.cover__num {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--gold);
  line-height: 1;
  font-feature-settings: "lnum";
  align-self: end;
  margin-top: 0.5rem;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.cover__rule {
  width: 28px;
  height: 1px;
  background: var(--gold);
  margin: 0.5rem auto;
  display: block;
  position: relative;
}
.cover__rule::before,
.cover__rule::after {
  content: "";
  position: absolute;
  top: -1.5px;
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
}
.cover__rule::before { left: -8px; }
.cover__rule::after { right: -8px; }
.cover__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  line-height: 1.18;
  letter-spacing: -0.005em;
  color: var(--paper);
  align-self: center;
  padding: 0 0.3rem;
  text-shadow: 0 1px 2px rgba(0,0,0,0.18);
}
.cover__series {
  font-family: var(--sans);
  font-size: 0.6rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 600;
  align-self: end;
}
.cover__sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--gold-soft);
  margin-top: -0.2rem;
}
.cover__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem;
  font-family: var(--serif);
  font-size: 0.85rem;
  font-style: italic;
  color: var(--gold-soft);
  margin-top: 0.5rem;
  text-align: left;
  padding: 0 0.5rem;
}

.cover--bundle {
  grid-template-rows: auto auto auto auto auto;
  align-items: center;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  gap: 0.75rem;
}
.cover--bundle .cover__title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  margin: 0.35rem 0;
}
.cover--bundle .cover__series { align-self: start; }

/* sub-covers — series top, num center, rule + title bottom */
.cover--sub {
  grid-template-rows: auto 1fr auto auto;
  gap: 0.4rem;
}
.cover--sub .cover__series { align-self: start; padding-top: 0.15rem; }
.cover--sub .cover__num {
  align-self: center;
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 3.4rem);
  font-weight: 500;
}
.cover--sub .cover__rule { align-self: end; margin: 0.2rem auto; }
.cover--sub .cover__title {
  align-self: end;
  margin-bottom: 0.15rem;
  font-size: clamp(0.92rem, 1.6vw, 1.15rem);
  min-height: 2.6em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1.2;
}

/* legacy class kept for safety */
.cover--burgundy { /* same gradient as base cover */ }

/* ────────── buttons ────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.95rem 1.4rem;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.005em;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 999px;
  cursor: pointer;
  transition: background 240ms ease, color 240ms ease,
              border-color 240ms ease, transform 240ms cubic-bezier(0.22,1,0.36,1),
              box-shadow 240ms ease;
  white-space: nowrap;
}
.btn:hover {
  background: var(--burgundy);
  border-color: var(--burgundy);
  transform: translateY(-1px);
}
.btn--primary {
  background: var(--burgundy);
  border-color: var(--burgundy);
  font-size: 1rem;
  padding: 1.05rem 1.6rem;
  box-shadow: var(--shadow-cta);
}
.btn--primary:hover {
  background: var(--burgundy-d);
  border-color: var(--burgundy-d);
  box-shadow: 0 18px 36px -12px rgba(92,26,31,0.55);
}
.btn--xl {
  padding: 1.2rem 1.8rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
  box-shadow: none;
}
.btn--ghost:hover {
  background: var(--ink);
  color: var(--paper);
}
.btn--block { width: 100%; }
.btn--small {
  padding: 0.65rem 1.05rem;
  font-size: 0.85rem;
  gap: 0.4rem;
  min-height: 40px;
  box-shadow: none;
}
.btn__arrow {
  font-family: var(--serif);
  font-size: 1.1rem;
  transition: transform 240ms cubic-bezier(0.22,1,0.36,1);
  line-height: 1;
}
.btn:hover .btn__arrow { transform: translateX(3px); }

/* ────────── quick pick (sub-gidsen direct na hero) ────────── */
.quick {
  padding: clamp(2.5rem, 6vh, 4.5rem) 0 clamp(2rem, 4vh, 3rem);
  border-top: 1px solid var(--rule);
}
.quick__head {
  text-align: center;
  margin-bottom: clamp(1.5rem, 4vh, 2.25rem);
}
.quick__kicker {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.quick__title {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--burgundy);
  letter-spacing: -0.005em;
}
.quick__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  max-width: 760px;
  margin: 0 auto;
}

.qcard {
  list-style: none;
}
.qcard__link {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: stretch;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 4px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 240ms cubic-bezier(0.22,1,0.36,1),
              box-shadow 240ms cubic-bezier(0.22,1,0.36,1),
              border-color 240ms ease;
}
.qcard__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -16px rgba(63,17,21,0.22);
  border-color: var(--burgundy);
}
.qcard__cover {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem;
  background: var(--bg-soft);
}
.qcard__cover .cover-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 8px 16px -8px rgba(63,17,21,0.3);
  display: block;
}
.qcard__body {
  padding: 0.95rem 1.1rem 1rem;
  display: grid;
  align-content: space-between;
  gap: 0.45rem;
}
.qcard__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.qcard__pain {
  font-family: var(--sans);
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--ink-soft);
  font-weight: 500;
}
.qcard__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
  padding-top: 0.55rem;
  border-top: 1px solid var(--rule);
  gap: 0.6rem;
  flex-wrap: wrap;
}
.qcard__price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
}
.qcard__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1rem;
  background: var(--burgundy);
  color: var(--paper);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  white-space: nowrap;
  transition: background 240ms ease;
  border: 1px solid var(--burgundy);
}
.qcard__cta--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.qcard__link:hover .qcard__cta {
  background: var(--burgundy-d);
  border-color: var(--burgundy-d);
}
.qcard__link:hover .qcard__cta--ghost {
  background: var(--ink);
  color: var(--paper);
}
.qcard__link:hover .btn__arrow { transform: translateX(3px); }
.qcard__cta .btn__arrow {
  font-family: var(--serif);
  font-size: 1rem;
  transition: transform 240ms cubic-bezier(0.22,1,0.36,1);
  line-height: 1;
}

/* shared price types */
.price {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--burgundy);
  font-feature-settings: "lnum";
  letter-spacing: -0.005em;
  line-height: 1;
}
.price-strike {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 0.92rem;
  color: var(--mute);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  font-feature-settings: "lnum";
  line-height: 1;
}

/* ────────── positioning ────────── */
.positioning {
  padding: clamp(2rem, 5vh, 3.5rem) 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  text-align: center;
}
.positioning__text {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.3rem, 2.6vw, 1.85rem);
  line-height: 1.4;
  color: var(--ink);
  max-width: 36ch;
  margin: 0 auto;
  letter-spacing: -0.005em;
}
.positioning__text em {
  font-style: italic;
  color: var(--burgundy);
}

/* ────────── differentiation ────────── */
.diff {
  padding: clamp(2.5rem, 6vh, 4rem) 0;
}
.diff__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.diff__list li {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  display: grid;
  gap: 0.5rem;
}
.diff__num {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  color: var(--gold);
  font-feature-settings: "lnum";
}
.diff__list h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.15rem, 1.8vw, 1.3rem);
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.diff__list p {
  font-family: var(--sans);
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

/* ────────── audience ────────── */
.audience {
  padding: clamp(2.5rem, 6vh, 4.5rem) 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  text-align: center;
}
.audience__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 1.75rem;
}
.audience__list {
  display: grid;
  gap: 1rem;
  text-align: left;
  max-width: 560px;
  margin: 0 auto;
}
.audience__list li {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.4;
  color: var(--ink);
  padding-left: 1.5rem;
  position: relative;
  font-variation-settings: "opsz" 24, "SOFT" 50;
}
.audience__list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--burgundy);
}
.audience__list em {
  font-style: italic;
  color: var(--burgundy);
  font-feature-settings: "lnum";
}

/* ────────── reviews ────────── */
.reviews {
  padding: clamp(3rem, 7vh, 5rem) 0;
}
.reviews__head {
  text-align: center;
  margin-bottom: clamp(1.75rem, 4vh, 2.5rem);
}
.reviews__kicker {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
  margin-bottom: 0.55rem;
}
.reviews__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.012em;
}
.reviews__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 1080px;
  margin: 0 auto;
  list-style: none;
}
.review {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: clamp(1.4rem, 3vw, 1.85rem);
  display: grid;
  gap: 1rem;
  align-content: start;
}
.review__top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.review__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--burgundy);
  color: var(--paper);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 600;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.review__author {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.2;
}
.review__stars {
  font-family: var(--sans);
  font-size: 0.95rem;
  color: var(--gold);
  letter-spacing: 0.04em;
  margin-top: 0.15rem;
  line-height: 1;
}
.review__stars--off {
  color: var(--rule);
}
.review__quote {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(0.97rem, 1.5vw, 1.05rem);
  line-height: 1.6;
  color: var(--ink-soft);
  font-style: normal;
  font-variation-settings: "opsz" 14, "SOFT" 50;
}
.review__meta {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
  padding-top: 0.85rem;
  border-top: 1px solid var(--rule);
  margin-top: auto;
}

@media (min-width: 720px) {
  .reviews__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* ────────── faq ────────── */
.faq {
  padding: clamp(2.5rem, 6vh, 4.5rem) 0;
}
.faq__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.15;
  color: var(--ink);
  text-align: center;
  margin-bottom: clamp(1.5rem, 4vh, 2rem);
  letter-spacing: -0.01em;
}
.faq__list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--rule);
}
.faq__item {
  border-bottom: 1px solid var(--rule);
  padding: 1.25rem 0;
}
.faq__item summary {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.35;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding-right: 0.5rem;
  transition: color 200ms ease;
  letter-spacing: -0.005em;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.5rem;
  color: var(--burgundy);
  transition: transform 280ms cubic-bezier(0.22,1,0.36,1);
  line-height: 1;
}
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item summary:hover { color: var(--burgundy); }
.faq__item p {
  margin-top: 0.7rem;
  font-family: var(--sans);
  font-size: 0.93rem;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 60ch;
  padding-right: 1rem;
}

/* ────────── closer ────────── */
.closer {
  padding: clamp(3.5rem, 8vh, 5.5rem) 0;
  background: var(--ink);
  color: var(--paper);
  text-align: center;
}
.closer__text {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.5rem, 3.2vw, 2.4rem);
  line-height: 1.3;
  margin-bottom: 2rem;
  color: var(--paper);
}
.closer__text em {
  font-style: italic;
  color: var(--gold-soft);
}
.closer__cta {
  display: grid;
  gap: 0.85rem;
  justify-items: center;
}
.closer .btn--primary {
  background: var(--burgundy);
  border-color: var(--burgundy);
}
.closer .btn--primary:hover {
  background: var(--gold);
  border-color: var(--gold);
}
.closer__or {
  font-family: var(--sans);
  font-size: 0.88rem;
  color: var(--gold-soft);
}
.closer__or a {
  color: var(--paper);
  border-bottom: 1px solid rgba(251,245,231,0.3);
  padding-bottom: 1px;
  transition: border-color 200ms ease;
}
.closer__or a:hover { border-color: var(--paper); }

/* ────────── legal pages ────────── */
.legal {
  padding: clamp(2rem, 5vh, 3.5rem) 0 clamp(3rem, 7vh, 5rem);
}
.legal__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.1;
  color: var(--ink);
  letter-spacing: -0.012em;
  margin-bottom: 0.4rem;
}
.legal__meta {
  font-family: var(--sans);
  font-size: 0.85rem;
  color: var(--mute);
  margin-bottom: 2rem;
  font-style: italic;
}
.legal h2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: -0.005em;
  margin: 1.85rem 0 0.6rem;
}
.legal p, .legal ul {
  font-family: var(--sans);
  font-size: 0.97rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: 1rem;
}
.legal ul {
  list-style: disc;
  padding-left: 1.25rem;
}
.legal ul li { margin-bottom: 0.4rem; }
.legal a {
  color: var(--burgundy);
  border-bottom: 1px solid rgba(92,26,31,0.25);
  padding-bottom: 1px;
  transition: border-color 200ms ease;
}
.legal a:hover { border-color: var(--burgundy); }
.legal strong { color: var(--ink); font-weight: 600; }
.legal__back {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
  font-family: var(--sans);
  font-size: 0.92rem;
}

/* footer__links extension */
.footer__links {
  font-family: var(--sans);
  font-size: 0.78rem;
  color: var(--mute);
  margin-top: 0.85rem;
  letter-spacing: 0.02em;
}
.footer__links a {
  color: var(--ink-soft);
  border-bottom: 1px solid var(--rule);
  padding-bottom: 1px;
  transition: color 200ms ease, border-color 200ms ease;
}
.footer__links a:hover { color: var(--burgundy); border-color: var(--burgundy); }

/* ────────── thank-you page ────────── */
.thanks {
  padding: clamp(2.5rem, 6vh, 4.5rem) 0 clamp(3rem, 7vh, 5rem);
  text-align: left;
}
.thanks__check {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.thanks__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.1;
  color: var(--ink);
  letter-spacing: -0.012em;
  text-align: center;
  margin-bottom: 1rem;
}
.thanks__lede {
  font-family: var(--sans);
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.6;
  color: var(--ink-soft);
  text-align: center;
  margin-bottom: 2.5rem;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}
.thanks__lede em {
  font-family: var(--serif);
  font-style: italic;
  color: var(--burgundy);
  font-weight: 500;
}
.thanks__steps {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 2rem;
}
.thanks__steps-kicker {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.thanks__list {
  display: grid;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
}
.thanks__list li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.85rem;
  align-items: baseline;
}
.thanks__num {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1rem;
  color: var(--gold);
  font-feature-settings: "lnum";
}
.thanks__list h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: var(--ink);
  letter-spacing: -0.005em;
  margin-bottom: 0.3rem;
}
.thanks__list p {
  font-family: var(--sans);
  font-size: 0.93rem;
  line-height: 1.55;
  color: var(--ink-soft);
}
.thanks__upsell {
  background: var(--bg-soft);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: clamp(1.5rem, 3vw, 2rem);
  text-align: center;
  margin-bottom: 2rem;
}
.thanks__upsell-kicker {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.thanks__upsell-text {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
  line-height: 1.5;
  color: var(--ink);
  margin-bottom: 1.25rem;
}
.thanks__upsell-text strong {
  font-weight: 600;
  color: var(--burgundy);
}
.thanks__support {
  text-align: center;
  margin: 2rem 0;
}
.thanks__support p {
  font-family: var(--sans);
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ink-soft);
}
.thanks__support a {
  color: var(--burgundy);
  border-bottom: 1px solid rgba(92,26,31,0.25);
}
.thanks__back {
  text-align: center;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
}
.thanks__back a {
  font-family: var(--sans);
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.thanks__downloads {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-left: 4px solid var(--burgundy);
  border-radius: 4px;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  margin: 1.5rem 0 2rem;
}
.thanks__downloads-kicker {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 700;
  margin-bottom: 1rem;
}
.thanks__downloads-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1rem;
}
.thanks__dl {
  width: 100%;
  justify-content: space-between;
}
.thanks__downloads-meta {
  font-family: var(--sans);
  font-size: 0.84rem;
  color: var(--ink-soft);
  line-height: 1.55;
  margin-top: 0.5rem;
}
.thanks__downloads-meta a {
  color: var(--burgundy);
  border-bottom: 1px solid rgba(92,26,31,0.25);
}

/* ────────── sticky mobile CTA ────────── */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--paper);
  border-top: 1px solid var(--rule);
  z-index: 100;
  padding: 0.65rem 0.85rem;
  box-shadow: 0 -8px 24px -10px rgba(63,17,21,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.sticky-cta__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.85rem;
  max-width: 760px;
  margin: 0 auto;
}
.sticky-cta__price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  flex-shrink: 0;
}
.sticky-cta__strike {
  font-family: var(--serif);
  font-size: 0.85rem;
  color: var(--mute);
  text-decoration: line-through;
  font-feature-settings: "lnum";
}
.sticky-cta__amount {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--burgundy);
  letter-spacing: -0.01em;
  font-feature-settings: "lnum";
  line-height: 1;
}
.sticky-cta__btn {
  flex: 1;
  max-width: 220px;
  padding: 0.7rem 1rem;
  font-size: 0.88rem;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .sticky-cta { display: block; }
  body.has-sticky-cta { padding-bottom: 80px; }
}

/* ────────── trust strip enhancement (hero meta) ────────── */
.hero__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: center;
}
.hero__meta::before {
  content: "🔒";
  font-size: 0.85em;
  margin-right: 0.15rem;
}

/* ────────── footer ────────── */
.site-footer {
  padding: 2.25rem 0 1.75rem;
  border-top: 1px solid var(--rule);
  text-align: center;
}
.footer__brand {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--burgundy);
  letter-spacing: 0.04em;
}
.footer__legal {
  font-family: var(--sans);
  font-size: 0.78rem;
  color: var(--mute);
  line-height: 1.65;
  max-width: 56ch;
  margin: 0 auto 0.75rem;
}
.footer__contact a {
  font-family: var(--sans);
  font-size: 0.82rem;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--rule);
  padding-bottom: 1px;
  transition: color 200ms ease, border-color 200ms ease;
}
.footer__contact a:hover {
  color: var(--burgundy);
  border-color: var(--burgundy);
}

/* ────────── responsive ────────── */
@media (min-width: 540px) {
  .qcard__link { grid-template-columns: 130px 1fr; }
  .qcard__cover { padding: 0.85rem; }
  .qcard__body { padding: 1.1rem 1.25rem; }
}

@media (min-width: 720px) {
  .diff__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25rem;
  }
  .qcard__link { grid-template-columns: 150px 1fr; }
}

@media (min-width: 980px) {
  body { font-size: 18px; }
  .hero__grid {
    grid-template-columns: minmax(280px, 5fr) minmax(0, 7fr);
    gap: clamp(2rem, 5vw, 4rem);
  }
  .hero__visual {
    padding: 0;
  }
  .cover-img--bundle {
    width: 100%;
    max-width: 380px;
  }
  .qcard__link { grid-template-columns: 170px 1fr; }
  .qcard__title { font-size: 1.25rem; }
  .qcard__pain { font-size: 0.95rem; }
}

/* ────────── mobile fine-tuning ────────── */
@media (max-width: 540px) {
  .hero__save {
    margin-left: 0;
    width: 100%;
    margin-top: 0.4rem;
    text-align: center;
  }
  .hero__price { gap: 0.65rem 0.85rem; }
  .closer__cta { width: 100%; }
  .closer__cta .btn { width: 100%; max-width: 360px; }
}

@media (max-width: 420px) {
  .qcard__foot { flex-wrap: wrap; gap: 0.55rem; }
  .nav-cta { padding: 0.5rem 0.85rem; font-size: 0.8rem; }
}

/* ───────────────────────────────────────────────
   DISCLAIMER STRIP — wettelijke duidelijkheid
   ─────────────────────────────────────────────── */
.disclaimer {
  padding: 0.85rem 0;
  background: rgba(212, 196, 166, 0.18);
  border-bottom: 1px solid var(--rule);
  text-align: center;
}
.disclaimer p {
  font-family: var(--sans);
  font-size: 0.78rem;
  color: var(--ink-soft);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1rem;
}
.disclaimer strong {
  color: var(--burgundy);
  font-weight: 600;
}

/* ───────────────────────────────────────────────
   VALUE STRIP — direct na hero, "wat krijg je"
   ─────────────────────────────────────────────── */
.value {
  padding: clamp(1.25rem, 3vh, 2rem) 0;
  background: var(--paper);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.value__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem 2rem;
  list-style: none;
  max-width: 980px;
  margin: 0 auto;
  font-family: var(--sans);
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--ink-soft);
}
.value__list li {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  padding-left: 0.1rem;
}
.value__list li::before {
  content: "✓";
  color: var(--burgundy);
  font-weight: 700;
  flex-shrink: 0;
  font-size: 0.95em;
}
.value__list strong {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--ink);
  font-feature-settings: "lnum";
  margin-right: 0.2rem;
}
@media (min-width: 720px) {
  .value__list { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 980px) {
  .value__list {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 0.95rem;
  }
}

/* ───────────────────────────────────────────────
   PRODUCT DETAIL PAGES (slaap, opvliegers, etc)
   ─────────────────────────────────────────────── */

/* excerpt / quote */
.excerpt {
  padding: clamp(2.5rem, 6vh, 4rem) 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.excerpt__kicker {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
  margin-bottom: 1.25rem;
  text-align: center;
}
.excerpt__quote {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  line-height: 1.45;
  color: var(--ink);
  text-align: center;
  font-variation-settings: "opsz" 36, "SOFT" 50;
  max-width: 60ch;
  margin: 0 auto;
}
.excerpt__quote p + p { margin-top: 1.1rem; }
.excerpt__quote em {
  color: var(--burgundy);
  font-variation-settings: "opsz" 36, "SOFT" 90;
}
.excerpt__attr {
  text-align: center;
  margin-top: 1.5rem;
  font-family: var(--sans);
  font-size: 0.85rem;
  color: var(--mute);
  font-style: italic;
}

/* types section */
.types {
  padding: clamp(3rem, 7vh, 5rem) 0;
}
.types__head {
  text-align: center;
  margin-bottom: clamp(1.75rem, 4vh, 2.5rem);
}
.types__kicker {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
  margin-bottom: 0.55rem;
}
.types__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.012em;
  margin-bottom: 0.75rem;
}
.types__lede {
  font-family: var(--sans);
  font-size: 0.97rem;
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 0 auto;
  line-height: 1.6;
}
.types__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.type {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  display: grid;
  gap: 0.55rem;
}
.type__num {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1rem;
  color: var(--gold);
  font-feature-settings: "lnum";
}
.type__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.15rem, 1.9vw, 1.35rem);
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.type__desc {
  font-family: var(--sans);
  font-size: 0.93rem;
  line-height: 1.55;
  color: var(--ink-soft);
}
.type__cause {
  font-family: var(--sans);
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--ink-soft);
  padding-top: 0.55rem;
  margin-top: 0.25rem;
  border-top: 1px solid var(--rule);
}
.type__cause em {
  font-family: var(--serif);
  font-style: italic;
  color: var(--burgundy);
  font-weight: 500;
}
.types__note {
  text-align: center;
  font-family: var(--sans);
  font-size: 0.93rem;
  color: var(--ink-soft);
  max-width: 60ch;
  margin: 0 auto;
  padding: 1rem;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 4px;
}
.types__note strong {
  color: var(--burgundy);
  font-weight: 600;
}

/* table of contents */
.toc {
  padding: clamp(3rem, 7vh, 5rem) 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.toc__head { text-align: center; margin-bottom: clamp(1.5rem, 4vh, 2.25rem); }
.toc__kicker {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.toc__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.012em;
}
.toc__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 4px;
  overflow: hidden;
  list-style: none;
}
.toc__list li {
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid var(--rule);
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.4;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.toc__list li:last-child { border-bottom: 0; }
.toc__num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.9rem;
  color: var(--gold);
  font-weight: 500;
  font-feature-settings: "lnum";
  min-width: 1.5rem;
}

/* science / sources */
.science {
  padding: clamp(3rem, 7vh, 5rem) 0;
}
.science__head { text-align: center; margin-bottom: clamp(1.5rem, 4vh, 2.25rem); }
.science__kicker {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.science__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: -0.01em;
  max-width: 30ch;
  margin: 0 auto;
}
.science__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  max-width: 720px;
  margin: 0 auto;
  list-style: none;
}
.science__list li {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 0.95rem 1.15rem;
  font-family: var(--sans);
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.science__list strong {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--ink);
  font-size: 1.05em;
}
.science__list em {
  font-style: italic;
  color: var(--burgundy);
}
.science__note {
  text-align: center;
  font-family: var(--sans);
  font-style: italic;
  font-size: 0.9rem;
  color: var(--mute);
  max-width: 56ch;
  margin: 1.5rem auto 0;
  line-height: 1.55;
}

/* takeaways */
.takeaways {
  padding: clamp(3rem, 7vh, 5rem) 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.takeaways__head { text-align: center; margin-bottom: clamp(1.75rem, 4vh, 2.5rem); }
.takeaways__kicker {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.takeaways__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.7rem, 3.2vw, 2.3rem);
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.takeaways__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 760px;
  margin: 0 auto;
  list-style: none;
}
.takeaways__list li {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: clamp(1.2rem, 3vw, 1.6rem);
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.55rem 1rem;
  align-items: baseline;
}
.takeaways__num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold);
  font-weight: 500;
  grid-row: 1 / span 2;
}
.takeaways__list h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.1rem, 1.8vw, 1.25rem);
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: -0.005em;
  grid-column: 2;
}
.takeaways__list p {
  font-family: var(--sans);
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ink-soft);
  grid-column: 2;
}

/* tablet+ tweaks for product detail */
@media (min-width: 720px) {
  .types__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .toc__list {
    grid-template-columns: 1fr 1fr;
  }
  .toc__list li:nth-child(odd) {
    border-right: 1px solid var(--rule);
  }
  .toc__list li:nth-last-child(2) { border-bottom: 0; }
}

/* ────────── reduced motion ────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
