/* ===========================================================
   Helderbeeld design system — preset: design-codex/helderbeeld
   =========================================================== */
:root {
  --bg: oklch(0.977 0.004 80);
  --paper: oklch(0.995 0.002 80);
  --ink: oklch(0.245 0.012 60);
  --muted: oklch(0.50 0.012 60);
  --line: oklch(0.90 0.006 70);
  --line-soft: oklch(0.94 0.005 75);
  --brand: oklch(0.70 0.155 55);
  --brand-soft: oklch(0.95 0.03 70);
  --brand-dark: oklch(0.56 0.14 50);
  --dark: oklch(0.215 0.012 55);
  --dark-2: oklch(0.265 0.014 55);
  --dark-ink: oklch(0.93 0.008 75);
  --dark-muted: oklch(0.72 0.012 70);
  --success: oklch(0.60 0.12 150);
  --warn: oklch(0.72 0.13 80);
  --alert: oklch(0.55 0.18 25);
  --radius: 10px;
  --radius-lg: 16px;
  --radius-sm: 8px;
  --shadow-1: 0 1px 2px oklch(0.2 0.01 60 / 0.06), 0 4px 16px oklch(0.2 0.01 60 / 0.05);
  --shadow-2: 0 2px 6px oklch(0.2 0.01 60 / 0.08), 0 12px 40px oklch(0.2 0.01 60 / 0.10);
  --maxw: 1240px;
  --font-head: "Archivo", "Inter", sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
body {
  font-family: var(--font-body);
  font-size: 15.5px; line-height: 1.6;
  background: var(--bg); color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }

h1, h2, h3, .price { font-family: var(--font-head); }
h1 { font-size: clamp(30px, 4.4vw, 52px); font-weight: 800; line-height: 1.08; letter-spacing: -0.015em; }
h2 { font-size: clamp(24px, 2.6vw, 31px); font-weight: 700; letter-spacing: -0.01em; line-height: 1.15; }
h3 { font-size: 17px; font-weight: 600; line-height: 1.3; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: 88px 0; }
.section.tight { padding: 56px 0; }
.kicker {
  display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.07em;
  text-transform: uppercase; color: var(--brand-dark); margin-bottom: 12px;
}
.lead { color: var(--muted); font-size: 17px; max-width: 62ch; }

/* ---------- knoppen ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; border-radius: var(--radius-sm); border: 1px solid transparent;
  font-weight: 600; font-size: 15px; text-decoration: none;
  transition: transform 0.18s cubic-bezier(0.22,1,0.36,1), background 0.18s, border-color 0.18s, color 0.18s;
}
.btn:active { transform: scale(0.98); }
.btn-primary { background: var(--brand); color: oklch(0.16 0.02 55); }
.btn-primary:hover { background: var(--brand-dark); color: oklch(0.99 0.005 80); }
.btn-secondary { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-secondary:hover { border-color: var(--ink); }
.btn-dark { background: var(--dark); color: var(--dark-ink); }
.btn-dark:hover { background: var(--dark-2); }
.btn-ghost-light { background: transparent; border-color: oklch(0.99 0.005 80 / 0.35); color: var(--dark-ink); }
.btn-ghost-light:hover { border-color: oklch(0.99 0.005 80 / 0.8); }
.btn-sm { padding: 8px 14px; font-size: 13.5px; }
.btn[disabled] { opacity: 0.5; cursor: not-allowed; }

/* ---------- header ---------- */
.topbar { background: var(--dark); color: var(--dark-muted); font-size: 12.5px; overflow: hidden; }
.topbar .wrap { display: flex; align-items: center; gap: 16px; height: 38px; }
.topbar-marquee {
  flex: 1; overflow: hidden; min-width: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 94%, transparent);
}
.topbar-track { display: flex; white-space: nowrap; width: max-content; animation: marquee 38s linear infinite; }
.topbar-track span { display: inline-flex; align-items: center; gap: 7px; padding-right: 44px; }
.topbar-track svg { width: 14px; height: 14px; color: var(--brand); flex: none; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.topbar:hover .topbar-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .topbar-track { animation: none; } }
.topbar-cta {
  display: inline-flex; align-items: center; gap: 7px; flex: none;
  font-weight: 600; font-size: 12px; color: var(--dark-ink); text-decoration: none;
  border: 1px solid oklch(0.99 0.005 80 / 0.25); border-radius: 999px; padding: 5px 14px;
  transition: border-color 0.15s, background 0.15s;
}
.topbar-cta svg { width: 14px; height: 14px; }
.topbar-cta:hover { border-color: oklch(0.99 0.005 80 / 0.7); background: oklch(0.99 0.005 80 / 0.06); }
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: oklch(0.995 0.002 80 / 0.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.site-header .wrap { display: flex; align-items: center; gap: 28px; height: 66px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--font-head); font-weight: 800; font-size: 21px; letter-spacing: -0.01em; }
.logo svg { width: 30px; height: 30px; }
.main-nav { display: flex; gap: 4px; flex: 1; }
.main-nav a {
  padding: 8px 13px; border-radius: var(--radius-sm); text-decoration: none;
  font-weight: 500; font-size: 14.5px; color: var(--ink);
  transition: background 0.15s;
}
.main-nav a:hover, .main-nav a.active { background: var(--brand-soft); color: var(--brand-dark); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-search { position: relative; }
.header-search input {
  width: 200px; padding: 9px 12px 9px 36px; border: 1px solid var(--line);
  border-radius: 999px; background: var(--bg); font-size: 14px;
  transition: width 0.25s cubic-bezier(0.22,1,0.36,1), border-color 0.15s;
}
.header-search input:focus { outline: none; border-color: var(--brand); width: 260px; }
.header-search svg { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--muted); pointer-events: none; }
.cart-btn {
  position: relative; display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 999px; border: 1px solid var(--line);
  background: var(--paper); text-decoration: none; transition: border-color 0.15s;
}
.cart-btn:hover { border-color: var(--ink); }
.cart-btn svg { width: 19px; height: 19px; }
.cart-count {
  position: absolute; top: -4px; right: -4px; min-width: 18px; height: 18px;
  border-radius: 999px; background: var(--brand); color: oklch(0.16 0.02 55);
  font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; padding: 0 4px;
}
.icon-btn { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.icon-btn svg { width: 19px; height: 19px; }
.icon-btn:hover { border-color: var(--ink); }
.search-toggle { display: none; }
.nav-toggle {
  display: none; align-items: center; gap: 7px; height: 42px; padding: 0 15px;
  border-radius: 999px; border: 1px solid var(--line); background: var(--paper);
  font-weight: 600; font-size: 14px; color: var(--ink);
}
.nav-toggle svg { width: 20px; height: 20px; }
.nav-toggle:hover { border-color: var(--ink); }

/* instant zoek-suggesties */
.search-suggest {
  position: absolute; top: calc(100% + 8px); right: 0; width: 380px; max-width: 92vw;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-2); z-index: 70; padding: 6px;
}
.search-row { display: flex; align-items: center; gap: 11px; padding: 8px 10px; border-radius: var(--radius-sm); text-decoration: none; color: var(--ink); }
.search-row:hover { background: var(--bg); }
.search-thumb { width: 44px; height: 38px; flex: none; background: oklch(0.99 0.003 80); border: 1px solid var(--line-soft); border-radius: 6px; display: flex; align-items: center; justify-content: center; padding: 4px; }
.search-thumb img { max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.search-info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.search-name { font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-sub { font-size: 11.5px; color: var(--muted); }
.search-price { font-size: 12.5px; font-weight: 700; white-space: nowrap; font-family: var(--font-head); }
.search-all { display: block; text-align: center; padding: 9px; font-size: 12.5px; font-weight: 600; color: var(--brand-dark); text-decoration: none; border-top: 1px solid var(--line-soft); margin-top: 4px; }
.search-all:hover { background: var(--brand-soft); border-radius: var(--radius-sm); }
.search-empty { padding: 14px; font-size: 13px; color: var(--muted); text-align: center; }

/* homepage 2-koloms split */
.home-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }

/* ---------- USP-balk ---------- */
.uspbar { border-bottom: 1px solid var(--line-soft); background: var(--paper); }
.uspbar .wrap { display: flex; justify-content: space-between; gap: 16px; padding-top: 12px; padding-bottom: 12px; flex-wrap: wrap; }
.usp { display: flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 500; color: var(--muted); }
.usp svg { width: 17px; height: 17px; color: var(--brand-dark); flex: none; }

/* ---------- hero ---------- */
.hero {
  background: radial-gradient(1100px 520px at 72% 18%, oklch(0.34 0.06 60 / 0.85), transparent 65%), var(--dark);
  color: var(--dark-ink); overflow: hidden;
}
.hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; padding-top: 84px; padding-bottom: 92px; }
.hero p { color: var(--dark-muted); font-size: 17.5px; max-width: 52ch; margin: 20px 0 30px; }
.hero .actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-visual { position: relative; }
.hero-visual::before {
  content: ""; position: absolute; inset: -8% -12%;
  background: radial-gradient(closest-side, oklch(0.75 0.14 65 / 0.22), transparent 70%);
}
.hero-visual img {
  position: relative; border-radius: var(--radius-lg);
  box-shadow: 0 30px 60px oklch(0.1 0.02 60 / 0.55), 0 0 0 1px oklch(0.99 0.005 80 / 0.08);
  transform: rotate(-1.5deg);
}
.hero-stats { display: flex; gap: 36px; margin-top: 38px; }
.hero-stats div strong { display: block; font-family: var(--font-head); font-size: 26px; font-weight: 800; color: oklch(0.99 0.005 80); }
.hero-stats div span { font-size: 13px; color: var(--dark-muted); }

/* ---------- categorie-tegels ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cat-tile {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 290px; border-radius: var(--radius-lg); overflow: hidden;
  background: var(--paper); border: 1px solid var(--line-soft); text-decoration: none;
  padding: 24px; transition: transform 0.22s cubic-bezier(0.22,1,0.36,1), box-shadow 0.22s;
}
.cat-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.cat-tile img { position: absolute; top: 18px; right: 14px; width: 62%; height: 62%; object-fit: contain; }
.cat-tile h3 { font-size: 20px; font-weight: 700; font-family: var(--font-head); }
.cat-tile p { color: var(--muted); font-size: 13.5px; margin-top: 4px; }
.cat-tile .count { position: absolute; top: 18px; left: 20px; font-size: 12px; font-weight: 600; color: var(--brand-dark); background: var(--brand-soft); border-radius: 999px; padding: 4px 11px; }
.cat-tile .cat-ic { position: absolute; top: 16px; right: 18px; width: 34px; height: 34px; color: var(--brand-dark); opacity: 0.55; }
.cat-tile .cat-ic svg { width: 100%; height: 100%; }
/* compacte multi-categorie grid (veel groepen) */
.cat-grid-multi { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.cat-grid-multi .cat-tile { min-height: 150px; padding: 18px 20px; }
.cat-grid-multi .cat-tile img { width: 46%; height: 46%; top: auto; bottom: 14px; right: 14px; opacity: 0.92; }
.cat-grid-multi .cat-tile h3 { font-size: 17px; max-width: 70%; }

/* merk-strip op home */
.brand-strip { display: flex; flex-wrap: wrap; gap: 9px; }
.brand-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); text-decoration: none; font-weight: 600; font-size: 13.5px; transition: border-color 0.15s, color 0.15s; }
.brand-chip span { font-weight: 500; font-size: 11.5px; color: var(--muted); background: var(--bg); border-radius: 999px; padding: 1px 7px; }
.brand-chip:hover { border-color: var(--ink); color: var(--brand-dark); }

/* merkenpagina */
.brand-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; }
.brand-card { display: block; padding: 18px 20px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: var(--paper); text-decoration: none; transition: box-shadow 0.18s, border-color 0.18s, transform 0.18s; }
.brand-card:hover { box-shadow: var(--shadow-1); border-color: var(--line); transform: translateY(-2px); }
.brand-card-name { font-family: var(--font-head); font-weight: 700; font-size: 17px; }
.brand-card-meta { font-size: 12.5px; color: var(--muted); margin-top: 5px; }

/* ---------- productkaart ---------- */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(248px, 1fr)); gap: 18px; }
.product-grid-4 { grid-template-columns: repeat(4, 1fr); }
.pcard {
  position: relative; display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius);
  overflow: hidden; transition: box-shadow 0.2s, border-color 0.2s;
}
.pcard:hover { box-shadow: var(--shadow-1); border-color: var(--line); }
.pcard-img { position: relative; aspect-ratio: 4/3; background: oklch(0.99 0.003 80); display: flex; align-items: center; justify-content: center; padding: 18px; }
.pcard-img img { max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.pcard-badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 5px; align-items: flex-start; }
.badge { font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 999px; background: var(--dark); color: var(--dark-ink); }
.badge.accent { background: var(--brand-soft); color: var(--brand-dark); }
.quickview-btn {
  position: absolute; top: 10px; right: 10px; width: 34px; height: 34px;
  border-radius: 999px; border: 1px solid var(--line); background: var(--paper);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: translateY(-4px);
  transition: opacity 0.18s, transform 0.18s cubic-bezier(0.22,1,0.36,1), border-color 0.15s;
}
.quickview-btn svg { width: 16px; height: 16px; }
.pcard:hover .quickview-btn, .quickview-btn:focus-visible { opacity: 1; transform: none; }
.quickview-btn:hover { border-color: var(--ink); }
.pcard-body { display: flex; flex-direction: column; gap: 8px; padding: 16px 16px 18px; flex: 1; }
.pcard-brand { font-size: 11px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); margin-bottom: -2px; }
.pcard-body h3 { min-height: 2.4em; }
.pcard-body h3 a { text-decoration: none; }
.pcard-body h3 a:hover { color: var(--brand-dark); }
.pcard-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.chip { font-size: 11.5px; font-weight: 500; color: var(--muted); background: var(--bg); border: 1px solid var(--line-soft); padding: 2.5px 8px; border-radius: 999px; }
.pcard-foot { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; padding-top: 8px; }
.price { font-size: 19px; font-weight: 800; letter-spacing: -0.01em; }
.price small { display: block; font-family: var(--font-body); font-size: 11px; font-weight: 500; color: var(--muted); }
.price.por { font-size: 14.5px; font-weight: 700; color: var(--brand-dark); }
.stock { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); }
.stock::before { content: ""; width: 7px; height: 7px; border-radius: 999px; background: var(--success); }
.stock.bestelling::before { background: var(--warn); }
.pcard-actions { display: flex; gap: 8px; }
.pcard-actions .btn { flex: 1; }
.compare-toggle { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--muted); cursor: pointer; user-select: none; }
.compare-toggle input { accent-color: var(--brand-dark); }

/* ---------- shop layout ---------- */
.shop-layout { display: grid; grid-template-columns: 264px 1fr; gap: 32px; align-items: start; }
.filter-panel { position: sticky; top: 82px; align-self: start; }
.filter-panel__head, .filter-panel__foot { display: none; }
.filters { max-height: calc(100vh - 120px); overflow-y: auto; padding-right: 6px; }
.filters::-webkit-scrollbar { width: 4px; }
.filters::-webkit-scrollbar-thumb { background: var(--line); border-radius: 4px; }
.filter-backdrop { display: none; }
.fgroup { border-bottom: 1px solid var(--line-soft); padding: 14px 0; }
.fgroup summary {
  display: flex; justify-content: space-between; align-items: center;
  font-weight: 600; font-size: 13.5px; cursor: pointer; list-style: none; user-select: none;
}
.fgroup summary::-webkit-details-marker { display: none; }
.fgroup summary::after { content: "+"; font-size: 16px; color: var(--muted); transition: transform 0.2s; }
.fgroup[open] summary::after { content: "–"; }
.fgroup .opts { display: flex; flex-direction: column; gap: 7px; padding-top: 11px; }
.fgroup .opts-scroll { max-height: 230px; overflow-y: auto; padding-right: 6px; }
.fgroup .opts-scroll::-webkit-scrollbar { width: 4px; }
.fgroup .opts-scroll::-webkit-scrollbar-thumb { background: var(--line); border-radius: 4px; }
.fopt { display: flex; align-items: center; gap: 9px; font-size: 13.5px; cursor: pointer; color: var(--ink); }
.fopt input { accent-color: var(--brand-dark); width: 15px; height: 15px; flex: none; }
.fopt .n { margin-left: auto; font-size: 11.5px; color: var(--muted); }
.price-inputs { display: flex; gap: 8px; align-items: center; padding-top: 11px; }
.price-inputs input { width: 100%; padding: 8px 10px; border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: 13.5px; background: var(--paper); }
.price-inputs input:focus { outline: none; border-color: var(--brand); }

.shop-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; flex-wrap: wrap; }
.type-tabs { display: flex; gap: 6px; background: var(--paper); border: 1px solid var(--line-soft); padding: 4px; border-radius: 999px; overflow-x: auto; max-width: 100%; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.type-tabs::-webkit-scrollbar { display: none; }
.type-tabs button {
  border: none; background: transparent; padding: 8px 16px; border-radius: 999px; white-space: nowrap; flex: none;
  font-weight: 600; font-size: 13.5px; color: var(--muted); transition: background 0.15s, color 0.15s;
}
.type-tabs button.active { background: var(--dark); color: var(--dark-ink); }
.shop-tools { display: flex; align-items: center; gap: 10px; }
.filter-toggle {
  display: none; align-items: center; gap: 8px; white-space: nowrap;
  padding: 10px 16px; border-radius: var(--radius-sm);
  background: var(--dark); color: var(--dark-ink); border: 1px solid var(--dark);
  font-weight: 600; font-size: 14px; transition: background 0.15s, transform 0.15s;
}
.filter-toggle:hover { background: var(--dark-2); }
.filter-toggle:active { transform: scale(0.98); }
.filter-toggle svg { width: 17px; height: 17px; flex: none; }
.filter-count {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 19px; height: 19px; padding: 0 5px; border-radius: 999px;
  background: var(--brand); color: oklch(0.16 0.02 55); font-size: 11.5px; font-weight: 700;
}
.shop-tools select { padding: 9px 12px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); font-size: 13.5px; }
.result-count { font-size: 13.5px; color: var(--muted); }
.active-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.achip {
  display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 500;
  background: var(--brand-soft); color: var(--brand-dark); border-radius: 999px; padding: 5px 11px;
  border: none;
}
.achip:hover { background: var(--brand); color: oklch(0.16 0.02 55); }
.empty-state { text-align: center; padding: 80px 20px; color: var(--muted); }

/* ---------- compare bar ---------- */
.compare-bar {
  position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%) translateY(120%);
  background: var(--dark); color: var(--dark-ink); border-radius: 999px;
  padding: 10px 12px 10px 22px; display: flex; align-items: center; gap: 16px;
  box-shadow: var(--shadow-2); z-index: 70; transition: transform 0.3s cubic-bezier(0.22,1,0.36,1);
}
.compare-bar.show { transform: translateX(-50%) translateY(0); }
.compare-bar span { font-size: 13.5px; font-weight: 500; }

/* ---------- modals ---------- */
.modal-backdrop {
  position: fixed; inset: 0; background: oklch(0.15 0.01 60 / 0.55); z-index: 80;
  display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; pointer-events: none; transition: opacity 0.22s;
}
.modal-backdrop.open { opacity: 1; pointer-events: auto; }
.modal {
  background: var(--paper); border-radius: var(--radius-lg); max-width: 880px; width: 100%;
  max-height: 88vh; overflow-y: auto; position: relative;
  transform: translateY(14px) scale(0.985); transition: transform 0.25s cubic-bezier(0.22,1,0.36,1);
  box-shadow: var(--shadow-2);
}
.modal-backdrop.open .modal { transform: none; }
.modal-close {
  position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; z-index: 5;
  border-radius: 999px; border: 1px solid var(--line); background: var(--paper);
  display: flex; align-items: center; justify-content: center; font-size: 17px; line-height: 1;
}
.modal-close:hover { border-color: var(--ink); }

/* quick view */
.qv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.qv-gallery { padding: 28px; background: oklch(0.99 0.003 80); border-radius: var(--radius-lg) 0 0 var(--radius-lg); }
.qv-main { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.qv-main img { max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.qv-thumbs { display: flex; gap: 8px; margin-top: 12px; justify-content: center; }
.qv-thumbs button { width: 52px; height: 52px; border-radius: var(--radius-sm); border: 1px solid var(--line-soft); background: var(--paper); padding: 6px; transition: border-color 0.15s; }
.qv-thumbs button.active, .qv-thumbs button:hover { border-color: var(--brand-dark); }
.qv-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.qv-body { padding: 30px 30px 26px; display: flex; flex-direction: column; gap: 13px; }
.qv-body h2 { font-size: 21px; }
.qv-tagline { color: var(--muted); font-size: 14px; margin-top: -6px; }
.qv-highlights { display: flex; flex-direction: column; gap: 6px; font-size: 13.5px; }
.qv-highlights li { display: flex; gap: 9px; align-items: baseline; list-style: none; }
.qv-highlights li::before { content: "✓"; color: var(--brand-dark); font-weight: 700; flex: none; }
.qv-specs { width: 100%; border-collapse: collapse; font-size: 13px; }
.qv-specs td { padding: 6px 0; border-bottom: 1px solid var(--line-soft); }
.qv-specs td:first-child { color: var(--muted); width: 45%; }
.qv-foot { margin-top: auto; display: flex; flex-direction: column; gap: 10px; }
.qv-foot .row { display: flex; align-items: center; justify-content: space-between; }
.qv-link { font-size: 13.5px; font-weight: 600; color: var(--brand-dark); }

/* compare modal */
.cmp-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.cmp-table th, .cmp-table td { padding: 10px 14px; border-bottom: 1px solid var(--line-soft); text-align: left; vertical-align: top; }
.cmp-table th { font-family: var(--font-head); }
.cmp-table tr td:first-child { color: var(--muted); width: 180px; }
.cmp-table img { height: 90px; object-fit: contain; mix-blend-mode: multiply; }

/* ---------- wizard ---------- */
.wizard { background: var(--dark); color: var(--dark-ink); border-radius: var(--radius-lg); overflow: hidden; }
.wizard-inner { padding: 44px; }
.wizard .kicker { color: var(--brand); }
.wizard-progress { display: flex; gap: 6px; margin: 22px 0 26px; }
.wizard-progress i { height: 3px; flex: 1; border-radius: 99px; background: oklch(0.99 0.005 80 / 0.15); }
.wizard-progress i.done { background: var(--brand); }
.wizard h3 { font-size: 21px; font-family: var(--font-head); font-weight: 700; margin-bottom: 18px; }
.wizard-opts { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 10px; }
.wizard-opts button {
  text-align: left; padding: 15px 16px; border-radius: var(--radius);
  border: 1px solid oklch(0.99 0.005 80 / 0.16); background: oklch(0.99 0.005 80 / 0.05);
  color: var(--dark-ink); font-weight: 500; font-size: 14.5px;
  transition: border-color 0.15s, background 0.15s;
}
.wizard-opts button small { display: block; color: var(--dark-muted); font-weight: 400; font-size: 12.5px; margin-top: 3px; }
.wizard-opts button:hover { border-color: var(--brand); background: oklch(0.99 0.005 80 / 0.09); }
.wizard-back { background: none; border: none; color: var(--dark-muted); font-size: 13px; margin-top: 18px; }
.wizard-back:hover { color: var(--dark-ink); }
.wizard-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px; }
.wizard-results .pcard { border: none; }
.wizard-reasons { display: flex; flex-wrap: wrap; gap: 5px; padding: 0 16px 8px; }
.wizard-reasons .chip { background: var(--brand-soft); border-color: transparent; color: var(--brand-dark); }

/* ---------- PDP ---------- */
.breadcrumb { font-size: 12.5px; color: var(--muted); padding-top: 18px; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--ink); }
.pdp-top { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 52px; padding-top: 28px; padding-bottom: 64px; align-items: start; }
.pdp-gallery { position: sticky; top: 90px; }
.pdp-main {
  aspect-ratio: 4/3; background: var(--paper); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; padding: 36px;
}
.pdp-main img { max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.pdp-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.pdp-thumbs button {
  width: 68px; height: 68px; border-radius: var(--radius); border: 1px solid var(--line-soft);
  background: var(--paper); padding: 9px; transition: border-color 0.15s;
}
.pdp-thumbs button.active, .pdp-thumbs button:hover { border-color: var(--brand-dark); }
.pdp-thumbs img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.pdp-buy h1 { font-size: clamp(24px, 2.6vw, 32px); }
.pdp-tagline { color: var(--muted); font-size: 16px; margin: 10px 0 0; }
.pdp-meta { display: flex; gap: 14px; font-size: 12.5px; color: var(--muted); margin-top: 12px; flex-wrap: wrap; }
.press-badge {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 14px;
  font-size: 12.5px; font-weight: 600; color: var(--brand-dark);
  background: var(--brand-soft); padding: 5px 12px; border-radius: 999px;
}
.pdp-pricebox { margin: 22px 0; padding: 20px; background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius); }
.pdp-pricebox .price { font-size: 30px; }
.pdp-pricebox .stock { margin-top: 8px; }
.buy-row { display: flex; gap: 10px; margin-top: 16px; }
.qty-input { display: flex; align-items: center; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); }
.qty-input button { width: 38px; height: 46px; border: none; background: none; font-size: 17px; color: var(--muted); }
.qty-input button:hover { color: var(--ink); }
.qty-input input { width: 40px; text-align: center; border: none; background: none; font-weight: 600; }
.qty-input input:focus { outline: none; }
.buy-row .btn { flex: 1; padding: 13px 18px; }
.pdp-usps { display: flex; flex-direction: column; gap: 8px; margin-top: 18px; font-size: 13.5px; color: var(--muted); }
.pdp-usps span { display: flex; gap: 9px; align-items: center; }
.pdp-usps svg { width: 15px; height: 15px; color: var(--brand-dark); flex: none; }
.pdp-highlights { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 18px 20px; margin-top: 18px; }
.pdp-highlights ul { list-style: none; display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.pdp-highlights li { display: flex; gap: 10px; align-items: baseline; }
.pdp-highlights li::before { content: "✓"; color: var(--brand-dark); font-weight: 700; flex: none; }

.pdp-section { padding: 44px 0; border-top: 1px solid var(--line-soft); }
.pdp-section > .wrap > h2 { margin-bottom: 26px; }
.desc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px 40px; max-width: 1000px; }
.desc-grid h3 { color: var(--brand-dark); font-size: 15px; margin-bottom: 8px; }
.desc-grid p { font-size: 14.5px; color: var(--ink); }
.desc-intro { font-size: 17px; max-width: 75ch; margin-bottom: 30px; color: var(--ink); }

.usecase-row { display: flex; flex-wrap: wrap; gap: 12px; }
.usecase {
  display: flex; gap: 12px; align-items: center; background: var(--paper);
  border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 13px 18px; font-size: 13.5px;
}
.usecase b { display: block; font-size: 13.5px; }
.usecase span { color: var(--muted); font-size: 12.5px; }
.usecase .ic { font-size: 21px; }

.spec-cols { columns: 2; column-gap: 40px; }
.spec-group { break-inside: avoid; margin-bottom: 26px; }
.spec-group h3 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--brand-dark); margin-bottom: 8px; }
.spec-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.spec-table td { padding: 7px 0; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.spec-table td:first-child { color: var(--muted); width: 44%; padding-right: 14px; }

.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 1000px; }
.review-panel { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 22px; }
.review-panel h3 { margin-bottom: 12px; font-size: 14px; }
.review-panel ul { list-style: none; display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.review-panel li { display: flex; gap: 10px; align-items: baseline; }
.review-panel.plus li::before { content: "+"; color: var(--success); font-weight: 800; flex: none; }
.review-panel.min li::before { content: "−"; color: var(--alert); font-weight: 800; flex: none; }
.press-quotes { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; max-width: 1000px; }
.pquote { display: flex; gap: 14px; align-items: baseline; background: var(--brand-soft); border-radius: var(--radius); padding: 14px 18px; font-size: 14px; }
.pquote b { color: var(--brand-dark); white-space: nowrap; }

.faq-list { max-width: 800px; }
.faq-item { border-bottom: 1px solid var(--line-soft); }
.faq-item summary {
  display: flex; justify-content: space-between; gap: 16px; align-items: center;
  padding: 16px 0; font-weight: 600; font-size: 15px; cursor: pointer; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--muted); font-size: 19px; flex: none; transition: transform 0.2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 0 16px; color: var(--muted); font-size: 14.5px; max-width: 70ch; }

.upsell-banner {
  display: flex; align-items: center; gap: 24px; background: var(--dark); color: var(--dark-ink);
  border-radius: var(--radius-lg); padding: 24px 30px; margin-top: 34px;
}
.upsell-banner img { width: 120px; height: 90px; object-fit: contain; }
.upsell-banner .grow { flex: 1; }
.upsell-banner b { font-family: var(--font-head); font-size: 17px; display: block; }
.upsell-banner span { color: var(--dark-muted); font-size: 13.5px; }

/* ---------- cart & checkout ---------- */
.cart-layout { display: grid; grid-template-columns: 1.4fr 0.85fr; gap: 36px; align-items: start; }
.cart-lines { display: flex; flex-direction: column; }
.cart-line { display: grid; grid-template-columns: 92px 1fr auto; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line-soft); align-items: center; }
.cart-line .thumb { width: 92px; height: 76px; background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; padding: 9px; }
.cart-line .thumb img { max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.cart-line h3 a { text-decoration: none; }
.cart-line .vpn { font-size: 12px; color: var(--muted); }
.cart-line .right { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; }
.line-remove { border: none; background: none; color: var(--muted); font-size: 12.5px; text-decoration: underline; }
.line-remove:hover { color: var(--alert); }
.summary-card { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius-lg); padding: 26px; position: sticky; top: 90px; }
.summary-card h2 { font-size: 19px; margin-bottom: 16px; }
.sumrow { display: flex; justify-content: space-between; font-size: 14.5px; padding: 7px 0; }
.sumrow.total { border-top: 1px solid var(--line); margin-top: 10px; padding-top: 14px; font-weight: 700; font-size: 17px; font-family: var(--font-head); }
.summary-card .btn { width: 100%; margin-top: 16px; }
.summary-note { font-size: 12.5px; color: var(--muted); margin-top: 12px; }

.co-line { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line-soft); }
.co-thumb { width: 50px; height: 46px; flex: none; background: oklch(0.99 0.003 80); border: 1px solid var(--line-soft); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; padding: 5px; }
.co-thumb img { max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.co-info { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.co-name { font-size: 13px; font-weight: 500; line-height: 1.3; }
.co-qty { font-size: 12px; color: var(--muted); }
.co-price { font-weight: 700; font-size: 14px; white-space: nowrap; font-family: var(--font-head); }

/* placeholder-afbeeldingen: geen multiply-blend (anders onzichtbaar) */
img[src$="placeholder-product.svg"] { mix-blend-mode: normal !important; }

.checkout-steps { display: flex; gap: 8px; align-items: center; font-size: 13px; color: var(--muted); margin-bottom: 28px; }
.checkout-steps b { color: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 600; }
.field input, .field select, .field textarea {
  padding: 11px 13px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: var(--paper); font-size: 14.5px;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--brand); }
.pay-options { display: flex; flex-direction: column; gap: 10px; }
.pay-option {
  display: flex; align-items: center; gap: 12px; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 14px 16px; cursor: pointer; background: var(--paper);
  transition: border-color 0.15s;
}
.pay-option:hover, .pay-option:has(input:checked) { border-color: var(--brand-dark); }
.pay-option input { accent-color: var(--brand-dark); }
.pay-option small { color: var(--muted); display: block; }

/* ---------- generic content & footer ---------- */
.prose { max-width: 75ch; }
.prose h2 { margin: 34px 0 12px; font-size: 22px; }
.prose h3 { margin: 22px 0 8px; }
.prose p, .prose li { color: var(--ink); font-size: 15px; margin-bottom: 10px; }
.prose ul { padding-left: 20px; }
.prose .note { background: var(--brand-soft); border-radius: var(--radius); padding: 14px 18px; font-size: 14px; }

.page-hero { background: var(--paper); border-bottom: 1px solid var(--line-soft); padding: 52px 0; }
.page-hero p { color: var(--muted); margin-top: 10px; max-width: 65ch; }
.page-hero--shop { padding: 38px 0; }
.page-hero-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.page-hero-text { max-width: 56ch; }
.page-hero-text p { margin-top: 8px; }
.wizard-trigger { flex: none; }
.wizard-trigger svg { width: 18px; height: 18px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: start; }
.contact-card { display: flex; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line-soft); }
.contact-card svg { width: 20px; height: 20px; color: var(--brand-dark); flex: none; margin-top: 2px; }
.contact-card b { display: block; font-size: 14.5px; }
.contact-card span { color: var(--muted); font-size: 13.5px; }

.site-footer { background: var(--dark); color: var(--dark-muted); margin-top: 96px; }
.site-footer a { color: var(--dark-muted); text-decoration: none; }
.site-footer a:hover { color: var(--dark-ink); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; padding: 60px 0 44px; }
.footer-grid h4 { color: var(--dark-ink); font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 14px; }
.footer-grid ul { list-style: none; display: flex; flex-direction: column; gap: 9px; font-size: 13.5px; }
.footer-grid p { font-size: 13.5px; max-width: 34ch; }
.footer-bottom { border-top: 1px solid oklch(0.99 0.005 80 / 0.1); padding: 18px 0; display: flex; justify-content: space-between; gap: 12px; font-size: 12.5px; flex-wrap: wrap; }
.footer-logo { display: flex; align-items: center; gap: 9px; color: var(--dark-ink); font-family: var(--font-head); font-weight: 800; font-size: 19px; margin-bottom: 14px; }
.footer-logo svg { width: 26px; height: 26px; }

/* toast */
.toast {
  position: fixed; bottom: 22px; right: 22px; z-index: 90;
  background: var(--dark); color: var(--dark-ink); border-radius: var(--radius);
  padding: 14px 20px; font-size: 14px; box-shadow: var(--shadow-2);
  display: flex; gap: 12px; align-items: center;
  transform: translateY(12px); opacity: 0; pointer-events: none;
  transition: transform 0.25s cubic-bezier(0.22,1,0.36,1), opacity 0.25s;
}
.toast.show { transform: none; opacity: 1; }
.toast a { color: var(--brand); font-weight: 600; text-decoration: none; pointer-events: auto; }

/* reveal animaties */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.5s cubic-bezier(0.22,1,0.36,1), transform 0.5s cubic-bezier(0.22,1,0.36,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .hero .wrap { grid-template-columns: 1fr; padding-top: 56px; padding-bottom: 60px; }
  .hero-visual { order: -1; max-width: 420px; margin: 0 auto; }
  .cat-grid { grid-template-columns: 1fr; }
  .cat-grid.cat-grid-multi { grid-template-columns: repeat(2, 1fr); }
  .product-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .shop-layout { grid-template-columns: 1fr; }

  /* shop-head wordt een sticky navigatiebalk */
  .shop-head {
    flex-direction: column; align-items: stretch; gap: 10px;
    position: sticky; top: 64px; z-index: 45;
    margin: 0 -20px; padding: 10px 20px;
    background: oklch(0.977 0.004 80 / 0.94); backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line-soft);
  }
  .shop-tools { width: 100%; gap: 8px; }
  .filter-toggle { display: inline-flex !important; flex: 2 1 0; justify-content: center; padding: 11px 16px; }
  .shop-tools select { flex: 3 1 0; min-width: 0; }
  .result-count { display: none; }

  /* filter-drawer */
  .filter-panel {
    position: fixed; top: 0; right: 0; bottom: 0; left: auto;
    width: min(88vw, 360px); z-index: 90; background: var(--paper);
    display: flex; flex-direction: column; box-shadow: var(--shadow-2);
    transform: translateX(100%); transition: transform 0.3s cubic-bezier(0.22,1,0.36,1);
    max-height: none;
  }
  .filter-panel.open { transform: none; }
  .filter-panel__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); }
  .filter-panel__head strong { font-family: var(--font-head); font-size: 18px; }
  .filter-panel__close { width: 36px; height: 36px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); font-size: 19px; line-height: 1; display: flex; align-items: center; justify-content: center; }
  .filter-panel__close:hover { border-color: var(--ink); }
  .filters { flex: 1; max-height: none; padding: 6px 20px; }
  .filter-panel__foot { display: block; padding: 14px 20px; border-top: 1px solid var(--line); }
  .filter-panel__foot .btn { width: 100%; }
  .filter-backdrop { display: block; position: fixed; inset: 0; background: oklch(0.15 0.01 60 / 0.5); z-index: 89; opacity: 0; pointer-events: none; transition: opacity 0.25s; }
  .filter-backdrop.open { opacity: 1; pointer-events: auto; }

  .pdp-top { grid-template-columns: 1fr; gap: 28px; }
  .pdp-gallery { position: static; }
  .spec-cols { columns: 1; }
  .review-grid { grid-template-columns: 1fr; }
  .cart-layout { grid-template-columns: 1fr; }
  .wizard-results { grid-template-columns: 1fr; }
  .qv-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
.filter-toggle { display: none; }
@media (max-width: 760px) {
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); flex-direction: column; padding: 10px 20px 16px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-1); }
  .main-nav.open { display: flex; }
  .nav-toggle { display: inline-flex; height: 40px; padding: 0 14px; flex: none; }
  .search-toggle { display: flex; }
  .header-search { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 12px 20px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-1); z-index: 55; }
  .header-search.open { display: block; }
  .header-search svg { display: none; }
  .header-search input { width: 100%; padding-left: 14px; }
  .header-search input:focus { width: 100%; }
  .site-header .wrap { gap: 9px; }
  .logo { font-size: 17px; }
  .logo svg { width: 24px; height: 24px; }
  .header-actions { gap: 8px; margin-left: auto; }
  .icon-btn, .cart-btn { width: 40px; height: 40px; flex: none; }
  .section { padding: 56px 0; }
  .form-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 22px; flex-wrap: wrap; }

  /* page-hero: keuzehulp-knop onder de tekst */
  .page-hero--shop { padding: 24px 0; }
  .page-hero-row { flex-direction: column; align-items: stretch; gap: 16px; }
  .wizard-trigger { width: 100%; justify-content: center; }
  .topbar-cta span { display: none; }

  /* compacte 2-koloms productkaarten */
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .product-grid-4 { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .pcard-body { padding: 12px 13px 14px; gap: 6px; }
  .pcard-body h3 { font-size: 14px; min-height: 0; }
  .pcard-chips { display: none; }
  .pcard-foot { flex-direction: column; align-items: flex-start; gap: 4px; }
  .price { font-size: 16.5px; }
  .pcard .btn-sm { padding: 8px 10px; font-size: 12.5px; }
  .quickview-btn { opacity: 1; transform: none; }

  /* keuzehulp + banners compacter */
  .wizard-inner { padding: 24px 20px; }
  .wizard h3 { font-size: 19px; }
  .wizard-opts { grid-template-columns: 1fr; }
  .upsell-banner { flex-direction: column; align-items: flex-start; gap: 14px; }
  .upsell-banner img { width: 100px; height: 75px; }

  /* categorie-tegels als nette rij (geen tekst onder de foto) */
  .cat-grid.cat-grid-multi { grid-template-columns: 1fr; gap: 10px; }
  .cat-grid-multi .cat-tile { min-height: 0; flex-direction: row; align-items: center; gap: 14px; padding: 15px 18px; }
  .cat-grid-multi .cat-tile img { display: none; }
  .cat-grid-multi .cat-tile .cat-ic { position: static; width: 26px; height: 26px; opacity: 1; flex: none; order: 1; }
  .cat-grid-multi .cat-tile h3 { position: static; max-width: none; font-size: 16px; order: 2; }
  .cat-grid-multi .cat-tile .count { position: static; order: 3; margin-left: auto; }

  /* homepage secties 1 kolom op mobiel */
  .home-split { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }

  /* zoek-suggesties in de mobiele zoekbalk */
  .search-suggest { position: static; width: 100%; max-width: none; box-shadow: none; border: none; padding: 10px 0 0; margin-top: 8px; border-top: 1px solid var(--line-soft); }
}
@media (max-width: 520px) {
  .product-grid, .product-grid-4 { grid-template-columns: 1fr; }
  .pcard-chips { display: flex; }
  .pcard-foot { flex-direction: row; align-items: flex-end; }
}
@media (max-width: 380px) {
  .cat-grid.cat-grid-multi { grid-template-columns: 1fr; }
}
