:root {
  /* FVM palette: derived from the #3A7A6E → #5FA99B logo gradient. */
  --kleur-primair:        #2E685E;
  --kleur-primair-mid:    #3A7A6E;
  --kleur-primair-licht:  #E7F2EF;
  --kleur-primair-donker: #132924;
  --kleur-accent:         #8A651F;
  --kleur-accent-warm:    #A94736;
  --kleur-wit:            #FFFFFF;
  --kleur-achtergrond:    #F2F7F5;
  --kleur-tekst:          #132924;
  --kleur-tekst-muted:    #4E665F;
  --kleur-rand:           #C9D8D3;

  --lettertype-hoofd: 'Segoe UI', system-ui, sans-serif;
  --lettertype-titel: Georgia, 'Times New Roman', serif;

  --ruimte-s:  0.75rem;
  --ruimte-m:  1.5rem;
  --ruimte-l:  3rem;
  --ruimte-xl: 6rem;

  --radius: 6px;
  --schaduw: 0 2px 16px rgba(0,0,0,0.08);
}

/* ================================================================
   Professional direction - calm, credible and consistent
   ================================================================ */

.professional-site {
  --kleur-primair: #2E685E;
  --kleur-primair-mid: #3A7A6E;
  --kleur-primair-licht: #E7F2EF;
  --kleur-primair-donker: #132924;
  --kleur-accent: #8A651F;
  --kleur-accent-warm: #A94736;
  --kleur-achtergrond: #F2F7F5;
  --kleur-tekst: #132924;
  --kleur-tekst-muted: #4E665F;
  --kleur-rand: #C9D8D3;
  --radius: 8px;
  --schaduw: 0 12px 32px rgba(19, 41, 36, 0.08);
  position: relative;
  overflow-x: clip;
  background: var(--kleur-achtergrond);
  color: var(--kleur-tekst);
  font-size: 1rem;
  line-height: 1.65;
}

.professional-site::before,
.professional-site::after {
  content: none;
  display: none;
}

.professional-site .glass-sheen::after,
.professional-site .hero__lijnen,
.professional-site .hero-board,
.professional-site .hero__scroll {
  display: none;
}

.professional-site .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.professional-site .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.professional-site .nav {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  padding-inline: 1.5rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--kleur-primair-donker);
  box-shadow: 0 5px 20px rgba(19, 41, 36, 0.12);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform: none;
}

.professional-site .nav__inner {
  width: min(1120px, 100%);
  max-width: 1120px;
  height: 72px;
}

.professional-site .nav__logo-img {
  border: 0;
  box-shadow: none;
}

.professional-site .nav__logo-naam {
  font-family: var(--lettertype-hoofd);
  font-size: 1rem;
  letter-spacing: 0;
}

.professional-site .nav__links {
  gap: 0.25rem;
}

.professional-site .nav__links a {
  padding: 0.5rem 0.72rem;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  letter-spacing: 0;
}

.professional-site .nav__links a:hover,
.professional-site .nav__links a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  box-shadow: none;
}

.professional-site .knop,
.professional-site .formulier__knop {
  min-height: 48px;
  padding: 0.72rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--kleur-primair-donker);
  box-shadow: none;
  color: #fff;
  font-weight: 700;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.professional-site .knop:hover,
.professional-site .formulier__knop:hover {
  background: var(--kleur-primair-mid);
  box-shadow: none;
  text-decoration: none;
  transform: translateY(-1px);
}

.professional-site .knop--lijn {
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
  color: #fff;
}

.professional-site .knop--lijn:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.professional-site .sectie--groen .knop--primair,
.professional-site .process-sectie .knop--primair {
  background: #e5cf92;
  color: var(--kleur-primair-donker);
}

.professional-site .sectie--groen .knop--primair:hover,
.professional-site .process-sectie .knop--primair:hover {
  background: #f0dda7;
}

.professional-site .hero--showtafel {
  min-height: min(720px, calc(100vh - 128px));
  padding: clamp(3.5rem, 5vw, 4.5rem) 1.5rem;
  text-align: left;
}

.professional-site .hero--showtafel::before {
  background: linear-gradient(90deg, rgba(11, 35, 30, 0.94) 0%, rgba(20, 58, 51, 0.81) 52%, rgba(20, 58, 51, 0.3) 100%);
}

.professional-site .hero__foto {
  background-position: center 38%;
  filter: saturate(0.78) contrast(1.03);
  transform: none;
  transition: none;
}

.professional-site .hero--showtafel .hero__inner {
  display: block;
  width: min(1120px, 100%);
  max-width: 1120px;
  padding: 0;
  border-radius: 0;
}

.professional-site .hero__content {
  max-width: 720px;
}

.professional-site .hero__naam {
  margin-bottom: 1.1rem;
  color: #e5cf92;
  font-family: var(--lettertype-hoofd);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.professional-site .hero--showtafel .hero__titel {
  max-width: 12ch;
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.professional-site .hero__tagline {
  max-width: 660px;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.65;
}

.professional-site .hero__knoppen {
  justify-content: flex-start;
  gap: 0.75rem;
}

.professional-site .sectie,
.professional-site .showtafel-sectie,
.professional-site .diagnose-sectie,
.professional-site .discipline-sectie,
.professional-site .bewijs-sectie {
  padding: clamp(4.5rem, 8vw, 7rem) 1.5rem;
}

.professional-site .sectie__inner,
.professional-site .cv-sectie__inner,
.professional-site .shows-sectie__inner,
.professional-site .scholen-sectie__inner {
  width: min(1120px, 100%);
  max-width: 1120px;
  margin-inline: auto;
}

.professional-site .sectie--licht,
.professional-site .cv-sectie,
.professional-site .scholen-sectie {
  background: #fff;
}

.professional-site .sectie--groen,
.professional-site .process-sectie {
  background: var(--kleur-primair-donker);
  color: #fff;
}

.professional-site .sectie__label,
.professional-site .bio-hero__label,
.professional-site .dienst-hero__label,
.professional-site .ver-hero__label {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--kleur-primair-mid);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.professional-site .sectie--groen .sectie__label,
.professional-site .process-sectie .sectie__label {
  color: #e5cf92;
}

.professional-site .sectie__titel,
.professional-site .bio-sectie__titel,
.professional-site .dienst-kaart__titel,
.professional-site .ver-kaart__naam {
  color: var(--kleur-primair-donker);
  letter-spacing: 0;
}

.professional-site .sectie__titel {
  max-width: 18ch;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.1;
}

.professional-site .sectie__intro {
  max-width: 680px;
  color: var(--kleur-tekst-muted);
}

.professional-site .sectie--groen .sectie__titel,
.professional-site .sectie--groen .sectie__intro,
.professional-site .process-sectie .sectie__titel,
.professional-site .process-sectie .sectie__intro {
  color: #fff;
}

.professional-site .showtafel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.professional-site .showtafel__intro p,
.professional-site .diagnose__kop p,
.professional-site .discipline-strip p,
.professional-site .praktijk-logboek__kop p {
  color: var(--kleur-tekst-muted);
}

.professional-site .showtafel__canvas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  min-height: 0;
  padding: 1px;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  background: var(--kleur-rand);
  box-shadow: var(--schaduw);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.professional-site .showtafel__route {
  display: none;
}

.professional-site .showtafel__laag,
.professional-site .showtafel__laag--beeld,
.professional-site .showtafel__laag--moment {
  min-height: 210px;
  padding: 1.6rem;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  transform: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.professional-site .showtafel__laag span,
.professional-site .diagnose__lijst span {
  color: var(--kleur-primair-mid);
}

.professional-site .showtafel__laag h3 {
  color: var(--kleur-primair-donker);
}

.professional-site .diagnose,
.professional-site .discipline-strip,
.professional-site .praktijk-logboek {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.professional-site .diagnose,
.professional-site .praktijk-logboek {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  padding: 0;
}

.professional-site .diagnose__lijst {
  gap: 0;
  border-top: 1px solid var(--kleur-rand);
}

.professional-site .diagnose__lijst article {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.25rem 0;
  border: 0;
  border-bottom: 1px solid var(--kleur-rand);
  border-radius: 0;
  background: transparent;
}

.professional-site .discipline-strip {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding: 0;
  margin-bottom: 2.5rem;
}

.professional-site .discipline-strip p {
  color: rgba(255, 255, 255, 0.72);
}

.professional-site .discipline-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: transparent;
  box-shadow: none;
}

.professional-site .discipline-rail span {
  min-height: 88px;
  padding: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--lettertype-hoofd);
  font-size: 0.9rem;
  font-weight: 700;
  transform: none;
}

.professional-site .discipline-rail span:last-child {
  border-right: 0;
}

.professional-site .proces-lijn {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.professional-site .proces-lijn--route::before {
  content: none;
}

.professional-site .proces-lijn article,
.professional-site .proces-lijn--route article {
  min-height: 200px;
  padding: 1.5rem 1.25rem;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.professional-site .proces-lijn article:last-child {
  border-right: 0;
}

.professional-site .proces-lijn--route span {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 1.25rem;
  background: transparent;
  color: #e5cf92;
  text-align: left;
}

.professional-site .praktijk-logboek__items {
  gap: 0;
  border-top: 1px solid var(--kleur-rand);
}

.professional-site .praktijk-logboek__items article {
  padding: 1.15rem 0;
  border: 0;
  border-bottom: 1px solid var(--kleur-rand);
}

.professional-site .actie-centrum {
  margin-top: 2rem;
}

.professional-site .contact__grid {
  gap: clamp(2.5rem, 6vw, 5rem);
  margin-top: 3rem;
}

.professional-site .contact__info,
.professional-site .contact__formulier {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.professional-site .contact__formulier {
  display: grid;
  gap: 1rem;
}

.professional-site .formulier__veld {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
  color: #fff;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.professional-site .formulier__veld::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.professional-site .formulier__veld:focus {
  border-color: #e5cf92;
  box-shadow: 0 0 0 3px rgba(198, 164, 85, 0.18);
}

.professional-site .formulier__knop {
  background: #e5cf92;
  color: var(--kleur-primair-donker);
}

.professional-site .bio-hero,
.professional-site .dienst-hero,
.professional-site .ver-hero {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 1.5rem;
  background: var(--kleur-primair-donker);
  text-align: center;
}

.professional-site .bio-hero::after,
.professional-site .dienst-hero::after,
.professional-site .ver-hero::after {
  content: none;
}

.professional-site .bio-hero__label,
.professional-site .dienst-hero__label,
.professional-site .ver-hero__label {
  color: #e5cf92;
}

.professional-site .bio-hero__titel,
.professional-site .dienst-hero__titel,
.professional-site .ver-hero__titel {
  max-width: 16ch;
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.professional-site .bio-hero__subtitel,
.professional-site .dienst-hero__subtitel,
.professional-site .ver-hero__subtitel {
  max-width: 680px;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
}

.professional-site .dienst-intro,
.professional-site .ver-intro,
.professional-site .bio-inhoud {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.professional-site .dienst-intro,
.professional-site .ver-intro {
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 5.5rem) 1.5rem 2.5rem;
  color: var(--kleur-tekst-muted);
  font-family: var(--lettertype-hoofd);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

.professional-site .trust-band {
  padding: 0 1.5rem clamp(4rem, 7vw, 6rem);
}

.professional-site .trust-band__inner {
  width: min(1120px, 100%);
  max-width: 1120px;
  gap: 0;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: none;
}

.professional-site .trust-band article {
  min-height: 120px;
  padding: 1.5rem;
  border: 0;
  border-right: 1px solid var(--kleur-rand);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.professional-site .trust-band article:last-child {
  border-right: 0;
}

.professional-site .trust-band article::before,
.professional-site .dienst-kaart::before,
.professional-site .ver-kaart::before,
.professional-site .contact__formulier::before,
.professional-site .scholen-jaar::before,
.professional-site .bio-highlight::before,
.professional-site .bio-afsluiting::before {
  content: none;
}

.professional-site .trust-band strong {
  color: var(--kleur-primair-donker);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.professional-site .diensten-grid,
.professional-site .cv-grid,
.professional-site .shows-grid,
.professional-site .scholen-jaren {
  width: min(1120px, calc(100% - 3rem));
  max-width: 1120px;
  margin-inline: auto;
}

.professional-site .diensten-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.professional-site .dienst-kaart,
.professional-site .cv-blok,
.professional-site .show-kolom,
.professional-site .scholen-jaar,
.professional-site .bio-sectie {
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.professional-site .dienst-kaart {
  min-height: 280px;
  min-width: 0;
  padding: 1.6rem;
  border-top: 3px solid var(--kleur-primair);
}

.professional-site .diensten-grid > .dienst-kaart:nth-child(n) {
  grid-column: auto;
}

.professional-site .dienst-kaart:hover,
.professional-site .ver-kaart:hover,
.professional-site .show-item:hover,
.professional-site .scholen-jaar:hover,
.professional-site .trust-band article:hover {
  border-color: var(--kleur-rand);
  box-shadow: var(--schaduw);
  transform: translateY(-2px);
}

.professional-site .dienst-kaart__icoon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border: 0;
  border-radius: 6px;
  background: var(--kleur-primair-licht);
  color: var(--kleur-primair-donker);
  box-shadow: none;
  font-size: 1.15rem;
}

.professional-site .cv-sectie,
.professional-site .shows-sectie,
.professional-site .scholen-sectie {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.professional-site .shows-sectie {
  background: var(--kleur-achtergrond);
}

.professional-site .cv-grid,
.professional-site .shows-grid,
.professional-site .scholen-jaren {
  gap: 1rem;
}

.professional-site .cv-blok,
.professional-site .show-kolom,
.professional-site .scholen-jaar {
  padding: 1.5rem;
}

.professional-site .cv-blok::before,
.professional-site .cv-item::before {
  content: none;
}

.professional-site .cv-blok__titel {
  padding: 0 0 1rem;
  border-bottom: 1px solid var(--kleur-rand);
  background: transparent;
}

.professional-site .cv-blok__titel span {
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.professional-site .cv-lijst {
  padding: 0;
}

.professional-site .cv-item,
.professional-site .show-item {
  border: 0;
  border-bottom: 1px solid var(--kleur-rand);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.professional-site .cv-item__periode,
.professional-site .show-item__jaar {
  border: 0;
  border-radius: 4px;
  background: var(--kleur-primair-licht);
  box-shadow: none;
  color: var(--kleur-primair-donker);
}

.professional-site .filterbar {
  width: auto;
  margin: 0 auto 2.5rem;
}

.professional-site .filterbar__button,
.professional-site .mobile-collapse__toggle,
.professional-site .rol-badge,
.professional-site .rol-tag {
  border: 1px solid var(--kleur-rand);
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
  color: var(--kleur-primair-donker);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.professional-site .filterbar__button.is-active {
  border-color: var(--kleur-primair-donker);
  background: var(--kleur-primair-donker);
  color: #fff;
}

.professional-site .bio-inhoud {
  max-width: 900px;
  padding: clamp(4.5rem, 8vw, 7rem) 1.5rem;
}

.professional-site .bio-intro {
  margin-bottom: 3.5rem;
  color: var(--kleur-primair-donker);
  font-family: var(--lettertype-titel);
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
}

.professional-site .bio-sectie {
  margin-bottom: 1rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.professional-site .bio-highlight,
.professional-site .bio-afsluiting {
  border: 1px solid var(--kleur-rand);
  border-left: 4px solid var(--kleur-accent);
  border-radius: var(--radius);
  background: var(--kleur-primair-licht);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.professional-site .ver-lijst {
  width: min(1120px, calc(100% - 3rem));
  max-width: 1120px;
  gap: 1.5rem;
  padding: 0 0 clamp(4.5rem, 8vw, 7rem);
}

.professional-site .ver-kaart,
.professional-site .ver-kaart--gespiegeld {
  min-height: 380px;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: 0;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: none;
  transform: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.professional-site .ver-kaart--gespiegeld {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
}

.professional-site .ver-kaart__foto,
.professional-site .ver-kaart--gespiegeld .ver-kaart__foto {
  align-self: stretch;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  height: 100%;
  aspect-ratio: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: var(--kleur-primair-licht);
  box-shadow: none;
  filter: none;
  mask-image: none;
  opacity: 1;
}

.professional-site .ver-kaart__foto::before {
  content: none;
}

.professional-site .ver-kaart__foto::after {
  background: linear-gradient(to top, rgba(20, 58, 51, 0.16), transparent 48%);
  box-shadow: none;
}

.professional-site .ver-kaart__foto img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.02);
  box-shadow: none;
}

.professional-site .ver-kaart__inhoud {
  min-width: 0;
  padding: clamp(1.6rem, 4vw, 3rem);
}

.professional-site .ver-kaart__locatie {
  color: var(--kleur-primair-mid);
}

.professional-site .ver-kaart__rollen .rol-badge {
  border-color: var(--kleur-rand);
  background: var(--kleur-primair-licht);
  box-shadow: none;
  color: var(--kleur-primair-donker);
}

.professional-site .ver-kaart__bijdrage {
  border: 0;
  border-left: 3px solid var(--kleur-accent);
  border-radius: 0;
  background: transparent;
  color: var(--kleur-primair-donker);
}

.professional-site .footer {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: #0f2c27;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

@media (max-width: 980px) {
  .professional-site .showtafel,
  .professional-site .diagnose,
  .professional-site .praktijk-logboek,
  .professional-site .contact__grid,
  .professional-site .ver-kaart,
  .professional-site .ver-kaart--gespiegeld {
    grid-template-columns: 1fr;
  }

  .professional-site .diensten-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .professional-site .discipline-rail,
  .professional-site .proces-lijn {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .professional-site .discipline-rail span,
  .professional-site .proces-lijn article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .professional-site .ver-kaart--gespiegeld .ver-kaart__foto,
  .professional-site .ver-kaart--gespiegeld .ver-kaart__inhoud {
    order: initial;
  }

  .professional-site .ver-kaart__foto,
  .professional-site .ver-kaart--gespiegeld .ver-kaart__foto {
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  .professional-site .nav {
    padding-inline: 1rem;
  }

  .professional-site .nav__inner {
    height: 64px;
  }

  .professional-site .nav__links {
    top: 64px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0.75rem 1rem 1rem;
    border: 0;
    border-radius: 0;
    background: var(--kleur-primair-donker);
    box-shadow: 0 16px 24px rgba(8, 30, 26, 0.16);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .professional-site .hero--showtafel {
    min-height: 640px;
    padding: 5rem 1.25rem;
  }

  .professional-site .hero--showtafel::before {
    background: linear-gradient(90deg, rgba(11, 35, 30, 0.94), rgba(20, 58, 51, 0.7));
  }

  .professional-site .hero--showtafel .hero__titel {
    max-width: 13ch;
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .professional-site .hero__knoppen {
    flex-direction: column;
    align-items: stretch;
  }

  .professional-site .hero__knoppen .knop {
    width: 100%;
  }

  .professional-site .sectie,
  .professional-site .showtafel-sectie,
  .professional-site .diagnose-sectie,
  .professional-site .discipline-sectie,
  .professional-site .bewijs-sectie,
  .professional-site .cv-sectie,
  .professional-site .shows-sectie,
  .professional-site .scholen-sectie {
    padding-block: 4rem;
  }

  .professional-site .sectie__titel {
    max-width: none;
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .professional-site .showtafel__canvas,
  .professional-site .diensten-grid,
  .professional-site .discipline-rail,
  .professional-site .proces-lijn,
  .professional-site .trust-band__inner,
  .professional-site .cv-grid,
  .professional-site .shows-grid,
  .professional-site .scholen-jaren {
    grid-template-columns: 1fr;
  }

  .professional-site .showtafel__laag {
    min-height: 0;
  }

  .professional-site .discipline-strip {
    display: block;
  }

  .professional-site .discipline-strip .knop {
    margin-top: 1.25rem;
  }

  .professional-site .discipline-rail span,
  .professional-site .proces-lijn article {
    min-height: 0;
    border-right: 0;
  }

  .professional-site .proces-lijn article {
    padding: 1.25rem 0;
  }

  .professional-site .bio-hero,
  .professional-site .dienst-hero,
  .professional-site .ver-hero {
    min-height: 300px;
    padding: 4.5rem 1.25rem;
  }

  .professional-site .bio-hero__titel,
  .professional-site .dienst-hero__titel,
  .professional-site .ver-hero__titel {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }

  .professional-site .trust-band article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--kleur-rand);
  }

  .professional-site .trust-band article:last-child {
    border-bottom: 0;
  }

  .professional-site .dienst-kaart {
    min-height: 0;
  }

  .professional-site .ver-kaart__foto,
  .professional-site .ver-kaart--gespiegeld .ver-kaart__foto {
    min-height: 250px;
    height: 250px;
  }

  .professional-site .filterbar {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0 1.5rem 0.5rem;
  }

  .professional-site .filterbar__button {
    flex: 0 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .professional-site .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ---- Skip-navigatie (toegankelijkheid) ---- */
.skip-nav {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--kleur-primair-donker);
  color: var(--kleur-wit);
  padding: 0.5rem 1.25rem;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.9rem;
  z-index: 9999;
  transition: top 0.2s;
}

.skip-nav:focus {
  top: 0.5rem;
  text-decoration: none;
  outline: 3px solid var(--kleur-accent);
}

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

/* ---- Focus-stijlen (WCAG AA) ---- */
:focus-visible {
  outline: 3px solid var(--kleur-accent);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---- Reset ---- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--lettertype-hoofd);
  color: var(--kleur-tekst);
  background-color: var(--kleur-achtergrond);
  line-height: 1.7;
  font-size: 1rem;
}

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

a {
  color: var(--kleur-primair);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ---- Navigatie ---- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--kleur-primair-donker);
  padding: 0 var(--ruimte-m);
}

.nav__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}

.nav__logo-img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex-shrink: 0;
}

.nav__logo-naam {
  font-family: var(--lettertype-titel);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--kleur-wit);
  letter-spacing: 0.02em;
  transition: color 0.2s;
}

.nav__logo:hover .nav__logo-naam {
  color: var(--kleur-accent);
}

.nav__logo:hover {
  text-decoration: none;
}

.nav__links {
  list-style: none;
  display: flex;
  gap: var(--ruimte-m);
}

.nav__links a {
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}

.nav__links a:hover,
.nav__links a[aria-current="page"] {
  color: var(--kleur-accent);
  text-decoration: none;
}

/* Hamburger (mobiel) */
.nav__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}

.nav__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--kleur-wit);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

/* ---- Hero ---- */
.hero {
  position: relative;
  color: var(--kleur-wit);
  padding: var(--ruimte-xl) var(--ruimte-m);
  text-align: center;
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  align-items: center;
}

.hero__foto {
  position: absolute;
  inset: 0;
  background-image: url('../img/hero-trompet.webp');
  background-size: cover;
  background-position: center 40%;
  z-index: 0;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(30, 60, 55, 0.72) 0%,
    rgba(42, 90, 82, 0.80) 60%,
    rgba(20, 45, 40, 0.88) 100%
  );
  z-index: 1;
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.hero__subtitel {
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--kleur-accent);
  margin-bottom: var(--ruimte-s);
  font-weight: 600;
}

.hero__titel {
  font-family: var(--lettertype-titel);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: var(--ruimte-m);
}

.hero__tagline {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: rgba(255,255,255,0.85);
  margin-bottom: var(--ruimte-l);
  font-style: italic;
}

.hero__knoppen {
  display: flex;
  gap: var(--ruimte-s);
  justify-content: center;
  flex-wrap: wrap;
}

/* ---- Knoppen ---- */
.knop {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
  font-family: var(--lettertype-hoofd);
}

.knop:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.knop--primair {
  background-color: var(--kleur-accent);
  color: var(--kleur-primair-donker);
}

.knop--primair:hover {
  background-color: #ddb030;
}

.knop--lijn {
  background-color: transparent;
  color: var(--kleur-wit);
  border: 2px solid rgba(255,255,255,0.6);
}

.knop--lijn:hover {
  border-color: var(--kleur-wit);
  background-color: rgba(255,255,255,0.08);
}

/* ---- Secties algemeen ---- */
.sectie {
  padding: var(--ruimte-xl) var(--ruimte-m);
}

.sectie--licht {
  background-color: var(--kleur-wit);
}

.sectie--groen {
  background-color: var(--kleur-primair-licht);
}

.sectie__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.sectie__koptekst {
  text-align: center;
  margin-bottom: var(--ruimte-l);
}

.sectie__label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--kleur-primair-mid);
  margin-bottom: var(--ruimte-s);
}

.sectie__titel {
  font-family: var(--lettertype-titel);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--kleur-primair-donker);
  line-height: 1.25;
}

.sectie__intro {
  margin-top: var(--ruimte-s);
  font-size: 1.05rem;
  color: var(--kleur-tekst-muted);
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

/* ---- Over Ferdi ---- */
.over__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: var(--ruimte-l);
  align-items: center;
}

.over__tekst p {
  color: var(--kleur-tekst-muted);
  margin-bottom: var(--ruimte-m);
}

.over__rollen {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: var(--ruimte-m);
}

.rol-tag {
  display: inline-block;
  background-color: var(--kleur-primair-licht);
  color: var(--kleur-primair-donker);
  border: 1px solid var(--kleur-rand);
  border-radius: 100px;
  padding: 0.3rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.over__afbeelding-wrapper {
  background: linear-gradient(145deg, var(--kleur-primair-licht), var(--kleur-rand));
  border-radius: var(--radius);
  border: 2px solid var(--kleur-rand);
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--kleur-primair);
  font-style: italic;
  font-size: 0.9rem;
}

.over__afbeelding-wrapper span {
  font-size: 3rem;
}

.over__afbeelding-wrapper--foto {
  padding: 0;
  overflow: hidden;
}

.over__afbeelding-wrapper--foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.show-control {
  position: relative;
  min-height: 520px;
  padding: clamp(1rem, 3vw, 2rem);
  border: 1px solid rgba(255,255,255,0.48);
  border-radius: 24px;
  background:
    radial-gradient(circle at 72% 20%, rgba(240,192,64,0.20), transparent 10rem),
    linear-gradient(135deg, rgba(255,255,255,0.46), rgba(255,255,255,0.16));
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255,255,255,0.56);
  overflow: hidden;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.show-control__ring {
  position: absolute;
  inset: 1.6rem;
  border: 1px solid rgba(42,90,82,0.22);
  border-radius: 50%;
}

.show-control__ring::before,
.show-control__ring::after {
  content: '';
  position: absolute;
  inset: 14%;
  border: 1px dashed rgba(42,90,82,0.24);
  border-radius: 50%;
}

.show-control__ring::after {
  inset: 31%;
  border-color: rgba(240,192,64,0.48);
}

.show-control__stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
  max-width: 360px;
  margin-left: auto;
}

.show-control__stack span {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255,255,255,0.54);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.58), rgba(255,255,255,0.20));
  color: var(--kleur-primair-donker);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.54);
  font-weight: 800;
}

.probleem-grid,
.expertise-matrix,
.bewijs-grid {
  display: grid;
  gap: var(--ruimte-m);
}

.probleem-grid {
  grid-template-columns: repeat(3, 1fr);
}

.probleem-kaart,
.expertise-cel,
.bewijs-kaart {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.50);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.58), rgba(255,255,255,0.22));
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255,255,255,0.56);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.probleem-kaart {
  min-height: 245px;
  padding: var(--ruimte-m);
}

.probleem-kaart span,
.expertise-cel span,
.bewijs-kaart__label {
  display: inline-flex;
  margin-bottom: 0.85rem;
  color: var(--kleur-accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.probleem-kaart h3,
.expertise-cel h3,
.bewijs-kaart h3 {
  margin-bottom: 0.65rem;
  color: var(--kleur-primair-donker);
  font-family: var(--lettertype-titel);
  line-height: 1.14;
}

.probleem-kaart h3 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.probleem-kaart p,
.expertise-cel p,
.bewijs-kaart p {
  color: var(--kleur-tekst-muted);
  line-height: 1.65;
}

.expertise-matrix {
  grid-template-columns: repeat(6, 1fr);
}

.expertise-cel {
  grid-column: span 2;
  min-height: 220px;
  padding: var(--ruimte-m);
}

.expertise-cel--breed {
  grid-column: 2 / span 4;
  min-height: 170px;
}

.expertise-cel::after,
.bewijs-kaart::after,
.probleem-kaart::after {
  content: '';
  position: absolute;
  right: -3.6rem;
  bottom: -3.8rem;
  width: 9rem;
  height: 9rem;
  border: 1.2rem solid rgba(42,90,82,0.08);
  border-radius: 50%;
  pointer-events: none;
}

.bewijs-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.bewijs-kaart {
  min-height: 230px;
  padding: var(--ruimte-m);
}

.bewijs-kaart--producties {
  grid-row: span 2;
  background:
    radial-gradient(circle at 80% 12%, rgba(240,192,64,0.26), transparent 12rem),
    linear-gradient(135deg, rgba(255,255,255,0.62), rgba(255,255,255,0.20));
}

.bewijs-kaart a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: var(--ruimte-s);
  color: var(--kleur-primair-donker);
  font-weight: 900;
  text-decoration: none;
}

/* ---- Expertises ---- */
.expertises__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: var(--ruimte-m);
}

.expertise-kaart {
  background-color: var(--kleur-wit);
  border: 1px solid var(--kleur-rand);
  border-top: 3px solid var(--kleur-primair);
  border-radius: var(--radius);
  padding: var(--ruimte-m);
  box-shadow: var(--schaduw);
  transition: transform 0.2s, box-shadow 0.2s;
}

.expertise-kaart:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
}

.expertise-kaart__icoon {
  font-size: 2rem;
  margin-bottom: var(--ruimte-s);
}

.expertise-kaart__titel {
  font-family: var(--lettertype-titel);
  font-size: 1.15rem;
  color: var(--kleur-primair-donker);
  margin-bottom: 0.5rem;
}

.expertise-kaart__tekst {
  font-size: 0.92rem;
  color: var(--kleur-tekst-muted);
  line-height: 1.65;
}

/* ---- Motto-balk ---- */
.motto {
  background: linear-gradient(135deg, var(--kleur-primair) 0%, var(--kleur-primair-mid) 100%);
  color: var(--kleur-wit);
  text-align: center;
  padding: var(--ruimte-l) var(--ruimte-m);
}

.motto__citaat {
  font-family: var(--lettertype-titel);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-style: italic;
  max-width: 700px;
  margin: 0 auto var(--ruimte-s);
  line-height: 1.45;
}

.motto__naam {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kleur-accent);
  font-weight: 600;
}

/* ---- Contact-sectie ---- */
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--ruimte-l);
  align-items: start;
}

.contact__info p {
  color: var(--kleur-tekst-muted);
  margin-bottom: var(--ruimte-m);
}

.contact__details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.contact__detail {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--kleur-tekst-muted);
}

.contact__detail-icoon {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact__formulier {
  background-color: var(--kleur-wit);
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  padding: var(--ruimte-m);
  box-shadow: var(--schaduw);
  display: flex;
  flex-direction: column;
  gap: var(--ruimte-s);
}

.formulier__groep {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.formulier__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--kleur-tekst);
}

.formulier__veld {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  font-family: var(--lettertype-hoofd);
  font-size: 0.95rem;
  color: var(--kleur-tekst);
  background-color: var(--kleur-wit);
  transition: border-color 0.2s;
}

.formulier__veld:focus {
  outline: none;
  border-color: var(--kleur-primair);
  box-shadow: 0 0 0 3px rgba(45,125,79,0.1);
}

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

.formulier__knop {
  align-self: flex-start;
  background-color: var(--kleur-primair);
  color: var(--kleur-wit);
  padding: 0.75rem 1.75rem;
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  font-family: var(--lettertype-hoofd);
  transition: background-color 0.2s, transform 0.1s;
}

.formulier__knop:hover {
  background-color: var(--kleur-primair-mid);
  transform: translateY(-1px);
}

.formulier__status {
  min-height: 1.5rem;
  font-size: 0.9rem;
  color: var(--kleur-tekst-muted);
}

.actie-centrum {
  text-align: center;
}

/* ---- Footer ---- */
.footer {
  background-color: var(--kleur-primair-donker);
  color: rgba(255,255,255,0.7);
  padding: var(--ruimte-l) var(--ruimte-m) var(--ruimte-m);
}

.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.footer__boven {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: var(--ruimte-m);
  padding-bottom: var(--ruimte-m);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  margin-bottom: var(--ruimte-m);
}

.footer__naam {
  font-family: var(--lettertype-titel);
  font-size: 1.1rem;
  color: var(--kleur-wit);
  margin-bottom: 0.4rem;
}

.footer__slogan {
  font-size: 0.85rem;
  font-style: italic;
  color: rgba(255,255,255,0.5);
}

.footer__nav {
  display: flex;
  gap: var(--ruimte-m);
  flex-wrap: wrap;
  align-items: center;
}

.footer__nav a {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer__nav a:hover {
  color: var(--kleur-wit);
  text-decoration: none;
}

.footer__copy {
  font-size: 0.82rem;
}

.footer__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ruimte-m);
  flex-wrap: wrap;
}

.footer-credit {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  text-align: right;
  font-size: 0.92rem;
}

.erwinai-wordmark {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}

.erwinai-wordmark img {
  display: block;
  width: 122px;
  height: auto;
}

.erwinai-wordmark:focus-visible {
  outline: 3px solid rgba(26, 110, 245, 0.45);
  outline-offset: 3px;
}

/* ---- Beheer POC ---- */
.beheer-body {
  background:
    radial-gradient(circle at 16% 12%, rgba(240,192,64,0.14), transparent 18rem),
    radial-gradient(circle at 86% 18%, rgba(77,149,136,0.18), transparent 22rem),
    var(--kleur-achtergrond);
}

.beheer {
  max-width: 1100px;
  margin: 0 auto;
  padding: calc(var(--ruimte-xl) + 4rem) var(--ruimte-m) var(--ruimte-xl);
}

.beheer-hero,
.beheer-paneel,
.beheer-warning,
.beheer-status,
.beheer-service {
  border: 1px solid rgba(255,255,255,0.50);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.62), rgba(255,255,255,0.24));
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255,255,255,0.56);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.beheer-hero {
  margin-bottom: var(--ruimte-m);
  padding: var(--ruimte-l);
}

.beheer-hero p {
  max-width: 720px;
  margin-top: var(--ruimte-s);
  color: var(--kleur-tekst-muted);
}

.beheer-paneel {
  margin-bottom: var(--ruimte-m);
  padding: var(--ruimte-m);
}

.beheer-paneel h2 {
  margin-bottom: var(--ruimte-s);
  color: var(--kleur-primair-donker);
  font-family: var(--lettertype-titel);
}

.beheer-form,
.beheer-services {
  display: grid;
  gap: var(--ruimte-m);
}

.beheer-form label,
.beheer-service label {
  display: grid;
  gap: 0.35rem;
  color: var(--kleur-primair-donker);
  font-weight: 800;
}

.beheer-form input,
.beheer-service input,
.beheer-service textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 12px;
  background: rgba(255,255,255,0.64);
  padding: 0.75rem 0.85rem;
  color: var(--kleur-tekst);
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
}

.beheer-service textarea {
  resize: vertical;
}

.beheer-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--ruimte-m);
  margin-bottom: var(--ruimte-m);
}

.beheer-toolbar p {
  color: var(--kleur-tekst-muted);
}

.beheer-toolbar__acties,
.beheer-service__acties {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.beheer-knop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(255,255,255,0.58);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.35), transparent),
    var(--kleur-accent);
  color: var(--kleur-primair-donker);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 0.62rem 1rem;
  text-decoration: none;
}

.beheer-knop--lijn {
  background: rgba(255,255,255,0.34);
}

.beheer-service {
  padding: var(--ruimte-m);
}

.beheer-service__kop {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px 130px;
  gap: var(--ruimte-s);
  margin-bottom: var(--ruimte-s);
}

.beheer-check {
  display: inline-flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.beheer-check input {
  width: auto;
}

.beheer-warning,
.beheer-status {
  margin-bottom: var(--ruimte-m);
  padding: 0.9rem 1rem;
  color: var(--kleur-primair-donker);
  font-weight: 800;
}

.beheer-status[data-status="error"] {
  color: #8a2d22;
}

.beheer-status[data-status="success"] {
  color: var(--kleur-primair-donker);
}

@media (max-width: 800px) {
  .beheer-toolbar,
  .beheer-toolbar__acties,
  .beheer-service__acties {
    flex-direction: column;
  }

  .beheer-knop,
  .beheer-toolbar__acties {
    width: 100%;
  }

  .beheer-service__kop {
    grid-template-columns: 1fr;
  }
}

/* ---- Fotobanner (brede afbeelding tussen secties) ---- */
.fotobanner {
  position: relative;
  height: 380px;
  overflow: hidden;
}

.fotobanner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.fotobanner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(42,90,82,0.75) 0%, rgba(42,90,82,0.2) 60%, transparent 100%);
  display: flex;
  align-items: center;
  padding: var(--ruimte-l) var(--ruimte-m);
}

.fotobanner__tekst {
  max-width: 500px;
}

.fotobanner__tekst h2 {
  font-family: var(--lettertype-titel);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: var(--kleur-wit);
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

.fotobanner__tekst p {
  color: rgba(255,255,255,0.85);
  font-size: 1rem;
  line-height: 1.6;
}

/* ---- Instrumenten-dubbele foto ---- */
.foto-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 320px;
}

.foto-duo__item {
  position: relative;
  overflow: hidden;
}

.foto-duo__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.foto-duo__item:hover .foto-duo__img {
  transform: scale(1.04);
}

.foto-duo__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem 1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
  color: var(--kleur-wit);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ---- Responsief ---- */
@media (max-width: 768px) {
  .nav__toggle {
    display: flex;
  }

  .nav__links {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background-color: var(--kleur-primair-donker);
    flex-direction: column;
    gap: 0;
    padding: var(--ruimte-s) 0;
  }

  .nav__links.is-open {
    display: flex;
  }

  .nav__links a {
    display: block;
    padding: 0.75rem var(--ruimte-m);
  }

  .over__grid,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .over__afbeelding-wrapper {
    aspect-ratio: 16/9;
  }

  .footer__boven {
    flex-direction: column;
  }

  .footer__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-credit {
    justify-content: flex-start;
    text-align: left;
  }

  .fotobanner {
    height: 260px;
  }

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

  .foto-duo__item {
    height: 220px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: var(--ruimte-l) var(--ruimte-m);
  }

  .sectie {
    padding: var(--ruimte-l) var(--ruimte-m);
  }
}

/* ================================================================
   BIOGRAFIE — pagina-specifieke stijlen
   ================================================================ */

.bio-hero {
  position: relative;
  background: linear-gradient(135deg, var(--kleur-primair-donker) 0%, var(--kleur-primair) 100%);
  color: var(--kleur-wit);
  padding: var(--ruimte-xl) var(--ruimte-m) var(--ruimte-l);
  text-align: center;
}

.bio-hero__label {
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--kleur-accent);
  font-weight: 600;
  margin-bottom: var(--ruimte-s);
  display: block;
}

.bio-hero__titel {
  font-family: var(--lettertype-titel);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: var(--ruimte-s);
}

.bio-hero__subtitel {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  font-style: italic;
}

.bio-inhoud {
  max-width: 820px;
  margin: 0 auto;
  padding: var(--ruimte-xl) var(--ruimte-m);
}

.bio-intro {
  font-size: 1.12rem;
  color: var(--kleur-tekst-muted);
  line-height: 1.8;
  margin-bottom: var(--ruimte-l);
  padding-bottom: var(--ruimte-l);
  border-bottom: 2px solid var(--kleur-rand);
}

.bio-sectie {
  margin-bottom: var(--ruimte-l);
  padding-bottom: var(--ruimte-l);
  border-bottom: 1px solid var(--kleur-rand);
}

.bio-sectie:last-of-type {
  border-bottom: none;
}

.bio-sectie__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--kleur-primair-mid);
  margin-bottom: 0.6rem;
}

.bio-sectie__titel {
  font-family: var(--lettertype-titel);
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  color: var(--kleur-primair-donker);
  margin-bottom: var(--ruimte-m);
  line-height: 1.25;
}

.bio-sectie p {
  color: var(--kleur-tekst-muted);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.bio-sectie p:last-child {
  margin-bottom: 0;
}

.bio-highlight {
  background: linear-gradient(135deg, var(--kleur-primair-licht), var(--kleur-wit));
  border-left: 4px solid var(--kleur-primair);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: var(--ruimte-m);
  margin: var(--ruimte-m) 0;
}

.bio-highlight__icoon {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

.bio-highlight__tekst {
  font-family: var(--lettertype-titel);
  font-size: 1.05rem;
  color: var(--kleur-primair-donker);
  font-style: italic;
  line-height: 1.5;
  margin: 0 !important;
}

.bio-afsluiting {
  background-color: var(--kleur-primair-licht);
  border-radius: var(--radius);
  padding: var(--ruimte-m) var(--ruimte-l);
  margin-top: var(--ruimte-l);
  text-align: center;
}

.bio-afsluiting p {
  color: var(--kleur-tekst-muted);
  margin-bottom: var(--ruimte-s);
}

.bio-afsluiting__naam {
  font-family: var(--lettertype-titel);
  font-size: 1.5rem;
  color: var(--kleur-primair-donker);
  margin-bottom: var(--ruimte-m) !important;
}

.bio-foto-blok {
  float: right;
  width: 280px;
  margin: 0 0 var(--ruimte-m) var(--ruimte-l);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--schaduw);
}

.bio-foto-blok img {
  width: 100%;
  display: block;
}

.bio-foto-blok__caption {
  background-color: var(--kleur-primair-donker);
  color: rgba(255,255,255,0.8);
  font-size: 0.8rem;
  padding: 0.5rem var(--ruimte-s);
  text-align: center;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 600px) {
  .bio-foto-blok {
    float: none;
    width: 100%;
    margin: 0 0 var(--ruimte-m) 0;
  }

  .bio-inhoud {
    padding: var(--ruimte-l) var(--ruimte-m);
  }
}

/* ================================================================
   DIENSTEN — pagina-specifieke stijlen
   ================================================================ */

.dienst-hero {
  background: linear-gradient(135deg, var(--kleur-primair-donker) 0%, var(--kleur-primair) 100%);
  color: var(--kleur-wit);
  padding: var(--ruimte-xl) var(--ruimte-m) var(--ruimte-l);
  text-align: center;
}

.dienst-hero__label {
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--kleur-accent);
  font-weight: 600;
  margin-bottom: var(--ruimte-s);
  display: block;
}

.dienst-hero__titel {
  font-family: var(--lettertype-titel);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: var(--ruimte-s);
}

.dienst-hero__subtitel {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  font-style: italic;
}

.dienst-intro {
  max-width: 800px;
  margin: 0 auto;
  padding: var(--ruimte-l) var(--ruimte-m);
  text-align: center;
  color: var(--kleur-tekst-muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.diensten-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--ruimte-m) var(--ruimte-xl);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--ruimte-m);
}

.dienst-kaart {
  grid-column: span 2;
  background: var(--kleur-wit);
  border: 1px solid var(--kleur-rand);
  border-top: 4px solid var(--kleur-primair);
  border-radius: var(--radius);
  padding: var(--ruimte-m);
  box-shadow: var(--schaduw);
  transition: transform 0.2s, box-shadow 0.2s;
}

.dienst-kaart:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
}

.dienst-kaart__icoon {
  font-size: 2.2rem;
  margin-bottom: var(--ruimte-s);
  display: block;
}

.dienst-kaart__titel {
  font-family: var(--lettertype-titel);
  font-size: 1.2rem;
  color: var(--kleur-primair-donker);
  margin-bottom: 0.6rem;
}

.dienst-kaart__tekst {
  font-size: 0.93rem;
  color: var(--kleur-tekst-muted);
  line-height: 1.7;
}

.diensten-grid .dienst-kaart:nth-child(4) {
  grid-column: 2 / span 2;
}

.diensten-grid .dienst-kaart:nth-child(5) {
  grid-column: 4 / span 2;
}

.cv-sectie {
  background-color: var(--kleur-wit);
  padding: var(--ruimte-xl) var(--ruimte-m);
}

.cv-sectie__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.cv-sectie__intro {
  text-align: center;
  margin-bottom: var(--ruimte-l);
}

.cv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ruimte-l);
}

.cv-blok__titel {
  font-family: var(--lettertype-titel);
  font-size: 1.25rem;
  color: var(--kleur-primair-donker);
  margin-bottom: var(--ruimte-m);
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--kleur-rand);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cv-lijst {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cv-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--ruimte-s);
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--kleur-rand);
  font-size: 0.93rem;
}

.cv-item:last-child {
  border-bottom: none;
}

.cv-item__naam {
  color: var(--kleur-tekst);
  font-weight: 500;
}

.cv-item__periode {
  color: var(--kleur-tekst-muted);
  font-size: 0.82rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.shows-sectie {
  background-color: var(--kleur-wit);
  padding: var(--ruimte-xl) var(--ruimte-m);
}

.shows-sectie__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.shows-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 var(--ruimte-xl);
  margin-top: var(--ruimte-l);
}

.shows-blok__titel {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kleur-primair-mid);
  margin-bottom: var(--ruimte-m);
  padding-bottom: 0.6rem;
  border-bottom: 2px solid var(--kleur-primair);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.show-item {
  display: grid;
  grid-template-columns: 68px 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.9rem;
  row-gap: 0.1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--kleur-rand);
}

.show-item:last-child {
  border-bottom: none;
}

.show-item__jaar {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  background-color: var(--kleur-primair);
  color: var(--kleur-wit);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.3rem 0.35rem;
  border-radius: 5px;
  line-height: 1.4;
}

.show-item__naam {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--lettertype-titel);
  font-size: 0.97rem;
  color: var(--kleur-primair-donker);
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
}

.show-item__corps {
  grid-column: 2;
  grid-row: 2;
  font-size: 0.77rem;
  color: var(--kleur-tekst-muted);
  line-height: 1.35;
}

.scholen-sectie {
  background-color: var(--kleur-wit);
  padding: var(--ruimte-xl) var(--ruimte-m);
}

.scholen-sectie__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.scholen-jaren {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ruimte-m);
  margin-top: var(--ruimte-l);
}

.scholen-jaar {
  background: var(--kleur-primair-licht);
  border-radius: var(--radius);
  padding: var(--ruimte-m);
  border: 1px solid var(--kleur-rand);
}

.scholen-jaar__label {
  font-family: var(--lettertype-titel);
  font-size: 1.35rem;
  color: var(--kleur-primair-donker);
  margin-bottom: var(--ruimte-s);
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--kleur-rand);
}

.scholen-lijst {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.scholen-lijst li {
  font-size: 0.88rem;
  color: var(--kleur-tekst-muted);
  padding-left: 1rem;
  position: relative;
  line-height: 1.4;
}

.scholen-lijst li::before {
  content: '♩';
  position: absolute;
  left: 0;
  color: var(--kleur-primair);
  font-size: 0.75rem;
}

.mobile-collapse__toggle {
  display: none;
}

@media (max-width: 900px) {
  .diensten-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dienst-kaart,
  .diensten-grid .dienst-kaart:nth-child(4),
  .diensten-grid .dienst-kaart:nth-child(5) {
    grid-column: auto;
  }

  .cv-grid,
  .shows-grid,
  .scholen-jaren {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .diensten-grid {
    grid-template-columns: 1fr;
  }

  .dienst-kaart {
    grid-column: auto;
  }

  .diensten-grid {
    gap: 0.75rem;
    padding-bottom: var(--ruimte-l);
  }

  .dienst-kaart,
  .cv-blok,
  .show-kolom,
  .scholen-jaar {
    scroll-margin-top: 86px;
  }

  .dienst-kaart {
    padding: 1rem;
  }

  .dienst-kaart__icoon {
    margin-bottom: 0.35rem;
    font-size: 1.65rem;
  }

  .dienst-kaart__titel {
    margin-bottom: 0;
  }

  .mobile-collapse__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    width: 100%;
    min-height: 42px;
    margin-top: 0.75rem;
    padding: 0.62rem 0.75rem;
    border: 1px solid rgba(255,255,255,0.58);
    border-radius: 999px;
    background:
      linear-gradient(135deg, rgba(255,255,255,0.42), rgba(255,255,255,0.16));
    color: var(--kleur-primair-donker);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
    font: inherit;
    font-size: 0.86rem;
    font-weight: 800;
    cursor: pointer;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .mobile-collapse__toggle::after {
    content: '+';
    display: grid;
    place-items: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background: rgba(42,90,82,0.14);
    color: var(--kleur-primair-donker);
    line-height: 1;
  }

  .mobile-collapse:not(.is-collapsed) .mobile-collapse__toggle::after {
    content: '-';
  }

  .mobile-collapse.is-collapsed .dienst-kaart__tekst,
  .mobile-collapse.is-collapsed .cv-lijst,
  .mobile-collapse.is-collapsed .show-item,
  .mobile-collapse.is-collapsed .scholen-lijst {
    display: none;
  }

  .mobile-collapse:not(.is-collapsed) .dienst-kaart__tekst {
    margin-top: 0.85rem;
  }

  .mobile-collapse:not(.is-collapsed) .cv-lijst,
  .mobile-collapse:not(.is-collapsed) .scholen-lijst {
    margin-top: 0.75rem;
  }

  .mobile-collapse:not(.is-collapsed) .show-item:first-of-type {
    margin-top: 0.75rem;
  }

  .cv-sectie,
  .shows-sectie,
  .scholen-sectie {
    padding-top: var(--ruimte-l);
    padding-bottom: var(--ruimte-l);
  }

  .cv-sectie__intro,
  .shows-sectie .sectie__koptekst,
  .scholen-sectie .sectie__koptekst {
    margin-bottom: var(--ruimte-m);
  }

  .filterbar {
    margin-bottom: var(--ruimte-m);
  }
}

/* ================================================================
   VERENIGINGEN — pagina-specifieke stijlen
   ================================================================ */

.ver-hero {
  background: linear-gradient(135deg, var(--kleur-primair-donker) 0%, var(--kleur-primair) 100%);
  color: var(--kleur-wit);
  padding: var(--ruimte-xl) var(--ruimte-m) var(--ruimte-l);
  text-align: center;
}

.ver-hero__label {
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--kleur-accent);
  font-weight: 600;
  margin-bottom: var(--ruimte-s);
  display: block;
}

.ver-hero__titel {
  font-family: var(--lettertype-titel);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: var(--ruimte-s);
}

.ver-hero__subtitel {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  font-style: italic;
}

.ver-intro {
  max-width: 700px;
  margin: 0 auto;
  padding: var(--ruimte-l) var(--ruimte-m);
  text-align: center;
  color: var(--kleur-tekst-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.ver-lijst {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--ruimte-m) var(--ruimte-xl);
  display: flex;
  flex-direction: column;
  gap: var(--ruimte-l);
}

.ver-kaart {
  background: var(--kleur-wit);
  border-radius: var(--radius);
  box-shadow: var(--schaduw);
  overflow: hidden;
  display: grid;
  grid-template-columns: 420px 1fr;
  min-height: 320px;
  border: 1px solid var(--kleur-rand);
}

.ver-kaart--gespiegeld {
  grid-template-columns: 1fr 420px;
}

.ver-kaart--gespiegeld .ver-kaart__foto {
  order: 2;
}

.ver-kaart--gespiegeld .ver-kaart__inhoud {
  order: 1;
}

.ver-kaart__foto {
  position: relative;
  overflow: hidden;
  background-color: var(--kleur-primair-licht);
}

.ver-kaart__foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.ver-kaart:hover .ver-kaart__foto img {
  transform: scale(1.04);
}

.ver-kaart__inhoud {
  padding: var(--ruimte-m) var(--ruimte-l);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--ruimte-s);
}

.ver-kaart__locatie {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kleur-primair-mid);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.ver-kaart__naam {
  font-family: var(--lettertype-titel);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  color: var(--kleur-primair-donker);
  line-height: 1.2;
}

.ver-kaart__rollen {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.rol-badge {
  display: inline-block;
  background-color: var(--kleur-primair);
  color: var(--kleur-wit);
  border-radius: 100px;
  padding: 0.25rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 600;
}

.ver-kaart__beschrijving {
  color: var(--kleur-tekst-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.ver-kaart__hoogtepunten {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.25rem;
}

.ver-kaart__hoogtepunten li {
  font-size: 0.88rem;
  color: var(--kleur-tekst-muted);
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.ver-kaart__hoogtepunten li::before {
  content: '★';
  color: var(--kleur-accent);
  flex-shrink: 0;
  font-size: 0.75rem;
  margin-top: 0.15rem;
}

.ver-kaart__scheidslijn {
  border: none;
  border-top: 1px solid var(--kleur-rand);
  margin: 0.25rem 0;
}

@media (max-width: 900px) {
  .ver-kaart,
  .ver-kaart--gespiegeld {
    grid-template-columns: 1fr;
  }

  .ver-kaart__foto {
    height: 260px;
    order: 0 !important;
  }

  .ver-kaart__inhoud {
    order: 0 !important;
    padding: var(--ruimte-m);
  }
}

/* ================================================================
   MVP+ — moderne, creatieve en dynamische laag
   ================================================================ */

:root {
  --kleur-koraal: #D96F4A;
  --kleur-inkt: #132B28;
  --radius: 8px;
  --schaduw: 0 18px 45px rgba(19,43,40,0.10);
}

body::selection {
  background: var(--kleur-accent);
  color: var(--kleur-inkt);
}

.nav {
  background-color: rgba(42, 90, 82, 0.94);
  backdrop-filter: blur(14px);
}

.knop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  transition: background-color 0.2s, transform 0.16s, box-shadow 0.2s;
}

.knop:hover {
  box-shadow: 0 14px 30px rgba(19,43,40,0.16);
}

.hero {
  min-height: calc(100vh - 64px);
  text-align: left;
}

.hero::before {
  background: linear-gradient(
    105deg,
    rgba(19, 43, 40, 0.92) 0%,
    rgba(42, 90, 82, 0.76) 48%,
    rgba(19, 43, 40, 0.42) 100%
  );
}

.hero__inner {
  max-width: 1120px;
}

.hero__titel {
  max-width: 10ch;
  font-size: clamp(2.7rem, 5vw, 4.2rem);
  line-height: 1.05;
}

.hero__tagline {
  max-width: 650px;
  margin-bottom: var(--ruimte-m);
  font-style: normal;
  color: rgba(255,255,255,0.88);
}

.hero__knoppen {
  justify-content: flex-start;
}

.hero__lijnen {
  position: absolute;
  inset: auto 0 4vh 0;
  z-index: 2;
  width: 100%;
  height: min(58vh, 560px);
  opacity: 0.78;
  pointer-events: none;
}

.lijn {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10;
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: draw-line 2.2s ease forwards;
}

.lijn--wit { stroke: rgba(255,255,255,0.72); }
.lijn--goud { stroke: rgba(240,192,64,0.88); animation-delay: .25s; }
.lijn--teal { stroke: rgba(123,198,122,0.78); animation-delay: .45s; }

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 1px;
  max-width: 650px;
  margin-top: var(--ruimte-l);
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.16);
}

.hero__stats div {
  padding: 1rem;
  background: rgba(19,43,40,0.34);
  backdrop-filter: blur(8px);
}

.hero__stats strong,
.hero__stats span {
  display: block;
}

.hero__stats strong {
  color: var(--kleur-accent);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1;
}

.hero__stats span {
  margin-top: 0.35rem;
  color: rgba(255,255,255,0.78);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero__scroll {
  position: absolute;
  right: var(--ruimte-m);
  bottom: var(--ruimte-m);
  z-index: 3;
  color: rgba(255,255,255,0.78);
  writing-mode: vertical-rl;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}

.hero__scroll::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 56px;
  margin-top: 10px;
  background: var(--kleur-accent);
}

.service-tabs {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: var(--ruimte-m);
  max-width: 980px;
  margin: 0 auto;
}

.service-tabs__nav {
  display: grid;
  gap: 0.55rem;
  align-self: start;
}

.service-tabs__button,
.filterbar__button {
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.74);
  color: var(--kleur-primair-donker);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  transition: background-color 0.2s, color 0.2s, transform 0.16s;
}

.service-tabs__button {
  min-height: 52px;
  padding: 0.8rem 1rem;
  text-align: left;
}

.service-tabs__button:hover,
.filterbar__button:hover {
  transform: translateY(-1px);
}

.service-tabs__button.is-active,
.filterbar__button.is-active {
  background: var(--kleur-primair-donker);
  color: var(--kleur-wit);
  border-color: var(--kleur-primair-donker);
}

.service-tabs__panels {
  min-height: 340px;
}

.service-panel {
  position: relative;
  min-height: 340px;
  padding: clamp(1.5rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(232,244,242,0.82)),
    radial-gradient(circle at 90% 12%, rgba(240,192,64,0.34), transparent 34%);
  box-shadow: var(--schaduw);
}

.service-panel::after {
  content: '';
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 260px;
  height: 180px;
  border: 16px solid rgba(77,149,136,0.18);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.service-panel__kicker {
  margin-bottom: 0.65rem;
  color: var(--kleur-koraal);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.service-panel h3 {
  max-width: 620px;
  margin-bottom: var(--ruimte-s);
  color: var(--kleur-primair-donker);
  font-family: var(--lettertype-titel);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.service-panel p:not(.service-panel__kicker) {
  max-width: 650px;
  margin-bottom: var(--ruimte-m);
  color: var(--kleur-tekst-muted);
}

.process-sectie {
  background: var(--kleur-inkt);
  color: var(--kleur-wit);
}

.process-sectie .sectie__titel,
.process-sectie .sectie__label {
  color: var(--kleur-wit);
}

.proces-lijn {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.18);
}

.proces-lijn article {
  min-height: 210px;
  padding: var(--ruimte-m);
  background: rgba(255,255,255,0.06);
}

.proces-lijn span {
  display: inline-flex;
  margin-bottom: var(--ruimte-m);
  color: var(--kleur-accent);
  font-weight: 900;
}

.proces-lijn h3 {
  margin-bottom: 0.45rem;
  font-size: 1.15rem;
}

.proces-lijn p {
  color: rgba(255,255,255,0.74);
  font-size: 0.92rem;
}

.motto--groot {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 9vw, 8rem) var(--ruimte-m);
}

.motto--groot .motto__citaat {
  max-width: 980px;
  font-size: clamp(2rem, 6vw, 5.8rem);
  line-height: 1.02;
}

.motto--groot::before {
  content: 'FvM';
  position: absolute;
  right: 4vw;
  bottom: -2.4rem;
  color: rgba(255,255,255,0.08);
  font-family: var(--lettertype-titel);
  font-size: clamp(5rem, 18vw, 14rem);
  font-weight: 700;
}

.vereniging-preview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-bottom: var(--ruimte-l);
}

.vereniging-tegel {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border-radius: 18px;
  color: var(--kleur-wit);
  box-shadow: var(--schaduw);
}

.vereniging-tegel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.vereniging-tegel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(19,43,40,0.78), rgba(19,43,40,0.05));
}

.vereniging-tegel span {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  font-weight: 900;
}

.vereniging-tegel:hover {
  text-decoration: none;
}

.vereniging-tegel:hover img {
  transform: scale(1.06);
}

.trust-band {
  padding: var(--ruimte-m) var(--ruimte-m) var(--ruimte-l);
}

.trust-band__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1100px;
  margin: 0 auto;
  background: var(--kleur-rand);
  border: 1px solid var(--kleur-rand);
  border-radius: 18px;
  overflow: hidden;
}

.trust-band article {
  min-height: 130px;
  padding: var(--ruimte-m);
  background: var(--kleur-wit);
}

.trust-band strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--kleur-primair-donker);
  font-family: var(--lettertype-titel);
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  line-height: 1;
}

.trust-band span {
  color: var(--kleur-tekst-muted);
  font-size: 0.9rem;
}

.filterbar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 auto var(--ruimte-l);
  padding: 0 var(--ruimte-m);
}

.filterbar__button {
  min-height: 42px;
  padding: 0.58rem 1rem;
}

.show-kolom.is-hidden,
.show-item.is-hidden,
.ver-kaart.is-hidden {
  display: none;
}

.cv-blok {
  position: relative;
  padding-left: 1.3rem;
}

.cv-blok::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3rem;
  bottom: 0.3rem;
  width: 3px;
  background: linear-gradient(var(--kleur-accent), var(--kleur-primair));
}

.cv-item {
  position: relative;
}

.cv-item::before {
  content: '';
  position: absolute;
  left: -1.52rem;
  top: 1rem;
  width: 10px;
  height: 10px;
  border: 2px solid var(--kleur-wit);
  border-radius: 50%;
  background: var(--kleur-primair);
  box-shadow: 0 0 0 2px var(--kleur-primair-licht);
}

.locatieband {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1px;
  max-width: 900px;
  margin: 0 auto var(--ruimte-m);
  padding: 0 var(--ruimte-m);
}

.locatieband span {
  min-width: 150px;
  padding: 0.7rem 1rem;
  background: var(--kleur-primair-licht);
  border: 1px solid var(--kleur-rand);
  color: var(--kleur-primair-donker);
  font-weight: 800;
  text-align: center;
}

.filterbar--verenigingen {
  margin-top: var(--ruimte-m);
  margin-bottom: var(--ruimte-m);
}

.ver-kaart {
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}

.ver-kaart:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(19,43,40,0.14);
}

.ver-kaart__bijdrage {
  padding: 0.75rem 1rem;
  border-left: 4px solid var(--kleur-accent);
  background: var(--kleur-primair-licht);
  color: var(--kleur-primair-donker);
  font-weight: 700;
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.hero.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes draw-line {
  to { stroke-dashoffset: 0; }
}

@media (max-width: 980px) {
  .hero__titel {
    max-width: 12ch;
    font-size: clamp(2.8rem, 12vw, 5rem);
  }

  .service-tabs,
  .cv-grid,
  .shows-grid {
    grid-template-columns: 1fr;
  }

  .service-tabs__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    overflow: visible;
    padding: 0.45rem;
    border: 1px solid rgba(255,255,255,0.48);
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(255,255,255,0.34), rgba(255,255,255,0.12));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.44);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .service-tabs__button {
    min-width: 0;
    min-height: 46px;
    padding: 0.68rem 0.55rem;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.15;
  }

  .service-tabs__button:last-child {
    grid-column: 1 / -1;
  }

  .proces-lijn,
  .trust-band__inner,
  .vereniging-preview,
  .probleem-grid,
  .bewijs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .expertise-matrix {
    grid-template-columns: repeat(2, 1fr);
  }

  .expertise-cel,
  .expertise-cel--breed {
    grid-column: auto;
  }

  .show-control {
    min-height: 420px;
  }
}

@media (max-width: 768px) {
  .nav__links {
    display: flex;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s, transform 0.2s;
  }

  .nav__links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero {
    text-align: center;
    min-height: calc(100vh - 64px);
  }

  .hero__titel,
  .hero__tagline {
    margin-left: auto;
    margin-right: auto;
  }

  .hero__knoppen {
    justify-content: center;
  }

  .hero__stats {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__scroll {
    display: none;
  }

  .hero__lijnen {
    opacity: 0.42;
  }

  .proces-lijn,
  .trust-band__inner,
  .vereniging-preview,
  .probleem-grid,
  .expertise-matrix,
  .bewijs-grid {
    grid-template-columns: 1fr;
  }

  .show-control {
    min-height: 0;
  }

  .show-control__ring {
    opacity: 0.5;
  }

  .show-control__stack {
    max-width: none;
  }

  .vereniging-tegel {
    min-height: 220px;
  }
}

@media (max-height: 760px) and (min-width: 769px) {
  .hero__stats {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero__titel {
    max-width: 10ch;
    font-size: clamp(2.15rem, 11vw, 3.05rem);
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .hero__stats {
    display: none;
  }

  .service-panel {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ================================================================
   Glassy visual system — consistent over de hele site
   ================================================================ */

:root {
  --glass-bg: rgba(255, 255, 255, 0.48);
  --glass-bg-strong: rgba(255, 255, 255, 0.68);
  --glass-bg-dark: rgba(19, 43, 40, 0.48);
  --glass-line: rgba(255, 255, 255, 0.58);
  --glass-line-dark: rgba(77, 149, 136, 0.22);
  --glass-blur: 24px;
  --glass-shadow: 0 24px 70px rgba(19, 43, 40, 0.16);
  --spot-x: 50%;
  --spot-y: 20%;
}

html {
  background: #edf6f4;
}

body {
  position: relative;
  overflow-x: hidden;
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(240, 192, 64, 0.24), transparent 28rem),
    radial-gradient(circle at 8% 12%, rgba(77, 149, 136, 0.28), transparent 22rem),
    radial-gradient(circle at 88% 18%, rgba(217, 111, 74, 0.15), transparent 20rem),
    linear-gradient(135deg, #f8fbfa 0%, #e6f2ef 45%, #f6f7ef 100%);
}

body::before,
body::after {
  content: '';
  position: fixed;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.65;
  animation: glass-float 18s ease-in-out infinite alternate;
}

body::before {
  width: 34vw;
  height: 34vw;
  left: -12vw;
  top: 18vh;
  background: radial-gradient(circle, rgba(77,149,136,0.28), rgba(77,149,136,0));
}

body::after {
  width: 30vw;
  height: 30vw;
  right: -9vw;
  bottom: 8vh;
  background: radial-gradient(circle, rgba(240,192,64,0.22), rgba(240,192,64,0));
  animation-delay: -5s;
}

.nav {
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,0.22);
  background:
    linear-gradient(120deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04)),
    rgba(27, 71, 65, 0.66);
  box-shadow: 0 14px 40px rgba(19,43,40,0.18);
  -webkit-backdrop-filter: saturate(150%) blur(var(--glass-blur));
  backdrop-filter: saturate(150%) blur(var(--glass-blur));
}

.nav__logo-img {
  border: 1px solid rgba(255,255,255,0.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.42), 0 8px 24px rgba(0,0,0,0.14);
}

.nav__links a {
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
}

.nav__links a:hover,
.nav__links a[aria-current="page"] {
  background: rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
}

.hero::before {
  background:
    radial-gradient(circle at 76% 34%, rgba(255,255,255,0.18), transparent 18rem),
    linear-gradient(105deg, rgba(12, 31, 29, 0.90) 0%, rgba(42, 90, 82, 0.70) 48%, rgba(19, 43, 40, 0.30) 100%);
}

.hero__foto {
  transform: translate3d(calc(var(--hero-shift-x, 0) * 1px), calc(var(--hero-shift-y, 0) * 1px), 0) scale(1.04);
  transition: transform 0.5s ease-out;
}

.hero__inner {
  padding: clamp(1rem, 3vw, 2rem);
  border-radius: 28px;
}

.hero__stats,
.service-panel,
.trust-band article,
.dienst-kaart,
.cv-blok,
.show-item,
.scholen-jaar,
.ver-kaart,
.vereniging-tegel,
.contact__formulier,
.bio-highlight,
.bio-afsluiting,
.over__afbeelding-wrapper,
.locatieband span,
.filterbar__button,
.service-tabs__button,
.rol-tag,
.rol-badge {
  position: relative;
  border: 1px solid var(--glass-line);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.70), rgba(255,255,255,0.30)),
    var(--glass-bg);
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255,255,255,0.60);
  -webkit-backdrop-filter: saturate(145%) blur(var(--glass-blur));
  backdrop-filter: saturate(145%) blur(var(--glass-blur));
}

.hero__stats {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,0.10);
}

.service-panel,
.trust-band__inner,
.dienst-kaart,
.cv-blok,
.show-item,
.scholen-jaar,
.ver-kaart,
.probleem-kaart,
.expertise-cel,
.bewijs-kaart,
.show-control,
.contact__formulier,
.bio-highlight,
.bio-afsluiting,
.over__afbeelding-wrapper,
.fotobanner,
.foto-duo__item {
  border-radius: 18px;
  overflow: hidden;
}

.dienst-intro,
.ver-intro,
.bio-inhoud {
  border-radius: 24px;
  overflow: hidden;
}

.hero__stats div {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04)),
    rgba(19,43,40,0.34);
}

.knop,
.formulier__knop {
  border: 1px solid rgba(255,255,255,0.52);
  box-shadow: 0 16px 36px rgba(19,43,40,0.14), inset 0 1px 0 rgba(255,255,255,0.55);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.knop--primair,
.formulier__knop {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.35), transparent),
    var(--kleur-accent);
}

.knop--lijn {
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,255,255,0.60);
}

.sectie--licht,
.sectie--groen,
.cv-sectie,
.shows-sectie,
.scholen-sectie {
  background: transparent;
}

.bio-hero,
.dienst-hero,
.ver-hero,
.process-sectie,
.motto {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(255,255,255,0.20), transparent 22rem),
    linear-gradient(135deg, rgba(42,90,82,0.88), rgba(77,149,136,0.72));
}

.bio-hero::after,
.dienst-hero::after,
.ver-hero::after,
.process-sectie::after,
.motto::after {
  content: '';
  position: absolute;
  inset: 1rem;
  z-index: 0;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 24px;
  pointer-events: none;
}

.bio-hero > *,
.dienst-hero > *,
.ver-hero > *,
.process-sectie > *,
.motto > * {
  position: relative;
  z-index: 1;
}

.over__grid,
.contact__grid,
.bio-inhoud,
.dienst-intro,
.ver-intro,
.shows-sectie__inner,
.cv-sectie__inner,
.scholen-sectie__inner {
  position: relative;
}

.over__tekst,
.contact__info,
.dienst-intro,
.ver-intro,
.bio-inhoud,
.bio-sectie {
  border-radius: 24px;
}

.dienst-intro,
.ver-intro,
.bio-inhoud {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.42), rgba(255,255,255,0.18));
  border: 1px solid rgba(255,255,255,0.48);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.48);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.bio-sectie {
  padding: var(--ruimte-m);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.56), rgba(255,255,255,0.25));
  border: 1px solid rgba(255,255,255,0.58);
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255,255,255,0.58);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.over__tekst,
.contact__info {
  padding: clamp(0.5rem, 2vw, 1rem);
}

.service-panel,
.dienst-kaart,
.ver-kaart,
.contact__formulier,
.scholen-jaar,
.bio-highlight,
.bio-afsluiting {
  overflow: hidden;
}

.service-panel::before,
.dienst-kaart::before,
.ver-kaart::before,
.contact__formulier::before,
.scholen-jaar::before,
.bio-highlight::before,
.bio-afsluiting::before,
.trust-band article::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.62), transparent 9rem),
    linear-gradient(120deg, rgba(255,255,255,0.20), transparent 38%);
  opacity: 0.75;
}

.service-panel > *,
.dienst-kaart > *,
.ver-kaart > *,
.contact__formulier > *,
.scholen-jaar > *,
.bio-highlight > *,
.bio-afsluiting > *,
.trust-band article > * {
  position: relative;
  z-index: 1;
}

.service-tabs__button,
.filterbar__button {
  background: rgba(255,255,255,0.40);
  border-color: rgba(255,255,255,0.65);
}

.service-tabs__button.is-active,
.filterbar__button.is-active {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04)),
    rgba(42,90,82,0.82);
}

.dienst-kaart,
.ver-kaart,
.vereniging-tegel,
.show-item,
.service-panel,
.scholen-jaar,
.trust-band article {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

.dienst-kaart:hover,
.ver-kaart:hover,
.vereniging-tegel:hover,
.show-item:hover,
.service-panel:hover,
.scholen-jaar:hover,
.trust-band article:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,0.86);
  box-shadow: 0 30px 80px rgba(19,43,40,0.20), inset 0 1px 0 rgba(255,255,255,0.75);
}

.show-item {
  margin-bottom: 0.45rem;
  padding: 0.8rem;
  border-radius: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.45);
}

.show-item__jaar {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.36);
}

.over__afbeelding-wrapper--foto,
.bio-foto-blok,
.ver-kaart__foto,
.vereniging-tegel,
.fotobanner,
.foto-duo__item {
  border: 1px solid rgba(255,255,255,0.56);
  box-shadow: var(--glass-shadow);
}

.over__afbeelding-wrapper--foto img,
.bio-foto-blok img,
.ver-kaart__foto img,
.vereniging-tegel img,
.fotobanner__img,
.foto-duo__img {
  filter: saturate(1.08) contrast(1.02);
}

.formulier__veld,
input,
textarea {
  background: rgba(255,255,255,0.58);
  border-color: rgba(255,255,255,0.76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.formulier__veld:focus {
  border-color: rgba(240,192,64,0.95);
  box-shadow: 0 0 0 4px rgba(240,192,64,0.18), inset 0 1px 0 rgba(255,255,255,0.86);
}

.process-sectie {
  color: var(--kleur-wit);
}

.proces-lijn {
  gap: 0.75rem;
  background: transparent;
}

.proces-lijn article {
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04)),
    rgba(255,255,255,0.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.footer {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02)),
    rgba(19,43,40,0.86);
  border-top: 1px solid rgba(255,255,255,0.18);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.reveal {
  transform: translateY(26px) scale(0.985);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(.2,.8,.2,1);
}

.reveal.is-visible {
  transform: translateY(0) scale(1);
}

.glass-sheen {
  position: relative;
  overflow: hidden;
}

.glass-sheen::after {
  content: '';
  position: absolute;
  top: -60%;
  left: -40%;
  width: 42%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  transform: rotate(18deg) translateX(-140%);
  transition: transform 0.75s ease;
  pointer-events: none;
}

.glass-sheen:hover::after {
  transform: rotate(18deg) translateX(420%);
}

.ver-kaart__rollen .rol-badge {
  border-color: rgba(255,255,255,0.34);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.20), rgba(255,255,255,0.05)),
    rgba(42,90,82,0.86);
  color: var(--kleur-wit);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.28),
    0 8px 18px rgba(19,43,40,0.13);
  -webkit-backdrop-filter: saturate(145%) blur(12px);
  backdrop-filter: saturate(145%) blur(12px);
}

.ver-kaart__foto {
  align-self: center;
  aspect-ratio: 16 / 11;
  background:
    linear-gradient(135deg, rgba(19,43,40,0.58), rgba(42,90,82,0.34)),
    var(--ver-photo, none) center / cover;
  isolation: isolate;
  margin: 1rem 0 1rem 1rem;
  min-height: 0;
  border-radius: var(--radius);
}

.ver-kaart--gespiegeld .ver-kaart__foto {
  margin: 1rem 1rem 1rem 0;
}

.ver-kaart__foto::before,
.ver-kaart__foto::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ver-kaart__foto::before {
  z-index: 0;
  inset: -22px;
  background: var(--ver-photo, none) center / cover no-repeat;
  filter: blur(18px) saturate(0.92) contrast(0.96);
  opacity: 0.62;
  transform: scale(1.05);
}

.ver-kaart__foto::after {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.02) 42%, rgba(19,43,40,0.24)),
    linear-gradient(135deg, rgba(19,43,40,0.16), transparent 54%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.26);
}

.ver-kaart__foto img {
  inset: 0.75rem;
  position: absolute;
  z-index: 1;
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  margin: 0;
  border-radius: calc(var(--radius) - 2px);
  object-fit: contain;
  filter: saturate(1.02) contrast(1.03);
  box-shadow: 0 18px 34px rgba(19,43,40,0.24);
}

.ver-kaart:hover .ver-kaart__foto img {
  transform: scale(1.015);
}

.cv-grid {
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
}

.cv-blok {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0;
}

.cv-blok::before,
.cv-item::before {
  content: none;
}

.cv-blok__titel {
  margin: 0;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,0.48);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.28), rgba(255,255,255,0.08)),
    rgba(42,90,82,0.12);
}

.cv-blok__titel span {
  display: inline-grid;
  place-items: center;
  width: 2.05rem;
  height: 2.05rem;
  border: 1px solid rgba(255,255,255,0.56);
  border-radius: 999px;
  background: rgba(255,255,255,0.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.58);
  font-size: 1rem;
}

.cv-lijst {
  gap: 0.55rem;
  padding: 0.85rem;
}

.cv-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.72rem 0.8rem;
  border: 1px solid rgba(255,255,255,0.50);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.34), rgba(255,255,255,0.14));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
}

.cv-item:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.50);
}

.cv-item__naam {
  color: var(--kleur-primair-donker);
  font-weight: 700;
  line-height: 1.3;
}

.cv-item__periode {
  padding: 0.32rem 0.58rem;
  border: 1px solid rgba(42,90,82,0.18);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.24), rgba(255,255,255,0.08)),
    rgba(42,90,82,0.12);
  color: var(--kleur-primair-donker);
  font-size: 0.76rem;
  font-weight: 800;
}

@media (max-width: 600px) {
  .cv-item {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .cv-item__periode {
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .ver-kaart__foto,
  .ver-kaart--gespiegeld .ver-kaart__foto {
    aspect-ratio: auto;
    height: 260px;
    margin: 0.75rem;
  }
}

@keyframes glass-float {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(4vw, -3vh, 0) scale(1.12); }
}

@media (max-width: 768px) {
  .nav__links {
    margin: 0 var(--ruimte-m);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 0 0 18px 18px;
    background:
      linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04)),
      rgba(27, 71, 65, 0.86);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .hero__inner {
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after {
    animation: none;
  }
}

/* ================================================================
   EDF showtafel redesign — unieke Ferdi homepage
   ================================================================ */

:root {
  --fvm-deep: #102724;
  --fvm-field: #17423b;
  --fvm-glass: rgba(255, 255, 255, 0.54);
  --fvm-glass-soft: rgba(255, 255, 255, 0.28);
  --fvm-line: rgba(255, 255, 255, 0.58);
  --fvm-ink-soft: rgba(19, 43, 40, 0.74);
}

.hero--showtafel {
  min-height: calc(100vh - 64px);
  padding-block: clamp(4rem, 8vw, 7rem);
}

.hero--showtafel::before {
  background:
    linear-gradient(90deg, rgba(16,39,36,0.94) 0%, rgba(23,66,59,0.86) 46%, rgba(16,39,36,0.44) 100%),
    radial-gradient(circle at 78% 28%, rgba(240,192,64,0.28), transparent 22rem);
}

.hero--showtafel .hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: 0;
}

.hero__naam {
  margin-bottom: 0.75rem;
  color: var(--kleur-accent);
  font-family: var(--lettertype-titel);
  font-size: clamp(1.45rem, 2.6vw, 2.45rem);
  font-weight: 700;
  line-height: 1.05;
}

.hero--showtafel .hero__titel {
  max-width: 12ch;
  font-size: clamp(3.2rem, 6.4vw, 6.6rem);
  line-height: 0.96;
}

.hero--showtafel .hero__tagline {
  max-width: 620px;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.hero-board {
  position: relative;
  min-height: min(62vh, 560px);
  border: 1px solid rgba(255,255,255,0.38);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04)),
    rgba(16,39,36,0.42);
  box-shadow: 0 34px 90px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.32);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  overflow: hidden;
}

.hero-board__grid {
  position: absolute;
  inset: 1rem;
  border-radius: 22px;
  background:
    linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(240,192,64,0.16), transparent 14rem);
  background-size: 100% 52px, 52px 100%, auto;
}

.hero-board__grid::before,
.hero-board__grid::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-board__grid::before {
  left: 9%;
  right: 14%;
  top: 50%;
  height: 4px;
  background: linear-gradient(90deg, rgba(240,192,64,0), rgba(240,192,64,0.95), rgba(240,192,64,0));
  transform: rotate(-14deg);
  box-shadow: 0 0 26px rgba(240,192,64,0.52);
}

.hero-board__grid::after {
  width: 42%;
  height: 42%;
  right: 10%;
  top: 12%;
  border: 1px dashed rgba(255,255,255,0.38);
}

.hero-board__cue {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.55rem 0.82rem;
  border: 1px solid rgba(255,255,255,0.42);
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.90);
  font-weight: 900;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.26);
}

.hero-board__cue--a { left: 10%; top: 16%; }
.hero-board__cue--b { right: 12%; top: 32%; }
.hero-board__cue--c { left: 16%; bottom: 24%; }
.hero-board__cue--d { right: 15%; bottom: 13%; }

.hero-board__signature {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 9rem;
  height: 9rem;
  border: 1px solid rgba(255,255,255,0.46);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(240,192,64,0.26), rgba(255,255,255,0.06));
  color: rgba(255,255,255,0.90);
  font-family: var(--lettertype-titel);
  font-size: 2.7rem;
  font-weight: 700;
  transform: translate(-50%, -50%);
}

.showtafel-sectie,
.diagnose-sectie,
.discipline-sectie,
.bewijs-sectie {
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
}

.showtafel {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.showtafel__intro p,
.diagnose__kop p,
.discipline-strip p,
.praktijk-logboek__kop p {
  max-width: 620px;
  margin: 1rem 0 1.4rem;
  color: var(--kleur-tekst-muted);
}

.showtafel__canvas {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  min-height: 520px;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(255,255,255,0.60);
  border-radius: 28px;
  background:
    linear-gradient(rgba(42,90,82,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42,90,82,0.12) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255,255,255,0.62), rgba(255,255,255,0.20));
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255,255,255,0.62);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  overflow: hidden;
}

.showtafel__route {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 50%;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(217,111,74,0), rgba(217,111,74,0.82), rgba(240,192,64,0.92), rgba(77,149,136,0));
  transform: rotate(-12deg);
  box-shadow: 0 0 34px rgba(240,192,64,0.34);
}

.showtafel__laag {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 220px;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(255,255,255,0.62);
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 8%, rgba(255,255,255,0.72), transparent 9rem),
    linear-gradient(135deg, rgba(255,255,255,0.62), rgba(255,255,255,0.22));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.64);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.showtafel__laag span,
.diagnose__lijst span {
  color: var(--kleur-koraal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.showtafel__laag h3 {
  margin-top: 0.45rem;
  color: var(--kleur-primair-donker);
  font-family: var(--lettertype-titel);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.05;
}

.showtafel__laag p {
  margin-top: 0.55rem;
  color: var(--kleur-tekst-muted);
  line-height: 1.55;
}

.showtafel__laag--beeld,
.showtafel__laag--moment {
  transform: translateY(2.5rem);
}

.diagnose,
.discipline-strip,
.praktijk-logboek {
  border: 1px solid rgba(255,255,255,0.58);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.58), rgba(255,255,255,0.20));
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255,255,255,0.62);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

.diagnose {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(1.3rem, 4vw, 3rem);
}

.diagnose__lijst {
  display: grid;
  gap: 0.75rem;
}

.diagnose__lijst article {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.56);
  border-radius: 18px;
  background: rgba(255,255,255,0.34);
}

.diagnose__lijst p {
  color: var(--kleur-tekst-muted);
  line-height: 1.55;
}

.discipline-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ruimte-m);
  padding: clamp(1.3rem, 4vw, 2.6rem);
  margin-bottom: 1rem;
}

.discipline-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255,255,255,0.52);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.42);
  box-shadow: var(--glass-shadow);
}

.discipline-rail span {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 1rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.54), transparent 8rem),
    rgba(255,255,255,0.24);
  color: var(--kleur-primair-donker);
  font-weight: 900;
  text-align: center;
}

.proces-lijn--route {
  position: relative;
}

.proces-lijn--route::before {
  content: '';
  position: absolute;
  left: 6%;
  right: 6%;
  top: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(240,192,64,0.12), rgba(240,192,64,0.92), rgba(240,192,64,0.12));
}

.proces-lijn--route article {
  position: relative;
  padding-top: 3.4rem;
}

.proces-lijn--route span {
  position: absolute;
  top: 1.1rem;
  left: 1.2rem;
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: var(--kleur-accent);
  color: var(--kleur-primair-donker);
}

.praktijk-logboek {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(1.3rem, 4vw, 3rem);
}

.praktijk-logboek__items {
  display: grid;
  gap: 0.75rem;
}

.praktijk-logboek__items article {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 0 1rem 1.2rem;
  border-left: 3px solid var(--kleur-accent);
}

.praktijk-logboek__items strong {
  color: var(--kleur-primair-donker);
  font-family: var(--lettertype-titel);
  font-size: 1.2rem;
  line-height: 1.2;
}

.praktijk-logboek__items span {
  color: var(--kleur-tekst-muted);
  line-height: 1.55;
}

.praktijk-logboek .actie-centrum {
  text-align: left;
}

@media (max-width: 980px) {
  .hero--showtafel .hero__inner,
  .showtafel,
  .diagnose,
  .praktijk-logboek {
    grid-template-columns: 1fr;
  }

  .hero--showtafel {
    text-align: left;
  }

  .hero--showtafel .hero__titel,
  .hero--showtafel .hero__tagline {
    margin-left: 0;
    margin-right: 0;
  }

  .hero--showtafel .hero__knoppen {
    justify-content: flex-start;
  }

  .hero-board {
    min-height: 360px;
  }

  .discipline-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .discipline-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .discipline-rail span:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .hero--showtafel {
    min-height: auto;
    padding-block: 4rem 2.5rem;
    text-align: center;
  }

  .hero--showtafel .hero__titel {
    max-width: 9.8ch;
    margin-inline: auto;
    font-size: clamp(2.55rem, 13vw, 4.1rem);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .hero__naam {
    font-size: clamp(1.35rem, 7vw, 2rem);
  }

  .hero--showtafel .hero__tagline {
    margin-inline: auto;
  }

  .hero--showtafel .hero__knoppen {
    justify-content: center;
  }

  .hero-board {
    min-height: 260px;
  }

  .hero-board__signature {
    width: 6.5rem;
    height: 6.5rem;
    font-size: 2rem;
  }

  .hero-board__cue {
    min-height: 34px;
    padding: 0.42rem 0.62rem;
    font-size: 0.72rem;
  }

  .showtafel__canvas {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .showtafel__laag {
    min-height: 0;
  }

  .showtafel__laag--beeld,
  .showtafel__laag--moment {
    transform: none;
  }

  .diagnose__lijst article {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .proces-lijn--route::before {
    display: none;
  }

  .proces-lijn--route article {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .showtafel-sectie,
  .diagnose-sectie,
  .discipline-sectie,
  .bewijs-sectie {
    padding-block: 2.8rem;
  }

  .hero-board {
    display: none;
  }

  .discipline-rail {
    grid-template-columns: 1fr;
  }

  .discipline-rail span,
  .diagnose__lijst article,
  .praktijk-logboek__items article {
    min-height: 0;
  }
}

/* ================================================================
   Bold alternative concept — Parade Lab
   ================================================================ */

.alt-parade {
  --alt-ink: #101816;
  --alt-green: #0e5f50;
  --alt-mint: #7bd9c4;
  --alt-yellow: #ffd857;
  --alt-coral: #f06d43;
  --alt-paper: #f7fbf8;
  --alt-line: rgba(16, 24, 22, 0.12);
  --alt-white-line: rgba(255, 255, 255, 0.28);
  color: var(--alt-ink);
  background:
    linear-gradient(rgba(16,24,22,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,24,22,0.055) 1px, transparent 1px),
    radial-gradient(circle at 18% 12%, rgba(255,216,87,0.22), transparent 21rem),
    radial-gradient(circle at 82% 8%, rgba(240,109,67,0.16), transparent 23rem),
    linear-gradient(135deg, #f8fcf8 0%, #e8f7f2 54%, #fbfaf0 100%);
  background-size: 36px 36px, 36px 36px, auto, auto, auto;
}

.alt-parade::before,
.alt-parade::after {
  opacity: 0;
}

.alt-parade .nav {
  background:
    linear-gradient(90deg, rgba(16,24,22,0.94), rgba(14,95,80,0.88)),
    var(--alt-ink);
  border-bottom: 3px solid var(--alt-yellow);
  box-shadow: 0 18px 45px rgba(16,24,22,0.20);
}

.alt-parade .nav__inner {
  max-width: 1180px;
}

.alt-parade .nav__logo {
  position: relative;
}

.alt-parade .nav__logo::after {
  content: 'Parade Lab';
  position: absolute;
  left: 3rem;
  top: 1.95rem;
  color: var(--alt-mint);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.alt-parade .nav__logo-naam {
  font-family: var(--lettertype-hoofd);
  font-weight: 950;
}

.alt-parade .nav__links {
  gap: 0.35rem;
}

.alt-parade .nav__links a {
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.52rem 0.8rem;
  color: rgba(255,255,255,0.82);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.alt-parade .nav__links a:hover,
.alt-parade .nav__links a[aria-current="page"] {
  background: var(--alt-yellow);
  color: var(--alt-ink);
  border-color: rgba(255,255,255,0.22);
}

.alt-parade .knop,
.alt-parade .formulier__knop,
.alt-parade .beheer-knop {
  border-radius: 0;
  border: 2px solid var(--alt-ink);
  background: var(--alt-yellow);
  color: var(--alt-ink);
  box-shadow: 7px 7px 0 var(--alt-ink);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transform: translate(0, 0);
}

.alt-parade .knop:hover,
.alt-parade .formulier__knop:hover,
.alt-parade .beheer-knop:hover {
  transform: translate(3px, 3px);
  box-shadow: 4px 4px 0 var(--alt-ink);
}

.alt-parade .knop--lijn {
  background: rgba(255,255,255,0.07);
  color: #fff;
  border-color: #fff;
  box-shadow: 7px 7px 0 rgba(255,255,255,0.18);
}

.alt-parade .sectie__label,
.alt-parade .bio-hero__label,
.alt-parade .dienst-hero__label,
.alt-parade .ver-hero__label {
  display: inline-flex;
  width: fit-content;
  padding: 0.35rem 0.55rem;
  border: 2px solid currentColor;
  background: var(--alt-yellow);
  color: var(--alt-ink);
  font-family: var(--lettertype-hoofd);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  transform: rotate(-1.4deg);
}

.alt-parade .sectie__titel,
.alt-parade .hero__titel,
.alt-parade .bio-hero__titel,
.alt-parade .dienst-hero__titel,
.alt-parade .ver-hero__titel {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 900;
  letter-spacing: 0;
}

.alt-parade .hero--showtafel {
  min-height: calc(100vh - 64px);
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(16,24,22,0.95), rgba(16,24,22,0.58) 54%, rgba(14,95,80,0.24)),
    url('../img/hero-trompet.webp') center / cover;
}

.alt-parade .hero--showtafel::before {
  z-index: 1;
  background:
    repeating-linear-gradient(90deg, transparent 0 6.8rem, rgba(255,255,255,0.08) 6.8rem 7rem),
    linear-gradient(115deg, rgba(16,24,22,0.92) 0%, rgba(14,95,80,0.70) 48%, rgba(16,24,22,0.14) 100%);
}

.alt-parade .hero--showtafel::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 11rem;
  background:
    linear-gradient(rgba(255,255,255,0.18) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255,255,255,0.18) 2px, transparent 2px);
  background-size: 100% 2.4rem, 2.4rem 100%;
  opacity: 0.55;
  mask-image: linear-gradient(transparent, #000);
}

.alt-parade .hero__foto {
  display: none;
}

.alt-parade .hero--showtafel .hero__inner {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.72fr);
  max-width: 1180px;
}

.alt-parade .hero__naam {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.35rem 0.55rem;
  background: var(--alt-coral);
  color: #fff;
  font-family: var(--lettertype-hoofd);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: rotate(-1.7deg);
}

.alt-parade .hero--showtafel .hero__titel {
  max-width: 11ch;
  text-wrap: balance;
  text-shadow: 0 6px 0 rgba(16,24,22,0.22);
}

.alt-parade .hero__tagline {
  max-width: 610px;
  border-left: 6px solid var(--alt-yellow);
  padding-left: 1rem;
  color: rgba(255,255,255,0.88);
  font-weight: 700;
}

.alt-parade .hero__lijnen {
  z-index: 2;
  opacity: 0.42;
  mix-blend-mode: screen;
}

.alt-parade .lijn {
  stroke-width: 7;
}

.alt-parade .hero-board {
  min-height: min(62vh, 560px);
  border: 3px solid rgba(255,255,255,0.72);
  border-radius: 0;
  background:
    linear-gradient(rgba(255,255,255,0.12) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255,255,255,0.12) 2px, transparent 2px),
    rgba(16,24,22,0.28);
  background-size: 3.4rem 3.4rem, 3.4rem 3.4rem, auto;
  box-shadow: 15px 15px 0 rgba(255,216,87,0.80), 0 34px 90px rgba(0,0,0,0.28);
}

.alt-parade .hero-board__grid {
  display: none;
}

.alt-parade .hero-board::before {
  content: '';
  position: absolute;
  left: 9%;
  right: 9%;
  top: 51%;
  height: 7px;
  background: var(--alt-yellow);
  transform: rotate(-17deg);
  box-shadow: 0 0 28px rgba(255,216,87,0.62);
  animation: alt-route-pulse 2.8s ease-in-out infinite;
}

.alt-parade .hero-board::after {
  content: '';
  position: absolute;
  width: 44%;
  height: 44%;
  right: 10%;
  top: 13%;
  border: 3px dashed rgba(255,255,255,0.48);
  border-radius: 50%;
}

.alt-parade .hero-board__signature {
  border-radius: 0;
  border: 3px solid #fff;
  background: var(--alt-coral);
  box-shadow: 10px 10px 0 rgba(16,24,22,0.48);
  transform: translate(-50%, -50%) rotate(-4deg);
}

.alt-parade .hero-board__cue {
  border: 2px solid #fff;
  border-radius: 0;
  background: var(--alt-ink);
  color: #fff;
  box-shadow: 5px 5px 0 rgba(255,216,87,0.72);
  text-transform: uppercase;
}

.alt-parade .showtafel,
.alt-parade .diagnose,
.alt-parade .discipline-strip,
.alt-parade .praktijk-logboek,
.alt-parade .dienst-intro,
.alt-parade .ver-intro,
.alt-parade .bio-inhoud {
  position: relative;
}

.alt-parade .showtafel__canvas,
.alt-parade .diagnose,
.alt-parade .discipline-strip,
.alt-parade .praktijk-logboek,
.alt-parade .contact__formulier,
.alt-parade .dienst-intro,
.alt-parade .ver-intro,
.alt-parade .bio-inhoud,
.alt-parade .trust-band__inner {
  border: 3px solid var(--alt-ink);
  border-radius: 0;
  background:
    linear-gradient(rgba(16,24,22,0.075) 2px, transparent 2px),
    linear-gradient(90deg, rgba(16,24,22,0.075) 2px, transparent 2px),
    rgba(255,255,255,0.72);
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: 12px 12px 0 rgba(16,24,22,0.14);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.alt-parade .showtafel__laag,
.alt-parade .diagnose__lijst article,
.alt-parade .discipline-rail span,
.alt-parade .praktijk-logboek__items article,
.alt-parade .dienst-kaart,
.alt-parade .cv-blok,
.alt-parade .show-item,
.alt-parade .scholen-jaar,
.alt-parade .bio-sectie,
.alt-parade .ver-kaart {
  border: 2px solid var(--alt-ink);
  border-radius: 0;
  background: rgba(255,255,255,0.78);
  box-shadow: 8px 8px 0 rgba(16,24,22,0.10);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.alt-parade .showtafel__route {
  height: 8px;
  background: linear-gradient(90deg, var(--alt-coral), var(--alt-yellow), var(--alt-mint));
}

.alt-parade .showtafel__laag h3,
.alt-parade .dienst-kaart__titel,
.alt-parade .bio-sectie__titel,
.alt-parade .ver-kaart__naam {
  color: var(--alt-ink);
}

.alt-parade .showtafel__laag span,
.alt-parade .diagnose__lijst span,
.alt-parade .bewijs-kaart__label,
.alt-parade .show-item__jaar,
.alt-parade .cv-item__periode {
  color: var(--alt-coral);
}

.alt-parade .diagnose {
  background:
    linear-gradient(110deg, rgba(14,95,80,0.12), transparent 48%),
    rgba(255,255,255,0.70);
}

.alt-parade .diagnose__lijst article {
  grid-template-columns: 8rem minmax(0, 1fr);
}

.alt-parade .discipline-rail {
  border: 3px solid var(--alt-ink);
  border-radius: 0;
  background: var(--alt-ink);
  box-shadow: 12px 12px 0 rgba(16,24,22,0.14);
}

.alt-parade .discipline-rail span {
  position: relative;
  min-height: 112px;
  box-shadow: none;
  background: var(--alt-paper);
}

.alt-parade .discipline-rail span:nth-child(even) {
  background: #dff7f0;
}

.alt-parade .discipline-rail span::before {
  content: '';
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  top: 0.65rem;
  height: 4px;
  background: var(--alt-coral);
}

.alt-parade .process-sectie,
.alt-parade .bio-hero,
.alt-parade .dienst-hero,
.alt-parade .ver-hero {
  background:
    repeating-linear-gradient(90deg, transparent 0 5.8rem, rgba(255,255,255,0.09) 5.8rem 6rem),
    radial-gradient(circle at 78% 20%, rgba(255,216,87,0.28), transparent 20rem),
    linear-gradient(135deg, var(--alt-ink), var(--alt-green));
  border-bottom: 3px solid var(--alt-yellow);
}

.alt-parade .bio-hero::after,
.alt-parade .dienst-hero::after,
.alt-parade .ver-hero::after,
.alt-parade .process-sectie::after {
  display: none;
}

.alt-parade .bio-hero,
.alt-parade .dienst-hero,
.alt-parade .ver-hero {
  padding: clamp(5rem, 11vw, 9rem) var(--ruimte-m) clamp(3rem, 6vw, 5rem);
  text-align: left;
}

.alt-parade .bio-hero > *,
.alt-parade .dienst-hero > *,
.alt-parade .ver-hero > * {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.alt-parade .bio-hero__titel,
.alt-parade .dienst-hero__titel,
.alt-parade .ver-hero__titel {
  max-width: 850px;
  margin-top: 1rem;
  color: #fff;
  font-size: clamp(2.8rem, 7vw, 6rem);
  line-height: 0.98;
  text-wrap: balance;
}

.alt-parade .bio-hero__subtitel,
.alt-parade .dienst-hero__subtitel,
.alt-parade .ver-hero__subtitel {
  max-width: 680px;
  margin-top: 1rem;
  margin-left: calc((100vw - min(1100px, calc(100vw - 2 * var(--ruimte-m)))) / 2);
  color: rgba(255,255,255,0.82);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
  font-style: normal;
}

.alt-parade .bio-inhoud {
  max-width: 1040px;
  margin-top: clamp(2rem, 5vw, 4rem);
  padding: clamp(1rem, 3vw, 2rem);
}

.alt-parade .bio-intro {
  border-bottom: 3px solid var(--alt-ink);
  color: var(--alt-ink);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 800;
}

.alt-parade .bio-sectie {
  position: relative;
  margin-bottom: 1rem;
  padding: clamp(1rem, 3vw, 2rem);
}

.alt-parade .bio-sectie::before {
  content: '';
  position: absolute;
  left: -1.1rem;
  top: 1.6rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 3px solid var(--alt-ink);
  background: var(--alt-yellow);
}

.alt-parade .bio-sectie__label {
  color: var(--alt-green);
}

.alt-parade .bio-highlight,
.alt-parade .bio-afsluiting {
  border: 2px solid var(--alt-ink);
  border-radius: 0;
  background: var(--alt-yellow);
  box-shadow: 8px 8px 0 var(--alt-ink);
}

.alt-parade .dienst-intro,
.alt-parade .ver-intro {
  max-width: 980px;
  padding: clamp(1rem, 3vw, 2rem);
  color: var(--alt-ink);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  font-weight: 750;
}

.alt-parade .trust-band__inner {
  gap: 0;
  background: var(--alt-ink);
}

.alt-parade .trust-band article {
  border: 0;
  border-radius: 0;
  background: var(--alt-paper);
  box-shadow: none;
}

.alt-parade .trust-band article:nth-child(even) {
  background: #dff7f0;
}

.alt-parade .trust-band strong {
  color: var(--alt-coral);
}

.alt-parade .diensten-grid {
  max-width: 1100px;
  padding-inline: var(--ruimte-m);
}

.alt-parade .dienst-kaart {
  position: relative;
  overflow: visible;
  border-top: 12px solid var(--alt-coral);
}

.alt-parade .dienst-kaart:nth-child(2n) {
  border-top-color: var(--alt-green);
}

.alt-parade .dienst-kaart:nth-child(3n) {
  border-top-color: var(--alt-yellow);
}

.alt-parade .dienst-kaart__icoon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border: 2px solid var(--alt-ink);
  background: var(--alt-yellow);
  font-size: 1.35rem;
}

.alt-parade .filterbar {
  gap: 0.4rem;
}

.alt-parade .filterbar__button,
.alt-parade .service-tabs__button,
.alt-parade .mobile-collapse__toggle {
  border: 2px solid var(--alt-ink);
  border-radius: 0;
  background: var(--alt-paper);
  color: var(--alt-ink);
  box-shadow: 4px 4px 0 rgba(16,24,22,0.12);
  font-weight: 950;
}

.alt-parade .filterbar__button.is-active,
.alt-parade .service-tabs__button.is-active {
  background: var(--alt-ink);
  color: #fff;
}

.alt-parade .cv-blok__titel,
.alt-parade .shows-blok__titel,
.alt-parade .scholen-jaar__label {
  border-bottom: 2px solid var(--alt-ink);
  background: var(--alt-yellow);
  color: var(--alt-ink);
}

.alt-parade .cv-item,
.alt-parade .show-item {
  border-radius: 0;
  border: 2px solid rgba(16,24,22,0.16);
  background: rgba(255,255,255,0.72);
}

.alt-parade .show-item__naam {
  font-weight: 950;
}

.alt-parade .scholen-jaren {
  max-width: 1100px;
}

.alt-parade .ver-lijst {
  display: grid;
  gap: clamp(1.4rem, 4vw, 3rem);
  max-width: 1120px;
}

.alt-parade .ver-kaart,
.alt-parade .ver-kaart--gespiegeld {
  position: relative;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  overflow: visible;
  background: rgba(255,255,255,0.72);
}

.alt-parade .ver-kaart--gespiegeld .ver-kaart__foto {
  order: 2;
}

.alt-parade .ver-kaart__foto,
.alt-parade .ver-kaart--gespiegeld .ver-kaart__foto {
  height: auto;
  min-height: 300px;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--alt-ink);
}

.alt-parade .ver-kaart__foto img {
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.08);
  box-shadow: none;
  mix-blend-mode: normal;
}

.alt-parade .ver-kaart__foto::after {
  background:
    linear-gradient(135deg, rgba(16,24,22,0.18), transparent 52%),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(255,216,87,0.18) 18px 20px);
}

.alt-parade .ver-kaart__locatie {
  display: none;
}

.alt-parade .ver-kaart__inhoud {
  padding: clamp(1.1rem, 3vw, 2rem);
}

.alt-parade .rol-badge,
.alt-parade .rol-tag {
  border: 2px solid var(--alt-ink);
  border-radius: 0;
  background: var(--alt-green);
  color: #fff;
  box-shadow: 4px 4px 0 rgba(16,24,22,0.14);
}

.alt-parade .ver-kaart__bijdrage {
  border-left: 0;
  border-top: 3px solid var(--alt-coral);
  background: rgba(255,216,87,0.24);
}

.alt-parade .contact__grid {
  align-items: stretch;
}

.alt-parade .contact__info {
  border-left: 8px solid var(--alt-coral);
}

.alt-parade .formulier__veld {
  border: 2px solid var(--alt-ink);
  border-radius: 0;
  background: rgba(255,255,255,0.82);
}

.alt-parade .footer {
  background:
    linear-gradient(90deg, rgba(255,216,87,0.12), transparent),
    var(--alt-ink);
  border-top: 3px solid var(--alt-yellow);
}

.alt-parade .footer__naam {
  font-family: var(--lettertype-hoofd);
  font-weight: 950;
  text-transform: uppercase;
}

.alt-parade .erwinai-wordmark {
  border-radius: 0;
}

@keyframes alt-route-pulse {
  0%, 100% { opacity: 0.72; transform: rotate(-17deg) scaleX(0.96); }
  50% { opacity: 1; transform: rotate(-17deg) scaleX(1.04); }
}

@media (max-width: 980px) {
  .alt-parade .hero--showtafel .hero__inner,
  .alt-parade .ver-kaart,
  .alt-parade .ver-kaart--gespiegeld {
    grid-template-columns: 1fr;
  }

  .alt-parade .ver-kaart--gespiegeld .ver-kaart__foto {
    order: 0;
  }

  .alt-parade .bio-hero__subtitel,
  .alt-parade .dienst-hero__subtitel,
  .alt-parade .ver-hero__subtitel {
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .alt-parade .nav__logo::after {
    display: none;
  }

  .alt-parade .nav__links {
    border-radius: 0;
    border: 2px solid rgba(255,255,255,0.25);
    background: var(--alt-ink);
  }

  .alt-parade .hero--showtafel {
    text-align: left;
  }

  .alt-parade .hero--showtafel .hero__titel,
  .alt-parade .hero--showtafel .hero__tagline {
    margin-left: 0;
    margin-right: 0;
  }

  .alt-parade .hero--showtafel .hero__knoppen {
    justify-content: flex-start;
  }

  .alt-parade .hero-board {
    display: block;
    min-height: 230px;
    box-shadow: 8px 8px 0 rgba(255,216,87,0.80);
  }

  .alt-parade .hero-board__signature {
    width: 5.8rem;
    height: 5.8rem;
    font-size: 1.85rem;
  }

  .alt-parade .showtafel__canvas,
  .alt-parade .diagnose,
  .alt-parade .discipline-strip,
  .alt-parade .praktijk-logboek,
  .alt-parade .bio-inhoud,
  .alt-parade .dienst-intro,
  .alt-parade .ver-intro {
    box-shadow: 7px 7px 0 rgba(16,24,22,0.14);
  }

  .alt-parade .diagnose__lijst article {
    grid-template-columns: 1fr;
  }

  .alt-parade .bio-hero,
  .alt-parade .dienst-hero,
  .alt-parade .ver-hero {
    padding-top: 4.2rem;
  }
}

@media (max-width: 520px) {
  .alt-parade .hero--showtafel .hero__titel {
    max-width: 10.8ch;
    font-size: clamp(2.4rem, 13vw, 3.6rem);
    text-align: left;
  }

  .alt-parade .hero__tagline {
    padding-left: 0.8rem;
  }

  .alt-parade .hero-board {
    min-height: 190px;
  }

  .alt-parade .hero-board__cue {
    min-height: 30px;
    padding: 0.3rem 0.45rem;
    font-size: 0.62rem;
  }

  .alt-parade .bio-hero__titel,
  .alt-parade .dienst-hero__titel,
  .alt-parade .ver-hero__titel {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .alt-parade .knop,
  .alt-parade .formulier__knop {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alt-parade .hero-board::before {
    animation: none;
  }
}

/* ================================================================
   Experience Mode — geen website, maar een showroute
   ================================================================ */

.experience-mode {
  --experience-progress: 0;
  --experience-x: 50%;
  --experience-y: 35%;
  --stage-black: #07110f;
  --stage-green: #0a3b33;
  --stage-light: #f8fff9;
  --stage-neon: #b7ffe7;
  background:
    radial-gradient(circle at var(--experience-x) var(--experience-y), rgba(255,216,87,0.20), transparent 22rem),
    radial-gradient(circle at 80% 15%, rgba(123,217,196,0.16), transparent 30rem),
    linear-gradient(135deg, #07110f 0%, #0b2e28 46%, #07110f 100%);
  color: var(--stage-light);
}

.experience-mode::before,
.experience-mode::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.experience-mode::before {
  background:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 9vw 9vw;
  transform: perspective(700px) rotateX(58deg) translateY(12vh) scale(1.35);
  transform-origin: center bottom;
  opacity: 0.48;
}

.experience-mode::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255,216,87,0.08), transparent 22%, transparent 78%, rgba(240,109,67,0.08)),
    radial-gradient(ellipse at center, transparent 0 42%, rgba(0,0,0,0.42) 100%);
}

.experience-stage {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
}

.experience-stage__progress {
  position: fixed;
  left: clamp(0.85rem, 2vw, 1.6rem);
  top: 96px;
  bottom: 28px;
  width: 4px;
  background: rgba(255,255,255,0.18);
}

.experience-stage__progress span {
  display: block;
  width: 100%;
  height: calc(var(--experience-progress) * 100%);
  background: linear-gradient(var(--alt-yellow), var(--alt-coral), var(--stage-neon));
  box-shadow: 0 0 28px rgba(255,216,87,0.54);
}

.experience-stage__word {
  position: fixed;
  left: clamp(1.25rem, 2.4vw, 2.25rem);
  bottom: 30px;
  max-width: 15rem;
  color: rgba(255,255,255,0.72);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.experience-stage__pulse {
  position: fixed;
  left: var(--experience-x);
  top: var(--experience-y);
  width: 11rem;
  height: 11rem;
  border: 1px solid rgba(255,216,87,0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255,216,87,0.16), transparent 64%);
  filter: blur(1px);
}

.experience-stage__staff {
  position: fixed;
  right: clamp(0.8rem, 2vw, 1.4rem);
  top: 18vh;
  bottom: 14vh;
  display: grid;
  grid-template-columns: repeat(5, 1px);
  gap: 0.42rem;
  opacity: 0.28;
}

.experience-stage__staff i {
  display: block;
  width: 1px;
  background: rgba(255,255,255,0.62);
}

.experience-mode .nav {
  position: fixed;
  left: 50%;
  top: 0.8rem;
  width: min(1120px, calc(100% - 2rem));
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,0.16);
  border-bottom: 1px solid rgba(255,216,87,0.42);
  background: rgba(7,17,15,0.64);
  box-shadow: 0 22px 80px rgba(0,0,0,0.28);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

.experience-mode .nav__inner {
  height: 58px;
}

.experience-mode .nav__links a {
  background: transparent;
  border: 0;
  color: rgba(255,255,255,0.70);
}

.experience-mode .nav__links a:hover,
.experience-mode .nav__links a[aria-current="page"] {
  background: transparent;
  color: var(--alt-yellow);
  box-shadow: none;
}

.experience-mode .nav__links a::before {
  content: '';
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.45rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  vertical-align: 0.02em;
}

.experience-mode .hero,
.experience-mode .bio-hero,
.experience-mode .dienst-hero,
.experience-mode .ver-hero,
.experience-mode .showtafel-sectie,
.experience-mode .diagnose-sectie,
.experience-mode .discipline-sectie,
.experience-mode .process-sectie,
.experience-mode .bewijs-sectie,
.experience-mode #contact,
.experience-mode .cv-sectie,
.experience-mode .shows-sectie,
.experience-mode .scholen-sectie,
.experience-mode .ver-lijst {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-block: clamp(6rem, 12vh, 9rem);
  background: transparent;
  overflow: hidden;
}

.experience-mode .bio-inhoud,
.experience-mode .dienst-intro,
.experience-mode .ver-intro {
  margin-top: clamp(3rem, 8vh, 5rem);
  margin-bottom: clamp(3rem, 8vh, 5rem);
}

.experience-mode .experience-scene::before {
  content: '';
  position: absolute;
  inset: 11vh 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,216,87,0.50), transparent);
  opacity: 0.8;
}

.experience-mode .experience-scene::after {
  content: counter(scene);
  counter-increment: scene;
  position: absolute;
  right: clamp(1rem, 4vw, 4rem);
  top: clamp(6rem, 14vh, 9rem);
  color: rgba(255,255,255,0.06);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(7rem, 19vw, 18rem);
  font-weight: 900;
  line-height: 0.8;
}

.experience-mode {
  counter-reset: scene;
}

.experience-mode .hero--showtafel {
  background:
    radial-gradient(circle at 70% 32%, rgba(255,216,87,0.18), transparent 24rem),
    linear-gradient(100deg, rgba(7,17,15,0.96), rgba(10,59,51,0.62)),
    url('../img/hero-trompet.webp') center / cover;
}

.experience-mode .hero--showtafel::before {
  background:
    linear-gradient(90deg, transparent 0 20%, rgba(255,255,255,0.08) 20% 20.3%, transparent 20.3% 40%, rgba(255,255,255,0.08) 40% 40.3%, transparent 40.3% 60%, rgba(255,255,255,0.08) 60% 60.3%, transparent 60.3%),
    radial-gradient(circle at var(--experience-x) var(--experience-y), rgba(255,255,255,0.12), transparent 18rem);
}

.experience-mode .hero--showtafel .hero__inner {
  grid-template-columns: minmax(0, 1fr);
  max-width: 1180px;
}

.experience-mode .hero__content {
  max-width: 900px;
}

.experience-mode .hero__naam,
.experience-mode .sectie__label,
.experience-mode .bio-hero__label,
.experience-mode .dienst-hero__label,
.experience-mode .ver-hero__label {
  background: transparent;
  border: 0;
  color: var(--alt-yellow);
  padding: 0;
  transform: none;
}

.experience-mode .hero--showtafel .hero__titel {
  max-width: 10ch;
  font-size: clamp(3.9rem, 9.2vw, 8rem);
  line-height: 0.88;
}

.experience-mode .hero__tagline {
  max-width: 720px;
  border-left: 0;
  padding-left: 0;
  color: rgba(255,255,255,0.78);
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
}

.experience-mode .hero-board {
  position: absolute;
  right: min(6vw, 5rem);
  bottom: min(5vh, 4rem);
  width: min(34vw, 430px);
  min-height: min(30vh, 300px);
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0.48;
}

.experience-mode .hero-board::before {
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--alt-yellow), transparent);
}

.experience-mode .hero-board::after {
  border-color: rgba(255,255,255,0.18);
}

.experience-mode .hero-board__signature {
  border: 0;
  background: rgba(240,109,67,0.90);
  box-shadow: 0 0 60px rgba(240,109,67,0.34);
}

.experience-mode .hero-board__cue {
  border: 0;
  background: rgba(255,255,255,0.08);
  box-shadow: none;
  color: rgba(255,255,255,0.78);
}

.experience-mode .showtafel,
.experience-mode .diagnose,
.experience-mode .discipline-strip,
.experience-mode .praktijk-logboek,
.experience-mode .contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.experience-mode .sectie__inner,
.experience-mode .bio-hero > *,
.experience-mode .dienst-hero > *,
.experience-mode .ver-hero > *,
.experience-mode .bio-inhoud,
.experience-mode .shows-sectie__inner,
.experience-mode .cv-sectie__inner,
.experience-mode .scholen-sectie__inner {
  width: min(1180px, calc(100% - 3rem));
  max-width: 1180px;
}

.experience-mode .sectie__titel,
.experience-mode .bio-hero__titel,
.experience-mode .dienst-hero__titel,
.experience-mode .ver-hero__titel {
  color: #fff;
  font-size: clamp(3rem, 8vw, 7.2rem);
  line-height: 0.9;
  max-width: 11ch;
  text-wrap: balance;
}

.experience-mode .sectie__intro,
.experience-mode .showtafel__intro p,
.experience-mode .diagnose__kop p,
.experience-mode .discipline-strip p,
.experience-mode .praktijk-logboek__kop p,
.experience-mode .contact__info p,
.experience-mode .bio-hero__subtitel,
.experience-mode .dienst-hero__subtitel,
.experience-mode .ver-hero__subtitel {
  color: rgba(255,255,255,0.72);
  font-size: clamp(1rem, 2vw, 1.28rem);
}

.experience-mode .showtafel__canvas {
  min-height: min(70vh, 660px);
  border: 0;
  background:
    linear-gradient(rgba(255,255,255,0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.10) 1px, transparent 1px);
  background-size: 4.5rem 4.5rem;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.experience-mode .showtafel__laag,
.experience-mode .diagnose__lijst article,
.experience-mode .praktijk-logboek__items article,
.experience-mode .proces-lijn article,
.experience-mode .dienst-kaart,
.experience-mode .cv-blok,
.experience-mode .show-item,
.experience-mode .scholen-jaar,
.experience-mode .bio-sectie,
.experience-mode .ver-kaart {
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.experience-mode .showtafel__laag {
  min-height: 0;
  justify-content: center;
  border-left: 4px solid var(--alt-yellow);
}

.experience-mode .showtafel__laag h3,
.experience-mode .diagnose__lijst span,
.experience-mode .praktijk-logboek__items strong,
.experience-mode .dienst-kaart__titel,
.experience-mode .bio-sectie__titel,
.experience-mode .ver-kaart__naam {
  color: #fff;
}

.experience-mode .showtafel__laag p,
.experience-mode .diagnose__lijst p,
.experience-mode .praktijk-logboek__items span,
.experience-mode .dienst-kaart__tekst,
.experience-mode .bio-sectie p,
.experience-mode .ver-kaart__beschrijving,
.experience-mode .ver-kaart__hoogtepunten,
.experience-mode .contact__details {
  color: rgba(255,255,255,0.68);
}

.experience-mode .diagnose__lijst,
.experience-mode .praktijk-logboek__items {
  gap: clamp(1.2rem, 3vw, 2.4rem);
}

.experience-mode .diagnose__lijst article,
.experience-mode .praktijk-logboek__items article {
  border-left: 1px solid rgba(255,216,87,0.44);
  padding: 0.2rem 0 0.2rem 1.2rem;
}

.experience-mode .discipline-strip {
  grid-template-columns: 1fr;
}

.experience-mode .discipline-rail {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.1rem, 4vw, 3rem);
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  max-width: 100%;
}

.experience-mode .discipline-rail span {
  min-height: 0;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent !important;
  box-shadow: none;
  color: rgba(255,255,255,0.72);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.6rem, 4vw, 4.5rem);
  line-height: 0.95;
  transform: rotate(-4deg);
}

.experience-mode .discipline-rail span:nth-child(even) {
  color: var(--alt-yellow);
  transform: rotate(3deg) translateY(1.8rem);
}

.experience-mode .discipline-rail span::before {
  content: none;
}

.experience-mode .proces-lijn {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.4rem, 3vw, 2rem);
  max-width: 820px;
  margin-left: auto;
  background: transparent;
}

.experience-mode .proces-lijn--route::before {
  left: 1rem;
  right: auto;
  top: 0;
  bottom: 0;
  width: 2px;
  height: auto;
  background: linear-gradient(var(--alt-yellow), var(--alt-coral), transparent);
}

.experience-mode .proces-lijn article {
  min-height: 0;
  padding: 0 0 0 4.2rem;
}

.experience-mode .proces-lijn--route span {
  left: 0;
  top: 0;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,216,87,0.14);
  color: var(--alt-yellow);
}

.experience-mode .proces-lijn h3 {
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2.4rem);
}

.experience-mode .proces-lijn p {
  color: rgba(255,255,255,0.66);
}

.experience-mode .bio-inhoud,
.experience-mode .dienst-intro,
.experience-mode .ver-intro,
.experience-mode .trust-band__inner,
.experience-mode .contact__formulier {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.experience-mode .bio-intro,
.experience-mode .dienst-intro,
.experience-mode .ver-intro {
  color: rgba(255,255,255,0.86);
  text-align: left;
  font-size: clamp(1.35rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 900;
}

.experience-mode .bio-sectie,
.experience-mode .dienst-kaart,
.experience-mode .cv-blok,
.experience-mode .show-kolom,
.experience-mode .scholen-jaar {
  padding-block: clamp(1.2rem, 3vw, 2.2rem);
  border-top: 1px solid rgba(255,255,255,0.15);
}

.experience-mode .diensten-grid,
.experience-mode .cv-grid,
.experience-mode .shows-grid,
.experience-mode .scholen-jaren {
  width: min(1180px, calc(100% - 3rem));
  max-width: 1180px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.4rem, 5vw, 4rem);
}

.experience-mode .dienst-kaart__icoon {
  border: 0;
  background: transparent;
  color: var(--alt-yellow);
  width: auto;
  height: auto;
  place-items: start;
  font-size: 2rem;
}

.experience-mode .trust-band__inner {
  width: min(1180px, calc(100% - 3rem));
  grid-template-columns: repeat(4, 1fr);
}

.experience-mode .trust-band article {
  background: transparent !important;
  border-top: 1px solid rgba(255,255,255,0.16);
}

.experience-mode .trust-band span {
  color: rgba(255,255,255,0.62);
}

.experience-mode .filterbar {
  width: min(920px, calc(100% - 3rem));
  margin-block: 1rem 4rem;
}

.experience-mode .filterbar__button,
.experience-mode .mobile-collapse__toggle {
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.76);
  box-shadow: none;
}

.experience-mode .filterbar__button.is-active {
  background: var(--alt-yellow);
  color: var(--alt-ink);
}

.experience-mode .ver-lijst {
  width: min(1180px, calc(100% - 3rem));
  margin-inline: auto;
}

.experience-mode .ver-kaart,
.experience-mode .ver-kaart--gespiegeld {
  min-height: 82vh;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: center;
}

.experience-mode .ver-kaart__foto,
.experience-mode .ver-kaart--gespiegeld .ver-kaart__foto {
  min-height: min(68vh, 620px);
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.82;
  filter: grayscale(0.25);
  mask-image: radial-gradient(circle, #000 0 58%, transparent 70%);
}

.experience-mode .ver-kaart__foto::after {
  background: radial-gradient(circle, transparent 0 44%, rgba(7,17,15,0.62) 72%);
}

.experience-mode .ver-kaart__bijdrage {
  border: 0;
  border-left: 4px solid var(--alt-yellow);
  background: transparent;
  color: rgba(255,255,255,0.86);
}

.experience-mode .rol-badge,
.experience-mode .rol-tag {
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.06);
  box-shadow: none;
  color: rgba(255,255,255,0.74);
}

.experience-mode .contact__formulier {
  border-left: 1px solid rgba(255,255,255,0.18);
  padding-left: clamp(1.2rem, 4vw, 3rem);
}

.experience-mode .formulier__veld {
  border: 0;
  border-bottom: 2px solid rgba(255,255,255,0.28);
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.experience-mode .formulier__veld::placeholder {
  color: rgba(255,255,255,0.45);
}

.experience-mode .footer {
  position: relative;
  z-index: 2;
}

@media (max-width: 980px) {
  .experience-mode .showtafel,
  .experience-mode .diagnose,
  .experience-mode .discipline-strip,
  .experience-mode .praktijk-logboek,
  .experience-mode .contact__grid,
  .experience-mode .ver-kaart,
  .experience-mode .ver-kaart--gespiegeld,
  .experience-mode .diensten-grid,
  .experience-mode .cv-grid,
  .experience-mode .shows-grid,
  .experience-mode .scholen-jaren {
    grid-template-columns: 1fr;
  }

  .experience-mode .hero-board {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 2rem;
  }

  .experience-mode .discipline-rail {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .experience-mode::before {
    display: none;
  }

  .experience-mode .experience-scene::after {
    display: none;
  }

  .experience-mode {
    overflow-x: clip;
  }

  .experience-stage__progress,
  .experience-stage__word,
  .experience-stage__staff,
  .experience-stage__pulse {
    display: none;
  }

  .experience-mode .nav {
    top: 0;
    width: 100%;
    border-left: 0;
    border-right: 0;
    transform: translateX(-50%);
  }

  .experience-mode .hero,
  .experience-mode .bio-hero,
  .experience-mode .dienst-hero,
  .experience-mode .ver-hero,
  .experience-mode .showtafel-sectie,
  .experience-mode .diagnose-sectie,
  .experience-mode .discipline-sectie,
  .experience-mode .process-sectie,
  .experience-mode .bewijs-sectie,
  .experience-mode #contact,
  .experience-mode .cv-sectie,
  .experience-mode .shows-sectie,
  .experience-mode .scholen-sectie,
  .experience-mode .ver-lijst {
    min-height: auto;
    padding-block: clamp(4.5rem, 12vh, 6.5rem);
  }

  .experience-mode .hero--showtafel .hero__titel,
  .experience-mode .sectie__titel,
  .experience-mode .bio-hero__titel,
  .experience-mode .dienst-hero__titel,
  .experience-mode .ver-hero__titel {
    max-width: 11ch;
    font-size: clamp(2.9rem, 15vw, 4.8rem);
  }

  .experience-mode .bio-intro,
  .experience-mode .dienst-intro,
  .experience-mode .ver-intro {
    font-size: clamp(1.55rem, 9vw, 2.8rem);
  }

  .experience-mode .showtafel__canvas {
    min-height: auto;
  }

  .experience-mode .ver-kaart,
  .experience-mode .ver-kaart--gespiegeld {
    min-height: auto;
  }

  .experience-mode .ver-kaart__foto,
  .experience-mode .ver-kaart--gespiegeld .ver-kaart__foto {
    min-height: 260px;
  }
}
