@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/montserrat-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("/assets/fonts/archivo-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
}

:root {
  --ink: #1A1A1A;
  --night: #141414;
  --panel: #222222;
  --orange: #FF8A00;
  --orange-dark: #985000;
  --grey: #D9D9D9;
  --white: #FFFFFF;
  --soft: #F3F3F3;
  --muted: #5C5C5C;
  --line: #D8D8D8;
  --wa: #25D366;
  --shell: min(1180px, calc(100vw - 48px));
  --body: Montserrat, "Helvetica Neue", Arial, sans-serif;
  --display: Archivo, "Arial Narrow", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, summary, a, label { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; box-shadow: 0 0 0 5px var(--white); }
.site-header :focus-visible, .hero :focus-visible, .page-hero :focus-visible, .dark-section :focus-visible, .site-footer :focus-visible { outline-color: var(--orange); box-shadow: 0 0 0 5px var(--night); }
::selection { color: var(--ink); background: var(--orange); }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 15px; color: var(--white); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.preview-banner { position: relative; z-index: 40; padding: 6px 20px; color: var(--ink); background: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-align: center; text-transform: uppercase; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 30; color: var(--white); background: var(--night); border-bottom: 1px solid #2B2B2B; }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 28px; }
.brand { width: 156px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.site-nav { min-width: 0; flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 1.8vw, 26px); font-size: 14px; font-weight: 600; }
.site-nav > a:not(.button), .nav-group > summary { min-height: 48px; display: flex; align-items: center; position: relative; color: #E6E6E6; text-decoration: none; white-space: nowrap; }
.site-nav > a:not(.button):hover, .nav-group > summary:hover { color: var(--white); }
.site-nav > a:not(.button)::after, .nav-group > summary::after { position: absolute; right: 0; bottom: 6px; left: 0; height: 2px; content: ""; background: var(--orange); transform: scaleX(0); }
.site-nav > a:not(.button):hover::after, .site-nav > a[aria-current="page"]::after, .nav-group > summary:hover::after, .nav-group[data-active] > summary::after { transform: scaleX(1); }
.nav-group { position: relative; }
.nav-group > summary { gap: 7px; cursor: pointer; list-style: none; }
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group > summary span { color: var(--orange); font-size: 18px; line-height: 1; }
.nav-group[open] > summary span { transform: rotate(45deg); }
.nav-menu { position: absolute; top: calc(100% + 8px); left: -20px; width: 300px; padding: 8px 18px 12px; color: var(--ink); background: var(--white); border-top: 4px solid var(--orange); box-shadow: 0 18px 36px rgba(0,0,0,.28); }
.nav-menu a { min-height: 42px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 13px; text-decoration: none; }
.nav-menu a:last-child { border-bottom: 0; }
.nav-menu a:hover, .nav-menu a[aria-current="page"] { color: var(--orange-dark); font-weight: 750; }
.nav-phone { gap: 7px; font-weight: 700; }
.nav-phone .line-icon { width: 17px; height: 17px; color: var(--orange); }
.menu-button { display: none; min-width: 70px; min-height: 44px; align-items: center; justify-content: space-between; gap: 10px; padding: 0; color: var(--white); background: transparent; border: 0; font-size: 13px; font-weight: 750; cursor: pointer; }
.menu-icon, .menu-icon::before, .menu-icon::after { width: 23px; height: 2px; display: block; position: relative; background: var(--white); content: ""; }
.menu-icon::before { position: absolute; top: -7px; }
.menu-icon::after { position: absolute; top: 7px; }
.menu-button[aria-expanded="true"] .menu-icon { background: transparent; }
.menu-button[aria-expanded="true"] .menu-icon::before { top: 0; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-icon::after { top: 0; transform: rotate(-45deg); }

/* Knoppen */
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; color: var(--ink); background: var(--orange); border: 1px solid var(--orange); border-radius: 0; cursor: pointer; font-size: 14px; font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; }
.button:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-small { min-height: 40px; padding: 9px 16px; }
.site-header .button:hover, .hero .button:hover, .page-hero .button:hover, .dark-section .button:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.button-outline { color: var(--white); background: transparent; border-color: rgba(255,255,255,.6); }
.button-outline:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.button-wa { color: var(--ink); background: var(--wa); border-color: var(--wa); }
.button-wa:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-line { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-line:hover { color: var(--white); background: var(--ink); }
.dark-button { color: var(--white); background: var(--ink); border-color: var(--ink); }
.dark-button:hover { color: var(--ink); background: var(--white); border-color: var(--ink); }
.button:disabled { cursor: not-allowed; opacity: .5; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 750; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.text-link span { font-size: 17px; }

.eyebrow, .kicker { margin: 0 0 14px; color: var(--orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow, .dark-section .kicker, .cta-band .kicker { color: var(--orange); }
.cta-band .kicker { color: var(--ink); }
.line-icon { width: 25px; height: 25px; display: block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: square; stroke-linejoin: miter; }

/* Hero's */
.hero, .page-hero, .not-found, .dark-section { color: var(--white); background-color: var(--night); }
.hero, .page-hero { position: relative; isolation: isolate; overflow: hidden; }
.hero::after, .page-hero::after, .dark-section { background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 48px 48px; }
.hero::after, .page-hero::after { position: absolute; z-index: -1; inset: 0; content: ""; pointer-events: none; }
.hero-grid { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); align-items: center; gap: 40px; padding-block: 64px 72px; }
.hero-copy { min-width: 0; }
.hero-logo { width: min(440px, 100%); height: auto; margin-bottom: 18px; }
.hero-slogan { margin: 0 0 26px; color: var(--orange); font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero h1, .page-hero h1, .not-found h1 { margin: 0; font-family: var(--display); font-stretch: 105%; font-weight: 800; letter-spacing: -.02em; text-transform: uppercase; overflow-wrap: normal; word-break: normal; hyphens: none; }
.hero h1 { max-width: 660px; font-size: clamp(34px, 4.1vw, 52px); line-height: 1.02; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-intro { max-width: 620px; margin: 22px 0 28px; color: #CFCFCF; font-size: 17px; line-height: 1.65; }
.hero-buttons .button { flex: 0 0 auto; }
.hero-visual svg { width: 100%; height: auto; display: block; }
.hv-grid { fill: none; stroke: rgba(255,255,255,.18); stroke-width: 2; }
.hv-body { fill: #2C2C2C; stroke: #444; stroke-width: 2; }
.hv-rim { fill: #3A3A3A; }
.hv-band { fill: var(--orange); }
.hv-line { fill: none; stroke: #474747; stroke-width: 3; }
.hv-arm { fill: none; stroke: #6A6A6A; stroke-width: 8; }
.hv-tool { fill: none; stroke: var(--orange); stroke-width: 6; }
.hv-dot { fill: var(--orange); }

.page-hero { padding-block: 54px 62px; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); align-items: center; gap: 54px; }
.page-hero-single { grid-template-columns: minmax(0, 1fr); }
.page-hero-copy { min-width: 0; max-width: 760px; }
.page-hero h1 { font-size: clamp(34px, 4.2vw, 52px); line-height: 1.02; }
.page-hero-copy > p:not(.eyebrow), .page-hero > .shell > p:last-child { max-width: 680px; margin: 20px 0 0; color: #C8C8C8; font-size: 17px; }
.page-hero-copy .button-row { margin-top: 26px; }
.page-hero-visual { padding: 24px; background: #1D1D1D; border: 1px solid #333; border-bottom: 5px solid var(--orange); }
.page-hero-visual .product-svg { width: 100%; height: auto; }
.page-hero-visual .pv-ground { stroke: #555; }
.page-hero-visual .pv-body { fill: #333; stroke: #555; }
.page-hero-visual .pv-rim { fill: #444; }
.breadcrumbs { margin: 0 0 26px; display: flex; flex-wrap: wrap; gap: 8px; color: #AFAFAF; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { color: var(--white); }
.service-hero-photo { height: 360px; border: 1px solid rgba(255,255,255,.16); }

/* Voordelen */
.usp-strip { color: var(--ink); background: var(--orange); }
.usp-strip ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); list-style: none; }
.usp-strip li { min-width: 0; display: flex; gap: 10px; padding: 20px 14px; border-left: 1px solid rgba(0,0,0,.18); }
.usp-strip li:first-child { border-left: 0; padding-left: 0; }
.usp-strip strong { display: block; font-family: var(--display); font-size: 14px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.usp-strip span { display: block; margin-top: 4px; font-size: 12px; line-height: 1.4; }

/* Secties */
.section { padding-block: 76px; }
.soft-section { background: var(--soft); }
.section-intro { max-width: 760px; margin-bottom: 36px; }
.section-intro h2, .intro-grid h2, .faq-layout h2, .form-heading h2, .about-story h2, .contact-sidebar h2, .split-grid h2, .product-split h2, .permit-block h2, .company-block h2, .group-title { margin: 0; font-family: var(--display); font-stretch: 105%; font-size: clamp(28px, 3.1vw, 40px); font-weight: 800; letter-spacing: -.02em; line-height: 1.05; text-transform: uppercase; overflow-wrap: normal; word-break: normal; hyphens: none; }
.section-intro > p:not(.kicker) { max-width: 700px; margin: 14px 0 0; color: var(--muted); }
.dark-section .section-intro > p, .dark-section p { color: #CFCFCF; }
.section-link { margin: 26px 0 0; }
.intro-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 60px; margin-bottom: 40px; }
.intro-text { margin: 0; color: var(--muted); font-size: 17px; }

.points-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.points-grid article { min-width: 0; padding: 22px 20px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.points-grid article > span { color: var(--orange-dark); font-family: var(--display); font-size: 22px; font-weight: 800; }
.points-grid h3 { margin: 18px 0 8px; font-family: var(--display); font-size: 16px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.points-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.link-tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.link-tiles a { min-height: 96px; display: grid; grid-template-columns: 30px minmax(0, 1fr) 16px; align-items: start; gap: 4px 12px; padding: 18px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.link-tiles a:hover { background: var(--ink); color: var(--white); }
.link-tiles a:hover span { color: #CFCFCF; }
.link-tiles .line-icon { grid-row: span 2; color: var(--orange-dark); }
.link-tiles a:hover .line-icon { color: var(--orange); }
.link-tiles strong { font-family: var(--display); font-size: 16px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.link-tiles span { grid-column: 2; color: var(--muted); font-size: 13px; line-height: 1.45; }
.link-tiles b { grid-column: 3; grid-row: 1; color: var(--orange-dark); }

/* Productkaarten */
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; }
.product-card { min-width: 0; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--ink); }
.product-visual { position: relative; padding: 18px 16px 8px; background: #EDEDED; }
.product-svg { width: 100%; height: auto; display: block; }
.pv-ground { fill: none; stroke: #9A9A9A; stroke-width: 2; }
.pv-body { fill: #2A2A2A; stroke: #1A1A1A; stroke-width: 1.5; }
.pv-rim { fill: #1A1A1A; }
.pv-band { fill: var(--orange); }
.pv-line { fill: none; stroke: #474747; stroke-width: 2; }
.pv-wheel { fill: #1A1A1A; stroke: #9A9A9A; stroke-width: 2; }
.pv-tool { fill: none; stroke: var(--orange-dark); stroke-width: 5; }
.product-icon { height: 110px; display: grid; place-items: center; color: var(--ink); }
.product-icon .line-icon { width: 64px; height: 64px; stroke-width: 1.4; }
.product-size { position: absolute; top: 10px; left: 10px; padding: 4px 8px; color: var(--white); background: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.product-body { flex: 1; display: flex; flex-direction: column; padding: 18px 18px 20px; }
.product-group { margin: 0 0 6px; color: var(--orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-card h3 { margin: 0 0 12px; font-family: var(--display); font-size: 21px; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
.product-facts { margin: 0 0 14px; }
.product-facts div { padding: 8px 0; border-top: 1px solid var(--line); }
.product-facts dt { color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-facts dd { margin: 2px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.product-price { margin: auto 0 12px; padding-top: 10px; border-top: 2px solid var(--ink); font-family: var(--display); font-size: 17px; font-weight: 800; text-transform: uppercase; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.product-actions .button { min-height: 44px; padding: 10px 8px; font-size: 13px; }

/* Pakketten en keuzehulp */
.package-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.package-card, .situation-card { min-width: 0; display: flex; flex-direction: column; padding: 22px 20px; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--orange); }
.package-number, .situation-number { margin: 0; color: var(--orange-dark); font-family: var(--display); font-size: 13px; font-weight: 800; }
.package-card h3, .situation-card h3 { margin: 8px 0 4px; font-family: var(--display); font-size: 22px; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
.package-audience { margin: 0 0 10px; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.package-card > p:not([class]) , .situation-card > p:not([class]) { margin: 0 0 14px; color: var(--muted); font-size: 14px; }
.package-grid-compact .package-card > p:not([class]) { margin-bottom: 8px; }
.check-list { margin: 0 0 14px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 8px; padding: 5px 0; font-size: 14px; }
.check-list .line-icon { width: 18px; height: 18px; margin-top: 3px; color: var(--orange-dark); stroke-width: 2.4; }
.situation-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.situation-advice { margin: 6px 0 12px; font-weight: 750; }
.situation-advice span { display: block; color: var(--orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.situation-actions { margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px; }
.situation-actions .button { flex: 1 1 auto; min-height: 44px; padding: 10px 12px; font-size: 13px; }
.helper-note { margin: 24px 0 0; padding: 13px 15px; color: var(--muted); background: var(--soft); border-left: 4px solid var(--orange); font-size: 14px; }

/* Donkere split */
.split-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px; align-items: center; }
.split-tagline { color: var(--orange) !important; font-family: var(--display); font-size: 18px; font-weight: 800; text-transform: uppercase; }
.split-cards { display: grid; gap: 12px; }
.split-cards a { display: grid; grid-template-columns: 34px minmax(0, 1fr) 16px; gap: 2px 14px; padding: 20px; background: #1F1F1F; border: 1px solid #333; border-left: 4px solid var(--orange); text-decoration: none; }
.split-cards a:hover { background: #292929; }
.split-cards .line-icon { grid-row: span 2; color: var(--orange); width: 30px; height: 30px; }
.split-cards strong { font-family: var(--display); font-size: 20px; font-weight: 800; text-transform: uppercase; }
.split-cards span { grid-column: 2; color: #C8C8C8; font-size: 14px; }
.split-cards b { grid-column: 3; grid-row: 1; color: var(--orange); }

/* Afval */
.waste-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-bottom: 24px; }
.waste-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.waste-card { min-width: 0; padding: 22px 20px; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--ink); }
.waste-card h3 { margin: 0 0 12px; font-family: var(--display); font-size: 20px; font-weight: 800; text-transform: uppercase; }
.waste-label { margin: 12px 0 4px; color: var(--orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ask-list { margin: 0; padding-left: 18px; color: var(--muted); font-size: 14px; }
.forbidden-block { padding: 22px 22px 18px; color: var(--white); background: var(--night); border-left: 6px solid var(--orange); }
.forbidden-block h3 { margin: 0 0 10px; font-family: var(--display); font-size: 20px; font-weight: 800; text-transform: uppercase; }
.forbidden-block ul { margin: 0 0 12px; padding-left: 18px; }
.forbidden-block li { padding: 3px 0; }
.forbidden-block p { margin: 0; color: #C8C8C8; font-size: 14px; }

.permit-block { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 50px; align-items: start; }
.permit-block .line-icon { width: 34px; height: 34px; margin-bottom: 14px; color: var(--orange-dark); }
.permit-block > p { margin: 0; font-size: 17px; }
.product-split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 50px; align-items: start; }
.product-split > div > p:not(.kicker) { color: var(--muted); }
.prep-list { margin: 24px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.prep-list li { min-height: 58px; display: grid; grid-template-columns: 40px minmax(0, 1fr); align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.prep-list li > span { color: var(--orange-dark); font-size: 12px; font-weight: 800; }
.prep-list p { margin: 0; color: var(--muted); }
.category-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.category-chips a { padding: 8px 12px; border: 1px solid var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.category-chips a:hover { color: var(--white); background: var(--ink); }
.aanbod-group + .aanbod-group { margin-top: 52px; }
.group-title { margin-bottom: 22px; font-size: clamp(24px, 2.4vw, 30px); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; margin: 0; padding: 0; list-style: none; }
.process-grid li { min-width: 0; padding-top: 16px; border-top: 2px solid var(--orange); }
.process-grid li > span { display: block; margin-bottom: 8px; color: var(--orange-dark); font-family: var(--display); font-size: 24px; font-weight: 800; }
.process-grid h3 { margin: 0 0 8px; font-family: var(--display); font-size: 17px; font-weight: 800; line-height: 1.15; text-transform: uppercase; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.company-block { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 50px; }
.company-block dl { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
.company-block dl div { padding: 12px 0; border-bottom: 1px solid var(--line); }
.company-block dt { color: var(--orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.company-block dd { margin: 2px 0 0; font-weight: 650; }

/* Voor en na */
.before-after-section { border-top: 1px solid var(--line); }
.comparison-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.comparison-card { --comparison-ratio: 8 / 7; min-width: 0; margin: 0; padding: 18px; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--orange); }
.comparison-card h3 { margin: 0 0 14px; font-family: var(--display); font-size: 18px; font-weight: 800; line-height: 1.15; text-transform: uppercase; }
.comparison-media { min-width: 0; position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; overflow: hidden; background: var(--ink); }
.comparison-panel { min-width: 0; position: relative; margin: 0; background: var(--grey); }
.comparison-panel img { width: 100%; height: 100%; display: block; object-fit: cover; }
.comparison-label { position: absolute; z-index: 4; top: 10px; padding: 5px 8px; color: var(--ink); background: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; pointer-events: none; }
.comparison-label-before { left: 10px; }
.comparison-label-after { right: 10px; }
.comparison-control { display: none; }
.comparison-card.is-enhanced .comparison-media { display: block; aspect-ratio: var(--comparison-ratio); touch-action: pan-y; }
.comparison-card.is-enhanced .comparison-panel { position: absolute; inset: 0; }
.comparison-card.is-enhanced .comparison-after { z-index: 2; clip-path: inset(0 0 0 var(--comparison-position, 50%)); }
.comparison-card.is-enhanced .comparison-media::after { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--comparison-position, 50%); width: 3px; content: ""; background: var(--orange); transform: translateX(-50%); pointer-events: none; }
.comparison-card.is-enhanced .comparison-control { display: grid; gap: 8px; margin-top: 14px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.comparison-control input { width: 100%; min-height: 28px; margin: 0; cursor: ew-resize; accent-color: var(--orange); }
.project-grid, .review-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: minmax(240px, .6fr) minmax(0, 1.4fr); gap: 64px; }
.faq-more { color: var(--muted); font-size: 14px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 62px; display: grid; grid-template-columns: minmax(0, 1fr) 22px; align-items: center; gap: 20px; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { justify-self: end; color: var(--orange-dark); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -1px 0 22px; color: var(--muted); font-size: 15px; }

.media-frame { min-width: 0; position: relative; margin: 0; background: var(--grey); }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.media-frame figcaption { position: absolute; right: 0; bottom: 0; padding: 7px 10px; color: var(--ink); background: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 60px; }
.about-story > div > p:not(.kicker) { color: var(--muted); }
.about-photo { height: 420px; }

/* Formulier */
.contact-section { background: var(--white); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); align-items: start; gap: 64px; }
.form-heading { margin-bottom: 24px; }
.form-heading > p:last-child { color: var(--muted); }
.form-status { color: var(--ink); font-weight: 700; }
.form-status:not(:empty) { margin-bottom: 20px; padding: 13px 16px; background: var(--soft); border-left: 4px solid var(--orange); }
.form-situation { margin: 0 0 20px; padding: 12px 15px; background: #FFF4E6; border-left: 4px solid var(--orange); font-size: 14px; font-weight: 650; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field-grid-inner { margin-top: 4px; }
.field { min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field-set { min-width: 0; margin: 0; padding: 0; border: 0; }
.field-set legend { margin-bottom: 8px; padding: 0; font-size: 12px; font-weight: 750; letter-spacing: .04em; }
.field label { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 750; letter-spacing: .04em; }
.field label span { color: var(--muted); font-size: 10px; font-weight: 550; }
.field input:not([type="checkbox"]):not([type="file"]), .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 13px; color: var(--ink); background: var(--white); border: 1px solid #A7A7A7; border-radius: 0; }
.field input[type="file"] { width: 100%; padding: 12px; background: var(--soft); border: 1px dashed #8D8D8D; }
.field-help { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; }
.field textarea { resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--ink); }
[aria-invalid="true"] { border: 2px solid var(--ink) !important; box-shadow: inset 4px 0 0 var(--orange); }
.field-error { min-height: 19px; display: block; padding-top: 3px; font-size: 12px; font-weight: 700; }
.radio-row { display: flex; flex-wrap: wrap; gap: 8px; }
.radio-row label { min-height: 46px; display: flex; align-items: center; gap: 8px; padding: 8px 12px; cursor: pointer; border: 1px solid #8D8D8D; font-size: 14px; font-weight: 650; }
.radio-row label:has(input:checked) { border: 2px solid var(--ink); padding: 7px 11px; background: #FFF4E6; }
.radio-row input { width: 18px; height: 18px; margin: 0; accent-color: var(--orange); }
.checkbox-field { display: grid; grid-template-columns: 26px minmax(0, 1fr); align-items: start; gap: 8px; }
.checkbox-field input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--orange); }
.checkbox-field label { margin: 0; font-weight: 550; }
.checkbox-field .field-error { grid-column: 2; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.submit-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.submit-row p { margin: 0; color: var(--muted); font-size: 12px; }
.contact-sidebar { position: sticky; top: 100px; padding: 24px 0 0 28px; border-top: 3px solid var(--orange); border-left: 1px solid var(--line); }
.contact-sidebar h2 { font-size: 24px; }
.contact-sidebar dl { margin: 22px 0 0; }
.contact-sidebar dl > div { padding: 13px 0; border-bottom: 1px solid var(--line); }
.contact-sidebar dt { margin-bottom: 3px; color: var(--orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-sidebar dd { margin: 0; overflow-wrap: anywhere; font-weight: 650; }
.contact-sidebar dd small { display: block; color: var(--muted); font-weight: 500; }
.sidebar-identity { margin-top: 30px; }
.sidebar-identity p:last-child { color: var(--muted); }
.preview-note { margin-top: 24px; padding: 14px; background: var(--soft); border-left: 4px solid var(--orange); font-size: 12px; }

.small-page-hero { min-height: 320px; display: flex; align-items: center; }
.prose-grid { display: grid; grid-template-columns: minmax(160px, .35fr) minmax(0, 1.65fr); gap: 70px; }
.prose-grid aside { align-self: start; display: flex; flex-direction: column; padding-top: 8px; border-top: 3px solid var(--orange); }
.prose-grid aside strong { margin-top: 9px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.prose-grid aside span { color: var(--muted); }
.prose-grid article { max-width: 760px; }
.prose-grid h2 { margin: 36px 0 9px; font-family: var(--display); font-size: 24px; font-weight: 800; line-height: 1.15; text-transform: uppercase; }
.prose-grid h2:first-child { margin-top: 0; }
.prose-grid p { color: var(--muted); }
.prose-grid a { overflow-wrap: anywhere; }
.not-found { min-height: 520px; display: flex; align-items: center; }
.not-found h1 { max-width: 720px; font-size: 48px; line-height: 1; }
.not-found .kicker { color: var(--orange); }
.not-found p:not(.kicker) { color: var(--grey); }

/* CTA en footer */
.cta-band { color: var(--ink); background: var(--orange); }
.cta-band .shell { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 40px; padding-block: 44px; }
.cta-band h2 { margin: 0; font-family: var(--display); font-stretch: 105%; font-size: clamp(28px, 3vw, 38px); font-weight: 800; letter-spacing: -.02em; line-height: 1.05; text-transform: uppercase; }
.cta-band p { margin: 8px 0 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cta-actions .button { flex: 1 1 auto; }
.site-footer { padding: 52px 0 96px; color: var(--white); background: var(--night); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr)); gap: 40px; }
.footer-brand img { width: min(210px, 100%); height: auto; }
.footer-brand p { max-width: 320px; margin-top: 18px; color: #BDBDBD; font-size: 13px; }
.footer-grid h2 { margin: 2px 0 14px; color: var(--orange); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid .footer-sub { margin-top: 26px; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin-bottom: 4px; }
.footer-grid a { color: #D0D0D0; font-size: 13px; text-decoration-color: #707070; text-underline-offset: 3px; }
.footer-grid a:hover { color: var(--orange); }
.footer-grid address { margin: 0; color: #BDBDBD; font-size: 13px; font-style: normal; }
.footer-email { overflow-wrap: anywhere; }
.footer-email-status { color: var(--orange); font-size: 10px; font-weight: 700; }
.footer-bottom { margin-top: 38px; padding-top: 17px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 22px; border-top: 1px solid rgba(255,255,255,.14); color: #9E9E9E; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }

/* Vaste WhatsApp-knop rechtsonder */
.wa-float { position: fixed; z-index: 50; right: 18px; bottom: 18px; min-height: 52px; display: inline-flex; align-items: center; gap: 8px; padding: 0 18px 0 14px; color: var(--ink); background: var(--wa); border: 2px solid var(--ink); box-shadow: 0 10px 24px rgba(0,0,0,.28); font-size: 14px; font-weight: 800; text-decoration: none; }
.wa-float .line-icon { width: 24px; height: 24px; stroke-width: 2; }
.wa-float:hover { color: var(--white); background: var(--ink); border-color: var(--wa); }

@media (max-width: 1180px) {
  .usp-strip ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .usp-strip li:nth-child(4) { border-left: 0; padding-left: 0; }
  .usp-strip li:nth-child(n+4) { border-top: 1px solid rgba(0,0,0,.18); }
  .situation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1000px) {
  .header-inner { min-height: 66px; }
  .brand { width: 140px; }
  .menu-button { display: flex; margin-left: auto; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; max-height: calc(100vh - 70px); display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 24px 24px; overflow-y: auto; background: var(--night); border-bottom: 3px solid var(--orange); }
  .site-nav[data-open] { display: flex; }
  .site-nav > a:not(.button), .nav-group > summary { min-height: 52px; border-bottom: 1px solid #2E2E2E; font-family: var(--display); font-size: 16px; font-weight: 800; text-transform: uppercase; }
  .site-nav > a:not(.button)::after, .nav-group > summary::after { display: none; }
  .nav-group { width: 100%; }
  .nav-group > summary { justify-content: space-between; }
  .nav-menu { width: 100%; position: static; padding: 4px 0 10px 14px; color: var(--white); background: transparent; border: 0; border-left: 3px solid var(--orange); box-shadow: none; }
  .nav-menu a { min-height: 42px; border-bottom-color: #2E2E2E; }
  .nav-menu a:hover, .nav-menu a[aria-current="page"] { color: var(--orange); }
  .site-nav .button { width: 100%; margin-top: 16px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); min-height: 0; padding-block: 48px 56px; }
  .hero-visual { max-width: 440px; }
  .page-hero-grid, .intro-grid, .faq-layout, .split-grid, .product-split, .permit-block, .company-block, .contact-layout, .prose-grid, .about-story, .waste-layout, .cta-band .shell { grid-template-columns: minmax(0, 1fr); }
  .page-hero-grid, .intro-grid, .split-grid, .product-split, .permit-block, .faq-layout, .about-story { gap: 30px; }
  .page-hero-visual { max-width: 460px; }
  .service-hero-photo { height: min(58vw, 420px); }
  .points-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .comparison-grid, .waste-grid, .process-grid, .project-grid, .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-sidebar { position: static; padding-left: 0; border-left: 0; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  :root { --shell: calc(100vw - 32px); }
  body { font-size: 15px; }
  .preview-banner { padding-inline: 8px; font-size: 9px; line-height: 1.4; }
  .header-inner { min-height: 62px; }
  .brand { width: 128px; }
  .site-nav { padding-inline: 16px; }
  .hero-grid { padding-block: 34px 40px; gap: 26px; }
  .hero-logo { width: min(300px, 88%); }
  .hero-slogan { font-size: 13px; margin-bottom: 18px; }
  .hero h1 { font-size: clamp(27px, 7.6vw, 34px); }
  .hero-intro { font-size: 15px; margin-block: 16px 22px; }
  .hero-buttons { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-buttons .button { width: 100%; padding-inline: 8px; font-size: 13px; }
  .hero-visual { display: none; }
  .usp-strip ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .usp-strip li, .usp-strip li:first-child, .usp-strip li:nth-child(4) { padding: 14px 10px; border-left: 0; border-top: 1px solid rgba(0,0,0,.18); }
  .usp-strip li:nth-child(-n+2) { border-top: 0; }
  .usp-strip li:nth-child(odd) { padding-left: 0; }
  .usp-strip li .line-icon { display: none; }
  .usp-strip strong { font-size: 12px; }
  .usp-strip span { font-size: 11px; }
  .section { padding-block: 54px; }
  .section-intro { margin-bottom: 26px; }
  .section-intro h2, .intro-grid h2, .faq-layout h2, .form-heading h2, .about-story h2, .split-grid h2, .product-split h2, .permit-block h2, .company-block h2 { font-size: clamp(24px, 7vw, 30px); }
  .page-hero { padding-block: 36px 44px; }
  .page-hero h1 { font-size: clamp(27px, 8vw, 34px); }
  .page-hero-copy > p:not(.eyebrow), .page-hero > .shell > p:last-child, .intro-text, .permit-block > p { font-size: 15px; }
  .page-hero .button-row { display: grid; grid-template-columns: 1fr 1fr; }
  .page-hero .button-row .button { width: 100%; padding-inline: 8px; font-size: 13px; }
  .page-hero .button-row .button:first-child { grid-column: 1 / -1; }
  .page-hero-visual { display: none; }
  .service-hero-photo, .about-photo { height: 260px; }
  .points-grid, .comparison-grid, .waste-grid, .process-grid, .situation-grid, .project-grid, .review-grid, .footer-grid, .company-block dl { grid-template-columns: minmax(0, 1fr); }
  .link-tiles { grid-template-columns: minmax(0, 1fr); }
  .link-tiles a { min-height: 0; padding: 14px; }
  .product-grid, .package-grid { grid-template-columns: minmax(0, 1fr); }
  .product-card { display: grid; grid-template-columns: 104px minmax(0, 1fr); }
  .product-visual { align-self: start; padding: 30px 6px 8px; }
  .product-size { top: 6px; left: 6px; right: 6px; padding: 3px 5px; font-size: 9px; text-align: center; }
  .product-icon { height: 70px; }
  .product-icon .line-icon { width: 40px; height: 40px; }
  .product-body { padding: 14px 14px 16px; }
  .product-card h3 { font-size: 18px; margin-bottom: 8px; }
  .product-facts div { padding: 5px 0; }
  .product-facts dd { font-size: 12px; }
  .product-price { font-size: 15px; }
  .product-actions { grid-template-columns: minmax(0, 1fr); gap: 6px; }
  .field-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .field-wide { grid-column: 1; }
  .submit-row { align-items: stretch; flex-direction: column; }
  .submit-row .button { width: 100%; }
  .cta-actions .button { width: 100%; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .wa-float { right: 12px; bottom: 12px; min-height: 48px; padding: 0 14px 0 12px; }
  .not-found h1 { font-size: 34px; }
}

@media (max-width: 360px) {
  :root { --shell: calc(100vw - 32px); }
  .brand { width: 116px; }
  .hero-buttons, .page-hero .button-row { grid-template-columns: minmax(0, 1fr); }
  .product-actions { grid-template-columns: minmax(0, 1fr); }
}

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

/* Lange samengestelde woorden in koppen binnen hun kolom houden */
.faq-layout h2 { font-size: clamp(24px, 2.3vw, 30px); }
@media (max-width: 640px) {
  .small-page-hero h1 { font-size: clamp(22px, 6.6vw, 30px); }
}
@media (max-width: 360px) {
  .page-hero h1 { font-size: 24px; }
  .section-intro h2, .intro-grid h2, .faq-layout h2, .permit-block h2 { font-size: 22px; }
}
