/* BKD Opruiming - stylesheet */
:root {
  --ink: #16202b;
  --ink-soft: #46525f;
  --bg: #f8f6f1;
  --card: #ffffff;
  --line: #e4dfd3;
  --brand: #17483f;
  --brand-dark: #0f322c;
  --accent: #e8620f;
  --wa: #128c4a;
  --wa-dark: #0d6f3a;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(22, 32, 43, 0.08);
  --max: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
}
img, svg { max-width: 100%; display: block; }
a { color: var(--brand); }
a:hover { color: var(--accent); }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .5em; color: var(--brand-dark); letter-spacing: -0.01em; }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.5rem, 3.4vw, 2.2rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; inset-inline-start: 10px; top: 10px; background: #fff; padding: 10px 14px; z-index: 100; transform: translateY(-300%); }
.skip:focus { transform: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px; border: 2px solid transparent;
  font: inherit; font-weight: 700; text-decoration: none; cursor: pointer;
  transition: transform .12s ease, background .12s ease;
}
.btn:active { transform: translateY(1px); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-dark); color: #fff; }
.btn-ghost { background: transparent; color: var(--brand); border-color: var(--brand); }
.btn-ghost:hover { background: var(--brand); color: #fff; }
.btn-light { background: #fff; color: var(--brand-dark); }
.btn-light:hover { background: #f0ece2; color: var(--brand-dark); }
.btn-lg { padding: 17px 28px; font-size: 1.08rem; }
.btn svg { width: 22px; height: 22px; flex: none; }

/* Header */
.site-header .wrap { max-width: 1320px; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 16px; }
.brand { white-space: nowrap; display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--brand-dark); font-weight: 800; font-size: 1.2rem; letter-spacing: -0.01em; }
.brand-logo { width: 48px; height: 48px; object-fit: contain; flex: none; }
.brand-mark { width: 38px; height: 38px; border-radius: 10px; background: var(--brand); color: #fff; display: grid; place-items: center; font-size: .95rem; font-weight: 800; }
.brand small { display: block; font-weight: 500; font-size: .72rem; color: var(--ink-soft); letter-spacing: .04em; text-transform: uppercase; margin-top: -2px; }
.menu { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.menu a { white-space: nowrap; display: block; padding: 10px 11px; text-decoration: none; color: var(--ink); font-weight: 600; border-radius: 8px; }
.menu a:hover, .menu a[aria-current="page"] { background: var(--bg); color: var(--brand); }
.nav-cta { display: inline-flex; white-space: nowrap; padding: 12px 20px; }
.menu-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; padding: 9px 12px; font: inherit; font-weight: 700; color: var(--ink); cursor: pointer; }

/* Hero */
.hero { background: linear-gradient(160deg, var(--brand-dark) 0%, var(--brand) 100%); color: #fff; padding: 64px 0 72px; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: rgba(232, 98, 15, .18); }
.hero .wrap { position: relative; z-index: 1; display: grid; gap: 40px; grid-template-columns: 1.15fr .85fr; align-items: center; }
.hero h1 { color: #fff; }
.hero h1 em { font-style: normal; color: #ffb27a; }
.hero p.lead { font-size: 1.15rem; color: #dbe7e3; max-width: 34em; }
.hero .cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 18px; }
.hero .small-note { font-size: .95rem; color: #b9cec8; margin: 0; }
.eyebrow { display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #ffb27a; margin-bottom: 14px; }
.hero-card { background: #fff; color: var(--ink); border-radius: 20px; padding: 26px; box-shadow: 0 16px 44px rgba(0, 0, 0, .25); }
.hero-card h2 { font-size: 1.25rem; margin-bottom: 14px; }
.steps { list-style: none; margin: 0; padding: 0; counter-reset: s; }
.steps li { counter-increment: s; display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 12px 0; border-top: 1px solid var(--line); }
.steps li:first-child { border-top: 0; padding-top: 0; }
.steps li::before { content: counter(s); width: 38px; height: 38px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-weight: 800; }
.steps strong { display: block; color: var(--brand-dark); }
.steps span { color: var(--ink-soft); font-size: .96rem; }

/* Sections */
section { padding: 68px 0; }
.section-head { max-width: 44em; margin-bottom: 36px; }
.section-head p { color: var(--ink-soft); font-size: 1.08rem; }
.alt { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.grid { display: grid; gap: 20px; }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.alt .card { box-shadow: none; background: var(--bg); }
.card .ico { width: 46px; height: 46px; border-radius: 12px; background: #e6f0ed; color: var(--brand); display: grid; place-items: center; margin-bottom: 14px; }
.card .ico svg { width: 26px; height: 26px; }
.card p { color: var(--ink-soft); margin: 0; }

/* Comparison */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.compare .card.us { border: 2px solid var(--brand); }
.compare h3 { display: flex; align-items: center; gap: 8px; }
.tag { font-size: .72rem; font-weight: 800; padding: 3px 9px; border-radius: 999px; background: var(--accent); color: #fff; letter-spacing: .04em; text-transform: uppercase; }
.tag-muted { background: #7b8794; }
.compare ul, .list { margin: 0; padding-inline-start: 1.2em; color: var(--ink-soft); }
.compare li, .list li { margin-bottom: .45em; }

/* Checklist */
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.checks li { position: relative; padding-inline-start: 32px; }
.checks li::before { content: ""; position: absolute; inset-inline-start: 0; top: .3em; width: 20px; height: 20px; border-radius: 50%; background: var(--wa) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 10.4l3 3 6-6.4' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat; }

/* Callout / CTA band */
.band { background: var(--brand); color: #fff; border-radius: 22px; padding: 44px 34px; text-align: center; }
.band h2 { color: #fff; }
.band p { color: #cfe0db; max-width: 36em; margin-left: auto; margin-right: auto; }
.band .cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 22px; }
.notice { background: #fff6ec; border: 1px solid #f3d3b3; border-radius: var(--radius); padding: 18px 22px; color: #6a3a10; }

/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 14px 0 0; }
.chips li { background: var(--bg); border: 1px solid var(--line); padding: 6px 13px; border-radius: 999px; font-size: .94rem; }

/* FAQ */
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 22px; margin-bottom: 12px; }
.faq summary { cursor: pointer; padding: 18px 0; font-weight: 700; color: var(--brand-dark); list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; line-height: 1; color: var(--accent); }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { color: var(--ink-soft); padding-bottom: 18px; margin: 0; }

/* Page hero (subpages) */
h1, h2, h3 { overflow-wrap: break-word; hyphens: auto; }
.page-hero { background: var(--brand); color: #fff; padding: 52px 0; }
.page-hero h1 { color: #fff; font-size: clamp(1.9rem, 4.4vw, 2.8rem); margin-bottom: .3em; }
.page-hero p { color: #cfe0db; max-width: 40em; font-size: 1.1rem; margin: 0; }

/* Contact */
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list .ico { width: 42px; height: 42px; border-radius: 12px; background: #e6f0ed; color: var(--brand); display: grid; place-items: center; flex: none; }
.contact-list .ico svg { width: 22px; height: 22px; }
.contact-list a { font-weight: 700; }
.photo-tips { counter-reset: p; list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.photo-tips li { counter-increment: p; display: grid; grid-template-columns: 34px 1fr; gap: 12px; }
.photo-tips li::before { content: counter(p); width: 34px; height: 34px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: .95rem; }


/* Voorbeelden (voor en na) */
.jobs { display: grid; gap: 28px; }
.job h2 { font-size: clamp(1.3rem, 2.6vw, 1.7rem); margin-bottom: .3em; }
.job > p { color: var(--ink-soft); max-width: 46em; }
.pairs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 8px; }
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.shot { position: relative; display: block; padding: 0; border: 0; margin: 0; width: 100%; aspect-ratio: 3 / 4; border-radius: 12px; overflow: hidden; background: #e9e5da; cursor: zoom-in; font: inherit; }
.shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.shot:hover img { transform: scale(1.03); }
.shot:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.badge { position: absolute; inset-inline-start: 8px; top: 8px; padding: 4px 11px; border-radius: 999px; font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: #fff; }
.badge-voor { background: rgba(22, 32, 43, .82); }
.badge-na { background: var(--wa); }
#lightbox { border: 0; padding: 0; background: transparent; max-width: min(94vw, 760px); max-height: 94vh; overflow: visible; }
#lightbox::backdrop { background: rgba(10, 16, 22, .86); }
#lightbox img { display: block; width: 100%; max-height: 80vh; object-fit: contain; border-radius: 12px; background: #000; }
.lb-cap { color: #fff; text-align: center; margin: 10px 0 0; font-size: .98rem; }
.lb-close { position: absolute; inset-inline-end: 0; top: -44px; width: 40px; height: 40px; border-radius: 50%; border: 0; background: #fff; color: var(--ink); font-size: 1.6rem; line-height: 1; cursor: pointer; }

/* Taalkiezer */
.lang { position: relative; display: inline-flex; }
.dd-btn { display: inline-flex; align-items: center; gap: 8px; height: 46px; padding: 0 14px; font: inherit; font-size: .95rem; font-weight: 700; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; transition: border-color .15s, box-shadow .15s; }
.dd-btn:hover { border-color: var(--brand); }
.dd-btn:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.dd-btn[aria-expanded="true"] { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(23, 72, 63, .12); }
.dd-btn svg { width: 18px; height: 18px; flex: none; }
.dd-globe { color: var(--brand); }
.dd-chev { width: 14px; height: 14px; opacity: .6; transition: transform .2s; }
.dd-btn[aria-expanded="true"] .dd-chev { transform: rotate(180deg); }
.dd-short { display: none; }
.dd-list { position: absolute; top: calc(100% + 8px); inset-inline-end: 0; z-index: 80; min-width: 220px; max-height: min(70vh, 460px); overflow-y: auto; margin: 0; padding: 6px; list-style: none; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 40px rgba(16, 40, 34, .18), 0 2px 6px rgba(16, 40, 34, .08); transform-origin: top; animation: dd-in .14s ease-out; }
.dd-list[hidden] { display: none; }
@keyframes dd-in { from { opacity: 0; transform: translateY(-6px) scale(.98); } to { opacity: 1; transform: none; } }
.dd-opt { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; cursor: pointer; font-weight: 600; color: var(--ink); }
.dd-opt:hover, .dd-opt:focus-visible { background: var(--bg); outline: none; }
.dd-opt[aria-selected="true"] { color: var(--brand); background: #e8f1ee; }
.dd-name { flex: 1; }
.dd-code { font-size: .72rem; font-weight: 800; letter-spacing: .06em; color: var(--ink-soft); min-width: 22px; text-align: center; padding: 2px 6px; border-radius: 6px; background: var(--bg); }
.dd-opt[aria-selected="true"] .dd-code { background: var(--brand); color: #fff; }
.dd-tick { width: 16px; height: 16px; flex: none; color: var(--brand); visibility: hidden; }
.dd-opt[aria-selected="true"] .dd-tick { visibility: visible; }
@media (max-width: 720px) { .dd-btn { height: 42px; padding: 0 12px; } }

/* Footer */
.site-footer { background: var(--brand-dark); color: #b9cec8; padding: 52px 0 96px; }
.site-footer h3 { color: #fff; font-size: 1rem; }
.site-footer a { color: #e4efec; }
.site-footer a:hover { color: #ffb27a; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 6px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
.legal a { color: #e4efec; text-decoration: underline; text-underline-offset: 3px; }
.legal .sep { margin: 0 6px; opacity: .6; }
.legal { border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 32px; padding-top: 18px; font-size: .88rem; }

/* Mobile sticky bar */
.mobile-bar { display: none; }

@media (max-width: 1300px) {
  .menu-toggle { display: inline-block; }
  .menu { display: none; position: absolute; left: 0; right: 0; top: 68px; background: #fff; flex-direction: column; align-items: stretch; padding: 10px 20px 18px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .menu.open { display: flex; }
  .lang { margin-inline-start: auto; order: 1; }
  .nav-cta { order: 2; }
  .menu-toggle { order: 3; }
}
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .g3, .g4 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  body { font-size: 16.5px; }
  section { padding: 48px 0; }
  .hero { padding: 40px 0 48px; }
  .g2, .g3, .g4, .compare, .footer-grid, .pairs { grid-template-columns: 1fr; }
  .nav-cta { display: none; }
  .band { padding: 34px 20px; }
  .mobile-bar { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(0, 0, 0, .08); }
  .mobile-bar .btn { padding: 13px 10px; font-size: .98rem; }
}
@media (max-width: 480px) {
  .nav { gap: 8px; }
  .brand { font-size: .95rem; gap: 8px; }
  .brand-logo { width: 40px; height: 40px; }
  .dd-btn { padding: 0 10px; gap: 6px; }
  .dd-cur, .dd-chev { display: none; }
  .dd-short { display: inline; font-size: .85rem; }
  .dd-list { min-width: 200px; }
  /* Menuknop wordt een hamburger-icoon */
  .menu-toggle { font-size: 0; width: 44px; height: 42px; padding: 0; display: inline-flex; align-items: center; justify-content: center; }
  .menu-toggle::before { content: ""; width: 20px; height: 14px; background: linear-gradient(currentColor 0 0) top / 100% 2px no-repeat, linear-gradient(currentColor 0 0) center / 100% 2px no-repeat, linear-gradient(currentColor 0 0) bottom / 100% 2px no-repeat; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn { transition: none; } }
