  @font-face { font-family: "Tanker"; src: url(../../font/WEB/fonts/Tanker-Regular.woff2) format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
  :root {
    --bg: #F4F3EA; --bg-2: #EDEFDA; --surface: #FFFFFF; --surface-2: #EFEEE0;
    --ink: #000000; --ink-soft: #141414; --ink-faint: #8B8E73; --line: #E3E1CF;
    --leaf: #526800; --leaf-deep: #3F5000; --leaf-soft: #E7EDCF;
    --coral: #526800; --coral-deep: #3F5000; --coral-soft: #E7EDCF;
    --sun: #D1F44B; --sun-soft: #EEF7C4; --sky: #526800;
    --shadow: 3px 4px 0 rgba(82,104,0,.11);
    --shadow-lg: 6px 8px 0 rgba(82,104,0,.16);
    --radius: 0px; --radius-lg: 0px;
    --f: -apple-system, BlinkMacSystemFont, "Segoe UI", "Trebuchet MS", Roboto, Helvetica, Arial, sans-serif;
    --maxw: 1160px;
    --s-0: clamp(1rem, .97rem + .16vw, 1.08rem);
    --s-1: clamp(1.12rem, 1.04rem + .34vw, 1.32rem);
    --s-2: clamp(1.4rem, 1.22rem + .8vw, 1.9rem);
    --s-3: clamp(1.9rem, 1.55rem + 1.5vw, 2.9rem);
    --s-4: clamp(2.5rem, 1.9rem + 2.9vw, 4.3rem);
  }
  /* Deliberately light-only: dark-mode viewers keep the same cream design. */
  @media (prefers-color-scheme: dark) {
    :root {
      --bg: #F4F3EA; --bg-2: #EDEFDA; --surface: #FFFFFF; --surface-2: #EFEEE0;
      --ink: #000000; --ink-soft: #141414; --ink-faint: #8B8E73; --line: #E3E1CF;
      --leaf: #526800; --leaf-deep: #3F5000; --leaf-soft: #E7EDCF;
      --coral: #526800; --coral-deep: #3F5000; --coral-soft: #E7EDCF;
      --sun: #D1F44B; --sun-soft: #EEF7C4; --sky: #526800;
      --shadow: 3px 4px 0 rgba(82,104,0,.11);
      --shadow-lg: 6px 8px 0 rgba(82,104,0,.16);
    }
  }
  :root[data-theme="light"] {
    --bg: #F4F3EA; --bg-2: #EDEFDA; --surface: #FFFFFF; --surface-2: #EFEEE0;
    --ink: #000000; --ink-soft: #141414; --ink-faint: #8B8E73; --line: #E3E1CF;
    --leaf: #526800; --leaf-deep: #3F5000; --leaf-soft: #E7EDCF;
    --coral: #526800; --coral-deep: #3F5000; --coral-soft: #E7EDCF;
    --sun: #D1F44B; --sun-soft: #EEF7C4; --sky: #526800;
    --shadow: 3px 4px 0 rgba(82,104,0,.11);
    --shadow-lg: 6px 8px 0 rgba(82,104,0,.16);
  }
  :root[data-theme="dark"] {
    --bg: #F4F3EA; --bg-2: #EDEFDA; --surface: #FFFFFF; --surface-2: #EFEEE0;
    --ink: #000000; --ink-soft: #141414; --ink-faint: #8B8E73; --line: #E3E1CF;
    --leaf: #526800; --leaf-deep: #3F5000; --leaf-soft: #E7EDCF;
    --coral: #526800; --coral-deep: #3F5000; --coral-soft: #E7EDCF;
    --sun: #D1F44B; --sun-soft: #EEF7C4; --sky: #526800;
    --shadow: 3px 4px 0 rgba(82,104,0,.11);
    --shadow-lg: 6px 8px 0 rgba(82,104,0,.16);
  }

  * { box-sizing: border-box; }
  html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
  body {
    margin: 0; background-color: var(--bg); background-image: repeating-linear-gradient(to right, color-mix(in srgb, var(--line) 62%, transparent) 0 1px, transparent 1px clamp(150px, 22vw, 260px)); color: var(--ink); font-family: var(--f);
    font-size: var(--s-0); line-height: 1.62; -webkit-font-smoothing: antialiased;
  }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }
  img { max-width: 100%; height: auto; display: block; }
  .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px); }
  h1, h2, h3 { margin: 0; line-height: 1.1; letter-spacing: -.01em; font-weight: 400; font-family: "Tanker", "Helvetica Neue", Arial, sans-serif; font-synthesis: none; }
  p { margin: 0; }
  a { color: inherit; text-decoration: none; }

  .hl { background: var(--sun); color: #111111; padding: 0 .14em; border-radius: 0; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
  .hl.green { background: var(--leaf); color: #fff; }
  .hl.coral { background: var(--coral); color: #fff; }
  .eyebrow { display: inline-block; font-weight: 600; font-size: 1rem; letter-spacing: 0; text-transform: none; color: var(--ink); border: 1px solid; padding: 6px 14px; }

  /* buttons */
  .btn { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 1rem; padding: 7px 22px; border-radius: 0; border: 2px solid transparent; cursor: pointer; box-shadow: 3px 4px 0px rgba(82, 104, 0, 0.11); transition: transform .15s ease, box-shadow .15s ease, background .15s ease; white-space: nowrap; }
  .btn svg { width: 18px; height: 18px; }
  .btn-primary { background: var(--sun); color: #26300A; border-color: var(--sun); }
  .btn-primary:hover { transform: translateY(-2px); background: #C6EE33; border-color: #C6EE33; box-shadow: 4px 6px 0px rgba(82, 104, 0, 0.16); }
  .btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
  .btn-ghost:hover { border-color: var(--leaf); color: var(--leaf-deep); transform: translateY(-2px); box-shadow: 4px 6px 0px rgba(82, 104, 0, 0.16); }
  .btn-light { background: var(--leaf); color: #F7F7EE; border-color: var(--leaf); }
  .btn-light:hover { transform: translateY(-2px); box-shadow: 4px 6px 0px rgba(82, 104, 0, 0.16); }
  .btn-white { background: var(--surface); color: var(--ink); border-color: var(--surface); }
  .btn-white:hover { transform: translateY(-2px); border-color: var(--leaf); color: var(--leaf-deep); box-shadow: 4px 6px 0px rgba(82, 104, 0, 0.16); }

  /* header — flat bar on the page background, hamburger + CTA on every viewport */
  header.top { position: sticky; top: 0; z-index: 50; background: var(--bg); border-bottom: 1px solid var(--line); transition: border-color .25s ease, box-shadow .25s ease; }
  header.top.scrolled { border-bottom-color: rgba(20,22,15,.12); }
  .nav-wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px); position: relative; }
  .nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; }

  .brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; font-size: 1.2rem; letter-spacing: -.02em; color: var(--ink); min-width: 0; }
  .brand-mark { width: 32px; height: 32px; flex: none; display: block; }
  .brand-mark svg { width: 100%; height: 100%; display: block; }
  .brand-logo { height: 52px; width: auto; display: block; }
  .brand-name { display: flex; flex-direction: column; line-height: 1.02; font-size: 1.16rem; font-weight: 800; letter-spacing: -.02em; color: var(--ink); min-width: 0; overflow: hidden; }
  .brand-name .brand-sub { font-weight: 800; color: var(--ink); }

  .nav-right { display: flex; align-items: center; gap: 10px; flex: none; }

  /* hamburger toggle */
  .nav-toggle { width: 46px; height: 46px; flex: none; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: 0; cursor: pointer; box-shadow: 3px 4px 0 rgba(82,104,0,.11); transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
  .nav-toggle:hover { transform: translateY(-2px); box-shadow: 4px 6px 0 rgba(82,104,0,.16); }
  .nt-bars { position: relative; width: 21px; height: 14px; }
  .nt-bars span { position: absolute; left: 0; height: 2.5px; background: var(--ink); border-radius: 2px; transition: transform .25s ease, width .25s ease, opacity .2s ease, top .25s ease; }
  .nt-bars span:nth-child(1) { top: 2px; width: 21px; }
  .nt-bars span:nth-child(2) { top: 9px; width: 13px; }
  .nav-toggle[aria-expanded="true"] .nt-bars span:nth-child(1) { top: 6px; width: 21px; transform: rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nt-bars span:nth-child(2) { top: 6px; width: 21px; transform: rotate(-45deg); }

  /* expanding menu panel */
  .nav-panel { position: absolute; top: calc(100% - 2px); right: clamp(18px, 4vw, 40px); width: 400px; max-width: calc(100% - 2 * clamp(18px, 4vw, 40px)); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-lg); padding: 10px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 2px; transform-origin: top right; opacity: 0; transform: translateY(-10px) scale(.98); visibility: hidden; transition: opacity .2s ease, transform .2s ease, visibility .2s; z-index: 60; }
  .nav-panel.open { opacity: 1; transform: none; visibility: visible; }
  .np-group { display: grid; padding: 6px 4px; }
  .np-group + .np-group { border-top: 1px solid var(--line); margin-top: 4px; padding-top: 10px; }
  .np-heading { font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-faint); padding: 2px 10px 6px; }
  .nav-panel a { padding: 11px 10px; font-weight: 600; font-size: 1rem; color: var(--ink-soft); border-radius: 0; transition: background .12s ease, color .12s ease; }
  .nav-panel a:hover { background: var(--surface-2); color: var(--leaf-deep); }
  .np-foot { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; border-top: 1px solid var(--line); margin-top: 4px; padding: 12px 6px 6px; }
  .np-cta { flex: 1 1 160px; justify-content: center; white-space: normal; text-align: center; }
  .lang { display: inline-flex; align-items: center; gap: 3px; }
  .flag { display: inline-flex; padding: 4px; border: 0; background: transparent; border-radius: 0; cursor: pointer; opacity: .5; filter: grayscale(.4); transition: opacity .15s ease, background .15s ease, filter .15s ease; }
  .flag:hover { opacity: 1; filter: none; }
  .flag.is-active { opacity: 1; filter: none; background: var(--surface-2); }
  .flag-svg { width: 26px; height: 18px; display: block; border-radius: 0; box-shadow: 0 0 0 1px rgba(20,22,15,.12); }
  @media (max-width: 460px) {
    .nav { gap: 10px; padding: 10px 0; }
    .brand { gap: 8px; }
    .brand-logo { height: 38px; }
    .brand-name { font-size: .92rem; }
    .nav-right { gap: 8px; }
    .nav-toggle { width: 40px; height: 40px; }
    .nt-bars { width: 18px; height: 12px; }
    .nt-bars span:nth-child(1) { width: 18px; }
    .nt-bars span:nth-child(2) { top: 8px; width: 11px; }
    .nav-toggle[aria-expanded="true"] .nt-bars span:nth-child(1),
    .nav-toggle[aria-expanded="true"] .nt-bars span:nth-child(2) { top: 5px; width: 18px; }
    header.top .nav-right .btn-primary { font-size: .9rem; padding: 8px 13px; gap: 6px; }
    header.top .nav-right .btn-primary svg { width: 15px; height: 15px; }
  }
  @media (max-width: 370px) {
    .brand-logo { height: 40px; }
    .brand-name { display: none; }
    header.top .nav-right .btn-primary { font-size: .84rem; padding: 8px 11px; }
    header.top .nav-right .btn-primary svg { display: none; }
  }

  /* hero */
  .hero { position: relative; padding-top: clamp(28px, 2vw, 56px); }
  .hero::before { content: none; }
  .hero-inner { position: relative; z-index: 1; text-align: center; max-width: 940px; margin: 0 auto; padding: clamp(16px,3vw,34px) clamp(18px,4vw,40px) clamp(6px,1.4vw,16px); }
  .hero-inner .kicker { display: inline-block; font-weight: 600; font-size: 1rem; letter-spacing: 0; text-transform: none; color: var(--ink); border: 1px solid; padding: 6px 14px; }
  .hero-inner .script { font-family: "Segoe Script", "Bradley Hand", "Snell Roundhand", "Brush Script MT", cursive; font-weight: 600; font-size: clamp(2.3rem, 1.4rem + 4.4vw, 4.8rem); line-height: 1; color: var(--ink); margin: 10px 0 2px; transform: rotate(-2.5deg); }
  .hero-inner h1 { margin-top: 14px; font-size: clamp(2.9rem, 1.7rem + 5.2vw, 5.8rem); letter-spacing: -.015em; line-height: 1.12; font-weight: 400; text-wrap: balance; }
  .hero-inner .lead { max-width: 50ch; margin: 22px auto 0; color: var(--ink-soft); font-size: var(--s-1); }
  .hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; justify-content: center; }
  .hero-rating { display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 18px; font-size: 1rem; color: var(--ink); }
  .hero-rating .hr-stars { color: #EA4537; letter-spacing: 1px; font-size: 1.05rem; }
  .hero-rating .hr-txt b { font-weight: 800; }
  .hero-rating .hr-logo { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; }
  .hero-rating .hr-logo svg { width: 18px; height: 18px; }
  .hero-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px 13px; margin-top: 22px; color: var(--ink-soft); font-weight: 600; font-size: .92rem; }
  .hero-meta .stars { color: #EA4537; letter-spacing: 1px; }
  .hero-meta .rating b { color: var(--ink); }
  .hero-meta .dot-sep { color: var(--ink-faint); }
  @media (max-width: 600px) { .hero-meta .dot-sep { display: none; } }

  .gallery-track { position: relative; height: 200vh; }
  .gallery-sticky { position: sticky; top: 0; height: 100vh; display: flex; align-items: flex-start; justify-content: center; overflow: hidden; }
  .hero-gallery { position: relative; z-index: 1; display: flex; justify-content: center; width: 100%; }
  .gallery-row { display: flex; gap: 16px; align-items: center; width: max-content; padding: 8px 0 12px; }
  .gcol { position: relative; display: flex; flex-direction: column; gap: 16px; flex: none; }
  .g { width: 100%; margin: 0; border-radius: 0; overflow: hidden; box-shadow: var(--shadow); background: var(--surface-2); }
  .g img { width: 100%; height: 100%; object-fit: cover; display: block; }
  /* vertically centred masonry: no offsets, spacing only via gap, centre is the tallest photo */
  .c1, .c5 { width: 196px; }
  .c1 .g, .c5 .g { aspect-ratio: 3 / 5; }
  .c2, .c4 { width: 236px; }
  .c2 .g:nth-child(1), .c4 .g:nth-child(2) { aspect-ratio: 1 / 1; }
  .c2 .g:nth-child(2), .c4 .g:nth-child(1) { aspect-ratio: 4 / 5; }
  .c3 { width: min(400px, 82vw); aspect-ratio: 5 / 7; z-index: 3; will-change: width, height; }
  .c3 .g { flex: 1; }
  @media (prefers-reduced-motion: reduce) {
    .gallery-track { height: auto; }
    .gallery-sticky { position: static; height: auto; padding: 20px 0 44px; }
  }

  /* USP · horizontale scroll */
  .usp { position: relative; }
  .usp-track { position: relative; height: 280vh; }
  .usp-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: center; }
  .usp-bg { position: absolute; top: 50%; left: 0; transform: translate(0, -50%); white-space: nowrap; font-family: "Tanker", "Helvetica Neue", Arial, sans-serif; font-size: clamp(140px, 36vh, 380px); line-height: .8; letter-spacing: -.02em; color: color-mix(in srgb, var(--ink) 6%, transparent); text-transform: uppercase; pointer-events: none; z-index: 0; will-change: transform; }
  .usp-row { position: relative; z-index: 1; width: max-content; display: flex; align-items: center; gap: clamp(30px, 4.5vw, 72px); padding-left: max(clamp(18px, 4vw, 40px), calc((100vw - 1080px) / 2)); padding-right: clamp(20px, 6vw, 100px); will-change: transform; }
  .usp-intro { flex: none; width: min(430px, 78vw); }
  .usp-intro h2 { margin-top: 14px; font-size: clamp(2.4rem, 1.5rem + 3.4vw, 4.6rem); line-height: 1.02; }
  .usp-card { flex: none; width: min(660px, 90vw); display: grid; grid-template-columns: clamp(240px, 25vw, 320px) minmax(0, 1fr); gap: clamp(20px, 2.6vw, 36px); align-items: center; }
  .usp-card .ph { aspect-ratio: 3 / 4; overflow: hidden; box-shadow: var(--shadow-lg); background: var(--surface-2); }
  .usp-card .ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .usp-card h3 { font-size: clamp(2rem, 1.5rem + 1.8vw, 3rem); }
  .usp-card p { margin-top: 14px; color: var(--ink-soft); font-size: 1.2rem; }
  .usp-hint { position: absolute; bottom: clamp(20px, 4vh, 40px); left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); z-index: 2; }
  .usp-hint svg { width: 18px; height: 18px; }
  @media (prefers-reduced-motion: reduce) {
    .usp-track { height: auto; }
    .usp-sticky { position: static; height: auto; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; padding: clamp(36px,8vw,64px) 0; align-items: stretch; }
    .usp-bg, .usp-hint { display: none; }
    .usp-row { transform: none !important; padding: 0 clamp(18px,5vw,40px); }
    .usp-card { width: min(440px, 82vw); }
  }
  @media (max-width: 640px) {
    /* Alle kaarten even hoog maken, zodat elke foto op dezelfde plek begint.
       Zonder dit schuift een kaart met een langere tekst omhoog door
       align-items:center, waardoor die foto groter lijkt dan de rest. */
    .usp-row { align-items: stretch; }
    .usp-card { align-content: start; }
    .usp-intro { width: 82vw; }
    .usp-intro h2 { font-size: clamp(2rem, 1.4rem + 5vw, 3rem); }
    .usp-card { width: 80vw; grid-template-columns: 1fr; gap: 16px; }
    .usp-card .ph { aspect-ratio: 1 / 1; }
    .usp-bg { font-size: clamp(96px, 22vh, 220px); }
    .usp-row { gap: 30px; padding: 0 26px; }
  }

  /* sections */
  section { position: relative; }
  .band { padding: clamp(52px, 8vw, 100px) 0; }
  .band.tint { background: var(--bg-2); }
  .sec-title { font-size: var(--s-3); max-width: 20ch; }
  .sec-intro { margin-top: 16px; color: var(--ink-soft); font-size: var(--s-1); max-width: 56ch; }
  .center { text-align: center; margin-left: auto; margin-right: auto; }
  .center .sec-intro, .center .sec-title { margin-left: auto; margin-right: auto; }

  /* trust strip */
  .strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  @media (max-width: 760px) { .strip { grid-template-columns: repeat(2, 1fr); } }
  .strip .item { background: var(--surface); border: 1px solid var(--line); border-radius: 0; padding: 20px; box-shadow: var(--shadow); }
  .strip .item .ic { width: 42px; height: 42px; border-radius: 0; display: grid; place-items: center; margin-bottom: 12px; }
  .strip .item .ic svg { width: 22px; height: 22px; }
  .strip .item h3 { font-size: 1.06rem; }
  .strip .item p { color: var(--ink-soft); font-size: .92rem; margin-top: 4px; }
  .ic.g { background: var(--leaf-soft); color: var(--leaf-deep); }
  .ic.c { background: var(--coral-soft); color: var(--coral-deep); }
  .ic.s { background: var(--sun-soft); color: var(--leaf-deep); }
  .ic.b { background: color-mix(in srgb, var(--sky) 18%, transparent); color: var(--sky); }

  /* beginner reassurance */
  .reassure { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(24px, 4vw, 54px); align-items: center; }
  @media (max-width: 820px) { .reassure { grid-template-columns: 1fr; } }
  .reassure .check-list { margin-top: 22px; display: grid; gap: 12px; }
  .reassure .check-list li { list-style: none; display: flex; gap: 12px; align-items: flex-start; font-size: 1.04rem; }
  .reassure .check-list li svg { width: 24px; height: 24px; color: var(--leaf); flex: none; margin-top: 1px; }
  .reassure .check-list li b { font-weight: 700; }
  .reassure-photo { position: relative; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 5; background: var(--surface-2); }
  .reassure-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .quote-card { background: var(--leaf); color: #F7F7EE; border-radius: 0; padding: clamp(26px, 4vw, 40px); box-shadow: var(--shadow-lg); position: relative; }
  .quote-card .mark { font-size: 4rem; line-height: .6; opacity: .35; }
  .quote-card p { font-size: var(--s-1); font-weight: 600; margin-top: 6px; }
  .quote-card .who { margin-top: 18px; font-weight: 700; opacity: .95; font-size: .95rem; }
  .quote-card .who span { display: block; font-weight: 500; opacity: .8; }

  /* offer cards */
  .offer { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  @media (max-width: 860px) { .offer { grid-template-columns: 1fr; } }
  .ocard { background: var(--surface); border: 1px solid var(--line); border-radius: 0; overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
  .ocard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
  .ocard .ph { position: relative; aspect-ratio: 16/10; overflow: hidden; }
  .ocard .ph img { width: 100%; height: 100%; object-fit: cover; }
  .ocard .tag { position: absolute; top: 14px; left: 14px; background: #fff; color: var(--leaf-deep); font-weight: 800; font-size: .78rem; padding: 6px 13px; border-radius: 0; letter-spacing: .02em; box-shadow: var(--shadow); }
  .ocard .tag.hot { background: var(--sun); color: #2A3400; }
  .ocard .body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
  .ocard h3 { font-size: var(--s-2); }
  .ocard p { color: var(--ink-soft); }
  .ocard .feats { list-style: none; padding: 0; margin: 6px 0 0; display: grid; gap: 8px; }
  .ocard .feats li { display: flex; gap: 9px; align-items: center; font-size: .96rem; color: var(--ink-soft); }
  .ocard .feats li svg { width: 17px; height: 17px; color: var(--leaf); flex: none; }
  .ocard .go { margin-top: auto; padding-top: 14px; font-weight: 700; color: var(--coral-deep); display: inline-flex; align-items: center; gap: 7px; }
  .ocard:hover .go svg { transform: translateX(3px); }
  .ocard .go svg { width: 16px; height: 16px; transition: transform .15s ease; }

  /* steps */
  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
  @media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }
  .step { background: var(--surface); border: 1px solid var(--line); border-radius: 0; padding: 26px 24px; box-shadow: var(--shadow); position: relative; }
  .step .n { width: 44px; height: 44px; border-radius: 0; display: grid; place-items: center; font-weight: 800; font-size: 1.3rem; color: #fff; margin-bottom: 14px; }
  .step:nth-child(1) .n { background: var(--leaf); }
  .step:nth-child(2) .n { background: var(--sun); color: #26300A; }
  .step:nth-child(3) .n { background: var(--leaf); }
  .step h3 { font-size: var(--s-2); }
  .step p { color: var(--ink-soft); margin-top: 7px; font-size: .98rem; }

  /* locations */
  .locs { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  @media (max-width: 760px) { .locs { grid-template-columns: 1fr; } }
  .loc { background: var(--surface); border: 1px solid var(--line); border-radius: 0; overflow: hidden; box-shadow: var(--shadow); }
  .loc .ph { aspect-ratio: 16/9; overflow: hidden; }
  .loc .ph img { width: 100%; height: 100%; object-fit: cover; }
  .loc .body { padding: 24px; }
  .loc h3 { font-size: var(--s-2); display: flex; align-items: center; gap: 10px; }
  .loc h3 .pin { width: 26px; height: 26px; border-radius: 0; background: var(--coral-soft); color: var(--coral-deep); display: grid; place-items: center; }
  .loc h3 .pin svg { width: 15px; height: 15px; }
  .loc .addr { color: var(--ink-soft); margin-top: 8px; font-size: .98rem; }
  .loc .addr a { color: var(--leaf-deep); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
  .loc .addr a:hover { color: var(--ink); }
  .loc .meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
  .loc .meta span { background: var(--surface-2); border-radius: 0; padding: 5px 12px; font-size: .84rem; font-weight: 600; color: var(--ink-soft); }
  .loc .actions { margin-top: 18px; display: flex; gap: 10px; flex-wrap: wrap; }
  .loc .actions .btn { padding: 10px 18px; font-size: .94rem; }

  /* community / testimonials */
  .comm { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(24px,4vw,54px); align-items: center; }
  @media (max-width: 860px) { .comm { grid-template-columns: 1fr; } }
  .comm .ph { border-radius: 0; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; }
  .comm .ph img { width: 100%; height: 100%; object-fit: cover; }

  /* full-bleed community photo with overlaid text */
  .club-band { padding-top: 0; padding-bottom: 0; }
  .club-photo { position: relative; margin: 0; overflow: hidden; }
  .club-photo img { display: block; width: 100%; height: clamp(440px, 54vw, 660px); object-fit: cover; object-position: center 50%; }
  .club-photo figcaption { position: absolute; inset: auto 0 0 0; display: flex; justify-content: center; text-align: center; padding: clamp(28px, 5vw, 56px); }
  .club-photo figcaption p { font-family: "Tanker","Helvetica Neue",Arial,sans-serif; font-weight: 400; font-synthesis: none; color: #FFFFFF; font-size: clamp(1.4rem, .95rem + 1.7vw, 2.3rem); line-height: 1.14; letter-spacing: -.01em; max-width: 32ch; margin: 0 auto; text-wrap: balance; text-shadow: 0 2px 16px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.55); }
  .club-photo figcaption .hl { text-shadow: none; }
  .tgrid { display: grid; gap: 16px; }
  .t { background: var(--surface); border: 1px solid var(--line); border-radius: 0; padding: 22px; box-shadow: var(--shadow); }
  .t .stars { color: #EA4537; letter-spacing: 1px; font-size: .95rem; }
  .t p { margin-top: 8px; font-size: 1.02rem; }
  .t .who { margin-top: 12px; font-weight: 700; font-size: .92rem; }
  .t .who span { color: var(--ink-faint); font-weight: 500; }

  /* coach */
  .coach { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(24px,4vw,54px); align-items: center; }
  @media (max-width: 820px) { .coach { grid-template-columns: 1fr; } }
  .coach .ph { border-radius: 0; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/4.6; max-width: 480px; }
  .coach .ph img { width: 100%; height: 100%; object-fit: cover; }
  .coach h2 { font-size: var(--s-3); }
  .coach p { color: var(--ink-soft); margin-top: 16px; font-size: var(--s-1); }
  .coach .sign { margin-top: 18px; font-weight: 800; color: var(--leaf-deep); font-size: 1.2rem; }

  /* reviews */
  .rev-head { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 16px 24px; margin-bottom: 30px; }
  .rev-head > div:first-child { flex: 1 1 300px; }
  .rev-score { display: inline-flex; align-items: center; gap: 13px; background: var(--ink); color: #F7F7EE; border: 0; padding: 14px 20px; box-shadow: var(--shadow); }
  .rev-score .big { font-family: "Tanker","Helvetica Neue",Arial,sans-serif; font-size: 2.1rem; line-height: 1; color: #F7F7EE; }
  .rev-score .stars { color: #FFC63D; letter-spacing: 1px; font-size: .95rem; }
  .rev-score small { color: rgba(247,247,238,.78); font-weight: 600; display: block; }
  .rev-score small a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
  .rev-score small a:hover { color: var(--sun); }
  .rev-score .gmark { width: 22px; height: 22px; flex: none; background: #fff; padding: 2px; }
  /* playful masonry review cards — mobile-first */
  .reviews-grid { columns: 1; column-gap: 18px; }
  @media (min-width: 620px) { .reviews-grid { columns: 2; } }
  @media (min-width: 980px) { .reviews-grid { columns: 3; } }
  .rcard { break-inside: avoid; margin: 0 0 18px; position: relative; background: var(--surface); border: 1px solid var(--line); padding: 26px 22px 20px; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
  .rcard:nth-child(odd) { transform: rotate(-1.1deg); }
  .rcard:nth-child(even) { transform: rotate(1deg); }
  .rcard:nth-child(5n) { transform: rotate(-.5deg); }
  .rcard:hover { transform: rotate(0deg) translateY(-4px); box-shadow: var(--shadow-lg); z-index: 2; }
  .rcard .rq-mark { position: absolute; top: 0; right: 16px; font-family: "Tanker","Helvetica Neue",Arial,sans-serif; font-size: 4.4rem; line-height: 1; color: color-mix(in srgb, var(--leaf) 18%, transparent); pointer-events: none; user-select: none; }
  .rcard .top { position: relative; margin-bottom: 12px; }
  .rcard .stars { color: #EA4537; letter-spacing: 2px; font-size: 1.05rem; }
  .rcard p { position: relative; color: var(--ink); font-size: 1.04rem; line-height: 1.52; }
  .rcard .who { margin-top: 16px; display: flex; align-items: center; gap: 10px; }
  .rcard .who .gmark { width: 22px; height: 22px; flex: none; }
  .rcard .who b { display: block; font-size: .95rem; line-height: 1.2; }
  .rcard .who .src { display: block; font-size: .78rem; line-height: 1.2; color: var(--ink-faint); }

  /* faq */
  .faq { max-width: 760px; margin: 0 auto; display: grid; gap: 12px; }
  details { background: var(--surface); border: 1px solid var(--line); border-radius: 0; padding: 4px 20px; box-shadow: var(--shadow); }
  details summary { list-style: none; cursor: pointer; padding: 16px 0; font-weight: 700; font-size: 1.06rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
  details summary::-webkit-details-marker { display: none; }
  details summary .plus { width: 26px; height: 26px; border-radius: 0; background: var(--leaf-soft); color: var(--leaf-deep); display: grid; place-items: center; flex: none; transition: background .2s ease, color .2s ease; }
  details summary .plus svg { width: 14px; height: 14px; display: block; transition: transform .2s ease; }
  details[open] summary .plus { background: var(--coral-soft); color: var(--coral-deep); }
  details[open] summary .plus svg { transform: rotate(45deg); }
  details .ans { color: var(--ink-soft); padding: 0 0 18px; font-size: 1rem; }

  /* final CTA */
  .final { background: linear-gradient(135deg, var(--sun), #E4FB84); color: #2A3400; border-radius: 0; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; }
  .final::before { content: ""; position: absolute; width: 340px; height: 340px; right: -80px; top: -120px; background: radial-gradient(circle, rgba(255,255,255,.45), transparent 62%); pointer-events: none; }
  .final::after { content: ""; position: absolute; width: 280px; height: 280px; left: -80px; bottom: -140px; background: radial-gradient(circle, rgba(82,104,0,.16), transparent 60%); pointer-events: none; }
  .final-media { align-self: stretch; }
  .final-media img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; display: block; }
  .final-body { position: relative; padding: clamp(36px, 6vw, 68px); text-align: left; }
  .final h2 { position: relative; font-size: var(--s-3); }
  .final-body p { position: relative; margin-top: 14px; font-size: var(--s-1); opacity: .95; max-width: 46ch; }
  .final .btn-row { position: relative; margin-top: 28px; display: flex; gap: 14px; justify-content: flex-start; flex-wrap: wrap; }
  .final .fineprint { position: relative; margin-top: 16px; font-size: .88rem; opacity: .82; }
  @media (max-width: 760px) { .final { grid-template-columns: 1fr; } .final-media img { min-height: 220px; } .final-body { text-align: center; } .final-body p { margin-left: auto; margin-right: auto; } .final .btn-row { justify-content: center; } }

  /* footer */
  footer.site { position: relative; background: var(--surface-2); color: var(--ink); border-top: 1px solid var(--line); padding: clamp(40px,5vw,64px) 0 28px; margin-top: 8px; }
  /* CTA — hero-inspired: warm people-photo collage. Mobile-first. */
  .foot-cta { display: grid; gap: clamp(22px,5vw,34px); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-lg); padding: clamp(20px,5vw,50px); margin-bottom: clamp(40px,5vw,66px); }
  .foot-cta-title { font-family: "Tanker","Helvetica Neue",Arial,sans-serif; font-weight: 400; font-synthesis: none; font-size: clamp(1.9rem, 1.5rem + 2vw, 3.6rem); line-height: 1.03; letter-spacing: -.01em; color: var(--ink); max-width: 18ch; text-wrap: balance; }
  .foot-cta-sub { margin-top: 14px; max-width: 46ch; color: var(--ink-soft); font-size: 1.04rem; }
  .foot-cta-btns { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 12px; }
  .foot-cta-btns .btn { flex: 1 1 180px; justify-content: center; }
  .foot-cta-fine { margin-top: 14px; color: var(--ink-faint); font-size: .86rem; }
  .foot-cta-media { position: relative; order: -1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .foot-cta-media figure { margin: 0; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 5; background: var(--surface-2); }
  .foot-cta-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .foot-cta-badge { position: absolute; left: 50%; bottom: 8px; transform: translateX(-50%); background: var(--surface); color: var(--ink); font-weight: 700; font-size: .8rem; padding: 7px 13px; box-shadow: var(--shadow-lg); display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
  .foot-cta-badge svg { width: 15px; height: 15px; color: var(--leaf); flex: none; }
  @media (min-width: 820px) {
    .foot-cta { grid-template-columns: 1.05fr .95fr; gap: clamp(30px,4vw,56px); align-items: center; padding: clamp(30px,4vw,52px); }
    .foot-cta-title { font-size: clamp(2.4rem, 1.3rem + 2.4vw, 3.6rem); max-width: 16ch; }
    .foot-cta-btns .btn { flex: 0 0 auto; }
    .foot-cta-media { order: 0; gap: clamp(12px,1.5vw,16px); }
    .foot-cta-media figure { aspect-ratio: 3 / 4; }
    .foot-cta-media .fcm-a { margin-top: clamp(16px,3.5vw,40px); }
    .foot-cta-media .fcm-b { margin-bottom: clamp(16px,3.5vw,40px); }
  }
  .foot-wordmark { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--ink); }
  .foot-wordmark img { height: clamp(52px, 7vw, 74px); width: auto; flex: none; display: block; }
  .foot-wordmark .fw-name { display: flex; flex-direction: column; font-family: "Tanker","Helvetica Neue",Arial,sans-serif; font-weight: 400; font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2.4rem); line-height: .95; letter-spacing: -.01em; text-transform: uppercase; }
  .foot-wordmark .lab { color: var(--leaf); }
  .foot-tag { max-width: 38ch; margin-bottom: 16px; color: var(--ink-soft); font-size: .98rem; }
  .foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 26px; }
  @media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 460px) { .foot-grid { grid-template-columns: 1fr; } }
  .foot-grid h4 { font-size: 1rem; text-transform: none; letter-spacing: 0; font-weight: 800; color: var(--leaf-deep); margin-bottom: 14px; }
  .foot-grid a, .foot-grid p { color: var(--ink-soft); font-size: .95rem; display: block; margin-bottom: 9px; transition: color .15s ease; }
  .foot-grid a:hover { color: var(--leaf-deep); }
  .foot-bottom { border-top: 1px solid var(--line); margin-top: clamp(34px,4vw,46px); padding-top: 20px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: var(--ink-faint); font-size: .86rem; }
  .foot-credit a { color: var(--leaf-deep); font-weight: 700; }
  .foot-credit a:hover { color: var(--ink); }

  /* sticky mobile cta */
  .mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: none; background: var(--surface); border: 1px solid var(--line); border-radius: 0; padding: 10px 12px; box-shadow: var(--shadow-lg); align-items: center; justify-content: space-between; gap: 12px; transform: translateY(calc(100% + 16px)); transition: transform .32s cubic-bezier(.2,.7,.3,1); }
  .mobile-cta.show { transform: none; }
  .mobile-cta b { font-size: .95rem; }
  .mobile-cta small { display: block; color: var(--ink-faint); font-weight: 600; font-size: .78rem; }
  .mobile-cta .btn { padding: 11px 18px; }
  @media (max-width: 640px) { .mobile-cta { display: flex; } body { padding-bottom: 80px; } }

  .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
  .reveal.in { opacity: 1; transform: none; }
  :focus-visible { outline: 3px solid var(--coral); outline-offset: 2px; border-radius: 0; }

  /* trial booking modal */
  .modal-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(8,10,6,.55); backdrop-filter: blur(3px); display: flex; align-items: flex-start; justify-content: center; padding: clamp(10px, 4vh, 52px) 14px; overflow-y: auto; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s; }
  .modal-overlay.open { opacity: 1; visibility: visible; }
  .modal { position: relative; background: var(--surface); width: 100%; max-width: 660px; margin: auto; padding: clamp(24px, 3vw, 40px); box-shadow: var(--shadow-lg); transform: translateY(12px); transition: transform .22s ease; }
  .modal-overlay.open .modal { transform: none; }
  .modal-close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border: 1px solid var(--line); background: var(--surface); cursor: pointer; font-size: 1.5rem; line-height: 1; color: var(--ink); display: grid; place-items: center; }
  .modal-close:hover { background: var(--surface-2); }
  .mstep { display: none; }
  .mstep.active { display: block; }
  .m-eyebrow { display: inline-block; font-weight: 700; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--leaf-deep); }
  .m-title { font-family: "Tanker","Helvetica Neue",Arial,sans-serif; font-weight: 400; font-size: clamp(1.7rem, 1.2rem + 1.8vw, 2.5rem); line-height: 1.02; margin: 8px 0 6px; }
  .m-sub { color: var(--ink-soft); margin-bottom: 22px; }
  .loc-choices { display: grid; gap: 12px; }
  .loc-choice { display: flex; align-items: center; gap: 15px; border: 1px solid var(--line); background: var(--surface); padding: 16px 18px; cursor: pointer; text-align: left; font: inherit; transition: border-color .15s ease, background .15s ease; }
  .loc-choice:hover { border-color: var(--ink); }
  .loc-choice.sel { border-color: var(--leaf); background: var(--leaf-soft); box-shadow: inset 0 0 0 1px var(--leaf); }
  .loc-choice .lc-ic { width: 42px; height: 42px; flex: none; display: grid; place-items: center; background: var(--surface-2); color: var(--ink); }
  .loc-choice.sel .lc-ic { background: var(--leaf); color: #fff; }
  .loc-choice .lc-ic svg { width: 22px; height: 22px; }
  .loc-choice b { display: block; font-size: 1.12rem; }
  .loc-choice .lc-txt span { color: var(--ink-soft); font-size: .9rem; }
  .loc-choice .lc-map { color: var(--leaf-deep); font-weight: 700; text-decoration: underline; }
  .loc-choice .lc-map:hover { color: var(--ink); }
  .week-nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
  .wn-btn { width: 42px; height: 42px; border: 1px solid var(--line); background: var(--surface); cursor: pointer; display: grid; place-items: center; color: var(--ink); flex: none; }
  .wn-btn:hover:not(:disabled) { background: var(--surface-2); border-color: var(--ink); }
  .wn-btn:disabled { opacity: .3; cursor: not-allowed; }
  .wn-btn svg { width: 20px; height: 20px; }
  .wn-label { text-align: center; line-height: 1.15; }
  .wn-label b { display: block; font-size: 1.04rem; }
  .wn-label span { font-size: .82rem; color: var(--ink-faint); }
  .day.past { opacity: .45; }
  .week { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; }
  .day { flex: 1 0 78px; min-width: 78px; border: 1px solid var(--line); padding: 12px 7px; text-align: center; }
  .day .dn { font-weight: 800; text-transform: uppercase; font-size: .82rem; }
  .day .dd { color: var(--ink-faint); font-size: .76rem; margin-bottom: 9px; }
  .day .slots { display: flex; flex-direction: column; gap: 6px; }
  .slot { border: 1px solid var(--line); background: var(--surface); padding: 8px 3px; font: inherit; font-weight: 700; font-size: .88rem; cursor: pointer; }
  .slot:hover { border-color: var(--ink); }
  .slot.sel { background: var(--sun); border-color: var(--sun); color: #111; }
  .slot small { display: block; font-weight: 600; font-size: .62rem; text-transform: uppercase; letter-spacing: .03em; color: var(--ink-faint); margin-top: 1px; }
  .slot.sel small { color: #3f5000; }
  .day .none { color: var(--ink-faint); font-size: 1.1rem; padding: 6px 0; }
  .m-summary { background: var(--surface-2); padding: 13px 16px; margin-bottom: 20px; font-size: .98rem; }
  .m-field { margin-bottom: 14px; }
  .m-field label { display: block; font-weight: 700; font-size: .86rem; margin-bottom: 6px; }
  .m-field input, .m-field select { width: 100%; border: 1px solid var(--line); background: var(--surface); padding: 12px 14px; font: inherit; color: var(--ink); border-radius: 0; }
  .m-field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23141414' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 18px; padding-right: 40px; cursor: pointer; }
  .m-field input:focus, .m-field select:focus { outline: 2px solid var(--leaf); outline-offset: 1px; border-color: var(--leaf); }
  .m-consent { display: flex; gap: 11px; align-items: flex-start; margin: 6px 0 2px; font-size: .92rem; color: var(--ink-soft); cursor: pointer; }
  .m-consent input { margin-top: 2px; width: 19px; height: 19px; flex: none; accent-color: var(--leaf); }
  .m-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 24px; }
  .m-back { display: inline-flex; align-items: center; justify-content: center; background: none; border: 2px solid var(--line); padding: 7px 22px; font-size: 1rem; font-weight: 700; cursor: pointer; color: var(--ink); }
  .m-back:hover { background: var(--surface-2); }
  .m-next[disabled] { opacity: .4; cursor: not-allowed; }
  .m-success { text-align: center; padding: 6px 0; }
  .m-success .ph { width: 128px; height: 128px; margin: 0 auto 20px; overflow: hidden; box-shadow: var(--shadow); }
  .m-success .ph img { width: 100%; height: 100%; object-fit: cover; }
  .m-success h3 { font-family: "Tanker","Helvetica Neue",Arial,sans-serif; font-weight: 400; font-size: clamp(1.9rem, 1.4rem + 2vw, 2.8rem); }
  .m-success p { color: var(--ink-soft); max-width: 38ch; margin: 12px auto 18px; }
  .m-succ-meta { display: inline-block; background: var(--sun); color: #111; font-weight: 700; padding: 10px 18px; margin-bottom: 22px; }
  .m-succ-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
  .modal-help { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: center; gap: 9px; flex-wrap: wrap; }
  .modal-help .mh-face { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; flex: none; display: block; }
  .modal-help .mh-hi { font-weight: 400; font-size: .92rem; color: var(--ink-soft); }
  .modal-help .mh-hi b { font-weight: 600; color: var(--ink); }
  .modal-help .mh-btn { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .92rem; color: var(--ink); transition: color .15s ease; }
  .modal-help .mh-btn span { border-bottom: 1.5px solid var(--line); transition: border-color .15s ease; }
  .modal-help .mh-btn:hover { color: #128C4B; }
  .modal-help .mh-btn:hover span { border-color: #128C4B; }
  .modal-help .mh-btn svg { width: 17px; height: 17px; }
  @media (max-width: 520px) { .m-nav { flex-direction: column-reverse; } .m-nav .btn, .m-nav .m-back { width: 100%; justify-content: center; text-align: center; } }

  /* ===== Over ons / about ===== */
  .about-hero { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(24px, 4.5vw, 64px); align-items: center; }
  @media (max-width: 860px) { .about-hero { grid-template-columns: 1fr; } }
  .about-portrait { position: relative; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 4.6; max-width: 480px; background: var(--surface-2); }
  .about-portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .about-portrait .badge { position: absolute; left: 16px; bottom: 16px; z-index: 2; background: var(--surface); color: var(--ink); font-weight: 700; font-size: .84rem; padding: 9px 14px; box-shadow: var(--shadow-lg); display: inline-flex; align-items: center; gap: 8px; }
  .about-portrait .badge .lf { width: 16px; height: 16px; color: var(--leaf); flex: none; }
  .about-hero h1 { font-size: var(--s-4); line-height: 1.06; margin-top: 16px; text-wrap: balance; }
  .about-hero .role { margin-top: 12px; font-weight: 500; color: #000; font-size: 1.15rem; }
  .about-hero .lede-quote { margin-top: 22px; font-family: "Tanker", "Helvetica Neue", Arial, sans-serif; font-weight: 400; font-synthesis: none; font-size: clamp(1.6rem, 1.15rem + 1.9vw, 2.5rem); line-height: 1.12; letter-spacing: -.01em; color: #9EC314; max-width: 24ch; }

  .story { max-width: 720px; margin: 0 auto; }
  .story p { margin-top: 1.15em; font-size: 1.14rem; line-height: 1.72; color: var(--ink-soft); }
  .story p:first-child { margin-top: 0; }
  .story p b, .story b { font-weight: 800; color: var(--ink); }
  .story.story-lead p:first-child::first-letter { font-family: "Tanker", "Helvetica Neue", Arial, sans-serif; font-size: 3.4rem; line-height: .72; float: left; padding: 6px 12px 0 0; color: var(--leaf-deep); }

  .story-quote { background: var(--leaf); color: #F7F7EE; padding: clamp(26px, 4vw, 42px); box-shadow: var(--shadow-lg); position: relative; margin: clamp(30px, 5vw, 50px) auto; max-width: 760px; }
  .story-quote .mark { font-family: "Tanker", "Helvetica Neue", Arial, sans-serif; font-size: 4rem; line-height: .5; opacity: .35; display: block; }
  .story-quote p { margin-top: 4px; font-size: var(--s-2); font-weight: 700; line-height: 1.3; color: #F7F7EE; }

  .story-big { font-family: "Tanker", "Helvetica Neue", Arial, sans-serif; font-weight: 400; font-size: var(--s-3); line-height: 1.05; text-align: center; max-width: 18ch; margin: clamp(34px, 6vw, 60px) auto; }
  .story-big .hl { padding: 0 .12em; }

  .about-duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(12px, 1.6vw, 18px); margin: clamp(32px, 5.5vw, 56px) auto; }
  @media (max-width: 620px) { .about-duo { grid-template-columns: 1fr; } }
  .about-duo figure { margin: 0; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 5; background: var(--surface-2); }
  .about-duo img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .about-duo .cap { position: absolute; left: 14px; bottom: 14px; z-index: 2; background: var(--surface); color: var(--ink); font-weight: 700; font-size: .8rem; padding: 7px 12px; box-shadow: var(--shadow); }

/* ===== Prijzen / pricing ===== */
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
@media (max-width: 980px) { .price-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .price-grid { grid-template-columns: 1fr; } }
.price-card { position: relative; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 28px 24px; display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.price-card .pc-name { font-weight: 800; font-size: 1.08rem; }
.price-card .pc-sub { color: var(--ink-faint); font-size: .88rem; margin-top: 2px; }
.price-card .pc-price { font-family: "Tanker","Helvetica Neue",Arial,sans-serif; font-weight: 400; font-size: clamp(2.4rem, 1.9rem + 1.6vw, 3.1rem); line-height: 1; margin-top: 18px; }
.price-card .pc-price .cur { font-family: var(--f); font-weight: 700; font-size: 1.3rem; vertical-align: top; margin-right: 2px; }
.price-card .pc-price .per { display: block; font-family: var(--f); font-weight: 600; font-size: .9rem; color: var(--ink-faint); margin-top: 6px; }
.price-card .pc-note { color: var(--ink-soft); font-size: .92rem; margin-top: 12px; }
.price-card .pc-cta { margin-top: auto; padding-top: 20px; }
.price-card .pc-cta .btn { width: 100%; justify-content: center; }
.price-card.feat { background: var(--leaf); color: #F7F7EE; border-color: var(--leaf); box-shadow: var(--shadow-lg); }
.price-card.feat .pc-sub, .price-card.feat .pc-price .per { color: rgba(247,247,238,.72); }
.price-card.feat .pc-note { color: rgba(247,247,238,.9); }
.price-badge { position: absolute; top: -11px; left: 24px; background: var(--sun); color: #26300A; font-weight: 800; font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; padding: 5px 12px; box-shadow: var(--shadow); }
.price-pt { margin-top: 22px; background: var(--surface-2); border: 1px solid var(--line); box-shadow: var(--shadow); padding: clamp(24px, 4vw, 40px); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 32px; }
.price-pt .pt-txt { flex: 1 1 340px; }
.price-pt h3 { font-size: var(--s-2); }
.price-pt p { color: var(--ink-soft); margin-top: 8px; max-width: 52ch; }
.price-foot { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px 26px; color: var(--ink-soft); font-size: .95rem; }
.price-foot span { display: inline-flex; align-items: center; gap: 8px; }
.price-foot svg { width: 18px; height: 18px; color: var(--leaf); flex: none; }

/* ===== Rooster / schedule ===== */
.schedule { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 40px; }
@media (max-width: 760px) { .schedule { grid-template-columns: 1fr; } }
.sched-card { background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 28px 26px; display: flex; flex-direction: column; min-width: 0; }
.sched-card h3 { font-size: var(--s-2); display: flex; align-items: center; gap: 10px; }
.sched-card h3 .pin { width: 30px; height: 30px; border-radius: 0; background: var(--leaf-soft); color: var(--leaf-deep); display: grid; place-items: center; flex: none; }
.sched-card h3 .pin svg { width: 17px; height: 17px; }
.sched-card .addr { margin-top: 10px; color: var(--ink-soft); font-size: .95rem; }
.sched-card .addr a { color: var(--leaf-deep); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.sched-card .addr a:hover { color: var(--ink); }
.sched-list { list-style: none; padding: 0; margin: 20px 0 0; }
.sched-list li { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line); }
.sched-list li:first-child { border-top: 0; }
.sched-list .sched-day { font-weight: 800; font-size: 1.04rem; }
.sched-list .sched-time { font-weight: 700; font-size: 1.04rem; color: var(--leaf-deep); font-variant-numeric: tabular-nums; white-space: nowrap; letter-spacing: .01em; }
.sched-card .btn { margin-top: auto; align-self: flex-start; }
.sched-card .sched-list { margin-bottom: 22px; }
.sched-note { margin-top: 24px; background: var(--leaf); color: #F7F7EE; box-shadow: var(--shadow-lg); padding: clamp(30px, 5vw, 52px); text-align: center; }
.sched-note .sn-tag { display: inline-block; background: var(--sun); color: #26300A; font-weight: 800; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; padding: 6px 14px; }
.sched-note h3 { margin-top: 16px; font-size: var(--s-3); color: #F7F7EE; }
.sched-note p { margin: 13px auto 0; color: rgba(247,247,238,.85); max-width: 58ch; font-size: 1.06rem; }

/* map inside schedule card (full-bleed at top) */
.sched-map { margin: -28px -26px 22px; height: clamp(170px, 24vw, 210px); overflow: hidden; background: var(--surface-2); border-bottom: 1px solid var(--line); }
.sched-map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* footer social icons */
.foot-social { display: flex; flex-direction: column; align-items: stretch; gap: 12px; margin-top: 16px; width: fit-content; max-width: 100%; }
.foot-social a.btn { display: inline-flex; justify-content: flex-start; margin-bottom: 0; color: var(--ink); }
.foot-social a.btn:hover { color: var(--leaf-deep); }

/* ===== Amsterdam landing / sales hero ===== */
.lp-hero-grid { display: grid; gap: clamp(28px,6vw,46px); align-items: center; }
.lp-hero h1 { font-size: clamp(2.3rem, 1.5rem + 3.4vw, 4.3rem); line-height: 1.03; letter-spacing: -.01em; }
.lp-hero-sub { margin-top: 18px; max-width: 46ch; color: var(--ink-soft); font-size: var(--s-1); }
.lp-hero-cta { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 13px; }
.lp-hero-rating { margin-top: 22px; display: inline-flex; align-items: center; flex-wrap: wrap; gap: 8px; font-weight: 600; font-size: .98rem; color: var(--ink); }
.lp-hero-rating .st { color: #EA4537; letter-spacing: 1px; font-size: 1.05rem; }
.lp-hero-rating b { font-weight: 800; }
.lp-hero-rating .g-ic { width: 18px; height: 18px; }
.lp-hero-badges { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-wrap: wrap; gap: 9px 20px; }
.lp-hero-badges li { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--ink-soft); font-size: .96rem; }
.lp-hero-badges svg { width: 19px; height: 19px; color: var(--leaf); flex: none; }
.lp-hero-media { position: relative; }
.lp-hero-media > img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 78%; box-shadow: var(--shadow-lg); display: block; }
@media (min-width: 880px) {
  .lp-hero-grid { grid-template-columns: 1.05fr .95fr; }
}

/* ===== "Buiten = endorfines" statement band ===== */
.endo { background: var(--leaf); color: #F7F7EE; text-align: center; }
.endo .eyebrow { color: #F7F7EE; border-color: rgba(247,247,238,.45); }
.endo h2 { margin-top: 16px; font-size: clamp(2.4rem, 1.5rem + 3.4vw, 4.4rem); line-height: 1.02; color: #F7F7EE; max-width: 16ch; margin-left: auto; margin-right: auto; }
.endo p { margin: 22px auto 0; max-width: 60ch; color: rgba(247,247,238,.9); font-size: var(--s-1); }
  .endo-ic { display: inline-flex; margin-bottom: 8px; color: var(--sun); }
  .endo-ic svg { width: clamp(48px, 5vw, 72px); height: clamp(48px, 5vw, 72px); }

/* Amsterdam location: schedule card + park photo */
.loc-split { display: grid; grid-template-columns: 1fr; gap: clamp(18px, 2.5vw, 26px); }
.loc-photo { margin: 0; overflow: hidden; box-shadow: var(--shadow); background: var(--surface-2); aspect-ratio: 4 / 3; }
.loc-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (min-width: 820px) {
  .loc-split { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .loc-photo { aspect-ratio: auto; }
}

/* ===== Aanbod-pagina's: gedeelde bouwstenen ===== */
/* drie gelijke kolommen (niveaus, prijskaarten, trainingsvormen) */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 940px) { .trio { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .trio { grid-template-columns: 1fr; } }

/* feitenbalk */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); box-shadow: var(--shadow); }
@media (max-width: 700px) { .facts { grid-template-columns: repeat(2, 1fr); } }
.facts .fact { background: var(--surface); padding: clamp(20px, 3vw, 30px) 18px; text-align: center; }
.facts .fact b { display: block; font-family: "Tanker", "Helvetica Neue", Arial, sans-serif; font-weight: 400; font-synthesis: none; font-size: clamp(1.8rem, 1.3rem + 1.7vw, 2.6rem); line-height: 1; letter-spacing: -.01em; }
.facts .fact span { display: block; margin-top: 9px; color: var(--ink-soft); font-size: .92rem; font-weight: 600; }

/* checklijst (los van .reassure bruikbaar) */
.checks { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 13px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-size: 1.04rem; color: var(--ink-soft); }
.checks li svg { width: 22px; height: 22px; color: var(--leaf); flex: none; margin-top: 2px; }
.checks li b { color: var(--ink); font-weight: 700; }

/* skill-chips */
.skill-tags { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.skill-tags li { display: inline-flex; align-items: center; gap: 9px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 10px 16px; font-weight: 700; font-size: .98rem; }
.skill-tags li svg { width: 16px; height: 16px; color: var(--leaf); flex: none; }
.skill-tags li.on { background: var(--sun); border-color: var(--sun); color: #26300A; }
.skill-tags li.on svg { color: #26300A; }

/* ===== Groepslessen: lesopbouw-tijdlijn ===== */
.lesplan { display: grid; gap: clamp(26px, 4vw, 50px); align-items: start; }
@media (min-width: 900px) { .lesplan { grid-template-columns: 1.02fr .98fr; } }
.lp-steps { list-style: none; margin: 0; padding: 0; }
.lp-steps li { position: relative; display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 20px; padding-bottom: 28px; }
.lp-steps li:last-child { padding-bottom: 0; }
.lp-steps li::before { content: ""; position: absolute; left: 22px; top: 52px; bottom: 4px; width: 2px; background: color-mix(in srgb, var(--ink) 15%, transparent); }
.lp-steps li:last-child::before { display: none; }
.lp-dot { width: 46px; height: 46px; display: grid; place-items: center; background: var(--leaf); color: #F7F7EE; font-weight: 800; font-size: 1.15rem; box-shadow: var(--shadow); position: relative; z-index: 1; }
.lp-steps li:nth-child(even) .lp-dot { background: var(--sun); color: #26300A; }
.lp-time { display: inline-block; background: var(--surface-2); border: 1px solid var(--line); font-weight: 800; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; padding: 4px 11px; margin-bottom: 10px; }
.lp-body h3 { font-size: var(--s-2); }
.lp-body p { margin-top: 9px; color: var(--ink-soft); }
.lp-photo { margin: 0; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 5; background: var(--surface-2); }
.lp-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (min-width: 900px) { .lp-photo { position: sticky; top: 110px; } }

/* ===== Personal training: trainingsvormen ===== */
.fcard { background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 30px 26px; display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.fcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.fcard .fc-ic { width: 46px; height: 46px; display: grid; place-items: center; background: var(--leaf-soft); color: var(--leaf-deep); margin-bottom: 18px; flex: none; }
.fcard .fc-ic svg { width: 24px; height: 24px; }
.fcard h3 { font-size: var(--s-2); }
.fcard p { margin-top: 11px; color: var(--ink-soft); }
.fcard .fc-meta { margin-top: auto; padding-top: 20px; font-weight: 700; font-size: .92rem; color: var(--leaf-deep); }
.fcard.feat { background: var(--leaf); border-color: var(--leaf); color: #F7F7EE; box-shadow: var(--shadow-lg); }
.fcard.feat p { color: rgba(247,247,238,.9); }
.fcard.feat .fc-ic { background: rgba(247,247,238,.16); color: #F7F7EE; }
.fcard.feat .fc-meta { color: var(--sun); }

/* vier stappen naast elkaar */
.steps.four { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .steps.four { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .steps.four { grid-template-columns: 1fr; } }
.steps.four .step:nth-child(4) .n { background: var(--sun); color: #26300A; }

/* knoppenrij in een groene band */
.sched-note .btn-row { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 13px; justify-content: center; }

  /* grid-items mogen krimpen i.p.v. de pagina breed te duwen */
  .schedule > *, .locs > *, .offer > *, .trio > *, .steps > *, .strip > *, .price-grid > *, .loc-split > *, .reassure > *, .coach > *, .lesplan > * { min-width: 0; }

  /* ===== Actief menu-item ===== */
  .nav-panel a[aria-current="page"] { background: var(--leaf-soft); color: var(--leaf-deep); font-weight: 800; box-shadow: inset 3px 0 0 var(--leaf); }
  .nav-panel a[aria-current="page"]:hover { background: var(--leaf-soft); }
  .np-group a[aria-current="page"]::after { content: ""; width: 7px; height: 7px; background: var(--leaf); margin-left: auto; }
  .np-group a { display: flex; align-items: center; gap: 10px; }

  /* ===== Review-kaart: varianten op dezelfde basis (.rcard) ===== */
  /* over een foto heen */
  .rcard-overlay { position: absolute; top: 16px; right: 16px; z-index: 2; width: min(300px, calc(100% - 32px)); margin: 0; box-shadow: var(--shadow-lg); padding: 20px 18px 16px; }
  .rcard-overlay.rcard-overlay-bottom { top: auto; bottom: 16px; }
  .rcard-overlay p { font-size: .95rem; line-height: 1.46; }
  .rcard-overlay .rq-mark { font-size: 3.2rem; right: 12px; }
  .rcard-overlay .stars { font-size: .95rem; letter-spacing: 1px; }
  .rcard-overlay .top { margin-bottom: 9px; }
  .rcard-overlay .who { margin-top: 12px; }

  /* tegel in de hero-collage */
  .rcard-tile { flex: none; margin: 0; display: flex; flex-direction: column; padding: 16px 15px 14px; box-shadow: var(--shadow); }
  .c1 .rcard-tile, .c5 .rcard-tile { aspect-ratio: 3 / 5; }
  .rcard-tile .rq-mark { font-size: 2.6rem; right: 11px; }
  .rcard-tile .top { margin-bottom: 8px; }
  .rcard-tile .stars { font-size: .82rem; letter-spacing: 1px; }
  .rcard-tile p { font-size: clamp(.78rem, .5rem + .55vw, 1.02rem); line-height: 1.34; font-weight: 700; }
  .rcard-tile .who { margin-top: auto; padding-top: 10px; }
  .rcard-tile .who .gmark { width: 17px; height: 17px; }
  .rcard-tile .who b { font-size: .84rem; }
  .rcard-tile .who .src { font-size: .7rem; }

  /* beide varianten staan stil: geen rotatie of hover-lift */
  .rcard.rcard-overlay, .rcard.rcard-overlay:hover,
  .rcard.rcard-tile, .rcard.rcard-tile:hover { transform: none; }

  /* Hero-collage op mobiel: de middenfoto compacter, de twee kolommen ernaast
     als smalle strook zichtbaar en bewust iets minder hoog dan het midden.
     LET OP: de 62vw hieronder staat ook in assets/js/main.js (baseWidth). */
  @media (max-width: 700px) {
    .gallery-row { gap: 10px; }
    .gcol { gap: 10px; }
    .c1, .c5 { display: none; }          /* review-tegels: op deze breedte onleesbaar */
    .c2, .c4 { width: 140px; }           /* 140 + 175 + 10 = 325 hoog, onder de 341 van c3 */
    .c3 { width: 62vw; }
  }
