/* ===========================================================
   BeYoutiful Alphen — statische homepage
   Design tokens 1-op-1 uit de handoff.
   =========================================================== */

:root {
  --bg:            #fdf5f8;  /* roze-getint wit           */
  --band-light:    #f6e7ee;  /* lichte sectie-achtergrond */
  --dark:          #422038;  /* aubergine                 */
  --accent:        #c76b87;  /* roze                      */
  --accent-light:  #e3a8bd;  /* licht accent op donker    */
  --ink:           #3b2233;  /* tekst primair             */
  --ink-soft:      #6d4f61;  /* tekst secundair           */
  --ink-card:      #553a4b;  /* tekst op lichtroze kaart  */
  --on-dark:       #fdf5f8;
  --on-dark-soft:  rgba(253, 245, 248, .7);
  --border:        #ecd7e1;

  --maxw: 1240px;
  --pad:  20px;
}

/* ── Reset / basis ─────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; }

h1, h2, h3, p, ul, blockquote, figure { margin: 0; }
ul { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.display { font-family: Marcellus, serif; font-weight: 400; }

/* ── Herbruikbare stukjes ──────────────────────────────── */
.eyebrow {
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}

.btn {
  display: inline-block;
  border-radius: 999px;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }

.btn--dark { background: var(--dark); color: var(--on-dark); }
.btn--dark:hover { background: #341829; box-shadow: 0 8px 22px rgba(66, 32, 56, .28); }

.btn--pink { background: var(--accent); color: #fff; padding: 16px 34px; }
.btn--pink:hover { background: #b95877; box-shadow: 0 8px 22px rgba(199, 107, 135, .35); }

/* onderstreepte tekstlink */
.link {
  align-self: flex-start;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 3px;
  background-image: linear-gradient(var(--accent), var(--accent));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  transition: background-size .25s ease, color .2s ease;
}
.link:hover { color: var(--accent); background-size: 100% 100%; background-image: linear-gradient(rgba(199,107,135,.16), rgba(199,107,135,.16)); }

/* zachte, warme filter over alle foto's — dromeriger, minder hard */
.arch-img, .herken__img, .subhero__img, .hero-round__img, .hero-band__img, .split__img {
  filter: saturate(.88) contrast(.92) brightness(1.05) sepia(.06);
}

/* kenmerkende boogfoto's */
.arch-img { display: block; object-fit: cover; width: 100%; }
.arch-img--hero { height: 640px; border-radius: 280px 280px 18px 18px; }
.arch-img--irma { height: 460px; border-radius: 190px 190px 14px 14px; }

/* volledige-breedte banden */
.band-light { background: var(--band-light); }
.band-dark  { background: var(--dark); color: var(--on-dark); }

/* ===========================================================
   Navbar
   =========================================================== */
.nav { border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 50; background: var(--bg); }
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}
.nav__logo { font-family: Marcellus, serif; font-size: 26px; letter-spacing: 1px; }
.nav__logo span { color: var(--accent); }

.nav__menu {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
}
.nav__menu > a:not(.nav__cta) {
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}
.nav__menu > a:not(.nav__cta):hover { color: var(--accent); border-color: var(--accent); }

.nav__cta { padding: 13px 26px; font-size: 14px; }

/* hamburger (mobiel) */
.nav__burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.nav__burger span { display: block; width: 26px; height: 2px; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }

/* ===========================================================
   Hero
   =========================================================== */
.hero { display: flex; align-items: stretch; }
.hero__text {
  flex: 1;
  padding: 90px 48px 90px 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
  justify-content: center;
}
.hero__title { font-size: 64px; line-height: 1.08; }
.hero__title span { color: var(--accent); }
.hero__intro { font-size: 18px; line-height: 1.65; max-width: 440px; color: var(--ink-soft); }

.hero__actions { display: flex; gap: 16px; align-items: center; margin-top: 8px; flex-wrap: wrap; }

.hero__checks { display: flex; gap: 28px; margin-top: 18px; font-size: 14px; color: var(--ink-soft); flex-wrap: wrap; }
.hero__checks li::before { content: "✓"; color: var(--accent); margin-right: 7px; }

.hero__media { flex: none; width: 560px; padding: 48px 0; }

/* ===========================================================
   Herken je dit?
   =========================================================== */
.herken { padding: 80px 20px; display: flex; gap: 64px; align-items: center; }
.herken__media { flex: none; }
.herken__img { display: block; width: 400px; height: 480px; object-fit: cover; border-radius: 18px; }
.herken__body { flex: 1; display: flex; flex-direction: column; gap: 24px; }

.section-head { display: flex; flex-direction: column; gap: 12px; }
.herken__title { font-size: 42px; line-height: 1.12; max-width: 520px; }

.cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.card {
  background: var(--bg);
  border-radius: 14px;
  padding: 20px 22px;
  display: flex;
  gap: 13px;
  align-items: flex-start;
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--ink-card);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(66, 32, 56, .09); }
.card__check { color: var(--accent); font-size: 19px; line-height: 1.3; flex: none; }

.herken__closer { font-size: 17px; line-height: 1.6; color: var(--ink-soft); max-width: 520px; }
.herken__closer b { color: var(--ink); }

/* ===========================================================
   Waar ik je mee help
   =========================================================== */
.services { padding: 72px 20px; display: flex; flex-direction: column; gap: 40px; }
.services__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.services__title { font-size: 42px; max-width: 480px; line-height: 1.12; }
.services__lead { font-size: 15px; color: var(--on-dark-soft); max-width: 380px; line-height: 1.55; }

.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service {
  border-top: 2px solid var(--accent);
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service__title { font-size: 24px; }
.service__desc { font-size: 14.5px; line-height: 1.55; color: rgba(253, 245, 248, .75); }
.service__more { margin-top: auto; font-size: 14px; color: var(--accent-light); transition: gap .2s ease, opacity .2s ease; }
.service__more:hover { opacity: .8; }

/* ===========================================================
   Over Irma
   =========================================================== */
.over { padding: 80px 20px; display: flex; gap: 70px; align-items: center; justify-content: center; }
.over__body { display: flex; flex-direction: column; gap: 18px; max-width: 520px; }
.over__title { font-size: 40px; line-height: 1.15; }
.over__bio { font-size: 16.5px; line-height: 1.7; color: var(--ink-soft); }
.arch-img--irma { width: 380px; flex: none; }

/* ===========================================================
   Testimonial
   =========================================================== */
.testimonial { padding: 64px 20px; display: flex; flex-direction: column; gap: 18px; align-items: center; text-align: center; }
.testimonial__quote { font-size: 30px; line-height: 1.4; max-width: 760px; color: var(--ink); }
.testimonial__cite { font-size: 14px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); font-weight: 700; }

/* ===========================================================
   CTA + footer
   =========================================================== */
.cta { padding: 70px 20px; text-align: center; display: flex; flex-direction: column; gap: 22px; align-items: center; }
.cta__title { font-size: 44px; max-width: 640px; line-height: 1.15; }
.cta__contact { font-size: 14px; color: rgba(253, 245, 248, .6); }
.cta__contact a { transition: color .2s ease; }
.cta__contact a:hover { color: var(--accent-light); }

/* ===========================================================
   Subpagina's (diensten + contact)
   =========================================================== */

/* actieve nav-link */
.nav__menu > a.is-active:not(.nav__cta) { color: var(--accent); border-color: var(--accent); }

/* breadcrumb onder de nav */
.crumbs { font-size: 13px; color: var(--ink-soft); padding-top: 26px; }
.crumbs a { color: var(--ink-soft); background-image: linear-gradient(var(--accent), var(--accent)); background-repeat: no-repeat; background-position: 0 100%; background-size: 0 1px; transition: background-size .25s ease, color .2s ease; padding-bottom: 2px; }
.crumbs a:hover { color: var(--accent); background-size: 100% 1px; }
.crumbs span { color: var(--ink); }

/* sub-hero (split, kleiner dan de home-hero) */
.subhero { display: flex; align-items: center; gap: 64px; padding-top: 56px; padding-bottom: 84px; }
.subhero__text { flex: 1; display: flex; flex-direction: column; gap: 22px; }
.subhero__title { font-size: 52px; line-height: 1.1; }
.subhero__title span { color: var(--accent); }
.subhero__intro { font-size: 18px; line-height: 1.7; color: var(--ink-soft); max-width: 480px; }
.subhero__actions { display: flex; gap: 16px; align-items: center; margin-top: 6px; flex-wrap: wrap; }
.subhero__media { flex: none; width: 440px; }
.subhero__img { display: block; width: 100%; height: 520px; object-fit: cover; border-radius: 220px 220px 16px 16px; }

/* generieke sectie */
.section { padding-top: 76px; padding-bottom: 76px; }
.section__head { display: flex; flex-direction: column; gap: 14px; max-width: 620px; margin-bottom: 44px; }
.section__title { font-size: 38px; line-height: 1.15; }
.section--dark .section__title,
.band-dark .eyebrow { color: inherit; }
.band-dark .eyebrow { color: var(--accent-light); }

/* lopende tekst */
.prose { max-width: 640px; display: flex; flex-direction: column; gap: 18px; }
.prose p { font-size: 16.5px; line-height: 1.75; color: var(--ink-soft); }
.prose p b, .prose strong { color: var(--ink); }

/* genummerde stappen */
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 36px; counter-reset: step; }
.step { display: flex; gap: 18px; align-items: flex-start; counter-increment: step; }
.step__num {
  flex: none;
  width: 46px; height: 46px;
  border-radius: 999px;
  background: var(--band-light);
  color: var(--accent);
  font-family: Marcellus, serif;
  font-size: 20px;
  display: flex; align-items: center; justify-content: center;
}
.band-dark .step__num { background: rgba(253, 245, 248, .12); color: var(--accent-light); }
.step__body { display: flex; flex-direction: column; gap: 6px; }
.step__title { font-family: Marcellus, serif; font-size: 20px; }
.step__desc { font-size: 15px; line-height: 1.6; color: var(--ink-soft); }
.band-dark .step__desc { color: var(--on-dark-soft); }

/* feature / voordelen-grid */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature {
  background: var(--band-light);
  border-radius: 18px;
  padding: 30px 28px;
  display: flex; flex-direction: column; gap: 10px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.feature:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(66, 32, 56, .1); }
.feature__title { font-family: Marcellus, serif; font-size: 21px; }
.feature__desc { font-size: 15px; line-height: 1.6; color: var(--ink-soft); }

/* check-lijst (voor wie) */
.checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 32px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.55; color: var(--ink-card); }
.checklist li::before { content: "✓"; color: var(--accent); font-size: 18px; line-height: 1.4; flex: none; }
.band-dark .checklist li { color: var(--on-dark); }
.band-dark .checklist li::before { color: var(--accent-light); }

/* split content-blok (tekst + afbeelding of tekst + tekst) */
.split { display: flex; gap: 64px; align-items: center; }
.split > * { flex: 1; }
.split__media { flex: none; width: 400px; }
.split__img { display: block; width: 100%; height: 460px; object-fit: cover; border-radius: 18px; }
.split--reverse { flex-direction: row-reverse; }

/* verwante diensten onderaan */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 26px 24px;
  display: flex; flex-direction: column; gap: 8px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.related-card:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(66, 32, 56, .09); border-color: var(--accent); }
.related-card__title { font-family: Marcellus, serif; font-size: 21px; }
.related-card__desc { font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }
.related-card__more { margin-top: 6px; font-size: 14px; color: var(--accent); font-weight: 600; }

/* ===========================================================
   Contactpagina
   =========================================================== */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: start; }
.contact-details { display: flex; flex-direction: column; gap: 22px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-item__icon {
  flex: none; width: 44px; height: 44px; border-radius: 12px;
  background: var(--band-light); color: var(--accent);
  display: flex; align-items: center; justify-content: center; font-size: 20px;
}
.contact-item__label { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 3px; }
.contact-item__value { font-size: 16.5px; color: var(--ink); line-height: 1.5; }
.contact-item__value a { border-bottom: 2px solid transparent; transition: border-color .2s ease; }
.contact-item__value a:hover { border-color: var(--accent); }

.contact-card {
  background: var(--band-light);
  border-radius: 20px;
  padding: 36px 34px;
  display: flex; flex-direction: column; gap: 16px;
}
.contact-card__title { font-family: Marcellus, serif; font-size: 26px; }
.contact-card__text { font-size: 15.5px; line-height: 1.65; color: var(--ink-soft); }
.contact-card .btn { align-self: flex-start; }

/* formulier */
.form { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; color: var(--ink-soft); }
.field input, .field textarea {
  font-family: inherit; font-size: 15.5px; color: var(--ink);
  background: #fff; border: 1px solid var(--border); border-radius: 12px;
  padding: 13px 15px; transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(199, 107, 135, .15); }
.field textarea { resize: vertical; min-height: 120px; }
.form__note { font-size: 13px; color: var(--ink-soft); }

/* kaartrooster op de map/adres */
.map-wrap { border-radius: 20px; overflow: hidden; border: 1px solid var(--border); }
.map-wrap iframe { display: block; width: 100%; height: 340px; border: 0; }

/* ===========================================================
   Site-footer (slanke balk onderaan elke pagina)
   =========================================================== */
.footer { border-top: 1px solid var(--border); background: var(--bg); }
.footer__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding-top: 26px; padding-bottom: 26px; flex-wrap: wrap;
}
.footer__brand { font-family: Marcellus, serif; font-size: 20px; letter-spacing: .5px; }
.footer__brand em { color: var(--accent); font-style: normal; }
.footer__links { display: flex; gap: 22px; font-size: 14px; flex-wrap: wrap; }
.footer__links a { color: var(--ink-soft); transition: color .2s ease; }
.footer__links a:hover { color: var(--accent); }
.footer__copy { font-size: 13px; color: var(--ink-soft); }
@media (max-width: 720px) {
  .footer__inner { flex-direction: column; align-items: flex-start; gap: 16px; }
}

/* ===========================================================
   Hero-varianten per dienstenpagina (elke pagina eigen vorm)
   =========================================================== */

/* A · compacte hero met foto links + tekst rechts (Hormooncoaching) */
.hero-round {
  position: relative;
  display: flex; align-items: center; gap: 48px;
  padding: 40px 20px 56px;
}
.hero-round__photo { position: relative; flex: none; }
.hero-round__img {
  position: relative; z-index: 1;
  width: 260px; height: 260px; border-radius: 999px; object-fit: cover;
  box-shadow: 0 22px 50px rgba(66, 32, 56, .2);
}
/* speelse accent-ring achter de foto */
.hero-round__photo::before {
  content: ""; position: absolute; inset: -14px;
  border: 2px dashed var(--accent-light); border-radius: 999px; z-index: 0;
}
.hero-round__body { display: flex; flex-direction: column; gap: 18px; }
.hero-round__title { font-size: 52px; line-height: 1.08; }
.hero-round__title span { color: var(--accent); }
.hero-round__intro { max-width: 480px; font-size: 18px; line-height: 1.65; color: var(--ink-soft); }
.hero-round__actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-top: 4px; }

/* B · zwevend accent-kaartje op de foto (Gewichtsconsulentie) */
.subhero--reverse { flex-direction: row-reverse; }
.subhero__media { position: relative; }
.subhero__badge {
  position: absolute; left: -26px; bottom: 34px;
  background: var(--dark); color: var(--on-dark);
  border-radius: 16px; padding: 16px 20px; max-width: 190px;
  box-shadow: 0 16px 34px rgba(66, 32, 56, .28);
  transform: rotate(-3deg);
}
.subhero__badge b { font-family: Marcellus, serif; font-weight: 400; font-size: 20px; display: block; }
.subhero__badge span { font-size: 13px; color: var(--on-dark-soft); }

/* C · bold split zonder foto, met chip-kaart (EMB-bloedtest) */
.hero-emb { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: 20px 0 84px; }
.hero-emb__text { display: flex; flex-direction: column; gap: 20px; }
.hero-emb__title { font-size: 56px; line-height: 1.08; }
.hero-emb__title span { color: var(--accent); }
.hero-emb__intro { font-size: 18px; line-height: 1.7; color: var(--ink-soft); max-width: 460px; }
.hero-emb__card {
  background: var(--dark); color: var(--on-dark);
  border-radius: 24px; padding: 34px 32px;
  display: flex; flex-direction: column; gap: 16px;
}
.hero-emb__card h2 { font-family: Marcellus, serif; font-weight: 400; font-size: 24px; }

/* D · full-bleed fotoband met overlay-tekst (Powerwalking) */
.hero-band { position: relative; min-height: 580px; display: flex; align-items: flex-end; overflow: hidden; }
.hero-band__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.hero-band::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(66, 32, 56, .82) 0%, rgba(66, 32, 56, .55) 45%, rgba(66, 32, 56, .12) 100%);
}
.hero-band__inner { position: relative; z-index: 1; width: 100%; padding-top: 64px; padding-bottom: 64px; color: var(--on-dark); }
.hero-band__text { max-width: 560px; display: flex; flex-direction: column; gap: 20px; }
.hero-band__title { font-size: 58px; line-height: 1.06; }
.hero-band__title span { color: var(--accent-light); }
.hero-band__intro { font-size: 18px; line-height: 1.65; color: rgba(253, 245, 248, .85); }
.hero-band .eyebrow { color: var(--accent-light); }
.hero-band__actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-top: 4px; }

/* speelse chips (korte opsommingen i.p.v. veel tekst) */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  background: #fff; border: 1px solid var(--border); border-radius: 999px;
  padding: 9px 17px; font-size: 14px; font-weight: 600; color: var(--ink-card);
}
.band-dark .chip, .hero-emb__card .chip { background: rgba(253, 245, 248, .1); border-color: rgba(253, 245, 248, .22); color: var(--on-dark); }
.chip--pink { background: var(--accent); border-color: var(--accent); color: #fff; }

/* ===========================================================
   Page-load animatie (respecteert reduced-motion)
   =========================================================== */
@media (prefers-reduced-motion: no-preference) {
  .hero__text > *,
  .hero__media {
    opacity: 0;
    transform: translateY(16px);
    animation: rise .7s cubic-bezier(.22, 1, .36, 1) forwards;
  }
  .hero__text > *:nth-child(1) { animation-delay: .05s; }
  .hero__text > *:nth-child(2) { animation-delay: .13s; }
  .hero__text > *:nth-child(3) { animation-delay: .21s; }
  .hero__text > *:nth-child(4) { animation-delay: .29s; }
  .hero__text > *:nth-child(5) { animation-delay: .37s; }
  .hero__media { animation-delay: .2s; transform: translateY(24px); }

  @keyframes rise {
    to { opacity: 1; transform: translateY(0); }
  }
}

/* ===========================================================
   Responsive
   =========================================================== */

/* Tablet / kleiner desktop */
@media (max-width: 1100px) {
  .hero { flex-direction: column; }
  .hero__text { padding: 64px 0 32px; }
  .hero__media { width: 100%; padding: 0 0 56px; }
  .arch-img--hero { height: 520px; border-radius: 220px 220px 18px 18px; }

  .herken { flex-direction: column; gap: 40px; align-items: stretch; }
  .herken__media { display: flex; justify-content: center; }
  .herken__img { width: 100%; max-width: 440px; }

  .services__grid { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
  .services__head { flex-direction: column; align-items: flex-start; gap: 16px; }

  .over { flex-direction: column-reverse; gap: 40px; text-align: left; }
  .over__body { max-width: none; }
  .arch-img--irma { width: 100%; max-width: 380px; }
}

/* Mobiel */
@media (max-width: 720px) {
  /* nav → hamburger */
  .nav__inner { flex-wrap: wrap; }
  .nav__burger { display: flex; }
  .nav__menu {
    flex-basis: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, margin .3s ease;
  }
  .nav__checkbox:checked ~ .nav__menu { max-height: 420px; margin-top: 20px; }
  .nav__menu > a { padding: 10px 0; }
  .nav__cta { margin: 8px 0 4px; }
  .nav__checkbox:checked ~ .nav__burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav__checkbox:checked ~ .nav__burger span:nth-child(2) { opacity: 0; }
  .nav__checkbox:checked ~ .nav__burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* homepage hero → full-bleed fotoband (zoals powerwalking) op mobiel */
  .hero { position: relative; justify-content: flex-end; min-height: 82vh; padding: 40px 20px 48px; overflow: hidden; }
  .hero__media { position: absolute; inset: 0; width: 100%; padding: 0; z-index: 0; }
  .hero__media .arch-img--hero { width: 100%; height: 100%; border-radius: 0; object-position: center 20%; }
  .hero::after {
    content: ""; position: absolute; inset: 0; z-index: 0;
    background: linear-gradient(0deg, rgba(66,32,56,.92) 14%, rgba(66,32,56,.5) 60%, rgba(66,32,56,.22) 100%);
  }
  .hero__text { position: relative; z-index: 1; padding: 0; color: var(--on-dark); }
  .hero .eyebrow { color: var(--accent-light); }
  .hero__title { font-size: 40px; color: var(--on-dark); }
  .hero__title span { color: var(--accent-light); }
  .hero__intro { font-size: 16px; color: rgba(253, 245, 248, .88); max-width: none; }
  .hero__actions { gap: 14px; }
  .hero__actions .btn--dark { background: var(--accent); }
  .hero__actions .btn--dark:hover { background: #b95877; }
  .hero__checks { color: rgba(253, 245, 248, .88); }
  .hero__checks li::before { color: var(--accent-light); }
  .hero .link { color: var(--on-dark); background-image: linear-gradient(var(--accent-light), var(--accent-light)); }

  .herken { padding: 56px 20px; }
  .herken__title { font-size: 30px; }
  .cards { grid-template-columns: 1fr; }

  .services { padding: 56px 20px; }
  .services__title { font-size: 30px; }
  .services__grid { grid-template-columns: 1fr; }

  .over { padding: 56px 20px; }
  .over__title { font-size: 30px; }

  .testimonial__quote { font-size: 24px; }

  .cta__title { font-size: 32px; }
  .cta__contact { line-height: 1.9; }
}

/* ── Subpagina's: tablet ───────────────────────────────── */
@media (max-width: 1100px) {
  .subhero { flex-direction: column; align-items: stretch; gap: 40px; padding-bottom: 56px; }
  .subhero__media { width: 100%; }
  .subhero__img { height: 460px; }
  .subhero__intro { max-width: none; }

  .features { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: repeat(3, 1fr); }
  .split { flex-direction: column; gap: 36px; align-items: stretch; }
  .split--reverse { flex-direction: column; }
  .split__media { width: 100%; }
  .split__img { height: 420px; }

  .contact-grid { grid-template-columns: 1fr; gap: 44px; }

  .subhero--reverse { flex-direction: column; }
  .hero-emb { grid-template-columns: 1fr; gap: 36px; padding-bottom: 56px; }
  .hero-band { min-height: 460px; }
}

/* ── Subpagina's: mobiel ───────────────────────────────── */
@media (max-width: 720px) {
  .subhero__title { font-size: 36px; }
  .hero-round { flex-direction: column; align-items: stretch; text-align: center; gap: 28px; padding-top: 32px; }
  .hero-round__photo { align-self: center; }
  .hero-round__body { width: 100%; }
  .hero-round__actions { justify-content: center; }
  .hero-round__intro { max-width: none; }
  .hero-round__title { font-size: 32px; }
  .hero-round__img { width: 180px; height: 180px; }
  .subhero__text { width: 100%; }
  .subhero__title { font-size: 34px; }
  .hero-emb__title { font-size: 38px; }
  .hero-band__title { font-size: 40px; }
  .hero-band::after { background: linear-gradient(0deg, rgba(66,32,56,.9) 10%, rgba(66,32,56,.45) 100%); }
  .subhero__badge { left: 16px; bottom: 16px; }
  .subhero__img { height: 400px; border-radius: 180px 180px 16px 16px; }
  .section { padding-top: 56px; padding-bottom: 56px; }
  .section__title { font-size: 28px; }
  .steps { grid-template-columns: 1fr; gap: 22px; }
  .features { grid-template-columns: 1fr; }
  .checklist { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .crumbs { padding-top: 20px; }
}

/* ===========================================================
   Afspraak (MeetAimy-widget), formulier-status, e-book popup
   =========================================================== */

/* booking-widget */
.booking { max-width: 900px; margin: 8px auto 0; }
.booking__frame {
  display: block; width: 100%; height: 820px;
  border: 1px solid var(--border); border-radius: 20px; background: #fff;
}
.booking__fallback { max-width: 900px; margin: 16px auto 0; font-size: 14px; color: var(--ink-soft); text-align: center; }
.booking__fallback a { color: var(--accent); border-bottom: 2px solid var(--accent); }

/* honeypot: onzichtbaar wegzetten */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* formulier-status */
.form__status { font-size: 15px; line-height: 1.5; }
.form__status:empty { display: none; }
.form__status.is-ok { color: #2f7a4d; font-weight: 600; }
.form__status.is-err { color: #b23a4e; font-weight: 600; }

/* e-book popup */
.ebook-overlay {
  position: fixed; inset: 0; z-index: 100;
  display: flex; align-items: center; justify-content: center; padding: 20px;
  background: rgba(66, 32, 56, .5); backdrop-filter: blur(3px);
  opacity: 0; transition: opacity .3s ease;
}
.ebook-overlay.is-open { opacity: 1; }
.ebook-modal {
  position: relative; width: 100%; max-width: 460px; max-height: 90vh; overflow: auto;
  background: var(--bg); border-radius: 22px; padding: 38px 34px 28px;
  box-shadow: 0 30px 70px rgba(66, 32, 56, .35);
  transform: translateY(14px) scale(.98); transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}
.ebook-overlay.is-open .ebook-modal { transform: none; }
.ebook-close {
  position: absolute; top: 12px; right: 14px; width: 36px; height: 36px;
  border: 0; background: transparent; font-size: 26px; line-height: 1; color: var(--ink-soft);
  cursor: pointer; border-radius: 999px; transition: background .2s ease, color .2s ease;
}
.ebook-close:hover { background: var(--band-light); color: var(--ink); }
.ebook-modal__title { font-size: 28px; line-height: 1.15; margin: 6px 0 10px; }
.ebook-modal__sub { font-size: 15px; line-height: 1.6; color: var(--ink-soft); margin-bottom: 18px; }
.ebook-modal__form { min-height: 60px; }
.ebook-modal__fallback { font-size: 13px; color: var(--ink-soft); margin-top: 14px; text-align: center; }
.ebook-modal__fallback a { color: var(--accent); border-bottom: 1px solid var(--accent); }

@media (max-width: 720px) {
  .booking__frame { height: 720px; border-radius: 16px; }
  .ebook-modal { padding: 30px 22px 24px; }
  .ebook-modal__title { font-size: 24px; }
}
