/* =====================================================================
   Hunebed Media / gedeeld design-systeem
   Kleuren, typografie, layout, componenten, animaties, responsive.
   ===================================================================== */

/* ------------------------------ TOKENS ------------------------------ */
:root {
  /* Merk */
  --orange: #FF6C00;
  --orange-light: #FF9A40;
  --amber: #FFB23E;
  --teal: #2096B4;
  --teal-light: #46B3CE;

  /* Donkere achtergronden */
  --bg: #222222;
  --bg-2: #262626;
  --bg-3: #2C2C2C;
  --bg-dark: #1A1A1A;
  --bg-darker: #161616;

  /* Lichte achtergronden */
  --paper: #F6F5F1;
  --paper-2: #ECEBE4;
  --paper-3: #F2F1EC;

  /* Tekst op donker */
  --text: #F7F6F3;
  --muted: #B7B9C2;
  --muted-2: #9A9CA6;
  --muted-3: #9698A2;          /* opgehoogd → haalt WCAG AA (4.5:1) op bg-2/bg-3 */
  --muted-4: #A6A8B2;
  --footer-label: #9698A2;     /* labels/legal in footer op #161616 → AA */

  /* Tekst op licht */
  --ink: #222222;
  --ink-muted: #5C5E66;
  --ink-faint: #62646D;

  /* Randen */
  --line-1: rgba(255,255,255,.09);
  --line-2: rgba(255,255,255,.16);
  --line-3: rgba(255,255,255,.22);
  --line-light: rgba(0,0,0,.1);

  /* Fonts */
  --f-display: 'Patua One', Georgia, serif;
  --f-head: 'Space Grotesk', sans-serif;
  --f-body: 'Hanken Grotesk', sans-serif;
  --f-mono: 'Space Mono', monospace;

  /* Layout */
  --container: 1320px;
  --gutter: 40px;

  /* Easing */
  --ease: cubic-bezier(.2,.7,.2,1);
}

/* ------------------------------ RESET ------------------------------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--f-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--orange); color: #fff; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: inherit; }

/* --------------------------- LAYOUT UTILS --------------------------- */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
/* Anchor-doelen springen niet achter de vaste header (≈70px hoog). */
[id] { scroll-margin-top: 96px; }
.section { padding: clamp(90px, 13vh, 150px) 0; }
.section--sm { padding: clamp(80px, 11vh, 130px) 0; }

.section--dark   { background: var(--bg);      color: var(--text); }
.section--dark2  { background: var(--bg-2);    color: var(--text); }
.section--darker { background: var(--bg-dark); color: var(--text); }
.section--paper  { background: var(--paper);   color: var(--ink); }
.section--paper2 { background: var(--paper-2); color: var(--ink); }
.section--paper3 { background: var(--paper-3); color: var(--ink); }

/* ---------------------------- TYPOGRAPHY ---------------------------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}
.eyebrow--teal { color: var(--teal); }
.eyebrow--teal-light { color: var(--teal-light); }

.h1 {
  margin: 0;
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(42px, 7.4vw, 96px);
  line-height: 1.0;
  letter-spacing: .005em;
  color: var(--text);
  text-wrap: balance;
}
.h2 {
  margin: 0;
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.04;
  letter-spacing: .005em;
  text-wrap: balance;
}
.h3 {
  margin: 0;
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 23px;
  letter-spacing: .005em;
  text-wrap: balance;
}
.lead {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.7;
  color: var(--muted);
}
.section--paper .lead,
.section--paper2 .lead,
.section--paper3 .lead { color: var(--ink-muted); }

.text-orange { color: var(--orange); }
.text-teal { color: var(--teal); }
.text-teal-light { color: var(--teal-light); }
.text-amber { color: var(--amber); }

/* Zachte getinte badge/pill (achtergrond + bijpassende accentkleur) */
.tint--orange     { background: #FFE9D8; color: var(--orange); }
.tint--teal       { background: #D9EEF4; color: var(--teal); }
.tint--teal-light { background: #DDF0F6; color: var(--teal-light); }
/* Logo in overlay-menu (klein, licht ingekleurd op donker) */
.logo-sm { height: 34px; width: auto; }

/* ------------------------------ BUTTONS ----------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 999px;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 16px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease, border-color .3s ease;
  white-space: nowrap;
}
.btn--primary {
  background: var(--orange);
  color: #1A1A1A;                /* donker label → contrast 5.6:1 (WCAG AA) */
  box-shadow: 0 10px 24px rgba(0,0,0,.28);
}
.btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,0,0,.34);
}
.btn--ghost {
  border-color: var(--line-3);
  color: var(--text);
}
.btn--ghost:hover {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.5);
}
.btn--ghost-dark {
  border-color: rgba(0,0,0,.18);
  color: var(--ink);
}
.btn--ghost-dark:hover {
  background: rgba(0,0,0,.04);
  border-color: rgba(0,0,0,.4);
}
.btn--sm { padding: 12px 24px; font-size: 14.5px; }
.btn--lg { padding: 17px 32px; font-size: 17px; }
/* Ingedrukt: knop veert terug → tactiele bevestiging van de klik */
.btn:active { transform: translateY(0) scale(.98); }

/* Tekst-link met pijl */
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 16px;
  color: var(--orange);
  transition: gap .25s ease;
}
.arrow-link:hover { gap: 14px; }
.arrow-link--teal { color: var(--teal-light); }

/* ------------------------------ HEADER ------------------------------ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
}
.site-header__bg {
  position: absolute;
  inset: 0;
  background: rgba(34,34,34,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-1);
  box-shadow: 0 6px 24px rgba(0,0,0,.25);
  opacity: 0;
  transition: opacity .45s ease;
}
.site-header.is-scrolled .site-header__bg { opacity: 1; }
.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--container);
  margin: 0 auto;
  padding: 20px var(--gutter);
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 34px; width: auto; }
.header-actions { display: flex; align-items: center; gap: 14px; }

.header-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid var(--line-3);
  font-weight: 600;
  font-size: 14px;
  transition: border-color .3s ease, background .3s ease;
}
.header-contact:hover {
  border-color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.05);
}

.menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 11px 20px 11px 22px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: var(--orange);
  color: #1A1A1A;                /* donker label → contrast 5.6:1 (WCAG AA) */
  font-weight: 600;
  font-size: 14px;
  transition: transform .3s ease, box-shadow .3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,.26);
}
.menu-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,.32);
}
.menu-btn__lines { display: flex; flex-direction: column; gap: 4px; }
.menu-btn__lines span {
  display: block;
  width: 18px;
  height: 2px;
  background: #1A1A1A;
  border-radius: 2px;
}

/* --------------------------- OVERLAY MENU --------------------------- */
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: var(--bg-dark);
  /* Oorsprong van de cirkel = midden van de menuknop (door JS gezet;
     fallback hieronder voor het geval JS niet draait). */
  --menu-x: 92%;
  --menu-y: 4%;
  clip-path: circle(0% at var(--menu-x) var(--menu-y));
  pointer-events: none;
  transition: clip-path .7s cubic-bezier(.76,0,.24,1);
}
.menu-overlay.is-open {
  clip-path: circle(160% at var(--menu-x) var(--menu-y));
  pointer-events: auto;
}
.menu-overlay__inner {
  position: relative;
  height: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 26px var(--gutter) 40px;
  display: flex;
  flex-direction: column;
}
.menu-overlay__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-close {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 11px 22px;
  border-radius: 999px;
  border: 1px solid var(--line-3);
  cursor: pointer;
  background: transparent;
  color: var(--text);
  font-weight: 600;
  font-size: 14px;
  transition: background .3s ease;
}
.menu-close:hover { background: rgba(255,255,255,.06); }

.menu-overlay__body {
  flex: 1;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 30px 0;
}
.menu-nav { display: flex; flex-direction: column; gap: 6px; }
.menu-nav a {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: clamp(34px, 5.4vw, 68px);
  line-height: 1.06;
  letter-spacing: -.02em;
  color: var(--text);
  width: fit-content;
  transition: color .25s ease, transform .25s ease;
}
.menu-nav a:hover { color: var(--orange); transform: translateX(10px); }
.menu-nav a.is-cta { color: var(--orange); }

.menu-aside { display: flex; flex-direction: column; gap: 24px; }
.menu-aside__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 10px;
}
.menu-aside__label::before {
  content: "";
  width: 20px; height: 2px;
  border-radius: 2px;
  background: currentColor;
}
.menu-aside__label--teal-light { color: var(--teal-light); }
.menu-aside__value {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 24px;
  color: var(--text);
}
.menu-aside__note { color: var(--muted-2); font-size: 15px; line-height: 1.6; }

/* ---------------------- SECTION HEADER HELPERS ---------------------- */
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 56px;
}
.section-head .h2 { max-width: 640px; }
.measure { max-width: 720px; }

/* ------------------------------ CARDS ------------------------------- */
.card-grid {
  display: grid;
  gap: 18px;
}
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* Dienst-kaart */
.service-card {
  position: relative;
  background: #fff;
  border: 1px solid #E7E5DE;
  border-radius: 18px;
  padding: 26px 24px 30px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--ink);
  transition: transform .35s var(--ease), box-shadow .35s ease, border-color .35s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(22,23,28,.12);
  border-color: #fff;
}
.service-card__num { font-size: 13px; font-weight: 700; }
.service-card__bar {
  width: 38px; height: 4px;
  border-radius: 4px;
  margin: 14px 0 auto;
}
.service-card .h3 { margin: 20px 0 8px; font-size: 20px; color: var(--ink); }
.service-card p { margin: 0 0 16px; font-size: 14.5px; line-height: 1.55; color: var(--ink-muted); }
.service-card__more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 13.5px;
}

/* Case-kaart */
.case-card {
  background: var(--bg-3);
  border: 1px solid var(--line-1);
  border-radius: 22px;
  overflow: hidden;
  display: block;
  transition: border-color .3s ease, transform .3s ease;
}
.case-card:hover { border-color: var(--line-3); transform: translateY(-4px); }
.case-card__media {
  position: relative;
  height: 260px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
}
.case-card__media::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.06) 0 1px, transparent 1px 14px);
}
.case-card__tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(15,46,55,.55);
  backdrop-filter: blur(6px);
  font-size: 11.5px;
  letter-spacing: .05em;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
}
.case-card__body { padding: 26px 26px 30px; }
.case-card__body .h3 { color: var(--text); }
.case-card__type { margin-top: 6px; font-size: 14px; color: var(--muted-3); }
.case-card__metric {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line-1);
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.case-card__metric b { font-family: var(--f-head); font-weight: 700; font-size: 24px; }
.case-card__metric span { font-size: 14.5px; color: var(--muted); line-height: 1.4; }

/* Review-kaart */
.review-card {
  background: var(--bg-3);
  border: 1px solid var(--line-1);
  border-radius: 20px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
}
.stars { color: var(--amber); font-size: 16px; letter-spacing: 2px; }
.review-card p { margin: 16px 0 24px; font-size: 17px; line-height: 1.6; color: #D5D6DD; flex: 1; }
.review-card__author { display: flex; align-items: center; gap: 13px; }
.avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-head);
  font-weight: 700; font-size: 16px;
  color: #fff;
  flex: none;
}
.review-card__name { font-family: var(--f-head); font-weight: 600; font-size: 15px; color: var(--text); }
.review-card__company { font-size: 13.5px; color: var(--muted-3); }

/* Kernwaarde-kaart */
.value-card {
  position: relative;
  background: #fff;
  border: 1px solid #E7E5DE;
  border-radius: 20px;
  padding: 34px 30px 36px;
  overflow: hidden;
  color: var(--ink);
  transition: transform .35s var(--ease), box-shadow .35s ease, border-color .35s ease;
}
.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(22,23,28,.12);
  border-color: #fff;
}
.value-card__letter {
  font-family: var(--f-display);
  font-size: clamp(72px, 9vw, 108px);
  line-height: .82;
}
.value-card .h3 { margin: 26px 0 10px; color: var(--ink); }
.value-card p { margin: 0; font-size: 15.5px; line-height: 1.6; color: var(--ink-muted); }

/* --------------------------- CTA-BAND (koffie) ---------------------- */
/* Gedeelde call-to-action-band (voorheen los gedupliceerd als .cta-band /
   .cta-coffee / .cta op diensten-, klantcases- en over-ons-pagina). */
.cta-band { position: relative; overflow: hidden; text-align: center; }
.cta-band__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.cta-band .eyebrow { justify-content: center; }
.cta-band .h2 { color: var(--text); }
.cta-band__emoji {
  font-size: clamp(40px, 7vw, 72px);
  line-height: 1;
  margin-bottom: 8px;
  animation: floaty 4s ease infinite;
}
.cta-band__lead {
  max-width: 540px;
  margin: 22px auto 0;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.65;
  color: var(--muted);
}
.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 36px;
}
/* Groter "hero"-formaat (o.a. de contact-CTA onderaan de homepage) */
.cta-band--lg { padding: clamp(100px, 15vh, 170px) 0; }
.cta-band--lg .cta-band__emoji { font-size: clamp(40px, 7vw, 80px); }
.cta-band--lg .h2 { font-size: clamp(36px, 6vw, 76px); line-height: 1.02; }
.cta-band--lg .cta-band__actions { margin-top: 40px; }

/* --------------------------- PROCES / STAPPEN ----------------------- */
.process-scroll { overflow-x: auto; padding-bottom: 8px; }
.process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  min-width: 920px;
}
.process__line,
.process__fill {
  position: absolute;
  top: 32px; left: 10%; right: 10%;
  height: 2px;
}
.process__line { background: #D6D3C9; }
.process__fill {
  background: linear-gradient(90deg, var(--orange), var(--teal), var(--teal-light));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.3s cubic-bezier(.7,0,.2,1);
}
.process__fill.is-drawn { transform: scaleX(1); }
.step {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.step__num {
  width: 64px; height: 64px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-head);
  font-weight: 700; font-size: 22px;
  color: #fff;
}
.step .h3 { margin: 22px 0 8px; font-size: 18px; color: var(--ink); }
.step p { margin: 0; max-width: 210px; font-size: 14.5px; line-height: 1.55; color: var(--ink-muted); }

/* ------------------------------ STATS ------------------------------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 74px;
  border-top: 1px solid var(--line-1);
  padding-top: 48px;
}
.stat__num {
  font-family: var(--f-head);
  font-weight: 700;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1;
  font-variant-numeric: tabular-nums;   /* geen breedte-jitter tijdens tel-animatie */
}
.stat__label { margin-top: 10px; font-size: 15px; color: var(--muted-2); line-height: 1.4; }

/* ------------------------------- FAQ -------------------------------- */
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid var(--line-light); }
.faq-list > .faq-item:last-child { } /* bottom border added via .faq-end */
.faq-end { border-top: 1px solid var(--line-light); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: clamp(17px, 1.6vw, 21px);
  letter-spacing: -.01em;
  color: var(--ink);
  transition: color .25s ease;
}
.faq-q:hover { color: var(--orange); }
.faq-q__icon {
  flex: none;
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  color: var(--orange);
  transition: transform .3s var(--ease);
}
.faq-item.is-open .faq-q__icon { transform: rotate(135deg); }
.faq-a {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height .4s var(--ease), opacity .35s ease;
}
.faq-item.is-open .faq-a { max-height: 360px; opacity: 1; }
.faq-a p { margin: 0; padding: 0 50px 26px 0; font-size: 16px; line-height: 1.7; color: var(--ink-muted); }

/* --------------------------- COOKIE BANNER -------------------------- */
.cookie-banner {
  position: fixed;
  left: 20px; right: 20px; bottom: 24px;
  z-index: 90;
  max-width: 560px;
  margin: 0 auto;
  background: rgba(26,26,26,.97);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 24px 26px;
  box-shadow: 0 22px 60px rgba(0,0,0,.5);
  transform: translateY(160%);
  transition: transform .55s var(--ease);
}
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner__row { display: flex; gap: 14px; align-items: flex-start; }
.cookie-banner__icon { font-size: 26px; line-height: 1; }
.cookie-banner__title { font-family: var(--f-display); font-size: 18px; color: var(--text); margin-bottom: 6px; }
.cookie-banner p { margin: 0 0 16px; font-size: 14px; line-height: 1.6; color: var(--muted); }
.cookie-banner a { color: var(--orange); font-weight: 600; }
.cookie-banner__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-banner__actions button {
  padding: 11px 22px;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 14px;
  transition: transform .25s ease, background .25s ease;
}
.cookie-accept { border: none; background: var(--orange); color: #1A1A1A; }
.cookie-accept:hover { transform: translateY(-2px); }
.cookie-decline { border: 1px solid var(--line-3); background: transparent; color: var(--text); }
.cookie-decline:hover { background: rgba(255,255,255,.06); }

/* ------------------------------ TO TOP ------------------------------ */
.to-top {
  position: fixed;
  right: 30px; bottom: 30px;
  z-index: 75;
  width: 58px; height: 58px;
  border: none; background: none; padding: 0;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity .4s ease, transform .4s ease;
}
.to-top.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.to-top svg { position: absolute; inset: 0; transform: rotate(-90deg); }
.to-top__glyph {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 22px; line-height: 1;
}

/* ------------------------------ FOOTER ------------------------------ */
.site-footer {
  background: var(--bg-darker);
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 70px 0 34px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--line-1);
}
.footer-brand img { height: 38px; width: auto; margin-bottom: 20px; }
.footer-brand p { margin: 0 0 22px; max-width: 280px; font-size: 15px; line-height: 1.65; color: var(--muted-3); }
.socials { display: flex; gap: 10px; }
.socials a {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-head);
  font-weight: 600; font-size: 14px;
  color: #C7C8CF;
  transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s ease;
}
.socials a:hover { background: var(--orange); color: #1A1A1A; border-color: var(--orange); transform: translateY(-3px); }
.footer-col__title {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--footer-label);
  margin-bottom: 18px;
}
.footer-col__links { display: flex; flex-direction: column; gap: 11px; font-size: 14.5px; color: var(--muted-4); }
.footer-col__links a { transition: color .25s ease; }
.footer-col__links a:hover { color: var(--orange); }
.footer-col__links span { color: var(--muted-4); }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding-top: 24px;
  font-size: 13px;
  color: var(--footer-label);
}
.footer-bottom__links { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.footer-bottom__links a { color: var(--footer-label); transition: color .25s ease; }
.footer-bottom__links a:hover { color: var(--orange); }

/* --------------------------- PAGE HERO (sub) ------------------------ */
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(158deg, #15323b 0%, #1c4350 30%, #222222 78%);
  padding: 170px 0 96px;
}
.page-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 1px, transparent 1px 22px);
  pointer-events: none;
}
.page-hero__inner { position: relative; z-index: 2; }
.page-hero .h1 { font-size: clamp(38px, 6vw, 80px); }
.breadcrumb {
  /* Eigen regel: de eyebrow (lijntje + kicker) start hieronder. */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: var(--muted-2);
  margin-bottom: 22px;
}
.breadcrumb a { transition: color .25s ease; }
.breadcrumb a:hover { color: var(--orange); }

/* ------------------------------ REVEAL ------------------------------ */
/* Alleen verbergen wanneer JS actief is (.js op <html>). Zonder JS blijft
   alle content zichtbaar i.p.v. permanent op opacity:0 te blijven staan. */
.js .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .85s var(--ease), transform .85s var(--ease);
}
.js .reveal.is-visible { opacity: 1; transform: none; }

/* ---------------------------- ANIMATIONS ---------------------------- */
@keyframes revealUp   { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
@keyframes revealFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes blink      { 0%,48% { opacity: 1; } 49%,100% { opacity: 0; } }
@keyframes floaty     { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes scrolldot  { 0% { transform: translateY(0); opacity: 0; } 25% { opacity: 1; } 70% { opacity: 1; } 100% { transform: translateY(15px); opacity: 0; } }
@keyframes dotFade    { 0%,100% { opacity: .55; } 50% { opacity: .95; } }
@keyframes kenburns   { from { transform: scale(1.04); } to { transform: scale(1.13); } }
@keyframes kenburns2  { from { transform: scale(1.12); } to { transform: scale(1.02); } }
@keyframes dotPulse   { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,.32); } 70% { box-shadow: 0 0 0 16px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }

/* ----------------------------- RESPONSIVE --------------------------- */
@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .menu-overlay__body { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  :root { --gutter: 22px; }
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .header-contact { display: none; }
  .page-hero { padding: 130px 0 70px; }
}

/* --------------------------- TOEGANKELIJKHEID ----------------------- */
/* Skip-link: eerste tabstop, springt over header/menu naar de inhoud. */
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--orange);
  color: #1A1A1A;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 8px 26px rgba(0,0,0,.4);
  transform: translateY(-160%);
  transition: transform .25s var(--ease);
}
.skip-link:focus { transform: translateY(0); outline: none; }

/* Zichtbare focus-indicatie voor toetsenbord-navigatie (muisklik toont niets
   dankzij :focus-visible). Werkt op beide gronden via de accentkleur. */
:where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid var(--teal-light);
  outline-offset: 3px;
  border-radius: 6px;
}
.section--paper :focus-visible,
.section--paper2 :focus-visible,
.section--paper3 :focus-visible { outline-color: var(--orange); }

/* Respecteer het systeemvoorkeur "minder beweging": schakel de sier-animaties
   (ken-burns, zweven, typewriter-cursor, reveals) uit, behoud de functie. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}
