/* ==========================================================================
   Beautiful by Danique — stylesheet
   Vanilla CSS, mobiel-first. Tokens bovenaan, daarna basis, componenten,
   secties en tot slot reduced-motion.
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  --black: #0B0A0A;
  --ink: #1E1B1B;
  --ivory: #F6F1EC;
  --ivory-2: #EEE5DD;
  --blush: #F8C9CB;
  --blush-2: #F2B3B7;
  --rose: #9E4F59;
  --muted: #6F6663;
  --line: rgba(30, 27, 27, .14);
  --line-dark: rgba(246, 241, 236, .16);

  --font-display: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --font-body: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;

  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-io: cubic-bezier(.65, 0, .35, 1);

  --gutter: clamp(1.25rem, 4.5vw, 3.5rem);
  --container: 1280px;
  --header-h: 5rem;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--black);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.menu-open { overflow: hidden; }

img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
figure { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin: 0; }
a { color: inherit; }
address { font-style: normal; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.15em; height: 1.15em; flex: none; fill: none; }

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

.skip-link {
  position: fixed; top: .75rem; left: .75rem; z-index: 100;
  padding: .6rem 1rem; background: var(--blush); color: var(--black);
  font-weight: 600; border-radius: 999px; text-decoration: none;
  transform: translateY(-200%);
  transition: transform .3s var(--ease);
}
.skip-link:focus-visible { transform: none; }

:focus-visible { outline: 2px solid var(--blush); outline-offset: 4px; }

.container {
  width: calc(100% - var(--gutter) - var(--gutter));
  max-width: var(--container);
  margin-inline: auto;
}

@media (max-width: 599px) { .hide-sm { display: none; } }

/* ---------- Typografie ---------- */
.eyebrow {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 1.1rem;
}
.eyebrow--light { color: var(--blush); }
.eyebrow a { display: inline-block; text-decoration: none; padding-block: .35rem; margin-block: -.35rem; } /* kruimellink in de eyebrow: tapdoel minimaal 24px */
.eyebrow a:hover { text-decoration: underline; }

.h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -.012em;
  text-wrap: balance;
  margin-bottom: 1.4rem;
}
.h2 em { font-style: italic; font-weight: 400; color: var(--rose); }
.section--dark .h2 em { color: var(--blush); }

.lead { font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.6; margin-bottom: 1.1rem; }
.section--light p + p { margin-top: 1rem; }
.section--light .lead + p { margin-top: 0; }
.section--light p { color: var(--ink); }
.section--light p:not(.lead):not(.eyebrow) { color: #3F3937; }
.section--dark p:not(.eyebrow) { color: rgba(246, 241, 236, .82); }

/* ---------- Knoppen & links ---------- */
.btn {
  --btn-hover: var(--ivory);
  display: inline-flex; align-items: center; gap: .6rem;
  padding: 1rem 1.6rem;
  border-radius: 999px;
  font-size: .9rem; font-weight: 600; letter-spacing: .01em; line-height: 1;
  text-decoration: none; white-space: nowrap;
  position: relative; isolation: isolate; overflow: hidden;
  border: 1px solid transparent;
  transition: color .45s var(--ease), border-color .45s var(--ease), transform .45s var(--ease);
}
.btn::before {
  content: ""; position: absolute; inset: -1px; z-index: -1;
  background: var(--btn-hover);
  border-radius: inherit;
  transform: translateY(101%);
  transition: transform .55s var(--ease);
}
.btn:hover::before, .btn:focus-visible::before { transform: translateY(0); }
.btn:active { transform: scale(.98); }
.btn .icon { transition: transform .45s var(--ease); }
.btn:hover .icon { transform: translateX(4px); }

.btn--blush { background: var(--blush); color: var(--black); --btn-hover: var(--ivory); }
.btn--outline { border-color: rgba(246, 241, 236, .45); color: var(--ivory); --btn-hover: var(--blush); }
.btn--outline:hover, .btn--outline:focus-visible { color: var(--black); border-color: var(--blush); }
.btn--sm { padding: .8rem 1.25rem; font-size: .82rem; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-weight: 600; font-size: .92rem; text-decoration: none;
  color: var(--ink);
  padding-bottom: .2rem;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat; background-size: 100% 1px; background-position: 0 100%;
  transition: background-size .5s var(--ease), color .3s;
}
.link-arrow:hover { background-size: 0 1px; color: var(--rose); }
.link-arrow .icon { transition: transform .45s var(--ease); }
.link-arrow:hover .icon { transform: translateX(5px); }
.link-arrow--light { color: var(--ivory); }
.link-arrow--light:hover { color: var(--blush); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  color: var(--ivory);
  padding: 1.1rem 0;
  transition: padding .45s var(--ease), background-color .45s var(--ease), box-shadow .45s var(--ease), transform .45s var(--ease);
}
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: rgba(11, 10, 10, .78);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line-dark);
  opacity: 0; transition: opacity .45s var(--ease);
}
.site-header.is-scrolled { padding: .55rem 0; }
.site-header.is-scrolled::before { opacity: 1; }
.site-header.is-hidden { transform: translateY(-110%); }

.site-header__inner {
  width: calc(100% - var(--gutter) - var(--gutter));
  max-width: var(--container);
  margin-inline: auto;
  display: flex; align-items: center; gap: 1.5rem;
}

.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; margin-right: auto; }
.brand__logo { width: 46px; height: 46px; border-radius: 50%; transition: transform .6s var(--ease); }
.brand:hover .brand__logo { transform: rotate(-8deg) scale(1.05); }
.brand__text { font-family: var(--font-display); font-size: 1.35rem; font-weight: 500; letter-spacing: .01em; line-height: 1; white-space: nowrap; }
.brand__text em { font-style: italic; color: var(--blush); }

.nav { display: none; }
.nav__list { display: flex; gap: 2rem; }
.nav__link {
  position: relative; text-decoration: none;
  font-size: .86rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase;
  padding: .4rem 0;
}
.nav__link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--blush); transform: scaleX(0); transform-origin: right;
  transition: transform .45s var(--ease);
}
.nav__link:hover::after, .nav__link[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }

.site-header__cta { display: none; }

.menu-toggle {
  display: inline-flex; align-items: center; gap: .7rem;
  font-size: .78rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  padding: .4rem 0 .4rem .6rem;
}
@media (max-width: 899px) {
  .site-header__inner { gap: .75rem; }
  .menu-toggle { display: inline-flex; margin-left: auto; flex: none; }
}
.menu-toggle__icon { position: relative; width: 28px; height: 14px; display: block; }
.menu-toggle__icon i {
  position: absolute; left: 0; right: 0; height: 1.5px; background: currentColor;
  transition: transform .5s var(--ease), top .5s var(--ease), width .5s var(--ease);
}
.menu-toggle__icon i:first-child { top: 0; }
.menu-toggle__icon i:last-child { top: 12px; width: 70%; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:first-child { top: 6px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:last-child { top: 6px; width: 100%; transform: rotate(-45deg); }

@media (min-width: 900px) {
  .nav { display: block; }
  .site-header__cta { display: inline-flex; }
  .menu-toggle { display: none; }
}
/* Smalle telefoons: merknaam en MENU overlapten op 360px (logo 46 + naam 182 + toggle 92 > 320). */
@media (max-width: 399px) {
  .site-header__inner { gap: .75rem; }
  .brand { gap: .55rem; }
  .brand__logo { width: 40px; height: 40px; }
}
@media (max-width: 379px) { .brand__text { font-size: 1.15rem; } }
@media (max-width: 359px) {
  .menu-toggle { padding-left: 0; }
  .menu-toggle__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
}

/* ---------- Mobiel menu ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 55;
  background: var(--black); color: var(--ivory);
  display: flex; flex-direction: column; justify-content: center;
  padding: calc(var(--header-h) + 1rem) var(--gutter) 2.5rem;
  clip-path: circle(0 at calc(100% - 2.6rem) 2.4rem);
  visibility: hidden;
  transition: clip-path .9s var(--ease), visibility 0s linear .9s;
}
.mobile-menu.is-open {
  clip-path: circle(160% at calc(100% - 2.6rem) 2.4rem);
  visibility: visible;
  transition: clip-path .9s var(--ease), visibility 0s;
}
.mobile-menu__list { display: grid; gap: .2rem; counter-reset: menu; }
.mobile-menu__list li {
  opacity: 0; transform: translateY(24px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
  transition-delay: calc(.25s + var(--i) * .07s);
}
.mobile-menu.is-open .mobile-menu__list li { opacity: 1; transform: none; }
.mobile-menu__list a {
  display: flex; align-items: baseline; gap: 1rem;
  font-family: var(--font-display); font-size: clamp(2.6rem, 10vw, 4rem); font-weight: 500; line-height: 1.1;
  text-decoration: none; padding: .25rem 0;
  border-bottom: 1px solid var(--line-dark);
}
.mobile-menu__list a::before {
  counter-increment: menu; content: "0" counter(menu);
  font-family: var(--font-body); font-size: .7rem; letter-spacing: .2em; color: var(--blush);
}
.mobile-menu__list a[aria-current="page"] { color: var(--blush); }
.mobile-menu__foot {
  margin-top: 2.2rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.2rem;
  opacity: 0; transition: opacity .6s var(--ease) .6s;
}
.mobile-menu.is-open .mobile-menu__foot { opacity: 1; }
.mobile-menu__social { display: flex; gap: .6rem; }
.mobile-menu__social a {
  display: grid; place-items: center; width: 2.9rem; height: 2.9rem; border-radius: 50%;
  border: 1px solid var(--line-dark); color: var(--ivory); transition: background .3s, color .3s;
}
.mobile-menu__social a:hover { background: var(--blush); color: var(--black); }
@media (min-width: 900px) { .mobile-menu { display: none; } }

/* ---------- Hero ---------- */
.hero {
  position: relative; isolation: isolate;
  min-height: 100vh; min-height: 100svh;
  background: var(--black); color: var(--ivory);
  display: grid; grid-template-columns: minmax(0, 1fr); align-items: end;
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__img { position: absolute; overflow: hidden; will-change: transform; }
.hero__img picture, .hero__img img { width: 100%; height: 100%; }
.hero__img img { object-fit: cover; object-position: 50% 15%; }

/* Mobiel: de foto lost onderaan via een lange S-curve op in de achtergrond (mask op de foto zelf,
   geen overlay-band). De mask begint al op 24% en is op 74% volledig weg, zodat titel en lead
   (vanaf ±38% van de hero-hoogte) niet meer over de lichtroze tule staan; het gezicht (tot ±38%)
   blijft vrijwel onaangetast. Gemeten 2026-09-15: aandeel titelpixels onder 3:1 van 60% naar 0%. */
.hero__img--main {
  inset: 0; clip-path: inset(0 0 100% 0);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 24%, rgba(0,0,0,.8) 31%, rgba(0,0,0,.5) 38%, rgba(0,0,0,.3) 45%, rgba(0,0,0,.15) 53%, rgba(0,0,0,.06) 63%, transparent 74%);
          mask-image: linear-gradient(180deg, #000 0%, #000 24%, rgba(0,0,0,.8) 31%, rgba(0,0,0,.5) 38%, rgba(0,0,0,.3) 45%, rgba(0,0,0,.15) 53%, rgba(0,0,0,.06) 63%, transparent 74%);
}
.hero__img--main img { transform: scale(1.18); transition: transform 2s var(--ease) .1s; }
.hero__img--main::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,10,10,.4) 0%, rgba(11,10,10,0) 30%);
}

.js.is-loaded .hero__img--main { clip-path: inset(0); transition: clip-path 1.3s var(--ease) .05s; }
.js.is-loaded .hero__img--main img { transform: scale(1); }
.js.is-settled .hero__img--main img { animation: kenburns 24s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.07); } }

.hero__grain {
  position: absolute; inset: -60%; width: 220%; height: 220%; z-index: 2;
  pointer-events: none; opacity: .09; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .6 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1.4s steps(5) infinite;
}
@keyframes grain {
  0% { transform: translate(0, 0); } 20% { transform: translate(-4%, 3%); } 40% { transform: translate(3%, -5%); }
  60% { transform: translate(-6%, -2%); } 80% { transform: translate(5%, 4%); } 100% { transform: translate(0, 0); }
}

.hero__content {
  position: relative; z-index: 3; min-width: 0;
  display: flex; flex-direction: column;
  width: calc(100% - var(--gutter) - var(--gutter));
  max-width: var(--container);
  margin-inline: auto;
  /* Mobiel: minimaal 21rem boven de tekst, zodat de titel altijd onder de kin van het model begint
     (gezicht = bovenste ±39% van de foto). Op korte viewports (Safari/Chrome met adresbalk, 100svh ≈ 640-700px)
     wordt de hero daardoor iets hoger dan het scherm; de knoppen staan dan net onder de vouw. */
  padding: max(calc(var(--header-h) + 3rem), 21rem) 0 4rem;
  max-width: min(42rem, var(--container));
}
/* Mobiel: de eyebrow staat visueel ónder de titel (flex order), zodat hij niet over het gezicht
   van het model valt maar in de opgeloste zone. DOM-volgorde blijft eyebrow → h1 → lead; op
   desktop (≥900px) staat hij weer boven de titel. */
.hero__eyebrow { order: 1; margin-bottom: 1.5rem; }
.hero__lead { order: 2; }
.hero__actions { order: 3; }
.hero__title {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(3.4rem, 12vw, 8rem);
  line-height: .95; letter-spacing: -.02em;
  margin-bottom: 1.3rem;
}
.hero__title em { font-style: italic; font-weight: 400; color: var(--blush); }
.hero__lead {
  font-size: clamp(1.02rem, 1.5vw, 1.2rem); max-width: 34rem;
  color: rgba(246,241,236,.85); margin-bottom: 2rem;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }

/* Regel-voor-regel reveal */
.line { display: block; overflow: hidden; }
.line__in { display: block; transform: translateY(110%); transition: transform 1.1s var(--ease); }
.hero__eyebrow .line__in { transition-delay: .72s; } /* mobiel: na de titel, zie order hierboven */
.hero__title .line:nth-child(1) .line__in { transition-delay: .45s; }
.hero__title .line:nth-child(2) .line__in { transition-delay: .55s; }
.hero__title .line:nth-child(3) .line__in { transition-delay: .65s; }
.js .hero__lead { opacity: 0; transform: translateY(16px); transition: opacity .9s var(--ease) .8s, transform .9s var(--ease) .8s; }
.js.is-loaded .hero__lead { opacity: 1; transform: none; }
.js.is-loaded .line__in { transform: none; }
.hero__actions { opacity: 0; transform: translateY(16px); transition: opacity .9s var(--ease) 1s, transform .9s var(--ease) 1s; }
.js.is-loaded .hero__actions { opacity: 1; transform: none; }
.no-js .line__in, .no-js .hero__img--main { transform: none; clip-path: none; }
.no-js .hero__actions { opacity: 1; transform: none; }

.hero__scroll {
  position: absolute; right: var(--gutter); bottom: 2.2rem; z-index: 3;
  display: none; align-items: center; gap: .8rem;
  color: rgba(246,241,236,.7); text-decoration: none;
  font-size: .68rem; letter-spacing: .26em; text-transform: uppercase;
  writing-mode: vertical-rl;
}
.hero__scroll-line { width: 1px; height: 4.5rem; background: linear-gradient(to bottom, transparent, var(--blush)); position: relative; overflow: hidden; }
.hero__scroll-line::after { content: ""; position: absolute; inset: 0; background: var(--ivory); transform: translateY(-100%); animation: scrollcue 2.2s var(--ease-io) infinite; }
@keyframes scrollcue { 0% { transform: translateY(-100%); } 60% { transform: translateY(100%); } 100% { transform: translateY(100%); } }

@media (min-width: 900px) {
  .hero { align-items: center; }
  .hero__content { padding: calc(var(--header-h) + 2rem) 0 6rem; max-width: none; }
  .hero__title, .hero__eyebrow, .hero__actions { max-width: 46vw; }
  .hero__lead { max-width: 27rem; }
  .hero__eyebrow, .hero__lead, .hero__actions { order: 0; }
  .hero__eyebrow { margin-bottom: 1.6rem; }
  .hero__eyebrow .line__in { transition-delay: .35s; }
  .hero__title { margin-bottom: 1.6rem; }
  /* De foto loopt door tot onder de tekst en lost via een lange, geleidelijke mask op in de
     achtergrond. Aan de linkerrand is de foto volledig transparant, dus er is geen rand
     waar een lijn kan ontstaan; de overloop zelf is een zachte S-curve. */
  .hero__img--main {
    inset: 0 0 0 auto; width: 64%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 8%, rgba(0,0,0,.06) 14%, rgba(0,0,0,.2) 21%, rgba(0,0,0,.45) 29%, rgba(0,0,0,.72) 38%, rgba(0,0,0,.92) 47%, #000 56%);
            mask-image: linear-gradient(90deg, transparent 0%, transparent 8%, rgba(0,0,0,.06) 14%, rgba(0,0,0,.2) 21%, rgba(0,0,0,.45) 29%, rgba(0,0,0,.72) 38%, rgba(0,0,0,.92) 47%, #000 56%);
  }
  .hero__img img { object-position: 50% 20%; }
  .hero__img--main::after {
    background: linear-gradient(180deg, rgba(11,10,10,.35) 0%, rgba(11,10,10,0) 30%, rgba(11,10,10,.5) 100%);
  }
  .hero__scroll { display: flex; }
}
@media (min-width: 1400px) {
  .hero__img--main { width: 60%; }
}

/* ---------- Hero: lichte variant (vergelijking via ?hero=licht) ---------- */
.hero-licht .hero { background: var(--ivory); color: var(--ink); }
.hero-licht .hero__img--main::after {
  background: linear-gradient(180deg, rgba(246,241,236,.3) 0%, rgba(246,241,236,0) 30%);
}
.hero-licht .hero__eyebrow { color: var(--rose); }
.hero-licht .hero__title { color: var(--ink); }
.hero-licht .hero__title em { color: var(--rose); }
.hero-licht .hero__lead { color: #3F3937; }
.hero-licht .btn--outline { border-color: rgba(30,27,27,.35); color: var(--ink); --btn-hover: var(--black); }
.hero-licht .btn--outline:hover, .hero-licht .btn--outline:focus-visible { color: var(--ivory); border-color: var(--black); }
.hero-licht .hero__grain { mix-blend-mode: multiply; opacity: .05; }
.hero-licht .hero__scroll { color: rgba(30,27,27,.6); }
.hero-licht .hero__scroll-line { background: linear-gradient(to bottom, transparent, var(--rose)); }
.hero-licht .hero__scroll-line::after { background: var(--ink); }
.hero-licht .hero + .section--light { border-top: 1px solid var(--line); }
@media (min-width: 900px) {
  /* Horizontale overloop komt van de mask op de foto (zie .hero__img--main); hier alleen een lichte verticale tint. */
  .hero-licht .hero__img--main::after {
    background: linear-gradient(180deg, rgba(246,241,236,.2) 0%, rgba(246,241,236,0) 30%, rgba(246,241,236,.35) 100%);
  }
}
/* Schakelknop donker/licht, vast linksonder. Alleen op desktop: op mobiel dekte hij op elk scherm
   tekst linksonder af; vergelijk daar via ?hero=licht in de URL. */
.hero-switch {
  position: fixed; left: 1rem; bottom: 1rem; z-index: 50;
  display: none; align-items: center; gap: .55rem;
  padding: .62rem .95rem .62rem .75rem; border-radius: 999px;
  font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; line-height: 1;
  background: rgba(11,10,10,.84); color: var(--ivory);
  border: 1px solid rgba(246,241,236,.22);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,.28);
  transition: background .3s, color .3s, border-color .3s, transform .35s var(--ease);
}
.hero-switch:hover { transform: translateY(-2px); }
.hero-switch .icon { width: 1rem; height: 1rem; }
.hero-switch [hidden] { display: none; }
.hero-licht .hero-switch { background: rgba(246,241,236,.92); color: var(--ink); border-color: var(--line); box-shadow: 0 10px 30px rgba(30,27,27,.18); }
@media (min-width: 900px) { .hero-switch { display: inline-flex; } }
.no-js .hero-switch { display: none; }

/* Header op een lichte ondergrond: donkere tekst, lichte blur-balk na scrollen.
   Geldt voor de lichte hero-variant (.hero-licht) en voor alle subpagina's (.page-light op <html>, BBD-006). */
.hero-licht .site-header, .page-light .site-header { color: var(--ink); }
.hero-licht .site-header::before, .page-light .site-header::before { background: rgba(246,241,236,.84); border-bottom-color: var(--line); }
.hero-licht .brand__text em, .page-light .brand__text em { color: var(--rose); }
.hero-licht .nav__link::after, .page-light .nav__link::after { background: var(--rose); }
.page-light :focus-visible { outline-color: var(--rose); }
/* Bij een open mobiel menu (donkere overlay) moet de header weer licht zijn, ook op lichte pagina's. */
.hero-licht .menu-open .site-header, .page-light .menu-open .site-header { color: var(--ivory); }
.hero-licht .menu-open .brand__text em, .page-light .menu-open .brand__text em { color: var(--blush); }
.hero-licht .menu-open .site-header::before, .page-light .menu-open .site-header::before { opacity: 0; }

/* ---------- Subpagina-hero (licht, compact; eerste gebruik: contact.html) ---------- */
.page-hero { background: var(--ivory); color: var(--ink); padding: calc(var(--header-h) + 3rem) 0 clamp(3rem, 7vw, 5rem); }
.page-hero__grid { display: grid; gap: 2.5rem; align-items: center; }
.h1 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(2.8rem, 8vw, 5.4rem); line-height: .98; letter-spacing: -.015em;
  text-wrap: balance; margin-bottom: 1.4rem;
}
.h1 em { font-style: italic; font-weight: 400; color: var(--rose); }
.page-hero .lead { color: #3F3937; max-width: 32rem; margin-bottom: 1.8rem; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.page-hero__media { position: relative; }
.page-hero__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
@media (min-width: 900px) {
  .page-hero { padding-top: calc(var(--header-h) + 4rem); }
  .page-hero__grid { grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 7vw, 7rem); }
  .page-hero__media { max-width: 30rem; justify-self: end; }
}
/* Outline-knop op een lichte ondergrond */
.btn--ink { border-color: rgba(30,27,27,.35); color: var(--ink); --btn-hover: var(--black); }
.btn--ink:hover, .btn--ink:focus-visible { color: var(--ivory); border-color: var(--black); }

/* ---------- Secties ---------- */
.section { position: relative; padding-block: clamp(4.5rem, 10vw, 8.5rem); }
.section--light { background: var(--ivory); color: var(--ink); }
.section--tint { background: var(--ivory-2); }
.section--dark { background: var(--black); color: var(--ivory); }

.section-head {
  display: grid; gap: .5rem; align-items: end;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}
.section-head .h2 { margin-bottom: .4rem; }
.section-head__link { justify-self: start; } /* onderstreping alleen onder de tekst, niet over de volle breedte */
@media (min-width: 900px) {
  .section-head { grid-template-columns: 1fr auto; }
  .section-head .eyebrow { grid-column: 1 / -1; }
  .section-head__link { padding-bottom: .9rem; }
}

.watermark {
  position: absolute; left: -2vw; top: 1rem; z-index: 0; pointer-events: none;
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(8rem, 26vw, 22rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(248,201,203,.16);
  white-space: nowrap; user-select: none;
}
.watermark--right { left: auto; right: -2vw; top: auto; bottom: 0; }

/* ---------- Reveal-systeem ---------- */
.js [data-reveal] {
  opacity: 0; transform: translateY(28px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
  transition-delay: var(--delay, 0s);
}
.js [data-reveal].is-visible { opacity: 1; transform: none; }

/* Clip-reveal: de clip staat op het inner <picture>, niet op het geobserveerde element zelf.
   Chrome rekent clip-path mee in IntersectionObserver; een element dat tot 0px is geclipt
   snijdt nooit de viewport en zou dus nooit onthuld worden. */
.js [data-reveal="clip"] { opacity: 1; transform: none; }
.js [data-reveal="clip"] > picture {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.3s var(--ease);
  transition-delay: var(--delay, 0s);
}
.js [data-reveal="clip"] img { transform: scale(1.15); transition: transform 1.6s var(--ease); transition-delay: var(--delay, 0s); }
.js [data-reveal="clip"].is-visible > picture { clip-path: inset(0); }
.js [data-reveal="clip"].is-visible img { transform: none; }

/* ---------- Intro ---------- */
.intro__grid { display: grid; gap: 3rem; }
.intro__media { position: relative; }
.frame-img { position: relative; isolation: isolate; }
.frame-img::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  border: 1px solid var(--blush-2);
  transform: translate(14px, 14px);
}
.intro__img img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.intro__img-small {
  position: absolute; right: -4%; bottom: -10%; width: 46%;
  box-shadow: 0 30px 50px rgba(30,27,27,.22);
  outline: 6px solid var(--ivory);
}
.intro__img-small img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.intro__text { padding-top: 2rem; }
.usp { display: grid; gap: .55rem; margin: 1.8rem 0 2rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.usp li { display: flex; align-items: baseline; gap: 1rem; font-weight: 500; }
.usp__num { font-family: var(--font-display); font-style: italic; color: var(--rose); font-size: 1.1rem; width: 2rem; }
@media (min-width: 900px) {
  .intro__grid { grid-template-columns: 1.05fr 1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
  .intro__text { padding-top: 0; }
  .intro__img-small { right: -8%; bottom: -8%; width: 44%; }
}

/* ---------- Portfolio tegels ---------- */
.tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; }
.tile { list-style: none; }
.tile__link {
  position: relative; display: block; overflow: hidden;
  aspect-ratio: 3 / 4; text-decoration: none; color: var(--ivory);
  background: var(--ink); isolation: isolate;
}
.tile__link picture, .tile__link img { width: 100%; height: 100%; }
.tile__link img { object-fit: cover; transition: transform 1.2s var(--ease), filter 1.2s var(--ease); }
.tile__link::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  /* Onderverloop begint eerder en eindigt donkerder: titel én subtitel staan ook op lichte foto's (witte bontjas). */
  background: linear-gradient(180deg, rgba(11,10,10,.15) 0%, rgba(11,10,10,0) 30%, rgba(11,10,10,.62) 58%, rgba(11,10,10,.95) 100%);
  transition: opacity .6s var(--ease);
}
.tile__link:hover img { transform: scale(1.07); }
.tile__num {
  position: absolute; top: 1rem; left: 1rem; z-index: 2;
  font-family: var(--font-display); font-style: italic; font-size: 1.2rem; line-height: 1; color: var(--blush);
  /* Donker pilletje: blush direct op een lichte foto (salonwand, blond haar) haalde geen 4.5:1. */
  padding: .3rem .6rem .25rem; border-radius: 999px;
  background: rgba(11,10,10,.78); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.tile__body { position: absolute; left: 1.1rem; right: 1.1rem; bottom: 1.1rem; z-index: 2; display: grid; gap: .25rem; }
/* Lokaal verloop achter het tekstblok: op smalle tegels (≤ 360px-schermen) wordt de subtitel drie regels en
   schuift de titel tot boven het onderverloop, over lichte foto-delen (blond haar). */
.tile__body::before {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  left: -1.1rem; right: -1.1rem; bottom: -1.1rem; top: -2.8rem;
  background: linear-gradient(180deg, rgba(11,10,10,0) 0%, rgba(11,10,10,.5) 40%, rgba(11,10,10,.66) 100%);
}
.tile__title { font-family: var(--font-display); font-size: clamp(1.6rem, 2.6vw, 2.2rem); font-weight: 500; line-height: 1.05; }
.tile__sub {
  font-size: .82rem; color: rgba(246,241,236,.92);
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height .6s var(--ease), opacity .6s var(--ease), transform .6s var(--ease);
  transform: translateY(6px);
}
.tile__link:hover .tile__sub, .tile__link:focus-visible .tile__sub { max-height: 4rem; opacity: 1; transform: none; }
/* Touch-apparaten kennen geen hover: daar staat de subtitel altijd open. */
@media (hover: none) { .tile__sub { max-height: 4rem; opacity: 1; transform: none; } }
.tile__arrow {
  position: absolute; right: 0; bottom: 0;
  display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%;
  background: var(--blush); color: var(--black);
  transform: translate(8px, 8px) scale(.6); opacity: 0;
  transition: transform .6s var(--ease), opacity .6s var(--ease);
}
.tile__link:hover .tile__arrow, .tile__link:focus-visible .tile__arrow { transform: none; opacity: 1; }
@media (min-width: 900px) {
  .tiles { grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
  .tile--offset { transform: translateY(3.5rem); }
  .js .tile--offset[data-reveal] { transform: translateY(calc(3.5rem + 28px)); }
  .js .tile--offset[data-reveal].is-visible { transform: translateY(3.5rem); }
  .services { padding-bottom: clamp(7rem, 13vw, 12rem); }
}

/* ---------- Voor / na ---------- */
.beforeafter__grid { display: grid; gap: 3rem; }
.ba {
  position: relative; width: 100%; max-width: 560px; aspect-ratio: 3 / 4;
  overflow: hidden; user-select: none; -webkit-user-select: none; touch-action: pan-y;
  box-shadow: 0 30px 60px rgba(30,27,27,.18);
  cursor: ew-resize;
}
.ba figure, .ba picture, .ba img { position: absolute; inset: 0; width: 100%; height: 100%; }
.ba img { object-fit: cover; pointer-events: none; }
.ba__after { clip-path: inset(0 0 0 var(--pos)); }
.ba__label {
  position: absolute; top: 1rem; z-index: 2;
  font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  padding: .45rem .8rem; border-radius: 999px;
  background: rgba(11,10,10,.6); color: var(--ivory); backdrop-filter: blur(6px);
  width: auto; height: auto; inset: auto;
}
.ba__label--before { top: 1rem; left: 1rem; }
.ba__label--after { top: 1rem; right: 1rem; background: var(--blush); color: var(--black); }
.ba__handle {
  position: absolute; top: 0; bottom: 0; left: var(--pos); width: 2px; z-index: 3;
  background: var(--ivory); transform: translateX(-50%);
  pointer-events: none;
}
.ba__grip {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 3rem; height: 3rem; border-radius: 50%;
  background: var(--ivory); color: var(--black);
  display: grid; place-items: center;
  box-shadow: 0 10px 25px rgba(0,0,0,.3);
}
.ba__grip .icon { width: 1.2rem; height: 1.2rem; }
.ba__grip::before, .ba__grip::after { content: ""; position: absolute; top: 50%; width: .5rem; height: 1px; background: var(--black); }
.ba__grip::before { left: .55rem; } .ba__grip::after { right: .55rem; }
.ba__range {
  position: absolute; inset: 0; z-index: 4; width: 100%; height: 100%;
  margin: 0; opacity: 0; cursor: ew-resize; -webkit-appearance: none; appearance: none;
}
.ba__range:focus-visible + .ba__handle, .ba:has(.ba__range:focus-visible) .ba__handle { background: var(--blush); }
@media (min-width: 900px) {
  .beforeafter__grid { grid-template-columns: 1fr 1.1fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
  .ba { justify-self: end; }
}

/* ---------- Bruiden ---------- */
.bridal { overflow: hidden; isolation: isolate; }
.bridal__bg { position: absolute; inset: -12% 0; z-index: 0; will-change: transform; }
.bridal__bg picture, .bridal__bg img { width: 100%; height: 100%; }
.bridal__bg img { object-fit: cover; filter: saturate(.7) brightness(.7); }
.bridal__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,10,10,.88) 0%, rgba(11,10,10,.5) 50%, rgba(11,10,10,.92) 100%); }
.bridal .watermark { z-index: 1; top: 0; left: auto; right: -2vw; }
.bridal__grid { position: relative; z-index: 2; display: grid; gap: 3.5rem; }
.steps { display: grid; gap: 1.4rem; margin: 2rem 0 2.4rem; padding-top: 1.8rem; border-top: 1px solid var(--line-dark); }
.steps__item { display: grid; grid-template-columns: 2.6rem 1fr; gap: .6rem; }
.steps__num { font-family: var(--font-display); font-style: italic; font-size: 1.5rem; color: var(--blush); line-height: 1.2; }
.steps__item strong { display: block; font-family: var(--font-display); font-size: 1.45rem; font-weight: 500; line-height: 1.2; margin-bottom: .2rem; }
.steps__item p { font-size: .95rem; }
.bridal__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; }
.bridal__media { position: relative; min-height: 22rem; }
.bridal__img { position: absolute; overflow: hidden; will-change: transform; }
.bridal__img img { width: 100%; height: 100%; object-fit: cover; }
.bridal__img--a { left: 0; top: 0; width: 62%; aspect-ratio: 3 / 4; }
.bridal__img--b { right: 0; bottom: -6%; width: 46%; aspect-ratio: 3 / 4; outline: 1px solid rgba(248,201,203,.4); outline-offset: 10px; }
@media (min-width: 900px) {
  .bridal__grid { grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
  .bridal__media { min-height: 40rem; }
  .bridal__img--a { width: 64%; }
  .bridal__img--b { width: 44%; bottom: 0; }
}

/* ---------- Reviews ---------- */
.quotes { display: grid; gap: 1rem; }
.quote {
  position: relative; padding: 2.4rem 1.8rem 1.8rem;
  background: var(--ivory-2); border: 1px solid var(--line);
  display: grid; gap: 1.2rem; align-content: start;
  transition: transform .6s var(--ease), box-shadow .6s var(--ease);
}
.quote:hover { transform: translateY(-4px); box-shadow: 0 24px 50px rgba(30,27,27,.1); }
.quote__mark { position: absolute; top: .4rem; left: 1.2rem; font-family: var(--font-display); font-size: 5rem; line-height: 1; color: var(--blush-2); }
.quote__text { font-family: var(--font-display); font-size: 1.35rem; line-height: 1.35; position: relative; }
.quote__meta { display: grid; gap: .4rem; font-size: .82rem; color: var(--muted); }
.quote__stars { display: flex; gap: .15rem; color: var(--rose); }
.quote__stars .icon { width: .95rem; height: .95rem; fill: currentColor; }
cite { font-style: normal; }
@media (min-width: 900px) { .quotes { grid-template-columns: repeat(3, 1fr); gap: 1.4rem; } }

/* ---------- Social grid ---------- */
.socialgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; }
.socialgrid a { position: relative; display: block; overflow: hidden; aspect-ratio: 1; background: var(--ink); }
.socialgrid img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.socialgrid a:hover img { transform: scale(1.08); }
.socialgrid__icon {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(11,10,10,.45); color: var(--ivory); opacity: 0;
  transition: opacity .5s var(--ease);
}
.socialgrid__icon .icon { width: 2rem; height: 2rem; }
.socialgrid a:hover .socialgrid__icon, .socialgrid a:focus-visible .socialgrid__icon { opacity: 1; }
@media (min-width: 700px) { .socialgrid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .socialgrid { grid-template-columns: repeat(6, 1fr); } }

/* ---------- Contact band ---------- */
.contact { overflow: hidden; }
.contact__grid { position: relative; z-index: 1; display: grid; gap: 2.5rem; }
.contact__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.contact__card {
  display: grid; gap: 1.4rem; align-content: start;
  padding: 1.8rem; border: 1px solid var(--line-dark);
  background: rgba(246,241,236,.03); backdrop-filter: blur(4px);
}
.contact__row { display: grid; grid-template-columns: 1.4rem 1fr; gap: .9rem; align-items: start; }
.contact__row .icon, .contact__clock { color: var(--blush); width: 1.3rem; height: 1.3rem; margin-top: .15rem; }
.contact__clock { font-size: 1.15rem; line-height: 1; }
.contact__row strong { display: block; font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; margin-bottom: .2rem; }
.contact__row span { color: rgba(246,241,236,.8); font-size: .95rem; line-height: 1.5; }
@media (min-width: 900px) {
  .contact__grid { grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
}

/* ---------- Contactpagina: locatie (BBD-006) ---------- */

.location__grid { display: grid; gap: 3rem; }
.collage { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.collage__main { grid-column: 1 / -1; }
.collage img { width: 100%; object-fit: cover; }
.collage__main img { aspect-ratio: 4 / 3; }
.collage__small img { aspect-ratio: 3 / 4; }
.collage__main { outline: 1px solid var(--blush-2); outline-offset: 8px; }
.location__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
/* CTA-band zonder kaart (contactpagina): tekst niet over de volle containerbreedte */
.cta-band .contact__text { max-width: 42rem; }

/* ---------- Over-pagina: verhaal, werkwijze, fotostrook (BBD-003) ---------- */
.story__grid { display: grid; gap: 2.5rem; }
.story__media { position: relative; max-width: 26rem; }
.story__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.story__text .usp { margin-bottom: 0; }
@media (min-width: 900px) {
  .story__grid { grid-template-columns: 1.1fr .9fr; align-items: start; gap: clamp(3rem, 7vw, 7rem); }
  .story__media { justify-self: end; position: sticky; top: calc(var(--header-h) + 2rem); }
}

/* Lichte variant van de stappenlijst (bruiden-sectie op de homepage is de donkere) */
.steps--light { border-top-color: var(--line); }
.steps--light .steps__num { color: var(--rose); }
.steps--light .steps__item p { color: #3F3937; }
.method__grid { display: grid; gap: 2.5rem; }
.callout {
  padding: 1.4rem 1.6rem; border-left: 3px solid var(--blush-2); background: var(--ivory);
  display: grid; gap: .6rem; align-content: start;
}
.callout strong { font-family: var(--font-display); font-size: 1.35rem; font-weight: 500; line-height: 1.2; }
.callout p { font-size: .95rem; }
@media (min-width: 900px) {
  .method__grid { grid-template-columns: 1.2fr .8fr; align-items: start; gap: clamp(3rem, 7vw, 7rem); }
  .method__grid .callout { position: sticky; top: calc(var(--header-h) + 2rem); }
}

/* Fotostrook: horizontaal scrollen op mobiel, vier kolommen op desktop */
.strip {
  display: grid; grid-auto-flow: column; grid-auto-columns: 72%; gap: .9rem;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); -webkit-overflow-scrolling: touch;
  padding-bottom: .6rem; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter);
  scrollbar-width: thin;
}
.strip figure { scroll-snap-align: start; }
.strip img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.strip figcaption { margin-top: .7rem; font-size: .85rem; color: #3F3937; }
@media (min-width: 600px) { .strip { grid-auto-columns: 44%; } }
@media (min-width: 900px) {
  .strip { grid-auto-flow: row; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; overflow: visible; margin-inline: 0; padding-inline: 0; padding-bottom: 0; }
  .strip figure:nth-child(even) { margin-top: 2.5rem; } /* geen transform: de reveal zet transform terug op none */
  .strip-section { padding-bottom: clamp(6rem, 11vw, 10rem); }
}

/* ---------- Bruiden: prijzen, formulier, bevestiging (BBD-005) ---------- */
.prices { display: grid; max-width: 40rem; }
.prices li { display: flex; align-items: baseline; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.prices li:first-child { border-top: 1px solid var(--line); }
.prices__name { flex: 1; font-weight: 500; }
.prices__name small { display: block; font-weight: 400; font-size: .85rem; color: #5E5653; margin-top: .15rem; }
.prices__amount { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; white-space: nowrap; }
.prices__note { margin-top: 1.2rem; font-size: .9rem; max-width: 40rem; }

.form { display: grid; gap: 2.4rem; max-width: 46rem; }
.form[hidden] { display: none; }
.form fieldset { border: 0; padding: 0; margin: 0; min-width: 0; display: grid; gap: 1.1rem; }
.form legend { font-family: var(--font-display); font-size: 1.7rem; font-weight: 500; line-height: 1.15; padding: 0; margin-bottom: 1rem; }
.form__row { display: grid; gap: 1.1rem; }
.field { display: grid; gap: .4rem; align-content: start; }
.field__label { font-weight: 600; font-size: .95rem; }
.field__label small { font-weight: 400; color: #5E5653; }
.field__hint { font-size: .85rem; color: #5E5653; }
.input {
  width: 100%; min-height: 3rem; padding: .7rem .95rem;
  font: inherit; font-size: 1rem; line-height: 1.4; color: var(--ink); background: var(--ivory);
  border: 1px solid rgba(30,27,27,.3); border-radius: .35rem;
  transition: border-color .2s, box-shadow .2s;
}
.input::placeholder { color: #8f8783; }
textarea.input { min-height: 7rem; resize: vertical; }
select.input { padding-right: 2.4rem; }
.input:focus-visible { outline: 2px solid var(--rose); outline-offset: 2px; border-color: var(--rose); }
.field.is-invalid .input { border-color: var(--rose); box-shadow: inset 0 0 0 1px var(--rose); }
.field__error { display: none; font-size: .88rem; color: var(--rose); font-weight: 500; }
.field.is-invalid .field__error { display: block; }
.choice-list { display: grid; gap: .5rem; }
.choice { display: flex; align-items: flex-start; gap: .75rem; padding: .45rem 0; min-height: 2.75rem; cursor: pointer; }
.choice input { width: 1.5rem; height: 1.5rem; margin: 0; accent-color: var(--rose); flex: none; cursor: pointer; }
.choice span small { display: block; font-size: .85rem; color: #5E5653; }
.form__consent { padding-top: 1rem; border-top: 1px solid var(--line); }
.form__consent a { text-decoration: underline; text-underline-offset: .15em; }
.form__actions { display: grid; gap: .9rem; justify-items: start; }
.form__note { font-size: .9rem; }
.form__nojs { display: none; padding: 1rem 1.2rem; border-left: 3px solid var(--blush-2); background: var(--ivory); }
.no-js .form__nojs { display: block; }
.no-js .form__actions .btn { display: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-success { display: none; max-width: 42rem; padding: 2.2rem 1.8rem; background: var(--ivory); border: 1px solid var(--line); border-left: 3px solid var(--blush-2); }
.form-success.is-visible { display: grid; gap: 1.1rem; }
.form-success h3 { font-family: var(--font-display); font-size: clamp(1.9rem, 4.5vw, 2.6rem); font-weight: 500; line-height: 1.1; outline: none; }
.form-success ol { display: grid; gap: .5rem; padding-left: 1.3rem; list-style: decimal; }
.form-success .link-arrow { justify-self: start; }
@media (min-width: 700px) { .form__row--2 { grid-template-columns: 1fr 1fr; } }
@media (prefers-reduced-motion: no-preference) { .form-success.is-visible { animation: fadein .5s var(--ease); } }
@keyframes fadein { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ---------- Privacy: tekstpagina en cookiemelding (BBD-007) ---------- */
.page-hero--text .page-hero__grid { grid-template-columns: 1fr; }
.page-hero--text .page-hero__text { max-width: 44rem; }
.page-hero__meta { font-size: .88rem; color: #5E5653; }
.prose { max-width: 42rem; display: grid; gap: 1rem; }
.prose h2 { font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.1rem); font-weight: 500; line-height: 1.15; margin-top: 1.6rem; }
.prose h2:first-child { margin-top: 0; }
.prose ul { list-style: disc; padding-left: 1.3rem; display: grid; gap: .45rem; }
.prose ul li::marker { color: var(--rose); }
.prose dl { display: grid; grid-template-columns: max-content 1fr; gap: .35rem 1.2rem; padding: 1.2rem 1.4rem; background: var(--ivory-2); border: 1px solid var(--line); }
.prose dt { font-weight: 600; }
.prose dd { margin: 0; }
.prose a { text-decoration: underline; text-underline-offset: .15em; }
.prose .btn { justify-self: start; margin-top: .4rem; }
@media (max-width: 480px) { .prose dl { grid-template-columns: 1fr; gap: .1rem .8rem; } .prose dd { margin-bottom: .5rem; } }

.consent {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  padding: 0 var(--gutter) calc(1rem + env(safe-area-inset-bottom, 0px));
  transform: translateY(110%); visibility: hidden;
  transition: transform .5s var(--ease), visibility 0s linear .5s;
}
.consent.is-open { transform: none; visibility: visible; transition: transform .5s var(--ease), visibility 0s; }
.consent__inner {
  max-width: 44rem; margin-inline: auto; padding: 1.3rem 1.4rem;
  background: var(--ivory); color: var(--ink); border: 1px solid var(--line);
  box-shadow: 0 20px 50px rgba(30,27,27,.18);
  display: grid; gap: .8rem;
}
.consent__title { font-family: var(--font-display); font-size: 1.35rem; font-weight: 500; line-height: 1.2; }
.consent__text { font-size: .92rem; color: #3F3937; }
.consent__text a { text-decoration: underline; text-underline-offset: .15em; }
.consent__actions { display: flex; flex-wrap: wrap; gap: .7rem; }
@media (prefers-reduced-motion: reduce) { .consent { transition: none; } }

/* ---------- Portfolio: overzicht, sliderraster, galerij (BBD-004) ---------- */
.cats { display: grid; gap: 2.2rem; }
.cat { display: grid; gap: .9rem; align-content: start; }
.cat__media { position: relative; overflow: hidden; background: var(--ink); isolation: isolate; }
.cat__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 1.2s var(--ease); }
.cat:hover .cat__media img { transform: scale(1.05); }
.cat h2 { font-family: var(--font-display); font-size: clamp(1.9rem, 3.2vw, 2.5rem); font-weight: 500; line-height: 1.1; }
.cat h2 a { text-decoration: none; }
.cat h2 a:hover { color: var(--rose); }
.cat .link-arrow { justify-self: start; }
@media (min-width: 700px) {
  .cats { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
  .cat:nth-child(even) { margin-top: 3.5rem; }
}
@media (min-width: 1100px) { .cats { gap: 3rem 4rem; } }

.ba-grid { display: grid; gap: 2.2rem; }
.ba-item { display: grid; gap: .8rem; }
.ba-item .ba { max-width: none; }
.ba-item figcaption { font-size: .92rem; color: #3F3937; }
@media (min-width: 700px) { .ba-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .ba-grid--3 { grid-template-columns: repeat(3, 1fr); } }

.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.gallery figure { overflow: hidden; background: var(--ink); }
.gallery img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
@media (min-width: 700px) { .gallery { grid-template-columns: repeat(3, 1fr); gap: 1.2rem; } }
@media (min-width: 1100px) { .gallery { grid-template-columns: repeat(4, 1fr); } }

.tiles--3 { grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.tiles--3 .tile__title { font-size: clamp(1.05rem, 2.2vw, 1.8rem); }
.tiles--3 .tile__sub { display: none; }
@media (min-width: 900px) { .tiles--3 { gap: 1.2rem; } .tiles--3 .tile--offset { transform: none; } .js .tiles--3 .tile--offset[data-reveal] { transform: translateY(28px); } .js .tiles--3 .tile--offset[data-reveal].is-visible { transform: none; } }
@media (min-width: 900px) {
  .location__grid { grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
}

/* ---------- Footer ---------- */
.site-footer { background: var(--black); color: var(--ivory); border-top: 1px solid var(--line-dark); padding-top: clamp(3rem, 6vw, 5rem); }
.site-footer__grid { display: grid; gap: 2.5rem; padding-bottom: 3rem; }
.site-footer__brand { display: grid; gap: 1.2rem; max-width: 26rem; }
.site-footer__brand img { width: 64px; height: 64px; border-radius: 50%; }
.site-footer__brand p { color: rgba(246,241,236,.72); font-size: .92rem; }
.site-footer__title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; margin-bottom: .9rem; color: var(--blush); }
.site-footer ul { display: grid; gap: .5rem; font-size: .92rem; }
.site-footer a { text-decoration: none; color: rgba(246,241,236,.85); transition: color .3s; }
.site-footer a:hover { color: var(--blush); }
.social-links a { display: inline-flex; align-items: center; gap: .55rem; }
.site-footer__bottom {
  display: grid; gap: .6rem; padding-block: 1.4rem 2rem;
  border-top: 1px solid var(--line-dark);
  font-size: .78rem; color: rgba(246,241,236,.55);
}
@media (min-width: 900px) {
  .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 3rem; }
  .site-footer__bottom { grid-template-columns: 1fr auto; }
}

/* ==========================================================================
   BBD-014: eigen hero per pagina, slank slot
   Varianten naast .page-hero; geen 100svh buiten de homepage.
   ========================================================================== */

/* --- Compacte tekstkop met minder ruimte eronder (kleuring/extensions: slider volgt direct) --- */
.page-hero--tight { padding-bottom: clamp(1.5rem, 3vw, 2.5rem); }

/* --- Voor/na-slider als hero-beeld (kleuring, extensions) --- */
.ba-hero { padding-block: 0 clamp(3rem, 6vw, 5rem); }
.ba-hero .ba { max-width: none; aspect-ratio: 4 / 3; justify-self: stretch; }
.ba-hero figcaption.ba-hero__cap { margin-top: .9rem; font-size: .92rem; color: #3F3937; }
@media (min-width: 900px) { .ba-hero .ba { aspect-ratio: 16 / 9; } }

/* --- Donkere hero met scènewissel (bruiden.html) --- */
.hero-dark {
  position: relative; isolation: isolate; overflow: hidden;
  background: var(--black); color: var(--ivory);
  min-height: min(88svh, 56rem);
  display: grid; align-items: end;
  padding: calc(var(--header-h) + 4rem) 0 clamp(2rem, 4vw, 3rem);
}
.hero-dark__bg { position: absolute; inset: 0; z-index: 0; }
.hero-dark__bg figure { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s var(--ease); }
.hero-dark__bg figure.is-active { opacity: 1; }
.hero-dark__bg picture, .hero-dark__bg img { width: 100%; height: 100%; }
.hero-dark__bg img { object-fit: cover; filter: saturate(.75) brightness(.72); }
.hero-dark__bg::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(11,10,10,.55) 0%, rgba(11,10,10,.15) 40%, rgba(11,10,10,.82) 100%);
}
.hero-dark__inner { position: relative; z-index: 2; display: grid; gap: 1.5rem; justify-items: center; text-align: center; }
.hero-dark .h1 { color: var(--ivory); max-width: 16ch; margin-bottom: .4rem; }
.hero-dark .h1 em { color: var(--blush); }
.hero-dark .lead { color: rgba(246,241,236,.85); max-width: 36rem; margin-bottom: .6rem; }
.hero-tabs {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem;
  width: 100%; max-width: 52rem; margin-top: clamp(1.5rem, 4vw, 3rem);
  border-top: 1px solid var(--line-dark); padding-top: .6rem;
}
.hero-tabs__btn {
  appearance: none; background: none; border: 0; padding: .7rem .2rem; margin: 0;
  display: grid; gap: .2rem; justify-items: start; text-align: left; cursor: pointer;
  color: rgba(246,241,236,.62); font: inherit; min-height: 44px;
  border-top: 1px solid transparent; transition: color .3s, border-color .3s;
}
.hero-tabs__num { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; }
.hero-tabs__label { font-family: var(--font-display); font-size: clamp(1.05rem, 2.2vw, 1.5rem); font-weight: 500; line-height: 1.15; }
.hero-tabs__btn:hover, .hero-tabs__btn:focus-visible, .hero-tabs__btn[aria-pressed="true"] { color: var(--ivory); border-top-color: var(--blush); }
.hero-tabs__btn[aria-pressed="true"] .hero-tabs__num { color: var(--blush); }
.hero-tabs__btn:focus-visible { outline: 2px solid var(--blush); outline-offset: 4px; }

/* --- Waaier van staande foto's (portfolio-fotoshoots.html) --- */
.hero-fan {
  position: relative; overflow: hidden;
  background: var(--black); color: var(--ivory);
  padding: calc(var(--header-h) + 3rem) 0 clamp(3rem, 7vw, 5rem);
}
.hero-fan__grid { display: grid; gap: 3rem; align-items: center; }
.hero-fan .h1 { color: var(--ivory); }
.hero-fan .h1 em { color: var(--blush); }
.hero-fan .lead { color: rgba(246,241,236,.85); max-width: 32rem; margin-bottom: 1.8rem; }
.hero-fan__stack { position: relative; aspect-ratio: 5 / 4; }
.hero-fan__card { position: absolute; width: 44%; aspect-ratio: 3 / 4; }
.hero-fan__card picture { display: block; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,.45); background: var(--ink); }
.hero-fan__card img { width: 100%; height: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
/* De rotatie staat op <picture>, niet op de kaart: data-parallax zet een inline transform op de kaart zelf. */
.hero-fan__card:nth-child(1) { left: 0;   top: 22%; z-index: 1; } .hero-fan__card:nth-child(1) picture { transform: rotate(-9deg); }
.hero-fan__card:nth-child(2) { left: 20%; top: 8%;  z-index: 2; } .hero-fan__card:nth-child(2) picture { transform: rotate(-3deg); }
.hero-fan__card:nth-child(3) { left: 40%; top: 0;   z-index: 3; } .hero-fan__card:nth-child(3) picture { transform: rotate(3deg); }
.hero-fan__card:nth-child(4) { left: 56%; top: 14%; z-index: 4; } .hero-fan__card:nth-child(4) picture { transform: rotate(8deg); outline: 1px solid rgba(248,201,203,.45); outline-offset: 8px; }
@media (min-width: 900px) {
  .hero-fan__grid { grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 7rem); }
  .hero-fan__stack { aspect-ratio: 4 / 3; }
}

/* --- Verticaal foto-accordion (portfolio-bruiden.html) --- */
.hero-acc { padding: calc(var(--header-h) + 3rem) 0 clamp(3rem, 7vw, 5rem); background: var(--ivory); color: var(--ink); }
.hero-acc__head { display: grid; gap: .2rem; max-width: 44rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.hero-acc__head .lead { color: #3F3937; margin-bottom: 1.4rem; }
.acc { display: flex; flex-direction: column; gap: .5rem; height: 36rem; }
.acc__panel {
  appearance: none; border: 0; padding: 0; margin: 0; font: inherit; color: var(--ivory); text-align: left;
  position: relative; flex: 1 1 0; min-height: 0; min-width: 0; overflow: hidden; cursor: pointer;
  background: var(--ink); isolation: isolate;
  transition: flex-grow .9s var(--ease);
}
.acc__panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.acc__panel::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(11,10,10,0) 45%, rgba(11,10,10,.75) 100%); }
.acc__num {
  position: absolute; top: .9rem; left: .9rem; z-index: 2;
  font-family: var(--font-display); font-style: italic; font-size: .95rem;
  width: 2.1rem; height: 2.1rem; border-radius: 50%; display: grid; place-items: center;
  background: rgba(11,10,10,.55); color: var(--blush); backdrop-filter: blur(6px);
}
.acc__body { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; z-index: 2; display: grid; gap: .2rem; opacity: 0; transform: translateY(10px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.acc__title { font-family: var(--font-display); font-size: clamp(1.35rem, 2.4vw, 1.9rem); font-weight: 500; line-height: 1.1; }
.acc__sub { font-size: .88rem; color: rgba(246,241,236,.8); }
.acc__panel.is-active, .acc__panel:hover, .acc__panel:focus-visible { flex-grow: 3; }
/* Bij hover of zichtbare focus op een ánder paneel krimpt het actieve paneel, zodat er nooit twee open staan.
   Met :has() op een paneel, niet op de container: een tik geeft focus zonder focus-visible en mag het actieve paneel niet sluiten. */
.acc:has(.acc__panel:hover) .acc__panel.is-active:not(:hover), .acc:has(.acc__panel:focus-visible) .acc__panel.is-active:not(:focus-visible) { flex-grow: 1; }
.acc__panel.is-active .acc__body, .acc__panel:hover .acc__body, .acc__panel:focus-visible .acc__body { opacity: 1; transform: none; }
.acc:has(.acc__panel:hover) .acc__panel.is-active:not(:hover) .acc__body, .acc:has(.acc__panel:focus-visible) .acc__panel.is-active:not(:focus-visible) .acc__body { opacity: 0; transform: translateY(10px); }
.acc__panel:hover img, .acc__panel:focus-visible img, .acc__panel.is-active img { transform: scale(1.04); }
.acc__panel:focus-visible { outline: 2px solid var(--rose); outline-offset: 3px; }
.hero-acc__foot { display: flex; flex-wrap: wrap; gap: .8rem 1.6rem; align-items: center; margin-top: 1.4rem; }
@media (min-width: 700px) {
  .acc { flex-direction: row; height: clamp(24rem, 62vh, 38rem); }
  .acc__panel.is-active, .acc__panel:hover, .acc__panel:focus-visible { flex-grow: 3.2; }
}

/* --- Alleen een zin boven de categorieën (portfolio.html) --- */
.hero-quote { padding: calc(var(--header-h) + 3rem) 0 0; background: var(--ivory); color: var(--ink); text-align: center; }
.hero-quote .eyebrow { margin-bottom: 1.4rem; }
.hero-quote .h1 { max-width: 21ch; margin: 0 auto; font-size: clamp(2.4rem, 6.5vw, 4.6rem); }
.hero-quote + .section { padding-top: clamp(3rem, 6vw, 4.5rem); }

/* --- Typografische hero: kop over het portret (over.html) --- */
.hero-type { padding: calc(var(--header-h) + 3rem) 0 clamp(3rem, 7vw, 5rem); background: var(--ivory); color: var(--ink); overflow: hidden; }
.hero-type__grid { display: grid; gap: 1.6rem; }
.hero-type .h1 { position: relative; z-index: 2; font-size: clamp(3rem, 9.5vw, 7rem); margin-bottom: 0; }
.hero-type__media { position: relative; z-index: 1; }
.hero-type__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.hero-type__text { display: grid; gap: 0; align-content: start; }
.hero-type__text .lead { color: #3F3937; max-width: 32rem; margin-bottom: 1.8rem; }
@media (min-width: 900px) {
  .hero-type__grid { grid-template-columns: 1.15fr .85fr; column-gap: clamp(2rem, 5vw, 4rem); row-gap: 0; align-items: start; }
  /* Expliciete rijen: de kop spant beide kolommen en loopt over het portret in kolom 2 heen. */
  .hero-type .eyebrow { grid-column: 1; grid-row: 1; align-self: end; }
  .hero-type .h1 { grid-column: 1 / -1; grid-row: 2; padding-right: 12%; }
  .hero-type__text { grid-column: 1; grid-row: 3; padding-top: 1.6rem; }
  .hero-type__media { grid-column: 2; grid-row: 1 / 4; max-width: 26rem; justify-self: end; align-self: start; margin-top: -1rem; }
  .hero-type .h1 em { text-shadow: 0 0 18px rgba(246,241,236,.9); }
}

/* --- Slank slot: één regel met links (categoriepagina's) --- */
.more { padding-block: 0 clamp(3rem, 6vw, 5rem); }
.more-links { display: flex; flex-wrap: wrap; align-items: baseline; gap: .8rem 1.8rem; padding: 1.4rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.more-links__label { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: var(--rose); margin-right: auto; }
.more-links .link-arrow { padding-block: .55rem; } /* tapdoel minimaal 44px */

/* --- Routeblok (contact.html) --- */
.route { display: grid; margin: 1.8rem 0 2rem; }
.route li { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line); }
.route li:first-child { border-top: 1px solid var(--line); }
.route__from { font-weight: 500; }
.route__time { font-family: var(--font-display); font-style: italic; font-size: 1.15rem; color: var(--rose); text-align: right; }

/* --- Twee resterende voor/na-paren naast elkaar (kleuring, extensions) --- */
@media (min-width: 700px) { .ba-grid--2 { grid-template-columns: repeat(2, 1fr); } }

/* --- Contact: hero met drie contactregels en portret, daaronder één praktische regel --- */
.contact-hero { background: var(--ivory); color: var(--ink); padding: calc(var(--header-h) + 3rem) 0 clamp(3rem, 7vw, 5rem); }
.contact-hero__grid { display: grid; gap: 2.5rem; align-items: start; }
.contact-hero .lead { color: #3F3937; max-width: 32rem; margin-bottom: 1.8rem; }
.contact-rows { display: grid; border-top: 1px solid var(--line); }
.contact-row {
  display: grid; grid-template-columns: 2rem 1fr auto; gap: 1rem; align-items: center;
  padding: 1.1rem 0; border-bottom: 1px solid var(--line);
  color: var(--ink); text-decoration: none; transition: padding-left .4s var(--ease);
}
.contact-row:hover, .contact-row:focus-visible { padding-left: .5rem; }
.contact-row__icon { width: 1.5rem; height: 1.5rem; color: var(--rose); }
.contact-row__body { display: grid; gap: .15rem; min-width: 0; }
.contact-row__label { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: var(--rose); }
.contact-row__value { font-family: var(--font-display); font-size: clamp(1.45rem, 2.6vw, 2.1rem); font-weight: 500; line-height: 1.1; overflow-wrap: anywhere; }
.contact-row__hint { font-size: .88rem; color: #5E5653; }
.contact-row__arrow { width: 1.3rem; height: 1.3rem; transition: transform .45s var(--ease); }
.contact-row:hover .contact-row__arrow, .contact-row:focus-visible .contact-row__arrow { transform: translateX(5px); color: var(--rose); }
.contact-hero__media { overflow: hidden; background: var(--ink); }
.contact-hero__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
@media (min-width: 900px) {
  .contact-hero { padding-top: calc(var(--header-h) + 4rem); }
  .contact-hero__grid { grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 7vw, 7rem); }
  .contact-hero__media { max-width: 30rem; justify-self: end; }
}
.practical { padding-block: clamp(2.5rem, 5vw, 3.5rem); }
.practical__grid { display: grid; gap: 1.6rem 2.5rem; }
.practical__item { display: grid; gap: .4rem; align-content: start; justify-items: start; font-size: .95rem; line-height: 1.5; }
.practical__item p { color: #3F3937; }
.practical__label { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: var(--rose); }
.practical__item address { font-style: normal; }
.practical__item a { color: var(--ink); text-decoration: none; font-weight: 500; display: inline-flex; align-items: center; min-height: 44px; }
.practical__item a:not(.link-arrow) { text-decoration: underline; text-underline-offset: .18em; text-decoration-color: rgba(30,27,27,.35); }
.practical__item a:hover { color: var(--rose); }
.practical__links { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; }
.practical__links a { display: inline-flex; align-items: center; gap: .45rem; }
@media (min-width: 700px) { .practical__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .practical__grid { grid-template-columns: 1.2fr 1fr 1fr 1fr; } }

/* --- Bruidsaanvraag: aside + formulierkaart, genummerde stappen, onderlijn-velden, pills --- */
.form-layout { display: grid; gap: 2.5rem; align-items: start; }
.form-aside { display: grid; gap: 1.4rem; }
.form-aside__img { overflow: hidden; background: var(--ink); max-width: 22rem; }
.form-aside__img img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.form-aside__title { font-family: var(--font-display); font-size: clamp(1.5rem, 2.4vw, 1.9rem); font-weight: 500; line-height: 1.15; }
.form-aside__title em { font-style: italic; font-weight: 400; color: var(--rose); }
.form-aside .btn { justify-self: start; }
.form-aside .usp { margin: .2rem 0 .6rem; }
.form-aside .usp li { font-weight: 500; }
.form-card { background: var(--ivory); border: 1px solid var(--line); border-top: 3px solid var(--blush); padding: clamp(1.4rem, 4vw, 3rem); }
.form-card .form { max-width: none; gap: 2.8rem; }
.form-card .form fieldset { padding-top: 1.6rem; border-top: 1px solid var(--line); }
.form-card .form fieldset:first-of-type { padding-top: 0; border-top: 0; }
.form-card .form legend { display: flex; align-items: baseline; gap: .8rem; float: left; width: 100%; margin-bottom: 1.4rem; }
.form-card .form legend + * { clear: both; }
.form__num { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: 1.05rem; color: var(--rose); }
.form-card .field__label { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--ink); }
.form-card .field__label small { text-transform: none; letter-spacing: 0; font-size: .8rem; font-weight: 400; }
.form-card .input { background: transparent; border: 0; border-bottom: 1px solid rgba(30,27,27,.35); border-radius: 0; padding: .55rem 0; min-height: 2.8rem; transition: border-color .25s, box-shadow .25s; }
.form-card .input:hover { border-bottom-color: rgba(30,27,27,.6); }
.form-card .input:focus-visible { outline: none; border-bottom-color: var(--rose); box-shadow: 0 1px 0 0 var(--rose); }
.form-card textarea.input { border: 1px solid rgba(30,27,27,.25); padding: .8rem .9rem; margin-top: .2rem; }
.form-card textarea.input:focus-visible { border-color: var(--rose); box-shadow: inset 0 0 0 1px var(--rose); }
.form-card select.input { padding-right: 1.6rem; }
.form-card .field.is-invalid .input { border-bottom-color: var(--rose); box-shadow: 0 1px 0 0 var(--rose); }
.form-card .field.is-invalid textarea.input { border-color: var(--rose); box-shadow: inset 0 0 0 1px var(--rose); }
/* Pills: de input blijft bestaan (en bedienbaar), alleen visueel verborgen; de staat komt via :has() op het label. */
.choice-list--pills { display: flex; flex-wrap: wrap; gap: .6rem; }
.choice--pill { position: relative; display: inline-flex; align-items: center; gap: .55rem; min-height: 44px; padding: .55rem 1.1rem .55rem .95rem; border: 1px solid rgba(30,27,27,.3); border-radius: 999px; background: transparent; font-weight: 500; transition: background .25s, border-color .25s, color .25s; }
.choice--pill input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.choice--pill::before { content: ""; width: .95rem; height: .95rem; border-radius: 50%; border: 1px solid rgba(30,27,27,.4); flex: none; transition: background .25s, border-color .25s; }
.choice--pill:has(input:checked) { background: var(--blush); border-color: var(--blush); color: var(--black); }
.choice--pill:has(input:checked)::before { background: var(--black); border-color: var(--black); box-shadow: inset 0 0 0 3px var(--blush); }
.choice--pill:has(input:focus-visible) { outline: 2px solid var(--rose); outline-offset: 3px; }
.choice--pill:hover { border-color: var(--ink); }
.choice--pill span small { display: block; font-weight: 400; font-size: .78rem; color: #5E5653; }
.choice--pill:has(input:checked) span small { color: rgba(11,10,10,.7); }
/* Segment: twee radio's als één schakelaar */
.choice-list--seg { display: inline-grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(30,27,27,.3); border-radius: 999px; overflow: hidden; }
.choice--seg { position: relative; display: flex; align-items: center; justify-content: center; min-height: 44px; padding: .5rem 1.1rem; font-weight: 500; text-align: center; transition: background .25s, color .25s; }
.choice--seg input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.choice--seg:has(input:checked) { background: var(--black); color: var(--ivory); }
.choice--seg:has(input:focus-visible) { outline: 2px solid var(--rose); outline-offset: -3px; }
.form-card .form__consent { border-top: 1px solid var(--line); }
.form-card .form__actions { padding-top: .4rem; }
@media (min-width: 900px) {
  .form-layout { grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 5vw, 5rem); }
  .form-aside { position: sticky; top: calc(var(--header-h) + 2rem); }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; transition-delay: 0s !important;
  }
  .hero__img--main, .js [data-reveal="clip"] > picture { clip-path: none !important; }
  .hero__img img, .js [data-reveal="clip"] img { transform: none !important; }
  .line__in, .js [data-reveal] { transform: none !important; opacity: 1 !important; }
  .hero__actions { opacity: 1 !important; transform: none !important; }
  .hero__grain { display: none; }
}
