/* Overse component- en utility-classes.
   Bouwt voort op de design-tokens uit het design system en wordt vóór site.css
   geladen, zodat de responsive regels in site.css hier waar nodig overheen gaan.
   Uitsluitend bestaande tokens; geen losse kleuren of maten. */

/* ---------- Iconen ---------- */
.ov-ico { vertical-align: middle; flex-shrink: 0; }
.ov-ico-cadet { color: var(--cadet-blue); margin-top: 1px; vertical-align: middle; flex-shrink: 0; }
.ov-ico-orange { color: var(--orange); margin-top: 1px; vertical-align: middle; flex-shrink: 0; }

/* ---------- Kleur-utilities ---------- */
.ov-orange { color: var(--orange); }
.ov-cadet { color: var(--cadet-blue); }
.ov-white { color: var(--white); }
.ov-dark { color: var(--dark-slate-grey); }
.ov-faint { color: var(--text-faint); }
.ov-muted { color: var(--text-muted); }
.ov-strong { color: var(--dark-slate-grey); font-weight: 600; }

/* ---------- Layout-helpers ---------- */
.ov-rel { position: relative; }
.ov-h64 { height: 64px; align-self: flex-start; }
.ov-h-140 { height: 140px; }
.ov-cover { width: 100%; height: 100%; object-fit: cover; }
.ov-container { max-width: 1392px; margin: 0 auto; }
.ov-inline { display: inline-flex; align-items: center; }
.ov-row { display: flex; align-items: center; gap: 8px; }
.ov-row-14 { display: flex; align-items: center; gap: 14px; }
.ov-row-mb12 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ov-row-wrap { display: flex; gap: 14px; flex-wrap: wrap; }
.ov-row-start-10 { display: flex; gap: 10px; align-items: flex-start; }
.ov-row-start-14 { display: flex; gap: 14px; align-items: flex-start; }
.ov-stack-12 { display: flex; flex-direction: column; gap: 12px; }
.ov-media-end { display: flex; justify-content: flex-end; position: relative; }
.ov-headrow { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; margin-bottom: 28px; }
.ov-morelink { font-weight: 600; color: var(--cadet-blue); display: flex; align-items: center; gap: 4px; }
.ov-mb-10 { margin-bottom: 10px; }
.ov-mb-12 { margin-bottom: 12px; }
.ov-mb-14 { margin-bottom: 14px; }

/* ---------- Sectie-ruimte (padding-block) ---------- */
.ov-sec { padding-block: 44px; }
.ov-sec-sm { padding-block: 12px 28px; }
.ov-sec-md { padding-block: 44px 64px; }
.ov-sec-lg { padding-block: 72px 88px; }
.ov-sec-tail { padding-block: 0 80px; }
.ov-sec-top { padding-block: 64px 0; }
.ov-sec-split { padding-block: 64px 44px; }
.ov-sec-alt { padding-block: 64px 20px; }
.ov-sec-grid-320 { padding-block: 80px 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 48px; align-items: start; }

/* ---------- Responsieve auto-fit grids ---------- */
.ov-grid-320 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 48px; align-items: center; }
.ov-grid-300 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 22px; }
.ov-grid-260 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 22px; }
.ov-grid-240 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 18px; }
.ov-grid-230 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 22px; }

/* ---------- Koppen ---------- */
.ov-h1 { margin: 0 0 18px; font-size: clamp(32px, 3.6vw, 44px); line-height: 1.2; letter-spacing: -.015em; font-weight: 800; }
.ov-h2-32 { margin: 0 0 16px; font-size: 32px; font-weight: 800; letter-spacing: -.015em; }
.ov-h2-28 { margin: 0 0 24px; font-size: 28px; font-weight: 800; letter-spacing: -.015em; }
.ov-h2-narrow { margin: 0; font-size: 32px; font-weight: 800; letter-spacing: -.015em; max-width: 18ch; }
.ov-h3 { margin: 0 0 10px; font-size: 18px; }
.ov-h3-19 { margin: 0 0 10px; font-size: 19px; }
.ov-h3-17 { margin: 0 0 6px; font-size: 17px; font-weight: 800; }
.ov-card-title { font-weight: 800; font-size: 16.5px; margin-bottom: 8px; }
.ov-eyebrow { color: var(--orange); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; font-size: 14px; }
.ov-eyebrow-sm { color: var(--orange); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; font-size: 13px; }

/* ---------- Lopende tekst ---------- */
.ov-lead { margin: 0 0 16px; color: var(--neutral-700); font-size: 16.5px; line-height: 1.75; }
.ov-intro { margin: 0 0 28px; color: var(--text-muted); font-size: 17px; line-height: 1.7; max-width: 52ch; }
.ov-p-sm { margin: 0 0 14px; font-size: 13.5px; line-height: 1.6; }
.ov-muted-15 { margin: 0; color: var(--text-muted); font-size: 15px; line-height: 1.65; }
.ov-muted-15-16 { margin: 0; color: var(--text-muted); font-size: 15px; line-height: 1.6; }
.ov-muted-sm { margin: 0; color: var(--text-muted); font-size: 14.5px; line-height: 1.6; }
.ov-desc { display: block; color: var(--text-muted); font-size: 14.5px; line-height: 1.6; margin-top: 2px; }
.ov-label { display: block; font-weight: 700; font-size: 15.5px; }
.ov-bold-15 { font-weight: 700; font-size: 15px; }
.ov-faint-note { color: var(--text-faint); font-size: 12px; line-height: 1.5; }
.ov-danger { color: var(--danger); font-size: 12.5px; line-height: 1.5; font-weight: 600; }
.ov-crumb { display: flex; align-items: center; gap: 6px; font-size: 13.5px; color: var(--text-faint); margin-bottom: 28px; }
/* Tekst op donkere vlakken */
.ov-ondark-lg { color: rgba(255, 255, 255, .8); font-size: 17px; line-height: 1.65; margin: 0 0 30px; max-width: 50ch; }
.ov-ondark-sm { color: rgba(255, 255, 255, .7); font-size: 14px; line-height: 1.5; }

/* ---------- Knoppen ---------- */
/* De :hover herbevestigt de tekstkleur zodat een <a> zonder hover-class niet via
   de globale a:hover-regel verkleurt; de achtergrond-hover blijft in hover.css. */
.ov-btn { background: var(--orange); color: var(--white); font-weight: 700; font-size: 13.5px; padding: 10px 18px; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px; }
.ov-btn:hover { color: var(--white); }
.ov-btn-lg { display: inline-flex; align-items: center; justify-content: center; height: 54px; padding: 0 28px; background: var(--orange); color: var(--white); font-weight: 700; font-size: 16px; border-radius: 999px; box-sizing: border-box; }
.ov-btn-lg:hover { color: var(--white); }
.ov-btn-ico { display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: var(--white); font-weight: 700; font-size: 16px; height: 52px; padding: 0 28px; box-sizing: border-box; border-radius: 999px; }
.ov-btn-ico:hover { color: var(--white); }
.ov-btn-block { display: inline-flex; align-items: center; justify-content: center; width: 100%; box-sizing: border-box; height: 50px; padding: 0 24px; background: var(--orange); color: var(--white); font-weight: 700; font-size: 15px; border-radius: 999px; }
.ov-btn-block:hover { color: var(--white); }
.ov-btn-outline { border: 1.5px solid var(--orange); color: var(--orange); font-weight: 700; font-size: 13.5px; padding: 9px 18px; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px; }
.ov-btn-outline:hover { color: var(--orange); }
.ov-btn-form { background: var(--orange); color: var(--white); border: none; font-weight: 700; font-size: 16px; padding: 12px 20px; border-radius: 999px; cursor: pointer; align-self: flex-start; }
.ov-btn-ds { display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-family: var(--font-display); font-weight: var(--fw-semibold); font-size: var(--text-sm); line-height: 1; padding: 8px 16px; width: auto; border-radius: var(--radius-pill); cursor: pointer; background: var(--color-accent); color: var(--text-on-accent); border: 1.5px solid transparent; }

/* ---------- Chips en badges ---------- */
.ov-chip { display: inline-flex; align-items: center; gap: 6px; background: var(--white); color: var(--dark-slate-grey); font-size: 13.5px; font-weight: 600; padding: 8px 15px; border-radius: 999px; }
.ov-chip-line { display: inline-flex; align-items: center; gap: 10px; background: var(--white); border: 1px solid var(--neutral-200); border-radius: 999px; padding: 7px 16px; font-size: 13px; font-weight: 600; margin-bottom: 18px; }
.ov-chip-smoke { background: var(--white-smoke); border: 1px solid var(--neutral-200); border-radius: 999px; padding: 6px 13px; font-size: 13px; font-weight: 600; color: var(--dark-slate-grey); display: inline-flex; align-items: center; gap: 6px; }
.ov-badge { background: var(--orange); color: var(--white); font-size: 11.5px; font-weight: 700; line-height: 1; padding: 4px 7px; border-radius: 999px; }

/* ---------- Kaarten ---------- */
/* Basiskaart + losse hoek- en padding-modifiers; de hoeken spiegelen per positie. */
.ov-card { background: var(--white); border: 1px solid var(--neutral-200); }
.ov-r-36a { border-radius: 36px 12px 36px 12px; }
.ov-r-36b { border-radius: 12px 36px 12px 36px; }
.ov-r-24a { border-radius: 24px 8px 24px 8px; }
.ov-p-32 { padding: 32px; }
.ov-p-30 { padding: 30px; }
.ov-p-26 { padding: 26px; }
.ov-linkcard { background: var(--white); padding: 20px 24px; display: flex; gap: 14px; align-items: flex-start; }
.ov-linkcard--a { border-radius: 20px 8px 20px 8px; }
.ov-linkcard--b { border-radius: 8px 20px 8px 20px; }
.ov-factcard { background: var(--white); padding: 16px 22px; display: flex; gap: 12px; align-items: center; font-size: 15px; font-weight: 600; }
.ov-factcard--a { border-radius: 8px 20px 8px 20px; }
.ov-factcard--b { border-radius: 20px 8px 20px 8px; }

/* ---------- Genummerde tegel ---------- */
.ov-numtile { width: 38px; height: 38px; background: var(--orange); color: var(--white); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; margin-bottom: 18px; }
.ov-numtile--a { border-radius: 13px 5px 13px 5px; }
.ov-numtile--b { border-radius: 5px 13px 5px 13px; }

/* ---------- Beeld en avatars ---------- */
.ov-imgframe { border-radius: 64px 16px 64px 16px; overflow: hidden; aspect-ratio: 4/3.3; }
.ov-imgframe--32 { border-radius: 64px 16px 64px 16px; overflow: hidden; aspect-ratio: 4/3.2; }
.ov-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; object-position: center top; flex-shrink: 0; }
.ov-avatar-ini { width: 44px; height: 44px; border-radius: 50%; background: var(--cadet-blue); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; flex-shrink: 0; }

/* ---------- Donkere panelen, licht paneel en deco-vormen ---------- */
.ov-darkpanel { background: var(--dark-slate-grey); border-radius: 72px 20px 72px 20px; padding: clamp(36px, 5vw, 72px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 48px; align-items: center; position: relative; overflow: hidden; }
.ov-litepanel { background: var(--alice-blue); border-radius: 72px 20px 72px 20px; padding: clamp(36px, 5vw, 72px); position: relative; overflow: hidden; }
.ov-darkcard { background: var(--dark-slate-grey); border-radius: 32px 12px 32px 12px; padding: 32px 30px; color: var(--white); position: relative; overflow: hidden; }
.ov-darkstrip { background: linear-gradient(rgba(255, 255, 255, .08), rgba(255, 255, 255, .08)), var(--dark-slate-grey); border-radius: 20px 56px 20px 56px; padding: 32px 36px; display: flex; align-items: center; gap: 20px; max-width: 360px; border: 1px solid rgba(255, 255, 255, .14); }
.ov-blob { position: absolute; }
.ov-blob--tr { right: -70px; top: -90px; width: 320px; height: 320px; background: linear-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, .05)), var(--dark-slate-grey); border-radius: 110px 28px 110px 28px; }
.ov-blob--br { right: -80px; bottom: -70px; width: 320px; height: 320px; background: rgba(78, 129, 145, .10); border-radius: 110px 28px 110px 28px; }
.ov-blob--br-sm { right: -50px; bottom: -60px; width: 200px; height: 200px; background: rgba(78, 129, 145, .22); border-radius: 80px 20px 80px 20px; }
.ov-blob--bl { left: 34%; bottom: -120px; width: 260px; height: 260px; background: rgba(78, 129, 145, .25); border-radius: 24px 95px 24px 95px; }

/* ---------- Lijstrij met vinkje ---------- */
.ov-check-item { display: flex; gap: 12px; align-items: flex-start; color: var(--text-muted); font-size: 16px; line-height: 1.6; }

/* ========== Header ========== */
.ov-header { position: fixed; top: 16px; left: 24px; right: 24px; z-index: 50; }
.ov-headerpill { position: absolute; left: 0; right: 0; top: 0; max-width: 1392px; margin: 0 auto; background: var(--white); border-radius: 28px 12px 28px 12px; box-shadow: 0 10px 34px rgba(30, 55, 60, .12); padding: 10px 12px 10px 22px; }
.ov-header-row { display: flex; align-items: center; gap: 16px; justify-content: space-between; }
.ov-logolink { display: flex; flex-shrink: 0; }
.ov-logoimg { height: 26px; }
.ov-cta-header { flex-shrink: 0; }
/* Burger: alleen de vormgeving; het tonen/verbergen regelt site.css responsive. */
.ov-burger { align-items: center; justify-content: center; width: 42px; height: 42px; border: none; background: var(--white-smoke); border-radius: 12px; cursor: pointer; color: var(--dark-slate-grey); }
/* Desktop-navigatie: pill-links; actieve link krijgt .is-active, dropdowns --drop. */
.ov-nav-desktop { display: flex; align-items: center; gap: 2px; font-weight: 600; font-size: 13.5px; white-space: nowrap; }
.ov-nav-link { padding: 9px 9px; border-radius: 999px; color: inherit; }
.ov-nav-link.is-active { color: var(--cadet-blue); }
.ov-nav-link--drop { display: flex; align-items: center; gap: 3px; cursor: pointer; }

/* Mega-menu */
.ov-mega-grid { margin: 12px 4px 10px; padding: 24px 14px 18px; border-top: 1px solid var(--neutral-100); display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; }
.ov-mega-grid--hidden { display: none; }
.ov-mega-intro { border-right: 1px solid var(--neutral-100); padding-right: 26px; display: flex; flex-direction: column; justify-content: center; height: 100%; }
.ov-mega-head { font-weight: 800; font-size: 15px; color: var(--dark-slate-grey); line-height: 1.3; }
.ov-mega-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.ov-mega-col { display: flex; flex-direction: column; gap: 2px; }
.ov-mega-item { display: flex; gap: 12px; align-items: flex-start; padding: 10px 14px; border-radius: 16px 6px 16px 6px; }
.ov-mega-ico { width: 32px; height: 32px; object-fit: contain; flex-shrink: 0; }
.ov-mega-title { display: block; font-weight: 700; font-size: 14.5px; color: var(--dark-slate-grey); }
.ov-mega-desc { display: block; font-size: 12.5px; color: var(--text-muted); line-height: 1.5; margin-top: 1px; }
.ov-mega-link { padding: 10px 14px; border-radius: 16px 6px 16px 6px; font-weight: 600; font-size: 14.5px; }

/* Mobiele drawer */
.ov-drawer { border-top: 1px solid var(--neutral-100); margin-top: 10px; padding-top: 12px; }
.ov-drawer-list { display: flex; flex-direction: column; gap: 2px; font-weight: 600; font-size: 15px; }
.ov-drawer-btn { display: flex; align-items: center; justify-content: space-between; width: 100%; background: none; border: none; padding: 12px 10px; border-radius: 12px; font: inherit; color: inherit; cursor: pointer; text-align: left; }
.ov-drawer-btn--sep { border-top: 1px solid var(--neutral-100); margin-top: 6px; }
.ov-drawer-link { padding: 12px 10px; border-radius: 12px; }
.ov-drawer-link--sep { border-top: 1px solid var(--neutral-100); margin-top: 6px; }
.ov-drawer-sub { padding: 9px 10px 9px 24px; font-size: 14px; color: var(--text-muted); }
.ov-drawer-pad { padding: 12px 10px 16px; border-radius: 12px; }
.ov-drawer-cta { display: block; text-align: center; background: var(--orange); color: var(--white); font-weight: 700; font-size: 15px; padding: 14px; border-radius: 14px 6px 14px 6px; margin-top: 6px; }

/* ========== Footer ========== */
.ov-footer { background: var(--white); border-top: 1px solid var(--neutral-200); padding: 60px 32px 32px; }
.ov-foot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr)); gap: 44px; padding-bottom: 40px; }
.ov-foot-col { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.ov-foot-head { color: var(--dark-slate-grey); font-weight: 700; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 4px; }
.ov-foot-logo { height: 26px; margin-bottom: 16px; }
.ov-foot-tagline { margin: 0 0 18px; font-size: 14px; line-height: 1.6; max-width: 28ch; }
.ov-foot-contact { display: flex; flex-direction: column; gap: 9px; font-size: 14px; margin-top: 10px; }
.ov-foot-about { margin: 0 0 14px; font-size: 14px; line-height: 1.6; max-width: 34ch; }
.ov-ebook-note { display: none; gap: 10px; align-items: flex-start; background: var(--white-smoke); border-radius: 18px 8px 18px 8px; padding: 14px 16px; font-size: 14px; line-height: 1.5; }
.ov-ebook-form { display: flex; flex-direction: column; gap: 10px; align-items: stretch; max-width: 320px; }
.ov-legalbar { border-top: 1px solid var(--neutral-100); padding-top: 22px; display: flex; gap: 22px; flex-wrap: wrap; align-items: center; justify-content: flex-end; color: var(--text-faint); font-size: 13px; }

/* ---------- Vacaturepagina's ---------- */
.ov-vac-usp { display: flex; gap: 13px; align-items: center; font-size: 15.5px; color: var(--dark-slate-grey); line-height: 1.5; }
.ov-vac-tag { color: var(--orange); font-weight: 800; font-size: 14px; letter-spacing: .06em; }
.ov-vac-ico { width: 40px; height: 40px; border-radius: 12px 4px 12px 4px; background: var(--alice-blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ---------- Aanvullende kop-, tekst- en knopvarianten ---------- */
.ov-h1-16 { margin: 0 0 16px; font-size: clamp(32px, 3.6vw, 44px); line-height: 1.2; letter-spacing: -.015em; font-weight: 800; }
.ov-h2-a { margin: 0 0 14px; font-size: 32px; font-weight: 800; letter-spacing: -.015em; max-width: 24ch; }
.ov-h2-b { margin: 0 0 14px; font-size: 30px; font-weight: 800; letter-spacing: -.015em; max-width: 20ch; }
.ov-h2-30 { margin: 0; font-size: 30px; font-weight: 800; letter-spacing: -.015em; }
.ov-h2-white32 { color: var(--white); margin: 0 0 16px; font-size: 32px; font-weight: 800; letter-spacing: -.015em; max-width: 22ch; }
.ov-h2-white34 { color: var(--white); margin: 0 0 16px; font-size: 34px; font-weight: 800; letter-spacing: -.015em; max-width: 22ch; }
.ov-lead-flat { margin: 0; color: var(--neutral-700); font-size: 16.5px; line-height: 1.75; }
.ov-intro-wide { margin: 0 0 36px; color: var(--text-muted); font-size: 16.5px; line-height: 1.7; max-width: 62ch; }
.ov-body-slate { margin: 0; color: var(--slate-600); font-size: 16px; line-height: 1.7; max-width: 42ch; }
.ov-kv-grid { position: relative; max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 48px; align-items: start; }
/* Ghost-knoppen op donkere vlakken (:hover behoudt de tekstkleur; achtergrond via hover.css) */
.ov-btn-ghost { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-weight: 700; font-size: 16px; height: 54px; padding: 0 24px; box-sizing: border-box; background: var(--dark-slate-grey-tint); border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; }
.ov-btn-ghost:hover { color: var(--white); }
.ov-btn-ghost-line { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-weight: 700; font-size: 16px; padding: 15px 24px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 999px; }
.ov-btn-ghost-line:hover { color: var(--white); }
.ov-blob--br2 { right: -70px; bottom: -90px; width: 320px; height: 320px; background: rgba(78, 129, 145, .22); border-radius: 110px 28px 110px 28px; }

/* ---------- Toegankelijkheid: skip-link ---------- */
.ov-skiplink { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--dark-slate-grey); color: var(--white); font-weight: 700; font-size: 14px; padding: 10px 16px; border-radius: 8px; }
.ov-skiplink:focus { left: 8px; }

/* ---------- Mobiel (<= 600px) ----------
   De site verkleint body-tekst van 16.5-17px naar 15.5px en geeft gekleurde
   panelen die direct in een sectie staan wat smallere zijpadding. Deze regels
   houden dat gedrag aan voor de bijbehorende classes. */
@media (max-width: 600px) {
  .ov-card-title, .ov-ondark-lg, .ov-lead, .ov-intro, .ov-lead-flat, .ov-intro-wide { font-size: 15.5px; }
  .ov-main h3.ov-h3-17 { font-size: 15.5px !important; }
  .ov-wrap > .ov-p-26, .ov-wrap > .ov-p-30, .ov-wrap > .ov-p-32,
  .ov-wrap > .ov-darkpanel, .ov-wrap > .ov-darkcard, .ov-wrap > .ov-darkstrip,
  .ov-wrap > .ov-linkcard, .ov-wrap > .ov-factcard, .ov-wrap > .ov-litepanel { padding-left: 26px; padding-right: 26px; }
}
