/* ==========================================================================
   FACEFORUM — webshop stylesheet
   Huisstijl: Brandbook Concept 01 (september 2026)
   Kleuren:  Ivory #F7F2EA · Ink #171614 · Rose #C58E91 · Nude #D8B9A6 · Stone #B7A79C
   Fonts:    P052 (display serif) · Nimbus Sans (body)
   ========================================================================== */

:root {
  --ivory: #F7F2EA;
  --ink: #171614;
  --rose: #C58E91;
  --nude: #D8B9A6;
  --stone: #B7A79C;
  --pearl: #EFE9E0;
  --sand: #E8DED3;
  --line: #DDD3C8;
  --ink-2: #4E4843;
  --ink-3: #756C65;
  --ink-4: #9E948B;
  --rose-deep: #9D6F72;

  --serif: "P052", "Palatino Linotype", Palatino, "Book Antiqua", "EB Garamond", Georgia, serif;
  --sans: "Nimbus Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

  --container: 1380px;
  --gutter: clamp(20px, 5vw, 72px);
  --ease: cubic-bezier(.2, .6, .2, 1);
  --header-h: 76px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
ul, ol { margin: 0; padding: 0; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; margin: 0; line-height: 1.08; letter-spacing: -.005em; }
h1 em, h2 em { font-style: italic; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
:focus-visible { outline: 1px solid var(--ink); outline-offset: 3px; }
::selection { background: var(--nude); color: var(--ink); }

/* ---------- layout ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(64px, 9vw, 128px) 0; }
.section--tight { padding: clamp(32px, 5vw, 72px) 0; }
.section--pearl { background: var(--pearl); }
.section-head {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 40px;
  margin-bottom: clamp(32px, 4vw, 56px);
}
.section-head .lede { max-width: 40ch; margin-bottom: 6px; }
.page-head { padding: clamp(40px, 7vw, 96px) 0 clamp(24px, 4vw, 48px); }
.page-head h1 { max-width: 16ch; }
.page-head .lede { margin-top: 20px; }
main { min-height: 60vh; }

/* ---------- typography ---------- */
.eyebrow {
  font-family: var(--sans); font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-3); margin: 0 0 18px; line-height: 1.4;
}
.eyebrow--ink { color: var(--ink); }
.display-xl { font-size: clamp(42px, 6vw, 84px); line-height: 1; }
.display-l { font-size: clamp(34px, 4.4vw, 60px); }
.display-m { font-size: clamp(28px, 3.2vw, 44px); }
.display-s { font-size: clamp(22px, 2.2vw, 30px); }
.lede { font-size: 17px; line-height: 1.6; color: var(--ink-2); max-width: 56ch; }
.muted { color: var(--ink-3); }
.small { font-size: 13px; }
.serif { font-family: var(--serif); }
.rule { display: block; width: 32px; height: 1px; background: currentColor; opacity: .7; }
.prose { max-width: 62ch; color: var(--ink-2); }
.prose h2, .prose h3 { color: var(--ink); margin: 1.6em 0 .6em; }
.prose h2 { font-size: 30px; }
.prose h3 { font-size: 22px; }
.prose ul, .prose ol { padding-left: 20px; margin: 0 0 1.2em; }
.prose li { margin-bottom: 6px; }
.prose a { border-bottom: 1px solid var(--stone); }

/* ---------- buttons & links ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  min-height: 54px; padding: 0 36px;
  background: var(--ink); color: var(--ivory);
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase; line-height: 1;
  border: 1px solid var(--ink); white-space: nowrap;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), opacity .25s;
}
.btn:hover { background: var(--ink-2); border-color: var(--ink-2); }
.btn--outline { background: transparent; color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.btn--light { background: var(--ivory); color: var(--ink); border-color: var(--ivory); }
.btn--light:hover { background: var(--pearl); border-color: var(--pearl); }
.btn--ghost-light { background: transparent; color: var(--ivory); border-color: rgba(247, 242, 234, .45); }
.btn--ghost-light:hover { background: var(--ivory); color: var(--ink); border-color: var(--ivory); }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .45; cursor: default; }
.link {
  display: inline-block; font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  border-bottom: 1px solid currentColor; padding-bottom: 5px; line-height: 1.2;
  transition: opacity .2s;
}
.link:hover { opacity: .55; }
.actions { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }

/* ---------- announcement + header ---------- */
.announce {
  background: var(--pearl); color: var(--ink-3);
  font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; text-align: center;
  padding: 11px var(--gutter); line-height: 1.4;
}
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(247, 242, 234, .94);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  height: var(--header-h);
}
.header-left { display: flex; align-items: center; }
.nav { display: flex; gap: 34px; }
.nav a {
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  position: relative; padding: 6px 0; line-height: 1;
}
.nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--ink);
  transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav__close { display: none; }
.brand { display: block; padding: 8px 12px; }
.brand img { height: 17px; width: auto; }
.header-tools { display: flex; justify-content: flex-end; align-items: center; gap: 28px; }
.cart-btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase; line-height: 1;
}
.cart-btn svg { width: 18px; height: 18px; }
.cart-count {
  display: inline-flex; min-width: 20px; height: 20px; padding: 0 6px;
  align-items: center; justify-content: center;
  background: var(--ink); color: var(--ivory); font-size: 10px; letter-spacing: 0;
}
.cart-count.is-empty { background: var(--sand); color: var(--ink-3); }
.menu-btn { display: none; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--pearl); }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.hero__inner {
  position: relative; z-index: 1;
  min-height: min(82vh, 820px);
  display: flex; align-items: flex-start;
  padding-top: clamp(56px, 9vh, 112px); padding-bottom: clamp(48px, 8vh, 96px);
}
.hero__content { max-width: 600px; }
.hero__content .lede { margin: 28px 0 40px; }
.hero__content h1 { text-wrap: balance; }

/* ---------- USP strip ---------- */
.usps { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ivory); }
.usps ul { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); }
.usps li {
  padding: 22px 16px; text-align: center;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-2);
  border-left: 1px solid var(--line);
}
.usps li:first-child { border-left: 0; }

/* ---------- product grid & card ---------- */
.grid { display: grid; gap: clamp(20px, 3vw, 40px); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.card { position: relative; display: flex; flex-direction: column; }
.card__media { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; background: var(--pearl); }
.card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: opacity .6s var(--ease), transform 1.2s var(--ease);
}
.card__media img.alt { position: absolute; inset: 0; opacity: 0; }
.card:hover .card__media img.alt { opacity: 1; }
.card:hover .card__media img { transform: scale(1.03); }
.card__nr { position: absolute; top: 16px; left: 18px; font-size: 11px; letter-spacing: .22em; color: var(--ink-2); }
.card__badge {
  position: absolute; top: 14px; right: 14px; padding: 7px 10px;
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  background: var(--ink); color: var(--ivory); line-height: 1;
}
.card__body { padding: 18px 0 0; }
.card__meta {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3);
}
.swatch { width: 10px; height: 10px; border-radius: 50%; border: 1px solid rgba(23, 22, 20, .18); display: inline-block; flex: none; }
.card__title { font-size: 23px; margin: 8px 0 6px; }
.card__row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.card__price { font-size: 14px; }
.card__add {
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  border-bottom: 1px solid currentColor; padding-bottom: 3px; line-height: 1.2;
  opacity: .55; transition: opacity .25s;
}
.card__add:hover, .card:hover .card__add { opacity: 1; }

/* ---------- feature / split ---------- */
.feature, .split {
  display: grid; grid-template-columns: 1.1fr 1fr; align-items: center;
  gap: clamp(32px, 6vw, 104px);
}
.split { grid-template-columns: .9fr 1.1fr; }
.feature__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--pearl); }
.split__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--pearl); }
.feature__text .lede, .split__text .lede { margin-top: 24px; }
.spec-list { list-style: none; margin: 32px 0 40px; border-top: 1px solid var(--line); }
.spec-list li {
  display: flex; justify-content: space-between; gap: 24px; padding: 14px 0;
  border-bottom: 1px solid var(--line); font-size: 14px;
}
.spec-list li span:first-child { color: var(--ink-3); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; padding-top: 3px; }
.band .spec-list, .band .spec-list li { border-color: rgba(247, 242, 234, .15); }

/* ---------- steps ---------- */
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 56px); }
.steps--stack { grid-template-columns: 1fr; gap: 0; margin: 36px 0 40px; border-top: 1px solid var(--line); }
.steps--stack .step { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.steps--stack .step__nr { margin: 0; font-size: 34px; }
.step__nr { display: block; font-family: var(--serif); font-size: 48px; line-height: 1; color: var(--stone); margin-bottom: 18px; }
.step h3 { font-size: 24px; margin-bottom: 8px; }
.step p { color: var(--ink-2); max-width: 38ch; margin: 0; }

/* ---------- dark band ---------- */
.band { background: var(--ink); color: var(--ivory); }
.band .eyebrow { color: var(--stone); }
.band .lede { color: rgba(247, 242, 234, .72); }
.band__head { max-width: 760px; }
.band__head .lede { margin-top: 28px; }
.values {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px;
  margin: 64px 0 56px; padding-top: 48px;
  border-top: 1px solid rgba(247, 242, 234, .15);
}
.values h3 { font-family: var(--sans); font-size: 12px; letter-spacing: .24em; text-transform: uppercase; margin-bottom: 14px; }
.values p { color: rgba(247, 242, 234, .68); font-size: 14px; max-width: 30ch; }

/* ---------- tagline + family image ---------- */
.tagline__text { text-align: center; margin-bottom: clamp(40px, 6vw, 80px); }
.tagline__text .eyebrow { margin: 28px 0 0; }
.tagline__media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--pearl); }

/* ---------- palette (merkpagina) ---------- */
.palette { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 40px; }
.palette__chip { aspect-ratio: 1; border: 1px solid rgba(23, 22, 20, .08); }
.palette__label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; margin-top: 12px; }
.palette__hex { font-size: 12px; color: var(--ink-3); }

/* ---------- filter chips ---------- */
.chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 32px; }
.chip {
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase; padding: 11px 18px; line-height: 1;
  border: 1px solid var(--line); transition: border-color .25s, background .25s, color .25s;
}
.chip:hover { border-color: var(--ink); }
.chip.active { background: var(--ink); color: var(--ivory); border-color: var(--ink); }

/* ---------- product page ---------- */
.crumbs { display: flex; gap: 12px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); padding: 28px 0 8px; }
.crumbs a:hover { color: var(--ink); }
.pdp {
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(32px, 6vw, 104px); padding: clamp(16px, 3vw, 40px) 0 clamp(48px, 6vw, 96px);
}
.pdp__gallery { display: grid; gap: 16px; }
.pdp__gallery img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; background: var(--pearl); }
.pdp__gallery img:nth-child(n + 2) { aspect-ratio: 1 / 1; }
.pdp__info { position: sticky; top: calc(var(--header-h) + 28px); align-self: start; }
.pdp__rule { margin: 22px 0 18px; }
.pdp__unit { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); }
.pdp__price { font-size: 17px; margin: 14px 0 22px; }
.pdp__short { color: var(--ink-2); max-width: 46ch; }
.buy { display: flex; gap: 12px; margin: 28px 0 22px; }
.buy .btn { flex: 1; }
.qty { display: inline-flex; align-items: stretch; border: 1px solid var(--ink); height: 54px; }
.qty button { width: 46px; font-size: 18px; line-height: 1; transition: background .2s; }
.qty button:hover { background: var(--pearl); }
.qty input {
  width: 48px; text-align: center; border: 0; background: transparent; padding: 0;
  -moz-appearance: textfield; appearance: textfield;
}
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty input:focus { outline: none; }
.qty--sm { height: 36px; border-color: var(--line); }
.qty--sm button { width: 32px; font-size: 15px; }
.qty--sm input { width: 34px; font-size: 13px; }
.pdp__usps { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0 0 36px; font-size: 12px; color: var(--ink-3); }
.pdp__usps li::before { content: "—"; margin-right: 8px; color: var(--stone); }

/* accordion (details) */
.acc { border-top: 1px solid var(--line); }
.acc__item { border-bottom: 1px solid var(--line); }
.acc__item summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 18px 0; font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
}
.acc__item summary::-webkit-details-marker { display: none; }
.acc__item summary::after { content: "+"; font-family: var(--serif); font-size: 22px; line-height: 1; color: var(--ink-3); }
.acc__item[open] summary::after { content: "–"; }
.acc__panel { padding: 0 0 24px; color: var(--ink-2); font-size: 14px; max-width: 60ch; }
.acc__panel ol, .acc__panel ul { padding-left: 18px; }
.acc__panel li { margin-bottom: 8px; }
.acc__panel p:last-child { margin: 0; }

/* usage blocks (gebruikpagina) */
.usage { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 6vw, 96px); align-items: start; padding: clamp(40px, 6vw, 80px) 0; border-top: 1px solid var(--line); }
.usage:first-of-type { border-top: 0; }
.usage img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; background: var(--pearl); }
.usage__warn { margin-top: 28px; padding: 22px 26px; background: var(--pearl); font-size: 13px; color: var(--ink-2); }
.usage__warn h4 { font-family: var(--sans); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 10px; }
.usage__warn ul { padding-left: 18px; }

/* ---------- drawer ---------- */
.drawer-overlay {
  position: fixed; inset: 0; background: rgba(23, 22, 20, .45);
  opacity: 0; pointer-events: none; transition: opacity .4s; z-index: 90;
}
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(460px, 100%);
  background: var(--ivory); z-index: 100;
  transform: translateX(100%); transition: transform .5s var(--ease);
  display: flex; flex-direction: column; visibility: hidden;
}
body.drawer-open .drawer { transform: none; visibility: visible; }
body.drawer-open .drawer-overlay { opacity: 1; pointer-events: auto; }
body.drawer-open, body.nav-open { overflow: hidden; }
.drawer__head { display: flex; justify-content: space-between; align-items: center; padding: 26px 30px; border-bottom: 1px solid var(--line); }
.drawer__head h2 { font-size: 26px; }
.drawer__close { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.drawer__close:hover { color: var(--ink); }
.drawer__body { flex: 1; overflow: auto; padding: 4px 30px; }
.drawer__foot { padding: 20px 30px 30px; border-top: 1px solid var(--line); }
.drawer__foot .btn { margin-top: 16px; }
.drawer__foot .link { margin-top: 18px; }
.drawer__note { font-size: 12px; color: var(--ink-3); margin: 10px 0 0; }

.line-item { display: grid; grid-template-columns: 80px 1fr auto; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.line-item img { width: 80px; aspect-ratio: 3 / 4; object-fit: cover; background: var(--pearl); }
.line-item__title { font-family: var(--serif); font-size: 19px; line-height: 1.2; }
.line-item__meta { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); margin: 6px 0 14px; }
.line-item__ctrl { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.line-item__remove { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); border-bottom: 1px solid currentColor; line-height: 1.2; }
.line-item__remove:hover { color: var(--ink); }
.line-item__price { text-align: right; font-size: 14px; }
.totals { display: flex; justify-content: space-between; gap: 16px; font-size: 14px; padding: 6px 0; }
.totals span:last-child { text-align: right; }
.totals--grand { font-size: 16px; border-top: 1px solid var(--line); margin-top: 10px; padding-top: 16px; }
.empty { padding: 56px 0; text-align: center; color: var(--ink-3); }
.empty p { margin-bottom: 24px; }

/* ---------- cart page & checkout ---------- */
.cart-layout, .checkout { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: clamp(40px, 6vw, 96px); align-items: start; }
.checkout { grid-template-columns: minmax(0, 1fr) 440px; }
.cart-list .line-item { grid-template-columns: 110px 1fr auto; }
.cart-list .line-item img { width: 110px; }
.summary { background: var(--pearl); padding: 34px; position: sticky; top: calc(var(--header-h) + 28px); }
.summary h2 { font-size: 26px; margin-bottom: 20px; }
.summary .btn { margin-top: 22px; }
.summary__items { border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.mini { display: grid; grid-template-columns: 52px 1fr auto; gap: 14px; align-items: center; padding: 12px 0; font-size: 13px; }
.mini img { width: 52px; aspect-ratio: 3 / 4; object-fit: cover; background: var(--ivory); }
.mini__name { font-family: var(--serif); font-size: 16px; }
.mini__qty { color: var(--ink-3); font-size: 12px; }

.fieldset { margin-bottom: 44px; }
.fieldset h2 { font-size: 26px; margin-bottom: 22px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.field label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.field input, .field select, .field textarea {
  height: 52px; border: 1px solid var(--line); background: transparent; padding: 0 14px; border-radius: 0;
  transition: border-color .2s;
}
.field textarea { height: auto; min-height: 110px; padding: 12px 14px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); }
.field.invalid input, .field.invalid select { border-color: var(--rose-deep); }
.field__error { font-size: 12px; color: var(--rose-deep); display: none; }
.field.invalid .field__error { display: block; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.row--3 { grid-template-columns: 1fr 2fr; }
.choice { display: flex; align-items: center; gap: 16px; padding: 16px 20px; border: 1px solid var(--line); margin-bottom: 10px; cursor: pointer; transition: border-color .2s; }
.choice input { accent-color: var(--ink); width: 16px; height: 16px; margin: 0; }
.choice:hover { border-color: var(--stone); }
.choice:has(input:checked) { border-color: var(--ink); }
.choice__label { flex: 1; font-size: 14px; }
.choice__label small { display: block; color: var(--ink-3); font-size: 12px; margin-top: 2px; }
.choice__price { font-size: 13px; }
.check { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; color: var(--ink-2); margin: 8px 0 28px; cursor: pointer; }
.check input { accent-color: var(--ink); width: 16px; height: 16px; margin: 2px 0 0; flex: none; }
.form-note { font-size: 12px; color: var(--ink-3); margin-top: 16px; }

/* confirmation */
.confirm { max-width: 720px; margin: 0 auto; text-align: center; padding: clamp(56px, 8vw, 120px) 0; }
.confirm .mark { width: 56px; margin: 0 auto 32px; }
.confirm__nr { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); margin: 22px 0 0; }
.confirm__box { text-align: left; background: var(--pearl); padding: 32px; margin: 40px 0; }
.confirm__box h3 { font-size: 20px; margin-bottom: 16px; }
.confirm__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 20px; font-size: 14px; color: var(--ink-2); }
.confirm__cols h4 { font-family: var(--sans); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 8px; }

/* ---------- info cards (klantenservice) ---------- */
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); }
.info-card { padding: 34px 32px; background: var(--pearl); }
.info-card h3 { font-size: 24px; margin-bottom: 14px; }
.info-card p { font-size: 14px; color: var(--ink-2); }
.info-card .link { margin-top: 10px; }
.faq { border-top: 1px solid var(--line); }
.faq summary { font-family: var(--serif); font-size: 20px; letter-spacing: 0; text-transform: none; padding: 22px 0; }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: var(--ivory); padding: clamp(56px, 7vw, 96px) 0 32px; }
.footer__top {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 48px;
  padding-bottom: 56px; border-bottom: 1px solid rgba(247, 242, 234, .15);
}
.footer__brand img { height: 15px; width: auto; margin-bottom: 24px; }
.footer__brand p, .footer__note { color: rgba(247, 242, 234, .62); max-width: 30ch; font-size: 14px; }
.footer h4 { font-family: var(--sans); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 20px; color: var(--stone); }
.footer ul { list-style: none; }
.footer li { margin-bottom: 10px; font-size: 14px; }
.footer li a { color: rgba(247, 242, 234, .82); transition: color .2s; }
.footer li a:hover { color: var(--ivory); }
.footer__form { display: flex; border-bottom: 1px solid rgba(247, 242, 234, .4); margin-top: 20px; max-width: 360px; }
.footer__form input { flex: 1; min-width: 0; border: 0; background: transparent; height: 48px; color: var(--ivory); padding: 0; }
.footer__form input::placeholder { color: rgba(247, 242, 234, .45); }
.footer__form input:focus { outline: none; }
.footer__form button { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; padding: 0 0 0 12px; color: var(--ivory); }
.footer__form button:hover { color: var(--stone); }
.footer__thanks { font-size: 13px; color: var(--stone); margin-top: 16px; }
.footer__bottom {
  display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  padding-top: 28px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(247, 242, 234, .5);
}
.footer__bottom a:hover { color: var(--ivory); }

/* ---------- toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px);
  background: var(--ink); color: var(--ivory); padding: 14px 22px;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s var(--ease); z-index: 120;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ---------- utilities ---------- */
.mt-0 { margin-top: 0 !important; }
.mt-2 { margin-top: 16px; }
.mt-4 { margin-top: 32px; }
.mt-6 { margin-top: 48px; }
.mb-4 { margin-bottom: 32px; }
.center { text-align: center; }
.hidden { display: none !important; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1180px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .values { grid-template-columns: repeat(2, 1fr); }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .cart-layout, .checkout { grid-template-columns: minmax(0, 1fr) 360px; }
}

@media (max-width: 1023px) {
  :root { --header-h: 64px; }
  /* geen backdrop-filter op mobiel: dat maakt de header het referentiekader voor het fixed menu */
  .site-header { -webkit-backdrop-filter: none; backdrop-filter: none; background: var(--ivory); }
  .site-header .container { grid-template-columns: 1fr auto 1fr; }
  .menu-btn {
    display: inline-flex; align-items: center; gap: 12px;
    font-size: 11px; letter-spacing: .22em; text-transform: uppercase; line-height: 1;
  }
  .menu-btn__lines { position: relative; width: 20px; height: 1px; background: var(--ink); display: block; }
  .menu-btn__lines::before, .menu-btn__lines::after { content: ""; position: absolute; left: 0; right: 0; height: 1px; background: var(--ink); }
  .menu-btn__lines::before { top: -6px; }
  .menu-btn__lines::after { top: 6px; }
  .menu-btn__text { display: none; }
  .brand img { height: 15px; }
  .cart-btn__label { display: none; }
  .nav {
    position: fixed; inset: 0; background: var(--ivory); z-index: 80;
    flex-direction: column; gap: 0; padding: 96px var(--gutter) 40px;
    transform: translateX(-100%); transition: transform .45s var(--ease); visibility: hidden;
  }
  body.nav-open .nav { transform: none; visibility: visible; }
  .nav a { font-family: var(--serif); font-size: 34px; letter-spacing: 0; text-transform: none; padding: 16px 0; border-bottom: 1px solid var(--line); }
  .nav a::after { display: none; }
  .nav__close {
    display: block; position: absolute; top: 24px; right: var(--gutter);
    font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  }

  .hero { display: flex; flex-direction: column; }
  .hero__media { position: relative; order: 2; aspect-ratio: 1 / 1; max-height: 640px; }
  .hero__media img { object-position: center top; }
  .hero__inner { min-height: 0; padding-top: clamp(48px, 8vw, 80px); padding-bottom: clamp(40px, 7vw, 64px); }

  .section-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .usps ul { grid-template-columns: repeat(2, 1fr); }
  .usps li:nth-child(3) { border-left: 0; }
  .usps li:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .feature, .split, .usage { grid-template-columns: 1fr; }
  .feature__media, .split__media { order: -1; }
  .steps { grid-template-columns: 1fr; }
  .pdp { grid-template-columns: 1fr; }
  .pdp__info { position: static; }
  .pdp__gallery { grid-template-columns: 1fr 1fr; }
  .pdp__gallery img:first-child { grid-column: 1 / -1; }
  .cart-layout, .checkout { grid-template-columns: 1fr; }
  .summary { position: static; }
  .info-grid { grid-template-columns: 1fr; }
  .palette { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  body { font-size: 14px; }
  .lede { font-size: 15px; }
  .grid { gap: 18px 14px; }
  .card__title { font-size: 19px; }
  .card__meta { font-size: 10px; letter-spacing: .14em; }
  .card__add { display: none; }
  .card__badge { top: auto; right: auto; bottom: 12px; left: 12px; }
  .card__nr { top: 12px; left: 12px; }
  .row, .confirm__cols { grid-template-columns: 1fr; }
  .buy { flex-direction: column; }
  .buy .qty { width: 100%; justify-content: center; }
  .line-item { grid-template-columns: 64px 1fr; }
  .line-item img { width: 64px; }
  .line-item__price { grid-column: 2; text-align: left; }
  .cart-list .line-item { grid-template-columns: 80px 1fr; }
  .cart-list .line-item img { width: 80px; }
  .footer__top { grid-template-columns: 1fr; gap: 36px; }
  .footer__bottom { flex-direction: column; gap: 10px; }
  .summary { padding: 26px 22px; }
  .drawer__head, .drawer__body, .drawer__foot { padding-left: 22px; padding-right: 22px; }
  .values { grid-template-columns: 1fr; }
  .palette { grid-template-columns: repeat(2, 1fr); }
  .hero__media { max-height: 480px; }
  .display-xl { font-size: clamp(38px, 11vw, 48px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}
