/* ==========================================================================
   StroomSelectie — design system
   ========================================================================== */
:root {
  --bg: #f6f5f0;
  --bg-alt: #ffffff;
  --bg-sunk: #f0efe8;
  --ink: #16241f;
  --ink-soft: #52625c;
  --ink-faint: #7c8983;
  --line: #e3e0d5;
  --line-soft: #ecebe2;
  --brand: #1c3a36;
  --brand-soft: #2e5852;
  --brand-pale: #e9f0ee;
  --accent: #b5713a;
  --accent-soft: #c98a54;
  --accent-pale: #f8ede1;
  --good: #2f7d5c;
  --good-pale: #e7f3ec;
  --nuance: #8a7f5c;
  --nuance-pale: #f4efe1;
  --warn-bg: #fbf3e7;
  --warn-line: #e7cfa7;
  --radius-lg: 20px;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(22,36,31,.05);
  --shadow-md: 0 12px 32px -16px rgba(22,36,31,.22);
  --max: 700px;
  --wide: 1080px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--brand-soft); text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 3px; }
a:hover { color: var(--brand); }
.wrap { max-width: var(--wide); margin: 0 auto; padding: 0 24px; }

/* ---------- Typography ---------- */
h1, h2, h3, .brand .word strong, .check-card h3 { font-family: "Manrope", var(--font); }
h1 { font-size: clamp(32px, 4.6vw, 48px); line-height: 1.1; letter-spacing: -0.02em; color: var(--brand); margin: 0 0 16px; font-weight: 800; }
h2 { font-size: clamp(21px, 2.6vw, 27px); line-height: 1.28; letter-spacing: -0.015em; color: var(--brand); margin: 44px 0 14px; font-weight: 800; }
h3 { font-size: 17.5px; color: var(--brand-soft); margin: 0 0 8px; font-weight: 700; }
p { margin: 0 0 16px; }
ul, ol { margin: 0 0 16px; padding-left: 22px; }
li { margin-bottom: 7px; }
.lede { font-size: 20px; line-height: 1.55; color: var(--ink-soft); margin-bottom: 24px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--brand-soft); margin: 0 0 12px;
}
.eyebrow svg { width: 14px; height: 14px; }

/* ---------- Header / nav ---------- */
header.site {
  background: rgba(246,245,240,.92);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 40;
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--brand); }
.brand:hover { color: var(--brand); }
.brand .mark { width: 34px; height: 34px; flex: none; }
.brand .word { display: flex; flex-direction: column; line-height: 1.1; }
.brand .word strong { font-size: 18px; font-weight: 800; letter-spacing: -0.01em; }
.brand .word small { font-size: 11.5px; font-weight: 500; color: var(--ink-faint); }

nav.links { display: flex; align-items: center; gap: 28px; }
nav.links a { color: var(--ink); text-decoration: none; font-size: 15px; font-weight: 600; }
nav.links a:hover { color: var(--brand); }

.nav-toggle {
  display: none; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line);
  background: var(--bg-alt); cursor: pointer;
}
.nav-toggle svg { width: 20px; height: 20px; color: var(--brand); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 22px; border-radius: 999px; font-weight: 700; font-size: 15px;
  text-decoration: none !important; border: 1px solid transparent; cursor: pointer;
}
.btn svg { width: 16px; height: 16px; }
.btn-primary { background: var(--accent); color: #fff !important; }
.btn-primary:hover { background: var(--accent-soft); }
.btn-secondary { background: var(--bg-alt); color: var(--brand) !important; border-color: var(--line); }
.btn-secondary:hover { border-color: var(--brand); }
.btn-ghost { background: transparent; color: var(--brand) !important; border-color: transparent; padding: 8px 0; }

/* ---------- Hero (homepage) ---------- */
.hero { padding: 56px 0 40px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hero h1 { margin-bottom: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-art { background: var(--brand-pale); border-radius: var(--radius-lg); padding: 28px; }
.hero-art svg { width: 100%; height: auto; }
.hero-pillbar { display: flex; flex-wrap: wrap; gap: 10px; margin: 4px 0 0; }

.pill {
  border: 1px solid var(--line); background: var(--bg-alt); border-radius: 999px;
  padding: 7px 14px; font-size: 13.5px; color: var(--ink-soft); display: inline-flex; align-items: center; gap: 6px;
}
.pill svg { width: 14px; height: 14px; color: var(--brand-soft); }

/* ---------- Sections ---------- */
main { max-width: var(--max); margin: 0 auto; padding: 48px 24px 24px; }
main.wide { max-width: var(--wide); }
section.on-wrap { padding: 56px 0; }
section.on-wrap.sunk { background: var(--bg-sunk); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
section.on-wrap h2 { margin-top: 0; }
.section-head { max-width: 640px; margin-bottom: 32px; }
.section-head h2 { margin-top: 0; margin-bottom: 10px; }
.section-head p { color: var(--ink-soft); margin: 0; }

/* ---------- Trust bar ---------- */
.trust-bar {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
}
.trust-item { background: var(--bg-alt); padding: 20px 18px; display: flex; gap: 12px; align-items: flex-start; }
.trust-item svg { width: 22px; height: 22px; color: var(--accent); flex: none; margin-top: 2px; }
.trust-item strong { display: block; font-size: 14.5px; color: var(--brand); margin-bottom: 3px; }
.trust-item span { font-size: 13.5px; color: var(--ink-soft); line-height: 1.4; }

/* ---------- "Past dit bij jou?" keuzehulp ---------- */
.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fit-card {
  background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px; display: flex; flex-direction: column; gap: 10px;
}
.fit-card .fit-icon {
  width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
}
.fit-card .fit-icon svg { width: 20px; height: 20px; }
.fit-card.tag-yes .fit-icon { background: var(--good-pale); color: var(--good); }
.fit-card.tag-nuance .fit-icon { background: var(--nuance-pale); color: var(--nuance); }
.fit-card p.situation { font-weight: 700; color: var(--ink); margin: 0; font-size: 15.5px; }
.fit-tag { display: inline-flex; align-self: flex-start; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; padding: 5px 11px; border-radius: 999px; }
.fit-card.tag-yes .fit-tag { background: var(--good-pale); color: var(--good); }
.fit-card.tag-nuance .fit-tag { background: var(--nuance-pale); color: var(--nuance); }
.fit-note { margin-top: 22px; font-size: 14.5px; color: var(--ink-soft); background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px; }

/* ---------- Article cards ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.card {
  background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; box-shadow: var(--shadow-sm); transition: box-shadow .15s ease, transform .15s ease;
}
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.card .card-icon {
  width: 40px; height: 40px; border-radius: 11px; background: var(--brand-pale); color: var(--brand-soft);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.card .card-icon svg { width: 21px; height: 21px; }
.card-meta { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; }
.tag-chip { font-size: 11.5px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; color: var(--accent); background: var(--accent-pale); padding: 4px 9px; border-radius: 999px; }
.read-time { font-size: 12.5px; color: var(--ink-faint); display: inline-flex; align-items: center; gap: 4px; }
.read-time svg { width: 13px; height: 13px; }
.card h3 { margin-top: 0; font-size: 17.5px; }
.card p.card-desc { margin-bottom: 14px; font-size: 15px; color: var(--ink-soft); }
.card-link { font-size: 14.5px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.card-link svg { width: 15px; height: 15px; transition: transform .15s ease; }
.card:hover .card-link svg { transform: translateX(3px); }

/* ---------- Methodology steps / criteria ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 20px 0 8px; }
.step {
  background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px;
}
.step .step-num {
  width: 30px; height: 30px; border-radius: 50%; background: var(--brand); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13.5px; margin-bottom: 12px;
}
.step h3 { margin-bottom: 6px; }
.step p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }

.criteria-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 16px 0 8px; }
.criterion { display: flex; gap: 12px; background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px; }
.criterion svg { width: 19px; height: 19px; color: var(--brand-soft); flex: none; margin-top: 2px; }
.criterion span { font-size: 14.5px; color: var(--ink); line-height: 1.45; }

/* ---------- Prose / article body ---------- */
.notice {
  background: var(--warn-bg); border: 1px solid var(--warn-line); border-radius: var(--radius-sm);
  padding: 14px 18px; font-size: 14.5px; color: #5b4523; margin: 20px 0 32px;
}
.notice a { color: #5b4523; }

.disclosure-line {
  font-size: 14px; color: var(--ink-soft); background: var(--bg-alt); border: 1px solid var(--line);
  border-left: 3px solid var(--accent); padding: 10px 14px; border-radius: 6px; margin: 0 0 28px;
}
.disclosure-line a { color: var(--brand-soft); }

.summary-box {
  background: var(--brand-pale); border: 1px solid #d9e6e2; border-radius: var(--radius);
  padding: 20px 22px; margin: 24px 0 32px;
}
.summary-box .eyebrow { color: var(--brand-soft); margin-bottom: 10px; }
.summary-box ul { margin: 0; padding-left: 20px; }
.summary-box li { font-size: 15px; color: var(--ink); margin-bottom: 6px; }

.highlight {
  background: var(--accent-pale); border-left: 3px solid var(--accent); border-radius: 6px;
  padding: 14px 18px; margin: 20px 0; font-size: 15.5px;
}
.highlight strong { color: var(--brand); }

table { width: 100%; border-collapse: collapse; margin: 16px 0 28px; font-size: 15px; background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
th, td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--brand); font-weight: 700; background: var(--bg-sunk); }
tr:last-child td { border-bottom: none; }

.sources { margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--ink-soft); }
.sources h3 { font-size: 13.5px; color: var(--ink-soft); margin: 0 0 8px; text-transform: uppercase; letter-spacing: .04em; font-weight: 700; }
.sources ul { padding-left: 18px; }
.meta-date { font-size: 13.5px; color: var(--ink-faint); margin-bottom: 28px; }

/* ---------- Over ons ---------- */
.about-hero { display: flex; align-items: center; gap: 20px; margin-bottom: 8px; }
.about-mark { width: 56px; height: 56px; border-radius: 16px; background: var(--brand-pale); display: flex; align-items: center; justify-content: center; flex: none; }
.about-mark svg { width: 28px; height: 28px; color: var(--brand); }

/* ---------- Footer ---------- */
footer.site { border-top: 1px solid var(--line); margin-top: 64px; padding: 48px 0 32px; background: var(--bg-alt); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
.footer-brand .brand { margin-bottom: 10px; }
.footer-brand p { font-size: 14px; color: var(--ink-soft); max-width: 360px; margin: 0; }
.footer-col h4 { font-size: 12.5px; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-faint); margin: 0 0 12px; font-weight: 700; }
.footer-col a { display: block; font-size: 14.5px; color: var(--ink); text-decoration: none; margin-bottom: 9px; }
.footer-col a:hover { color: var(--brand); }
.footer-bottom { border-top: 1px solid var(--line-soft); padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-bottom .fine { font-size: 13px; color: var(--ink-faint); margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { order: -1; max-width: 360px; margin: 0 auto; }
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
  .fit-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .criteria-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  nav.links {
    position: fixed; inset: 64px 12px auto 12px; flex-direction: column; align-items: stretch;
    background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 10px; gap: 2px; box-shadow: var(--shadow-md);
    display: none;
  }
  nav.links.open { display: flex; }
  nav.links a { padding: 12px 10px; border-radius: 8px; }
  nav.links a:hover { background: var(--bg-sunk); }
  .nav-toggle { display: flex; }

  h1 { font-size: 28px; }
  main { padding-top: 32px; }
  .fit-grid { grid-template-columns: 1fr; }
  .trust-bar { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }

  table, thead, tbody, th, tr { display: block; }
  table { border: none; background: none; }
  thead { display: none; }
  tr { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 12px; padding: 4px 0; }
  td { display: flex; justify-content: space-between; gap: 12px; border: none; padding: 10px 14px; font-size: 14px; }
  td::before { content: attr(data-th); font-weight: 700; color: var(--brand); flex: none; width: 42%; }
}

/* ---------- Numbered reason list (article 3) ---------- */
.reason-list .reason { display: flex; gap: 16px; margin-bottom: 30px; }
.reason-list .reason .num {
  width: 34px; height: 34px; border-radius: 50%; background: var(--brand-pale); color: var(--brand);
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; flex: none;
}
.reason-list .reason h2 { margin: 2px 0 6px; font-size: 19px; }
.reason-list .reason p { margin: 0; }

/* ==========================================================================
   Herontwerp — keuzecheck, productcontext, compare-block (ronde 3)
   ========================================================================== */

/* ---------- Split hero (tekst + keuzecheck-kaart) ---------- */
.hero-flow { padding: 52px 0 12px; }
.hero-flow-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 40px; align-items: start; }
.hero-flow h1 { margin-bottom: 16px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }

/* ---------- Keuzecheck card ---------- */
.check-card {
  background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); padding: 26px 26px 24px; position: relative;
}
.check-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.check-head .eyebrow { margin: 0; }
.check-step-label { font-size: 13px; color: var(--ink-faint); font-weight: 700; margin: 0; }
.check-progress { height: 6px; background: var(--line-soft); border-radius: 999px; overflow: hidden; margin-bottom: 22px; }
.check-progress-bar { height: 100%; background: var(--accent); border-radius: 999px; transition: width .25s ease; }

.check-q { border: none; padding: 0; margin: 0; display: none; }
.check-q.active { display: block; }
.check-q legend { font-family: "Manrope", var(--font); font-weight: 800; font-size: 18.5px; color: var(--brand); margin: 0 0 16px; padding: 0; line-height: 1.3; }
.check-options { display: flex; flex-direction: column; gap: 9px; }
.check-opt {
  display: flex; align-items: center; gap: 11px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  padding: 13px 16px; cursor: pointer; transition: border-color .15s ease, background .15s ease;
}
.check-opt:hover { border-color: var(--accent-soft); background: var(--accent-pale); }
.check-opt input { accent-color: var(--accent); width: 17px; height: 17px; flex: none; }
.check-opt span { font-size: 15px; color: var(--ink); font-weight: 600; }
.check-opt:has(input:checked) { border-color: var(--accent); background: var(--accent-pale); }

.check-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; }
.check-nav .btn { padding: 11px 20px; font-size: 14.5px; }
.check-back:disabled { visibility: hidden; }
.check-next:disabled { opacity: .4; cursor: not-allowed; }

.check-result { display: none; }
.check-result.active { display: block; }
.outcome-badge {
  display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700;
  letter-spacing: .03em; text-transform: uppercase; padding: 6px 13px; border-radius: 999px; margin-bottom: 14px;
}
.outcome-badge.oc-a { background: var(--good-pale); color: var(--good); }
.outcome-badge.oc-b { background: var(--nuance-pale); color: var(--nuance); }
.outcome-badge.oc-c { background: var(--brand-pale); color: var(--brand-soft); }
.outcome-badge.oc-d { background: var(--accent-pale); color: var(--accent); }
.check-result h3 { font-family: "Manrope", var(--font); font-size: 21px; color: var(--brand); margin-bottom: 10px; }
.check-result p.result-explain { font-size: 15px; color: var(--ink-soft); margin-bottom: 16px; }
.result-points { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 9px; }
.result-points li { display: flex; gap: 9px; font-size: 14.5px; color: var(--ink); background: var(--bg-sunk); border-radius: var(--radius-sm); padding: 10px 13px; }
.result-points li svg { width: 16px; height: 16px; color: var(--accent); flex: none; margin-top: 2px; }
.check-result .result-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.check-note { font-size: 12.5px; color: var(--ink-faint); margin-top: 16px; }

/* ---------- Product examples ---------- */
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.product-card { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; display: flex; flex-direction: column; }
.product-brand { font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 4px; }
.product-card h3 { font-size: 16.5px; margin-bottom: 10px; }
.product-specs { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }
.product-specs span { font-size: 13.5px; color: var(--ink-soft); }
.product-specs strong { color: var(--ink); }
.product-fit { font-size: 13px; color: var(--brand-soft); background: var(--brand-pale); border-radius: 8px; padding: 8px 10px; margin-bottom: 14px; }
.product-card .card-link { margin-top: auto; }
.product-context-note { font-size: 13.5px; color: var(--ink-faint); margin-top: 18px; }

/* ---------- Compare block (stekker vs vast, homepage) ---------- */
.compare-block { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 8px 0 20px; }
.compare-panel { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; background: var(--bg-alt); }
.compare-panel.compare-b { background: var(--brand); border-color: var(--brand); }
.compare-panel h3 { font-family: "Manrope", var(--font); font-size: 18px; }
.compare-panel:not(.compare-b) h3 { color: var(--brand); }
.compare-panel.compare-b h3 { color: #fff; }
.compare-panel ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.compare-panel li { font-size: 14.5px; padding-left: 20px; position: relative; }
.compare-panel:not(.compare-b) li { color: var(--ink-soft); }
.compare-panel.compare-b li { color: rgba(255,255,255,.88); }
.compare-panel li::before { content: ""; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.compare-panel.compare-b li::before { background: #fff; }

/* ---------- Wanneer niet (compact, homepage) ---------- */
.reason-compact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.reason-compact { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.reason-compact strong { display: block; color: var(--brand); font-size: 15px; margin-bottom: 6px; }
.reason-compact span { font-size: 14px; color: var(--ink-soft); line-height: 1.5; }

/* ---------- Responsive: herontwerp ronde 3 ---------- */
@media (max-width: 860px) {
  .hero-flow-grid { grid-template-columns: 1fr; }
  .compare-block { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Marktcontext — echte productfoto's (ronde 4)
   ========================================================================== */
.market-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.market-photo {
  width: 100%; aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center;
  background: var(--bg-sunk); border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 14px;
}
.market-photo img { max-width: 78%; max-height: 78%; width: auto; height: auto; object-fit: contain; display: block; }
.product-card .market-photo { margin-bottom: 16px; }
.market-disclaimer {
  font-size: 12.5px; color: var(--ink-faint); margin-top: 14px; padding-top: 14px;
  border-top: 1px solid var(--line-soft);
}

@media (max-width: 860px) {
  .market-strip { grid-template-columns: 1fr; }
}


/* ---------- Standalone keuzecheck (ronde 4: los van hero) ---------- */
.check-standalone { max-width: 640px; margin: 0 auto; }

/* ==========================================================================
   Premium visual update (ronde 5)
   ========================================================================== */

/* ---------- Hero: premium ambient vlak ---------- */
.hero-art {
  background: linear-gradient(155deg, var(--brand-pale) 0%, var(--accent-pale) 100%);
  box-shadow: var(--shadow-md);
}

/* ---------- Premium productkaarten ---------- */
.product-card.premium {
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: var(--shadow-sm, 0 1px 3px rgba(28,58,54,.06));
  transition: box-shadow .2s ease, transform .2s ease;
}
.product-card.premium:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }

.market-photo.premium { position: relative; background: radial-gradient(120% 100% at 50% 30%, var(--brand-pale) 0%, var(--bg-sunk) 72%); }
.market-photo.premium .photo-glow {
  position: absolute; inset: 10%; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(181,113,58,.14), rgba(181,113,58,0));
  pointer-events: none;
}
.market-photo.premium img { position: relative; z-index: 1; filter: drop-shadow(0 10px 16px rgba(28,58,54,.14)); }
.market-photo.photo-fallback img { display: none; }
.market-photo.photo-fallback::after {
  content: "Productbeeld niet beschikbaar"; position: absolute; inset: 0; display: flex;
  align-items: center; justify-content: center; text-align: center; padding: 0 16px;
  font-size: 12.5px; color: var(--ink-faint);
}

.product-type-tag {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase;
  color: var(--accent); background: var(--accent-pale); padding: 4px 10px; border-radius: 999px; margin-bottom: 10px;
}
.fit-label { font-size: 12.5px; font-weight: 700; color: var(--ink-faint); text-transform: uppercase; letter-spacing: .03em; margin: 6px 0 8px; }
.product-fit-list { list-style: none; padding: 0; margin: 0 0 14px; display: flex; flex-direction: column; gap: 6px; }
.product-fit-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: var(--ink); }
.product-fit-list li svg { width: 15px; height: 15px; color: var(--accent); flex: none; margin-top: 2px; }
.product-caution { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--ink-soft); background: var(--bg-sunk); border-radius: var(--radius-sm); padding: 9px 11px; margin-bottom: 14px; }
.product-caution svg { width: 15px; height: 15px; color: var(--ink-faint); flex: none; margin-top: 1px; }

.market-strip { gap: 20px; }
.product-grid { gap: 18px; }
.product-grid .product-card, .market-strip .product-card { grid-template-columns: 1fr; }

/* ---------- Sfeerbeeld-sectie ---------- */
.atmosphere { padding: 8px 0; }
.atmosphere-wrap { background: var(--brand-pale); border-radius: var(--radius-lg); padding: 48px; }
.atmosphere-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.atmosphere-art svg { width: 100%; height: auto; }
.atmosphere-text .eyebrow { color: var(--accent-soft); }
.atmosphere-text h2 { margin-top: 0; }
.atmosphere-text p { color: var(--ink-soft); font-size: 16.5px; line-height: 1.65; margin: 0; }

@media (max-width: 860px) {
  .atmosphere-wrap { padding: 28px; }
  .atmosphere-grid { grid-template-columns: 1fr; }
  .atmosphere-art { order: -1; }
}

/* ---------- Iets meer editorial ademruimte ---------- */
section.on-wrap { padding: 64px 0; }
.section-head { margin-bottom: 36px; }

/* ==========================================================================
   Referentiegestuurde homepage-update (ronde 6)
   ========================================================================== */

/* ---------- Nav: platte bliksem + CTA ---------- */
.brand .mark-flat { width: 24px; height: 24px; flex: none; }
.nav-right { display: flex; align-items: center; gap: 22px; }
.nav-cta { padding: 10px 18px; font-size: 14px; white-space: nowrap; }
@media (max-width: 640px) { .nav-cta { display: none; } }

/* ---------- Hero: referentie-opzet met echte woningfoto ---------- */
.hero-ref { padding: 48px 0 44px; }
.hero-ref .hero-grid { grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.hero-ref h1 { font-size: clamp(34px, 4.6vw, 52px); margin-bottom: 16px; }
.hero-ref .accent-text { color: var(--accent); }
.hero-ref .lede { margin-bottom: 28px; }
.hero-trustrow { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px 30px; margin-bottom: 30px; }
.trust-mini { display: flex; align-items: flex-start; gap: 10px; max-width: none; }
.trust-mini svg { width: 20px; height: 20px; color: var(--accent); flex: none; margin-top: 2px; }
.trust-mini strong { display: block; font-size: 13.5px; color: var(--ink); font-weight: 700; line-height: 1.3; }
.trust-mini small { font-size: 12px; color: var(--ink-faint); line-height: 1.3; }
.hero-ref .hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 0; }
.hero-caption { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; color: var(--ink-soft); }
.hero-caption svg { width: 15px; height: 15px; color: var(--ink-faint); }
.hero-photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4 / 3.3; position: relative; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(28,58,54,.08) 0%, rgba(28,58,54,0) 30%);
}

@media (max-width: 860px) {
  .hero-ref .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { order: -1; aspect-ratio: 16 / 10; }
  .hero-trustrow { gap: 14px 18px; }
}
@media (max-width: 420px) {
  .hero-trustrow { grid-template-columns: 1fr; }
}

/* ---------- Productkaarten: referentiestijl per merk ---------- */
.market-strip { grid-template-columns: repeat(3, 1fr); }
.ref-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.ref-card {
  padding: 24px 24px 20px; border-radius: 20px; border: none; position: relative;
  display: flex; flex-direction: column; overflow: hidden;
}
.ref-card-top { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 18px; }
.ref-card-text { flex: 1 1 auto; min-width: 0; }
.ref-brand-word { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 8px; }
.ref-card h3 { font-size: 17px; margin: 0 0 3px; }
.ref-subtitle { font-size: 12.5px; margin: 0 0 14px; }
.ref-specs { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; }
.ref-specs li { display: flex; align-items: flex-start; gap: 7px; font-size: 12.5px; line-height: 1.35; }
.ref-specs svg { width: 14px; height: 14px; flex: none; margin-top: 1px; color: var(--accent); }
.ref-card-photo {
  flex: none; width: 53%; aspect-ratio: 1 / 1.05; display: flex; align-items: center; justify-content: center;
  margin: -8px -6px 0 0; position: relative;
}
.ref-card-photo img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(0,0,0,.18)); }
.ref-card-photo.photo-fallback::after { content: "Beeld n.b."; font-size: 11px; color: inherit; opacity: .5; }
.ref-card-photo.photo-fallback img { display: none; }

.ref-card-footer {
  display: grid; grid-template-columns: 0.75fr 1fr 1fr; gap: 10px;
  padding-top: 16px; border-top: 1px solid; margin-bottom: 14px; min-width: 0;
}
.ref-foot-col { min-width: 0; overflow-wrap: break-word; }
.ref-foot-label { display: block; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 6px; opacity: .65; }
.ref-price { display: block; font-family: "Manrope", var(--font); font-size: 20px; font-weight: 800; line-height: 1.1; }
.ref-foot-note { font-size: 11px; opacity: .55; }
.ref-fit { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; }
.ref-fit li { display: flex; align-items: flex-start; gap: 5px; font-size: 11.5px; line-height: 1.3; }
.ref-fit li span { min-width: 0; overflow-wrap: break-word; }
.ref-fit svg { width: 12px; height: 12px; flex: none; margin-top: 2px; color: var(--accent); }
.ref-caution-text { font-size: 11.5px; line-height: 1.35; margin: 0; opacity: .8; overflow-wrap: break-word; hyphens: auto; }
.ref-card-link { font-size: 13px; }

.ref-card.theme-dark { background: #15181b; }
.theme-dark .ref-brand-word { color: #fff; }
.theme-dark h3 { color: #fff; }
.theme-dark .ref-subtitle { color: rgba(244,242,236,.55); }
.theme-dark .ref-specs li { color: rgba(244,242,236,.85); }
.theme-dark .ref-card-footer { border-color: rgba(255,255,255,.14); }
.theme-dark .ref-foot-label { color: rgba(244,242,236,.6); }
.theme-dark .ref-foot-note { color: rgba(244,242,236,.5); }
.theme-dark .ref-price { color: #fff; }
.theme-dark .ref-fit li { color: rgba(244,242,236,.85); }
.theme-dark .ref-caution-text { color: rgba(244,242,236,.6); }
.theme-dark .ref-card-link { color: #fff; text-decoration-color: rgba(255,255,255,.4); }

.ref-card.theme-blue { background: #e7f1fa; }
.theme-blue .ref-brand-word { color: #1c4e73; }
.ref-card.theme-green { background: #e8f2e7; }
.theme-green .ref-brand-word { color: var(--brand); }
.theme-blue .ref-card-footer, .theme-green .ref-card-footer { border-color: rgba(28,58,54,.12); }

@media (max-width: 640px) {
  .ref-card-footer { grid-template-columns: 1fr; gap: 12px; }
  .ref-card-photo { width: 43%; }
}

/* ---------- Correctie: productkaarten responsive op mobiel/tablet ---------- */
@media (max-width: 640px) {
  .market-strip,
  .ref-grid { grid-template-columns: 1fr; }
}
@media (min-width: 641px) and (max-width: 860px) {
  .market-strip { grid-template-columns: repeat(2, 1fr); }
}
