:root{
    /* Kleuren */
    --cream: #f0ede4;
    --cream-deep: #e8e3d6;
    --ink: #1a1a1a;
    --mute: #8a8070;
    --line: #d8d3c7;
    --warm: #a09a8f;
    --accent: #a09a8f;
    --blue-soft: #b4d5f1;

    /* Spacing tokens — één enkele schaal */
    --space-2xs: 8px;
    --space-xs: 16px;
    --space-sm: 32px;
    --space-md: 64px;
    --space-lg: 96px;
    --space-xl: 128px;
    --space-2xl: 192px;
  }

  *{ box-sizing: border-box; }
  html, body { margin:0; padding:0; }
  html { scroll-behavior: smooth; }

  /* Skip-to-content link — voor toetsenbordgebruikers en screen readers */
  .skip-link {
    position: absolute;
    top: -100px;
    left: 16px;
    z-index: 9999;
    background: var(--ink);
    color: var(--cream);
    padding: 12px 20px;
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    transition: top 0.2s ease;
  }
  .skip-link:focus {
    top: 16px;
    outline: 2px solid var(--cream);
    outline-offset: 2px;
  }
  /* Aanchor offset zodat de sticky nav de section niet afdekt */
  #aanmelden, #over, #ervaringen, #vragen, #contact { scroll-margin-top: 96px; }
  @media (max-width: 768px) {
    #aanmelden, #over, #ervaringen, #vragen, #contact { scroll-margin-top: 72px; }
  }
  body{
    font-family: 'Jost', system-ui, sans-serif;
    font-weight: 300;
    background: var(--cream);
    color: var(--ink);
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
  }

  /* Editorial typografische hiërarchie — dramatischer contrast */
  h1 { font-size: clamp(56px, 8vw, 104px); line-height: 0.95; letter-spacing: -0.025em; }
  h2 { font-size: clamp(40px, 5vw, 64px); line-height: 1.05; letter-spacing: -0.02em; }
  h3 { font-size: clamp(22px, 2vw, 28px); line-height: 1.2; letter-spacing: -0.01em; }
  h4 { font-size: 18px; line-height: 1.3; }
  h1,h2,h3,h4 {
    font-family: 'Fraunces', serif;
    font-weight: 300;
    margin: 0;
    font-variation-settings: "opsz" 144;
  }
  @media (max-width: 768px) {
    h1 { font-size: clamp(40px, 10vw, 60px); }
    h2 { font-size: clamp(32px, 7vw, 44px); }
    h3 { font-size: 22px; }
  }

  button { font-family: inherit; cursor: pointer; border: none; background: none; padding: 0; transition: all 0.25s ease; }
  button:disabled { opacity: 0.5; cursor: not-allowed; }
  a { color: inherit; text-decoration: none; transition: all 0.25s ease; }
  a:hover { opacity: 0.8; }
  img { display: block; max-width: 100%; height: auto; }
  button, a.btn { transition: all 0.25s ease; }

  .container { max-width: 1400px; margin: 0 auto; padding: 0 56px; }
  .container-tight { max-width: 1100px; margin: 0 auto; padding: 0 56px; }
  @media (max-width: 768px) {
    .container { padding: 0 32px; }
    .container-tight { padding: 0 32px; }
  }
  @media (max-width: 480px) {
    .container { padding: 0 20px; }
    .container-tight { padding: 0 20px; }
  }

  /* ===== Nav ===== */
  .nav{
    position: absolute; top: 0; left: 0; right: 0; z-index: 50;
    background: transparent;
    color: var(--cream);
  }
  .nav.scrolled{
    position: fixed;
    background: rgba(240, 237, 228, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: var(--ink);
    border-bottom: 1px solid rgba(216, 211, 199, 0.5);
    animation: slideDown .35s ease;
  }
  @keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }
  .nav.scrolled .nav-cta{ border-color: #b4d5f1; background: #b4d5f1; color: var(--ink); border-radius: 0; }
  .nav.scrolled .nav-cta:hover{ background: #9cc4e8; border-color: #9cc4e8; color: var(--ink); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
  .nav.scrolled .nav-links{ color: var(--ink); }
  .nav.scrolled .nav-links a{ color: var(--ink); }
  .nav.scrolled .nav-links a:hover{ color: var(--mute); }
  .nav-inner{
    display: grid; grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 28px 56px;
    max-width: 1400px; margin: 0 auto;
  }
  @media (max-width: 768px) {
    .nav-inner { padding: 20px 24px; }
  }
  @media (max-width: 480px) {
    .nav-inner { padding: 16px 16px; grid-template-columns: 1fr auto; }
  }
  .logo {
    font-family: 'Fraunces', serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.02em;
    font-style: italic;
    text-align: center;
    line-height: 1.1;
  }
  @media (max-width: 480px) {
    .logo { font-size: 20px; }
  }
  .logo .logo-top {
    font-family: 'Jost', sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 400;
    margin-bottom: 6px;
    opacity: 0.6;
    font-style: normal;
  }
  .logo .logo-main {
    font-family: 'Fraunces', serif;
    font-size: 28px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: -0.02em;
  }
  .logo .logo-rule {
    width: 24px;
    height: 1px;
    background: currentColor;
    margin: 8px auto 0;
    opacity: 0.4;
  }
  .logo .i-heart {
    position: relative;
    font-style: inherit;
    color: var(--ink);
    display: inline-block;
  }
  /* Dek het puntje (tittle) van de italic 'i' af met de achtergrondkleur */
  .logo .i-heart::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -0.34em;
    width: 0.45em;
    height: 0.34em;
    background: var(--cream, #f0ede4);
    transform: translateX(-22%);
    pointer-events: none;
    z-index: 1;
  }
  /* Hartje (SVG via background) op de plek van het puntje */
  .logo .i-heart::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -0.30em;
    width: 0.32em;
    height: 0.28em;
    transform: translateX(-15%);
    background: url("heart.svg") no-repeat center / contain;
    pointer-events: none;
    z-index: 2;
  }
  /* Donkere nav: dek-rechthoek meekleuren */
  .nav.scrolled .logo .i-heart::after,
  footer .logo .i-heart::after { background: var(--cream, #f0ede4); }
  .nav-links {
    display: flex; gap: 56px; justify-content: center;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: #ffffff;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
  }
  .nav-links a { color: #ffffff; }
  .nav.scrolled .nav-links { text-shadow: none; color: var(--ink); }
  .nav.scrolled .nav-links a { color: var(--ink); }
  .nav-links a { transition: opacity .2s; }
  .nav-links a:hover { opacity: 0.6; }
  @media (max-width: 768px) {
    .nav-links { display: flex; gap: 24px; font-size: 11px; }
  }
  @media (max-width: 480px) {
    .nav-links { display: flex; gap: 12px; font-size: 10px; letter-spacing: 0.12em; }
  }
  .nav-end { display: flex; justify-content: flex-end; align-items: center; gap: 56px; }

  @media (max-width: 768px) {
    .nav-end { gap: 16px; }
  }
  .nav-cta{
    padding: 12px 24px;
    border: 1px solid #b4d5f1;
    background: #b4d5f1;
    color: var(--ink);
    border-radius: 0;
    font-size: 12px; font-weight: 400;
    text-transform: uppercase; letter-spacing: 0.18em;
    transition: background .2s, color .2s, border-color .2s;
    display: inline-block;
  }
  .nav-cta:hover { background: #9cc4e8; border-color: #9cc4e8; color: var(--ink); }

  /* ===== Hero ===== */
  .hero{
    position: relative;
    height: 100vh;
    min-height: 720px;
    max-height: 1000px;
    color: var(--cream);
    overflow: hidden;
    display: flex; flex-direction: column;
  }
  .hero-bg{
    position: absolute; inset: 0;
    background: #1a1612;
    z-index: 0;
  }
  .hero-bg .placeholder-label{
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    color: rgba(240,237,228,0.18);
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    text-transform: uppercase; letter-spacing: 0.3em;
    text-align: center;
  }
  .hero-bg img{
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
  .hero-inner{
    position: relative; z-index: 2;
    flex: 1;
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 0 56px 100px;
    max-width: 1400px; width: 100%; margin: 0 auto;
  }
  .hero-meta{
    display: flex; justify-content: space-between; align-items: flex-end;
    gap: 48px; margin-bottom: 48px;
    flex-wrap: wrap;
  }
  .kicker{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: rgba(212, 165, 116, 0.9);
    display: flex; align-items: center; gap: 16px;
  }
  .kicker::before{
    content: '';
    width: 40px; height: 1px; background: currentColor;
  }
  .hero-caption{
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 14px;
    color: rgba(240,237,228,0.8);
    text-align: right;
    max-width: 28ch;
  }
  .hero-title{
    font-size: clamp(56px, 9vw, 156px);
    font-weight: 300;
    line-height: 0.95;
    letter-spacing: -0.025em;
    margin: 0 0 56px;
    max-width: 18ch;
    color: rgba(240, 237, 228, 0.96);
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
  }
  .hero-title em {
    font-style: italic;
    font-weight: 300;
  }
  .hero-bottom{
    display: grid; grid-template-columns: 1.2fr 1fr;
    gap: 80px; align-items: end;
    padding-top: 32px;
    border-top: 1px solid rgba(240,237,228,0.25);
  }
  .hero-lede{
    font-family: 'Fraunces', serif;
    font-size: 22px;
    font-weight: 300;
    max-width: 38ch;
    color: var(--cream);
    margin: 0;
    line-height: 1.5;
  }
  .hero-ctas { display: flex; gap: 40px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
  .btn-line{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    padding: 14px 0;
    border-bottom: 1px solid currentColor;
    display: inline-flex; align-items: center; gap: 12px;
    transition: gap .25s ease, color .25s ease;
    color: var(--cream);
  }
  .btn-line.mute{ color: rgba(240,237,228,0.6); }
  .btn-line:hover { gap: 20px; color: var(--cream); }
  .btn-line .arrow { font-family: 'Fraunces', serif; font-style: italic; }

  .btn-primary{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    padding: 16px 32px;
    background: #b4d5f1;
    color: var(--ink);
    display: inline-flex; align-items: center; gap: 12px;
    border-bottom: none;
    transition: background .25s ease, gap .25s ease, transform .2s ease;
    border-radius: 2px;
  }
  .btn-primary:hover{ background: #9cc4e8; gap: 18px; transform: translateY(-1px); }
  .btn-primary .arrow { font-family: 'Fraunces', serif; font-style: italic; }

  /* Scroll hint */
  .scroll-hint{
    position: absolute;
    bottom: 32px; left: 50%; transform: translateX(-50%);
    z-index: 2;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(240,237,228,0.7);
    display: flex; flex-direction: column; align-items: center; gap: 10px;
  }
  .scroll-hint::after{
    content: '';
    width: 1px; height: 32px;
    background: linear-gradient(to bottom, rgba(240,237,228,0.7), transparent);
    animation: scrollLine 2s ease-in-out infinite;
  }
  @keyframes scrollLine {
    0%, 100% { transform: scaleY(1); opacity: .7; }
    50% { transform: scaleY(0.3); opacity: .3; }
  }

  /* ===== Sections ===== */
  section.block { padding: 80px 0; border-top: 1px solid var(--line); }

  .section-label{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: var(--accent);
    margin-bottom: 32px;
  }

  /* ===== Intro quote ===== */
  .intro-quote {
    text-align: center;
    padding: 110px 0 0;
  }
  @media (max-width: 768px) {
    .intro-quote { padding: 80px 0 0; }
  }
  @media (max-width: 480px) {
    .intro-quote { padding: 56px 0 0; }
  }
  .intro-image{
    margin: 72px 0 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: -1px;
    aspect-ratio: 21 / 9;
    overflow: hidden;
    display: block;
    position: relative;
  }
  @media (max-width: 768px) {
    .intro-image { margin-bottom: -1px; }
  }
  @media (max-width: 480px) {
    .intro-image { margin: 48px 0 0; margin-bottom: -1px; }
  }
  .intro-image img{
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(0.1);
  }
  .intro-image::after{
    display: none;
  }
  .intro-quote-text{
    font-size: clamp(32px, 4.5vw, 64px);
    font-weight: 300;
    line-height: 1.15;
    max-width: 24ch;
    margin: 0 auto 40px;
    font-family: 'Fraunces', serif;
  }
  .intro-quote-text em { font-style: italic; }
  .intro-attribution {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--mute);
  }

  /* ===== About (two column) ===== */
  .about-grid{
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 100px;
    align-items: start;
  }
  .about-grid--single{
    grid-template-columns: 1fr;
    max-width: 780px;
    margin: 0 auto;
    gap: 0;
    text-align: center;
  }
  .about-grid--single .section-label{ justify-content: center; display: block; }
  .about-grid--single .about-body p{ margin-left: auto; margin-right: auto; }
  .about-media{
    aspect-ratio: 3/4;
    background: var(--line);
    position: sticky;
    top: 120px;
    overflow: hidden;
  }
  .about-media img{
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
  }
  .about-media .placeholder{
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    background: repeating-linear-gradient(135deg, #e0dbd0 0 1px, transparent 1px 14px), var(--line);
    color: var(--mute);
    font-family: 'Jost', monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
  .about-media { position: relative; }
  .about-title{
    font-size: clamp(40px, 5vw, 72px);
    margin-bottom: 48px;
    font-weight: 300;
    line-height: 1.1;
  }
  .about-body p {
    font-size: 19px;
    line-height: 1.75;
    color: #3a3a3a;
    margin: 0 0 32px;
    max-width: 58ch;
    font-family: 'Fraunces', serif;
    font-weight: 300;
  }
  .about-signature{
    margin-top: 48px;
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
  }

  /* ===== Editorial photo blocks (single image with caption) ===== */
  .about-photo{
    margin: 0 0 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .about-photo img{
    width: 100%;
    height: clamp(420px, 60vh, 720px);
    object-fit: cover;
    display: block;
  }
  .about-photo figcaption{
    display: none;
  }
  .editorial-photo{
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 48px;
  }
  .editorial-photo img{
    width: 100%;
    height: clamp(360px, 55vh, 620px);
    object-fit: cover;
    display: block;
  }
  .editorial-photo figcaption{
    display: none;
  }
  .editorial-photo--narrow{ max-width: 760px; }
  @media (max-width: 768px){
    .about-photo{ margin-top: 56px; }
    .about-photo img{ height: 60vh; }
    .about-photo figcaption{ padding: 0 24px; font-size: 14px; }
    .editorial-photo{ margin: 56px auto; padding: 0 24px; }
  }

  /* ===== Services (large editorial cards) ===== */
  .services-wrap { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
  .service-row{
    display: grid;
    grid-template-columns: 80px 1fr 1fr;
    gap: 64px;
    padding: 56px 0;
    border-bottom: 1px solid var(--line);
    align-items: start;
    transition: padding .3s ease;
  }
  .service-row:first-of-type { border-top: 1px solid var(--line); }
  .service-row:hover { padding-left: 16px; }
  .service-num{
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 14px;
    color: var(--mute);
    padding-top: 8px;
  }
  .service-title{
    font-size: clamp(32px, 3.5vw, 48px);
    font-weight: 300;
    letter-spacing: -0.02em;
  }
  .service-title em { font-style: italic; }
  .service-desc{
    font-size: 16px;
    color: #3a3a3a;
    max-width: 42ch;
    line-height: 1.7;
  }

  /* ===== Journey / Werkwijze ===== */
  .journey-intro { text-align: center; margin-bottom: 72px; }
  .journey-title{
    font-size: clamp(48px, 6vw, 88px);
    font-weight: 300;
    max-width: 16ch;
    margin: 0 auto;
  }
  .journey-title em { font-style: italic; }

  .journey-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
  }
  .journey-step{
    padding: 48px 32px 48px 0;
    border-right: 1px solid var(--line);
    position: relative;
  }
  .journey-step:last-child { border-right: none; }
  .journey-step::before{
    content: attr(data-num);
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 120px;
    font-weight: 300;
    color: var(--line);
    position: absolute;
    top: -20px; left: -12px;
    line-height: 1;
    z-index: 0;
  }
  .journey-step-content { position: relative; z-index: 1; padding-top: 40px; }
  .journey-when{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: var(--mute);
    margin-bottom: 16px;
  }
  .journey-step h4{
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.15;
  }
  .journey-step p{
    font-size: 15px;
    color: #3a3a3a;
    margin: 0;
    line-height: 1.65;
  }

  /* ===== Pricing ===== */
  .pricing-intro {
    display: block;
    text-align: left;
    max-width: 880px;
    margin: 0;
  }
  .pricing-intro > div:first-child {
    margin-bottom: 32px;
  }
  .pricing-title {
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.015em;
    margin: 0;
  }
  .pricing-title em { font-style: italic; }
  .pricing-note {
    font-size: 17px;
    color: var(--ink);
    max-width: 65ch;
    line-height: 1.75;
    margin: 0;
  }
  .pricing-rows{
    border-top: 1px solid var(--line);
  }
  .price-row{
    display: grid;
    grid-template-columns: 1fr 1.5fr 180px 120px;
    gap: 32px;
    padding: 40px 0;
    border-bottom: 1px solid var(--line);
    align-items: center;
  }
  .price-row h4{
    font-size: 28px;
    font-weight: 300;
    line-height: 1.15;
  }
  .price-row h4 em { font-style: italic; }
  .price-row p{
    font-size: 14px;
    color: var(--mute);
    margin: 0;
  }
  .price-value{
    font-family: 'Fraunces', serif;
    font-size: 32px;
    font-weight: 300;
    text-align: right;
  }
  .price-value em { font-style: italic; font-size: 14px; color: var(--mute); }
  .price-cta{
    text-align: right;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--mute);
    transition: color .2s;
  }
  .price-cta:hover { color: var(--ink); }

  /* ===== Testimonials ===== */
  .testimonial-wrap { max-width: 1000px; margin: 0 auto; padding: 0 48px; }
  .testimonial-feature{
    text-align: center;
  }
  .testimonial-feature .quote-mark{
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 120px;
    line-height: 0.5;
    color: var(--line);
    margin-bottom: 24px;
    display: block;
  }
  .testimonial-feature blockquote{
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: clamp(28px, 3.8vw, 56px);
    font-weight: 300;
    line-height: 1.15;
    max-width: 22ch;
    margin: 0 auto 32px;
    letter-spacing: -0.01em;
  }
  .testimonial-feature cite{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.26em;
    color: var(--mute);
    font-style: normal;
  }

  .testimonial-mini-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-top: 80px;
    padding-top: 64px;
    border-top: 1px solid var(--line);
  }
  .mini-quote blockquote{
    font-family: 'Fraunces', serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 0 24px;
  }
  .mini-quote cite{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: var(--mute);
    font-style: normal;
  }

  .reviews-cta-wrap{
    margin-top: 56px;
    text-align: center;
  }
  .reviews-cta{
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 36px;
    background: #b4d5f1;
    border: 1px solid #b4d5f1;
    color: var(--ink);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-weight: 400;
    transition: background .25s ease, border-color .25s ease, transform .2s ease;
    border-radius: 2px;
  }
  .reviews-cta:hover{
    background: #9cc4e8;
    border-color: #9cc4e8;
    color: var(--ink);
    transform: translateY(-1px);
  }
  .reviews-cta-arrow{
    font-family: 'Fraunces', serif;
    font-size: 16px;
    letter-spacing: 0;
    transition: transform .2s;
  }
  .reviews-cta:hover .reviews-cta-arrow{ transform: translateX(4px); }

  /* ===== FAQ ===== */
  .faq-wrap { max-width: 900px; margin: 0 auto; padding: 0 48px; }
  .faq-head { margin-bottom: 48px; }
  .faq-head h2{
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 300;
  }
  .faq-head h2 em { font-style: italic; }
  .faq-item{
    border-top: 1px solid var(--line);
    padding: 24px 0;
  }
  .faq-item:last-child { border-bottom: 1px solid var(--line); }
  .faq-item summary {
    list-style: none;
    cursor: pointer;
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::marker { display: none; content: ''; }
  .faq-q{
    display: flex; justify-content: space-between; align-items: center;
    font-family: 'Fraunces', serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.2;
  }
  .faq-q .mark{
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 22px;
    color: var(--mute);
    transition: transform .3s, color .2s;
    flex-shrink: 0;
    margin-left: 16px;
  }
  .faq-item[open] .faq-q .mark { transform: rotate(45deg); color: var(--ink); }
  .faq-a{
    overflow: hidden;
    padding-top: 16px;
    font-size: 16px;
    color: var(--ink);
    max-width: 62ch;
    line-height: 1.7;
  }
  .faq-a p {
    margin: 0;
  }

  /* ===== Contact ===== */
  .contact-grid{
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 100px;
    align-items: start;
  }
  .contact-left h2{
    font-size: clamp(48px, 6vw, 96px);
    font-weight: 300;
    margin-bottom: 32px;
    line-height: 0.98;
  }
  .contact-left h2 em { font-style: italic; }
  .contact-left .lede{
    font-size: 18px;
    color: #3a3a3a;
    max-width: 36ch;
    margin-bottom: 56px;
    line-height: 1.65;
    font-family: 'Fraunces', serif;
    font-weight: 300;
  }
  .contact-details{
    display: flex; flex-direction: column; gap: 0;
  }
  .contact-item{
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 32px;
    padding: 32px 0;
    border-top: 1px solid var(--line);
    align-items: baseline;
  }
  .contact-item:last-child { border-bottom: 1px solid var(--line); }
  .contact-item .label{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--mute);
  }
  .contact-item .val{
    font-family: 'Fraunces', serif;
    font-size: 20px;
    font-weight: 300;
  }

  .contact-form{
    background: #b4d5f1;
    color: var(--ink);
    padding: 64px 56px;
    border-radius: 2px;
  }
  .contact-form.aanmelden-card{
    padding: 48px;
  }
  .aanmelden-frame{
    margin-top: 24px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
  }
  .aanmelden-frame iframe{
    display: block;
    width: 100%;
    height: 1100px;
    border: 0;
  }
  @media (max-width: 768px){
    .contact-form.aanmelden-card{ padding: 32px 20px; }
    .aanmelden-frame iframe{ height: 1300px; }
  }
  .contact-form h3{
    font-size: 28px;
    color: var(--ink);
    margin-bottom: 8px;
  }
  .contact-form .fp {
    font-size: 14px;
    color: rgba(26,26,26,0.65);
    margin-bottom: 40px;
  }
  .form-row { margin-bottom: 36px; }
  .form-row label{
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: rgba(26,26,26,0.6);
    margin-bottom: 12px;
    font-weight: 500;
  }
  .form-row input, .form-row textarea{
    width: 100%;
    padding: 12px 0;
    background: transparent;
    color: var(--ink);
    border: none;
    border-bottom: 1px solid rgba(26,26,26,0.25);
    font-family: inherit;
    font-size: 15px;
    font-weight: 300;
    transition: border-color .2s;
  }
  .form-row input::placeholder, .form-row textarea::placeholder { color: rgba(26,26,26,0.4); }
  .form-row input:focus, .form-row textarea:focus{
    outline: none;
    border-color: var(--ink);
  }
  .form-row textarea{ min-height: 80px; resize: vertical; }
  .form-submit{
    margin-top: 20px;
    padding: 16px 32px;
    background: var(--ink);
    color: var(--cream);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 400;
    width: 100%;
    cursor: pointer;
    transition: background .2s;
  }
  .form-submit:hover { background: #000; }

  /* ===== Footer ===== */
  footer {
    padding: 80px 0 50px;
    background: #e8e4d8;
    border-top: none;
    margin-top: 140px;
  }
  
  .footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 56px;
  }

  .footer-main {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1.2fr;
    gap: 80px;
    margin-bottom: 56px;
    padding-bottom: 0;
  }

  .footer-brand {
    display: flex;
    flex-direction: column;
  }

  .footer-brand-title {
    font-family: 'Fraunces', serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.015em;
    margin-bottom: 16px;
    line-height: 1.2;
  }

  .footer-brand-title em {
    font-style: italic;
    color: var(--warm);
  }

  .footer-brand-desc {
    font-size: 15px;
    color: var(--mute);
    line-height: 1.7;
    max-width: 50ch;
    font-weight: 300;
    margin: 0 0 32px;
  }

  /* Sociale kanalen */
  .footer-socials {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
  }

  .footer-socials a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: var(--ink);
    text-decoration: none;
    font-weight: 300;
    transition: color 0.25s ease;
    width: fit-content;
  }

  .footer-socials a:hover {
    color: var(--warm);
  }

  .footer-socials svg {
    flex-shrink: 0;
    color: var(--warm);
    transition: color 0.25s ease;
  }

  .footer-socials a:hover svg {
    color: var(--ink);
  }

  .footer-col h4 {
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: var(--warm);
    margin: 0 0 28px;
    font-weight: 400;
  }

  .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .footer-col li {
    margin: 0;
  }

  .footer-col a,
  .footer-col p {
    font-size: 15px;
    color: var(--ink);
    text-decoration: none;
    line-height: 1.6;
    font-weight: 300;
    transition: color 0.25s ease;
    margin: 0;
  }

  .footer-col a:hover {
    color: var(--warm);
  }

  .footer-col p {
    color: var(--mute);
  }

  /* Bereikbaarheid: licht apart gezet met bovenlijntje */
  .footer-availability {
    margin-top: 8px !important;
    padding-top: 16px;
    border-top: 1px solid rgba(160, 154, 143, 0.25);
  }
  .footer-availability p {
    font-size: 13px;
    color: var(--mute);
    line-height: 1.6;
  }

  /* Vertrouwd-badges (geen klikbare links meer) */
  .footer-badges {
    gap: 10px !important;
  }

  .footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--ink);
    font-weight: 300;
    padding: 7px 14px;
    border: 1px solid var(--line);
    border-radius: 100px;
    width: fit-content;
    background: rgba(255, 255, 255, 0.4);
  }

  .footer-badge::before {
    content: '✓';
    font-size: 11px;
    color: var(--warm);
  }

  /* Onderbalk: drie zaken (©, KvK, privacy) */
  .footer-base {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: var(--mute);
    font-weight: 300;
    gap: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(160, 154, 143, 0.25);
    flex-wrap: wrap;
  }

  .footer-base-meta {
    color: var(--mute);
  }

  .footer-base a {
    color: var(--mute);
    text-decoration: none;
    transition: color 0.25s ease;
  }

  .footer-base a:hover {
    color: var(--ink);
  }

  @media (max-width: 980px) {
    .footer-main {
      grid-template-columns: 1fr 1fr;
      gap: 56px 60px;
      margin-bottom: 40px;
      padding-bottom: 0;
    }

    .footer-brand {
      grid-column: 1 / -1;
    }

    .footer-container {
      padding: 0 32px;
    }

    footer {
      padding: 64px 0 40px;
      margin-top: 100px;
    }
  }

  @media (max-width: 480px) {
    .footer-main {
      grid-template-columns: 1fr;
      gap: 40px;
      margin-bottom: 32px;
    }

    .footer-base {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      padding-top: 24px;
    }
  }

  @media (max-width: 480px) {
    .footer-container {
      padding: 0 20px;
    }

    footer {
      padding: 60px 0 30px;
      margin-top: 80px;
    }
  }

  /* Editable */
  .editable-mode [data-edit]{
    outline: 1px dashed transparent;
    outline-offset: 4px;
    cursor: text;
    transition: outline-color .15s;
  }
  .editable-mode [data-edit]:hover { outline-color: var(--ink); }
  [data-edit][contenteditable="true"]{
    outline: 1px solid var(--ink) !important;
    background: rgba(26,26,26,0.04);
  }

  @media (max-width: 980px){
    .container, .container-tight, .services-wrap, .testimonial-wrap, .faq-wrap { padding: 0 32px; }
    .nav-inner { grid-template-columns: 1fr auto; padding: 22px 32px; }
    .nav-links { display: none; }
    .hero-inner { padding: 0 32px 70px; }
    .hero-bottom { grid-template-columns: 1fr; gap: 48px; }
    .hero-ctas { justify-content: flex-start; }
    .hero-meta { gap: 24px; }
    .about-grid, .contact-grid, .pricing-intro, .testimonial-mini-grid, .expect-grid { grid-template-columns: 1fr; gap: 70px; }
    .about-media { position: relative; top: 0; }
    .journey-grid { grid-template-columns: 1fr; }
    .journey-step { border-right: none; border-bottom: 1px solid var(--line); padding: 40px 0; }
    .service-row { grid-template-columns: 40px 1fr; gap: 32px; }
    .service-row .service-desc { grid-column: 2; }
    .price-row { grid-template-columns: 1fr 1fr; gap: 20px; }
    .price-row .price-value, .price-row .price-cta { grid-column: 2; text-align: left; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    section.block { padding: 80px 0; }
    .intro-quote { padding: 80px 0; }
    .subpage-hero { padding: 120px 0 56px; }
    .expect-block { padding: 80px 0; }
    .package-block { padding: 80px 0; }
  }


  /* ─── Teaser cards (homepage → subpages) ─── */
  .teaser-block { padding-top: 0; padding-bottom: 80px; }
  .teaser-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--line);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .teaser-card {
    display: block;
    background: var(--cream);
    padding: 80px 64px;
    transition: background 0.3s ease, transform 0.3s ease;
    position: relative;
  }
  .teaser-card:hover { background: #e8e3d5; transform: translateY(-2px); }
  .teaser-card .section-label { margin-bottom: 40px; }
  .teaser-title {
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 300;
    margin-bottom: 24px;
    max-width: 14ch;
    line-height: 1.05;
  }
  .teaser-body {
    color: var(--mute);
    font-size: 17px;
    margin: 0 0 48px;
    max-width: 38ch;
    line-height: 1.7;
  }
  .teaser-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink);
    border-bottom: 1px solid var(--ink);
    padding-bottom: 4px;
  }
  .teaser-card:hover .teaser-link .arrow { transform: translateX(6px); }
  .teaser-link .arrow { transition: transform 0.3s ease; display: inline-block; }

  /* ─── Subpage headers (Diensten/Werkwijze) ─── */
  .subpage-hero {
    padding: 140px 0 64px;
    border-bottom: 1px solid var(--line);
  }
  .subpage-hero .section-label { margin-bottom: 32px; }
  .subpage-hero h1 {
    font-size: clamp(40px, 6.4vw, 96px);
    font-weight: 300;
    line-height: 1.05;
    max-width: 18ch;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }
  .subpage-hero .lede {
    font-size: clamp(18px, 1.6vw, 22px);
    color: var(--mute);
    max-width: 56ch;
    line-height: 1.65;
    font-weight: 300;
    letter-spacing: -0.005em;
  }

  .subpage-breadcrumb {
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mute);
    margin-bottom: 40px;
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .subpage-breadcrumb a { color: var(--mute); border-bottom: 1px solid transparent; transition: border-color 0.2s; }
  .subpage-breadcrumb a:hover { border-bottom-color: var(--mute); }

  /* ─── Expectations (what to expect during kraamtijd) ─── */
  .expect-block {
    padding: 100px 0;
    border-bottom: 1px solid var(--line);
  }
  /* Alterning subtle achtergrond zodat opeenvolgende blocks visueel ritme krijgen */
  .expect-block:nth-of-type(even) {
    background: var(--cream-deep);
  }
  .expect-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 100px;
    align-items: start;
  }
  .expect-head h2 {
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 32px;
    letter-spacing: -0.015em;
  }
  .expect-head p {
    color: var(--mute);
    font-size: 17px;
    line-height: 1.7;
  }
  .expect-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .expect-item h3 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 16px;
    font-family: 'Fraunces', serif;
    font-style: italic;
    line-height: 1.2;
  }
  .expect-item p {
    color: var(--ink);
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
    max-width: 62ch;
  }
  .expect-item + .expect-item { padding-top: 40px; border-top: 1px solid var(--line); }

  /* ─── Package cards for Diensten ─── */
  .package-block { padding: 100px 0; border-bottom: 1px solid var(--line); }
  .package-intro {
    max-width: 56ch;
    margin-bottom: 56px;
  }
  .package-intro .section-label { margin-bottom: 24px; }
  .package-intro h2 {
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 300;
    margin-bottom: 24px;
  }
  .package-intro p { color: var(--mute); font-size: 18px; }

  .package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
  }
  .package-card {
    background: var(--cream);
    padding: 56px 48px 48px;
    display: flex;
    flex-direction: column;
    min-height: 540px;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  }
  .package-card:hover { background: #ebe8df; transform: translateY(-2px); box-shadow: 0 16px 32px rgba(0,0,0,0.08); }
  .package-num {
    font-family: 'Fraunces', serif;
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 24px;
    font-style: italic;
    color: var(--mute);
  }
  .package-name {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 12px;
    font-family: 'Fraunces', serif;
  }
  .package-tag {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mute);
    margin-bottom: 32px;
  }
  .package-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
  }
  .package-list li {
    font-size: 15px;
    line-height: 1.65;
    padding-left: 20px;
    position: relative;
    color: var(--ink);
  }
  .package-list li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--mute);
  }
  .package-price {
    font-family: 'Fraunces', serif;
    font-size: 22px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
    color: var(--ink);
  }
  .package-price em { font-style: italic; color: var(--mute); font-size: 14px; display: block; margin-top: 4px; }

  @media (max-width: 980px) {
    .teaser-grid { grid-template-columns: 1fr; }
    .teaser-card { padding: 64px 24px; }
    .expect-grid { grid-template-columns: 1fr; gap: 40px; }
    .package-grid { grid-template-columns: 1fr; }
    .subpage-hero { padding: 110px 0 48px; }
    .expect-block { padding: 64px 0; }
    .package-block { padding: 64px 0; }
  }

/* ===========================================
   HAMBURGER + MOBIEL MENU
   =========================================== */

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 110;
  color: inherit;
  align-items: center;
  justify-content: center;
}
.nav-toggle:hover { opacity: 0.7; }
.nav-toggle .bar {
  display: block;
  width: 22px;
  height: 1px;
  background: currentColor;
  margin: 5px 0;
  transition: transform .3s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] .bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] .bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-panel {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--cream);
  z-index: 100;
  flex-direction: column;
  padding: 100px 32px 48px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}
.mobile-panel.open {
  opacity: 1;
  visibility: visible;
}
.mobile-panel a {
  font-family: 'Fraunces', serif;
  font-size: 36px;
  font-weight: 300;
  color: var(--ink);
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  display: block;
  transition: color .25s ease;
  text-decoration: none;
}
.mobile-panel a:hover { color: var(--mute); }
.mobile-panel a.mobile-panel-cta {
  margin-top: auto;
  background: #b4d5f1;
  color: var(--ink);
  text-align: center;
  padding: 20px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  border: none;
}

body.menu-open { overflow: hidden; }

@media (max-width: 980px) {
  .nav-toggle { display: flex; }
  .mobile-panel { display: flex; }
  .nav-end .nav-cta { display: none; }
}

/* ===========================================
   HERO SCRIM — gradient voor leesbaarheid tekst
   Subtiel donker bovenaan (voor kicker) + sterker onderaan (voor titel)
   =========================================== */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.05) 20%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.2) 65%,
    rgba(0, 0, 0, 0.6) 100%
  );
  pointer-events: none;
}

/* ===========================================
   AFSLUITENDE SFEERFOTO (homepage)
   Zit naadloos vast aan de footer
   =========================================== */
.closing-image-block {
  padding: 0;
  margin: 0;
  border-top: none;
  font-size: 0; /* voorkomt onzichtbare witruimte onder inline-element */
  line-height: 0;
}
.closing-image {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  display: block;
}
.closing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
}

/* Wanneer afsluit-foto erboven staat: footer plakt eraan vast */
.closing-image-block + footer {
  margin-top: 0 !important;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .closing-image {
    aspect-ratio: 4 / 3;
  }
  .closing-image-block + footer {
    padding-top: 50px;
  }
}

/* ===========================================
   HOMEPAGE — compactere ritme
   Kleinere padding tussen secties zodat homepage niet "leeg" voelt
   =========================================== */
body.is-home section.block {
  padding: 64px 0;
}

body.is-home .teaser-block {
  padding-top: 0;
  padding-bottom: 64px;
}

body.is-home .closing-image-block {
  padding: 0 !important;
}

@media (max-width: 768px) {
  body.is-home section.block {
    padding: 56px 0;
  }
  body.is-home .closing-image-block {
    padding: 0 !important;
  }
}

/* ===========================================
   HERO KICKER + LINK
   =========================================== */
.hero-kicker {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: rgba(240, 237, 228, 0.95);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 14px;
}
.hero-kicker::before {
  content: '';
  width: 32px;
  height: 1px;
  background: currentColor;
  display: inline-block;
}

.hero-bottom {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 32px;
}

.hero-link {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: rgba(240, 237, 228, 0.92);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(240, 237, 228, 0.4);
  transition: border-color 0.25s ease, color 0.25s ease;
  white-space: nowrap;
  font-weight: 400;
}
.hero-link em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  margin-left: 6px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  vertical-align: middle;
}
.hero-link:hover {
  border-bottom-color: rgba(240, 237, 228, 0.92);
  color: #fff;
}

@media (max-width: 768px) {
  .hero-kicker {
    font-size: 10px;
  }
  .hero-link {
    font-size: 10px;
  }
}

/* ===========================================
   HERO ACTIONS — flexbox voor 'plan' + 'whatsapp'
   =========================================== */
.hero-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-link-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero-link-whatsapp svg {
  flex-shrink: 0;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .hero-actions {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===========================================
   FLOATING WHATSAPP — past bij branding
   Donker ink met dunne lijn, subtiel — geen schreeuwerig groen
   =========================================== */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.18), 0 2px 6px rgba(26, 26, 26, 0.08);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  z-index: 90;
}
.whatsapp-float:hover {
  background: #2a2a2a;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.24), 0 2px 6px rgba(26, 26, 26, 0.08);
}
.whatsapp-float svg {
  display: block;
}

/* Voorkom dat de button over de footer-content valt op grote schermen */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
  }
  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }
}

/* Klein bericht-tooltip dat sublime verschijnt bij hover (alleen desktop) */
@media (min-width: 769px) {
  .whatsapp-float::before {
    content: 'WhatsApp ons';
    position: absolute;
    right: calc(100% + 14px);
    top: 50%;
    transform: translateY(-50%);
    background: var(--ink);
    color: var(--cream);
    padding: 8px 14px;
    border-radius: 4px;
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }
  .whatsapp-float:hover::before {
    opacity: 1;
  }
}

/* ===========================================
   DIENSTEN PAGINA — schoner gestructureerd
   =========================================== */

/* Tarieven sectie */
.diensten-tarieven {
  border-top: none;
  padding: 100px 0;
}

.pricing-rows {
  border-top: 1px solid var(--line);
  margin-top: 72px;
}

.pricing-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.pricing-row:last-child {
  border-bottom: none;
}

.pricing-row h4 {
  font-family: 'Fraunces', serif;
  font-size: 26px;
  font-weight: 300;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.pricing-row p {
  margin: 0;
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.75;
  color: #3a3a3a;
  max-width: 54ch;
}

.pricing-row p strong {
  font-weight: 400;
  color: var(--ink);
}

.pricing-note strong {
  font-weight: 400;
  color: var(--ink);
}

/* Volledig brede sfeerfoto */
.full-figure {
  margin: 0;
  padding: 0;
  width: 100%;
}
.full-figure img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 70vh;
  object-fit: cover;
  object-position: center 35%;
}

/* Per-foto centering voor full-figure foto's (werkwijze/diensten/aanmelden) */
.full-figure img[src*="baby-slapend"] { object-position: 50% 35%; }       /* slapende baby — gezicht boven */
.full-figure img[src*="photo-bad-calendula"] { object-position: 50% 45%; }    /* baby in badje midden */
.full-figure img[src*="photo-baby-op-schoot"] { object-position: 55% 50%; } /* baby rechts van midden */

/* Nazorg sectie - editorial */
.nazorg-content {
  max-width: 720px;
  margin: 0 auto;
}

.nazorg-content .section-label {
  margin-bottom: 32px;
}

.nazorg-title {
  font-size: clamp(40px, 5.4vw, 80px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 56px;
  max-width: 14ch;
  font-family: 'Fraunces', serif;
}

.nazorg-text {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.65;
  color: #3a3a3a;
  max-width: 56ch;
}
.nazorg-text p {
  margin: 0 0 28px;
}
.nazorg-text p:last-child {
  margin-bottom: 0;
}

.nazorg-quote {
  margin: 16px 0 0;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.4;
  color: var(--ink);
  max-width: 30ch;
}

/* CTA blok onderaan pagina */
.page-cta-block {
  border-top: 1px solid var(--line);
  padding: 100px 0;
  text-align: center;
}

.page-cta {
  max-width: 600px;
  margin: 0 auto;
}

.page-cta h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 4.8vw, 64px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 24px;
}

.page-cta p {
  font-family: 'Fraunces', serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.6;
  color: #3a3a3a;
  margin: 0 0 40px;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

.page-cta-actions {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.page-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: var(--cream);
  padding: 16px 32px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  text-decoration: none;
  font-weight: 400;
  transition: background 0.25s ease, transform 0.25s ease;
}
.page-cta-primary em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  margin-left: 4px;
}
.page-cta-primary:hover {
  background: #2a2a2a;
  transform: translateY(-1px);
}

.page-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  transition: opacity 0.25s ease;
}
.page-cta-secondary em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  margin-left: 4px;
}
.page-cta-secondary:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .pricing-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 32px 0;
  }
  .pricing-row h4 {
    font-size: 22px;
  }
  .pricing-row p {
    font-size: 17px;
  }
  .nazorg-text {
    font-size: 18px;
  }
  .page-cta-block {
    padding: 64px 0;
  }
  .page-cta-actions {
    flex-direction: column;
    gap: 20px;
  }
}

/* ===========================================
   WERKWIJZE — Timeline / journey
   =========================================== */
.timeline-block {
  border-top: none;
  padding: 100px 0;
}

.timeline-head {
  max-width: 720px;
  margin: 0 auto 80px;
}

.timeline-head .section-label {
  display: inline-block;
}

.timeline-head h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 24px;
}

.timeline-lede {
  font-family: 'Fraunces', serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--mute);
  margin: 0;
}

/* Timeline: rustige twee-koloms sequentie, geen cards */
.timeline {
  max-width: 1000px;
  margin: 0 auto;
}

.timeline-step {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  padding: 40px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.timeline-step:last-child {
  border-bottom: 1px solid var(--line);
}

/* Marker (hartje) verbergen — niet nodig in deze layout */
.timeline-marker {
  display: none;
}

.timeline-content {
  background: transparent;
  padding: 0;
  border: 0;
  text-align: left;
  grid-column: 2;
}

/* Zigzag uit — alles uniform links/rechts */
.timeline-step:nth-child(odd) .timeline-content,
.timeline-step:nth-child(even) .timeline-content {
  grid-column: 2;
  text-align: left;
}

.timeline-time {
  display: block;
  grid-column: 1;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
  padding-top: 8px;
}

.timeline-step h3 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 16px;
}

.timeline-step p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
  margin: 0;
  max-width: 62ch;
}

/* Verwijder oude centerlijn */
.timeline::before {
  display: none;
}

.timeline-time {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--mute);
  display: block;
  margin-bottom: 12px;
}

.timeline-content h3 {
  font-family: 'Fraunces', serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--ink);
}

.timeline-content p {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.65;
  color: #3a3a3a;
  margin: 0;
}

/* Mobile: alle stappen aan dezelfde kant */
@media (max-width: 768px) {
  .timeline::before {
    left: 28px;
  }
  .timeline-step {
    grid-template-columns: 56px 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
  .timeline-marker {
    grid-column: 1;
    justify-content: flex-start;
  }
  .timeline-step:nth-child(odd) .timeline-content,
  .timeline-step:nth-child(even) .timeline-content {
    grid-column: 2;
    text-align: left;
  }
  .timeline-content {
    padding: 24px 24px;
  }
  .timeline-num {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
  .timeline-head {
    margin-bottom: 56px;
  }
  .timeline-block {
    padding: 64px 0;
  }
}

/* ===========================================
   ZACHTE PAGINA-CTA — geen drukke knoppen
   =========================================== */
.page-cta-soft {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.01em;
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  transition: opacity 0.25s ease, color 0.25s ease;
}
.page-cta-soft:hover {
  color: var(--mute);
  border-bottom-color: var(--mute);
}

@media (max-width: 768px) {
  .page-cta-soft {
    font-size: 18px;
  }
}

/* ===========================================
   CONTACT — drie kaarten als hoofdactie
   =========================================== */
.contact-cards-block {
  border-top: none;
  padding: 80px 0;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}

.contact-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  padding: 40px 32px;
  text-decoration: none;
  color: var(--ink);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.contact-card:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(26,26,26,0.06);
}

.contact-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: var(--ink);
}

.contact-card-label {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--mute);
  margin-bottom: 12px;
}

.contact-card-value {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  color: var(--ink);
}

.contact-card-note {
  font-family: 'Fraunces', serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: var(--mute);
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

/* Werkgebied-rij */
.contact-region {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.contact-region-label {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--mute);
}
.contact-region-value {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
  color: var(--ink);
}

@media (max-width: 980px) {
  .contact-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .contact-card {
    padding: 32px 28px;
  }
  .contact-cards-block {
    padding: 56px 0;
  }
}

/* ===========================================
   CONTACT — minimaal formulier
   =========================================== */
.contact-form-block {
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 100px 0;
}

.contact-form-block .contact-form-wrap {
  background: #fff;
}

/* Autofill achtergrond aanpassen naar wit binnen dit blok */
.contact-form-block .contact-form-min input:-webkit-autofill,
.contact-form-block .contact-form-min textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: var(--ink) !important;
}

.contact-form-wrap {
  max-width: 560px;
  margin: 0 auto;
}

.contact-form-head {
  text-align: center;
  margin-bottom: 48px;
}

.contact-form-head .section-label {
  margin-bottom: 20px;
}

.contact-form-head h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 16px;
}

.contact-form-head p {
  font-family: 'Fraunces', serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--mute);
  margin: 0;
}

.contact-form-min {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-form-min .form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form-min label {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--mute);
  font-weight: 400;
}

.contact-form-min input,
.contact-form-min textarea {
  font-family: 'Fraunces', serif;
  font-size: 18px;
  font-weight: 300;
  color: var(--ink);
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  transition: border-color 0.25s ease;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}

.contact-form-min input:focus,
.contact-form-min textarea:focus {
  outline: none;
  border-bottom-color: var(--ink);
}

.contact-form-min textarea {
  resize: vertical;
  min-height: 100px;
  line-height: 1.6;
}

/* Autofill-fix: blijft transparant */
.contact-form-min input:-webkit-autofill,
.contact-form-min textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--cream) inset !important;
  -webkit-text-fill-color: var(--ink) !important;
}

.contact-form-submit {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: var(--cream);
  border: 1px solid var(--ink);
  padding: 16px 32px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 400;
  cursor: pointer;
  margin-top: 16px;
  transition: background 0.25s ease, transform 0.25s ease;
}
.contact-form-submit em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  margin-left: 4px;
}
.contact-form-submit:hover {
  background: #2a2a2a;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .contact-form-block {
    padding: 64px 0;
  }
  .contact-form-min input,
  .contact-form-min textarea {
    font-size: 16px;
  }
}

/* ===========================================
   CONTACT — editorial regels (geen kaarten)
   =========================================== */
.contact-editorial-block {
  border-top: none;
  padding: 80px 0;
}

.contact-editorial {
  display: flex;
  flex-direction: column;
  max-width: 720px;
  margin: 0 auto 64px;
}

.contact-line {
  display: block;
  text-decoration: none;
  color: var(--ink);
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.contact-line:first-child {
  border-top: 1px solid var(--line);
}
.contact-line:hover {
  transform: translateX(4px);
}
.contact-line:hover .contact-line-value {
  color: var(--mute);
}

.contact-line-value {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 12px;
  transition: color 0.25s ease;
}

.contact-line-note {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  color: var(--mute);
}
.contact-line-note em {
  font-style: italic;
  color: var(--ink);
  font-weight: 400;
}

@media (max-width: 768px) {
  .contact-editorial-block {
    padding: 56px 0;
  }
  .contact-line {
    padding: 28px 0;
  }
  .contact-line-value {
    font-size: clamp(24px, 6vw, 32px);
  }
  .contact-line-note {
    font-size: 15px;
  }
}

/* ===========================================
   AANMELDEN — drie uitvouwbare stappen
   =========================================== */
.aanmeld-steps-block {
  border-top: none;
  padding: 80px 0 100px;
}

.aanmeld-steps {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.aanmeld-step {
  border-top: 1px solid var(--line);
}
.aanmeld-step:last-child {
  border-bottom: 1px solid var(--line);
}

.aanmeld-step-trigger {
  display: grid;
  grid-template-columns: 88px 1fr 40px;
  gap: 32px;
  width: 100%;
  padding: 32px 0;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  align-items: center;
  font-family: inherit;
  color: inherit;
  transition: background 0.2s ease;
}
.aanmeld-step-trigger:hover {
  background: rgba(0,0,0,0.015);
}
.aanmeld-step-trigger:focus {
  outline: none;
}
.aanmeld-step-trigger:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: -8px;
}

.aanmeld-step-marker {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid var(--line);
  color: #8aabc8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1;
  transition: background 0.25s ease, border-color 0.25s ease;
  justify-self: center;
}

.aanmeld-step[data-open="true"] .aanmeld-step-marker {
  background: #8aabc8;
  color: var(--cream);
  border-color: #8aabc8;
}

.aanmeld-step-head h3 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 6px;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.2;
}

.aanmeld-step-head p {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5;
  color: #3a3a3a;
  margin: 0;
  max-width: 56ch;
}

.aanmeld-step-toggle {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 28px;
  color: var(--mute);
  line-height: 1;
  transition: transform 0.3s ease, color 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.aanmeld-step[data-open="true"] .aanmeld-step-toggle {
  transform: rotate(45deg);
  color: var(--ink);
}

.aanmeld-step-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.aanmeld-step[data-open="true"] .aanmeld-step-content {
  grid-template-rows: 1fr;
}

.aanmeld-step-content > p {
  overflow: hidden;
  margin: 0;
  padding: 0 40px 32px 120px;
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 17px;
  line-height: 1.7;
  color: var(--mute);
  max-width: 60ch;
}

/* Aanmelden — rustige intro paragraaf */
.aanmeld-intro-block {
  padding: 80px 0 40px;
  background: transparent;
}
.aanmeld-intro {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.aanmeld-intro .section-label {
  margin-bottom: 32px;
}
.aanmeld-intro-text {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
}
.aanmeld-intro-text em {
  font-style: italic;
}
@media (max-width: 768px) {
  .aanmeld-intro-block {
    padding: 56px 24px 24px;
  }
  .aanmeld-intro-text {
    font-size: 18px;
  }
}

/* Formulier-blok */
.aanmeld-form-block {
  border-top: 1px solid var(--line);
  padding: 100px 0 56px;
  background: transparent;
}

.aanmeld-form-head {
  text-align: center;
  margin-bottom: 56px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.aanmeld-form-head .section-label {
  margin-bottom: 24px;
}

.aanmeld-form-head h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 20px;
}

.aanmeld-form-head p {
  font-family: 'Fraunces', serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--mute);
  margin: 0;
}

.aanmeld-form-frame {
  background: transparent;
  border: 0;
  overflow: hidden;
  margin-top: 8px;
}

.aanmeld-form-frame iframe {
  display: block;
  width: 100%;
  min-height: 850px;
  border: 0;
  background: transparent;
}

.aanmeld-noscript {
  padding: 40px 32px;
  text-align: center;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: var(--mute);
  background: var(--cream);
  border: 1px solid var(--line);
}
.aanmeld-noscript a {
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  text-decoration: none;
}

.aanmeld-fallback {
  text-align: center;
  margin: 48px auto 0;
  max-width: 56ch;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  color: var(--mute);
}
.aanmeld-fallback a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
  transition: border-color 0.2s ease;
}
.aanmeld-fallback a:hover {
  border-bottom-color: var(--ink);
}

.aanmeld-form-note {
  text-align: center;
  margin: 32px 0 0;
  font-family: 'Fraunces', serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: var(--mute);
}
.aanmeld-form-note a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 1px;
  font-style: normal;
  margin-left: 4px;
}
.aanmeld-form-note a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .aanmeld-steps-block {
    padding: 56px 0 64px;
  }
  .aanmeld-step-trigger {
    grid-template-columns: 56px 1fr 32px;
    gap: 16px;
    padding: 24px 0;
  }
  .aanmeld-step-marker {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .aanmeld-step-head h3 {
    font-size: 20px;
  }
  .aanmeld-step-head p {
    font-size: 15px;
  }
  .aanmeld-step-toggle {
    font-size: 24px;
  }
  .aanmeld-step-content > p {
    padding: 0 0 24px 72px;
    font-size: 16px;
  }
  .aanmeld-form-block {
    padding: 64px 0;
  }
  .aanmeld-form-head {
    margin-bottom: 40px;
  }
}

/* ===========================================
   HOMEPAGE — Editorial quote + Google review-strip
   =========================================== */
.review-section {
  border-top: 1px solid var(--line);
  padding: 100px 0;
  text-align: center;
}

/* Editorial quote — voelt als een magazine-zin */
.editorial-quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 auto 64px;
  max-width: 22ch;
  position: relative;
}

/* Subtiele aanhalingstekens links en rechts */
.editorial-quote::before,
.editorial-quote::after {
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-weight: 300;
  color: var(--warm, #a09a8f);
  opacity: 0.4;
  font-size: 1em;
  line-height: 1;
}
.editorial-quote::before {
  content: '"';
  margin-right: 0.15em;
}
.editorial-quote::after {
  content: '"';
  margin-left: 0.15em;
}

/* Subtiele afsluitende padding, geen scheidingslijn meer */
.review-section .editorial-quote {
  margin-bottom: 56px;
}

/* Google review-link — heel rustig, editorial */
.google-review-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--ink);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.google-review-link:hover {
  transform: translateY(-2px);
}

.google-stars {
  color: #c89968;
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 1;
}

.google-review-text {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-family: 'Fraunces', serif;
  font-weight: 300;
  color: var(--ink);
}

.google-score {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.google-divider {
  color: var(--mute);
  opacity: 0.6;
}

.google-label {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--mute);
  font-weight: 400;
}

.google-review-cta {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: var(--mute);
  margin-top: 8px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color 0.25s ease;
}
.google-review-cta em {
  font-style: italic;
}
.google-review-link:hover .google-review-cta {
  color: var(--ink);
}

@media (max-width: 768px) {
  .review-section {
    padding: 64px 0;
  }
  .editorial-quote {
    font-size: clamp(24px, 6vw, 32px);
    padding-bottom: 48px;
  }
  .google-review-link {
    padding-top: 40px;
  }
  .google-score {
    font-size: 20px;
  }
  .google-label {
    font-size: 11px;
  }
}

/* ===========================================
   REVIEW VARIANT — Optie A (groot cijfer) en E (hartjes)
   TIJDELIJK om te vergelijken
   =========================================== */

.review-variant {
  padding: 64px 0;
  border-top: 1px solid var(--line);
  text-align: center;
}
.review-variant:last-child {
  border-bottom: 1px solid var(--line);
}

.review-variant-label {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--mute);
  opacity: 0.5;
  margin-bottom: 32px;
}

.google-review-big {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  text-decoration: none;
  color: var(--ink);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.google-review-big:hover {
  transform: translateY(-2px);
}

.big-score {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(72px, 10vw, 128px);
  letter-spacing: -0.04em;
  line-height: 0.9;
  color: var(--ink);
}

.big-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}

.big-stars {
  color: #c89968;
  font-size: 22px;
  letter-spacing: 0.18em;
  line-height: 1;
}

/* Hartjes-variant: zwart en iets compacter */
.big-hearts {
  color: var(--ink);
  font-size: 22px;
  letter-spacing: 0.15em;
}

.big-label {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--mute);
  font-weight: 400;
}

.review-variant-cta {
  margin-top: 32px;
}

.review-soft-link {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
  color: var(--mute);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color 0.25s ease;
}
.review-soft-link:hover {
  color: var(--ink);
}
.review-soft-link em {
  font-style: italic;
}

@media (max-width: 768px) {
  .review-variant {
    padding: 48px 0;
  }
  .google-review-big {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .big-meta {
    align-items: center;
    text-align: center;
  }
  .big-score {
    font-size: 80px;
  }
}

/* ===========================================
   KLOPPEND HARTJE — review section
   =========================================== */
.heartbeat-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-decoration: none;
  color: var(--ink);
  padding: 16px;
  transition: opacity 0.25s ease;
}

.heartbeat-heart {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  animation: heartbeat 1.6s ease-in-out infinite;
  will-change: transform;
}
.heartbeat-heart svg {
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes heartbeat {
  0%   { transform: scale(1); }
  14%  { transform: scale(1.12); }
  28%  { transform: scale(1); }
  42%  { transform: scale(1.08); }
  56%  { transform: scale(1); }
  100% { transform: scale(1); }
}

/* Bij hover: hartje klopt iets sneller */
.heartbeat-link:hover .heartbeat-heart {
  animation-duration: 1.2s;
}

.heartbeat-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.heartbeat-line {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ink);
  max-width: 22ch;
}

.heartbeat-sublink {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--mute);
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.heartbeat-sublink em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  margin-left: 4px;
  vertical-align: middle;
}
.heartbeat-link:hover .heartbeat-sublink {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

/* Respecteer gebruikers die animaties uitzetten */
@media (prefers-reduced-motion: reduce) {
  .heartbeat-heart {
    animation: none;
  }
}

@media (max-width: 768px) {
  .heartbeat-heart {
    width: 52px;
    height: 52px;
  }
  .heartbeat-line {
    font-size: clamp(24px, 6vw, 32px);
  }
}

/* ===========================================
   EDITORIAL PHOTO SYSTEM — toegevoegd in rebuild
   =========================================== */

/* Full-bleed foto (rand tot rand) */
.full-bleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.full-bleed img {
  width: 100%;
  height: auto;
  display: block;
}

/* Foto met caption eronder, editorial */
.editorial-figure {
  margin: 0;
}

.editorial-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.editorial-figure figcaption {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(15px, 1.4vw, 17px);
  color: var(--mute);
  line-height: 1.5;
  max-width: 36ch;
  margin-top: var(--space-xs);
  padding: 0 var(--space-sm);
}

/* Pauze-moment: kleine sectie met alleen één foto + één regel */
.pause-moment {
  padding: var(--space-xl) 0;
  text-align: center;
}

.pause-moment-photo {
  max-width: 1100px;
  margin: 0 auto var(--space-md);
  padding: 0 var(--space-sm);
}

.pause-moment-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.pause-moment-line {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(20px, 2.2vw, 26px);
  color: var(--ink);
  max-width: 28ch;
  margin: 0 auto;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  .pause-moment {
    padding: var(--space-lg) 0;
  }
  .pause-moment-photo {
    padding: 0;
    margin-bottom: var(--space-sm);
  }
  .pause-moment-line {
    padding: 0 var(--space-sm);
    font-size: 19px;
  }
}

/* Editorial photo block — foto + tekst naast elkaar (asymmetrisch) */
.photo-block {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: var(--space-lg);
  align-items: center;
  padding: var(--space-xl) 0;
  max-width: 1400px;
  margin: 0 auto;
}

.photo-block.reverse {
  grid-template-columns: 1fr 1.4fr;
}

.photo-block-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.photo-block-text {
  padding: 0 var(--space-md);
}

.photo-block-text .section-label {
  margin-bottom: var(--space-sm);
}

.photo-block-text h2 {
  margin-bottom: var(--space-sm);
}

.photo-block-text p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink);
  max-width: 38ch;
}

@media (max-width: 980px) {
  .photo-block,
  .photo-block.reverse {
    grid-template-columns: 1fr;
    gap: var(--space-md);
    padding: var(--space-lg) 0;
  }
  .photo-block-text {
    padding: 0 var(--space-sm);
  }
  .photo-block.reverse .photo-block-photo {
    order: -1;
  }
}

/* Spacer / pauze tussen secties */
.spacer-md { height: var(--space-md); }
.spacer-lg { height: var(--space-lg); }
.spacer-xl { height: var(--space-xl); }

/* Tweede section-label variant: cursief gefluisterd ipv uppercase */
.whisper-label {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
  color: var(--mute);
  margin-bottom: var(--space-sm);
}

/* ===========================================
   HOMEPAGE — Rebuild met editorial flow
   =========================================== */

/* Nav logo (vervangt inline styles) */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: currentColor;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}
.nav.scrolled .nav-logo { text-shadow: none; }
.nav-logo-main,
.nav-logo-italic {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.015em;
}
.nav-logo-italic {
  font-style: italic;
}

/* Home intro — wie ben je */
.home-intro {
  padding: var(--space-xl) 0 var(--space-md);
  text-align: center;
}

.home-intro-text {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.5;
  color: var(--ink);
  max-width: 36ch;
  margin: 0 auto;
  letter-spacing: -0.01em;
}

.home-intro-text em {
  font-style: italic;
}

/* Home CTA — één primaire call to action */
.home-cta {
  padding: var(--space-xl) 0;
  text-align: center;
  border-top: 1px solid var(--line);
}

.home-cta-title {
  margin-bottom: var(--space-sm);
}

.home-cta-lede {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(18px, 1.6vw, 22px);
  color: var(--mute);
  margin: 0 auto var(--space-md);
  max-width: 32ch;
  line-height: 1.5;
}

.home-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm);
}

.home-cta-primary {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--cream);
  background: var(--ink);
  text-decoration: none;
  padding: 18px 36px;
  border: 1px solid var(--ink);
  transition: background 0.25s ease, color 0.25s ease;
}
.home-cta-primary em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  margin-left: 6px;
  vertical-align: middle;
}
.home-cta-primary:hover {
  background: var(--cream);
  color: var(--ink);
}

.home-cta-secondary {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
  color: var(--mute);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
  transition: color 0.25s ease;
}
.home-cta-secondary:hover {
  color: var(--ink);
}

@media (max-width: 768px) {
  .home-intro {
    padding: var(--space-lg) var(--space-sm) var(--space-sm);
  }
  .home-cta {
    padding: var(--space-lg) var(--space-sm);
  }
}

/* ===========================================
   FOTO-RIVIER — aaneengesloten editorial fotostroom
   =========================================== */

.photo-essay-intro {
  padding: var(--space-xl) 0 var(--space-md);
  text-align: center;
}

.photo-essay-intro-text {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.5;
  color: var(--ink);
  max-width: 36ch;
  margin: 0 auto;
  letter-spacing: -0.01em;
}
.photo-essay-intro-text em {
  font-style: italic;
}

/* De foto-rivier zelf */
.photo-river {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background: var(--ink);
}

.photo-river-item {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 0;
}

.photo-river-item img {
  width: 100%;
  height: 90vh;
  max-height: 900px;
  min-height: 500px;
  object-fit: cover;
  display: block;
}

/* Editorial tussenlijn na de foto-rivier */
.essay-line {
  padding: var(--space-xl) 0;
  text-align: center;
  border-top: none;
}

.essay-line-text {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
  max-width: 22ch;
  margin: 0 auto;
}
.essay-line-text em {
  font-style: italic;
  color: var(--mute);
}

@media (max-width: 768px) {
  .photo-river-item img {
    height: 70vh;
    max-height: 600px;
    min-height: 380px;
  }
  .essay-line {
    padding: var(--space-lg) var(--space-sm);
  }
  .photo-essay-intro {
    padding: var(--space-lg) var(--space-sm) var(--space-sm);
  }
}

/* ===========================================
   FOTO CAPTIONS — fluistertekst op de foto's
   =========================================== */

.photo-river-item {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 0;
  overflow: hidden;
}

.photo-caption {
  position: absolute;
  z-index: 2;
  color: #f5f1e6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.photo-caption .caption-small {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(14px, 1.2vw, 18px);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  line-height: 1.6;
}
.photo-caption .caption-small em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  text-transform: none;
  letter-spacing: -0.01em;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.2;
  display: inline-block;
  margin-top: 6px;
}

.photo-caption .caption-big {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.photo-caption .caption-big em {
  font-style: italic;
}

/* Posities */
.pos-bottom-left {
  bottom: 48px;
  left: 48px;
  max-width: 320px;
}
.pos-bottom-right {
  bottom: 48px;
  right: 48px;
  text-align: right;
  max-width: 320px;
}
.pos-top-left {
  top: 48px;
  left: 48px;
  max-width: 460px;
}
.pos-top-right {
  top: 48px;
  right: 48px;
  text-align: right;
  max-width: 460px;
}

/* Subtiele gradient achter tekst voor leesbaarheid */
.photo-river-item:has(.pos-bottom-left)::after,
.photo-river-item:has(.pos-bottom-right)::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
  pointer-events: none;
}
.photo-river-item:has(.pos-top-left)::after,
.photo-river-item:has(.pos-top-right)::after {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .pos-bottom-left,
  .pos-bottom-right {
    bottom: 28px;
    left: 24px;
    right: 24px;
    max-width: none;
    text-align: left;
  }
  .pos-top-left,
  .pos-top-right {
    top: 28px;
    left: 24px;
    right: 24px;
    max-width: none;
    text-align: left;
  }
  .photo-caption .caption-small {
    font-size: 12px;
    letter-spacing: 0.16em;
  }
  .photo-caption .caption-small em {
    font-size: 22px;
  }
  .photo-caption .caption-big {
    font-size: clamp(32px, 8vw, 44px);
  }
}

/* ===========================================
   AFSLUITENDE FOTO MET HARTJE
   Hartje + tekst geïntegreerd in de laatste foto
   =========================================== */

.closing-with-heart {
  position: relative;
  width: 100vw;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}

.closing-photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* Donkere overlay onderaan voor leesbaarheid van het hartje + tekst */
.closing-with-heart::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: 0;
  height: 70%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.65) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.closing-heart-link {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 64px;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  color: #f5f1e6;
  line-height: 1.3;
  transition: transform 0.25s ease;
}
.closing-heart-link:hover {
  transform: translateX(-50%) translateY(-3px);
}

.closing-heart {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  animation: heartbeat 1.6s ease-in-out infinite;
  will-change: transform;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.4));
}
.closing-heart svg {
  width: 100%;
  height: 100%;
  display: block;
}
.closing-heart-link:hover .closing-heart {
  animation-duration: 1.2s;
}

.closing-heart-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.closing-heart-line {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(32px, 4.5vw, 56px);
  letter-spacing: -0.02em;
  color: #f5f1e6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  max-width: 20ch;
}
.closing-heart-line em {
  font-style: italic;
}

.closing-heart-sublink {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: rgba(245, 241, 230, 0.85);
  border-bottom: 1px solid rgba(245, 241, 230, 0.4);
  padding-bottom: 3px;
  transition: color 0.25s ease, border-color 0.25s ease;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
.closing-heart-sublink em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  margin-left: 4px;
  vertical-align: middle;
}
.closing-heart-link:hover .closing-heart-sublink {
  color: #f5f1e6;
  border-bottom-color: #f5f1e6;
}

@media (max-width: 768px) {
  .closing-heart-link {
    bottom: 48px;
    gap: 20px;
    width: 90%;
  }
  .closing-heart {
    width: 56px;
    height: 56px;
  }
  .closing-heart-line {
    font-size: clamp(26px, 7vw, 36px);
    padding: 0 16px;
  }
}

/* ===========================================
   STACK SECTIONS — Hellodoula-stijl gestapelde homepage
   5 grote secties, elk met foto + titel + sub + knop
   =========================================== */

.stack-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 720px;
  max-height: 1100px;
  overflow: hidden;
  display: block;
}

.stack-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.stack-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

/* Donkere gradient overlay voor leesbaarheid tekst */
.stack-section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.15) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.25) 75%,
    rgba(0, 0, 0, 0.7) 100%
  );
  pointer-events: none;
}

/* Content layer */
.stack-content {
  position: absolute;
  z-index: 2;
  color: #f5f1e6;
  max-width: 640px;
  padding: 0;
}

/* Positie varianten */
.stack-content-bottom-left {
  bottom: 96px;
  left: 80px;
  text-align: left;
}

.stack-content-bottom-right {
  bottom: 96px;
  right: 80px;
  text-align: right;
}

.stack-content-bottom-center {
  bottom: 96px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* Kicker (kleine label) */
.stack-kicker {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: rgba(245, 241, 230, 0.85);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 24px;
  font-weight: 400;
  display: inline-block;
}

.stack-content-bottom-left .stack-kicker::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 1px;
  background: currentColor;
  vertical-align: middle;
  margin-right: 14px;
}

.stack-content-bottom-right .stack-kicker::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 1px;
  background: currentColor;
  vertical-align: middle;
  margin-left: 14px;
}

/* Titel (groot) */
.stack-title {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(48px, 6.5vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: #f5f1e6;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
  margin: 0 0 28px;
  max-width: 14ch;
}

.stack-content-bottom-right .stack-title {
  margin-left: auto;
}

.stack-title em {
  font-style: italic;
  font-weight: 300;
}

/* Sub (ondertitel) */
.stack-sub {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  color: rgba(245, 241, 230, 0.92);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
  max-width: 36ch;
  margin: 0 0 36px;
}

.stack-content-bottom-right .stack-sub {
  margin-left: auto;
}

/* CTA-knop */
.stack-cta {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #f5f1e6;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0 6px;
  border-bottom: 1px solid rgba(245, 241, 230, 0.5);
  transition: border-color 0.25s ease, gap 0.25s ease;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.stack-cta em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  font-size: 17px;
  transition: transform 0.25s ease;
}

.stack-cta:hover {
  border-color: #f5f1e6;
  gap: 16px;
}

/* Sectie 4 — hartje variant */
.stack-content-heart {
  text-align: left;
}

.stack-heart-wrap {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 28px;
}

.stack-heart {
  display: inline-block;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  transform-origin: center;
  animation: heartbeat 1.6s ease-in-out infinite;
  will-change: transform;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.4));
  margin-bottom: 12px;
}

.stack-heart svg {
  width: 100%;
  height: 100%;
  display: block;
}

.stack-content-heart .stack-title {
  margin-bottom: 0;
  max-width: 12ch;
}

/* ===========================================
   REVIEWS — quote op foto + cream sub-sectie
   =========================================== */

/* Centrale positie op stack-section (voor de quote-overlay) */
.stack-content-center {
  position: absolute;
  inset: 0;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 48px;
  color: var(--cream);
  z-index: 2;
}
.stack-content-center .stack-kicker {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0.85;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.stack-content-center .stack-kicker::before,
.stack-content-center .stack-kicker::after {
  content: '';
  width: 40px;
  height: 1px;
  background: rgba(240, 237, 228, 0.5);
}

.stack-quote {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin: 0 0 12px;
  max-width: 24ch;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
}
.stack-quote-intro {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  line-height: 1.4;
  color: var(--cream);
  opacity: 0.85;
  margin: 0 0 20px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
.stack-quote em {
  font-style: italic;
}
.stack-quote-name {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0.9;
  margin: 0 0 28px;
}
.stack-quote-rating {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--cream);
  opacity: 0.75;
  margin: 0;
}

.stack-quote-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--cream);
  text-decoration: none;
  border-bottom: 1px solid rgba(240, 237, 228, 0.4);
  padding-bottom: 1px;
  transition: gap 0.25s ease, border-color 0.2s ease;
}
.stack-quote-link em {
  font-style: italic;
  display: inline-block;
  transition: transform 0.25s ease;
}
.stack-quote-link:hover {
  gap: 10px;
  border-bottom-color: var(--cream);
}
.stack-quote-link:hover em {
  transform: translateX(2px);
}


/* Donker filter over de foto zodat tekst leesbaar is */
.stack-section:has(.stack-content-center) .stack-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.45) 50%,
    rgba(0, 0, 0, 0.25) 100%
  );
  pointer-events: none;
}

/* Sub-sectie eronder met kleinere reviews */
.reviews-sub {
  background: var(--cream);
  padding: 80px 48px;
}
.reviews-sub-inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .stack-content-center {
    padding: 60px 24px;
  }
  .stack-content-center .stack-kicker {
    margin-bottom: 28px;
  }
  .stack-quote {
    font-size: clamp(32px, 9vw, 48px);
  }
  .reviews-sub {
    padding: 56px 24px;
  }
}

/* ===========================================
   REVIEWS-SECTIE — editorial, op cream (oud, niet meer gebruikt op index)
   =========================================== */
.reviews-section {
  background: var(--cream);
  padding: 140px 48px;
  border-top: 1px solid var(--line);
}
.reviews-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.reviews-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 80px;
}
.reviews-head .section-label {
  margin-bottom: 24px;
}
.reviews-title {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 24px 0;
}
.reviews-title em {
  font-style: italic;
}
.reviews-rating {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: var(--mute);
  letter-spacing: 0.06em;
  margin: 0;
}
.reviews-stars {
  color: var(--blue-soft);
  font-size: 16px;
  letter-spacing: 2px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 80px;
}
.review-card {
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.review-card blockquote {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.01em;
}
.review-card figcaption {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
}

.reviews-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.reviews-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--ink);
  transition: gap 0.25s ease, color 0.2s ease, border-color 0.2s ease;
}
.reviews-link em {
  font-style: normal;
  display: inline-block;
  transition: transform 0.25s ease;
}
.reviews-link:hover {
  gap: 12px;
  color: var(--mute);
  border-bottom-color: var(--mute);
}
.reviews-link:hover em {
  transform: translateX(2px);
}
.reviews-link-secondary {
  color: var(--mute);
  border-bottom-color: var(--line);
}

@media (max-width: 900px) {
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 56px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .reviews-section {
    padding: 80px 24px;
  }
  .reviews-head {
    margin-bottom: 56px;
  }
  .reviews-actions {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

/* Body bij is-home overrides */
body.is-home {
  background: var(--cream);
}

body.is-home section.block {
  padding: 0;
}

/* Mobiel — foto full-screen met tekst eroverheen (magazine-stijl) */
@media (max-width: 768px) {
  .stack-section {
    height: 100vh;
    min-height: 600px;
    max-height: none;
  }

  .stack-photo {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 0;
    max-height: none;
  }

  /* Per-foto centering op mobiel — focus op gezicht/baby zodat niet alleen de rand zichtbaar is */
  .stack-photo img[src*="hero-new"] { object-position: 38% 50%; }      /* baby + moeder zitten links */
  .stack-photo img[src*="photo-kraamweek"] { object-position: 42% 40%; }  /* moeder op bank, iets links */
  .stack-photo img[src*="photo-gezin-zw"] { object-position: 62% 55%; }   /* vader + kind rechts */
  .stack-photo img[src*="photo-madonna"] { object-position: 48% 65%; }    /* moeder + baby midden-onder */
  .stack-photo img[src*="photo-calendula"] { object-position: 45% 25%; }  /* twee kindjes bovenaan */
  .stack-photo img[src*="photo-baby-op-schoot"] { object-position: 55% 50%; } /* baby rechts van midden */

  /* Sterkere donkere gradient onderaan voor leesbaarheid */
  .stack-section::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.15) 30%,
      rgba(0, 0, 0, 0.1) 50%,
      rgba(0, 0, 0, 0.55) 75%,
      rgba(0, 0, 0, 0.85) 100%
    );
  }

  .stack-content {
    position: absolute;
    bottom: 56px;
    left: 24px;
    right: 24px;
    text-align: left;
    background: transparent;
    color: #f5f1e6;
    padding: 0;
    max-width: none;
    transform: none;
  }

  .stack-content-bottom-right {
    text-align: left;
  }
  .stack-content-bottom-right .stack-title,
  .stack-content-bottom-right .stack-sub {
    margin-left: 0;
  }
  .stack-content-bottom-right .stack-kicker::after {
    display: none;
  }
  .stack-content-bottom-right .stack-kicker::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 1px;
    background: currentColor;
    vertical-align: middle;
    margin-right: 14px;
  }

  .stack-kicker {
    color: rgba(245, 241, 230, 0.95);
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.9), 0 0 4px rgba(0,0,0,0.4);
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: 0.26em;
  }

  .stack-title {
    font-size: clamp(36px, 9vw, 52px);
    color: #f5f1e6;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.85), 0 0 8px rgba(0,0,0,0.4);
    margin-bottom: 18px;
    max-width: 14ch;
  }

  .stack-sub {
    color: rgba(245, 241, 230, 0.95);
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.85), 0 0 6px rgba(0,0,0,0.4);
    font-size: 16px;
    margin-bottom: 24px;
    max-width: 36ch;
  }

  .stack-cta {
    color: #f5f1e6;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    border-color: rgba(245, 241, 230, 0.5);
  }
  .stack-cta:hover {
    border-color: #f5f1e6;
  }

  .stack-heart {
    width: 44px;
    height: 44px;
  }

  .stack-heart-wrap {
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
  }
}

/* ============================================================
   MINIMAL EDITORIAL FOOTER
   ============================================================ */
/* ===========================================
   REVIEWS — editorial, cream, geen foto
   =========================================== */
.reviews-section {
  background: var(--cream);
  padding: 120px 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reviews-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.reviews-head {
  text-align: center;
  margin-bottom: 80px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-head .section-label {
  margin-bottom: 24px;
}

.reviews-title {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(36px, 4.6vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 20px;
}
.reviews-title em {
  font-style: italic;
}

.reviews-rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: var(--mute);
  margin: 0;
}

.reviews-stars {
  color: var(--blue-soft);
  font-size: 16px;
  letter-spacing: 2px;
}

.reviews-grid {
  display: none; /* niet meer gebruikt */
}

/* Variant A — Hiërarchie: hero + paar */
.review-hero {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 96px;
}
.review-hero-quote {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(36px, 5.2vw, 62px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 32px;
}
.review-hero-quote em {
  font-style: italic;
}
.review-hero-name {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
}

.review-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1000px;
  margin: 0 auto 80px;
}

.review-small {
  position: relative;
  padding-left: 24px;
  margin: 0;
}
.review-small::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 30px;
  width: 2px;
  background: var(--blue-soft);
}
.review-small blockquote {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 16px;
}
.review-small figcaption {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
}

.review-card {
  display: none; /* niet meer gebruikt */
}

.reviews-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.reviews-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--ink);
  transition: gap 0.25s ease, color 0.2s ease, border-color 0.2s ease;
}

.reviews-link em {
  font-style: normal;
  display: inline-block;
  transition: transform 0.25s ease;
}

.reviews-link:hover {
  gap: 12px;
  color: var(--mute);
  border-bottom-color: var(--mute);
}

.reviews-link:hover em {
  transform: translateX(2px);
}

.reviews-link-secondary {
  color: var(--mute);
  border-bottom-color: var(--line);
}

@media (max-width: 900px) {
  .review-pair {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .review-hero {
    margin-bottom: 64px;
  }
  .reviews-section {
    padding: 80px 24px;
  }
  .reviews-head {
    margin-bottom: 56px;
  }
  .reviews-cta {
    flex-direction: column;
    gap: 24px;
  }
}

/* ===========================================
   FOOTER — Asymmetric editorial
   =========================================== */
.footer-minimal {
  background: var(--cream);
  color: var(--ink);
  padding: 24px 48px 40px;
  border-top: none;
}

.footer-min-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: start;
}

/* LEFT — statement */
.footer-left h2 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(36px, 4.6vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 28px 0;
  margin-top: 0;
}
.footer-left h2 em {
  font-style: italic;
}
.footer-left-location {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: -16px 0 28px 0;
}
.footer-left-sub {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: var(--mute);
  max-width: 38ch;
  line-height: 1.7;
  margin: 0 0 24px 0;
}

.footer-left-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--ink);
  transition: gap 0.25s ease, color 0.2s ease, border-color 0.2s ease;
}
.footer-left-link em {
  font-style: normal;
  display: inline-block;
  transition: transform 0.25s ease;
}
.footer-left-link:hover {
  gap: 12px;
  color: var(--mute);
  border-bottom-color: var(--mute);
}
.footer-left-link:hover em {
  transform: translateX(2px);
}

/* RIGHT — contact + social blocks */
.footer-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-block-label {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 8px;
}
.footer-block a {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: var(--ink);
  line-height: 1.7;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: border-color 0.2s ease;
  width: fit-content;
}
.footer-block a:hover {
  border-bottom-color: var(--ink);
}

/* Social-links — uppercase, letterspacing, persistent underline */
.footer-block.footer-block-social {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.footer-block.footer-block-social .footer-block-label {
  flex-basis: 100%;
  margin-bottom: 0;
}
.footer-block.footer-block-social a {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  line-height: 1;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.footer-block.footer-block-social a:hover {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

/* BASE — credentials + legal */
.footer-base {
  grid-column: 1 / -1;
  margin-top: 96px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-base-credentials-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 48px;
  max-width: 100%;
}

.footer-base-credentials {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  color: var(--mute);
  line-height: 1.6;
  max-width: 32ch;
  margin: 0;
}
.footer-base-credentials strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-weight: 400;
  font-style: normal;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.footer-base-credentials a {
  color: var(--mute);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.footer-base-credentials a:hover {
  color: var(--ink);
  border-bottom-color: var(--ink);
}
.footer-base-legal {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
  display: flex;
  gap: 14px;
  align-items: center;
  margin-left: auto;
}
.footer-base-legal a {
  color: var(--mute);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-base-legal a:hover {
  color: var(--ink);
}
.footer-base-dot {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .footer-minimal {
    padding: 80px 24px 32px;
  }
  .footer-min-inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .footer-left h2 {
    font-size: clamp(30px, 8vw, 40px);
  }
  .footer-base {
    margin-top: 56px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer-base-legal {
    flex-wrap: wrap;
    font-size: 10px;
  }
}

/* ─────────────────────────────────────
   LANG TOGGLE — desktop horizontaal,
   mobiel dropdown met current lang.
   ───────────────────────────────────── */

/* ─────────────────────────────────────
   LANG TOGGLE — desktop horizontaal,
   mobiel dropdown met current lang.
   ───────────────────────────────────── */

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-right: 24px;
  position: relative;
}
.lang-desktop {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.lang-toggle a {
  color: inherit;
  text-decoration: none;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}
.lang-toggle a:hover { opacity: 1; }
.lang-toggle a.active {
  opacity: 1;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
.lang-toggle .sep { opacity: 0.3; }

/* Op desktop: dropdown elementen verborgen */
.lang-toggle .lang-current,
.lang-toggle .lang-options {
  display: none;
}

/* Op mobiel: omschakelen naar dropdown */
@media (max-width: 768px) {
  .lang-toggle {
    margin-right: 12px;
    font-size: 11px;
  }
  /* Verberg de horizontale links */
  .lang-toggle .lang-desktop {
    display: none;
  }
  /* Toon de current-button */
  .lang-toggle .lang-current {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 4px 0;
    background: none;
    border: none;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
  }
  .lang-toggle .lang-current::after {
    content: '▾';
    font-size: 9px;
    opacity: 0.5;
    transition: transform 0.2s ease;
  }
  .lang-toggle.open .lang-current::after { transform: rotate(180deg); }

  /* Dropdown */
  .lang-toggle .lang-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background: var(--cream);
    border: 1px solid var(--line);
    padding: 8px 0;
    min-width: 80px;
    z-index: 100;
    flex-direction: column;
    gap: 0;
  }
  .lang-toggle.open .lang-options { display: flex; }
  .lang-toggle .lang-options a {
    padding: 8px 16px;
    opacity: 0.8;
    text-align: left;
    color: var(--ink);
    text-shadow: none;
  }
  .lang-toggle .lang-options a:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.03);
  }
  .lang-toggle .lang-options a.active {
    border-bottom: none;
    opacity: 1;
    font-weight: 500;
    color: var(--ink);
    background: rgba(180, 213, 241, 0.25);
  }
}

/* ════════════════════════════════════════════════
   PREMIUM MOBILE OPTIMIZATION
   ════════════════════════════════════════════════
   Specifieke fixes voor mobiele UX-kwaliteit:
   - Spacing tussen secties strakker
   - Geen overflow op smalle viewports
   - Betere lege ruimtes
   ════════════════════════════════════════════════ */

@media (max-width: 768px) {

  /* ─── Hero-titels op subpagina's ─── */
  /* Voorkom dat lange woorden zoals "kraamverzorgende" overflow geven */
  .subpage-hero {
    padding: 96px 0 36px !important;
  }
  .subpage-hero h1 {
    font-size: clamp(36px, 9.5vw, 56px);
    line-height: 1.08;
    margin-bottom: 24px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }
  .subpage-hero .lede {
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 0;
  }
  .subpage-hero .section-label {
    margin-bottom: 24px;
  }

  /* ─── Block padding strakker ─── */
  /* Op desktop heeft .block 80px padding boven en onder.
     Combined met subpage-hero padding-bottom geeft dat ~140px lege ruimte.
     Op mobiel is dat te veel. */
  section.block {
    padding: 56px 0 !important;
  }
  .expect-block { padding: 56px 0 !important; }
  .package-block { padding: 56px 0 !important; }
  .intro-quote { padding: 56px 0 !important; }
  .timeline-block { padding: 56px 0 !important; }
  .aanmeld-intro-block { padding: 48px 0 !important; }
  .aanmeld-intro .section-label { margin-bottom: 20px !important; }
  .aanmeld-form-block { padding: 32px 0 56px !important; }
  .contact-editorial-block { padding: 48px 0 !important; }

  /* ─── Containers: minder horizontale lucht op mobile ─── */
  .container { padding: 0 20px; }
  .container-tight { padding: 0 20px; }

  /* ─── Expect-head margin reduceren op mobile ─── */
  .expect-head h2 { margin-bottom: 16px !important; font-size: 32px !important; line-height: 1.1; }
  .expect-head p { font-size: 16px !important; line-height: 1.6; }
  .expect-head .section-label { margin-bottom: 20px !important; }

  /* ─── Timeline head spacing ─── */
  .timeline-head h2 { font-size: 32px !important; line-height: 1.1; margin-bottom: 16px; }
  .timeline-head .section-label { margin-bottom: 20px !important; }
  .timeline-lede { font-size: 16px !important; }

  /* ─── Pricing intro ─── */
  .pricing-title { font-size: 32px !important; line-height: 1.1; }

  /* ─── Aftercare / nazorg ─── */
  .nazorg-title { font-size: 32px !important; line-height: 1.1; }

  /* ─── FAQ ─── */
  .faq-head h2 { font-size: 32px !important; line-height: 1.1; }

  /* ─── Contact editorial (contact pagina) ─── */
  /* Verkleint de loze ruimte tussen hero subtitle en eerste contactlijn */
  .contact-editorial { gap: 0; }
  .contact-line { padding: 24px 0 !important; }
  .contact-line-value { font-size: 24px !important; }
  .contact-line-note { font-size: 14px !important; margin-top: 6px; }

  /* ─── Aanmelden intro tekst ─── */
  .aanmeld-intro-text { font-size: 17px !important; line-height: 1.5; padding: 0; }

  /* ─── Checklist intro ─── */
  .checklist-wrap { padding: 32px 20px 56px !important; }
  .checklist-intro { font-size: 18px !important; line-height: 1.5; margin-bottom: 32px !important; }
  .checklist-section { margin-bottom: 40px !important; }
  .checklist-section h2 { font-size: 28px !important; line-height: 1.1; }

  /* ─── Privacy/legal ─── */
  .legal-wrap { padding: 32px 20px 56px !important; }
  .legal-intro { font-size: 18px !important; line-height: 1.5; margin-bottom: 40px !important; }
  .legal-section { margin-bottom: 40px !important; }
  .legal-section h2 { font-size: 28px !important; line-height: 1.1; margin-bottom: 20px; }

  /* ─── Vacatures specifiek ─── */
  /* "kraamverzorgende" overflowt — zorgen voor break + iets kleinere font */
  .vacatures-intro { padding: 0 !important; }

  /* ─── Footer mobile ─── */
  .footer-min-inner { padding: 56px 20px 32px !important; gap: 32px; }
  .footer-left h2 { font-size: 32px !important; line-height: 1.15; }
  .footer-right { flex-direction: column; gap: 24px; }
  .footer-block-label { font-size: 11px; }
  .footer-base { margin-top: 32px !important; padding-top: 24px !important; }
  .footer-base-credentials-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px !important;
  }
  .footer-base-credentials { font-size: 12px; }
  .footer-base-legal { font-size: 10px; gap: 8px; flex-wrap: wrap; justify-content: flex-start; }

  /* ─── Body global ─── */
  body { overflow-x: hidden; }

  /* ─── Touch targets: minimaal 44x44px ─── */
  .nav-cta { min-height: 44px; display: inline-flex; align-items: center; }
  .lang-toggle .lang-current { min-height: 44px; min-width: 44px; }
  .contact-line { min-height: 56px; }
}

/* Extra fix voor 360px en kleiner (kleine Android-toestellen) */
@media (max-width: 380px) {
  .subpage-hero h1 {
    font-size: clamp(32px, 9vw, 44px);
  }
  .container { padding: 0 16px; }
  .container-tight { padding: 0 16px; }
  .footer-min-inner { padding: 48px 16px 24px !important; }
  .checklist-wrap { padding: 24px 16px 48px !important; }
  .legal-wrap { padding: 24px 16px 48px !important; }
}
