/* ============================================================
   FITFABRIEK DE BAARD — Training Ledger (Variant B — Elektrisch Blauw)
   run-009-sonnet-claude-design-b-reference / v1-b
   ============================================================ */

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ============================================================
   CUSTOM PROPERTIES
   ============================================================ */
:root {
  --black:       #0E0E11;
  --dark:        #13131A;
  --dark-2:      #19191F;
  --anthracite:  #1F1F28;
  --divider:     rgba(255,255,255,0.07);
  --divider-l:   rgba(0,0,0,0.09);
  --white:       #ffffff;
  --off-white:   #f4f2f0;
  --text-d:      #eae7e1;
  --text-m:      rgba(234,231,225,0.48);
  --text-l:      #0e0e0e;
  --text-ml:     #5e5e5e;
  --blue:        #2F6BFF;
  --blue-h:      #1f58f0;
  --blue-dim:    rgba(47,107,255,0.14);
  --wa:          #25d366;

  --font-d: 'Barlow Condensed', sans-serif;
  --font-b: 'Inter', sans-serif;

  --pad: clamp(20px, 5.5vw, 88px);
  --max: 1320px;
  --rad: 2px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--black);
  color: var(--text-d);
  font-family: var(--font-b);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  font-family: inherit;
  border: none;
  background: none;
}

ul, ol {
  list-style: none;
}

/* ============================================================
   LAYOUT UTILS
   ============================================================ */
.w {
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--pad);
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.t-xl {
  font-family: var(--font-d);
  font-size: clamp(48px, 6.5vw, 108px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.t-sub {
  font-family: var(--font-d);
  font-size: clamp(16px, 1.8vw, 26px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--blue);
  display: block;
  margin-bottom: 24px;
}

.label {
  font-family: var(--font-d);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-m);
  display: block;
  margin-bottom: 6px;
}

/* ============================================================
   CADANS RAIL — HORIZONTALE VARIANT (.cadans-h)
   ============================================================ */
.cadans-h {
  display: flex;
  align-items: center;
  margin-bottom: 52px;
}

.cadans-h .cn {
  font-family: var(--font-d);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: rgba(255,255,255,0.13);
  flex-shrink: 0;
  line-height: 1;
  transition: color 0.4s ease;
  padding: 0 1px;
}

.cadans-h .cn.p {
  color: rgba(255,255,255,0.28);
}

.cadans-h .cn.a {
  color: var(--blue);
  font-size: 10.5px;
}

.cadans-h .cl {
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.06);
  min-width: 6px;
  max-width: 36px;
  margin: 0 3px;
  transition: background 0.4s ease;
}

.cadans-h .cl.p {
  background: rgba(255,255,255,0.18);
}

.cadans-h .cl.a {
  background: var(--blue);
  opacity: 0.5;
}

/* Contact sectie: cadansrail bovenaan met meer ruimte */
.cadans-h--contact {
  margin-bottom: 32px;
  margin-top: 8px;
}

/* ============================================================
   CADANS RAIL — VERTICALE VARIANT (.cadans-v)
   ============================================================ */
.cadans-v {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  padding: 8px 0;
  pointer-events: none;
  user-select: none;
}

.cadans-v .cv-n {
  font-family: var(--font-d);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.12);
  line-height: 1;
  transition: color 0.4s ease;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 2px 0;
  flex-shrink: 0;
}

.cadans-v .cv-n.p {
  color: rgba(255,255,255,0.25);
}

.cadans-v .cv-n.a {
  color: var(--blue);
  font-size: 9.5px;
}

.cadans-v .cv-line {
  flex: 1;
  width: 1px;
  background: rgba(255,255,255,0.06);
  min-height: 4px;
  margin: 2px 0;
  transition: background 0.4s ease;
}

.cadans-v .cv-line.p {
  background: rgba(255,255,255,0.18);
}

.cadans-v .cv-line.a {
  background: var(--blue);
  opacity: 0.5;
}

/* ============================================================
   SECTION MARKERS
   ============================================================ */
.s-mark {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.s-mark__n {
  font-family: var(--font-d);
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.1em;
  flex-shrink: 0;
}

.s-mark__dash {
  width: 28px;
  height: 1px;
  background: var(--blue);
  opacity: 0.4;
  flex-shrink: 0;
}

.s-mark__lbl {
  font-family: var(--font-d);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-m);
}

.s-mark--light .s-mark__n {
  color: var(--blue);
}

.s-mark--light .s-mark__lbl {
  color: var(--text-ml);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-b);
  font-size: 14.5px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: var(--rad);
  transition: background 0.2s ease, transform 0.15s ease, border-color 0.2s ease, opacity 0.2s ease;
  white-space: nowrap;
  letter-spacing: 0.01em;
  cursor: pointer;
  border: 1.5px solid transparent;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

.btn-primary:hover {
  background: var(--blue-h);
  border-color: var(--blue-h);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: var(--text-d);
  border-color: rgba(255,255,255,0.2);
}

.btn-outline:hover {
  border-color: rgba(255,255,255,0.45);
  color: var(--white);
}

.btn-outline-dark {
  background: transparent;
  color: var(--text-l);
  border: 1.5px solid rgba(0,0,0,0.18);
}

.btn-outline-dark:hover {
  border-color: rgba(0,0,0,0.4);
}

.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--wa);
  padding: 2px 0;
  transition: opacity 0.2s ease;
  text-decoration: none;
}

.btn-wa:hover {
  opacity: 0.75;
}

.btn-wa-large {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-b);
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  background: var(--wa);
  border: 1.5px solid var(--wa);
  padding: 14px 28px;
  border-radius: var(--rad);
  transition: opacity 0.2s ease, transform 0.15s ease;
  cursor: pointer;
}

.btn-wa-large:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.btn-wa-full {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-b);
  font-size: 14.5px;
  font-weight: 600;
  color: var(--wa);
  border: 1.5px solid rgba(37,211,102,0.28);
  padding: 14px 20px;
  border-radius: var(--rad);
  transition: opacity 0.2s ease;
}

.btn-wa-full:hover {
  opacity: 0.75;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  color: var(--blue);
  padding: 0;
  transition: gap 0.18s ease;
  text-decoration: none;
}

.btn-link:hover {
  gap: 12px;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--pad);
  height: 62px;
  background: rgba(14,14,17,0.90);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--divider);
}

.nav__logo {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
}

.nav__logo-a {
  font-family: var(--font-d);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1;
}

.nav__logo-b {
  font-family: var(--font-d);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
  line-height: 1;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
}

.nav__links a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(234,231,225,0.65);
  transition: color 0.2s ease;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.nav__links a:hover,
.nav__links a.active {
  color: var(--white);
}

.nav__right {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav__wa-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--wa);
  transition: opacity 0.2s ease;
  text-decoration: none;
}

.nav__wa-link:hover {
  opacity: 0.75;
}

/* Burger */
.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px 4px;
  cursor: pointer;
  background: none;
  border: none;
}

.nav__burger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--white);
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav--open .nav__burger span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.nav--open .nav__burger span:nth-child(2) {
  opacity: 0;
}

.nav--open .nav__burger span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* Mobile menu overlay */
.nav__mobile {
  display: none;
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--black);
  z-index: 99;
  padding: 36px var(--pad) 100px;
  flex-direction: column;
  overflow-y: auto;
}

.nav__mobile.open {
  display: flex;
}

.nav__mob-links {
  list-style: none;
  border-top: 1px solid var(--divider);
  margin-bottom: 36px;
}

.nav__mob-links a {
  display: block;
  padding: 18px 0;
  font-family: var(--font-d);
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--text-d);
  border-bottom: 1px solid var(--divider);
  transition: color 0.2s ease;
  text-decoration: none;
}

.nav__mob-links a:hover {
  color: var(--white);
}

.nav__mob-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ============================================================
   HERO — POSTER / SPLIT COMPOSITIE
   ============================================================ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 720px;
  background: var(--black);
  overflow: hidden;
  padding-top: 62px; /* nav hoogte */
}

/* Ghost achtergrondnummer "01" */
.hero__ghost {
  position: absolute;
  right: -0.03em;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-d);
  font-size: clamp(280px, 40vw, 680px);
  font-weight: 800;
  line-height: 1;
  color: rgba(255,255,255,0.025);
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.06em;
  z-index: 0;
}

/* Horizontale cadansrail boven content */
.hero__cadans-wrap {
  position: absolute;
  top: 78px;
  left: var(--pad);
  right: var(--pad);
  z-index: 3;
}

.hero__cadans-wrap .cadans-h {
  margin-bottom: 0;
  max-width: 600px;
}

/* Split container */
.hero__split {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 55% 45%;
  height: 100%;
}

/* Linker kolom: afbeelding */
.hero__img-col {
  position: relative;
  overflow: hidden;
}

.hero__img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

/* Fallback achtergrond als afbeelding niet laadt */
.hero__img-col::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--anthracite);
  z-index: -1;
}

.hero__img-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right,  rgba(14,14,17,0.0) 60%, rgba(14,14,17,0.95) 100%),
    linear-gradient(to bottom, rgba(14,14,17,0.35) 0%, rgba(14,14,17,0.0) 20%);
}

/* Rechter kolom: tekst — verticaal gecentreerd */
.hero__text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 72px) clamp(36px, 4vw, 64px) clamp(44px, 5vw, 72px) clamp(28px, 3vw, 48px);
  background: transparent;
}

.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.hero__eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  flex-shrink: 0;
}

.hero__eyebrow-label {
  font-family: var(--font-d);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(234,231,225,0.55);
}

.hero__hl {
  font-family: var(--font-d);
  font-size: clamp(54px, 6.8vw, 116px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 28px;
}

.hero__hl em {
  display: block;
  font-style: normal;
}

.hero__sub {
  font-size: clamp(14.5px, 1.2vw, 17px);
  color: rgba(234,231,225,0.68);
  max-width: 380px;
  line-height: 1.68;
  margin-bottom: 36px;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.hero__loc {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 0;
}

.hero__loc-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
  flex-shrink: 0;
}

.hero__loc-text {
  font-size: 11.5px;
  font-weight: 500;
  color: rgba(234,231,225,0.38);
  letter-spacing: 0.06em;
}

/* ============================================================
   SECTIE 01 — AANBOD REGISTER (typografische lijst)
   ============================================================ */
.register {
  background: var(--dark);
  padding: clamp(72px, 9vw, 120px) 0;
  border-top: 1px solid var(--divider);
}

.register__kop {
  font-family: var(--font-d);
  font-size: clamp(36px, 4.5vw, 68px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  line-height: 0.92;
  letter-spacing: -0.01em;
  margin-bottom: clamp(40px, 6vw, 72px);
}

/* De registerlijst — puur typografisch */
.register__list {
  border-top: 1px solid var(--divider);
}

.register__row {
  position: relative;
  border-bottom: 1px solid var(--divider);
  transition: background 0.22s ease;
  cursor: pointer;
}

.register__row:hover {
  background: var(--blue-dim);
}

/* Transparante overlay link voor volledige rij */
.register__row-link {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.register__row-left,
.register__row-right {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.register__row-arrow {
  pointer-events: auto;
}

/* Rij layout */
.register__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 3vw, 48px);
  padding: clamp(20px, 2.5vw, 28px) 0;
}

.register__row-left {
  display: flex;
  align-items: baseline;
  gap: clamp(14px, 2vw, 28px);
  flex: 1;
  min-width: 0;
}

.register__row-n {
  font-family: var(--font-d);
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.08em;
  flex-shrink: 0;
  width: 22px;
}

.register__row-name {
  font-family: var(--font-d);
  font-size: clamp(32px, 4.8vw, 72px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.015em;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.22s ease;
}

.register__row:hover .register__row-name {
  color: var(--blue);
}

/* Stippellijn-fill */
.register__row-dots {
  flex: 1;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    rgba(255,255,255,0.15) 0,
    rgba(255,255,255,0.15) 3px,
    transparent 3px,
    transparent 10px
  );
  min-width: 20px;
  align-self: center;
  margin-bottom: 4px;
  transition: background-image 0.22s ease;
}

.register__row:hover .register__row-dots {
  background-image: repeating-linear-gradient(
    to right,
    rgba(47,107,255,0.4) 0,
    rgba(47,107,255,0.4) 3px,
    transparent 3px,
    transparent 10px
  );
}

.register__row-dur {
  font-family: var(--font-d);
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-m);
  flex-shrink: 0;
  transition: color 0.22s ease;
}

.register__row:hover .register__row-dur {
  color: rgba(47,107,255,0.7);
}

.register__row-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.register__row-desc {
  font-size: clamp(12px, 1vw, 14.5px);
  color: var(--text-m);
  white-space: nowrap;
  transition: color 0.22s ease;
}

.register__row:hover .register__row-desc {
  color: rgba(234,231,225,0.7);
}

.register__row-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--rad);
  color: var(--text-m);
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}

.register__row:hover .register__row-arrow {
  border-color: var(--blue);
  color: var(--blue);
  transform: translateX(4px);
}

/* ============================================================
   SECTIE 02 — TOTAL BODY PLAN
   ============================================================ */
.tbp {
  background: var(--black);
  padding: clamp(72px, 9vw, 128px) 0 clamp(72px, 9vw, 112px);
  position: relative;
  overflow: hidden;
}

/* Ghost nummer "02" rechts op achtergrond */
.tbp__ghost {
  position: absolute;
  right: -0.02em;
  bottom: -0.1em;
  font-family: var(--font-d);
  font-size: clamp(200px, 28vw, 480px);
  font-weight: 800;
  line-height: 1;
  color: rgba(255,255,255,0.025);
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.05em;
  z-index: 0;
}

/* Wrapper met relatieve positionering voor cadans-v */
.tbp__inner {
  position: relative;
  z-index: 1;
  padding-left: calc(var(--pad) + 44px); /* ruimte voor cadans-v */
}

.tbp__content {
  width: 100%;
}

/* Volledige-breedte heading bovenaan */
.tbp__head {
  margin-bottom: clamp(40px, 6vw, 64px);
}

.tbp__hl {
  font-family: var(--font-d);
  font-size: clamp(56px, 7.5vw, 128px);
  font-weight: 800;
  line-height: 0.89;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
}

/* 2-kolom grid: tekst links, beeld rechts */
.tbp__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

.tbp__intro {
  font-size: clamp(15.5px, 1.3vw, 18px);
  color: var(--text-d);
  line-height: 1.72;
  max-width: 490px;
  margin-bottom: 40px;
}

.tbp__list {
  list-style: none;
  border-top: 1px solid var(--divider);
  margin-bottom: 44px;
}

.tbp__li {
  display: flex;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid var(--divider);
  align-items: flex-start;
}

.tbp__li-n {
  font-family: var(--font-d);
  font-size: 10px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.08em;
  margin-top: 4px;
  flex-shrink: 0;
  width: 20px;
}

.tbp__li-t {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 2px;
  line-height: 1.3;
}

.tbp__li-d {
  font-size: 13.5px;
  color: var(--text-m);
  line-height: 1.5;
}

.tbp__cta-row {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.tbp__visual {
  position: relative;
}

.tbp__img {
  width: 100%;
  height: clamp(440px, 55vw, 640px);
  object-fit: cover;
  border-radius: var(--rad);
  display: block;
}

.tbp__badge {
  position: absolute;
  bottom: 22px;
  left: 22px;
  background: rgba(14,14,17,0.92);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 16px 22px;
  border-radius: var(--rad);
  backdrop-filter: blur(10px);
}

.tbp__badge-lbl {
  font-family: var(--font-d);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-m);
  margin-bottom: 4px;
}

.tbp__badge-val {
  font-family: var(--font-d);
  font-size: 34px;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}

.tbp__badge-unit {
  font-family: var(--font-d);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-m);
  margin-left: 3px;
}

.tbp__badge-sub {
  font-family: var(--font-d);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-top: 4px;
}

/* ============================================================
   SECTIE 03 — TRAILBLAZERS
   ============================================================ */
.trail {
  background: var(--anthracite);
  position: relative;
  overflow: hidden;
}

/* Full-width beeld strip bovenaan */
.trail__strip {
  position: relative;
  height: 40vh;
  min-height: 260px;
  overflow: hidden;
}

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

/* Fallback */
.trail__strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--dark);
  z-index: -1;
}

.trail__strip-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(31,31,40,0.0) 40%, rgba(31,31,40,1.0) 100%);
}

/* Tekst sectie: relatieve positionering voor cadans-v */
.trail__inner {
  position: relative;
  padding-left: calc(var(--pad) + 44px);
  padding-top: clamp(48px, 6vw, 80px);
  padding-bottom: clamp(72px, 9vw, 112px);
}

.trail__content {
  max-width: 760px;
}

.trail__hl {
  color: var(--white);
  margin-bottom: 6px;
}

.trail__body {
  font-size: clamp(15px, 1.3vw, 17px);
  color: var(--text-d);
  line-height: 1.72;
  max-width: 540px;
  margin-bottom: 32px;
}

.trail__tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.trail__tag {
  font-family: var(--font-d);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 13px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 1px;
  color: rgba(255,255,255,0.5);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.trail__tag:hover {
  border-color: var(--blue);
  color: var(--blue);
}

/* ============================================================
   SECTIE 04 — GROEPSLESSEN (lichte sectie)
   ============================================================ */
.groep {
  background: var(--off-white);
}

/* Full-width beeld bovenaan */
.groep__strip {
  width: 100%;
  height: 50vh;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

.groep__strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

/* Fallback */
.groep__strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #d8d6d2;
  z-index: -1;
}

/* Onder beeld: 2-kolom tekst/CTA layout */
.groep__body-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
  padding: clamp(52px, 7vw, 96px) 0;
}

.groep__hl {
  font-family: var(--font-d);
  font-size: clamp(44px, 5.8vw, 96px);
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--text-l);
  letter-spacing: -0.015em;
}

.groep__body {
  font-size: clamp(15px, 1.3vw, 17px);
  color: var(--text-ml);
  line-height: 1.72;
  margin-bottom: 30px;
}

.groep__items {
  list-style: none;
  border-top: 1px solid var(--divider-l);
  margin-bottom: 36px;
}

.groep__item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 0;
  border-bottom: 1px solid var(--divider-l);
}

.groep__item-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  flex-shrink: 0;
}

.groep__item-text {
  font-size: 14.5px;
  color: var(--text-l);
}

/* ============================================================
   SECTIE 05 — RALF & TEAM
   ============================================================ */
.ralf {
  background: var(--dark);
  padding: clamp(72px, 9vw, 120px) 0;
  overflow: hidden;
}

/* Relatieve wrapper voor cadans-v */
.ralf__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
  padding-left: calc(var(--pad) + 44px);
}

.ralf__name {
  font-family: var(--font-d);
  font-size: clamp(60px, 8vw, 136px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  line-height: 0.88;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
  margin-top: 20px;
}

.ralf__role {
  font-family: var(--font-d);
  font-size: clamp(16px, 1.8vw, 26px);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--blue);
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.ralf__text {
  font-size: clamp(15px, 1.3vw, 17px);
  color: rgba(234,231,225,0.72);
  line-height: 1.72;
  max-width: 480px;
  margin-bottom: 36px;
}

/* Portret — rechterkolom */
.ralf__visual {
  position: relative;
}

.ralf__visual img {
  width: 100%;
  height: clamp(440px, 55vw, 620px);
  object-fit: cover;
  object-position: center 15%;
  border-radius: var(--rad);
  display: block;
}

/* Fallback */
.ralf__visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--anthracite);
  z-index: -1;
  border-radius: var(--rad);
}

/* ============================================================
   SECTIE 12 — CONTACT
   ============================================================ */
.contact {
  background: var(--black);
  padding: clamp(80px, 10vw, 136px) 0 clamp(72px, 9vw, 112px);
  position: relative;
  overflow: hidden;
}

/* Ghost "12" op achtergrond */
.contact::before {
  content: '12';
  position: absolute;
  right: -0.03em;
  bottom: -0.1em;
  font-family: var(--font-d);
  font-size: clamp(140px, 20vw, 340px);
  font-weight: 800;
  line-height: 1;
  color: rgba(255,255,255,0.025);
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.04em;
}

.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 7vw, 112px);
  align-items: start;
}

.contact__hl {
  color: var(--white);
  margin-bottom: 20px;
}

.contact__sub {
  font-size: clamp(15px, 1.3vw, 17.5px);
  color: var(--text-m);
  line-height: 1.7;
  max-width: 420px;
  margin-bottom: 36px;
}

.contact__actions {
  margin-bottom: 44px;
}

.contact__addr {
  padding-top: 32px;
  border-top: 1px solid var(--divider);
}

.contact__addr-text {
  font-size: 16px;
  color: var(--text-d);
  margin-top: 4px;
}

/* Formulier */
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: clamp(28px, 4vw, 44px);
  background: var(--dark-2);
  border: 1px solid var(--divider);
  border-radius: var(--rad);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label {
  font-family: var(--font-d);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-m);
}

.form-input {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--rad);
  color: var(--text-d);
  font-family: var(--font-b);
  font-size: 14.5px;
  padding: 12px 16px;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
  width: 100%;
}

.form-input::placeholder {
  color: rgba(234,231,225,0.28);
}

.form-input:focus {
  border-color: var(--blue);
  background: rgba(47,107,255,0.06);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.form-submit {
  width: 100%;
  justify-content: center;
}

.form-note {
  font-size: 12px;
  color: rgba(234,231,225,0.28);
  text-align: center;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--black);
  border-top: 1px solid var(--divider);
  padding: clamp(28px, 4vw, 44px) 0;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
}

.footer__logo-a,
.footer__logo-sep,
.footer__logo-b {
  font-family: var(--font-d);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(234,231,225,0.28);
  transition: color 0.2s ease;
}

.footer__logo:hover .footer__logo-a,
.footer__logo:hover .footer__logo-b {
  color: rgba(234,231,225,0.55);
}

.footer__links {
  display: flex;
  gap: 26px;
  list-style: none;
}

.footer__links a {
  font-size: 12.5px;
  color: rgba(234,231,225,0.3);
  transition: color 0.2s ease;
  text-decoration: none;
}

.footer__links a:hover {
  color: rgba(234,231,225,0.65);
}

.footer__copy {
  font-size: 11.5px;
  color: rgba(234,231,225,0.22);
}

/* ============================================================
   MOBILE STICKY BAR
   ============================================================ */
.mob-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: var(--black);
  border-top: 1px solid var(--divider);
  padding: 10px var(--pad);
  gap: 10px;
  align-items: center;
}

.mob-bar__cta {
  flex: 1;
  font-size: 13.5px;
  padding: 12px 20px;
}

.mob-bar__wa {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wa);
  padding: 12px 16px;
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: var(--rad);
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

.mob-bar__wa:hover {
  opacity: 0.75;
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.rv {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.rv.vis {
  opacity: 1;
  transform: none;
}

.rv-d1 { transition-delay: 0.08s; }
.rv-d2 { transition-delay: 0.18s; }
.rv-d3 { transition-delay: 0.28s; }
.rv-d4 { transition-delay: 0.38s; }
.rv-d5 { transition-delay: 0.48s; }

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .rv {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn,
  .btn-link,
  .btn-wa,
  .btn-wa-large,
  .cadans-h .cn,
  .cadans-h .cl,
  .cadans-v .cv-n,
  .cadans-v .cv-line,
  .register__row,
  .register__row-name,
  .register__row-arrow {
    transition: none;
  }
}

/* ============================================================
   RESPONSIVE — TABLET (≤ 1100px)
   ============================================================ */
@media (max-width: 1100px) {

  .tbp__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .tbp__img {
    height: 420px;
  }

  .tbp__ghost {
    display: none;
  }

  .ralf__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ralf__visual img {
    height: 420px;
    order: -1; /* portret boven tekst op tablet */
  }

  .contact__grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .register__row-desc {
    display: none;
  }
}

/* ============================================================
   RESPONSIVE — COMPACT DESKTOP (≤ 960px)
   ============================================================ */
@media (max-width: 960px) {
  .nav__links {
    gap: 20px;
  }

  .nav__links a {
    font-size: 12.5px;
  }

  .nav__wa-link {
    display: none;
  }

  .nav__right {
    gap: 14px;
  }

  .hero__split {
    grid-template-columns: 50% 50%;
  }
}

/* ============================================================
   RESPONSIVE — MOBIEL (≤ 900px)
   ============================================================ */
@media (max-width: 900px) {
  :root {
    --pad: 24px;
  }

  /* Nav */
  .nav__links,
  .nav__right {
    display: none;
  }

  .nav__burger {
    display: flex;
  }

  /* Hero: stack i.p.v. split */
  .hero {
    height: auto;
    min-height: 100svh;
    padding-top: 62px;
  }

  .hero__ghost {
    font-size: clamp(160px, 55vw, 300px);
    top: auto;
    bottom: 0;
    transform: none;
  }

  .hero__cadans-wrap {
    display: none;
  }

  .hero__split {
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero__img-col {
    height: 52vw;
    min-height: 220px;
  }

  .hero__img-overlay {
    background: linear-gradient(to bottom, rgba(14,14,17,0.0) 60%, rgba(14,14,17,1.0) 100%);
  }

  .hero__text-col {
    padding: 28px var(--pad) clamp(60px, 10vw, 88px);
    justify-content: flex-start;
  }

  .hero__hl {
    font-size: clamp(52px, 13vw, 80px);
  }

  .hero__loc {
    margin-top: 16px;
  }

  /* Cadans-v verbergen op mobiel */
  .cadans-v {
    display: none;
  }

  /* Sections herstellen padding-left */
  .tbp__inner,
  .trail__inner,
  .ralf__inner {
    padding-left: var(--pad);
  }

  /* Register */
  .register__row-name {
    font-size: clamp(28px, 8vw, 52px);
  }

  .register__row-right {
    gap: 12px;
  }

  /* TBP */
  .tbp {
    padding: 64px 0 56px;
  }

  .tbp__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tbp__img {
    height: 320px;
  }

  .tbp__badge {
    padding: 10px 14px;
  }

  .tbp__badge-val {
    font-size: 24px;
  }

  /* Trail */
  .trail__strip {
    height: 35vw;
    min-height: 200px;
  }

  .trail__inner {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  /* Groep */
  .groep__strip {
    height: 40vw;
    min-height: 200px;
  }

  .groep__body-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 0 64px;
  }

  /* Ralf */
  .ralf {
    padding: 64px 0;
  }

  .ralf__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ralf__visual img {
    height: 300px;
    order: -1;
  }

  /* Contact */
  .contact {
    padding: 64px 0;
  }

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

  /* Footer */
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer__links {
    flex-wrap: wrap;
    gap: 16px;
  }

  /* Mobile bar */
  .mob-bar {
    display: flex;
  }

  .footer {
    padding-bottom: 72px;
  }
}

/* ============================================================
   RESPONSIVE — KLEIN MOBIEL (≤ 600px)
   ============================================================ */
@media (max-width: 600px) {
  :root {
    --pad: 20px;
  }

  .hero__hl {
    font-size: clamp(46px, 14vw, 72px);
  }

  .hero__sub {
    font-size: 14.5px;
  }

  .hero__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .register__row-dur {
    display: none;
  }

  .register__row-right {
    display: none;
  }

  .tbp__cta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .contact__form {
    padding: 24px 20px;
  }

  .ralf__name {
    font-size: clamp(52px, 15vw, 80px);
  }

  .groep__hl {
    font-size: clamp(44px, 14vw, 72px);
  }
}

/* === Presentatie-balk (run-011 klantpresentatie) === */
html { scroll-padding-top: 120px; }
.presbar { position: fixed; inset: 0 0 auto 0; height: 38px; z-index: 10000; display: flex; align-items: center; justify-content: center; gap: 8px; background: #0b0c0e; color: #fff; font: 600 12.5px/1 system-ui, -apple-system, 'Segoe UI', sans-serif; letter-spacing: .03em; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.14); }
.presbar:hover { background: #16181b; }
.nav { top: 38px !important; }
