/* ===========================================================
   Elzemieke Janzen — Lichaamsgerichte Therapie
   Donkere, geborgen bedding · goud als draad · volle kleuren
   Koppen: Bricolage Grotesque · Tekst: Mulish
   =========================================================== */

:root {
  /* kleurtokens — velvet/premium palet: zacht wit/crème als basis, bordeaux/mos/goud als accent */
  --aarde:      #F7F0E6;  /* basisbedding — zacht, warm petal-wit */
  --schemer:    #EFE1D2;  /* verhoogd vlak / kaart — iets dieper crème */
  --schemer-2:  #E6D3C0;  /* kaart-hover / dieper */
  --klei:       #7C2E36;  /* primair accent / knoppen — zachte bordeaux (velvet rood) */
  --klei-diep:  #5B2027;  /* knop-hover — dieper bordeaux */
  --vlam:       #A6444B;  /* secundair accent — rozig bordeaux, tussen klei en goud */
  --honing:     #B9863E;  /* highlight — warm goud, met genoeg contrast op licht */
  --mos:        #3C5342;  /* rust / natuur — velvet donkergroen */
  --mos-diep:   #293A2E;
  --goud:       #A6763B;  /* de draad / details / hover-glow — mat goud, leesbaar op licht */
  --schelp:     #E6D3C0;
  --linnen:     #2A1D17;  /* koppen — diep, warm zwartbruin op de lichte bedding */

  /* tekst op licht */
  --tekst:      #2A1D17;
  --tekst-zacht: rgba(42, 29, 23, 0.72);
  --lijn:       rgba(124, 46, 54, 0.20); /* bordeaux, laag */

  /* het donkere "kader": header, footer, mobiel menu blijven donker voor het dramatische contrast */
  --nacht:      #241A17;
  --parel:      #F5ECE0;  /* lichte tekst op het donkere kader */
  --parel-zacht: rgba(245, 236, 224, 0.72);

  /* terracotta — het donkere accent voor een paar uitgekozen tekstvakken (hero, manifest, methode) */
  --terracotta:      #8B4226;
  --terracotta-diep: #6E341D;
  --goud-licht:      #E0B872; /* helder goud, voor voldoende contrast op het donkere terracotta-vak */

  --maxw: 1140px;
  --radius: 18px;
  --ff-kop: "Bricolage Grotesque", system-ui, sans-serif;
  --ff-body: "Mulish", system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; overflow-x: clip; }

body {
  margin: 0;
  overflow-x: clip;
  background: var(--aarde);
  color: var(--tekst);
  font-family: var(--ff-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a { color: var(--goud); text-decoration: none; }
a:hover { color: var(--honing); }

h1, h2, h3, h4 {
  font-family: var(--ff-kop);
  color: var(--linnen);
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 0.4em;
  font-weight: 600;
}

p { margin: 0 0 1.1em; }

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

section[id] { scroll-margin-top: 92px; }

/* ---------- bouwstenen ---------- */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--goud);
  margin: 0 0 1rem;
}
.eyebrow::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--goud);
}

.btn {
  display: inline-block;
  font-family: var(--ff-kop);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.005em;
  color: var(--parel);
  background: var(--klei);
  padding: 0.85em 1.6em;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.btn:hover {
  background: var(--klei-diep);
  color: var(--parel);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px -12px rgba(195, 154, 78, 0.55);
}
.btn--ghost {
  background: transparent;
  color: var(--mos);
  border-color: var(--mos);
}
.btn--ghost:hover {
  background: rgba(60, 83, 66, 0.08);
  color: var(--mos-diep);
  box-shadow: none;
}

.section-head { max-width: 660px; margin-bottom: clamp(2rem, 5vw, 3.25rem); }
.section-head h2 { font-size: clamp(1.9rem, 4.5vw, 2.9rem); }
.section-head .intro { color: var(--tekst-zacht); font-size: 1.15rem; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }

.section { padding-block: clamp(4rem, 9vw, 7rem); }
.section--soft { background: var(--schemer); }

/* gouddraad-scheiding (golfjes) */
.thread { display: block; margin: 0 auto; color: var(--goud); opacity: 0.7; }
.thread svg { display: block; width: min(420px, 70%); height: auto; margin-inline: auto; }

/* ---------- placeholders beeldmateriaal ---------- */
.ph {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 30% 25%, rgba(195,154,78,0.06), transparent 60%),
    var(--schemer);
  border: 1.5px dashed var(--lijn);
  border-radius: var(--radius);
  color: var(--tekst-zacht);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  padding: 1.25rem;
  min-height: 140px;
}
.ph span { max-width: 24ch; }
.ph::before {
  content: "";
  width: 10px; height: 10px; margin-right: 0.6em;
  border-radius: 50%;
  background: var(--goud);
  opacity: 0.6;
  flex: none;
}
.ph--wide     { aspect-ratio: 16 / 8; }
.ph--hero     { aspect-ratio: 16 / 7; }
.ph--portrait { aspect-ratio: 3 / 4; }
.ph--square   { aspect-ratio: 1 / 1; }

.hero__photo, .overmij__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--lijn);
}
.hero__photo { object-position: 50% 25%; }
.overmij__photo--links { object-position: 85% center; }

/* ===========================================================
   DONKER-VAK — terracotta accentblokken (hero, manifest, methode)
   =========================================================== */
.donker-vak {
  /* alle tekstkleuren die elders naar de lichte bedding wijzen, wijzen hierbinnen naar de lichte tint op donker */
  --tekst: var(--parel);
  --tekst-zacht: var(--parel-zacht);
  --linnen: var(--parel);
  --schelp: var(--parel-zacht);
  --goud: var(--goud-licht);
  --lijn: rgba(245, 236, 224, 0.25);
  background: var(--terracotta);
}
.donker-vak .btn {
  background: var(--parel);
  color: var(--terracotta-diep);
}
.donker-vak .btn:hover {
  background: var(--schelp);
  color: var(--terracotta-diep);
}
.hero.donker-vak::before {
  background: radial-gradient(60% 70% at 50% 0%, rgba(224, 184, 114, 0.18), transparent 70%);
}

/* ===========================================================
   HEADER
   =========================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--nacht);
  border-bottom: 1px solid var(--lijn);
}
.bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 1rem;
}
.brand { display: inline-flex; align-items: center; gap: 0.7em; color: var(--parel); }
.brand:hover { color: var(--parel); }
.brand__mark { width: 38px; height: 38px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.25; }
.brand__name { font-family: var(--ff-kop); font-weight: 600; font-size: 1.15rem; letter-spacing: -0.01em; }
.brand__sub { font-size: 0.72rem; letter-spacing: 0.06em; color: var(--honing); }

.nav { display: flex; align-items: center; gap: 1.9rem; }
.nav a {
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--parel);
}
.nav a:not(.nav__cta) { position: relative; }
.nav a:not(.nav__cta)::after {
  content: "";
  position: absolute; left: 0; bottom: -6px;
  width: 0; height: 2px; background: var(--honing);
  transition: width 0.25s ease;
}
.nav a:not(.nav__cta):hover { color: var(--honing); }
.nav a:not(.nav__cta):hover::after { width: 100%; }
.nav__cta {
  background: var(--klei);
  color: var(--parel);
  padding: 0.55em 1.15em;
  border-radius: 999px;
  text-align: center;
  transition: background 0.2s ease;
}
.nav__cta:hover { background: var(--klei-diep); color: var(--parel); }

.nav__item--dropdown { position: relative; display: inline-flex; align-items: center; }
.nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.7rem;
  background: var(--nacht);
  border: 1px solid var(--lijn);
  border-radius: 10px;
  padding: 0.4rem;
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.nav__dropdown a {
  display: block;
  padding: 0.55em 0.75em;
  white-space: nowrap;
}
.nav__item--dropdown:hover .nav__dropdown,
.nav__item--dropdown:focus-within .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hamburger { display: none; }

/* ===========================================================
   HERO
   =========================================================== */
.hero {
  position: relative;
  text-align: center;
  padding-block: clamp(3.5rem, 8vw, 6rem) clamp(2.5rem, 6vw, 4rem);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: -20% 0 auto 0; height: 80%;
  background: radial-gradient(60% 70% at 50% 0%, rgba(206,123,60,0.16), transparent 70%);
  pointer-events: none;
}
.hero__mark { width: clamp(76px, 12vw, 104px); height: auto; margin: 0 auto 1.6rem; }
.hero h1 {
  font-size: clamp(2.5rem, 7vw, 4.6rem);
  max-width: 16ch;
  margin-inline: auto;
}
.hero .sub {
  max-width: 54ch;
  margin: 1.4rem auto 2.2rem;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: var(--tekst-zacht);
}
.hero__media { margin-top: clamp(2.5rem, 6vw, 4rem); }

/* Hero met foto als achtergrond */
.hero--bg { padding-block: clamp(5rem, 12vw, 8rem) clamp(4rem, 10vw, 6rem); }
.hero--bg::before { display: none; }
.hero__bgphoto {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 30%;
  z-index: 0;
}
.hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36,26,23,0.78) 0%, rgba(139,66,38,0.62) 55%, rgba(36,26,23,0.82) 100%);
  z-index: 1;
}
.hero__inner { position: relative; z-index: 2; }

/* ===========================================================
   GETUIGENISSEN
   =========================================================== */
.quotes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.quote {
  position: relative;
  background: var(--schemer);
  border: 1px solid var(--lijn);
  border-radius: var(--radius);
  padding: 2.4rem 1.8rem 1.8rem;
}
.quote::before {
  content: "\201C";
  position: absolute; top: 0.1em; left: 0.35em;
  font-family: var(--ff-kop);
  font-size: 3.6rem;
  color: var(--goud);
  opacity: 0.55;
  line-height: 1;
}
.quote p { font-size: 1.08rem; color: var(--tekst); }
.quote cite { display: block; margin-top: 1rem; font-style: normal; font-weight: 700; color: var(--goud); font-size: 0.92rem; }

/* ===========================================================
   MANIFEST
   =========================================================== */
.manifest { text-align: center; }
.manifest__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
  margin-top: 2.5rem;
  text-align: left;
}
.manifest__photo {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: var(--radius);
}
.manifest .prose { max-width: 560px; }
.manifest .prose p {
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  line-height: 1.55;
  color: var(--tekst);
  font-weight: 300;
}
.manifest .prose p:last-child { margin-bottom: 0; }

@media (max-width: 860px) {
  .manifest__grid { grid-template-columns: 1fr; text-align: center; }
  .manifest__photo { max-width: 320px; margin-inline: auto; }
  .manifest .prose { margin-inline: auto; }
}

.signature-quote {
  margin-top: 2.25rem;
  font-family: var(--ff-kop);
  font-style: italic;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--goud);
}
.signature-quote span { display: inline-block; margin-top: 0.4rem; font-style: normal; font-size: 0.85rem; letter-spacing: 0.04em; color: var(--tekst-zacht); }

/* ===========================================================
   OVER MIJ
   =========================================================== */
.overmij {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.overmij__text p:last-child { margin-bottom: 0; }
.overmij__text .note {
  color: var(--tekst-zacht);
  font-style: italic;
  font-size: 0.98rem;
}

/* ===========================================================
   AANBOD
   =========================================================== */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
  gap: 1.5rem;
}
.card {
  background: var(--schemer);
  border: 1px solid var(--lijn);
  border-radius: var(--radius);
  padding: 1.9rem 1.7rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--goud);
  background: var(--schemer-2);
}
.card__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: calc(var(--radius) - 6px);
  margin-bottom: 1.2rem;
}
.card__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  border-radius: calc(var(--radius) - 6px);
  background: var(--aarde);
  border: 1px solid var(--lijn);
  color: var(--goud);
  margin-bottom: 1.2rem;
}
.card__mark svg { width: 45%; height: 45%; opacity: 0.85; }
.card__photo--tlw { object-position: 50% 20%; }
.card__photo--sc { object-position: 90% center; }
.card h3 { font-size: 1.3rem; color: var(--linnen); }
.cards--compact .card h3 { font-size: 1.05rem; }
.card p { color: var(--tekst-zacht); font-size: 1rem; }
.card .meta {
  margin-top: 1rem;
  font-family: var(--ff-kop);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--goud);
}
.specialismen {
  list-style: none;
  margin: 0.6rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.specialismen li {
  font-size: 0.85rem;
  color: var(--tekst);
  background: rgba(124, 46, 54, 0.08);
  border: 1px solid var(--lijn);
  border-radius: 999px;
  padding: 0.4em 0.9em;
}
.card .tagline {
  display: block;
  color: var(--goud);
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.9rem;
}

.aanbod-lead {
  max-width: 720px;
  margin: 0 auto clamp(2.5rem, 6vw, 3.5rem);
  text-align: center;
}
.aanbod-lead p { color: var(--tekst-zacht); font-size: 1.05rem; }

.aanbod-subkop { text-align: center; margin-bottom: clamp(1.5rem, 4vw, 2rem); }
.aanbod-subkop h3 { font-size: clamp(1.5rem, 3vw, 2.1rem); }

.aanbod-closing {
  max-width: 680px;
  margin: clamp(3rem, 6vw, 4rem) auto 0;
  text-align: center;
}
.aanbod-closing h3 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.aanbod-closing .btn { margin-top: 0.5rem; }

#aanbod .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 700px) {
  #aanbod .cards { grid-template-columns: 1fr; }
}

/* ===========================================================
   OPLEIDING
   =========================================================== */
.opleiding__list { list-style: none; margin: 0; padding: 0; max-width: 720px; }
.opleiding__list li {
  position: relative;
  padding: 1.05rem 0 1.05rem 2rem;
  border-bottom: 1px solid var(--lijn);
  font-size: 1.1rem;
}
.opleiding__list li:last-child { border-bottom: 0; }
.opleiding__list li::before {
  content: "";
  position: absolute; left: 0; top: 1.5rem;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--goud);
}
.opleiding__list .note { color: var(--tekst-zacht); font-style: italic; }

.opleiding__list--compact { max-width: none; }
.opleiding__list--compact li { padding: 0.7rem 0 0.7rem 1.5rem; font-size: 0.98rem; }
.opleiding__list--compact li::before { width: 7px; height: 7px; top: 1.15rem; }

/* ===========================================================
   NIEUWSBRIEF
   =========================================================== */
.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;
}
.newsletter {
  margin-top: clamp(2.5rem, 6vw, 3.5rem);
  padding-top: clamp(2.5rem, 6vw, 3.5rem);
  border-top: 1px solid var(--lijn);
  text-align: center;
}
.newsletter h3 { font-size: clamp(1.4rem, 3vw, 1.9rem); }
.newsletter > p { color: var(--tekst-zacht); margin-bottom: 1.6rem; }
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  max-width: 520px;
  margin-inline: auto;
}
.newsletter-form__row {
  display: flex;
  gap: 0.9rem;
}
.newsletter-form input[type="text"], .newsletter-form input[type="email"] {
  flex: 1;
  min-width: 0;
  font-family: var(--ff-body);
  font-size: 1rem;
  color: var(--tekst);
  background: var(--schemer);
  border: 1px solid var(--lijn);
  border-radius: 10px;
  padding: 0.75em 1em;
}
.newsletter-form input:focus { outline: 2px solid var(--goud); outline-offset: 1px; }
.newsletter-form input:invalid { box-shadow: none; }
.newsletter-form .btn { flex: none; }

@media (max-width: 560px) {
  .newsletter-form__row { flex-direction: column; }
}

/* ===========================================================
   CONTACT
   =========================================================== */
.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
}
.contact-info p { margin-bottom: 1.5rem; }
.contact-icons { display: flex; gap: 1rem; }
.contact-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--lijn);
  color: var(--klei);
}
.contact-icons a:hover { color: var(--klei-diep); border-color: var(--klei); }
.contact-icons svg { width: 22px; height: 22px; }
.contact-info strong { display: block; font-family: var(--ff-kop); color: var(--goud); font-size: 0.85rem; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 0.3rem; }
.contact-form {
  background: var(--schemer);
  border: 1px solid var(--lijn);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 2.2rem);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.contact-form label { display: flex; flex-direction: column; gap: 0.4rem; font-size: 0.92rem; color: var(--tekst-zacht); }
.contact-form input, .contact-form textarea {
  font-family: var(--ff-body);
  font-size: 1rem;
  color: var(--tekst);
  background: var(--aarde);
  border: 1px solid var(--lijn);
  border-radius: 10px;
  padding: 0.7em 0.9em;
}
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--goud); outline-offset: 1px; }
.checkbox-row { flex-direction: row; align-items: center; gap: 0.6em; }
.checkbox-row input { width: auto; }
.form-note { font-size: 0.82rem; color: var(--tekst-zacht); margin: 0; }
.form-note a { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 700px) {
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

/* ===========================================================
   BOEKING
   =========================================================== */
.boeking { text-align: center; }
.embed-ph {
  margin-top: 2rem;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--schemer);
  border: 1.5px dashed var(--lijn);
  border-radius: var(--radius);
  color: var(--tekst-zacht);
  padding: 2rem;
}
.embed-ph strong { color: var(--goud); font-family: var(--ff-kop); }

/* ===========================================================
   FOOTER
   =========================================================== */
.site-footer {
  background: var(--nacht);
  border-top: 1px solid var(--lijn);
  padding-block: clamp(2.5rem, 6vw, 4rem) 1.5rem;
  margin-top: clamp(3rem, 7vw, 5rem);
}
.foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--lijn);
}
.foot__brand { display: flex; align-items: center; gap: 1rem; }
.foot__name { font-family: var(--ff-kop); font-weight: 600; font-size: 1.2rem; color: var(--parel); }
.foot__brand p { margin: 0; color: var(--parel-zacht); font-size: 0.95rem; }
.foot__contact { display: flex; flex-direction: column; gap: 0.45rem; }
.foot__keurmerk { display: flex; align-items: center; }
.foot__keurmerk img { height: 40px; width: auto; opacity: 0.9; }
.foot__contact a { color: var(--honing); }
.foot__contact a:hover { color: var(--parel); }
.calendly-gate__msg { background: var(--schemer); border: 1px solid var(--lijn); border-radius: var(--radius); padding: 2rem; text-align: center; color: var(--tekst-zacht); max-width: 480px; margin-inline: auto; }
.foot__social { display: flex; align-items: center; gap: 1rem; }
.foot__social a { color: var(--parel-zacht); display: inline-flex; transition: color 0.2s ease; }
.foot__social a:hover { color: var(--honing); }
.foot__base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 1.5rem;
  color: var(--parel-zacht);
  font-size: 0.85rem;
}
.foot__legal { display: inline-flex; gap: 1.25rem; }
.foot__legal a { color: var(--parel-zacht); }
.foot__legal a:hover { color: var(--honing); }

/* ===========================================================
   INHOUDSPAGINA'S (voorwaarden / privacybeleid)
   =========================================================== */
.page-head {
  text-align: center;
  padding-block: clamp(3rem, 7vw, 5rem) clamp(1.5rem, 4vw, 2.5rem);
}
.page-head h1 { font-size: clamp(2.2rem, 5.5vw, 3.4rem); }
.page-head .sub { color: var(--tekst-zacht); max-width: 56ch; margin: 0.8rem auto 0; }

.legal { padding-bottom: clamp(3.5rem, 8vw, 6rem); }
.legal__inner { max-width: 760px; margin-inline: auto; }
.legal h2 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  color: var(--linnen);
  margin-top: 2.75rem;
}
.legal h2:first-child { margin-top: 0; }
.legal h3 { font-size: 1.15rem; color: var(--klei); margin-top: 1.6rem; }
.legal p, .legal li { color: var(--tekst); }
.legal ul { padding-left: 1.25rem; margin: 0 0 1.1em; }
.legal li { margin-bottom: 0.4rem; }
.legal a { text-decoration: underline; text-underline-offset: 3px; }

.meta-block {
  background: var(--schemer);
  border: 1px solid var(--lijn);
  border-radius: var(--radius);
  padding: 1.4rem 1.6rem;
  margin-bottom: 2.5rem;
  font-size: 0.75em;
}
.meta-block p { margin: 0.2rem 0; }
.meta-block .ph-inline { color: var(--goud); font-style: italic; }

.aanraders__icoon {
  display: block;
  width: 84px;
  height: 84px;
  margin: 0 auto 2rem;
}
.aanraders__cirkels {
  float: right;
  width: 45%;
  max-width: 260px;
  height: auto;
  margin: 0.3rem 0 1.5rem 2rem;
  border-radius: var(--radius);
}
@media (max-width: 640px) {
  .aanraders__cirkels {
    float: none;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 1.5rem;
  }
}

.legal .updated {
  margin-top: 2.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--lijn);
  color: var(--tekst-zacht);
  font-size: 0.9rem;
}

/* ===========================================================
   VERHAAL (Over mij — volledige pagina)
   =========================================================== */
.verhaal__inner { max-width: 640px; margin-inline: auto; }
.verhaal h2 { clear: both; }
.verhaal__foto {
  width: 45%;
  max-width: 320px;
  height: auto;
  border-radius: var(--radius);
  margin: 0.3rem 0 1.5rem 2rem;
  float: right;
  display: block;
}
.verhaal__foto--links { float: left; margin: 0.3rem 2rem 1.5rem 0; }

@media (max-width: 640px) {
  .verhaal__foto, .verhaal__foto--links {
    float: none;
    width: 100%;
    max-width: 280px;
    margin: 2rem auto;
  }
}
.verhaal p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--tekst);
  margin: 0 0 1.3em;
}
.verhaal h2 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  margin-top: clamp(3rem, 7vw, 4.5rem);
  margin-bottom: 1.2rem;
}
.verhaal .beat {
  font-family: var(--ff-kop);
  font-weight: 600;
  font-size: clamp(1.3rem, 2.8vw, 1.7rem);
  line-height: 1.4;
  color: var(--klei);
  text-align: center;
  margin: 1.8em 0;
}

/* ===========================================================
   COOKIEMELDING
   =========================================================== */
.cookiebar {
  position: fixed;
  left: 1rem; right: 1rem; bottom: 1rem;
  z-index: 80;
  max-width: 720px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.4rem;
  background: var(--schemer);
  border: 1px solid var(--lijn);
  border-radius: var(--radius);
  padding: 1.1rem 1.35rem;
  box-shadow: 0 18px 50px -20px rgba(0, 0, 0, 0.7);
}
.cookiebar[hidden] { display: none; }
.cookiebar p { margin: 0; flex: 1 1 260px; font-size: 0.92rem; color: var(--tekst-zacht); }
.cookiebar a { text-decoration: underline; text-underline-offset: 3px; }
.cookiebar .btn { padding: 0.6em 1.4em; font-size: 0.95rem; flex: none; }

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 860px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px; height: 44px;
    cursor: pointer;
    z-index: 60;
  }
  .hamburger span {
    display: block;
    width: 24px; height: 2px;
    background: var(--parel);
    margin-inline: auto;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    height: 100vh;
    height: 100dvh;
    width: min(78vw, 320px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
    gap: 1.6rem;
    padding: 6rem 2rem 2rem;
    background: var(--nacht);
    border-left: 1px solid var(--lijn);
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .nav a { font-size: 1.25rem; }
  .nav__item--dropdown { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .nav__dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    border: none;
    padding: 0 0 0 1rem;
    margin-top: 0.6rem;
    min-width: 0;
  }
  .nav__dropdown a { padding: 0; font-size: 1.05rem; color: var(--honing); }
  .navtoggle:checked ~ .nav { transform: translateX(0); }
  .navtoggle:checked ~ .hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .navtoggle:checked ~ .hamburger span:nth-child(2) { opacity: 0; }
  .navtoggle:checked ~ .hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .overmij { grid-template-columns: 1fr; }
  .overmij__media { order: -1; max-width: 380px; margin-inline: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* ===========================================================
   LINKHUB (Instagram-bio landingspagina)
   =========================================================== */
.linkhub {
  max-width: 420px;
  text-align: center;
  padding-block: clamp(3rem, 8vw, 5rem) clamp(3rem, 8vw, 5rem);
}
.linkhub__photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1.5rem;
  border: 1px solid var(--lijn);
}
.linkhub h1 { font-size: clamp(1.6rem, 4vw, 2rem); }
.linkhub__bio {
  color: var(--tekst-zacht);
  font-size: 1rem;
  margin: 0.8rem 0 2.2rem;
}
.linkhub__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.linkhub__link { width: 100%; text-align: center; }
