/* ============================================================
   iVerantwoording — productpagina
   Accentkleur: #2e5d8e (rustig overheidsblauw)
   ============================================================ */

:root {
  --accent: #2C9488;
  --accent-dark: #237a70;
  --accent-darker: #1b5c54;
  --accent-tint: #e7f4f2;
  --accent-tint-2: #f2faf8;

  --ink: #1b2733;
  --ink-soft: #47576a;
  --line: #dbe3ec;
  --line-soft: #eaeef3;
  --bg: #ffffff;
  --bg-alt: #f6f9fc;

  --placeholder-bg: #fff7e6;
  --placeholder-border: #e5c46b;
  --placeholder-ink: #7a5b12;

  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 1px 2px rgba(27, 39, 51, .05), 0 12px 32px rgba(27, 39, 51, .07);
  --shadow-sm: 0 1px 2px rgba(27, 39, 51, .06), 0 4px 14px rgba(27, 39, 51, .05);

  --container: 1120px;
  --font: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3 { color: var(--ink); line-height: 1.2; letter-spacing: -.01em; margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 4.4vw, 3.1rem); font-weight: 700; overflow-wrap: break-word; }
h2 { font-size: clamp(1.5rem, 3vw, 2.15rem); font-weight: 700; }
h3 { font-size: 1.18rem; font-weight: 600; }
p { margin: 0 0 1rem; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

.accent { color: var(--accent); }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 700;
  color: var(--accent);
  margin: 0 0 .6rem;
}

.placeholder {
  display: inline-block;
  background: var(--placeholder-bg);
  border: 1px dashed var(--placeholder-border);
  color: var(--placeholder-ink);
  border-radius: 6px;
  padding: .05em .5em;
  font-size: .9em;
  font-weight: 600;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--accent);
  color: #fff;
  padding: .6rem 1rem;
  z-index: 1000;
  border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-weight: 600;
  font-size: 1rem;
  padding: .8rem 1.4rem;
  border-radius: var(--radius-sm);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease, transform .05s ease;
  text-decoration: none;
}
.btn:hover { text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); color: #fff; }
.btn-ghost { background: transparent; color: var(--accent); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--accent); background: var(--accent-tint); }
.btn-sm { padding: .55rem 1rem; font-size: .95rem; }

/* ---------- Header (transparant over de hero, scrollt mee, donkere balk na scrollen) ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  transition: background-color .25s ease, box-shadow .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(7, 11, 15, .9);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom-color: rgba(255, 255, 255, .08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.15rem;
  color: #fff;
  letter-spacing: -.01em;
}
.brand:hover { text-decoration: none; }
.brand-mark {
  color: #fff;
  font-weight: 700;
  font-style: normal;
}
.brand-name { color: #fff; }

.site-nav { display: flex; align-items: center; gap: 1.6rem; }
.site-nav a { color: rgba(255, 255, 255, .82); font-weight: 500; font-size: .98rem; }
.site-nav a:hover { color: #fff; text-decoration: none; }
.site-nav a.btn { color: #fff; }
.site-nav a.btn-primary:hover { color: #fff; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}
.nav-toggle span { width: 24px; height: 2px; background: #fff; border-radius: 2px; }

.mobile-nav { display: none; flex-direction: column; padding: 8px 24px 16px; background: rgba(8, 12, 17, .96); backdrop-filter: saturate(180%) blur(8px); }
.mobile-nav a { padding: .7rem 0; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.mobile-nav a:last-child { border-bottom: 0; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background-color: #05080b;
  background-image:
    linear-gradient(90deg, rgba(5,8,11,.94) 0%, rgba(5,8,11,.82) 38%, rgba(5,8,11,.35) 66%, rgba(5,8,11,.10) 100%),
    url("img/productieverantwoording_lander_V3.png");
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center, right center;
  background-attachment: fixed, fixed;
  border-radius: 0 0 32px 32px;
}
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 720px);
  align-items: center;
  min-height: min(90vh, 840px);
  padding: clamp(112px, 12vw, 160px) 24px clamp(64px, 8vw, 104px);
}
.hero-copy .eyebrow { color: var(--accent); }
.hero-copy h1 { color: #ffffff; font-size: clamp(2rem, 3.7vw, 3rem); }
.hero-copy h1 .accent { color: #ffffff; }
.hero-copy .lead { font-size: 1.15rem; color: rgba(255,255,255,.85); max-width: 34em; }
.hero-tagline { font-size: 1.18rem; color: rgba(255, 255, 255, .82); margin: 1rem 0 0; max-width: 40ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 1.6rem 0 1.2rem; }
.initiative { font-size: .95rem; color: rgba(255,255,255,.7); margin-top: 1.4rem; }
.initiative-org { color: #fff; font-weight: 600; }
.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 4vw, 34px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  background: rgba(5, 8, 11, .22);
  transform: translateX(-50%);
  transition: background-color .15s ease, border-color .15s ease, transform .15s ease;
  animation: heroScrollCue 1.8s ease-in-out infinite;
}
.hero-scroll:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .8);
  text-decoration: none;
}
.hero-scroll span {
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}
@keyframes heroScrollCue {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 8px); }
}

.btn-ghost-light { color: #fff; border-color: rgba(255,255,255,.5); }
.btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.12); }

/* ---------- Sections ---------- */
.section { padding: clamp(56px, 8vw, 96px) 0; scroll-margin-top: 84px; }
.section-alt { background: var(--bg-alt); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.section-dark { background: #0a0f14; }
.section-dark h2 { color: #fff; }
.section-dark .eyebrow { color: var(--accent); }
.section-head { max-width: 46rem; margin-bottom: 2.4rem; }
.section-intro { font-size: 1.1rem; color: var(--ink-soft); }

.problem-intro {
  background: var(--bg-alt);
  border-bottom: 1px solid var(--line-soft);
  padding: clamp(52px, 7vw, 84px) 0;
}
.intro-content {
  max-width: 800px;
  border-left: 4px solid var(--accent);
  padding-left: clamp(22px, 4vw, 36px);
}
.intro-content h2 {
  max-width: 760px;
  margin-bottom: 1rem;
}
.intro-content p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ---------- Pillswitch ---------- */
.pillswitch {
  position: relative;
  display: flex;
  width: fit-content;
  gap: 4px;
  padding: 5px;
  background: var(--accent-tint);
  border: 1px solid var(--line);
  border-radius: 999px;
  margin: 0 auto 2.4rem;
}
.pill-indicator {
  position: absolute;
  top: 5px;
  left: 0;
  height: 0;
  width: 0;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: var(--shadow-sm);
  transition: left .34s cubic-bezier(.34, 1.2, .4, 1), width .34s cubic-bezier(.34, 1.2, .4, 1);
  z-index: 0;
}
.pill {
  position: relative;
  z-index: 1;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: 1rem;
  padding: .6rem 1.5rem;
  border-radius: 999px;
  cursor: pointer;
  transition: color .28s ease;
}
.pill:hover { color: var(--accent); }
.pill.is-active { color: #fff; }
.pill.is-active:hover { color: #fff; }
.pill:focus-visible { outline: 2px solid var(--accent-dark); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { .pill-indicator { transition: none; } }

.tabpanel[hidden] { display: none; }

/* Overgang bij het wisselen van editie: paneel faded, cards komen één voor één van boven in */
.tabpanel:not([hidden]) { animation: panelFade .3s ease both; }
.tabpanel:not([hidden]) .feature { animation: cardDrop .5s cubic-bezier(.2, .7, .3, 1) both; }
.tabpanel:not([hidden]) .feature-grid .feature:nth-child(1) { animation-delay: .05s; }
.tabpanel:not([hidden]) .feature-grid .feature:nth-child(2) { animation-delay: .14s; }
.tabpanel:not([hidden]) .feature-grid .feature:nth-child(3) { animation-delay: .23s; }
.tabpanel:not([hidden]) .feature-grid .feature:nth-child(4) { animation-delay: .32s; }
.tabpanel:not([hidden]) .panel-note { animation: panelFade .4s ease .3s both; }

@keyframes panelFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes cardDrop {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .tabpanel:not([hidden]),
  .tabpanel:not([hidden]) .feature,
  .tabpanel:not([hidden]) .panel-note { animation: none; }
}
.panel-lede {
  font-size: 1.12rem;
  color: var(--ink-soft);
  max-width: 52rem;
  margin-bottom: 2rem;
}
.panel-lede strong { color: var(--ink); }
.panel-note {
  margin-top: 1.8rem;
  padding: 1rem 1.2rem;
  background: var(--accent-tint);
  border-left: 3px solid var(--accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: var(--ink-soft);
  font-size: .98rem;
}

/* ---------- Feature grid ---------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.feature {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
}
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: var(--accent-tint);
  color: var(--accent);
}
.feature-icon svg { width: 24px; height: 24px; }
.feature-head { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 1rem; }
.feature-head h3 { padding-top: 11px; }
.feature-head .feature-icon { margin-bottom: 0; flex: none; }
.feature-head h3 { margin-bottom: 0; }
.feature h3 { color: var(--accent-darker); margin-bottom: .8rem; }
.feature ul { margin: 0; padding: 0; list-style: none; }
.feature li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: .7rem;
  color: var(--ink-soft);
}
.feature li:last-child { margin-bottom: 0; }
.feature li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--accent);
}

/* ---------- Why ---------- */
.why-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px 56px;
  align-items: start;
}
.why-intro h2 { margin: 0; }
.why-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.why-card {
  background: #121922;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--radius);
  padding: 26px 28px;
}
.why-head { display: flex; align-items: flex-start; gap: 14px; margin-bottom: .8rem; }
.why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: none;
  border-radius: 12px;
  background: rgba(44, 148, 136, .16);
  color: var(--accent);
}
.why-icon svg { width: 24px; height: 24px; }
.why-head h3 { margin: 0; padding-top: 11px; }
.why-card h3 { color: #fff; }
.why-card p { color: rgba(255, 255, 255, .74); margin: 0; }

.regie-band {
  background: #fff;
  padding: clamp(44px, 7vw, 72px) 0 clamp(24px, 4vw, 44px);
}
.regie {
  margin: 0;
  padding: 1.6rem 1.8rem;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  font-size: 1.12rem;
  color: var(--ink);
  font-style: italic;
  box-shadow: var(--shadow-sm);
}

/* ---------- CTA ---------- */
.cta-band {
  padding: 0;
  background-color: #fff;
  background-image: url("img/productieverantwoording_laptop_white_V3.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink);
}
.cta-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: min(56vw, 520px);
}
.cta-text { width: min(100%, 440px); }
.cta-band h2 { color: var(--ink); }
.cta-band p { color: var(--ink-soft); font-size: 1.1rem; margin-bottom: 1.6rem; }
.cta-band .btn-primary { background: var(--accent); color: #fff; }
.cta-band .btn-primary:hover { background: var(--accent-dark); color: #fff; }

/* ---------- FAQ ---------- */
.faq { max-width: 52rem; }
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 1.3rem;
  font-weight: 600;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--accent);
  line-height: 1;
  transition: transform .2s ease;
}
.faq details[open] summary::after { content: "–"; }
.faq summary:hover { color: var(--accent); }
.faq-body { padding: 0 1.3rem 1.2rem; color: var(--ink-soft); overflow: hidden; }
.faq details.faq-animating .faq-body { transition: height .32s ease; }
@media (prefers-reduced-motion: reduce) { .faq details.faq-animating .faq-body { transition: none; } }
.faq-body p:last-child { margin-bottom: 0; }
.faq-sub { font-weight: 700; color: var(--ink); margin: 1.1rem 0 .15rem; }
.faq-sub:first-child { margin-top: 0; }

/* FAQ op donkere achtergrond */
.section-dark .faq details { background: #121922; border-color: rgba(255, 255, 255, .09); }
.section-dark .faq summary { color: #fff; }
.section-dark .faq summary:hover { color: var(--accent); }
.section-dark .faq-body { color: rgba(255, 255, 255, .74); }
.section-dark .faq-sub { color: #fff; }
.section-dark .faq-body a { color: var(--accent); }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start;
}
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.cd-item { display: flex; flex-direction: column; gap: 3px; }
.cd-label {
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--accent);
}
.cd-value { color: var(--ink); line-height: 1.5; }

/* Formulier */
.contact-form-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-sm);
}
.contact-form-wrap.is-resizing { overflow: hidden; transition: height .34s ease; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.contact-form.is-resizing { overflow: hidden; transition: height .34s ease; }
.contact-form > :not(.cf-status) { transition: opacity .18s ease, transform .18s ease; }
.contact-form.is-collapsing > :not(.cf-status) {
  opacity: 0;
  transform: translateY(-6px);
}
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-weight: 600; font-size: .95rem; color: var(--ink); }
.form-field .optional { font-weight: 400; color: var(--ink-soft); }
.contact-form input,
.contact-form textarea {
  font: inherit;
  color: var(--ink);
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  padding: .7rem .85rem;
  width: 100%;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(44, 148, 136, .15);
}
.contact-form input:user-invalid,
.contact-form textarea:user-invalid {
  border-color: #c0392b;
}
.contact-form .btn-primary { align-self: flex-start; margin-top: 4px; }
.contact-form button[disabled] { opacity: .6; cursor: progress; }
.cf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.cf-status { margin: 0; font-size: .95rem; min-height: 1.2em; }
.cf-status.is-error { color: #c0392b; }
.cf-status.is-success { color: var(--accent-dark); font-weight: 600; }

/* Na succesvol verzenden: velden verbergen, alleen bevestiging tonen */
.contact-form.is-sent > :not(.cf-status) { display: none; }
.contact-form.is-sent { align-items: flex-start; }
.contact-form.is-sent .cf-status.is-success {
  font-size: 1.05rem;
  line-height: 1.6;
  padding: 8px 14px 8px 44px;
  position: relative;
  animation: successMessageIn .22s ease both;
}
.contact-form.is-sent .cf-status.is-success::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>") center / 15px no-repeat;
}
@keyframes successMessageIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-scroll {
    animation: none;
  }
  .contact-form-wrap.is-resizing,
  .contact-form.is-resizing,
  .contact-form > :not(.cf-status),
  .contact-form.is-sent .cf-status.is-success {
    transition: none;
    animation: none;
  }
}

/* ---------- Footer ---------- */
.site-footer {
  background: #0a0f14;
  color: rgba(255, 255, 255, .82);
  padding: 48px 0 32px;
}
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 32px; align-items: start; }
.site-footer .brand { color: #fff; }
.site-footer .brand-name { color: #fff; }
.footer-brand p { margin-top: .8rem; max-width: 34em; color: rgba(255, 255, 255, .72); font-size: .95rem; }
.footer-nav { display: flex; flex-direction: column; gap: .6rem; }
.footer-nav a { color: rgba(255, 255, 255, .82); }
.footer-nav a:hover { color: #fff; }
.footer-legal {
  grid-column: 1 / -1;
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: .88rem;
  color: rgba(255, 255, 255, .62);
}
.footer-legal .placeholder { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.35); color: #fff; }

/* ---------- Footer: artikelen-kolom ---------- */
.footer-articles { display: flex; flex-direction: column; gap: .6rem; }
.footer-articles .footer-heading { color: #fff; font-weight: 600; font-size: .95rem; margin: 0 0 .2rem; }
.footer-articles a { color: rgba(255, 255, 255, .82); }
.footer-articles a:hover { color: #fff; }

/* ---------- Artikelkaarten (homepage) ---------- */
.article-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.article-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  background:
    linear-gradient(90deg, rgba(5,8,11,.9) 0%, rgba(5,8,11,.72) 46%, rgba(5,8,11,.18) 100%),
    var(--card-img) center / cover no-repeat,
    #0a0f14;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  padding: 26px 28px;
  text-decoration: none;
  color: #fff;
  box-shadow: var(--shadow-sm);
  transition: border-color .15s ease, box-shadow .15s ease, transform .1s ease;
}
.article-card:hover {
  text-decoration: none;
  border-color: rgba(44, 148, 136, .9);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
.ac-eyebrow {
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: var(--accent);
}
.article-card h3 {
  max-width: 17rem;
  margin: .5rem 0 .5rem;
  color: #fff;
  font-size: 1.18rem;
}
.article-card p {
  max-width: 19rem;
  color: rgba(255, 255, 255, .8);
  margin: 0 0 1.2rem;
  font-size: .98rem;
  line-height: 1.6;
}
.ac-link { margin-top: auto; color: #fff; font-weight: 600; font-size: .98rem; }
.article-card:hover .ac-link { text-decoration: underline; }

/* ---------- Artikelpagina ---------- */
.article-hero {
  background-color: #0a0f14;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 32px 32px;
  padding: clamp(116px, 14vw, 168px) 0 clamp(44px, 6vw, 68px);
}
.article-hero.has-image {
  background-image:
    linear-gradient(90deg, rgba(6, 10, 14, .93) 0%, rgba(6, 10, 14, .82) 42%, rgba(6, 10, 14, .58) 100%),
    var(--hero-img);
}
.article-hero .eyebrow { color: var(--accent); margin-bottom: .8rem; }
.article-hero h1 {
  color: #fff;
  max-width: 22ch;
  font-size: clamp(1.9rem, 4vw, 3rem);
  overflow-wrap: break-word;
}
.article-hero .article-lead {
  color: rgba(255, 255, 255, .8);
  font-size: 1.15rem;
  max-width: 62ch;
  margin: 1.1rem 0 0;
}

.article-body { padding: clamp(44px, 7vw, 76px) 0; }
.article-content { max-width: 720px; margin: 0 auto; }
.article-content > p { color: var(--ink-soft); font-size: 1.08rem; line-height: 1.75; margin: 0 0 1.2rem; }
.article-content h2 {
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  color: var(--ink);
  margin: 2.6rem 0 1rem;
}
.article-content h3 { font-size: 1.2rem; margin: 1.8rem 0 .6rem; }
.article-content ul,
.article-content ol {
  margin: 0 0 1.4rem;
  padding-left: 1.35rem;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.7;
}
.article-content li { margin-bottom: .6rem; }
.article-content li::marker { color: var(--accent); }
.article-content strong { color: var(--ink); }
.article-content a { color: var(--accent); font-weight: 500; }

.article-figure { margin: 2.6rem 0; }
.article-figure img { display: block; width: 100%; height: auto; border-radius: var(--radius); }
.article-figure figcaption { margin-top: .6rem; font-size: .88rem; color: var(--ink-soft); }

.article-cta {
  margin-top: 2.6rem;
  padding: 24px 28px;
  background: var(--accent-tint);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.article-cta p { margin: 0 0 1rem; color: var(--ink); font-size: 1.05rem; }
.article-cta p:last-of-type { margin-bottom: 0; }

.article-more {
  max-width: 720px;
  margin: 3rem auto 0;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}
.article-more span { display: block; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); margin-bottom: .5rem; }
.article-more a { font-weight: 600; font-size: 1.05rem; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .site-nav { display: none; }
  .nav-toggle { display: flex; }
  .mobile-nav[data-open] { display: flex; }
  .hero {
    background-image:
      linear-gradient(180deg, rgba(5,8,11,.72) 0%, rgba(5,8,11,.6) 55%, rgba(5,8,11,.8) 100%),
      url("img/productieverantwoording_lander.png");
    background-size: cover, cover;
    background-position: center, left center;
    background-attachment: scroll, scroll;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    min-height: 78vh;
    min-height: 78svh;
    padding-top: 104px;
    padding-bottom: 72px;
  }
  .hero-copy h1 { font-size: clamp(1.75rem, 8vw, 2.4rem); hyphens: auto; }
  .footer-inner { grid-template-columns: 1fr; }

  .why-layout { grid-template-columns: 1fr; gap: 24px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .article-cards { grid-template-columns: 1fr; }
  .article-card {
    min-height: 240px;
    background:
      linear-gradient(180deg, rgba(5,8,11,.82) 0%, rgba(5,8,11,.64) 48%, rgba(5,8,11,.9) 100%),
      var(--card-img) center / cover no-repeat,
      #0a0f14;
  }
  .cta-band {
    background-image:
      linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.88) 100%),
      url("img/productieverantwoording_laptop_white_V3.png");
    background-size: cover, cover;
    background-position: center, center;
    background-attachment: scroll, scroll;
  }
  .cta-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: min(92vw, 520px);
    padding-top: clamp(72px, 16vw, 120px);
    padding-bottom: clamp(72px, 16vw, 120px);
  }
  .cta-text { width: 100%; text-align: center; padding-bottom: 8px; }
  .cta-text .btn { display: inline-flex; }
}
