/* ==========================================================================
   Kunst van Staal · homepage-concept
   Tokens = dezelfde als de pdp-secties (pdp-main.css / pdp-sections.css):
   accent #BF5E2E, tekst/donker #26221E, pagina #F5F4F2, kaartrand #ECECEA,
   kaart-crème #F7F4EE, icoonvlak #F7EDE7, radius 12, font Epilogue (thema).
   ========================================================================== */
:root {
  --accent: #BF5E2E;
  --accent-dark: #A8501F;
  --accent-soft: #F7EDE7;
  --accent-light: #E79B70;
  --dark: #26221E;
  --text: #26221E;
  --text-rgb: 38, 34, 30;
  --muted: rgba(38, 34, 30, .62);
  --bg: #F5F4F2;
  --surface: #FFFFFF;
  --card: #F7F4EE;
  --border: #ECECEA;
  --border-warm: #EDE9E2;
  --radius: 12px;
  --radius-lg: 16px;
  --font: 'Epilogue', system-ui, -apple-system, sans-serif;
  --wrap: 1320px;
  --gutter: clamp(16px, 4vw, 40px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.6; color: var(--text); background: var(--bg); }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; line-height: 1.15; color: var(--dark); }
p { margin: 0; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: var(--gutter); }

/* ---------- Typografie & bouwstenen ---------- */
.eyebrow { font-weight: 700; font-size: 13px; line-height: 1; letter-spacing: .05em; text-transform: uppercase; color: var(--accent); margin: 0 0 14px; }
.eyebrow--light { color: var(--accent-light); }
.h2 { font-size: clamp(26px, 3vw, 34px); line-height: 1.12; letter-spacing: -.01em; }
.h2--line { display: flex; align-items: center; gap: 22px; }
.h2--line::after { content: ""; flex: 0 0 110px; height: 2px; background: var(--accent); }
.sec { padding: clamp(48px, 6vw, 88px) 0; }
.sec--tight { padding: clamp(20px, 3vw, 40px) 0; }
.sec--alt { background: #EFEDE9; }
.sec-head { display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px 64px; align-items: end; margin-bottom: 36px; }
.sec-head__text { font-size: 16px; line-height: 1.65; color: var(--muted); max-width: 52ch; }
.sec-head--row { grid-template-columns: 1fr auto; }
.action { font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; color: var(--accent); text-decoration: none; border-bottom: 1px solid var(--accent); padding-bottom: 2px; white-space: nowrap; }
.action:hover { color: var(--accent-dark); border-color: var(--accent-dark); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 26px; border-radius: 8px; font-family: var(--font); font-weight: 600; font-size: 15px; line-height: 1.2; text-decoration: none; border: 1.5px solid transparent; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.btn--sm { padding: 11px 18px; font-size: 14px; }
.btn--accent { background: var(--accent); color: #fff; }
.btn--accent:hover { background: var(--accent-dark); }
.btn--dark { background: var(--dark); color: #fff; }
.btn--dark:hover { background: #3a342e; }
.btn--ghost { background: transparent; color: var(--dark); border-color: rgba(var(--text-rgb), .35); }
.btn--ghost:hover { border-color: var(--dark); background: #fff; }
.btn--showroom { background: var(--accent); color: #F5F4F2; border-radius: 50px; text-transform: uppercase; letter-spacing: .04em; font-size: 14px; }
.btn--showroom span { transition: transform .2s; }
.btn--showroom:hover span { transform: translateX(3px); }

/* Sterren (fractioneel, zelfde component als pdp-rating) */
.rating { position: relative; display: inline-block; font-family: Arial, "Helvetica Neue", sans-serif; font-size: 14px; line-height: 1; letter-spacing: .12em; color: rgba(var(--text-rgb), .22); white-space: nowrap; font-style: normal; }
.rating::before { content: "★★★★★"; }
.rating__fill { position: absolute; top: 0; left: 0; height: 100%; overflow: hidden; white-space: nowrap; width: calc(var(--rating, 5) / 5 * 100%); color: var(--accent); }
.rating__fill::before { content: "★★★★★"; }
.rating--lg { font-size: 22px; }

.checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.checks li { display: flex; gap: 12px; font-weight: 600; font-size: 15px; line-height: 1.5; color: var(--dark); }
.checks li::before { content: "✓"; color: var(--accent); font-weight: 700; }

/* ---------- Topbar + header ---------- */
.topbar { background: var(--dark); color: #fff; font-size: 14px; }
.topbar__in { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 16px; }
.topbar__contact, .topbar__links { display: flex; gap: 22px; }
.topbar a { display: inline-flex; align-items: center; gap: 8px; color: #fff; text-decoration: none; white-space: nowrap; }
.topbar a:hover { color: var(--accent-light); }
.topbar svg { width: 16px; height: 16px; color: var(--accent-light); }
.header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--border); }
.header__in { display: flex; align-items: center; gap: 28px; min-height: 84px; }
.header__logo img { width: 150px; height: auto; }
.header__nav { display: flex; gap: 26px; margin-left: 12px; }
.header__nav a { text-decoration: none; font-weight: 500; font-size: 15.5px; color: #222; padding: 6px 0; border-bottom: 2px solid transparent; white-space: nowrap; }
.header__nav a:hover { color: var(--accent); border-color: var(--accent); }
.header__nav-maat { display: none; }
.header__icons { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.header__icons button { background: none; border: 0; padding: 8px; cursor: pointer; color: #222; display: inline-flex; align-items: center; gap: 6px; font-family: var(--font); font-size: 14px; font-weight: 500; }
.header__icons button:hover { color: var(--accent); }
.header__icons svg { width: 22px; height: 22px; stroke-width: 1.8; }
.header__burger { display: none; background: none; border: 0; padding: 8px; cursor: pointer; flex-direction: column; gap: 5px; }
.header__burger span { display: block; width: 22px; height: 2px; background: #222; border-radius: 2px; }


/* ---------- 1. Hero-slider (full-bleed, 2 slides) ---------- */
.hero { position: relative; min-height: clamp(560px, 82vh, 820px); overflow: hidden; background: var(--dark); display: grid; }
.hero__nav.is-flow { position: static; }
.hero__track { position: relative; display: grid; }
.hero__slide { grid-area: 1 / 1; position: relative; min-height: clamp(560px, 82vh, 820px); }
.hero__slide { opacity: 0; visibility: hidden; transition: opacity .9s ease, visibility 0s .9s; pointer-events: none; }
.hero__slide.is-active { opacity: 1; visibility: visible; transition: opacity .9s ease; z-index: 1; pointer-events: auto; }
.is-light::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(245,244,242,.94) 0%, rgba(245,244,242,.78) 34%, rgba(245,244,242,.25) 56%, rgba(245,244,242,0) 72%); }
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 50%; transform: scale(1.06); transition: transform 8s ease-out; }
.hero__slide.is-active .hero__bg { transform: scale(1); }
.hero__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(20,15,10,.72) 0%, rgba(20,15,10,.45) 45%, rgba(20,15,10,.05) 100%); }
.hero__content { position: relative; z-index: 2; min-height: inherit; display: flex; flex-direction: column; justify-content: center; max-width: var(--wrap); padding-top: 56px; padding-bottom: 120px; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 13px; letter-spacing: .05em; text-transform: uppercase; color: var(--accent); margin-bottom: 22px; opacity: 0; transform: translateY(14px); }
.hero__eyebrow span { background: var(--accent); color: #fff; border-radius: 100px; padding: 6px 12px; font-size: 11px; letter-spacing: .08em; }
.hero__title { font-size: clamp(36px, 4.4vw, 60px); line-height: 1.06; letter-spacing: -.025em; font-weight: 800; color: var(--dark); max-width: 20ch; margin-bottom: 22px; opacity: 0; transform: translateY(18px); }
.hero__text { font-size: clamp(16px, 1.3vw, 19px); line-height: 1.6; color: rgba(38,34,30,.88); max-width: 44ch; margin-bottom: 30px; opacity: 0; transform: translateY(18px); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; opacity: 0; transform: translateY(18px); }
.hero__slide.is-active .hero__eyebrow, .hero__slide.is-active .hero__title, .hero__slide.is-active .hero__text, .hero__slide.is-active .hero__cta { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.hero__slide.is-active .hero__title { transition-delay: .12s; }
.hero__slide.is-active .hero__text { transition-delay: .22s; }
.hero__slide.is-active .hero__cta { transition-delay: .32s; }
.is-dark .hero__title { color: #fff; }
.is-dark .hero__text { color: rgba(255,255,255,.92); }
.is-dark .hero__eyebrow { color: #fff; }
.btn--lg { padding: 17px 30px; font-size: 16px; }
.btn--light { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.55); backdrop-filter: blur(6px); }
.btn--light:hover { background: #fff; color: var(--dark); }
.hero__chip { position: absolute; z-index: 3; right: var(--gutter); bottom: 40px; display: flex; align-items: center; gap: 14px; padding: 10px 16px 10px 10px; background: rgba(255,255,255,.86); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: 12px; text-decoration: none; color: var(--dark); box-shadow: 0 14px 34px -20px rgba(38,34,30,.6); transform: translateY(10px); opacity: 0; transition: opacity .6s .5s, transform .6s .5s; }
.hero__slide.is-active .hero__chip { opacity: 1; transform: none; }
.hero__chip img { width: 52px; height: 52px; border-radius: 8px; object-fit: cover; }
.hero__chip span { display: flex; flex-direction: column; line-height: 1.25; }
.hero__chip b { font-size: 14px; }
.hero__chip small { font-size: 12px; color: var(--muted); }
.hero__chip i { font-style: normal; width: 32px; height: 32px; border-radius: 50%; background: var(--accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; transition: transform .2s; }
.hero__chip:hover i { transform: translateX(3px); }
.hero__nav { position: absolute; left: 0; right: 0; bottom: 22px; z-index: 4; display: flex; align-items: center; gap: 14px; }
.hero__arrow { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(38,34,30,.25); background: rgba(255,255,255,.7); backdrop-filter: blur(6px); color: var(--dark); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background .15s, border-color .15s; }
.hero__arrow:hover { background: #fff; border-color: var(--accent); color: var(--accent); }
.hero__arrow svg { width: 18px; height: 18px; }
.hero__dots { display: flex; gap: 8px; }
.hero__dots button { width: 36px; height: 4px; border: 0; border-radius: 2px; background: rgba(38,34,30,.25); cursor: pointer; padding: 0; transition: background .2s, width .2s; }
.hero__dots button.is-active { background: var(--accent); width: 56px; }

/* USP-ticker onder de hero */
.ticker { background: var(--dark); color: #F5F4F2; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.08); }
.ticker__track { display: flex; width: max-content; animation: ticker 38s linear infinite; }
.ticker__track span { display: inline-flex; align-items: center; padding: 13px 0; font-size: 13px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; white-space: nowrap; }
.ticker__track span::after { content: "◆"; color: var(--accent); font-size: 8px; margin: 0 32px; }
@keyframes ticker { to { transform: translateX(-50%); } }
.ticker:hover .ticker__track { animation-play-state: paused; }

/* Buiten-carrousel */
.carousel { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 4px; scroll-padding-inline: 0; }
.carousel::-webkit-scrollbar { display: none; }
.carousel .room { flex: 0 0 calc((100% - 40px) / 3); scroll-snap-align: start; }

/* Metalen tekst */
.tekst { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.tekst__price { font-size: 13px; font-weight: 600; color: var(--muted); }
.tekst__media { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.tekst__main { grid-column: 1 / -1; width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-radius: var(--radius); }
.tekst__thumbs { display: contents; }
.tekst__thumbs img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 10px; transition: transform .3s; }
.tekst__thumbs img:hover { transform: translateY(-3px); }

/* Kleurstalen */
.samples { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.samples__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; }
.samples__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.samples__tag { position: absolute; top: 16px; left: 16px; background: var(--accent); color: #fff; border-radius: 100px; padding: 9px 16px; font-size: 13px; font-weight: 600; }
.samples__tag b { font-size: 16px; font-weight: 800; margin-right: 4px; }
.samples__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 6px 0 26px; }
.samples__grid a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 10px; background: #fff; border: 1px solid var(--border); text-decoration: none; color: var(--dark); transition: border-color .15s, transform .15s; }
.samples__grid a:hover { border-color: var(--accent); transform: translateY(-2px); }
.samples__grid i { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 7px; background: var(--c); box-shadow: inset 0 0 0 1px rgba(38,34,30,.14); }
.samples__grid span { display: flex; flex-direction: column; line-height: 1.15; font-size: 12.5px; font-weight: 600; min-width: 0; }
.samples__grid small { font-size: 10.5px; font-weight: 500; color: var(--muted); }
.samples__grid .is-more { background: var(--accent-soft); border-color: transparent; }
.samples__grid .is-more i { background: none; box-shadow: none; display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-weight: 800; color: var(--accent); font-size: 13px; }
.samples__grid .is-more span { color: var(--accent); }

/* Bij klanten thuis */
.klant { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; grid-auto-flow: dense; gap: 12px; }
.klant__item { position: relative; display: block; border-radius: 10px; overflow: hidden; text-decoration: none; color: #fff; }
.klant__item--tall { grid-row: span 2; }
.klant__item--wide { grid-column: span 2; }
.klant__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.klant__item:hover img { transform: scale(1.05); }
.klant__item span { position: absolute; left: 12px; right: 12px; bottom: 12px; width: fit-content; max-width: calc(100% - 24px); font-size: 12px; line-height: 1.35; font-weight: 600; background: rgba(38,34,30,.72); backdrop-filter: blur(6px); padding: 6px 10px; border-radius: 7px; opacity: 0; transform: translateY(6px); transition: opacity .25s, transform .25s; }
.klant__item:hover span { opacity: 1; transform: none; }
@media (hover: none) { .klant__item span { opacity: 1; transform: none; } }

/* Waarom: cijfers */
.why__stats { display: flex; gap: 28px; margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.why__stats div { display: flex; flex-direction: column; }
.why__stats b { font-size: 28px; line-height: 1; color: #fff; letter-spacing: -.02em; }
.why__stats span { font-size: 12px; color: rgba(255,255,255,.6); margin-top: 6px; }

/* Verschijnen bij scrollen */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .hero__bg { transition: none; } .ticker__track { animation: none; } }

/* ---------- 2. USP-balk (pdp-uspbar--cards) ---------- */
.uspbar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.uspbar__item { display: flex; align-items: center; gap: 14px; background: var(--surface); border: 1px solid var(--border-warm); border-radius: var(--radius); padding: 18px 20px; }
.uspbar__icon { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 100px; background: var(--accent-soft); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; }
.uspbar__icon svg { width: 21px; height: 21px; }
.uspbar h3 { font-size: 15px; line-height: 1.3; }
.uspbar p { font-size: 13px; line-height: 1.45; color: var(--muted); margin-top: 2px; }

/* ---------- 3. Kies je ruimte ---------- */
.rooms { display: flex; flex-direction: column; gap: 40px; }
.rooms__group + .rooms__group { margin-top: 44px; }
.rooms__label { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; flex-wrap: wrap; }
.rooms__label .action { margin-left: auto; }
.rooms__ctrl { display: inline-flex; gap: 6px; }
.rooms__ctrl button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border); background: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; color: var(--dark); transition: border-color .15s, background .15s; }
.rooms__ctrl button:hover { border-color: var(--accent); color: var(--accent); }
.rooms__ctrl svg { width: 18px; height: 18px; }
.rooms__label > span:first-child { font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--dark); background: #fff; border: 1px solid var(--border); border-radius: 100px; padding: 6px 14px; }
.rooms__label em { font-style: normal; font-size: 14px; color: var(--muted); }
.rooms__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.room { position: relative; display: block; border-radius: var(--radius); overflow: hidden; background: #ddd; text-decoration: none; color: #fff; aspect-ratio: 4 / 3; }
.room img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.room:hover img { transform: scale(1.05); }
.room::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,16,12,.78) 0%, rgba(20,16,12,.15) 50%, rgba(20,16,12,0) 100%); }
.room__body { position: absolute; left: 22px; right: 70px; bottom: 20px; z-index: 2; display: flex; flex-direction: column; gap: 3px; }
.room__body b { font-size: 20px; line-height: 1.2; }
.room__body small { font-size: 13px; opacity: .85; }
.room__arrow { position: absolute; right: 18px; bottom: 18px; z-index: 2; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.18); backdrop-filter: blur(6px); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; transition: background .2s, transform .2s; }
.room:hover .room__arrow { background: var(--accent); transform: translateX(3px); }

/* ---------- Productkaart (pdp-related, stijl 'card') ---------- */
.pgrid { display: grid; gap: 24px; }
.pgrid--4 { grid-template-columns: repeat(4, 1fr); }
.pgrid--5 { grid-template-columns: repeat(5, 1fr); }
.pcard { display: flex; flex-direction: column; text-decoration: none; border-radius: var(--radius); overflow: hidden; background: var(--card); transition: transform .3s, box-shadow .3s; }
.pcard:hover { transform: translateY(-4px); box-shadow: 0 18px 34px -24px rgba(38,34,30,.5); }
.pcard__media { position: relative; overflow: hidden; background: #F2F2F4; }
.pcard__media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.pcard:hover .pcard__media img { transform: scale(1.05); }
.pcard__badge { position: absolute; top: 12px; left: 12px; z-index: 3; font-weight: 600; font-size: 11px; line-height: 1; padding: 6px 10px; border-radius: 7px; background: var(--accent); color: #fff; text-transform: uppercase; letter-spacing: .02em; }
.pcard__badge--ghost { background: rgba(255,255,255,.75); color: var(--dark); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); box-shadow: 0 4px 16px -9px rgba(38,34,30,.5); }
.pcard__body { display: flex; flex-direction: column; padding: 18px; }
.pcard__spec { font-size: 12px; color: var(--muted); margin-bottom: 6px; }
.pcard__name { font-weight: 600; font-size: 15px; line-height: 1.35; color: var(--dark); margin-bottom: 8px; }
.pcard__price { font-weight: 700; font-size: 14px; color: var(--accent); }
.pcard__price .va { font-weight: 400; color: var(--muted); }
.swatches { position: absolute; left: 12px; bottom: 12px; z-index: 3; display: inline-flex; align-items: center; gap: 6px; padding: 6px 8px; border-radius: 100px; background: rgba(255,255,255,.58); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.swatches i { width: 14px; height: 14px; border-radius: 50%; background: var(--c); box-shadow: 0 0 0 1.5px #fff, 0 0 0 2.5px rgba(38,34,30,.25); }
.swatches em { font-style: normal; font-size: 11px; font-weight: 600; color: var(--dark); margin-left: 2px; }

/* ---------- 4. Stappen (pdp-steps) ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.step { background: var(--surface); border: 1px solid var(--border-warm); border-radius: var(--radius); padding: 26px; }
.step__num { display: block; font-weight: 700; font-size: 13px; color: var(--accent); margin-bottom: 12px; }
.step h3 { font-size: 17px; margin-bottom: 8px; }
.step p { font-size: 14px; line-height: 1.6; color: rgba(var(--text-rgb), .75); }

/* ---------- 6. Waarom (pdp-why) ---------- */
.why { background: var(--dark); color: #F5F4F2; border-radius: var(--radius-lg); padding: clamp(32px, 5vw, 60px); display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.why__title { font-size: clamp(28px, 3.2vw, 38px); line-height: 1.12; color: #fff; margin-bottom: 18px; }
.why__title b { color: var(--accent); font-weight: inherit; }
.why__text { font-size: 16px; line-height: 1.7; color: rgba(255,255,255,.72); }
.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 24px; }
.why__item { border-top: 2px solid var(--accent); padding-top: 16px; }
.why__item h3 { font-size: 15px; line-height: 1.3; color: #fff; margin-bottom: 8px; }
.why__item p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,.6); }

/* ---------- 7. Stories (pdp-stories) ---------- */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.story + .story { margin-top: clamp(40px, 5vw, 72px); }
.story--flip .story__media { order: 2; }
.story__media { margin: 0; border-radius: var(--radius); overflow: hidden; }
.story__media img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.story__body .h2, .project__body .h2, .news .h2 { margin-bottom: 14px; }
.story__text { font-size: 16px; line-height: 1.7; color: var(--text); max-width: 48ch; margin-bottom: 22px; }
.story__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 24px; }
.colorpills { display: flex; flex-wrap: wrap; gap: 8px; }
.colorpills a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px 8px 10px; border-radius: 100px; background: #fff; border: 1px solid var(--border); text-decoration: none; font-size: 13px; font-weight: 600; color: var(--dark); transition: border-color .15s; }
.colorpills a:hover { border-color: var(--accent); }
.colorpills i { width: 16px; height: 16px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(38,34,30,.15); }

/* ---------- 8. Reviews (pdp-reviews) ---------- */
.reviews { display: grid; grid-template-columns: .8fr 1.7fr; gap: 56px; align-items: start; }
.reviews__aside { position: sticky; top: 108px; }
.reviews__headline { font-size: 30px; line-height: 1.08; text-transform: uppercase; letter-spacing: -.01em; margin-bottom: 14px; }
.reviews__aside .rating--lg { margin-bottom: 22px; }
.bars { display: flex; flex-direction: column; gap: 8px; max-width: 340px; }
.bar { display: flex; gap: 12px; align-items: center; font-weight: 600; font-size: 12px; color: var(--muted); }
.bar > span:first-child { flex: 0 0 26px; }
.bar .pct { flex: 0 0 34px; text-align: right; }
.bar .track { flex: 1; height: 7px; border-radius: 100px; background: #dedbd5; overflow: hidden; display: block; }
.bar .track b { display: block; height: 100%; background: var(--accent); }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.revbadge { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; text-decoration: none; transition: border-color .15s; }
.revbadge:hover { border-color: var(--accent); }
.revbadge svg { width: 20px; height: 20px; stroke: none; }
.revbadge span { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.revbadge b { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; color: var(--dark); }
.revbadge .rating { font-size: 11px; }
.revbadge small { font-size: 11px; color: var(--muted); }
.reviews__cta { margin-top: 22px; }
.reviews__list { display: flex; flex-direction: column; gap: 16px; }
.review { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 28px; }
.review__top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 14px; }
.review__meta { font-weight: 600; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; text-align: right; color: rgba(var(--text-rgb), .5); }
.review__quote { font-size: 15.5px; line-height: 1.65; margin-bottom: 14px; }
.review__foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.review__foot svg { width: 18px; height: 18px; stroke: none; }
.review__name { font-weight: 700; font-size: 13px; }
.review__name span { font-weight: 400; color: rgba(var(--text-rgb), .55); }

/* ---------- 9. Maatwerkprojecten ---------- */
.project { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.project__media { position: relative; border-radius: var(--radius); overflow: hidden; }
.project__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.project__cap { position: absolute; left: 14px; bottom: 14px; font-size: 12px; font-weight: 600; color: var(--dark); background: rgba(255,255,255,.8); backdrop-filter: blur(8px); padding: 7px 12px; border-radius: 8px; }
.gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 40px; }
.gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 10px; }

/* ---------- 10. Showroom (pdp-showroom) ---------- */
.showroom { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--radius); overflow: hidden; }
.showroom__media { background-size: cover; background-position: center; min-height: 380px; }
.showroom__body { background: var(--dark); color: #F5F4F2; padding: clamp(32px, 4vw, 56px) clamp(24px, 4vw, 52px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.showroom__title { font-size: 30px; line-height: 1.12; color: #F5F4F2; margin-bottom: 16px; }
.showroom__text { font-size: 16px; line-height: 1.7; max-width: 44ch; margin-bottom: 14px; }
.showroom__addr { font-size: 13px; color: var(--accent-light); margin-bottom: 28px; }

/* ---------- 11. Blog ---------- */
.blog { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post { display: flex; flex-direction: column; text-decoration: none; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform .3s, box-shadow .3s; }
.post:hover { transform: translateY(-4px); box-shadow: 0 18px 34px -24px rgba(38,34,30,.5); }
.post img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.post__body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 6px; }
.post__cat { font-weight: 700; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); }
.post__body b { font-size: 17px; line-height: 1.3; color: var(--dark); }
.post__body small { font-size: 13px; font-weight: 600; color: var(--muted); margin-top: 6px; }

/* ---------- 12. Nieuwsbrief ---------- */
.news { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; background: #fff; border: 1px solid var(--border-warm); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 48px); }
.news .story__text { margin-bottom: 0; }
.news__form { display: flex; gap: 10px; }
.news__form input { flex: 1; min-width: 0; font-family: var(--font); font-size: 15px; padding: 14px 18px; border: 1px solid #d9d5cd; border-radius: 8px; background: var(--bg); }
.news__form input:focus { outline: 2px solid var(--accent); outline-offset: 1px; }

/* ---------- Footer ---------- */
.footer { background: var(--dark); color: #cfcac3; padding: 72px 0 0; margin-top: 40px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer__col { display: flex; flex-direction: column; gap: 10px; }
.footer__col h4 { color: #fff; font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.footer__col a { color: #cfcac3; text-decoration: none; font-size: 14px; }
.footer__col a:hover { color: var(--accent-light); }
.footer__col--brand p { font-size: 14px; line-height: 1.7; color: #fff; }
.footer__col--brand img { margin-bottom: 8px; }
.footer__social { display: flex; gap: 10px; margin-top: 6px; }
.footer__social a { width: 38px; height: 38px; border-radius: 50%; background: var(--accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.footer__social svg { width: 18px; height: 18px; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 56px; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.footer__pay { display: flex; gap: 6px; flex-wrap: wrap; }
.footer__pay i { font-style: normal; font-size: 11px; font-weight: 600; color: var(--dark); background: #fff; border-radius: 4px; padding: 4px 8px; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1280px) {
  .header__nav { gap: 18px; }
  .header__nav a { font-size: 14.5px; }
  .header__in { gap: 20px; }
}
@media (max-width: 1100px) {
  .pgrid--5 { grid-template-columns: repeat(3, 1fr); }
  .samples__grid { grid-template-columns: repeat(3, 1fr); }
  .klant { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 200px; }
  .header__nav { gap: 14px; }
  .header__nav a { font-size: 13.5px; }
  .pgrid--4 { grid-template-columns: repeat(3, 1fr); }
  .why__grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .topbar__links { display: none; }
  .topbar__in { justify-content: center; }
  .header__in { min-height: 72px; gap: 12px; }
  .header__burger { display: flex; }
  .header__logo { position: absolute; left: 50%; transform: translateX(-50%); }
  .header__logo img { width: 120px; }
  .header__maat { display: none; }
  .header__icons button span { display: none; }
  .header__nav { position: fixed; inset: 0 0 0 0; top: 0; background: #fff; flex-direction: column; gap: 0; padding: 92px 24px 24px; margin: 0; transform: translateX(-100%); transition: transform .3s; z-index: 40; }
  .menu-open .header__nav { transform: none; }
  .header__nav a { font-size: 19px; font-weight: 600; padding: 14px 0; border-bottom: 1px solid var(--border); }
  .header__nav-maat { display: block; color: var(--accent) !important; }
  .menu-open .header__burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .header__burger span:nth-child(2) { opacity: 0; }
  .menu-open .header__burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .sec-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 26px; }
  /* Hero op tablet/mobiel: beeld als achtergrond, lager, tekst onderin met verloop */
  .hero, .hero__slide { min-height: 0; }
  .hero { background: var(--bg); }
  .hero__slide.is-active { position: relative; min-height: min(78vh, 640px); display: flex; flex-direction: column; justify-content: flex-end; }
  .hero__slide:not(.is-active) { position: absolute; inset: 0; }
  .hero__bg { object-position: 62% 40%; }
  .hero__scrim { background: linear-gradient(to top, rgba(20,15,10,.9) 0%, rgba(20,15,10,.7) 42%, rgba(20,15,10,.15) 72%, rgba(20,15,10,0) 100%); }
  .is-light::before { background: linear-gradient(to top, rgba(245,244,242,.98) 0%, rgba(245,244,242,.92) 40%, rgba(245,244,242,.55) 66%, rgba(245,244,242,0) 88%); }
  .hero__content { min-height: 0; padding: 120px var(--gutter) 0; justify-content: flex-end; }
  .hero__title { max-width: none; margin-bottom: 12px; }
  .hero__text { margin-bottom: 20px; max-width: none; }
  .hero__cta { gap: 10px; }
  .hero__cta .btn { flex: 1 1 0; min-width: 0; padding: 14px 8px; font-size: 14.5px; white-space: nowrap; }
  .hero__chip { position: relative; z-index: 2; right: auto; bottom: auto; margin: 14px var(--gutter) 0; opacity: 1; transform: none; width: auto; }
  .hero__nav { position: relative; z-index: 2; left: auto; right: auto; bottom: auto; margin: 0; width: 100%; max-width: none; padding: 14px var(--gutter) 18px; justify-content: flex-start; gap: 10px; }
  .hero__arrow { width: 34px; height: 34px; background: transparent; border-color: rgba(38,34,30,.28); color: var(--dark); backdrop-filter: none; }
  .hero__arrow:hover { background: transparent; border-color: var(--accent); color: var(--accent); }
  .hero__arrow svg { width: 15px; height: 15px; }
  .hero__dots button { width: 26px; height: 3px; background: rgba(38,34,30,.2); }
  .hero__dots button.is-active { width: 40px; background: var(--accent); }
  .tekst { grid-template-columns: 1fr; }
  .tekst__media { order: -1; }
  .samples { grid-template-columns: 1fr; }
  .samples__grid { grid-template-columns: repeat(3, 1fr); }
  .carousel .room { flex-basis: calc((100% - 20px) / 2); }
  .uspbar { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .rooms__grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .why { grid-template-columns: 1fr; }
  .story, .story--flip { grid-template-columns: 1fr; }
  .story--flip .story__media { order: 0; }
  .reviews { grid-template-columns: 1fr; gap: 32px; }
  .reviews__aside { position: static; }
  .project { grid-template-columns: 1fr; }
  .showroom { grid-template-columns: 1fr; }
  .showroom__media { min-height: 260px; }
  .blog { grid-template-columns: 1fr; }
  .news { grid-template-columns: 1fr; gap: 22px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer__col--brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  body { font-size: 15px; }
  .sec { padding: 40px 0; }
  .uspbar__item { flex-direction: column; align-items: flex-start; gap: 10px; padding: 16px; }
  .uspbar h3 { font-size: 14px; }
  .uspbar p { font-size: 12.5px; }
  .hero__slide.is-active { min-height: min(84vh, 620px); }
  .hero__content { padding-top: 96px; }
  .hero__title { font-size: 34px; }
  .hero__text { font-size: 15.5px; }
  .hero__chip { margin-top: 12px; padding: 8px 12px 8px 8px; }
  .hero__chip img { width: 44px; height: 44px; }
  .samples__grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .ticker__track span { font-size: 12px; padding: 11px 0; }
  .ticker__track span::after { margin: 0 20px; }
  .rooms__label { gap: 8px 12px; }
  .rooms__label .action { margin-left: 0; flex-basis: 100%; }
  .rooms__ctrl { display: none; }
  .carousel { gap: 12px; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); scroll-padding-inline: var(--gutter); }
  .carousel .room { flex-basis: 74%; }
  .pgrid--5 { grid-template-columns: repeat(2, 1fr); }
  .tekst__media { gap: 8px; }
  .samples__grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .klant { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .klant__item--wide { grid-column: span 2; }
  .why__stats { gap: 20px; }
  .why__stats b { font-size: 24px; }
  /* Mobiel: tegels als horizontale scrollrij, zodat de titel niet over het beeld valt */
  .rooms__grid { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); scroll-padding-inline: var(--gutter); scrollbar-width: none; }
  .rooms__grid::-webkit-scrollbar { display: none; }
  .room { flex: 0 0 74%; aspect-ratio: 4 / 3; scroll-snap-align: start; }
  .room__body { left: 14px; right: 54px; bottom: 14px; }
  .room__body b { font-size: 17px; }
  .room__body small { font-size: 12px; }
  .room__arrow { right: 12px; bottom: 12px; width: 32px; height: 32px; }
  .pgrid { gap: 12px; }
  .pgrid--4 { grid-template-columns: repeat(2, 1fr); }
  .pcard__body { padding: 14px; }
  .pcard__name { font-size: 14px; }
  .steps { grid-template-columns: 1fr; gap: 12px; margin-top: 28px; }
  .step { padding: 20px; }
  .why { padding: 28px 22px; border-radius: var(--radius); }
  .why__grid { gap: 18px 16px; }
  .h2--line::after { flex-basis: 56px; }
  .review { padding: 20px; }
  .review__top { flex-direction: column; align-items: flex-start; gap: 6px; }
  .review__meta { text-align: left; }
  .gallery { grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 28px; }
  .news__form { flex-direction: column; }
  .footer { padding-top: 48px; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
}
