/* ============================================================
   DE VLOERSPECIALISTEN — statische site
   Eigen, rustige showroomstijl: grote sfeerfoto's van vloeren, paars als vaste donkere
   kleur (uit het logo), oranje als signaalkleur. Scherpe hoeken, veel witruimte.
   ============================================================ */

:root {
  --paper: #ffffff;
  --paper-soft: #f5f3ef;
  --ink: #1f1d2b;
  --ink-soft: #5f5d6b;
  --paars: #463297;        /* logo */
  --paars-deep: #2e2168;
  --paars-nacht: #221950;
  --accent: #fd9b23;       /* logo */
  --accent-deep: #e8850c;
  --accent-text: #b05f00;
  --line: rgba(31, 29, 43, 0.12);
  --white: #ffffff;
  --font-head: "Plus Jakarta Sans", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --kop-hoogte: 80px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--kop-hoogte); -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.7; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
ul, ol { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.12; letter-spacing: -0.025em; color: var(--ink); }
h1 { font-size: clamp(2.2rem, 5vw, 4rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); }
h3 { font-size: 1.15rem; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.container, .wrap { width: min(1240px, 92vw); margin: 0 auto; }
.smal { width: min(860px, 92vw); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; z-index: 100; background: var(--paper); padding: 10px 16px; }

/* label boven een kop: oranje tekst met een streepje ervoor */
.kicker { display: inline-block; font-family: var(--font-head); font-size: 0.9rem; font-weight: 600; color: var(--accent-text); margin-bottom: 0.9rem; }
.kicker-donker { color: var(--paars-nacht); }
.lead { font-size: 1.08rem; color: var(--ink-soft); margin: 1.2rem 0 1.8rem; max-width: 58ch; }

/* ---------- knoppen ---------- */
.knop { display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; font-family: var(--font-head); font-size: 0.95rem; font-weight: 700; padding: 0.95rem 1.5rem; border: 2px solid transparent; cursor: pointer; line-height: 1.2; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.knop svg { width: 18px; height: 18px; transition: transform .2s ease; }
.knop:hover svg { transform: translateX(3px); }
.knop-donker { background: var(--paars); color: var(--white); }
.knop-donker:hover { background: var(--paars-deep); }
.knop-oranje { background: var(--accent); color: var(--paars-nacht); }
.knop-oranje:hover { background: var(--accent-deep); }
.knop-lijn { border-color: var(--paars); color: var(--paars); background: transparent; }
.knop-lijn:hover { background: var(--paars); color: var(--white); }
.knop-lijn-wit { border-color: rgba(255, 255, 255, .8); color: var(--white); background: transparent; }
.knop-lijn-wit:hover { background: var(--white); color: var(--paars); }
.knoppen { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.link-pijl { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-head); font-weight: 700; color: var(--paars); }
.link-pijl svg { width: 18px; height: 18px; transition: transform .2s ease; }
.link-pijl:hover svg { transform: translateX(3px); }
.checks { display: flex; flex-wrap: wrap; gap: 0.5rem 1.6rem; margin-top: 1.6rem; font-size: 0.9rem; }
.checks li { display: inline-flex; align-items: center; gap: 0.5rem; }
.checks svg { width: 17px; height: 17px; stroke-width: 2.4; color: var(--accent-text); }

/* ---------- kop ---------- */
.kop { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .97); backdrop-filter: saturate(1.4) blur(8px); box-shadow: 0 6px 24px rgba(31, 29, 43, .06); }
.kop-inner { width: min(1320px, 94vw); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: var(--kop-hoogte); }
.logo img { width: 205px; }
.menu-lijst { display: flex; align-items: center; gap: 0.3rem; }
.menu-lijst > li { position: relative; }
.menu-lijst > li > a, .sub-knop { display: inline-flex; align-items: center; font-family: var(--font-head); font-size: 0.96rem; font-weight: 600; padding: 0.55rem 0.85rem; border: 0; background: none; color: var(--ink); cursor: pointer; transition: color .2s ease, background .2s ease; }
.menu-lijst > li > a:hover, .sub-knop:hover { color: var(--paars); background: var(--paper-soft); }
.menu-lijst [aria-current="page"] { color: var(--paars); background: #efecf8; }
.sub-knop::after { content: ''; width: 6px; height: 6px; border-right: 1.8px solid; border-bottom: 1.8px solid; transform: rotate(45deg); margin: -4px 0 0 9px; }
.sub { display: none; position: absolute; top: calc(100% + 10px); left: 0; min-width: 260px; background: var(--paper); box-shadow: 0 20px 44px rgba(31, 29, 43, .12); padding: 10px 0; }
.sub::before { content: ''; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.heeft-sub:hover .sub, .heeft-sub.open .sub, .heeft-sub:focus-within .sub { display: block; }
.sub a { display: block; padding: 8px 20px; font-size: 0.94rem; }
.sub a:hover { background: var(--paper-soft); color: var(--paars); }
.kop-acties { display: flex; align-items: center; gap: 0.8rem; }
.kop-zoek { display: grid; place-items: center; width: 46px; height: 46px; color: var(--paars); background: var(--paper-soft); transition: background .2s ease; }
.kop-zoek:hover { background: #ebe7f5; }
.kop-bel { padding: 0.85rem 1.2rem; }
.burger { display: none; background: none; border: 0; padding: 10px 6px; cursor: pointer; }
.burger span { display: block; width: 24px; height: 2px; background: var(--paars); margin: 5px 0; }

/* ---------- hero ---------- */
.hero { position: relative; background: var(--paars-nacht) center 65% / cover no-repeat; color: var(--white); }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(34, 25, 80, .92) 0%, rgba(34, 25, 80, .72) 42%, rgba(34, 25, 80, .15) 75%, rgba(34, 25, 80, 0) 100%); }
.hero-inner { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; min-height: min(78vh, 680px); padding: clamp(4rem, 9vw, 7rem) 0 clamp(6rem, 10vw, 8rem); }
.hero-tekst { max-width: 600px; align-self: center; }
.hero .kicker { color: var(--accent); }
.hero h1 { color: var(--white); }
.hero-lead { font-size: 1.15rem; margin: 1.4rem 0 2.2rem; color: rgba(255, 255, 255, .86); max-width: 32rem; }
.hero-kaart { display: flex; flex-direction: column; gap: 0.2rem; width: 300px; flex-shrink: 0; background: var(--paper); color: var(--ink); padding: 1.6rem; font-size: 0.9rem; }
.hero-kaart b { font-family: var(--font-head); font-size: 1rem; }
.hero-kaart span { color: var(--ink-soft); }
.hero-kaart hr { border: 0; margin: 0.6rem 0; }
.hero-kaart-sterren { display: flex; gap: 2px; color: var(--accent) !important; margin-bottom: 0.4rem; }
.hero-kaart-sterren svg { width: 17px; height: 17px; fill: currentColor; }
.hero-kaart a { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 0.8rem; font-family: var(--font-head); font-weight: 700; color: var(--paars); }
.hero-kaart a svg { width: 18px; height: 18px; }

.usprij { position: relative; z-index: 2; margin-top: -3.2rem; }
.usprij-inner { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper); box-shadow: 0 18px 50px rgba(31, 29, 43, .1); }
.usprij span { display: flex; align-items: center; gap: 0.8rem; padding: 1.4rem 1.5rem; font-family: var(--font-head); font-weight: 600; font-size: 0.92rem; line-height: 1.35; }
.usprij span + span { border-left: 1px solid var(--line); }
.usprij svg { flex-shrink: 0; width: 38px; height: 38px; padding: 9px; background: #fff1de; color: var(--accent-text); }

/* ---------- secties ---------- */
.sectie { padding: clamp(4rem, 8vw, 6.5rem) 0; }
.sectie-creme { background: var(--paper-soft); }
.sectie-boven { padding-top: clamp(2.5rem, 5vw, 4rem); padding-bottom: clamp(3.5rem, 7vw, 5.5rem); }
.sectie-kop { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2.6rem; }

.collecties { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.collectie { position: relative; display: block; overflow: hidden; min-height: 460px; background: var(--paars-nacht); color: var(--white); }
.collectie img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.collectie::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(34, 25, 80, .92) 0%, rgba(34, 25, 80, .45) 45%, rgba(34, 25, 80, 0) 75%); transition: opacity .3s ease; }
.collectie:hover img { transform: scale(1.05); }
.collectie-tekst { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; display: flex; flex-direction: column; gap: 0.45rem; padding: 1.8rem; }
.collectie-aantal { align-self: flex-start; background: var(--accent); color: var(--paars-nacht); font-family: var(--font-head); font-weight: 700; font-size: 0.78rem; padding: 0.2rem 0.6rem; }
.collectie-naam { font-family: var(--font-head); font-weight: 700; font-size: 1.55rem; letter-spacing: -0.02em; }
.collectie-oms { font-size: 0.9rem; color: rgba(255, 255, 255, .8); }
.collectie-link { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 0.4rem; font-family: var(--font-head); font-weight: 700; color: var(--accent); }
.collectie-link svg { width: 18px; height: 18px; transition: transform .2s ease; }
.collectie:hover .collectie-link svg { transform: translateX(4px); }

.actie { background: var(--accent); }
.actie-inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 440px; }
.actie-tekst { align-self: center; padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 5rem) clamp(3rem, 6vw, 5rem) max(4vw, calc((100vw - 1240px) / 2)); }
.actie-tekst h2 { color: var(--paars-nacht); }
.actie-tekst p { margin: 1.1rem 0 2rem; color: #3a2a10; max-width: 30rem; font-size: 1.06rem; }
.actie-beeld { background: center / cover no-repeat; min-height: 320px; }

.waarom { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.cijfers { display: grid; grid-template-columns: 1fr 1fr; }
.cijfers div { display: flex; flex-direction: column; gap: 0.2rem; padding: 1.8rem 1.6rem; }
.cijfers b { font-family: var(--font-head); font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 800; line-height: 1; color: var(--paars); letter-spacing: -0.03em; }
.cijfers span { font-size: 0.9rem; color: var(--ink-soft); }

.tekst p { margin-bottom: 1.1em; color: #3b3947; }
.tekst h2, .tekst h3 { margin: 1.4em 0 0.6em; }
.tekst h2:first-child, .tekst h3:first-child { margin-top: 0; }
.tekst ul { list-style: disc; padding-left: 1.2em; margin-bottom: 1.1em; }
.tekst a { color: var(--paars); font-weight: 600; text-decoration: none; }
.tekst a:hover { color: var(--accent-text); }
.intro h2, .intro h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.infotekst img { margin: 1.4rem 0; }

.ctaband { background: linear-gradient(90deg, rgba(34, 25, 80, .94), rgba(70, 50, 151, .8)), url(/img/banner-2.webp) center / cover; color: var(--white); padding: clamp(4rem, 8vw, 6rem) 0; }
.ctaband .container { display: grid; grid-template-columns: 1.2fr auto; gap: 2rem 3rem; align-items: center; }
.ctaband h2 { color: var(--white); grid-column: 1; }
.ctaband p { grid-column: 1; color: rgba(255, 255, 255, .8); max-width: 36rem; margin-top: -1rem; }
.ctaband .knoppen { grid-column: 2; grid-row: 1 / span 2; }

/* ---------- producten ---------- */
.raster { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.2rem 1.4rem; }
.product { display: flex; flex-direction: column; }
.product-foto { display: block; overflow: hidden; background: var(--paper-soft); }
.product-foto img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .5s ease; }
.product:hover .product-foto img { transform: scale(1.05); }
.product-naam { font-family: var(--font-head); font-weight: 700; font-size: 1rem; line-height: 1.35; margin-top: 0.9rem; transition: color .2s ease; }
.product:hover .product-naam { color: var(--paars); }
.product-merk { font-size: 0.82rem; color: var(--ink-soft); }

/* ---------- paginakop ---------- */
.paginakop { background: var(--paper-soft); padding: clamp(2.2rem, 5vw, 3.6rem) 0 clamp(2.4rem, 5vw, 3.4rem); }
.paginakop h1 { font-size: clamp(2rem, 4vw, 3.2rem); }
.paginakop h1 small { font-size: 0.45em; font-weight: 600; opacity: .7; letter-spacing: 0; }
.paginakop-foto { position: relative; background: var(--paars-nacht) center / cover no-repeat; color: var(--white); padding: clamp(3rem, 7vw, 5rem) 0; }
.paginakop-foto::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(34, 25, 80, .94) 0%, rgba(34, 25, 80, .78) 50%, rgba(34, 25, 80, .35) 100%); }
.paginakop-foto .container { position: relative; }
.paginakop-foto h1 { color: var(--white); }
.paginakop-foto .kicker { color: var(--accent); }
.paginakop-foto .kruimels a, .paginakop-foto .kruimels [aria-current] { color: rgba(255, 255, 255, .85); }
.kop-tekst { margin-top: 1.2rem; max-width: 44rem; color: rgba(255, 255, 255, .84); display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }

.kruimels ol { display: flex; flex-wrap: wrap; font-size: 0.82rem; margin-bottom: 1.3rem; }
.kruimels li + li::before { content: '›'; margin: 0 0.5rem; opacity: .6; }
.kruimels a { font-weight: 600; }
.kruimels a:hover { text-decoration: underline; }
.kruimels [aria-current] { color: var(--ink-soft); }
.container > .kruimels { padding-top: 1.8rem; }

/* ---------- categorie ---------- */
.catlayout { display: grid; grid-template-columns: 250px 1fr; gap: 3rem; padding-top: 3rem; padding-bottom: 5rem; align-items: start; }
.zijbalk { position: sticky; top: calc(var(--kop-hoogte) + 1.5rem); background: var(--paper-soft); padding: 1.4rem 1.3rem; }
.zijbalk h2 { font-size: 1rem; margin-bottom: 0.8rem; }
.zijbalk ul ul { padding: 0 0 0.5rem 0.8rem; }
.zijbalk a { display: flex; justify-content: space-between; gap: 0.6rem; padding: 0.4rem 0; font-size: 0.93rem; transition: color .2s ease; }
.zijbalk ul ul a { padding: 0.25rem 0; font-size: 0.88rem; color: var(--ink-soft); }
.zijbalk a small { font-size: 0.76rem; color: var(--ink-soft); }
.zijbalk a:hover { color: var(--paars); }
.zijbalk a[aria-current="page"] { color: var(--paars); font-weight: 700; }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.6rem; }
.chips a { background: var(--paper-soft); padding: 0.5rem 0.95rem; font-size: 0.86rem; font-weight: 500; transition: background .2s ease, color .2s ease; }
.chips a:hover { background: var(--paars); color: var(--white); }
.telling { font-size: 0.86rem; color: var(--ink-soft); margin-bottom: 1.4rem; }
.bladeren { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.35rem; margin-top: 3.5rem; }
.bladeren a, .bladeren span { min-width: 44px; padding: 0.6rem 0.9rem; text-align: center; background: var(--paper-soft); font-size: 0.9rem; font-weight: 500; }
.bladeren a:hover { background: #ebe7f5; color: var(--paars); }
.bladeren [aria-current="page"] { background: var(--paars); color: var(--white); font-weight: 700; }

/* ---------- productpagina ---------- */
.productpagina { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4.5rem); padding: 1rem 0 clamp(3rem, 6vw, 4.5rem); }
.galerij-groot { background: var(--paper-soft); }
.galerij-groot img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.duimen { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.6rem; margin-top: 0.7rem; }
.duim { padding: 0; border: 2px solid transparent; background: none; cursor: pointer; opacity: .75; transition: opacity .2s ease; }
.duim:hover { opacity: 1; }
.duim.is-actief { border-color: var(--accent); opacity: 1; }
.duim img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.productinfo { padding-top: 0.5rem; }
.productinfo > .kicker { text-decoration: none; }
.productinfo h1 { font-size: clamp(1.9rem, 3.2vw, 2.8rem); }
.productinfo h1 + .cta { margin-top: 1.8rem; }
.serie { color: var(--ink-soft); margin: 0.8rem 0 1.4rem; font-size: 0.95rem; }
.serie a { color: var(--paars); font-weight: 600; }
.cta { background: var(--paper-soft); border-left: 4px solid var(--accent); padding: 1.8rem; margin-top: 1.6rem; }
.cta h2 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.cta p { color: var(--ink-soft); margin-bottom: 1.3rem; font-size: 0.95rem; }
.cta .checks { flex-direction: column; gap: 0.5rem; margin-top: 1.4rem; }
.productdetails { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4.5rem); padding: clamp(2.5rem, 5vw, 3.5rem) 0 clamp(3.5rem, 6vw, 5rem); }
.productdetails.enkel { grid-template-columns: minmax(0, 760px); }
.productdetails h2 { font-size: 1.4rem; margin-bottom: 1.2rem; }
.specs { width: 100%; border-collapse: collapse; font-size: 0.93rem; }
.specs th, .specs td { text-align: left; padding: 0.8rem 1rem; vertical-align: top; }
.specs tr:nth-child(odd) { background: var(--paper-soft); }
.specs th { width: 45%; font-weight: 500; color: var(--ink-soft); }
.specs td { font-weight: 600; }

/* ---------- contact en zoeken ---------- */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.contact > div { background: var(--paper-soft); padding: 2rem; }
.contact h2 { font-size: 1.3rem; margin-bottom: 1rem; }
.contact p { margin-bottom: 1.2rem; }
.contact a:not(.knop) { color: var(--paars); font-weight: 600; }
.zoekwrap { padding-top: 2.5rem; padding-bottom: 5rem; }
.zoek { display: flex; }
.zoek input { flex: 1; min-width: 0; font: inherit; font-size: 1rem; padding: 1rem 1.2rem; border: 2px solid var(--paars); border-right: 0; border-radius: 0; background: var(--paper); }
.zoek input:focus { outline: none; box-shadow: inset 0 0 0 1px var(--paars); }
.zoek button { background: var(--paars); color: var(--white); border: 0; padding: 0 1.6rem; font-family: var(--font-head); font-size: 0.95rem; font-weight: 700; cursor: pointer; }
.zoek-groot { max-width: 720px; margin-bottom: 1.6rem; }

/* ---------- voet ---------- */
.voet { background: var(--paars-nacht); color: rgba(255, 255, 255, .74); font-size: 0.93rem; }
.voet-kolommen { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; padding: clamp(3.5rem, 7vw, 5rem) 0 3rem; }
.voet-merk img { width: 205px; margin-bottom: 1.3rem; }
.voet-merk p { max-width: 24rem; margin-bottom: 1rem; }
.voet-adres b { color: var(--white); }
.voet h2 { color: var(--white); font-size: 1rem; margin-bottom: 1.1rem; }
.voet li { margin-bottom: 0.55rem; }
.voet a:hover { color: var(--accent); }
.voet-onder { background: rgba(0, 0, 0, .18); font-size: 0.82rem; color: rgba(255, 255, 255, .55); }
.voet-onder-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.8rem 1.6rem; padding: 1.3rem 0; }
.voet-onder-inner span:last-child { display: flex; flex-wrap: wrap; gap: 0.4rem 1.4rem; }
.linkknop { background: none; border: 0; padding: 0; font: inherit; color: inherit; cursor: pointer; }
.linkknop:hover { color: var(--accent); }

/* ---------- cookiemelding ---------- */
.cookiemelding { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: var(--paper); box-shadow: 0 -12px 34px rgba(31, 29, 43, .12); }
.cookiemelding[hidden] { display: none; }
.cookiemelding-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.1rem 0; }
.cookiemelding p { font-size: 0.9rem; max-width: 46rem; }
.cookiemelding p a { color: var(--paars); text-decoration: underline; text-underline-offset: 3px; }
.cookiemelding div { display: flex; gap: 0.6rem; flex-shrink: 0; }

/* ---------- responsief ---------- */
@media (max-width: 1100px) {
  .kop-bel span { display: none; }
  .kop-bel { padding: 0.85rem; }
  .raster { grid-template-columns: repeat(3, 1fr); }
  .catlayout { grid-template-columns: 1fr; }
  .zijbalk { position: static; order: 2; }
  .voet-kolommen { grid-template-columns: 1fr 1fr; }
  .usprij-inner { grid-template-columns: 1fr 1fr; }
  .usprij span:nth-child(3) { border-left: 0; }
    .hero-kaart { display: none; }
}
@media (max-width: 900px) {
  :root { --kop-hoogte: 68px; }
  .logo img { width: 160px; }
  .burger { display: block; }
  .kop-bel { display: none; }
  .menu { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); box-shadow: 0 18px 30px rgba(31, 29, 43, .1); max-height: calc(100vh - var(--kop-hoogte)); overflow-y: auto; }
  .menu.open { display: block; }
  .menu-lijst { flex-direction: column; align-items: stretch; gap: 0; width: 92vw; margin: 0 auto; padding: 0.6rem 0 1.2rem; }
  .menu-lijst > li > a, .sub-knop { width: 100%; justify-content: space-between; padding: 0.85rem 0.8rem; font-size: 1.02rem; }
  .menu-lijst > li > a:hover, .sub-knop:hover { background: none; }
  .menu-lijst [aria-current="page"] { box-shadow: none; }
  .sub { position: static; border: 0; box-shadow: none; padding: 0.3rem 0 0.6rem 0.8rem; min-width: 0; }
  .hero::before { background: linear-gradient(0deg, rgba(34, 25, 80, .95) 0%, rgba(34, 25, 80, .8) 55%, rgba(34, 25, 80, .35) 100%); }
  .hero-inner { min-height: 0; padding: 7rem 0 6rem; }
  .collecties, .waarom, .productpagina, .productdetails, .contact, .actie-inner { grid-template-columns: 1fr; }
  .collectie { min-height: 380px; }
  .actie-tekst { padding: 3rem 4vw; }
  .actie-beeld { order: -1; min-height: 240px; }
  .sectie-kop { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .raster { grid-template-columns: repeat(2, 1fr); gap: 1.8rem 1rem; }
  .ctaband .container { grid-template-columns: 1fr; }
  .ctaband .knoppen { grid-column: 1; grid-row: auto; }
  .ctaband p { margin-top: -0.5rem; }
  .cookiemelding-inner { flex-direction: column; align-items: stretch; gap: 0.9rem; }
  .cookiemelding div .knop { flex: 1; }
}
@media (max-width: 520px) {
  .voet-kolommen { grid-template-columns: 1fr; }
  .usprij-inner { grid-template-columns: 1fr; }
  .usprij span + span { border-left: 0; }
  .cijfers div { padding: 1.3rem 1rem; }
  .knoppen .knop { flex: 1 1 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}
