/* ==========================================================================
   Klusbedrijf Biever
   Visuele identiteit uit het eigen materiaal van het bedrijf: het blauw van
   het logo (twee gekruiste hamers), het warme hout waar ze mee bouwen, en
   het staalblauw van een werkbroek. Het signatuurelement is de kruisband:
   de gekruiste hamers uit het logo, teruggebracht tot een rij kleine kruisjes.
   ========================================================================== */

/* ---------- fonts (self-hosted, geen externe requests) ---------- */
@font-face {
  font-family: 'Archivo';
  src: url('/assets/fonts/Archivo-600_800-latin.woff2') format('woff2');
  font-weight: 600 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('/assets/fonts/SourceSans3-400-latin.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('/assets/fonts/SourceSans3-600-latin.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- tokens ---------- */
:root {
  --ink: #101820;
  --steel-900: #0c1e30;
  --steel-800: #12293d;
  --steel-700: #1d3d58;
  --brand: #1a7cb8;
  --brand-dark: #12628f;
  --brand-lite: #2b93d1;
  --accent: #e08a1e;
  --accent-dark: #a96208;
  --paper: #f7f5f1;
  --paper-2: #efebe4;
  --card: #ffffff;
  --line: #ded8ce;
  --line-dark: #2b4359;
  --muted: #57636e;
  --muted-dark: #a9bccd;

  --ff-display: 'Archivo', 'Arial Narrow', Arial, sans-serif;
  --ff-body: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;

  --wrap: 1180px;
  --gap: clamp(1.25rem, 3vw, 2.5rem);
  --sec: clamp(3.5rem, 7vw, 6.5rem);
  --r: 4px;
  --r-lg: 10px;
  --shadow: 0 1px 2px rgba(16, 24, 32, .06), 0 8px 28px -12px rgba(16, 24, 32, .18);
  --shadow-lg: 0 2px 4px rgba(16, 24, 32, .07), 0 24px 60px -20px rgba(16, 24, 32, .3);
  --header-h: 72px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--ff-body);
  font-size: clamp(1rem, .96rem + .18vw, 1.075rem);
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  overflow-wrap: break-word;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 {
  font-family: var(--ff-display);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0 0 .6em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.1rem, 1.35rem + 3.4vw, 3.9rem); }
h2 { font-size: clamp(1.65rem, 1.15rem + 1.9vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 1.05rem + .6vw, 1.45rem); letter-spacing: -.01em; }
h4 { font-size: 1.06rem; letter-spacing: 0; }
p, ul, ol { margin: 0 0 1.1em; }
ul, ol { padding-left: 1.15em; }
li { margin-bottom: .4em; }
a { color: var(--brand-dark); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--accent-dark); }
strong { font-weight: 600; }
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
  border-radius: 2px;
}
::selection { background: var(--brand-lite); color: #fff; }

/* ---------- helpers ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.2rem); }
.narrow { max-width: 62ch; }
.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;
}
.skip {
  position: absolute; left: 1rem; top: -4rem; z-index: 200;
  background: var(--accent); color: var(--ink); font-weight: 600;
  padding: .7rem 1.1rem; border-radius: var(--r); transition: top .15s;
}
.skip:focus { top: 1rem; }
section { padding-block: var(--sec); }
.sec-tight { padding-block: clamp(2.5rem, 5vw, 4rem); }

/* het signatuurelement: gekruiste hamers uit het logo als kruisband */
.xrule {
  height: 12px;
  width: clamp(88px, 18vw, 148px);
  background-image:
    linear-gradient(45deg, transparent 42%, currentColor 42%, currentColor 58%, transparent 58%),
    linear-gradient(-45deg, transparent 42%, currentColor 42%, currentColor 58%, transparent 58%);
  background-size: 12px 12px;
  color: var(--brand-lite);
  margin-bottom: 1.25rem;
}
.xrule--full { width: 100%; }

.eyebrow {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--brand-dark);
  margin: 0 0 .7rem;
}
.on-dark .eyebrow, .dark .eyebrow { color: var(--brand-lite); }
.lead { font-size: 1.14em; color: var(--muted); }
.dark .lead, .on-dark .lead { color: var(--muted-dark); }

.dark {
  background: var(--steel-800);
  color: #fff;
  background-image:
    linear-gradient(rgba(43, 147, 209, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 147, 209, .05) 1px, transparent 1px);
  background-size: 44px 44px, 44px 44px;
}
.dark h1, .dark h2, .dark h3 { color: #fff; }
.dark a { color: var(--brand-lite); }
.dark a:hover { color: var(--accent); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--ff-display); font-weight: 700; font-size: 1rem;
  letter-spacing: -.005em;
  padding: .85rem 1.4rem;
  border: 2px solid transparent; border-radius: var(--r);
  text-decoration: none; cursor: pointer;
  transition: transform .12s ease, background-color .15s ease, border-color .15s ease, color .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn svg { width: 1.15em; height: 1.15em; flex: none; }
.btn--primary { background: var(--accent); color: var(--ink); }
.btn--primary:hover { background: #f09b2e; color: var(--ink); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand-dark); background: #fff; }
.dark .btn--ghost, .on-dark .btn--ghost,
.hero .btn--ghost, .phead .btn--ghost, .cta-band .btn--ghost {
  color: #fff; border-color: rgba(255, 255, 255, .42);
}
.dark .btn--ghost:hover, .on-dark .btn--ghost:hover,
.hero .btn--ghost:hover, .phead .btn--ghost:hover, .cta-band .btn--ghost:hover {
  background: rgba(255, 255, 255, .12); color: #fff; border-color: #fff;
}
.btn--solid { background: var(--steel-800); color: #fff; }
.btn--solid:hover { background: var(--steel-700); color: #fff; }
.btn--sm { padding: .55rem 1rem; font-size: .92rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-in {
  display: flex; align-items: center; gap: 1rem;
  min-height: var(--header-h);
}
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--ink); margin-right: auto; }
.brand img { width: 52px; height: auto; }
.brand-name { font-family: var(--ff-display); font-weight: 800; font-size: 1.16rem; line-height: 1; letter-spacing: -.02em; }
.brand-sub { display: block; font-family: var(--ff-body); font-weight: 400; font-size: .74rem; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); margin-top: .22rem; }

.nav { display: flex; align-items: center; gap: .1rem; }
.nav a {
  font-family: var(--ff-display); font-weight: 600; font-size: .97rem;
  color: var(--ink); text-decoration: none;
  padding: .55rem .7rem; border-radius: var(--r);
}
.nav a:hover { color: var(--brand-dark); background: var(--paper-2); }
.nav a[aria-current="page"] { color: var(--brand-dark); box-shadow: inset 0 -3px 0 var(--accent); }
.header-cta { display: flex; align-items: center; gap: .5rem; }
.header-tel {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--ff-display); font-weight: 700; font-size: 1rem;
  color: var(--ink); text-decoration: none; padding: .5rem .7rem; border-radius: var(--r);
  white-space: nowrap;
}
.header-tel svg { width: 1.05em; height: 1.05em; color: var(--brand); }
.header-tel:hover { color: var(--brand-dark); background: var(--paper-2); }

.nav-toggle {
  display: none; align-items: center; gap: .5rem;
  background: var(--steel-800); color: #fff; border: 0; border-radius: var(--r);
  font-family: var(--ff-display); font-weight: 700; font-size: .95rem;
  padding: .6rem .85rem; cursor: pointer;
}
.nav-toggle svg { width: 18px; height: 18px; }

@media (max-width: 940px) {
  .nav {
    position: fixed; inset: var(--header-h) 0 auto; z-index: 99;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: .6rem clamp(1.1rem, 4vw, 2.2rem) 1.2rem;
    box-shadow: var(--shadow-lg);
    max-height: calc(100vh - var(--header-h)); overflow-y: auto;
  }
  .nav[hidden] { display: none; }
  .nav a { padding: .8rem .2rem; border-bottom: 1px solid var(--paper-2); font-size: 1.05rem; }
  .nav a[aria-current="page"] { box-shadow: none; }
  .nav .nav-sub a { padding-left: 1.2rem; font-size: .98rem; font-weight: 400; }
  .nav-toggle { display: inline-flex; }
  .header-cta .btn { display: none; }
}
@media (min-width: 941px) {
  .nav-sub-label { display: none; }
}
@media (max-width: 620px) {
  .brand-sub { display: none; }
  .header-tel span { display: none; }
  .brand img { width: 44px; }
  .brand-name { font-size: .99rem; white-space: nowrap; }
  .brand { gap: .5rem; }
  .header-in { gap: .5rem; }
}
@media (max-width: 400px) {
  .nav-toggle span { display: none; }
}

/* dienstensubmenu (desktop dropdown, mobiel uitgeklapte lijst) */
.has-sub { position: relative; }
@media (min-width: 941px) {
  .has-sub > .nav-sub {
    position: absolute; left: 0; top: calc(100% + .3rem); z-index: 120;
    min-width: 296px; padding: .45rem;
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
    box-shadow: var(--shadow-lg);
    display: none; flex-direction: column;
  }
  .has-sub:hover > .nav-sub, .has-sub:focus-within > .nav-sub { display: flex; }
  .nav-sub a { font-weight: 400; font-size: .95rem; padding: .5rem .7rem; }
}
.nav-sub { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.nav-sub li { margin: 0; }
.nav-sub-label {
  font-family: var(--ff-display); font-weight: 700; font-size: .72rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--muted);
  padding: .9rem .2rem .3rem;
}

/* ---------- hero ---------- */
.hero { position: relative; background: var(--steel-900); color: #fff; overflow: hidden; padding: 0; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(12, 30, 48, .95) 0%, rgba(12, 30, 48, .82) 46%, rgba(12, 30, 48, .5) 100%);
}
.hero-in { position: relative; z-index: 2; padding-block: clamp(3.2rem, 8vw, 6.5rem); }
.hero h1 { color: #fff; max-width: 20ch; margin-bottom: .5em; }
.hero h1 em { font-style: normal; color: var(--brand-lite); }
.hero-sub { font-size: clamp(1.06rem, 1rem + .5vw, 1.3rem); max-width: 54ch; color: #dbe6f0; margin-bottom: 1.6rem; }
.hero-place {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--ff-display); font-weight: 700; font-size: .82rem;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--brand-lite); margin-bottom: 1.1rem;
}
.hero-place svg { width: 1.1em; height: 1.1em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: 2rem; }

/* vertrouwensrij direct onder de vouw */
.trust {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--r-lg);
  overflow: hidden; max-width: 860px;
}
.trust > div { background: rgba(12, 30, 48, .74); padding: 1rem 1.1rem; }
.trust dt {
  font-family: var(--ff-display); font-weight: 800; font-size: 1.3rem;
  letter-spacing: -.02em; color: #fff; line-height: 1.1;
}
.trust dd { margin: .25rem 0 0; font-size: .88rem; color: #c3d4e2; line-height: 1.35; }
@media (max-width: 760px) {
  .trust { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- direct contact strook ---------- */
.actionbar { background: var(--paper-2); border-bottom: 1px solid var(--line); padding-block: 1.1rem; }
.actionbar-in { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem 1.2rem; }
.actionbar p { margin: 0; font-family: var(--ff-display); font-weight: 700; font-size: 1.02rem; margin-right: auto; }

/* ---------- section headers ---------- */
.sec-head { max-width: 68ch; margin-bottom: clamp(1.8rem, 4vw, 3rem); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .xrule { margin-inline: auto; }

/* ---------- diensten grid ---------- */
.svc-grid { display: grid; gap: clamp(1rem, 2vw, 1.5rem); grid-template-columns: repeat(auto-fill, minmax(288px, 1fr)); }
.svc {
  position: relative; display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; text-decoration: none; color: inherit;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.svc:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--brand-lite); color: inherit; }
.svc-img { position: relative; aspect-ratio: 4 / 3; background: var(--paper-2); }
.svc-img img { width: 100%; height: 100%; object-fit: cover; }
.svc-num {
  position: absolute; left: 0; top: 0; z-index: 2;
  font-family: var(--ff-display); font-weight: 800; font-size: .84rem; letter-spacing: .1em;
  background: var(--steel-800); color: #fff; padding: .35rem .6rem;
  border-bottom-right-radius: var(--r);
}
.svc-body { padding: 1.15rem 1.25rem 1.35rem; display: flex; flex-direction: column; flex: 1; }
.svc-body h3 { margin-bottom: .5rem; }
.svc-body p { color: var(--muted); font-size: .96rem; margin-bottom: .9rem; }
.svc-tags { list-style: none; padding: 0; margin: 0 0 1.1rem; display: flex; flex-wrap: wrap; gap: .35rem; }
.svc-tags li {
  margin: 0; font-size: .82rem; color: var(--steel-700);
  background: var(--paper); border: 1px solid var(--line); border-radius: 100px; padding: .18rem .6rem;
}
.svc-more {
  margin-top: auto; font-family: var(--ff-display); font-weight: 700; font-size: .95rem;
  color: var(--brand-dark); display: inline-flex; align-items: center; gap: .4rem;
}
.svc:hover .svc-more { color: var(--accent-dark); }
.svc-more svg { width: 1em; height: 1em; transition: transform .16s ease; }
.svc:hover .svc-more svg { transform: translateX(3px); }

/* ---------- twee-kolom blok ---------- */
.split { display: grid; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; grid-template-columns: 1fr; }
@media (min-width: 880px) {
  .split { grid-template-columns: 1.02fr .98fr; }
  .split--flip > *:first-child { order: 2; }
}
.split-media { position: relative; }
.split-media img { border-radius: var(--r-lg); width: 100%; }
.split-media--stack { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.split-media--stack img:first-child { grid-column: 1 / -1; }

.figframe { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); }
.figframe img { width: 100%; }
.figframe figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(transparent, rgba(12, 30, 48, .88));
  color: #fff; font-size: .87rem; padding: 2.2rem .9rem .8rem;
}

/* ---------- feature lijst ---------- */
.feats { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.feats li { margin: 0; display: flex; gap: .8rem; align-items: flex-start; }
.feats svg { width: 22px; height: 22px; flex: none; color: var(--brand); margin-top: .2rem; }
.dark .feats svg, .on-dark .feats svg, .cta-band .feats svg { color: var(--brand-lite); }
.feats strong { display: block; font-family: var(--ff-display); font-weight: 700; font-size: 1.03rem; letter-spacing: -.01em; }
.feats span { color: var(--muted); font-size: .96rem; }
.dark .feats span { color: var(--muted-dark); }

/* ---------- werkwijze (HowTo) ---------- */
.steps { list-style: none; counter-reset: s; padding: 0; margin: 0; display: grid; gap: 1px; background: var(--line-dark); border-radius: var(--r-lg); overflow: hidden; }
@media (min-width: 780px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.steps li { counter-increment: s; margin: 0; background: var(--steel-800); padding: 1.5rem 1.3rem; }
.steps li::before {
  content: counter(s, decimal-leading-zero);
  display: block; font-family: var(--ff-display); font-weight: 800; font-size: 1.6rem;
  color: var(--brand-lite); letter-spacing: -.03em; margin-bottom: .5rem;
}
.steps h3 { font-size: 1.08rem; margin-bottom: .4rem; }
.steps p { margin: 0; font-size: .94rem; color: var(--muted-dark); }

/* ---------- voor/na vergelijking ---------- */
.ba { display: grid; gap: clamp(1rem, 2.4vw, 1.6rem); grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
.ba-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.ba-view {
  position: relative; touch-action: pan-y; cursor: ew-resize; user-select: none;
  background: var(--paper-2); overflow: hidden;
}
/* beide lagen liggen exact over elkaar; de voor-laag wordt met clip-path
   afgesneden, zodat de foto's niet vervormen en perfect uitgelijnd blijven */
.ba-after, .ba-before { position: absolute; inset: 0; }
.ba-view img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.ba-before { clip-path: inset(0 50% 0 0); }
.ba-divider {
  position: absolute; top: 0; bottom: 0; left: 50%; z-index: 2;
  width: 3px; background: var(--accent); transform: translateX(-50%);
  pointer-events: none;
}
.ba-handle {
  position: absolute; top: 50%; left: 50%; z-index: 3;
  transform: translate(-50%, -50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--accent); color: var(--ink);
  display: grid; place-items: center; box-shadow: 0 2px 10px rgba(12, 30, 48, .5);
  pointer-events: none;
}
.ba-handle svg { width: 22px; height: 22px; }
.ba-tag {
  position: absolute; z-index: 2; top: .7rem;
  font-family: var(--ff-display); font-weight: 700; font-size: .74rem;
  letter-spacing: .12em; text-transform: uppercase;
  background: rgba(12, 30, 48, .82); color: #fff; padding: .28rem .6rem; border-radius: var(--r);
}
.ba-tag--v { left: .7rem; }
.ba-tag--n { right: .7rem; }
.ba-cap { padding: .85rem 1.1rem 1rem; }
.ba-cap h3 { font-size: 1.02rem; margin-bottom: .2rem; }
.ba-cap p { margin: 0; font-size: .9rem; color: var(--muted); }

/* ---------- projectgalerij ---------- */
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.8rem; }
.chip {
  font-family: var(--ff-display); font-weight: 600; font-size: .92rem;
  background: var(--card); color: var(--ink);
  border: 1px solid var(--line); border-radius: 100px; padding: .48rem 1rem;
  cursor: pointer; text-decoration: none;
}
.chip:hover { border-color: var(--brand); color: var(--brand-dark); }
.chip[aria-pressed="true"] { background: var(--steel-800); border-color: var(--steel-800); color: #fff; }
.chip .n { opacity: .6; font-weight: 400; margin-left: .25rem; }

.gal { display: grid; gap: .7rem; grid-template-columns: repeat(auto-fill, minmax(214px, 1fr)); }
.gal figure { margin: 0; }
.gal button {
  display: block; width: 100%; padding: 0; border: 1px solid var(--line); background: var(--paper-2);
  border-radius: var(--r); overflow: hidden; cursor: zoom-in; aspect-ratio: 4 / 3;
}
.gal img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gal button:hover img { transform: scale(1.045); }
.gal .is-hidden { display: none; }
.gal-note { color: var(--muted); font-size: .93rem; margin-top: 1.4rem; }

/* lightbox */
.lb {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(8, 16, 24, .94);
  display: grid; place-items: center; padding: clamp(.8rem, 3vw, 2.5rem);
}
.lb[hidden] { display: none; }
.lb img { max-width: 100%; max-height: 78vh; border-radius: var(--r); }
.lb figcaption { color: #d6e2ec; font-size: .92rem; margin-top: .9rem; text-align: center; max-width: 60ch; }
.lb-close, .lb-nav {
  position: absolute; background: rgba(255, 255, 255, .12); color: #fff;
  border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%;
  width: 46px; height: 46px; display: grid; place-items: center; cursor: pointer;
}
.lb-close:hover, .lb-nav:hover { background: rgba(255, 255, 255, .24); }
.lb-close { top: 1rem; right: 1rem; }
.lb-nav svg, .lb-close svg { width: 22px; height: 22px; }
.lb-prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1rem; top: 50%; transform: translateY(-50%); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: .6rem; max-width: 78ch; }
.faq details {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 0 1.2rem;
}
.faq details[open] { border-color: var(--brand-lite); }
.faq summary {
  font-family: var(--ff-display); font-weight: 700; font-size: 1.04rem;
  letter-spacing: -.01em; cursor: pointer; padding: 1.05rem 2rem 1.05rem 0;
  list-style: none; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 0; top: 1.45rem;
  width: 11px; height: 11px; border-right: 2.5px solid var(--brand); border-bottom: 2.5px solid var(--brand);
  transform: rotate(45deg); transition: transform .18s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq .faq-a { padding-bottom: 1.1rem; }
.faq .faq-a > *:last-child { margin-bottom: 0; }

/* ---------- tabel ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--card); }
table { border-collapse: collapse; width: 100%; font-size: .96rem; }
th, td { text-align: left; padding: .8rem 1rem; border-bottom: 1px solid var(--line); }
th { font-family: var(--ff-display); font-weight: 700; background: var(--paper); }
tr:last-child td { border-bottom: 0; }

/* ---------- contactkaarten ---------- */
.contact-grid { display: grid; gap: clamp(1rem, 2vw, 1.4rem); grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.ccard {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 1.4rem 1.35rem; display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
}
.ccard:hover { border-color: var(--brand-lite); box-shadow: var(--shadow); color: inherit; }
.ccard-ico {
  width: 42px; height: 42px; border-radius: var(--r); display: grid; place-items: center;
  background: var(--steel-800); color: #fff; margin-bottom: .9rem;
}
.ccard-ico svg { width: 21px; height: 21px; }
.ccard h3 { font-size: 1.05rem; margin-bottom: .25rem; }
.ccard .big { font-family: var(--ff-display); font-weight: 800; font-size: 1.22rem; letter-spacing: -.02em; color: var(--brand-dark); }
.ccard p { margin: .35rem 0 0; font-size: .92rem; color: var(--muted); }
.ccard--wa .ccard-ico { background: #25d366; color: #0b2e18; }

.nap { font-style: normal; line-height: 1.7; }
.nap dt { font-family: var(--ff-display); font-weight: 700; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); margin-top: 1rem; }
.dark .nap dt { color: var(--muted-dark); }
.nap dd { margin: .15rem 0 0; }
.nap dl { margin: 0; }

.map-link { display: block; position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); text-decoration: none; }
.map-link img { width: 100%; }
.map-link span {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: rgba(12, 30, 48, .9); color: #fff;
  font-family: var(--ff-display); font-weight: 700; font-size: .93rem;
  padding: .65rem .9rem; display: flex; align-items: center; gap: .45rem;
}
.map-link:hover span { background: var(--brand-dark); }
.map-link svg { width: 1.05em; height: 1.05em; }

/* ---------- CTA blok ---------- */
.cta-band { background: var(--steel-800); color: #fff; }
.cta-band .wrap { display: grid; gap: 1.6rem; align-items: center; }
@media (min-width: 860px) { .cta-band .wrap { grid-template-columns: 1.3fr 1fr; } }
.cta-band h2 { margin-bottom: .35em; }
.cta-band p { color: var(--muted-dark); margin-bottom: 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .7rem; }

/* ---------- breadcrumbs ---------- */
.crumbs { font-size: .88rem; color: var(--muted); padding-block: 1rem 0; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; margin: 0; }
.crumbs li { margin: 0; display: flex; align-items: center; gap: .4rem; }
.crumbs li + li::before { content: "/"; color: var(--line); }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--brand-dark); }

/* ---------- pagina-kop op subpaginas ---------- */
.phead { background: var(--steel-800); color: #fff; padding-block: clamp(2.4rem, 5vw, 4rem) clamp(2.4rem, 5vw, 4rem); position: relative; overflow: hidden; }
.phead::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(43, 147, 209, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 147, 209, .06) 1px, transparent 1px);
  background-size: 44px 44px, 44px 44px;
}
.phead-media { position: absolute; inset: 0; }
.phead-media img { width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.phead-media + .phead-in::before { content: none; }
.phead::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(95deg, rgba(18, 41, 61, .93) 0%, rgba(18, 41, 61, .78) 55%, rgba(18, 41, 61, .5) 100%);
}
.phead-in { position: relative; z-index: 2; }
.phead h1 { color: #fff; margin-bottom: .4em; max-width: 26ch; }
.phead .crumbs, .phead .crumbs a { color: #b9cddc; }
.phead .crumbs a:hover { color: #fff; }
.phead .crumbs li + li::before { color: rgba(255, 255, 255, .34); }
.phead .lead { color: #d6e3ee; max-width: 62ch; }

/* ---------- prose ---------- */
.prose h2 { margin-top: 2.4em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.9em; }
.prose > *:first-child { margin-top: 0; }
.prose ul li::marker { color: var(--brand); }

.callout {
  background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--accent);
  border-radius: var(--r-lg); padding: 1.15rem 1.3rem; margin-bottom: 1.4rem;
}
.callout > *:last-child { margin-bottom: 0; }
.callout h3 { font-size: 1.05rem; margin-bottom: .4rem; }

.partner { display: flex; align-items: center; gap: 1rem; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1rem 1.2rem; }
.partner img { width: 62px; height: 62px; border-radius: var(--r); }
.partner p { margin: 0; font-size: .95rem; color: var(--muted); }
.partner strong { display: block; font-family: var(--ff-display); font-size: 1.02rem; color: var(--ink); }

/* ---------- footer ---------- */
.site-footer { background: var(--steel-900); color: #c8d7e3; padding-block: clamp(2.6rem, 5vw, 4rem) 1.5rem; font-size: .96rem; }
.footer-grid { display: grid; gap: 2rem clamp(1.5rem, 4vw, 3rem); grid-template-columns: 1fr; }
@media (min-width: 700px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1.2fr; } }
.site-footer h2 { font-size: .82rem; letter-spacing: .15em; text-transform: uppercase; color: #fff; margin-bottom: 1rem; }
.site-footer a { color: #c8d7e3; text-decoration: none; }
.site-footer a:hover { color: var(--brand-lite); text-decoration: underline; }
.footer-brand img { width: 96px; margin-bottom: .9rem; }
.footer-brand p { max-width: 34ch; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.footer-links li { margin: 0; }
.footer-bottom {
  margin-top: 2.4rem; padding-top: 1.3rem; border-top: 1px solid var(--line-dark);
  display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; align-items: center;
  font-size: .88rem; color: #8ea6bb;
}
.footer-bottom p { margin: 0; }
.footer-bottom .sep { margin-left: auto; }

/* ---------- mobiele actiebalk ---------- */
.mobilebar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none; grid-template-columns: repeat(3, 1fr);
  background: var(--steel-900); border-top: 1px solid var(--line-dark);
  padding-bottom: env(safe-area-inset-bottom);
}
.mobilebar a {
  display: flex; flex-direction: column; align-items: center; gap: .18rem;
  padding: .6rem .3rem .55rem; color: #fff; text-decoration: none;
  font-family: var(--ff-display); font-weight: 700; font-size: .78rem;
  border-right: 1px solid var(--line-dark);
}
.mobilebar a:last-child { border-right: 0; }
.mobilebar a:hover { background: var(--steel-700); color: #fff; }
.mobilebar svg { width: 20px; height: 20px; color: var(--brand-lite); }
.mobilebar a.is-wa svg { color: #4ce383; }
@media (max-width: 760px) {
  .mobilebar { display: grid; }
  body { padding-bottom: 66px; }
}

/* ---------- 404 ---------- */
.notfound { display: grid; place-items: center; text-align: center; min-height: 56vh; }
.notfound .code { font-family: var(--ff-display); font-weight: 800; font-size: clamp(4rem, 14vw, 8rem); line-height: 1; color: var(--brand-lite); letter-spacing: -.04em; }

/* ---------- motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .svc:hover { transform: none; }
  .gal button:hover img { transform: none; }
}

@media print {
  .site-header, .mobilebar, .actionbar, .lb, .filters { display: none !important; }
  body { background: #fff; }
}
