/* ==========================================================================
   Kringloopwinkel Vaals — basisstijlen zonder thema (Oxygen-modus).
   Het ontwerpsysteem (.kv-* klassen) zit in Oxygen (bewerkbaar in de builder);
   hier staat wat daar niet thuishoort of niet geïmporteerd wordt: tokens als
   terugval, elementstijlen, media queries die Oxygen niet kent, en correcties
   op Oxygens element-defaults. Geladen vóór Oxygens selectors.css.
   ========================================================================== */
:root {
  --navy: #0c3864;  --navy-deep: #082a4c;  --navy-ink: #0a2f55;
  --blue: #0480ac;  --blue-deep: #03688c;  --blue-soft: #e3f1f7;
  --green: #88c030; --green-deep: #189040; --green-dark: #12702f; --green-soft: #eef6df;
  --tag: #ffd23f;   --tag-deep: #e6b400;   --tag-ink: #3a2c00;
  --paper: #faf8f3; --sand: #f2ede1; --sand-deep: #e6dfcd; --white: #fff;
  --ink: #152230;   --ink-2: #3f4d5b;      --ink-3: #66737f;
  --line: #e3e6e8;  --line-2: #cfd6db;     --danger: #b3261e;
  --shadow-1: 0 1px 2px rgba(12,56,100,.06), 0 8px 24px -12px rgba(12,56,100,.18);
  --shadow-2: 0 2px 4px rgba(12,56,100,.08), 0 22px 48px -18px rgba(12,56,100,.32);
  --r-s: 8px; --r-m: 14px; --r-l: 22px;
  --font-display: "KV Bricolage", "KV Figtree", system-ui, sans-serif;
  --font-body: "KV Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap: 1200px; --wrap-narrow: 760px; --wrap-wide: 1400px;
  --gutter: clamp(18px, 4vw, 40px);
  --header-h: 78px;
  --ease: cubic-bezier(.22,.68,.3,1);
}
html { scroll-padding-top: calc(var(--header-h) + 16px); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 1.0625rem; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.kv-menu-open { overflow: hidden; }
img, svg, video { max-width: 100%; height: auto; }
a { color: var(--navy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--blue-deep); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
button { font: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.1; color: var(--ink); letter-spacing: -.015em; margin: 0 0 .5em; text-wrap: balance; font-variation-settings: "opsz" 40; }
h1 { font-size: clamp(2.2rem, 4.8vw, 3.6rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.03; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.2rem; }
h4 { font-size: 1rem; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
strong, b { font-weight: 700; }
small { font-size: .875em; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
ul, ol { padding-left: 1.2em; }
li { margin-bottom: .35em; }
table { border-collapse: collapse; width: 100%; }
address { font-style: normal; }
.kv-sr, .kv-hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

/* Oxygens element-defaults die het ontwerp in de weg zitten */
.oxy-text { margin: 0; }
.oxy-container, .oxy-container-link { box-sizing: border-box; }
/* Iconen: Oxygen zet fill:currentColor en stroke-width:0 op elke svg; wij tekenen lijn-iconen. */
.kv-icon, .oxy-svg-icon.kv-icon { --oxy-icon-size: 1.25em; display: inline-flex; width: 1.25em; height: 1.25em; flex: none; vertical-align: -.2em; }
.kv-icon > svg, .oxy-svg-icon.kv-icon > svg { fill: none !important; stroke: currentColor !important; stroke-width: 1.8 !important; stroke-linecap: round; stroke-linejoin: round; }
.kv-icon.kv-flip { transform: scaleX(-1); }
/* Tekst-elementen die naast een icoon staan */
.oxy-text > .kv-icon { vertical-align: -.2em; }

/* Media queries die Oxygen niet importeert */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .kv-anim { opacity: 1; transform: none; }
}
@media print {
  .kv-topbar, .kv-header, .kv-mobile, .kv-contactbar, .kv-footer__bottom, .kv-hero__side, .oxygen-built-with-badge { display: none !important; }
  .kv-hero { min-height: 0; color: #000; background: none; }
  .kv-hero::after, .kv-hero__bg { display: none; }
  .kv-hero__title, .kv-hero__lead { color: #000; }
}
