/*
Theme Name: Spirituele Schakel
Theme URI: https://www.spirituele-schakel.nl
Author: Spirituele Schakel
Description: Maatwerk-thema voor Spirituele Schakel (Berkel-Enschot). Readings, Reiki, magnetiseren en energetische huisreiniging. Volledig te beheren via ACF Pro (Custom Post Type "Dienst", centrale bedrijfsgegevens) en Gravity Forms voor het contactformulier.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: spirituele-schakel
*/

/* =================================================================
   SPIRITUELE SCHAKEL — styles.css
   Mystiek-editorial: diepe aubergine + bladgoud + accentpaars
   ================================================================= */

/* ---------- 1. DESIGN TOKENS ---------- */
:root {
  /* Kleur — 60% basis (ink/cream), 30% secundair (mauve/parchment), 10% accent */
  --c-night:        #322640;
  --c-ink:          #3a2d4d;
  --c-ink-2:        #463858;
  --c-aubergine:    #503e66;
  --c-cream:        #f5efe4;
  --c-parchment:    #ece2d1;
  --c-mauve:        #efe8f1;
  --c-mauve-deep:   #d9cbe0;

  --c-accent:       #a784ae;
  --c-accent-deep:  #8c6794;
  --c-accent-soft:  #c4a8c9;
  --c-accent-ink:   #6a4d72;
  --c-accent-glow:  rgba(167, 132, 174, 0.40);

  --c-gold:         #d9c279;
  --c-gold-light:   #eedea3;
  --c-gold-deep:    #97813f;

  /* Tekst */
  --t-on-dark:      #ece5f1;
  --t-on-dark-mut:  #b3a6c4;
  --t-on-dark-faint:#7d7090;
  --t-on-light:     #261d33;
  --t-on-light-mut: #6a5f78;

  --line-dark:      rgba(231, 207, 140, 0.18);
  --line-light:     rgba(38, 29, 51, 0.12);

  /* Typografie */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Mulish', -apple-system, sans-serif;

  --fs-display: clamp(3rem, 7.5vw, 6.5rem);
  --fs-h1:      clamp(2.3rem, 5vw, 4.2rem);
  --fs-h2:      clamp(1.85rem, 3.4vw, 2.9rem);
  --fs-h3:      clamp(1.4rem, 2.2vw, 1.85rem);
  --fs-h4:      clamp(1.15rem, 1.6vw, 1.4rem);
  --fs-lead:    clamp(1.05rem, 1.4vw, 1.3rem);
  --fs-body:    1.0625rem;
  --fs-small:   0.875rem;
  --fs-eyebrow: 0.74rem;

  --lh-tight: 1.02;
  --lh-snug: 1.18;
  --lh-body: 1.7;

  /* Spacing-schaal */
  --s-1: 0.5rem;
  --s-2: 0.75rem;
  --s-3: 1rem;
  --s-4: 1.5rem;
  --s-5: 2rem;
  --s-6: 3rem;
  --s-7: 4.5rem;
  --s-8: 6.5rem;
  --s-9: 9rem;

  --gutter: clamp(1.25rem, 5vw, 5rem);
  --maxw: 1320px;

  /* Radius */
  --r-sm: 3px;
  --r-md: 8px;
  --r-lg: 18px;
  --r-pill: 999px;

  /* Effecten */
  --shadow-soft: 0 18px 50px -24px rgba(13, 9, 19, 0.55);
  --shadow-card: 0 24px 60px -30px rgba(13, 9, 19, 0.45);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- 2. RESET & BASIS ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--t-on-light);
  background: var(--c-cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; padding: 0; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: var(--lh-snug); }

::selection { background: var(--c-accent); color: #fff; }

:focus-visible {
  outline: 3px solid var(--c-accent-soft);
  outline-offset: 3px;
  border-radius: var(--r-sm);
}

/* ---------- 3. LAYOUT HELPERS ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.band { padding-block: clamp(3.5rem, 9vw, var(--s-9)); position: relative; }
.band--tight { padding-block: clamp(2.5rem, 6vw, var(--s-7)); }

.band--dark   { background: var(--c-ink); color: var(--t-on-dark); }
.band--night  { background: var(--c-night); color: var(--t-on-dark); }
.band--auberg { background: var(--c-aubergine); color: var(--t-on-dark); }
.band--cream  { background: var(--c-cream); color: var(--t-on-light); }
.band--mauve  { background: var(--c-mauve); color: var(--t-on-light); }
.band--parch  { background: var(--c-parchment); color: var(--t-on-light); }

.band--dark h1, .band--dark h2, .band--dark h3, .band--dark h4,
.band--night h1, .band--night h2, .band--night h3, .band--night h4,
.band--auberg h1, .band--auberg h2, .band--auberg h3, .band--auberg h4 { color: var(--c-cream); }

/* ---------- 4. TYPOGRAFIE-ELEMENTEN ---------- */
.eyebrow {
  font-family: var(--font-body);
  font-size: var(--fs-eyebrow);
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--c-gold-deep);
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
}
.band--dark .eyebrow, .band--night .eyebrow, .band--auberg .eyebrow { color: var(--c-gold-light); }
.eyebrow::before {
  content: ""; width: 2.2em; height: 1px; background: currentColor; opacity: 0.6;
}
.eyebrow--center::after { content: ""; width: 2.2em; height: 1px; background: currentColor; opacity: 0.6; }

.lead { font-size: var(--fs-lead); line-height: 1.6; color: var(--t-on-light-mut); max-width: 56ch; }
.band--dark .lead, .band--night .lead, .band--auberg .lead { color: var(--t-on-dark-mut); }

.display { font-size: var(--fs-display); letter-spacing: -0.015em; line-height: var(--lh-tight); }
.h1 { font-size: var(--fs-h1); letter-spacing: -0.01em; }
.h2 { font-size: var(--fs-h2); }
.h3 { font-size: var(--fs-h3); }

.serif-italic { font-style: italic; font-weight: 500; }
.gold-text { color: var(--c-gold); }
.accent-text { color: var(--c-accent-soft); }

/* ---------- 5. SIGNATUUR: GROTE TEKSTLINKS ---------- */
.biglink {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55em;
  white-space: nowrap;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.4rem, 2.2vw, 1.95rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--c-accent);
  position: relative;
  padding-bottom: 0.12em;
  transition: color 0.4s var(--ease), gap 0.4s var(--ease);
}
.biglink::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  background: currentColor;
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 0.5s var(--ease);
}
.biglink .arr { font-family: var(--font-body); font-weight: 400; transition: transform 0.4s var(--ease); display: inline-block; }
.biglink:hover { gap: 0.85em; }
.biglink:hover::after { transform: scaleX(1); }
.biglink:hover .arr { transform: translateX(0.25em); }

.band--dark .biglink, .band--night .biglink, .band--auberg .biglink { color: var(--c-gold-light); }

.biglink--lg { font-size: clamp(1.55rem, 2.6vw, 2.2rem); }
.biglink--sm { font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.biglink { color: var(--c-accent-deep); }
.biglink--ink { color: var(--t-on-light); }
.biglink--ink::after { background: var(--c-gold); }

/* ---------- 5b. PRIMAIRE KNOP (hoofd-CTA) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6em; white-space: nowrap;
  font-family: var(--font-body); font-weight: 700; font-size: 1.02rem;
  letter-spacing: 0.03em;
  padding: 1.05em 2.1em;
  border-radius: var(--r-pill);
  background: linear-gradient(135deg, var(--c-gold-light) 0%, var(--c-gold) 60%, var(--c-gold-deep) 100%);
  color: #221606;
  border: 1px solid rgba(231, 207, 140, 0.55);
  box-shadow: 0 16px 38px -18px rgba(198, 160, 73, 0.75), inset 0 1px 0 rgba(255,255,255,0.35);
  position: relative; overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), filter 0.4s var(--ease);
}
.btn::before {
  content: ""; position: absolute; top: 0; left: -60%; width: 45%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.5), transparent);
  transform: skewX(-18deg); transition: left 0.6s var(--ease); pointer-events: none;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 24px 50px -18px rgba(231, 207, 140, 0.8), inset 0 1px 0 rgba(255,255,255,0.35); filter: brightness(1.04); }
.btn:hover::before { left: 120%; }
.btn:active { transform: translateY(-1px); }
.btn svg, .btn i { width: 1.2em; height: 1.2em; font-size: 0.95em; transition: transform 0.4s var(--ease); }
.btn:hover svg, .btn:hover i { transform: translateX(0.3em); }
.btn--lg { font-size: 1.12rem; padding: 1.15em 2.5em; }
.btn--sm { font-size: 0.9rem; padding: 0.72em 1.4em; letter-spacing: 0.02em; }
.btn--sm svg { width: 1.05em; height: 1.05em; }
.btn--ghost {
  background: transparent; color: var(--c-gold-light);
  border-color: rgba(231, 207, 140, 0.5);
  box-shadow: none;
}
.btn--ghost:hover { background: rgba(231, 207, 140, 0.1); border-color: var(--c-gold-light); filter: none; box-shadow: 0 14px 30px -18px rgba(231,207,140,0.5); }

/* compacte hulpknop (alleen waar functioneel nodig, bv. nav telefoon) */
.pill {
  display: inline-flex; align-items: center; gap: 0.6em; white-space: nowrap;
  font-family: var(--font-body); font-weight: 700; font-size: var(--fs-small);
  letter-spacing: 0.02em;
  padding: 0.85em 1.5em;
  border-radius: var(--r-pill);
  background: var(--c-accent-ink);
  color: #fff;
  border: 1px solid transparent;
  transition: background 0.35s var(--ease), transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.pill:hover { background: #573e5e; transform: translateY(-2px); box-shadow: 0 12px 30px -12px var(--c-accent-glow); }
.pill--ghost { background: transparent; border-color: var(--line-dark); color: var(--c-gold-light); }
.pill--ghost:hover { background: rgba(231,207,140,0.08); border-color: var(--c-gold-light); }
.pill svg { width: 1.05em; height: 1.05em; }
.pill i { font-size: 0.95em; }

/* ---------- 6. TOPBAR / NAV ---------- */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  background: transparent;
  border-bottom: none;
  transition: background 0.4s var(--ease), backdrop-filter 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.topbar.scrolled {
  background: rgba(50,38,64,0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px -20px rgba(0,0,0,0.7);
}
.topbar:has(.nav.open) {
  background: rgba(50,38,64,0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.topbar__inner {
  display: flex; align-items: center;
  gap: var(--s-4);
  min-height: 78px;
}
.brand { flex: 1 1 0; display: flex; align-items: center; gap: 0.7rem; }
.brand img { width: 46px; height: 46px; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4)); }
.brand__name {
  font-family: var(--font-display); font-weight: 600; white-space: nowrap;
  font-size: 1.2rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--c-gold-light); line-height: 1.1;
}
.brand__tag { font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--t-on-dark-faint); }

.nav { display: flex; align-items: center; flex: 0 0 auto; gap: clamp(0.85rem, 1.7vw, 1.6rem); }
.nav__actions { display: flex; align-items: center; gap: var(--s-2); flex: 1 1 0; justify-content: flex-end; }
@media (max-width: 1150px) { .nav__phone-desktop { display: none; } }
.nav__link {
  font-size: 0.84rem; font-weight: 600; letter-spacing: 0.03em;
  color: var(--c-cream);
  text-shadow: 0 1px 10px rgba(0,0,0,0.55);
  position: relative; padding-block: 0.4em;
  transition: color 0.3s var(--ease);
}
.nav__link::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 100%;
  background: var(--c-gold-light); transform: scaleX(0); transform-origin: left;
  transition: transform 0.35s var(--ease);
}
.nav__link:hover, .nav__link[aria-current="page"] { color: var(--c-gold-light); }
.nav__link:hover::after, .nav__link[aria-current="page"]::after { transform: scaleX(1); }

/* Diensten-dropdown */
.nav__group { position: relative; display: flex; align-items: center; }
.nav__group-btn {
  display: inline-flex; align-items: center; gap: 0.42em;
  font-family: var(--font-body); font-size: 0.84rem; font-weight: 600; letter-spacing: 0.03em;
  color: var(--c-cream); text-shadow: 0 1px 10px rgba(0,0,0,0.55); cursor: pointer; padding-block: 0.4em;
  position: relative; transition: color 0.3s var(--ease);
}
.nav__group-btn .chev { width: 0.7em; height: 0.7em; transition: transform 0.3s var(--ease); }
.nav__group:hover .nav__group-btn,
.nav__group:focus-within .nav__group-btn,
.nav__group-btn[aria-current="page"] { color: var(--c-gold-light); }
.nav__group:hover .chev, .nav__group:focus-within .chev, .nav__group[data-open="true"] .chev { transform: rotate(180deg); }
.nav__menu {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px);
  min-width: 248px; padding: 0.5rem;
  background: var(--c-night); border: 1px solid var(--line-dark); border-radius: var(--r-md);
  box-shadow: var(--shadow-card);
  display: flex; flex-direction: column; gap: 0.1rem;
  opacity: 0; visibility: hidden; transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
  z-index: 90;
}
.nav__group::after { content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 14px; }
.nav__group:hover .nav__menu, .nav__group:focus-within .nav__menu, .nav__group[data-open="true"] .nav__menu {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(6px);
}
.nav__menu a {
  padding: 0.62em 0.85em; border-radius: var(--r-sm);
  font-size: 0.9rem; font-weight: 600; color: var(--t-on-dark-mut);
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}
.nav__menu a:hover, .nav__menu a[aria-current="page"] { background: rgba(231,207,140,0.09); color: var(--c-gold-light); }

.nav__right { display: flex; align-items: center; gap: var(--s-4); }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--c-gold-light); }
.nav-toggle svg { width: 26px; height: 26px; }

@media (max-width: 1150px) {
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .nav__actions { display: none; }
  .brand { flex: 1 1 auto; }
  .brand__tag { display: none; }
  .nav {
    position: fixed; inset: 78px 0 auto 0;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--c-night);
    border-bottom: 1px solid var(--line-dark);
    padding: var(--s-3) var(--gutter) var(--s-5);
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform 0.35s var(--ease), opacity 0.35s var(--ease);
  }
  .nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav__link { font-size: 1.5rem; font-family: var(--font-display); padding-block: 0.7rem; width: 100%; border-bottom: 1px solid var(--line-dark); }
  .nav__phone-mobile { margin-top: var(--s-3); }
  .nav__contact-mobile { display: inline-flex; }
  .nav__contact-desktop, .nav__phone-desktop { display: none; }
  .nav__group { flex-direction: column; align-items: stretch; width: 100%; }
  .nav__group-btn {
    font-size: 1.5rem; font-family: var(--font-display); font-weight: 600;
    padding-block: 0.7rem; width: 100%; justify-content: space-between;
    border-bottom: 1px solid var(--line-dark); color: var(--t-on-dark-mut);
  }
  .nav__group-btn .chev { width: 0.9rem; height: 0.9rem; }
  .nav__menu {
    position: static; transform: none; opacity: 1; visibility: visible;
    background: transparent; border: none; box-shadow: none;
    min-width: 0; padding: 0.3rem 0 0.6rem; gap: 0;
  }
  .nav__menu a {
    font-size: 1.15rem; font-family: var(--font-display); font-weight: 500;
    padding: 0.5rem 0 0.5rem 1.1rem; border-radius: 0;
  }
  .nav__group::after { display: none; }
}
@media (min-width: 1151px) { .nav__phone-mobile { display: none; } }
.nav__contact-mobile { display: none; }
.nav__contact-mobile { display: none; }

/* ---------- 7. HERO ---------- */
.hero { background: var(--c-night); color: var(--t-on-dark); position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120% 90% at 78% 18%, var(--c-accent-glow), transparent 55%);
  opacity: 0.7; pointer-events: none;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  grid-template-areas: "title media" "stats stats";
  gap: clamp(1.5rem, 4vw, 3.5rem) clamp(2rem, 5vw, 4.5rem);
  align-items: end;
  padding-block: clamp(3rem, 8vw, 7rem) clamp(2.5rem, 5vw, 4rem);
  position: relative; z-index: 1;
}
.hero__title { grid-area: title; }
.hero__media { grid-area: media; align-self: stretch; }
.hero__stats { grid-area: stats; }

.hero__eyebrow { margin-bottom: var(--s-4); }
.hero h1 {
  font-size: var(--fs-display);
  line-height: 0.98; letter-spacing: -0.02em;
  color: var(--c-cream);
}
.hero h1 em { font-style: italic; font-weight: 500; color: var(--c-gold-light); }
.hero__intro { margin-top: var(--s-4); max-width: 44ch; }
.hero__actions { margin-top: var(--s-5); display: flex; flex-wrap: wrap; align-items: center; gap: clamp(1.2rem, 3vw, 2.5rem); }

.hero__media-frame {
  position: relative; height: 100%; min-height: 280px;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow-card);
}
.hero__media-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero__media-frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(13,9,19,0.45));
}
.hero__media-cap {
  position: absolute; left: var(--s-4); bottom: var(--s-4); z-index: 2;
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--c-gold-light);
}

.hero__stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-dark);
  margin-top: var(--s-3);
}
.stat { padding: var(--s-5) var(--s-4) 0 0; border-right: 1px solid var(--line-dark); }
.stat:last-child { border-right: none; }
.stat__num { font-family: var(--font-display); font-size: clamp(2.4rem, 4.5vw, 3.4rem); line-height: 1; color: var(--c-gold-light); }
.stat__label { font-size: var(--fs-small); color: var(--t-on-dark-mut); margin-top: 0.4em; letter-spacing: 0.01em; }

@media (max-width: 820px) {
  .hero__grid { grid-template-columns: 1fr; grid-template-areas: "title" "media" "stats"; align-items: start; }
  .hero__media-frame { min-height: 220px; aspect-ratio: 16/10; }
  .hero__stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2n) { border-right: none; }
  .stat:nth-child(n+3) { margin-top: var(--s-3); border-top: 1px solid var(--line-dark); padding-top: var(--s-4); }
}
@media (max-width: 440px) {
  .hero__stats { grid-template-columns: 1fr 1fr; }
}

/* ---------- 7b. HERO-BANNER (volledige foto + gecentreerde branding) ---------- */
.hero-banner { position: relative; background: var(--c-night); overflow: hidden; }
.hero-banner__img { width: 100%; height: 60vh; object-fit: cover; object-position: 50% 42%; display: block; }
.hero-banner__overlay {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: clamp(0.5rem, 1.4vw, 1rem);
  padding: var(--gutter);
}
.hero-banner__overlay::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(56% 70% at 50% 52%, rgba(13,9,19,0.8), rgba(13,9,19,0.3) 64%, transparent 82%);
}
.hero-banner__logo {
  width: clamp(240px, 30vw, 380px); height: auto;
  filter: drop-shadow(0 8px 34px rgba(0,0,0,0.6));
}
.hero-banner__eyebrow {
  font-family: var(--font-body); font-weight: 700; font-size: clamp(0.62rem, 1.2vw, 0.78rem);
  letter-spacing: 0.32em; text-transform: uppercase; color: var(--c-gold-light);
}
.hero-banner__title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.6rem, 7vw, 6rem); line-height: 0.98; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--c-cream);
  text-shadow: 0 2px 24px rgba(13,9,19,0.6);
}
.hero-banner__tag {
  font-family: var(--font-body); font-size: clamp(0.72rem, 1.5vw, 0.98rem);
  letter-spacing: 0.34em; text-transform: uppercase; color: var(--c-gold-light);
}
.hero-banner__cta { margin-top: clamp(1.2rem, 3vw, 2.2rem); }
.hero-banner__overlay > * { animation: heroRise 0.9s var(--ease) both; }
.hero-banner__overlay > *:nth-child(1) { animation-delay: 0.12s; }
.hero-banner__overlay > *:nth-child(2) { animation-delay: 0.24s; }
.hero-banner__overlay > *:nth-child(3) { animation-delay: 0.36s; }
.hero-banner__overlay > *:nth-child(4) { animation-delay: 0.48s; }
@keyframes heroRise { from { transform: translateY(18px); } to { transform: none; } }
@media (prefers-reduced-motion: reduce) { .hero-banner__overlay > * { animation: none; } }

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

/* ---------- 7c. PAGINA-HERO (logo links naast tekst) ---------- */
.hero--photo::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(90deg, var(--c-night) 0%, rgba(13,9,19,0.96) 44%, rgba(13,9,19,0.72) 62%, rgba(13,9,19,0.32) 82%, rgba(13,9,19,0.15) 100%),
    url('assets/hero-altaar.png');
  background-size: cover; background-position: 65% 45%;
}
.hero--photo::before { display: none; }
.hero--photo .wrap { position: relative; z-index: 1; }
@media (max-width: 760px) {
  .hero--photo::after {
    background-image:
      linear-gradient(180deg, rgba(13,9,19,0.78) 0%, rgba(13,9,19,0.6) 45%, rgba(13,9,19,0.72) 100%),
      url('assets/hero-altaar.png');
    background-position: center;
  }
}
.page-hero {
  display: flex; align-items: center; gap: clamp(1.5rem, 4vw, 3.5rem);
  padding-block: clamp(1.1rem, 2.4vw, 2rem) clamp(1.1rem, 2.4vw, 2rem);
  position: relative; z-index: 1;
}
.page-hero__logo {
  width: clamp(150px, 16vw, 230px); height: auto; flex: none;
  filter: drop-shadow(0 6px 26px rgba(0,0,0,0.55));
}
.page-hero__text { display: flex; flex-direction: column; align-items: flex-start; gap: var(--s-3); min-width: 0; }
.page-hero__text .eyebrow { margin-bottom: 0; }
@media (max-width: 760px) {
  .page-hero { flex-direction: column; align-items: flex-start; gap: var(--s-4); }
  .page-hero__logo { width: clamp(110px, 26vw, 150px); }
}

/* ---------- 8. SECTIE-KOPPEN ---------- */
.sec-head { max-width: 60ch; }
.sec-head--wide { max-width: none; }
.sec-head .eyebrow { margin-bottom: var(--s-3); }
.sec-head h2 { margin-bottom: var(--s-3); }
.sec-head--split { display: flex; flex-direction: column; gap: var(--s-3); align-items: flex-start; max-width: 64ch; }
.sec-head--split > * { max-width: 100%; }

/* ---------- 9. ASYMMETRISCH 12-KOLOMS GRID ---------- */
.grid12 { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1.5rem, 3vw, 3rem); }
.col-7 { grid-column: span 7; }
.col-5 { grid-column: span 5; }
.col-8 { grid-column: span 8; }
.col-4 { grid-column: span 4; }
.col-6 { grid-column: span 6; }
@media (max-width: 860px) {
  .grid12 { grid-template-columns: 1fr; }
  .col-7, .col-5, .col-8, .col-4, .col-6 { grid-column: 1 / -1; }
}

/* ---------- 10. DIENST-RIJEN (editorial list) ---------- */
.service-row {
  display: grid; grid-template-columns: 0.4fr 1.3fr 1fr; gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  padding-block: clamp(2rem, 4vw, 3.2rem);
  border-top: 1px solid var(--line-light);
}
.band--dark .service-row, .band--night .service-row, .band--auberg .service-row { border-top-color: var(--line-dark); }
.service-row:last-child { border-bottom: 1px solid var(--line-light); }
.band--dark .service-row:last-child, .band--auberg .service-row:last-child { border-bottom-color: var(--line-dark); }
.service-row__idx { font-family: var(--font-display); font-size: clamp(2rem, 3vw, 2.8rem); color: var(--c-gold); line-height: 1; }
.service-row__title { font-size: var(--fs-h3); margin-bottom: var(--s-2); }
.service-row__meta { font-size: var(--fs-small); color: var(--t-on-light-mut); }
.band--dark .service-row__meta, .band--auberg .service-row__meta { color: var(--t-on-dark-mut); }
.service-row__body { display: flex; flex-direction: column; gap: var(--s-3); align-items: flex-start; }
@media (max-width: 760px) {
  .service-row { grid-template-columns: 1fr; gap: var(--s-3); }
  .service-row__idx { font-size: 1.6rem; }
}

/* ---------- 11. KAARTEN ---------- */
.cards { display: grid; gap: clamp(1.25rem, 2.5vw, 2rem); }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.cards--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 880px) { .cards--3 { grid-template-columns: 1fr; } .cards--2 { grid-template-columns: 1fr; } }

.card {
  background: rgba(255,255,255,0.5);
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  padding: clamp(1.5rem, 3vw, 2.3rem);
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.band--dark .card, .band--night .card, .band--auberg .card {
  background: rgba(255,255,255,0.035); border-color: var(--line-dark);
}
.card:hover { transform: translateY(-4px); border-color: var(--c-gold); box-shadow: var(--shadow-card); }
.card__icon { font-size: 38px; line-height: 1; color: var(--c-accent); margin-bottom: var(--s-3); display: inline-block; }
.band--dark .card__icon, .band--night .card__icon, .band--auberg .card__icon { color: var(--c-gold-light); }
.card h3 { font-size: var(--fs-h4); margin-bottom: var(--s-2); }
.card p { color: var(--t-on-light-mut); font-size: 0.98rem; }
.band--dark .card p, .band--auberg .card p { color: var(--t-on-dark-mut); }

/* ---------- 12. STATISTIEKEN-STROOK (herbruikbaar) ---------- */
.statstrip { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-5); }
.statstrip .stat { border-right: 1px solid var(--line-dark); padding-right: var(--s-5); }
.statstrip .stat:last-child { border-right: none; }
@media (max-width: 640px) { .statstrip { grid-template-columns: 1fr; gap: var(--s-4); } .statstrip .stat { border-right: none; border-bottom: 1px solid var(--line-dark); padding-bottom: var(--s-4); padding-right: 0; } .statstrip .stat:last-child { border-bottom: none; } }

/* ---------- 13. PROCES-TIJDLIJN ---------- */
.timeline { display: grid; gap: 0; }
.tl-step {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(1.5rem, 3vw, 2.5rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  position: relative;
}
.tl-step__rail { display: flex; flex-direction: column; align-items: center; }
.tl-step__dot {
  width: 56px; height: 56px; flex: none; border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  font-family: var(--font-display); font-size: 1.6rem; line-height: 1;
  font-feature-settings: "lnum" 1; font-variant-numeric: lining-nums;
  background: var(--c-accent); color: #fff;
  box-shadow: 0 0 0 6px rgba(132,13,201,0.14);
}
.band--dark .tl-step__dot, .band--auberg .tl-step__dot { background: transparent; border: 1px solid var(--c-gold); color: var(--c-gold-light); box-shadow: 0 0 0 6px rgba(231,207,140,0.06); }
.tl-step__line { flex: 1; width: 1px; background: var(--line-light); margin-top: 0.5rem; min-height: 1.5rem; }
.band--dark .tl-step__line, .band--auberg .tl-step__line { background: var(--line-dark); }
.tl-step:last-child .tl-step__line { display: none; }
.tl-step h3 { font-size: var(--fs-h3); margin-bottom: var(--s-2); }
.tl-step p { color: var(--t-on-light-mut); max-width: 56ch; }
.band--dark .tl-step p, .band--auberg .tl-step p { color: var(--t-on-dark-mut); }

/* ---------- 14. FAQ ACCORDEON ---------- */
.faq { border-top: 1px solid var(--line-light); }
.band--dark .faq, .band--auberg .faq { border-top-color: var(--line-dark); }
.faq details { border-bottom: 1px solid var(--line-light); }
.band--dark .faq details, .band--auberg .faq details { border-bottom-color: var(--line-dark); }
.faq summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-4);
  padding-block: clamp(1.1rem, 2.5vw, 1.6rem);
  font-family: var(--font-display); font-size: var(--fs-h4); font-weight: 600;
  transition: color 0.3s var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--c-accent); }
.band--dark .faq summary:hover, .band--auberg .faq summary:hover { color: var(--c-gold-light); }
.faq summary .ic { flex: none; width: 28px; height: 28px; position: relative; }
.faq summary .ic::before, .faq summary .ic::after { content: ""; position: absolute; background: currentColor; transition: transform 0.35s var(--ease); }
.faq summary .ic::before { top: 50%; left: 4px; right: 4px; height: 2px; transform: translateY(-50%); }
.faq summary .ic::after { left: 50%; top: 4px; bottom: 4px; width: 2px; transform: translateX(-50%); }
.faq details[open] summary .ic::after { transform: translateX(-50%) scaleY(0); }
.faq__body { overflow: hidden; padding-bottom: clamp(1rem, 2vw, 1.5rem); }
.faq__body p { color: var(--t-on-light-mut); max-width: 70ch; }
.band--dark .faq__body p, .band--auberg .faq__body p { color: var(--t-on-dark-mut); }
.faq details[open] .faq__body { animation: faqReveal 0.4s var(--ease); }
@keyframes faqReveal { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* ---------- 15. PRIJSTIERS ---------- */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 2.5vw, 1.75rem); align-items: stretch; }
@media (max-width: 900px) { .tiers { grid-template-columns: 1fr; } }
.tier {
  display: flex; flex-direction: column;
  background: var(--c-ink-2); color: var(--t-on-dark);
  border: 1px solid var(--line-dark); border-radius: var(--r-lg);
  padding: clamp(1.6rem, 3vw, 2.4rem);
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease);
}
.tier:hover { transform: translateY(-5px); border-color: var(--c-gold); }
.tier--featured { background: linear-gradient(180deg, var(--c-aubergine), var(--c-ink)); border-color: var(--c-accent-soft); position: relative; }
.tier__flag { position: absolute; top: -0.8rem; left: clamp(1.6rem,3vw,2.4rem); background: var(--c-accent); color: #fff; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 0.45em 1em; border-radius: var(--r-pill); }
.tier h3 { font-size: var(--fs-h3); color: var(--c-cream); }
.tier__price { font-family: var(--font-display); font-size: clamp(2.6rem, 5vw, 3.4rem); color: var(--c-gold-light); line-height: 1; margin: var(--s-3) 0 var(--s-1); }
.tier__price small { font-family: var(--font-body); font-size: 0.9rem; color: var(--t-on-dark-faint); letter-spacing: 0.02em; }
.tier__desc { color: var(--t-on-dark-mut); margin-bottom: var(--s-4); }
.tier__list { display: flex; flex-direction: column; gap: var(--s-2); margin-bottom: var(--s-5); }
.tier__list li { display: flex; gap: 0.7em; align-items: flex-start; font-size: 0.96rem; color: var(--t-on-dark-mut); }
.tier__list svg, .tier__list i { width: 1.15em; height: 1.15em; font-size: 0.95em; color: var(--c-gold-light); flex: none; margin-top: 0.32em; }
.tier__cta { margin-top: auto; }

/* ---------- 16. TESTIMONIAL-GRID ---------- */
.quotes { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1.25rem, 2.5vw, 1.75rem); }
.quote {
  background: rgba(255,255,255,0.04); border: 1px solid var(--line-dark);
  border-radius: var(--r-lg); padding: clamp(1.6rem, 3vw, 2.4rem);
  display: flex; flex-direction: column; gap: var(--s-4);
}
.quote--a { grid-column: span 7; }
.quote--b { grid-column: span 5; }
.quote--c { grid-column: span 5; }
.quote--d { grid-column: span 7; }
@media (max-width: 820px) { .quote { grid-column: 1 / -1 !important; } }
.quote__mark { font-family: var(--font-display); font-size: 3.5rem; line-height: 0.5; color: var(--c-gold); height: 0.5em; }
.quote p { font-family: var(--font-display); font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.4; color: var(--c-cream); }
.quote footer { display: flex; align-items: center; gap: var(--s-3); margin-top: auto; }
.quote__avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--c-aubergine); display: grid; place-items: center; font-family: var(--font-display); color: var(--c-gold-light); font-size: 1.1rem; flex: none; border: 1px solid var(--line-dark); }
.quote__who { font-size: 0.9rem; }
.quote__who strong { display: block; color: var(--t-on-dark); font-weight: 700; }
.quote__who span { color: var(--t-on-dark-faint); }

/* ---------- 17. WORKSHOP / VISUEEL GRID ---------- */
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1rem, 2vw, 1.5rem); }
.work {
  position: relative; overflow: hidden; border-radius: var(--r-lg);
  border: 1px solid var(--line-dark);
  min-height: 260px; display: flex; align-items: flex-end;
  color: var(--c-cream);
}
.work__media { position: absolute; inset: 0; }
.work::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,9,19,0.88) 8%, rgba(13,9,19,0.15) 60%, transparent); }
.work__body { position: relative; z-index: 2; padding: clamp(1.4rem, 2.5vw, 2rem); width: 100%; }
.work__tag { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-gold-light); }
.work h3 { font-size: var(--fs-h3); margin: 0.4em 0 0.3em; }
.work__meta { font-size: var(--fs-small); color: var(--t-on-dark-mut); }
.work--tall { grid-column: span 6; min-height: 440px; }
.work--wide { grid-column: span 6; min-height: 300px; }
.work--third { grid-column: span 4; }
@media (max-width: 820px) { .work--tall, .work--wide, .work--third { grid-column: 1 / -1; min-height: 280px; } }

/* ---------- 18. AFBEELDING-PLACEHOLDER ---------- */
.ph {
  background:
    repeating-linear-gradient(135deg, rgba(231,207,140,0.05) 0 12px, transparent 12px 24px),
    linear-gradient(135deg, var(--c-aubergine), var(--c-ink));
  display: grid; place-items: center; text-align: center;
  color: var(--c-gold-light); position: relative;
  width: 100%; height: 100%;
}
.ph__label {
  font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
  border: 1px solid var(--line-dark); padding: 0.5em 1em; border-radius: var(--r-pill);
  background: rgba(13,9,19,0.4);
}
.ph svg { width: 40px; height: 40px; opacity: 0.45; margin-bottom: 0.6rem; }
.ph--light { background: repeating-linear-gradient(135deg, rgba(38,29,51,0.04) 0 12px, transparent 12px 24px), var(--c-parchment); color: var(--c-gold-deep); }
.ph--light .ph__label { background: rgba(255,255,255,0.5); border-color: var(--line-light); }
.ratio { position: relative; overflow: hidden; border-radius: var(--r-lg); }
.ratio--4-5 { aspect-ratio: 4/5; }
.ratio--3-2 { aspect-ratio: 3/2; }
.ratio--1-1 { aspect-ratio: 1/1; }
.ratio > * { position: absolute; inset: 0; }

/* ---------- 19. FORMULIER ---------- */
.form { display: grid; gap: var(--s-4); }
.field { display: flex; flex-direction: column; gap: 0.5rem; }
.field label { font-size: var(--fs-small); font-weight: 700; letter-spacing: 0.02em; color: var(--c-cream); }
.field .req { color: var(--c-accent-soft); }
.field input, .field select, .field textarea {
  font: inherit; font-size: 1rem; color: var(--t-on-dark);
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line-dark); border-radius: var(--r-md);
  padding: 0.85em 1em;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: var(--t-on-dark-faint); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--c-accent-soft); background: rgba(255,255,255,0.07); }
.field input:invalid:not(:placeholder-shown) { border-color: #d8607a; }
.field textarea { resize: vertical; min-height: 140px; }
.field__hint { font-size: 0.8rem; color: var(--t-on-dark-faint); }
.field__error { font-size: 0.8rem; color: #f0a0b2; display: none; }
.field input:invalid:not(:placeholder-shown) ~ .field__error { display: block; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4); }
@media (max-width: 560px) { .form__row { grid-template-columns: 1fr; } }
.checkbox { flex-direction: row; align-items: flex-start; gap: 0.7rem; }
.checkbox input { width: 1.2rem; height: 1.2rem; flex: none; margin-top: 0.2rem; accent-color: var(--c-accent); }
.checkbox label { font-weight: 400; color: var(--t-on-dark-mut); }
.form button[type="submit"] {
  justify-self: start; margin-top: var(--s-2);
  display: inline-flex; align-items: baseline; gap: 0.55em;
  font-family: var(--font-display); font-weight: 600; font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  color: var(--c-gold-light); padding-bottom: 0.12em; position: relative;
}
.form button[type="submit"]::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: currentColor; transform: scaleX(0.2); transform-origin: left; transition: transform 0.5s var(--ease); }
.form button[type="submit"]:hover::after { transform: scaleX(1); }
.form__success { display: none; padding: var(--s-4); border: 1px solid var(--c-gold); border-radius: var(--r-md); background: rgba(231,207,140,0.08); color: var(--c-cream); }
.form__success.show { display: block; animation: faqReveal 0.4s var(--ease); }

.contact-detail { display: flex; gap: var(--s-3); align-items: flex-start; padding-block: var(--s-4); border-bottom: 1px solid var(--line-dark); }
.contact-detail:last-child { border-bottom: none; }
.contact-detail svg { width: 22px; height: 22px; color: var(--c-gold-light); flex: none; margin-top: 0.2rem; }
.contact-detail i { font-size: 20px; width: 24px; text-align: center; color: var(--c-gold-light); flex: none; margin-top: 0.25rem; }
.contact-detail__k { font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--t-on-dark-faint); margin-bottom: 0.2rem; }
.contact-detail__v { color: var(--c-cream); font-size: 1.05rem; }
.contact-detail a:hover { color: var(--c-gold-light); }

/* contact-gegevens op lichte achtergrond */
.band--cream .contact-detail, .band--mauve .contact-detail, .band--parch .contact-detail { border-bottom-color: var(--line-light); }
.band--cream .contact-detail i, .band--mauve .contact-detail i, .band--parch .contact-detail i,
.band--cream .contact-detail svg, .band--mauve .contact-detail svg, .band--parch .contact-detail svg { color: var(--c-accent-deep); }
.band--cream .contact-detail__k, .band--mauve .contact-detail__k, .band--parch .contact-detail__k { color: var(--t-on-light-mut); }
.band--cream .contact-detail__v, .band--mauve .contact-detail__v, .band--parch .contact-detail__v { color: var(--t-on-light); }
.band--cream .contact-detail a:hover, .band--mauve .contact-detail a:hover, .band--parch .contact-detail a:hover { color: var(--c-accent); }

/* Gravity Forms-plaatshouder */
.gf-placeholder {
  border: 1px dashed var(--line-light); border-radius: var(--r-lg);
  padding: clamp(1.5rem, 3vw, 2.4rem); background: rgba(255,255,255,0.55);
  color: var(--t-on-light-mut);
}
.gf-placeholder__title { font-family: var(--font-display); font-size: 1.4rem; color: var(--t-on-light); margin-bottom: 0.4rem; }
.gf-placeholder code { display: inline-block; margin-top: 0.8rem; background: var(--c-parchment); border: 1px solid var(--line-light); border-radius: var(--r-sm); padding: 0.55em 0.9em; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 0.86rem; color: var(--t-on-light); }

/* ---------- 20. CTA-BLOK ---------- */
.cta-block { text-align: center; position: relative; overflow: hidden; }
.cta-block::before { content: ""; position: absolute; inset: 0; background: radial-gradient(90% 130% at 50% 50%, var(--c-accent-glow), transparent 62%); pointer-events: none; }
.cta-block__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: clamp(1.5rem, 3vw, 2.4rem); }
.cta-block .eyebrow { justify-content: center; }
.cta-block .eyebrow::after { content: ""; width: 2.2em; height: 1px; background: currentColor; opacity: 0.6; }
.cta-block h2 { font-size: clamp(1.8rem, 3.2vw, 2.7rem); max-width: 22ch; margin-inline: auto; letter-spacing: -0.005em; }
.cta-block .flow { display: flex; flex-direction: column; align-items: center; gap: var(--s-3); }
.cta-block .flow > * + * { margin-top: 0; }

/* ---------- 21. FOOTER ---------- */
.footer { background: var(--c-night); color: var(--t-on-dark-mut); border-top: 1px solid var(--line-dark); }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: var(--s-6); padding-block: clamp(3rem, 6vw, 5rem); }
@media (max-width: 900px) { .footer__top { grid-template-columns: 1fr 1fr; gap: var(--s-5); } }
@media (max-width: 520px) { .footer__top { grid-template-columns: 1fr; } }
.footer__brand img { width: clamp(120px, 14vw, 165px); height: auto; margin-bottom: var(--s-4); }
.footer__brand p { max-width: 34ch; font-size: 0.96rem; }
.footer__col h4 { font-family: var(--font-body); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-gold-light); margin-bottom: var(--s-3); }
.footer__col ul { display: flex; flex-direction: column; gap: 0.7rem; }
.footer__col a, .footer__col address { font-size: 0.96rem; font-style: normal; line-height: 1.6; }
.footer__col a:hover { color: var(--c-gold-light); }
.footer__socials { display: flex; gap: 0.8rem; margin-top: var(--s-4); }
.footer__socials a { width: 42px; height: 42px; border: 1px solid var(--line-dark); border-radius: 50%; display: grid; place-items: center; transition: border-color 0.3s var(--ease), color 0.3s var(--ease), transform 0.3s var(--ease); }
.footer__socials a:hover { border-color: var(--c-gold-light); color: var(--c-gold-light); transform: translateY(-2px); }
.footer__socials svg { width: 18px; height: 18px; }
.footer__socials i { font-size: 17px; }
.footer__bottom { border-top: 1px solid var(--line-dark); padding-block: var(--s-4); display: flex; flex-wrap: wrap; gap: var(--s-3) var(--s-5); align-items: center; justify-content: space-between; font-size: 0.82rem; color: var(--t-on-dark-faint); }
.footer__legal { display: flex; flex-wrap: wrap; gap: var(--s-4); }
.footer__legal a:hover { color: var(--c-gold-light); }

/* ---------- 22. DIVERSEN ---------- */
.divider-quote { font-family: var(--font-display); font-style: italic; font-size: clamp(1.6rem, 3.5vw, 2.8rem); line-height: 1.35; color: var(--c-cream); max-width: 24ch; }
.tag-list { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.tag { font-size: var(--fs-small); padding: 0.4em 0.9em; border: 1px solid var(--line-dark); border-radius: var(--r-pill); color: var(--t-on-dark-mut); }
.band--cream .tag, .band--mauve .tag, .band--parch .tag { border-color: var(--line-light); color: var(--t-on-light-mut); }
.mt-3 { margin-top: var(--s-3); } .mt-4 { margin-top: var(--s-4); } .mt-5 { margin-top: var(--s-5); } .mt-6 { margin-top: var(--s-6); }
.mb-2 { margin-bottom: var(--s-2); } .mb-3 { margin-bottom: var(--s-3); } .mb-4 { margin-bottom: var(--s-4); } .mb-5 { margin-bottom: var(--s-5); } .mb-6 { margin-bottom: var(--s-6); }
.flow > * + * { margin-top: var(--s-3); }

/* reveal-animatie (alleen hero, ingetogen) */
.reveal { opacity: 0; transform: translateY(18px); }
.reveal.in { opacity: 1; transform: none; transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal[data-d="1"] { transition-delay: 0.08s; }
.reveal[data-d="2"] { transition-delay: 0.16s; }
.reveal[data-d="3"] { transition-delay: 0.24s; }
.reveal[data-d="4"] { transition-delay: 0.32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

.skip-link { position: absolute; left: -999px; top: 0; z-index: 200; background: var(--c-accent-ink); color: #fff; padding: 0.8em 1.2em; border-radius: 0 0 var(--r-md) 0; }
.skip-link:focus { left: 0; }

/* ---------- 23. PLATTE TEKST (prose) ---------- */
.prose { max-width: 72ch; margin-inline: auto; }
.prose > * + * { margin-top: 1.15em; }
.prose p { color: var(--t-on-light); line-height: 1.85; }
.prose .lede {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem); line-height: 1.45;
  color: var(--t-on-light); max-width: none;
}
.prose h2 {
  font-size: var(--fs-h2); margin-top: 1.8em; line-height: 1.2;
}
.prose h2:first-child { margin-top: 0; }
.prose h3 {
  font-size: var(--fs-h3); margin-top: 1.5em; color: var(--c-accent-deep);
}
.prose h2 + p, .prose h3 + p { margin-top: 0.6em; }
.prose strong { color: var(--c-accent-deep); font-weight: 700; }
.prose em { font-style: italic; }
.prose a { color: var(--c-accent-deep); border-bottom: 1px solid currentColor; }
.prose a:hover { color: var(--c-accent); }
.prose ul { display: flex; flex-direction: column; gap: 0.7em; margin-top: 1.1em; }
.prose ul li {
  position: relative; padding-left: 1.6em; color: var(--t-on-light); line-height: 1.7;
}
.prose ul li::before {
  content: ""; position: absolute; left: 0; top: 0.62em;
  width: 0.5em; height: 0.5em; transform: rotate(45deg);
  background: var(--c-gold); border: 1px solid var(--c-gold-deep);
}
.prose .prose-note {
  border-left: 3px solid var(--c-gold); padding: 0.2em 0 0.2em 1.3em;
  color: var(--t-on-light-mut); font-style: italic;
}
.prose .signoff { font-family: var(--font-display); font-style: italic; font-size: 1.35rem; color: var(--c-accent-deep); }
.prose hr { border: none; border-top: 1px solid var(--line-light); margin-block: 2.4em; }
.prose figure { margin: 1.8em 0; }
.prose figure figcaption { font-size: var(--fs-small); color: var(--t-on-light-mut); margin-top: 0.6em; text-align: center; }
.prose .ratio { box-shadow: var(--shadow-soft); }

/* prose-koppen op donkere band (bv. blog) */
.band--dark .prose p, .band--night .prose p, .band--auberg .prose p,
.band--dark .prose ul li, .band--night .prose ul li, .band--auberg .prose ul li { color: var(--t-on-dark); }
.band--dark .prose .lede, .band--night .prose .lede, .band--auberg .prose .lede { color: var(--c-cream); }
.band--dark .prose h3, .band--night .prose h3, .band--auberg .prose h3 { color: var(--c-gold-light); }
.band--dark .prose strong, .band--night .prose strong, .band--auberg .prose strong { color: var(--c-gold-light); }

/* topbar-merk (logo links) */
.topbar .brand img { width: 40px; height: 40px; }
.topbar .brand__name { font-size: 1.04rem; letter-spacing: 0.14em; text-shadow: 0 1px 12px rgba(0,0,0,0.55); }
