/* Fitfabriek De Baard — Concept v6-b "Mono Brutal" (zwart/wit + blauw, brutalist/dicht)
   Token discipline via --sb-* + band-context. Full-bleed hero, numbered list-rows. */

:root {
  --sb-ink: #0a0b0e; --sb-paper: #ffffff; --sb-blue: #2f6bff; --sb-blue-bright: #5b86ff; --sb-wa: #25d366;
  --sb-radius-card: 2px; --sb-radius-button: 2px;
  --sb-section-y: clamp(58px, 7vw, 112px); --sb-pad-x: 24px; --sb-container: 1280px;
  --sb-font-display: "Space Grotesk", "Hanken Grotesk", "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  --sb-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sb-paper); color: var(--sb-ink); font-family: var(--sb-font-body); line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1,h2,h3 { font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -0.04em; margin: 0; line-height: 0.98; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link:focus { position: fixed; z-index: 90; top: 12px; left: 12px; background: var(--sb-blue); color: #fff; padding: 10px 14px; }
:focus-visible { outline: 2px solid var(--sb-blue); outline-offset: 3px; }
.hl { color: var(--sb-blue); }
.label { margin: 0 0 16px; font-family: var(--sb-font-body); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--sb-blue); }
.muted { color: var(--muted); } .small { font-size: 13px; }
.lead { font-size: clamp(17px, 1.6vw, 21px); color: var(--muted); }
.wrap { width: min(var(--sb-container), calc(100% - 2*var(--sb-pad-x))); margin-inline: auto; }

.band { padding: var(--sb-section-y) 0; }
.band-paper { background: var(--sb-paper); color: var(--sb-ink); --muted: #4f5862; --line: rgba(10,11,14,.18); --card-bg: #f4f5f7; }
.band-ink { background: var(--sb-ink); color: var(--sb-paper); --muted: rgba(255,255,255,.64); --line: rgba(255,255,255,.20); --card-bg: #14161b; }
.block-head { max-width: 800px; margin-bottom: clamp(30px, 4vw, 50px); }
h2 { font-size: clamp(32px, 6.2vw, 78px); }

.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 70; background: transparent; }
.scroll-progress span { display: block; height: 100%; width: 0; background: var(--sb-blue); }
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

.duo-blue { position: relative; overflow: hidden; }
.duo-blue img { filter: grayscale(1) contrast(1.08) brightness(.86); }
.duo-blue::after { content: ""; position: absolute; inset: 0; background: var(--sb-blue); mix-blend-mode: color; opacity: .5; pointer-events: none; }

/* Buttons */
.button, .nav-cta, .lead-form button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 24px; font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -0.01em; font-size: 14px; text-decoration: none; cursor: pointer; border-radius: var(--sb-radius-button); border: 2px solid transparent; transition: transform .15s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease); }
.button-primary, .nav-cta { background: var(--sb-blue); color: #fff; }
.button-primary:hover, .nav-cta:hover { background: var(--sb-blue-bright); }
.button-line { background: transparent; color: inherit; border-color: currentColor; }
.button-line:hover { border-color: var(--sb-wa); color: var(--sb-wa); }
.wa-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--sb-wa); animation: pulse 2.4s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(37,211,102,.5);}70%{box-shadow:0 0 0 8px rgba(37,211,102,0);}100%{box-shadow:0 0 0 0 rgba(37,211,102,0);} }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; }
.nav { width: min(var(--sb-container), calc(100% - 2*var(--sb-pad-x))); margin-inline: auto; display: flex; align-items: center; gap: 18px; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--sb-font-display); font-weight: 700; font-size: 16px; text-decoration: none; color: #fff; mix-blend-mode: difference; }
.brand em { font-style: normal; opacity: .72; font-weight: 500; font-size: .82em; }
.brand-dot { width: 11px; height: 11px; background: currentColor; flex: none; }
.nav-menu { display: flex; align-items: center; gap: 24px; margin-left: auto; font-size: 14px; font-weight: 500; color: #fff; mix-blend-mode: difference; }
.nav-menu a { text-decoration: none; opacity: .9; } .nav-menu a:hover { opacity: 1; }
.nav-cta { margin-left: 4px; min-height: 44px; padding: 0 18px; }
.nav-toggle { display: none; }

/* Hero full-bleed */
.hero { position: relative; min-height: 94vh; display: grid; align-items: end; background: var(--sb-ink); color: var(--sb-paper); overflow: hidden; --muted: rgba(255,255,255,.66); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(10,11,14,.94) 0%, rgba(10,11,14,.35) 55%, rgba(10,11,14,.55) 100%); }
.hero-inner { position: relative; z-index: 2; padding: 130px 0 76px; }
.hero h1 { font-size: clamp(48px, 11vw, 150px); }
.hero .lead { max-width: 50ch; margin: 24px 0 0; color: rgba(255,255,255,.82); }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 0; }
.hero .small { margin: 16px 0 0; }

/* Marquee */
.marquee { overflow: hidden; background: var(--sb-ink); border-block: 2px solid var(--sb-blue); }
.marquee-track { display: inline-flex; align-items: center; gap: 22px; white-space: nowrap; padding: 12px 0; font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; font-size: clamp(15px,2vw,22px); color: var(--sb-paper); animation: marquee 22s linear infinite; }
.marquee-track b { color: var(--sb-blue); }
@keyframes marquee { from{transform:translateX(0);} to{transform:translateX(-50%);} }

/* Pains */
.pains-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(28px,5vw,64px); align-items: start; }
.pains { list-style: none; padding: 0; margin: 0; }
.pains li { font-family: var(--sb-font-display); font-weight: 600; font-size: clamp(19px,2.6vw,30px); line-height: 1.15; padding: 24px 0 24px 44px; border-top: 2px solid var(--line); position: relative; }
.pains li:first-child { border-top: 0; } .pains li::before { content: "→"; position: absolute; left: 0; top: 24px; color: var(--sb-blue); }

/* Voor wie */
.vw-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 2px solid var(--line); }
.vw-col { padding: clamp(24px,3vw,40px); border-right: 2px solid var(--line); }
.vw-col:last-child { border-right: 0; }
.vw-head { font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; font-size: 14px; letter-spacing: .04em; margin: 0 0 18px; }
.vw-head.wel { color: var(--sb-blue); } .vw-head.niet { color: var(--muted); }
.vw-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.vw-col li { position: relative; padding-left: 30px; color: var(--muted); font-size: 16px; }
.vw-head.wel ~ ul li::before { content: "✓"; position: absolute; left: 0; color: var(--sb-blue); font-weight: 700; }
.vw-head.niet ~ ul li::before { content: "×"; position: absolute; left: 0; color: var(--muted); font-weight: 700; }

/* Aanbod list-rows */
.rows { border-top: 2px solid var(--line); }
.row { display: grid; grid-template-columns: auto 132px 1fr auto; gap: clamp(18px,3vw,44px); align-items: center; padding: clamp(20px,3vw,38px) 0; border-bottom: 2px solid var(--line); text-decoration: none; color: inherit; transition: background .2s var(--ease); }
.row:hover { background: var(--card-bg); }
.row-idx { font-family: var(--sb-font-display); font-weight: 700; font-size: clamp(28px,4.4vw,60px); color: var(--sb-blue); }
.row-media { width: 132px; height: 88px; overflow: hidden; border: 1px solid var(--line); }
.row-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.06) brightness(.9); transition: transform .5s var(--ease); }
.row:hover .row-media img { transform: scale(1.07); }
.row-body h3 { font-size: clamp(24px,3.2vw,44px); } .row-body p { color: var(--muted); margin: 6px 0 0; max-width: 64ch; font-size: 16px; }
.row-arrow { font-family: var(--sb-font-display); font-size: 28px; color: var(--sb-blue); transition: transform .25s var(--ease); }
.row:hover .row-arrow { transform: translateX(8px); }

/* Wat je krijgt */
.krijg-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(28px,5vw,64px); align-items: start; }
.krijg { list-style: none; padding: 0; margin: 0; }
.krijg li { font-size: clamp(18px,2vw,24px); padding: 18px 0 18px 44px; border-top: 2px solid var(--line); position: relative; }
.krijg li:first-child { border-top: 0; }
.krijg li::before { content: "✓"; position: absolute; left: 0; top: 18px; width: 28px; height: 28px; display: grid; place-items: center; background: var(--sb-blue); color: #fff; font-size: 15px; font-weight: 700; }

/* Diensten */
.dienst-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 2px solid var(--line); }
.dienst-grid li { padding: clamp(24px,2.6vw,36px); border-right: 2px solid var(--line); border-bottom: 2px solid var(--line); }
.dienst-grid li:nth-child(3n) { border-right: 0; } .dienst-grid li:nth-last-child(-n+3) { border-bottom: 0; }
.d-num { font-family: var(--sb-font-display); font-weight: 700; font-size: 15px; color: var(--sb-blue); }
.dienst-grid h3 { font-size: 22px; margin: 10px 0 8px; } .dienst-grid p { color: var(--muted); margin: 0; font-size: 15px; }

/* Image band */
.imgband { height: clamp(240px, 38vw, 520px); border-block: 2px solid var(--sb-blue); }
.imgband img { width: 100%; height: 100%; object-fit: cover; }

/* Methode */
.methode { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 2px solid var(--line); }
.methode li { border-right: 2px solid var(--line); padding: clamp(24px,3vw,38px); }
.methode li:last-child { border-right: 0; }
.methode-num { font-family: var(--sb-font-display); font-weight: 700; font-size: 42px; color: var(--sb-blue); display: block; margin-bottom: 16px; }
.methode h3 { font-size: 22px; margin-bottom: 12px; } .methode p { color: var(--muted); margin: 0; }

/* Reviews */
.reviews-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 30px; }
.rev-rating { display: inline-flex; align-items: center; gap: 10px; border: 2px solid var(--line); padding: 12px 18px; }
.star { color: var(--sb-blue); } .rev-rating strong { font-family: var(--sb-font-display); font-size: 26px; } .rev-rating span:last-child { color: var(--muted); font-size: 13px; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 2px solid var(--line); }
.review-card { margin: 0; background: transparent; border-right: 2px solid var(--line); border-bottom: 2px solid var(--line); padding: 28px; }
.review-card:nth-child(2n) { border-right: 0; } .review-card:nth-last-child(-n+2) { border-bottom: 0; }
.review-card blockquote { margin: 0 0 18px; font-size: 16px; line-height: 1.55; }
.review-card figcaption { display: flex; align-items: center; gap: 12px; }
.ava { width: 40px; height: 40px; border: 2px solid var(--line); display: grid; place-items: center; font-family: var(--sb-font-display); font-weight: 700; font-size: 13px; color: var(--sb-blue); }
.review-card figcaption strong { display: block; font-size: 14px; } .review-card figcaption em { font-style: normal; color: var(--muted); font-size: 12px; }
.reviews-note { margin: 20px 0 0; } .review-note { color: var(--sb-blue-bright); font-style: italic; font-size: .9em; }

/* Ralf */
.ralf-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(28px,5vw,64px); align-items: center; }
.ralf-media { aspect-ratio: 4 / 5; border: 2px solid var(--line); }
.ralf-media img { width: 100%; height: 100%; object-fit: cover; }
.ralf-body h2 { margin-bottom: 16px; }
.quote { margin: 24px 0 0; padding-left: 20px; border-left: 4px solid var(--sb-blue); font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; font-size: clamp(18px,2vw,26px); letter-spacing: -0.02em; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
.gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: grayscale(1) contrast(1.06); transition: filter .3s var(--ease), transform .3s var(--ease); }
.gallery img:hover { filter: grayscale(0); transform: scale(1.04); }

/* FAQ */
.faq-list { display: grid; gap: 0; max-width: 900px; border: 2px solid var(--line); }
details { border-bottom: 2px solid var(--line); padding: 20px 24px; }
details:last-child { border-bottom: 0; }
summary { cursor: pointer; font-family: var(--sb-font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -0.02em; font-size: 17px; list-style: none; }
summary::-webkit-details-marker { display: none; } summary::after { content: "+"; float: right; color: var(--sb-blue); } details[open] summary::after { content: "–"; }
details p { color: var(--muted); margin: 14px 0 0; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,5vw,64px); align-items: start; }
.contact-meta { display: grid; gap: 12px; margin-top: 24px; } .contact-meta span { color: var(--muted); font-size: 15px; } .contact-meta strong { color: inherit; }
.lead-form { background: var(--card-bg); border: 2px solid var(--line); padding: clamp(24px,4vw,34px); display: grid; gap: 9px; }
.lead-form label { font-weight: 600; font-size: 14px; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: var(--sb-radius-button); padding: 11px 13px; font: inherit; background: transparent; color: inherit; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--sb-blue); outline: none; }
.lead-form textarea { resize: vertical; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--muted); font-weight: 400; } .checkbox input { width: auto; min-height: auto; margin-top: 4px; }
.lead-form button { border: 0; background: var(--sb-blue); color: #fff; margin-top: 6px; } .lead-form button:hover { background: var(--sb-blue-bright); }
.form-note { min-height: 22px; margin: 4px 0 0; color: var(--sb-blue); font-size: 14px; }

/* Footer */
.footer { padding: 40px 0; } .footer-grid { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; } .footer .brand { color: var(--sb-paper); mix-blend-mode: normal; }

/* Responsive */
@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; flex-direction: column; gap: 6px; background: transparent; border: 0; padding: 8px; cursor: pointer; margin-left: auto; z-index: 55; color: #fff; mix-blend-mode: difference; }
  .nav-toggle span:not(.sr-only) { width: 28px; height: 2px; background: currentColor; transition: transform .3s var(--ease), opacity .3s var(--ease); }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-menu { position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 22px; background: var(--sb-ink); color: var(--sb-paper); mix-blend-mode: normal; font-size: 22px; transform: translateX(100%); transition: transform .4s var(--ease); margin: 0; } .nav-menu.is-open { transform: none; } .nav-cta { display: none; }
  .pains-grid, .vw-grid, .krijg-grid, .dienst-grid, .methode, .review-grid, .ralf-grid, .contact-grid { grid-template-columns: 1fr; }
  .vw-col { border-right: 0; border-bottom: 2px solid var(--line); } .vw-col:last-child { border-bottom: 0; }
  .dienst-grid li, .methode li, .review-card { border-right: 0; }
  .row { grid-template-columns: auto 1fr; } .row-media { display: none; } .row-arrow { display: none; }
  .ralf-media { order: -1; } .gallery { grid-template-columns: repeat(3,1fr); }
}
@media (min-width:961px) and (max-width:1160px){ .methode{grid-template-columns:repeat(3,1fr);} }
@media (max-width: 540px) { .actions { flex-direction: column; align-items: stretch; } .button { width: 100%; } .gallery { grid-template-columns: repeat(2,1fr); } }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .marquee-track, .wa-dot { animation: none !important; } .row:hover .row-media img, .gallery img:hover { transform: none; }
}

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