/* =========================================================
   FIFTY-CAL - premium storefront design system
   ========================================================= */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, picture, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ---------- Tokens ---------- */
:root {
  --ink:        #1A1C1A;
  --ink-2:      #23261F;
  --ink-3:      #2E322A;
  --paper:      #F5F3EE;
  --paper-2:    #FBFAF6;
  --paper-3:    #ECE8DF;
  --olive:      #3B4A3A;
  --olive-2:    #4A5A47;
  --khaki:      #C7B89A;
  --khaki-d:    #A89578;
  --amber:      #B8742E;
  --amber-2:    #CB873B;
  --gold:       #C8A24A;

  --line:       rgba(26, 28, 26, 0.12);
  --line-2:     rgba(26, 28, 26, 0.08);
  --line-dk:    rgba(245, 243, 238, 0.14);
  --muted:      rgba(26, 28, 26, 0.62);
  --muted-dk:   rgba(245, 243, 238, 0.60);

  --ff-head: "Oswald", "Arial Narrow", sans-serif;
  --ff-body: "Inter", system-ui, sans-serif;
  --ff-mono: "JetBrains Mono", ui-monospace, monospace;

  --wrap: 1300px;
  --gutter: clamp(20px, 5vw, 56px);
  --header-h: 64px;
  --bar-h: 38px;

  --shadow-card: 0 1px 0 rgba(26,28,26,.04);
  --shadow-pop: 0 24px 60px -28px rgba(26,28,26,.45);
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Base ---------- */
body {
  font-family: var(--ff-body);
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
}
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }

h1, h2, h3, h4 { font-family: var(--ff-head); font-weight: 600; line-height: 1.02; text-transform: uppercase; letter-spacing: .01em; }
.display { font-size: clamp(2.8rem, 7.2vw, 6.2rem); font-weight: 700; letter-spacing: -.005em; }
.h-sec   { font-size: clamp(1.9rem, 3.6vw, 3.1rem); font-weight: 600; }
.h-card  { font-family: var(--ff-head); text-transform: uppercase; font-weight: 600; letter-spacing: .02em; font-size: 1.04rem; }

/* tactical micro-label */
.tac {
  font-family: var(--ff-mono);
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .22em;
  font-weight: 500;
  color: var(--amber);
  display: inline-flex; align-items: center; gap: .6em;
}
.tac::before { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .8; }
.tac.no-rule::before { display: none; }
.tac.khaki { color: var(--khaki-d); }
.tac.on-dark { color: var(--khaki); }

.lead { font-size: clamp(1rem, 1.3vw, 1.12rem); color: var(--muted); max-width: 52ch; }
.on-dark .lead, .lead.on-dark { color: var(--muted-dk); }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--ink); --fg: var(--paper); --bd: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  background: var(--bg); color: var(--fg); border: 1.5px solid var(--bd);
  font-family: var(--ff-head); text-transform: uppercase; font-weight: 600;
  letter-spacing: .12em; font-size: .82rem;
  padding: 14px 26px; border-radius: 2px;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { --bg: var(--amber); --fg: #fff; --bd: var(--amber); }
.btn-primary:hover { --bg: var(--amber-2); --bd: var(--amber-2); }
.btn-dark:hover { --bg: var(--ink-2); }
.btn-ghost { --bg: transparent; --fg: var(--ink); --bd: rgba(26,28,26,.32); }
.btn-ghost:hover { --bg: var(--ink); --fg: var(--paper); --bd: var(--ink); }
.btn-ghost.on-dark { --fg: var(--paper); --bd: rgba(245,243,238,.4); }
.btn-ghost.on-dark:hover { --bg: var(--paper); --fg: var(--ink); --bd: var(--paper); }
.btn-block { width: 100%; }
.btn-sm { padding: 11px 18px; font-size: .76rem; }

.link-arrow {
  font-family: var(--ff-mono); text-transform: uppercase; letter-spacing: .14em;
  font-size: .76rem; font-weight: 500; display: inline-flex; align-items: center; gap: .55em;
  border-bottom: 1px solid transparent; padding-bottom: 2px; transition: gap .25s var(--ease), border-color .25s var(--ease);
}
.link-arrow:hover { gap: .9em; border-color: currentColor; }

/* ---------- Badges / stars ---------- */
.badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-family: var(--ff-mono); text-transform: uppercase; letter-spacing: .14em;
  font-size: .64rem; font-weight: 500; padding: 5px 9px; border-radius: 2px;
  background: var(--ink); color: var(--paper);
}
.badge.new { background: var(--olive); }
.badge.best { background: var(--amber); color: #fff; }
.stars { display: inline-flex; align-items: center; gap: 3px; color: var(--amber); font-size: .82rem; letter-spacing: .04em; line-height: 1; }
.stars .count { color: var(--muted); font-family: var(--ff-mono); font-size: .7rem; letter-spacing: .08em; margin-left: 5px; }
.on-dark .stars .count { color: var(--muted-dk); }

/* =========================================================
   ANNOUNCEMENT BAR + HEADER
   ========================================================= */
.anno {
  background: var(--ink); color: var(--paper); height: var(--bar-h);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-mono); font-size: .73rem; letter-spacing: .1em; text-transform: uppercase;
  overflow: hidden; position: relative; z-index: 60;
}
.anno-track { display: flex; align-items: center; gap: 40px; white-space: nowrap; }
.anno-track span { display: inline-flex; align-items: center; gap: 10px; color: rgba(245,243,238,.86); }
.anno-track b { color: var(--amber-2); font-weight: 500; }
.anno .dot { width: 4px; height: 4px; background: var(--khaki); border-radius: 50%; }
#countdown { color: var(--khaki); font-variant-numeric: tabular-nums; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--ink); color: var(--paper);
  border-bottom: 1px solid var(--line-dk);
  transition: box-shadow .3s var(--ease);
}
.site-header.scrolled { box-shadow: 0 10px 30px -18px rgba(0,0,0,.7); }
.hbar { height: var(--header-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 38px; height: 38px; }
.brand .wordmark { font-family: var(--ff-head); font-weight: 700; text-transform: uppercase; letter-spacing: .16em; font-size: 1.18rem; }

.mainnav { display: flex; gap: 34px; justify-content: center; }
.mainnav a {
  font-family: var(--ff-head); text-transform: uppercase; letter-spacing: .12em;
  font-size: .86rem; font-weight: 500; color: rgba(245,243,238,.82);
  padding: 6px 0; position: relative; transition: color .2s var(--ease);
}
.mainnav a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 1.5px; width: 0; background: var(--amber); transition: width .28s var(--ease); }
.mainnav a:hover { color: var(--paper); }
.mainnav a:hover::after, .mainnav a.active::after { width: 100%; }
.mainnav a.active { color: var(--paper); }

.hactions { display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.icon-btn { width: 42px; height: 42px; display: inline-grid; place-items: center; color: var(--paper); border-radius: 2px; position: relative; transition: background .2s var(--ease); }
.icon-btn:hover { background: rgba(245,243,238,.1); }
.icon-btn svg { width: 21px; height: 21px; stroke: currentColor; }
.cart-count {
  position: absolute; top: 5px; right: 5px; min-width: 17px; height: 17px; padding: 0 4px;
  background: var(--amber); color: #fff; border-radius: 9px; font-family: var(--ff-mono);
  font-size: .62rem; font-weight: 600; display: grid; place-items: center; line-height: 1;
}
.hamburger { display: none; }

/* ---------- Mobile menu ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 80; background: var(--ink); color: var(--paper);
  transform: translateX(-100%); transition: transform .4s var(--ease); display: flex; flex-direction: column;
}
.mobile-menu.open { transform: translateX(0); }
.mm-head { height: calc(var(--bar-h) + var(--header-h)); display: flex; align-items: center; justify-content: space-between; padding-inline: var(--gutter); border-bottom: 1px solid var(--line-dk); }
.mm-links { padding: 22px var(--gutter); display: flex; flex-direction: column; gap: 4px; }
.mm-links a { font-family: var(--ff-head); text-transform: uppercase; letter-spacing: .08em; font-size: 1.9rem; font-weight: 600; padding: 12px 0; border-bottom: 1px solid var(--line-dk); }
.mm-foot { margin-top: auto; padding: 24px var(--gutter); border-top: 1px solid var(--line-dk); display: flex; flex-direction: column; gap: 14px; }

/* ---------- Cart drawer ---------- */
.overlay { position: fixed; inset: 0; background: rgba(15,16,14,.5); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s; z-index: 90; }
.overlay.show { opacity: 1; visibility: visible; }
.cart {
  position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 92vw); z-index: 100;
  background: var(--paper); display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .4s var(--ease); box-shadow: var(--shadow-pop);
}
.cart.open { transform: translateX(0); }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.cart-head h3 { font-size: 1.2rem; }
.cart-progress { padding: 14px 24px; background: var(--paper-3); font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .04em; color: var(--muted); }
.cart-progress .bar { height: 4px; background: rgba(26,28,26,.12); border-radius: 4px; margin-top: 8px; overflow: hidden; }
.cart-progress .bar i { display: block; height: 100%; background: var(--amber); width: 0; transition: width .5s var(--ease); }
.cart-items { flex: 1; overflow-y: auto; padding: 8px 24px; }
.cart-empty { text-align: center; color: var(--muted); padding: 60px 10px; font-family: var(--ff-mono); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.ci { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.ci-img { width: 64px; height: 80px; background: var(--paper-3); border-radius: 2px; object-fit: cover; }
.ci-name { font-family: var(--ff-head); text-transform: uppercase; font-size: .9rem; font-weight: 600; letter-spacing: .02em; }
.ci-meta { font-family: var(--ff-mono); font-size: .68rem; color: var(--muted); letter-spacing: .05em; margin-top: 3px; }
.ci-qty { display: inline-flex; align-items: center; gap: 10px; margin-top: 10px; border: 1px solid var(--line); border-radius: 2px; padding: 3px 8px; width: max-content; }
.ci-qty button { font-family: var(--ff-mono); font-size: .9rem; width: 18px; color: var(--muted); }
.ci-qty button:hover { color: var(--ink); }
.ci-qty span { font-family: var(--ff-mono); font-size: .8rem; min-width: 14px; text-align: center; }
.ci-price { font-family: var(--ff-head); font-weight: 600; font-size: .95rem; }
.ci-remove { font-family: var(--ff-mono); font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-top: 8px; }
.ci-remove:hover { color: var(--amber); }
.cart-foot { padding: 20px 24px; border-top: 1px solid var(--line); background: var(--paper-2); }
.cart-total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.cart-total .t { font-family: var(--ff-head); text-transform: uppercase; letter-spacing: .04em; }
.cart-total .v { font-family: var(--ff-head); font-weight: 700; font-size: 1.5rem; }
.cart-note { font-family: var(--ff-mono); font-size: .68rem; color: var(--muted); letter-spacing: .04em; margin: 8px 0 16px; }

/* =========================================================
   SECTIONS
   ========================================================= */
section { position: relative; }
.sec { padding: clamp(64px, 9vw, 120px) 0; }
.sec-tight { padding: clamp(44px, 6vw, 80px) 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(28px, 4vw, 52px); flex-wrap: wrap; }
.sec-head .tt { display: flex; flex-direction: column; gap: 14px; }
.dark { background: var(--ink); color: var(--paper); }
.dark .h-sec, .dark h2, .dark h3 { color: var(--paper); }
.olive { background: var(--olive); color: var(--paper); }

/* ---------- HERO ---------- */
.hero { background: var(--ink); color: var(--paper); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr 1fr; min-height: calc(92vh - var(--header-h) - var(--bar-h)); }
.hero-copy { padding: clamp(40px, 6vw, 88px) var(--gutter); display: flex; flex-direction: column; justify-content: center; gap: 26px; position: relative; }
.hero-copy .display { color: var(--paper); }
.hero-copy .display em { color: var(--khaki); font-style: normal; display: block; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 6px; }
.hero-rating { display: flex; align-items: center; gap: 14px; margin-top: 8px; font-family: var(--ff-mono); font-size: .76rem; letter-spacing: .05em; color: var(--muted-dk); }
.hero-rating .stars { font-size: 1rem; }
.hero-media { position: relative; background: var(--paper-3); overflow: hidden; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 12%; }
.hero-media .scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,28,26,.55), transparent 30%), linear-gradient(0deg, rgba(26,28,26,.35), transparent 40%); }
/* crosshair overlay */
.xhair { position: absolute; inset: 0; pointer-events: none; z-index: 3; }
.xhair .v { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(245,243,238,.22); }
.xhair .h { position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: rgba(245,243,238,.22); }
.xhair .ring { position: absolute; top: 50%; left: 50%; width: 130px; height: 130px; transform: translate(-50%,-50%); border: 1px solid rgba(245,243,238,.28); border-radius: 50%; }
.corner-tag { position: absolute; font-family: var(--ff-mono); font-size: .64rem; letter-spacing: .14em; color: rgba(245,243,238,.7); text-transform: uppercase; z-index: 4; }
.corner-tag.tl { top: 20px; left: 20px; } .corner-tag.br { bottom: 20px; right: 20px; }
.hero-strip { border-top: 1px solid var(--line-dk); }
.hero-strip .wrap { display: flex; flex-wrap: wrap; gap: 8px 40px; padding-block: 16px; }
.hero-strip span { font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-dk); display: inline-flex; align-items: center; gap: 10px; }
.hero-strip b { color: var(--khaki); font-weight: 500; }

/* ---------- USP / values ---------- */
.values { display: grid; grid-template-columns: repeat(3, 1fr); }
.value {
  padding: clamp(34px, 4vw, 56px) clamp(24px, 3vw, 44px); border-left: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 16px;
}
.values .value:first-child { border-left: none; }
.value .vicon { width: 46px; height: 46px; color: var(--amber); }
.value .vicon svg { width: 100%; height: 100%; stroke: currentColor; fill: none; }
.value h3 { font-size: 1.5rem; }
.value p { color: var(--muted); font-size: .96rem; }
.value .vno { font-family: var(--ff-mono); font-size: .7rem; letter-spacing: .14em; color: var(--khaki-d); }

/* ---------- Product cards ---------- */
.grid { display: grid; gap: clamp(14px, 1.6vw, 22px); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.card { position: relative; display: flex; flex-direction: column; }
.card-media {
  position: relative; aspect-ratio: 4/5; background: var(--paper-2);
  border: 1px solid var(--line-2); overflow: hidden; border-radius: 3px;
}
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.card:hover .card-media img { transform: scale(1.045); }
.card-fav { position: absolute; top: 12px; right: 12px; z-index: 2; width: 34px; height: 34px; border-radius: 50%; background: rgba(251,250,246,.85); display: grid; place-items: center; opacity: 0; transform: translateY(-4px); transition: .3s var(--ease); }
.card:hover .card-fav { opacity: 1; transform: translateY(0); }
.card-fav svg { width: 17px; height: 17px; stroke: var(--ink); fill: none; }
.quick {
  position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 2;
  transform: translateY(120%); opacity: 0; transition: .35s var(--ease);
}
.card:hover .quick { transform: translateY(0); opacity: 1; }
.card-body { padding: 14px 2px 4px; display: flex; flex-direction: column; gap: 7px; }
.card-cat { font-family: var(--ff-mono); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; color: var(--khaki-d); }
.card-title { font-family: var(--ff-head); text-transform: uppercase; font-weight: 600; letter-spacing: .02em; font-size: 1.02rem; }
.card-row { display: flex; align-items: center; justify-content: space-between; margin-top: 2px; }
.price { font-family: var(--ff-head); font-weight: 600; font-size: 1.08rem; }
.price .old { color: var(--muted); text-decoration: line-through; font-weight: 400; font-size: .85rem; margin-left: 6px; }
.swatches { display: flex; gap: 6px; }
.swatch { width: 13px; height: 13px; border-radius: 50%; border: 1px solid rgba(0,0,0,.18); }

/* touch: show quick add always on coarse pointers */
@media (hover: none) { .card .quick { position: static; transform: none; opacity: 1; margin-top: 12px; } .card-fav { opacity: 1; } }

/* ---------- Categories ---------- */
.cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.4vw, 18px); }
.cat {
  position: relative; aspect-ratio: 3/4; border-radius: 3px; overflow: hidden; background: var(--ink);
  display: flex; align-items: flex-end; color: var(--paper);
}
.cat img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .6s var(--ease), opacity .4s; }
.cat::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,21,19,.82), rgba(20,21,19,.05) 60%); }
.cat:hover img { transform: scale(1.06); opacity: .95; }
.cat-info { position: relative; z-index: 2; padding: 20px; width: 100%; display: flex; align-items: flex-end; justify-content: space-between; }
.cat-info h3 { font-size: 1.5rem; }
.cat-info .ct { font-family: var(--ff-mono); font-size: .7rem; letter-spacing: .12em; color: var(--khaki); }
.cat-arrow { width: 34px; height: 34px; border: 1.5px solid rgba(245,243,238,.45); border-radius: 50%; display: grid; place-items: center; transition: .3s var(--ease); }
.cat:hover .cat-arrow { background: var(--amber); border-color: var(--amber); transform: rotate(-45deg); }
.cat-arrow svg { width: 16px; height: 16px; stroke: currentColor; }

/* ---------- Shop de look ---------- */
.look { display: grid; grid-template-columns: 1.15fr .85fr; gap: 0; border-radius: 4px; overflow: hidden; }
.look-media { position: relative; min-height: 420px; background: var(--ink); }
.look-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.look-panel { background: var(--ink-2); color: var(--paper); padding: clamp(28px, 3.4vw, 48px); display: flex; flex-direction: column; gap: 18px; }
.look-item { display: grid; grid-template-columns: 60px 1fr auto; gap: 14px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line-dk); }
.look-item:first-of-type { border-top: none; }
.look-item img { width: 60px; height: 74px; object-fit: cover; background: var(--paper-3); border-radius: 2px; }
.look-item .li-name { font-family: var(--ff-head); text-transform: uppercase; font-weight: 600; font-size: .95rem; }
.look-item .li-price { font-family: var(--ff-mono); font-size: .74rem; color: var(--muted-dk); margin-top: 3px; }
.look-add { width: 38px; height: 38px; border: 1.5px solid rgba(245,243,238,.3); border-radius: 2px; display: grid; place-items: center; color: var(--paper); transition: .25s var(--ease); }
.look-add:hover { background: var(--amber); border-color: var(--amber); }
.look-add svg { width: 16px; height: 16px; stroke: currentColor; }

/* ---------- Impact ---------- */
.impact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.impact-stat { display: flex; flex-direction: column; gap: 6px; }
.impact-num { font-family: var(--ff-head); font-weight: 700; font-size: clamp(3rem, 6vw, 5rem); color: var(--khaki); line-height: 1; }
.impact-bars { display: grid; gap: 18px; margin-top: 8px; }
.ibar .ibar-top { display: flex; justify-content: space-between; font-family: var(--ff-mono); font-size: .74rem; letter-spacing: .04em; color: var(--muted-dk); text-transform: uppercase; margin-bottom: 8px; }
.ibar .track { height: 6px; background: rgba(245,243,238,.14); border-radius: 6px; overflow: hidden; }
.ibar .track i { display: block; height: 100%; background: var(--amber); border-radius: 6px; width: 0; }

/* ---------- Reviews / Trustpilot (auto-scrollende marquee) ---------- */
.tp { padding-block: clamp(48px, 6vw, 80px); }
.tp-rating { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }
.tp-stars { display: inline-flex; gap: 2px; color: var(--amber); }
.tp-stars svg { width: 19px; height: 19px; fill: currentColor; }
.tp-rating .tp-score { font-family: var(--ff-head); font-weight: 800; font-size: 1.1rem; letter-spacing: -.02em; }
.tp-rating .tp-score span { color: var(--muted); font-weight: 600; }
.tp-rating .tp-sub { color: var(--muted); font-size: .84rem; }
.tp-rating .tp-sub b { color: var(--ink); font-weight: 600; }
.tp-scroller { overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); }
.tp-scroller::-webkit-scrollbar { display: none; }
.tp-track { display: flex; gap: clamp(14px, 1.6vw, 20px); width: max-content; }
.tp-card { flex: 0 0 auto; width: clamp(264px, 26vw, 320px); background: var(--paper-2); border: 1px solid var(--line-2); border-radius: 4px; padding: clamp(22px, 2.2vw, 28px); display: flex; flex-direction: column; gap: 11px; }
.tp-card .tp-cstars { display: inline-flex; gap: 2px; color: var(--amber); }
.tp-card .tp-cstars svg { width: 15px; height: 15px; fill: currentColor; }
.tp-title { font-family: var(--ff-head); font-weight: 700; font-size: 1.02rem; letter-spacing: -.01em; }
.tp-text { color: rgba(26,28,26,.74); font-size: .92rem; line-height: 1.58; flex: 1; }
.tp-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 13px; border-top: 1px solid var(--line-2); }
.tp-who .tp-name { font-family: var(--ff-head); font-weight: 600; font-size: .88rem; }
.tp-who .tp-date { color: var(--muted); font-size: .76rem; margin-top: 2px; }
.tp-verified { display: inline-flex; align-items: center; gap: 5px; font-family: var(--ff-mono); font-size: .64rem; letter-spacing: .04em; text-transform: uppercase; color: var(--khaki-d); font-weight: 500; white-space: nowrap; }
.tp-verified svg { width: 13px; height: 13px; fill: var(--amber); }
.tp-foot { margin-top: clamp(24px, 2.8vw, 34px); font-size: .82rem; color: var(--muted); }
.tp-foot b { color: var(--ink); font-weight: 600; }
.tp-source { color: var(--amber); border-bottom: 1px solid transparent; transition: border-color .2s var(--ease); white-space: nowrap; }
.tp-source:hover { border-color: var(--amber); }
@media (max-width: 720px) { .tp .sec-head { gap: 14px; } .tp-rating { align-items: flex-start; } }

/* ---------- Trust bar ---------- */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-item { display: flex; align-items: center; gap: 16px; padding: 8px 4px; }
.trust-item img { width: 46px; height: 46px; object-fit: contain; flex: none; }
.trust-item > div { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.trust-item .ti-t { font-family: var(--ff-head); text-transform: uppercase; font-weight: 600; font-size: .92rem; letter-spacing: .02em; line-height: 1.15; }
.trust-item .ti-s { font-size: .82rem; color: var(--muted); }

/* ---------- Newsletter ---------- */
.news { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.news h2 { color: var(--paper); }
.news form { display: flex; gap: 10px; width: min(520px, 100%); margin-top: 6px; }
.news input { flex: 1; background: rgba(245,243,238,.06); border: 1.5px solid var(--line-dk); border-radius: 2px; padding: 14px 16px; color: var(--paper); font-size: .95rem; }
.news input::placeholder { color: var(--muted-dk); }
.news input:focus { outline: none; border-color: var(--khaki); }
.news .fine { font-family: var(--ff-mono); font-size: .68rem; color: var(--muted-dk); letter-spacing: .05em; }

/* ---------- CTA band (desert) ---------- */
.band { position: relative; min-height: 360px; display: grid; place-items: center; text-align: center; color: var(--paper); overflow: hidden; }
.band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,21,19,.7), rgba(20,21,19,.45)); }
.band-inner { position: relative; z-index: 2; padding: 80px 20px; display: flex; flex-direction: column; align-items: center; gap: 20px; }

/* =========================================================
   FOOTER
   ========================================================= */
.foot { background: var(--ink); color: var(--paper); padding-top: clamp(56px, 7vw, 92px); }
.foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 52px; border-bottom: 1px solid var(--line-dk); }
.foot-brand { display: flex; flex-direction: column; gap: 18px; max-width: 320px; }
.foot-brand .brand img { width: 44px; height: 44px; }
.foot-brand p { color: var(--muted-dk); font-size: .92rem; }
.foot-col h4 { font-size: 1rem; margin-bottom: 18px; color: var(--khaki); letter-spacing: .08em; }
.foot-col a { display: block; color: rgba(245,243,238,.74); font-size: .92rem; padding: 7px 0; transition: color .2s; }
.foot-col a:hover { color: var(--paper); }
.socials { display: flex; gap: 10px; }
.socials a { width: 40px; height: 40px; border: 1px solid var(--line-dk); border-radius: 2px; display: grid; place-items: center; transition: .25s var(--ease); }
.socials a:hover { background: var(--paper); color: var(--ink); }
.socials svg { width: 18px; height: 18px; }
.foot-bot { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0 40px; flex-wrap: wrap; }
.foot-bot .cp { font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .05em; color: var(--muted-dk); }
.pays { display: flex; gap: 8px; flex-wrap: wrap; }
.pay { height: 26px; padding: 0 9px; border-radius: 3px; background: var(--paper); color: var(--ink); font-family: var(--ff-head); font-weight: 700; font-size: .66rem; letter-spacing: .04em; display: grid; place-items: center; text-transform: uppercase; }
.pay.ideal { background: #CC0066; color: #fff; } .pay.klarna { background: #FFB3C7; color: #17120f; } .pay.paypal { background: #fff; color: #142C8E; } .pay.visa { color: #1A1F71; } .pay.mc { color: #EB001B; }

/* =========================================================
   COLLECTION PAGE
   ========================================================= */
.col-head { background: var(--ink); color: var(--paper); padding: clamp(40px,6vw,76px) 0 clamp(34px,4vw,52px); position: relative; overflow: hidden; }
.col-head .bread { font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-dk); margin-bottom: 18px; }
.col-head .bread a:hover { color: var(--khaki); }
.col-head h1 { font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 700; color: var(--paper); }
.col-head p { color: var(--muted-dk); max-width: 54ch; margin-top: 14px; }
.col-head .ring2 { position: absolute; right: -60px; top: 50%; transform: translateY(-50%); width: 320px; height: 320px; border: 1px solid var(--line-dk); border-radius: 50%; pointer-events: none; }
.col-head .ring2::before { content:""; position:absolute; inset: 60px; border: 1px solid var(--line-dk); border-radius: 50%; }
.col-head .ring2::after { content:""; position:absolute; top:50%;left:-40px;right:-40px; height:1px; background: var(--line-dk); }

.toolbar { position: sticky; top: calc(var(--header-h)); z-index: 30; background: var(--paper); border-bottom: 1px solid var(--line); }
.toolbar-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 14px; flex-wrap: wrap; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  font-family: var(--ff-head); text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; font-weight: 500;
  padding: 9px 16px; border: 1.5px solid var(--line); border-radius: 2px; color: var(--ink); transition: .2s var(--ease);
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
}
.chip .n { font-family: var(--ff-mono); font-size: .64rem; color: var(--muted); }
.chip:hover { border-color: var(--ink); }
.chip.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.chip.active .n { color: var(--khaki); }
.tools-right { display: flex; align-items: center; gap: 14px; }
.count-label { font-family: var(--ff-mono); font-size: .74rem; letter-spacing: .04em; color: var(--muted); text-transform: uppercase; }
.sort { display: inline-flex; align-items: center; gap: 8px; }
.sort label { font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .08em; color: var(--muted); text-transform: uppercase; }
.sort select { font-family: var(--ff-head); text-transform: uppercase; letter-spacing: .06em; font-size: .8rem; font-weight: 500; padding: 9px 12px; border: 1.5px solid var(--line); border-radius: 2px; background: var(--paper-2); }

#grid { margin-top: clamp(26px,3vw,40px); }
.grid-empty { text-align: center; padding: 80px 0; color: var(--muted); font-family: var(--ff-mono); letter-spacing: .06em; text-transform: uppercase; }

/* ---------- Reveal (driven entirely by inline styles in app.js) ---------- */
.reveal { /* visible by default; JS applies the entrance inline */ }

/* toast */
.toast { position: fixed; bottom: 24px; left: 50%; transform: translate(-50%, 30px); z-index: 120; background: var(--ink); color: var(--paper); padding: 14px 22px; border-radius: 3px; font-family: var(--ff-mono); font-size: .76rem; letter-spacing: .05em; text-transform: uppercase; opacity: 0; transition: .35s var(--ease); box-shadow: var(--shadow-pop); display: flex; align-items: center; gap: 12px; }
.toast .ok { color: var(--khaki); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* =========================================================
   PRODUCT PAGE (PDP)
   ========================================================= */
.pdp { padding: clamp(28px, 4vw, 56px) 0 clamp(48px, 6vw, 88px); }
.pdp .bread { font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 26px; }
.pdp .bread a:hover { color: var(--ink); }
.pdp-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 64px); align-items: start; }

.gallery { display: grid; grid-template-columns: 74px 1fr; gap: 14px; position: sticky; top: calc(var(--header-h) + 20px); }
.g-thumbs { display: flex; flex-direction: column; gap: 10px; }
.g-thumb { width: 74px; aspect-ratio: 4/5; border: 1.5px solid var(--line); border-radius: 3px; overflow: hidden; background: var(--paper-2); padding: 0; }
.g-thumb.active { border-color: var(--ink); }
.g-thumb img { width: 100%; height: 100%; object-fit: cover; }
.g-main { position: relative; aspect-ratio: 4/5; background: var(--paper-2); border: 1px solid var(--line-2); border-radius: 4px; overflow: hidden; }
.g-main img { width: 100%; height: 100%; object-fit: cover; }
.g-main .badge { top: 16px; left: 16px; }
.ph { width: 100%; height: 100%; display: grid; place-items: center; background:
  repeating-linear-gradient(135deg, var(--paper-2) 0 14px, var(--paper-3) 14px 28px); }
.ph span { font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--khaki-d); border: 1px solid var(--line); padding: 6px 12px; border-radius: 2px; background: var(--paper); }

.pdp-info { display: flex; flex-direction: column; gap: 20px; }
.pdp-info .eyebrow { font-family: var(--ff-mono); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--khaki-d); }
.pdp-title { font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 700; line-height: 1; }
.pdp-priceRow { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.pdp-priceRow .price { font-size: 1.5rem; }
.pdp-story { color: var(--muted); font-size: 1rem; max-width: 48ch; }
.opt-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.opt-head .ol { font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); }
.opt-head .ol b { color: var(--muted); font-weight: 400; margin-left: 6px; text-transform: none; letter-spacing: 0; }
.opt-head a { font-family: var(--ff-mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--line); }
.opt-head a:hover { color: var(--ink); border-color: var(--ink); }
.sw-row { display: flex; gap: 12px; }
.sw { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; padding: 0; transition: transform .2s var(--ease); }
.sw i { width: 26px; height: 26px; border-radius: 50%; display: block; border: 1px solid rgba(0,0,0,.12); }
.sw.active { border-color: var(--ink); }
.sw:hover { transform: translateY(-2px); }
.size-row { display: flex; gap: 8px; flex-wrap: wrap; }
.size { min-width: 54px; height: 48px; padding: 0 12px; border: 1.5px solid var(--line); border-radius: 2px; font-family: var(--ff-head); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: .9rem; transition: .18s var(--ease); }
.size:hover:not([disabled]) { border-color: var(--ink); }
.size.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.size[disabled] { opacity: .35; text-decoration: line-through; cursor: not-allowed; }
.stock { display: inline-flex; align-items: center; gap: 9px; font-family: var(--ff-mono); font-size: .74rem; letter-spacing: .04em; color: var(--olive); }
.stock .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--olive); box-shadow: 0 0 0 3px rgba(59,74,58,.18); }
.stock.low { color: var(--amber); } .stock.low .pulse { background: var(--amber); box-shadow: 0 0 0 3px rgba(184,116,46,.18); }
.buy-row { display: flex; gap: 12px; align-items: stretch; }
.qty-stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 2px; }
.qty-stepper button { width: 46px; height: 100%; font-family: var(--ff-mono); font-size: 1.1rem; color: var(--muted); }
.qty-stepper button:hover { color: var(--ink); }
.qty-stepper span { min-width: 30px; text-align: center; font-family: var(--ff-head); font-weight: 600; font-size: 1rem; }
.buy-row .btn { flex: 1; }
.pdp-assure { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 4px; }
.assure { display: flex; flex-direction: column; gap: 4px; }
.assure .at { font-family: var(--ff-head); text-transform: uppercase; font-weight: 600; font-size: .82rem; letter-spacing: .02em; }
.assure .as { font-size: .76rem; color: var(--muted); }
.assure svg { width: 22px; height: 22px; stroke: var(--amber); fill: none; margin-bottom: 4px; }

.complete { border: 1px solid var(--line); border-radius: 4px; padding: 20px 22px; background: var(--paper-2); }
.complete h4 { font-size: 1.05rem; margin-bottom: 4px; }
.complete .ch-sub { font-family: var(--ff-mono); font-size: .7rem; letter-spacing: .04em; color: var(--muted); text-transform: uppercase; margin-bottom: 14px; }
.complete .ci-row { display: grid; grid-template-columns: 54px 1fr auto; gap: 14px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); }
.complete .ci-row:first-of-type { border-top: none; }
.complete .ci-row img { width: 54px; height: 66px; object-fit: cover; background: var(--paper-3); border-radius: 2px; }
.complete .cn { font-family: var(--ff-head); text-transform: uppercase; font-weight: 600; font-size: .9rem; }
.complete .cp { font-family: var(--ff-mono); font-size: .72rem; color: var(--muted); margin-top: 3px; }
.complete .cadd { width: 36px; height: 36px; border: 1.5px solid var(--line); border-radius: 2px; display: grid; place-items: center; color: var(--ink); transition: .2s var(--ease); }
.complete .cadd:hover { background: var(--amber); border-color: var(--amber); color: #fff; }
.complete .cadd svg { width: 16px; height: 16px; stroke: currentColor; }

@media (max-width: 900px) {
  .pdp-grid { grid-template-columns: 1fr; gap: 28px; }
  .gallery { position: static; grid-template-columns: 1fr; }
  .g-thumbs { flex-direction: row; order: 2; }
  .g-thumb { width: 70px; }
}
@media (max-width: 560px) {
  .pdp-assure { grid-template-columns: 1fr; gap: 16px; }
  .buy-row { flex-wrap: wrap; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 46vh; order: -1; }
  .hero-copy { min-height: auto; }
  .foot-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .foot-brand { grid-column: 1 / -1; max-width: none; }
}
@media (max-width: 900px) {
  :root { --header-h: 60px; }
  .mainnav { display: none; }
  .hbar { grid-template-columns: auto 1fr auto; }
  .hamburger { display: inline-grid; }
  .brand .wordmark { font-size: 1.05rem; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .cats { grid-template-columns: repeat(2, 1fr); }
  .values { grid-template-columns: 1fr; }
  .values .value { border-left: none; border-top: 1px solid var(--line); }
  .values .value:first-child { border-top: none; }
  .look { grid-template-columns: 1fr; }
  .impact-grid { grid-template-columns: 1fr; }
  .trust { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .anno-track span.hide-sm { display: none; }
  .grid-4, .grid-3 { grid-template-columns: 1fr 1fr; gap: 12px; }
  .cats { grid-template-columns: 1fr 1fr; }
  .trust { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .news form { flex-direction: column; }
  .toolbar { position: static; }
  .foot-bot { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* ---- WordPress / WooCommerce integratie op de homepage ---- */
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
.price .woocommerce-Price-amount { font-family: var(--ff-head); font-weight: 600; }
.price del { color: var(--muted); font-weight: 400; font-size: .85rem; margin-left: 0; }
.price ins { text-decoration: none; }
.card-body .price ins .woocommerce-Price-amount { color: var(--amber); }
.card-media a { display: block; height: 100%; }
.card-media a img { width: 100%; height: 100%; object-fit: cover; }
#trp-floater-ls { z-index: 70 !important; }

/* ---- Collectie: paginering ---- */
.fc-pagination { display:flex; gap:8px; justify-content:center; margin-top:clamp(30px,4vw,52px); }
.fc-pagination .page-numbers { font-family:var(--ff-head); font-weight:600; text-transform:uppercase; letter-spacing:.04em; min-width:42px; height:42px; padding:0 12px; display:grid; place-items:center; border:1.5px solid var(--line); border-radius:2px; color:var(--ink); }
.fc-pagination .page-numbers.current { background:var(--ink); color:var(--paper); border-color:var(--ink); }
.fc-pagination a.page-numbers:hover { border-color:var(--ink); }
/* ---- PDP: aantal-invoer in de stepper ---- */
.qty-stepper input { width:40px; text-align:center; border:none; background:transparent; font-family:var(--ff-head); font-weight:600; font-size:1rem; -moz-appearance:textfield; }
.qty-stepper input::-webkit-outer-spin-button, .qty-stepper input::-webkit-inner-spin-button { -webkit-appearance:none; margin:0; }
/* WooCommerce notices in design-stijl */
.woocommerce-message, .woocommerce-info, .woocommerce-error { font-family:var(--ff-mono); font-size:.82rem; letter-spacing:.02em; list-style:none; background:var(--paper-2); border-left:3px solid var(--amber); padding:14px 18px; margin-bottom:20px; border-radius:2px; }
.woocommerce-message a, .woocommerce-info a { color:var(--amber); font-weight:600; }

/* ---- Hero-achtergrondvideo ---- */
.hero-media video.hero-video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; z-index:0; }
.hero-media .scrim { z-index:1; }

/* ---- Hero: binnen content-breedte (zoals header/secties) + lager ---- */
.hero { background: transparent; padding: clamp(16px,2.2vw,28px) 0 0; overflow: visible; }
.hero-grid { min-height: clamp(360px, 46vh, 500px); background: var(--ink); border-radius: 6px; overflow: hidden; }
.hero .display { font-size: clamp(2.3rem, 5vw, 4.4rem); }
.hero-copy { padding: clamp(26px, 3.4vw, 54px); gap: 16px; justify-content: center; }
@media (max-width: 1080px) { .hero-media { min-height: 300px; } .hero-grid { min-height: 0; } }

/* ---- Oprichters-/verhaalsectie ---- */
.story-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:clamp(28px,5vw,72px); align-items:center; }
.story-media { aspect-ratio:4/5; border-radius:4px; overflow:hidden; background:var(--paper-3); border:1px solid var(--line-2); }
.story-media img { width:100%; height:100%; object-fit:cover; }
.h-story { font-family:var(--ff-head); text-transform:none; font-weight:600; letter-spacing:0; line-height:1.08; font-size:clamp(1.7rem,2.9vw,2.6rem); }
.story-body .lead { margin-bottom:16px; max-width:58ch; }
.story-divider { width:54px; height:2px; background:var(--amber); margin:clamp(24px,3vw,34px) 0 22px; border:0; }
.story-cap { font-family:var(--ff-mono); font-size:.74rem; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); margin-top:20px; }
@media (max-width:900px){ .story-grid{ grid-template-columns:1fr; gap:24px; } }

/* ============================================================
   NIEUWE SECTIES (v3) - De selectie, bundel, verhaal, merkstatement,
   Waarom Portugal, Gemaakt om te blijven, categorieën, FAQ
   ============================================================ */
/* ---------- Ons verhaal (founder story, editorial) ---------- */
.story { padding-block: clamp(56px, 8vw, 112px); }
.story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.story-img { position: relative; aspect-ratio: 4/5; background: var(--paper-3); border-radius: 4px; overflow: hidden; display: grid; place-items: center; }
.story-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.story-ph { font-family: var(--ff-mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--khaki-d); border: 1px solid var(--line); padding: 9px 14px; border-radius: 2px; background: var(--paper); }
.story-cap { font-family: var(--ff-mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: 14px; }
.story-body { max-width: 58ch; }
.story-over { font-family: var(--ff-body); font-weight: 600; text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; color: var(--khaki-d); }
.story-body h2 { font-size: clamp(1.9rem, 3.1vw, 2.8rem); margin: 0 0 clamp(26px, 3vw, 36px); line-height: 1.08; letter-spacing: -.03em; max-width: 22ch; }
.story-text { display: flex; flex-direction: column; gap: 13px; max-width: 60ch; }
.story-text p { font-size: 1.02rem; line-height: 1.6; color: rgba(26,28,26,.74); }
.story-text p:first-child { font-size: 1.12rem; line-height: 1.55; color: var(--ink); }
.story-quote { font-family: var(--ff-head); font-weight: 800; font-size: clamp(1.55rem, 2.5vw, 2.15rem); letter-spacing: -.025em; line-height: 1.2; margin: clamp(38px, 4.5vw, 56px) 0; max-width: 22ch; color: var(--ink); position: relative; padding-top: 26px; }
.story-quote::before { content: ""; position: absolute; top: 0; left: 0; width: 46px; height: 2px; background: var(--amber); }
.story-sign { display: flex; flex-direction: column; gap: 3px; }
.story-sign .sn { font-family: var(--ff-body); font-weight: 600; font-size: .94rem; color: var(--ink); }
.story-sign .sr { font-family: var(--ff-body); font-weight: 400; font-size: .88rem; color: var(--muted); }
.story-proof { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 26px; border-top: 1px solid var(--line); padding-top: 18px; }
.story-proof span { font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 860px) {
  .story-grid { grid-template-columns: 1fr; gap: 30px; }
  .story-img { aspect-ratio: 3/2; }
}
/* ---------- DE VASTE WAARDEN (signature, one-viewport) ---------- */
.vw { padding-block: clamp(36px, 4.5vw, 58px); }
.vw-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(22px, 2.6vw, 34px); flex-wrap: wrap; }
.vw-head > div { display: flex; flex-direction: column; gap: 11px; }
.vw-head h2 { font-size: clamp(1.9rem, 3.2vw, 2.8rem); line-height: 1.08; }
.vw-sub { color: var(--muted); font-size: 1rem; line-height: 1.45; }
.vw-link { font-family: var(--ff-body); font-weight: 500; font-size: .94rem; color: var(--ink); display: inline-flex; gap: 9px; align-items: center; border-bottom: 1px solid transparent; padding-bottom: 3px; transition: border-color .25s var(--ease); white-space: nowrap; }
.vw-link span { transition: transform .25s var(--ease); }
.vw-link:hover { border-color: var(--ink); }
.vw-link:hover span { transform: translateX(4px); }

.vw-main { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(16px, 2.2vw, 36px); align-items: stretch; }
.vw-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 1.8vw, 30px); align-items: center; }
.vw-fimg { background: transparent; border-radius: 4px; height: clamp(280px, 32vh, 352px); overflow: hidden; display: block; }
.vw-fimg img { width: 100%; height: 100%; object-fit: contain; transition: transform .6s var(--ease); }
.vw-feature:hover .vw-fimg img { transform: scale(1.03); }
.vw-finfo { display: flex; flex-direction: column; gap: 11px; }
.vw-cat { font-family: var(--ff-body); font-weight: 500; font-size: .82rem; color: var(--khaki-d); }
.vw-finfo h3 { font-size: clamp(1.5rem, 2vw, 2rem); }
.vw-pr { font-family: var(--ff-head); font-weight: 700; font-size: 1.2rem; letter-spacing: -.01em; }
.vw-story { color: var(--muted); font-size: .95rem; line-height: 1.5; max-width: 32ch; }
.vw-spec { font-size: .84rem; color: var(--ink); opacity: .68; }
.vw-cta { margin-top: 6px; align-self: flex-start; font-family: var(--ff-head); font-weight: 700; font-size: .9rem; color: var(--ink); display: inline-flex; align-items: center; gap: 8px; border-bottom: 1.5px solid var(--ink); padding-bottom: 4px; transition: gap .25s var(--ease); }
.vw-cta:hover { gap: 13px; }

.vw-storycard { background: linear-gradient(168deg, #21231f 0%, #161714 100%); color: var(--paper); border-radius: 4px; padding: clamp(28px, 3vw, 46px); display: flex; flex-direction: column; justify-content: center; gap: clamp(22px, 2.4vw, 32px); }
.vw-storycard .k { font-family: var(--ff-body); font-weight: 600; text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; color: var(--khaki); }
.vw-storytext { display: flex; flex-direction: column; gap: 16px; max-width: 36ch; }
.vw-storytext p { color: rgba(245,243,238,.82); font-size: 1.04rem; line-height: 1.72; }
.vw-facts { list-style: none; display: flex; flex-direction: column; gap: 9px; border-top: 1px solid rgba(245,243,238,.13); padding-top: clamp(18px, 2vw, 24px); }
.vw-facts li { font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .03em; color: rgba(245,243,238,.52); }

.vw-bottom { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.6vw, 24px); margin-top: clamp(16px, 2vw, 28px); }
.vw-card { display: flex; flex-direction: column; }
.vw-cmedia { width: 100%; background: transparent; border-radius: 4px; aspect-ratio: 1 / 1; overflow: hidden; }
.vw-cmedia img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s var(--ease); }
.vw-card:hover .vw-cmedia img { transform: scale(1.03); }
.vw-cbody { padding-top: 14px; display: flex; flex-direction: column; gap: 5px; }
.vw-cbody h4 { font-family: var(--ff-head); font-weight: 700; font-size: 1.04rem; letter-spacing: -.01em; }
.vw-crow { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 2px; }
.vw-cspec { font-size: .82rem; color: var(--muted); }
.vw-cprice { font-family: var(--ff-head); font-weight: 600; font-size: 1.02rem; margin-top: 3px; }

@media (max-width: 980px) {
  .vw-main { grid-template-columns: 1fr; }
  .vw-bottom { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .vw-feature { grid-template-columns: 1fr; }
  .vw-fimg { height: 300px; }
}
@media (max-width: 440px) {
  .vw-bottom { grid-template-columns: 1fr; }
}
/* ---------- Categories (editorial discovery) ---------- */
.cat-editorial { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(14px, 1.6vw, 22px); }

/* één sterke collectie-afbeelding (cross-fade op categorie-hover) */
.cat-collection { grid-column: span 6; grid-row: span 2; position: relative; border-radius: 4px; overflow: hidden; min-height: 380px; background: var(--ink); }
.cat-visual { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .5s var(--ease); }
.cat-visual.is-active { opacity: 1; }
.cat-collection::after { content: ""; position: absolute; inset: 0; background: rgba(14,15,13,.28); pointer-events: none; }
.cat-visual-tag { position: absolute; left: clamp(20px, 2.4vw, 32px); bottom: clamp(20px, 2.4vw, 32px); z-index: 2; }

.cat-feature { grid-column: span 6; grid-row: span 2; position: relative; border-radius: 4px; overflow: hidden; min-height: 380px; display: flex; align-items: flex-end; color: var(--paper); background: var(--ink); }
.cat-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .92; transition: transform .6s var(--ease); }
.cat-feature:hover img { transform: scale(1.04); }
.cat-feature::after { content: ""; position: absolute; inset: 0; background: rgba(14,15,13,.28); }
.cat-feature-body { position: relative; z-index: 2; padding: clamp(24px, 2.6vw, 40px); background: rgba(13,14,12,.68); width: 100%; display: flex; flex-direction: column; gap: 11px; }
.cf-eyebrow { font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--khaki); }
.cat-feature-body h3 { font-size: clamp(1.8rem, 2.9vw, 2.5rem); letter-spacing: -.03em; }
.cat-feature-body p { color: rgba(245,243,238,.82); font-size: .98rem; max-width: 36ch; }
.cf-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 8px; font-family: var(--ff-head); text-transform: uppercase; letter-spacing: .1em; font-size: .84rem; font-weight: 600; color: var(--amber-2); }
.cf-cta svg { width: 18px; height: 18px; stroke: currentColor; transition: transform .25s var(--ease); }
.cat-feature:hover .cf-cta svg { transform: translateX(5px); }

.cat-statement { grid-column: span 6; background: var(--ink); color: var(--paper); border-radius: 4px; padding: clamp(24px, 2.6vw, 38px); display: flex; flex-direction: column; gap: 14px; justify-content: center; }
.cat-statement-title { font-size: clamp(1.5rem, 2.2vw, 2rem); letter-spacing: -.02em; color: var(--paper); }
.cat-statement p { font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.5; color: rgba(245,243,238,.82); max-width: 34ch; }
.cat-statement-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; border-top: 1px solid var(--line-dk); padding-top: 16px; }
.cat-statement-meta span { font-family: var(--ff-mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--khaki-d); }
.cat-statement-cats { font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--khaki-d); border-top: 1px solid var(--line-dk); padding-top: 16px; }

.cat-index { grid-column: span 6; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; background: var(--paper); }
.cat-row { display: grid; grid-template-columns: 52px 1fr auto auto; gap: 16px; align-items: center; padding: 15px 18px; border-top: 1px solid var(--line); transition: background .2s var(--ease); }
.cat-row:first-child { border-top: none; }
.cat-row:hover { background: var(--paper-2); }
.cat-row.is-active { background: var(--paper-2); box-shadow: inset 3px 0 0 var(--amber); }
.cat-row img { width: 52px; height: 52px; object-fit: cover; background: var(--paper-3); border-radius: 2px; }
.cr-main h4 { font-family: var(--ff-head); font-weight: 700; letter-spacing: -.01em; font-size: 1.14rem; }
.cr-sub { font-size: .8rem; color: var(--muted); }
.cr-count { font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--khaki-d); white-space: nowrap; }
.cr-arrow { width: 34px; height: 34px; border: 1.5px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--ink); transition: .25s var(--ease); }
.cat-row:hover .cr-arrow { background: var(--ink); border-color: var(--ink); color: var(--paper); transform: rotate(-45deg); }
.cr-arrow svg { width: 15px; height: 15px; stroke: currentColor; }

@media (max-width: 980px) {
  .cat-feature, .cat-statement, .cat-index, .cat-collection { grid-column: 1 / -1; }
  .cat-collection { grid-row: auto; }
  .cat-feature { grid-row: auto; min-height: 320px; }
}
@media (max-width: 560px) {
  .cat-row { grid-template-columns: 46px 1fr auto; }
  .cat-row .cr-count { display: none; }
  .cat-row img { width: 46px; height: 46px; }
}
/* ---------- Shop de look ---------- */
.look { display: grid; grid-template-columns: 1.15fr .85fr; gap: 0; border-radius: 4px; overflow: hidden; }
.look-media { position: relative; min-height: 340px; background: var(--ink); }
.look-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.look-panel { background: var(--ink-2); color: var(--paper); padding: clamp(24px, 2.6vw, 38px); display: flex; flex-direction: column; gap: 14px; position: relative; }
.look-badge { position: absolute; top: -16px; right: -14px; z-index: 5; display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; background: var(--gold); color: #1A1C1A; font-family: var(--ff-head); font-weight: 700; font-size: .82rem; letter-spacing: .03em; text-transform: uppercase; padding: 11px 18px; border-radius: 999px; box-shadow: 0 10px 24px -8px rgba(0,0,0,.6); }
.look-badge b { font-weight: 800; font-size: 1.12rem; letter-spacing: -.01em; line-height: 1; padding-right: 9px; border-right: 1.5px solid rgba(26,28,26,.35); }
.look-sec .look { overflow: visible; }
.look-sec .look-panel { overflow: visible; }
.look-item { display: grid; grid-template-columns: 60px 1fr auto; gap: 14px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line-dk); }
.look-item:first-of-type { border-top: none; }
.look-item img { width: 60px; height: 60px; object-fit: cover; background: var(--paper-3); border-radius: 2px; }
.look-item .li-name { font-family: var(--ff-head); font-weight: 700; font-size: .96rem; letter-spacing: -.01em; }
.look-item .li-price { font-family: var(--ff-mono); font-size: .74rem; color: var(--muted-dk); margin-top: 3px; }
.look-add { width: 38px; height: 38px; border: 1.5px solid rgba(245,243,238,.3); border-radius: 2px; display: grid; place-items: center; color: var(--paper); transition: .25s var(--ease); }
.look-add:hover { background: var(--amber); border-color: var(--amber); }
.look-add svg { width: 16px; height: 16px; stroke: currentColor; }
.look-title { color: var(--paper); font-size: clamp(1.5rem, 2vw, 1.9rem); letter-spacing: -.02em; }
.look-statement { color: var(--muted-dk); font-size: .96rem; line-height: 1.55; max-width: 36ch; }
.look-contents { list-style: none; display: flex; flex-direction: column; }
.look-contents li { display: flex; align-items: center; gap: 13px; padding: 11px 0; border-top: 1px solid var(--line-dk); }
.look-contents li:first-child { border-top: none; padding-top: 0; }
.look-contents img { width: 44px; height: 44px; object-fit: contain; background: var(--paper); border-radius: 2px; flex: none; }
.look-contents span { font-family: var(--ff-head); font-weight: 600; font-size: .98rem; letter-spacing: -.01em; color: var(--paper); }
.look-pricing { display: flex; flex-direction: column; gap: 5px; border-top: 1px solid var(--line-dk); padding-top: 15px; margin-top: 2px; }
.look-deal-label { font-family: var(--ff-mono); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--khaki); }
.look-deal-row { display: flex; align-items: baseline; gap: 10px; }
.look-was { font-family: var(--ff-head); font-size: 1.05rem; color: var(--muted-dk); text-decoration: line-through; }
.look-arrow { color: var(--muted-dk); font-size: 1rem; }
.look-now { font-family: var(--ff-head); font-weight: 800; font-size: 1.85rem; color: var(--paper); letter-spacing: -.02em; }
.look-deal-save { font-family: var(--ff-body); font-weight: 600; font-size: .9rem; color: var(--khaki); }
.look-panel .btn { align-self: flex-start; margin-top: 4px; }

/* compacte Operator Set sectie: past binnen één desktop-viewport */
.look-sec { padding-top: clamp(36px, 4.5vw, 60px); padding-bottom: clamp(36px, 4.5vw, 60px); }
.look-sec .sec-head { margin-bottom: clamp(18px, 2.4vw, 30px); }
.look-sec .look { grid-template-columns: 1fr .96fr; align-items: stretch; }
.look-sec .look-media { min-height: 0; }
.look-sec .bs-slide { padding: 4%; }

/* bundle slider */
.bundle-slider { position: relative; background: var(--paper); overflow: hidden; }
.bs-slide { position: absolute; inset: 0; display: grid; place-items: center; background: var(--paper); padding: 6%; opacity: 0; transition: opacity .6s var(--ease); }
.bs-slide.active { opacity: 1; }
.bs-slide img { max-width: 100%; max-height: 100%; object-fit: contain; }
.bs-dots { position: absolute; bottom: 16px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; z-index: 3; }
.bs-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(26,28,26,.22); padding: 0; transition: .3s var(--ease); }
.bs-dot.active { background: var(--ink); width: 22px; border-radius: 4px; }

/* bundle size selectors */
.bundle-items { display: flex; flex-direction: column; gap: 10px; }
.bundle-item { display: flex; flex-direction: column; gap: 6px; }
.bi-name { font-family: var(--ff-head); font-weight: 600; font-size: .95rem; letter-spacing: -.01em; color: var(--paper); }
.bi-sizes { display: flex; gap: 6px; flex-wrap: wrap; }
.bi-size { min-width: 38px; height: 34px; padding: 0 8px; border: 1px solid rgba(245,243,238,.24); border-radius: 2px; color: var(--paper); font-family: var(--ff-head); font-weight: 600; font-size: .78rem; transition: .18s var(--ease); }
.bi-size:hover { border-color: rgba(245,243,238,.6); }
.bi-size.active { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.bundle-msg { color: #E2A75C; font-size: .84rem; }
.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.split-lead h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.split-lead p { color: var(--muted); margin-top: 16px; max-width: 42ch; font-size: 1.02rem; line-height: 1.6; }
.split-points { display: flex; flex-direction: column; }
.split-point { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); align-items: baseline; }
.split-point:first-child { border-top: none; padding-top: 4px; }
.split-point .sp-no { font-family: var(--ff-mono); font-size: .76rem; letter-spacing: .08em; color: var(--khaki-d); }
.split-point h3 { font-size: 1.18rem; }
.split-point p { color: var(--muted); margin-top: 6px; font-size: .95rem; line-height: 1.55; }

/* Gemaakt om te blijven: 3 detailkaarten */
.stay-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.6vw, 22px); margin-top: clamp(28px, 3.4vw, 44px); }
.stay-card { border: 1px solid var(--line-2); border-radius: 4px; overflow: hidden; background: var(--paper-2); display: flex; flex-direction: column; }
.stay-media { aspect-ratio: 4/3; overflow: hidden; background: var(--paper-3); }
.stay-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.6); transition: transform .5s var(--ease); }
.stay-card:hover .stay-media img { transform: scale(1.68); }
.stay-body { padding: 18px 20px 20px; }
.stay-body .sc-no { font-family: var(--ff-mono); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--khaki-d); }
.stay-body h3 { font-size: 1.14rem; margin-top: 8px; }
.stay-body p { color: var(--muted); font-size: .9rem; line-height: 1.5; margin-top: 6px; }

/* FAQ accordion */
.faq-wrap { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.faq-list { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 2px; font-family: var(--ff-head); font-weight: 700; font-size: 1.08rem; letter-spacing: -.01em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { flex: none; width: 26px; height: 26px; position: relative; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: var(--ink); transition: transform .25s var(--ease), opacity .25s var(--ease); }
.faq-icon::before { top: 12px; left: 4px; right: 4px; height: 1.5px; }
.faq-icon::after { left: 12px; top: 4px; bottom: 4px; width: 1.5px; }
.faq-item[open] .faq-icon::after { transform: scaleY(0); opacity: 0; }
.faq-answer { padding: 0 2px 22px; color: var(--muted); font-size: .98rem; line-height: 1.6; max-width: 60ch; }

@media (max-width: 860px) {
  .split, .faq-wrap { grid-template-columns: 1fr; gap: 26px; }
  .stay-grid { grid-template-columns: 1fr; }
}
.statement { background: var(--ink); color: var(--paper); padding-block: clamp(56px, 8vw, 104px); text-align: center; }
.statement-head { font-family: var(--ff-head); font-weight: 800; color: var(--paper); font-size: clamp(2.2rem, 5.4vw, 4.6rem); line-height: 1.04; letter-spacing: -.025em; }

/* ---- Ons verhaal: tekst iets kleiner (net iets hoger dan de foto) ---- */
.story-body h2 { font-size: clamp(1.55rem, 2.5vw, 2.25rem); margin-bottom: clamp(20px, 2.4vw, 28px); }
.story-text p { font-size: .95rem; line-height: 1.55; }
.story-text p:first-child { font-size: 1.04rem; }
.story-quote { font-size: clamp(1.3rem, 2vw, 1.75rem); margin: clamp(28px, 3.4vw, 42px) 0; padding-top: 22px; }
.story-sign .sn { font-size: .9rem; }
.story-sign .sr { font-size: .84rem; }

/* ---- Nieuwsbrief-sectie: compacter (±50% minder boven/onder) ---- */
.sec.dark.news-sec { padding-top: clamp(32px, 4.5vw, 62px); padding-bottom: clamp(32px, 4.5vw, 62px); }

/* ---- Collectie/recommended: vierkante productkaarten (zoals v3) ---- */
.card-media { aspect-ratio: 1 / 1; }

/* ---- Urban banner (productpagina) ---- */
.urban-band { position: relative; overflow: hidden; background: #111317; color: var(--paper); isolation: isolate; }
.urban-band .urban-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.urban-band::before { content: ""; position: absolute; inset: 0; z-index: 1; background: radial-gradient(130% 120% at 82% -20%, rgba(184,116,46,.20), transparent 46%), linear-gradient(180deg, #181b20 0%, #0e1013 100%); }
.urban-band.has-img::before { background: linear-gradient(90deg, rgba(12,13,15,.88) 0%, rgba(12,13,15,.55) 55%, rgba(12,13,15,.22) 100%); }
.urban-band::after { content: ""; position: absolute; inset: 0; z-index: 1; opacity: .05; background-image: linear-gradient(rgba(245,243,238,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(245,243,238,.6) 1px, transparent 1px); background-size: 46px 46px; }
.urban-band.has-img::after { opacity: .04; }
.urban-inner { position: relative; z-index: 2; max-width: 640px; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; padding-block: clamp(56px, 8vw, 110px); }
.urban-eyebrow { font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--khaki); display: inline-flex; align-items: center; gap: 12px; }
.urban-eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--khaki); opacity: .7; }
.urban-band h2 { color: var(--paper); font-size: clamp(2rem, 4.6vw, 3.7rem); line-height: 1.02; }
.urban-sub { color: rgba(245,243,238,.82); font-size: clamp(1rem, 1.2vw, 1.12rem); max-width: 48ch; }
.urban-band .btn { margin-top: 6px; }
.urban-band .corner-tag { position: absolute; z-index: 2; font-family: var(--ff-mono); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(245,243,238,.66); }
.urban-band .corner-tag.tl { top: 18px; left: clamp(20px, 5vw, 56px); }
.urban-band .corner-tag.br { bottom: 18px; right: clamp(20px, 5vw, 56px); }

/* ============================================================
   PRODUCTPAGINA (PDP) - v3 (overschrijft v1: vierkante galerij e.d.)
   ============================================================ */
.pdp { padding: clamp(28px, 4vw, 56px) 0 clamp(48px, 6vw, 88px); }
.pdp .bread { font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 26px; }
.pdp .bread a:hover { color: var(--ink); }
.pdp-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 64px); align-items: start; }

.gallery { display: grid; grid-template-columns: 74px 1fr; gap: 14px; position: sticky; top: calc(var(--header-h) + 20px); }
.g-thumbs { display: flex; flex-direction: column; gap: 10px; }
.g-thumb { width: 74px; aspect-ratio: 1/1; border: 1.5px solid var(--line); border-radius: 3px; overflow: hidden; background: var(--paper-2); padding: 0; }
.g-thumb.active { border-color: var(--ink); }
.g-thumb img { width: 100%; height: 100%; object-fit: cover; }
.g-main { position: relative; aspect-ratio: 1/1; background: var(--paper-2); border: 1px solid var(--line-2); border-radius: 4px; overflow: hidden; }
.g-main img { width: 100%; height: 100%; object-fit: cover; }
.g-main .badge { top: 16px; left: 16px; }
.ph { width: 100%; height: 100%; display: grid; place-items: center; background:
  repeating-linear-gradient(135deg, var(--paper-2) 0 14px, var(--paper-3) 14px 28px); }
.ph span { font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--khaki-d); border: 1px solid var(--line); padding: 6px 12px; border-radius: 2px; background: var(--paper); }

.pdp-info { display: flex; flex-direction: column; gap: 20px; }
.pdp-info .eyebrow { font-family: var(--ff-mono); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--khaki-d); }
.pdp-title { font-size: clamp(2.1rem, 3.6vw, 3rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.02; }
.pdp-priceRow { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.pdp-priceRow .price { font-size: 1.5rem; }
.pdp-story { color: var(--muted); font-size: 1rem; max-width: 48ch; }
.opt-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.opt-head .ol { font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); }
.opt-head .ol b { color: var(--muted); font-weight: 400; margin-left: 6px; text-transform: none; letter-spacing: 0; }
.opt-head a { font-family: var(--ff-mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--line); }
.opt-head a:hover { color: var(--ink); border-color: var(--ink); }
.sw-row { display: flex; gap: 12px; }
.sw { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; padding: 0; transition: transform .2s var(--ease); }
.sw i { width: 26px; height: 26px; border-radius: 50%; display: block; border: 1px solid rgba(0,0,0,.12); }
.sw.active { border-color: var(--ink); }
.sw:hover { transform: translateY(-2px); }
.size-row { display: flex; gap: 8px; flex-wrap: wrap; }
.size { min-width: 54px; height: 48px; padding: 0 12px; border: 1.5px solid var(--line); border-radius: 2px; font-family: var(--ff-head); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: .9rem; transition: .18s var(--ease); }
.size:hover:not([disabled]) { border-color: var(--ink); }
.size.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.size[disabled] { opacity: .35; text-decoration: line-through; cursor: not-allowed; }
.stock { display: inline-flex; align-items: center; gap: 9px; font-family: var(--ff-mono); font-size: .74rem; letter-spacing: .04em; color: var(--olive); }
.stock .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--olive); box-shadow: 0 0 0 3px rgba(59,74,58,.18); }
.stock.low { color: var(--amber); } .stock.low .pulse { background: var(--amber); box-shadow: 0 0 0 3px rgba(184,116,46,.18); }
.buy-row { display: flex; gap: 12px; align-items: stretch; }
.qty-stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 2px; }
.qty-stepper button { width: 46px; height: 100%; font-family: var(--ff-mono); font-size: 1.1rem; color: var(--muted); }
.qty-stepper button:hover { color: var(--ink); }
.qty-stepper span { min-width: 30px; text-align: center; font-family: var(--ff-head); font-weight: 600; font-size: 1rem; }
.buy-row .btn { flex: 1; }
.pdp-assure { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 4px; }
.assure { display: flex; flex-direction: column; gap: 4px; }
.assure .at { font-family: var(--ff-head); text-transform: uppercase; font-weight: 600; font-size: .82rem; letter-spacing: .02em; }
.assure .as { font-size: .76rem; color: var(--muted); }
.assure svg { width: 22px; height: 22px; stroke: var(--amber); fill: none; margin-bottom: 4px; }

.complete { border: 1px solid var(--line); border-radius: 4px; padding: 20px 22px; background: var(--paper-2); }
.complete h4 { font-size: 1.05rem; margin-bottom: 4px; }
.complete .ch-sub { font-family: var(--ff-mono); font-size: .7rem; letter-spacing: .04em; color: var(--muted); text-transform: uppercase; margin-bottom: 14px; }
.complete .ci-row { display: grid; grid-template-columns: 54px 1fr auto; gap: 14px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); }
.complete .ci-row:first-of-type { border-top: none; }
.complete .ci-row img { width: 54px; height: 54px; object-fit: cover; background: var(--paper-3); border-radius: 2px; }
.complete .cn { font-family: var(--ff-head); font-weight: 700; font-size: .94rem; letter-spacing: -.01em; }
.complete .cp { font-family: var(--ff-mono); font-size: .72rem; color: var(--muted); margin-top: 3px; }
.complete .cadd { width: 36px; height: 36px; border: 1.5px solid var(--line); border-radius: 2px; display: grid; place-items: center; color: var(--ink); transition: .2s var(--ease); }
.complete .cadd:hover { background: var(--amber); border-color: var(--amber); color: #fff; }
.complete .cadd svg { width: 16px; height: 16px; stroke: currentColor; }

@media (max-width: 900px) {
  .pdp-grid { grid-template-columns: 1fr; gap: 28px; }
  .gallery { position: static; grid-template-columns: 1fr; }
  .g-thumbs { flex-direction: row; order: 2; }
  .g-thumb { width: 70px; }
}
@media (max-width: 560px) {
  .pdp-assure { grid-template-columns: 1fr; gap: 16px; }
  .buy-row { flex-wrap: wrap; }
}

/* ============================================================
   COLLECTIE v5 - sfeer-header + Waarom Portugal / De stoffen /
   Wat we teruggeven / premium trust / closing (eigen tokens & fonts)
   ============================================================ */
.col-head { position: relative; overflow: hidden; }
.col-head .col-hero-img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; opacity: .26; }
.col-head .wrap { position: relative; z-index: 2; }
.bp { padding: clamp(56px, 8vw, 116px) 0; }
.bp-tight { padding: clamp(40px, 5vw, 72px) 0; }
.bp-over { font-family: var(--ff-mono); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--khaki-d); }
.bp-h { font-family: var(--ff-head); font-weight: 800; font-size: clamp(1.7rem, 3vw, 2.7rem); letter-spacing: -.025em; line-height: 1.12; margin-top: 14px; }
.bp-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 76px); align-items: center; }
.bp-split.rev .bp-split-media { order: 2; }
.bp-split-media { aspect-ratio: 4/5; border-radius: 4px; overflow: hidden; background: var(--paper-3); }
.bp-split-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.bp-split-body p { color: var(--muted); font-size: 1.02rem; line-height: 1.65; margin-top: 16px; max-width: 46ch; }
.bp-split-body p.lead-p { color: var(--ink); font-size: 1.14rem; line-height: 1.5; }
.bp-approach { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.bp-ap { padding: clamp(26px, 2.6vw, 38px) clamp(18px, 2vw, 30px); border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; }
.bp-approach .bp-ap:first-child { border-left: none; }
.bp-ap .no { font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .1em; color: var(--khaki-d); }
.bp-ap h3 { font-family: var(--ff-head); font-weight: 700; font-size: 1.22rem; letter-spacing: -.01em; }
.bp-ap p { color: var(--muted); font-size: .94rem; line-height: 1.55; }
@media (max-width: 860px){ .bp-split{grid-template-columns:1fr;gap:28px;} .bp-split.rev .bp-split-media{order:0;} .bp-split-media{aspect-ratio:3/2;} .bp-approach{grid-template-columns:1fr 1fr;} .bp-ap{border-left:none;border-top:1px solid var(--line);} }
@media (max-width: 480px){ .bp-approach{grid-template-columns:1fr;} }
.col-editorial { position: relative; min-height: clamp(360px, 48vw, 540px); display: grid; place-items: center; text-align: center; overflow: hidden; background: var(--ink); color: var(--paper); margin-top: clamp(20px, 3vw, 36px); }
.col-editorial img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.col-editorial .ce-in { position: relative; z-index: 2; padding: clamp(40px, 6vw, 80px) var(--gutter); max-width: 880px; }
.col-editorial .mk-over { font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--khaki); }
.col-editorial h2 { font-family: var(--ff-head); font-weight: 800; color: var(--paper); font-size: clamp(1.7rem, 3.1vw, 2.55rem); letter-spacing: -.025em; line-height: 1.1; margin-top: 16px; }
.col-editorial p { color: rgba(245,243,238,.82); font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.55; margin-top: 18px; max-width: 48ch; margin-inline: auto; }
.col-trust { border-block: 1px solid var(--line); }
.col-trust-in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-2); }
.col-trust .ct-item { background: var(--paper); padding: clamp(24px, 3vw, 38px) clamp(18px, 2vw, 28px); display: flex; flex-direction: column; gap: 7px; }
.col-trust .ct-k { font-family: var(--ff-mono); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--khaki-d); }
.col-trust .ct-v { font-family: var(--ff-head); font-weight: 700; font-size: clamp(1.05rem, 1.5vw, 1.3rem); letter-spacing: -.01em; }
.col-closing { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; }
.col-closing .cc-media { position: relative; min-height: 420px; background: var(--paper-3); overflow: hidden; }
.col-closing .cc-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.col-closing .cc-copy { background: var(--ink); color: var(--paper); display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: clamp(40px, 6vw, 88px) clamp(28px, 4vw, 64px); }
.col-closing .mk-over { font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--khaki); }
.col-closing h2 { font-family: var(--ff-head); font-weight: 800; color: var(--paper); font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.025em; line-height: 1.12; }
.col-closing p { color: rgba(245,243,238,.8); font-size: 1.02rem; line-height: 1.6; max-width: 42ch; }
@media (max-width: 860px){ .col-trust-in{grid-template-columns:1fr 1fr;} .col-closing{grid-template-columns:1fr;} .col-closing .cc-media{min-height:300px;} }
@media (max-width: 480px){ .col-trust-in{grid-template-columns:1fr;} }

/* ============================================================
   PRODUCTPAGINA v5 - specs, maatgids, why, maker, feedback
   (eigen tokens & fonts behouden)
   ============================================================ */
.pdp #pdpStock .pulse { display: none; }
.pdp #pdpStock { color: var(--muted); font-family: var(--ff-mono); font-size: .76rem; letter-spacing: .04em; text-transform: none; }
.pdp-priceRow .stars { color: var(--amber); }
.pdp-specs { margin-top: 30px; border-top: 1px solid var(--line); }
.pdp-specs .spec { display: grid; grid-template-columns: 38% 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); margin: 0; }
.pdp-specs .sk { font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--khaki-d); }
.pdp-specs .sv { font-size: .96rem; color: var(--ink); }
.pdp-care { margin-top: 18px; font-size: .9rem; line-height: 1.6; color: var(--muted); max-width: 52ch; }
.pdp-fabric { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.pdp-fabric h4 { font-family: var(--ff-head); font-weight: 700; font-size: 1rem; letter-spacing: -.01em; }
.pdp-fabric p { margin-top: 9px; font-size: .96rem; line-height: 1.62; color: var(--muted); max-width: 54ch; }
/* Ontworpen door oud-mariniers */
.maker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.maker-in { display: grid; grid-template-columns: 96px 1fr auto; gap: 26px; align-items: center; padding: clamp(26px, 3.4vw, 40px) 0; }
.maker-photo { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; object-position: center 18%; background: var(--paper-3); }
.maker-txt .mk-over { font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--khaki-d); }
.maker-txt h3 { font-family: var(--ff-head); font-weight: 700; font-size: clamp(1.15rem, 1.8vw, 1.5rem); letter-spacing: -.02em; margin-top: 7px; }
.maker-txt p { color: var(--muted); font-size: .96rem; line-height: 1.55; margin-top: 6px; max-width: 60ch; }
.maker-link { white-space: nowrap; }
@media (max-width: 700px) { .maker-in { grid-template-columns: 64px 1fr; gap: 16px; } .maker-photo { width: 64px; height: 64px; } .maker-link { grid-column: 1 / -1; } }
/* Waarom deze hoodie */
.why { padding: clamp(40px, 6vw, 88px) 0; }
.why-in { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.why-img { aspect-ratio: 4/5; border-radius: 4px; overflow: hidden; background: var(--paper-3); }
.why-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.why-copy .mk-over { font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--khaki-d); }
.why-copy h2 { font-family: var(--ff-head); font-weight: 700; font-size: clamp(1.7rem, 2.7vw, 2.45rem); letter-spacing: -.02em; line-height: 1.12; margin-top: 14px; }
.why-lines { margin-top: 22px; display: flex; flex-direction: column; gap: 11px; max-width: 40ch; }
.why-lines p { font-size: 1.05rem; line-height: 1.4; color: var(--ink); }
.why-lines p.soft { color: var(--muted); }
@media (max-width: 760px) { .why-in { grid-template-columns: 1fr; gap: 26px; } .why-img { aspect-ratio: 3/2; } }
/* Operator feedback */
.feedback { padding: clamp(40px, 5vw, 72px) 0; border-top: 1px solid var(--line); }
.fb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 28px); margin-top: clamp(24px, 3vw, 40px); }
.fb-card { display: flex; flex-direction: column; gap: 16px; }
.fb-card .fb-q { font-family: var(--ff-head); font-weight: 600; font-size: 1.12rem; line-height: 1.4; letter-spacing: -.01em; color: var(--ink); }
.fb-card .fb-by { font-family: var(--ff-mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: auto; }
@media (max-width: 760px) { .fb-grid { grid-template-columns: 1fr; gap: 26px; } }
/* Maatgids-paneel */
.sg-overlay { position: fixed; inset: 0; z-index: 110; background: rgba(15,16,14,.5); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s; }
.sg-overlay.show { opacity: 1; visibility: visible; }
.sg-panel { position: fixed; top: 0; right: 0; height: 100%; width: min(520px, 94vw); z-index: 111; background: var(--paper); transform: translateX(100%); transition: transform .4s var(--ease); box-shadow: var(--shadow-pop); display: flex; flex-direction: column; }
.sg-panel.open { transform: translateX(0); }
.sg-head { display: flex; align-items: center; justify-content: space-between; padding: 24px clamp(24px,3vw,38px); border-bottom: 1px solid var(--line); }
.sg-head .sg-t { font-family: var(--ff-head); font-weight: 700; font-size: 1.15rem; letter-spacing: -.01em; }
.sg-body { flex: 1; overflow-y: auto; padding: clamp(24px,3vw,38px); display: flex; flex-direction: column; gap: 34px; }
.sg-block .sg-k { font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--khaki-d); }
.sg-fit { display: flex; flex-direction: column; gap: 7px; margin-top: 14px; }
.sg-fit .sg-fit-row { display: flex; align-items: baseline; gap: 12px; }
.sg-fit .sg-fit-row .d { font-family: var(--ff-head); font-weight: 700; font-size: 1.18rem; letter-spacing: -.01em; }
.sg-fit .sg-fit-row .s { color: var(--muted); font-size: .96rem; }
.sg-model { display: flex; align-items: center; gap: 18px; margin-top: 14px; padding: 16px 18px; background: var(--paper-2); border: 1px solid var(--line-2); border-radius: 4px; }
.sg-model img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; object-position: center 18%; flex: none; }
.sg-model .mt { font-family: var(--ff-head); font-weight: 600; font-size: .98rem; }
.sg-model .ms { color: var(--muted); font-size: .9rem; margin-top: 2px; }
.sg-builds { margin-top: 16px; display: flex; flex-direction: column; }
.sg-build { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); }
.sg-build:first-child { border-top: none; }
.sg-build .sb-size { font-family: var(--ff-head); font-weight: 700; font-size: 1.05rem; }
.sg-build .sb-desc { color: var(--muted); font-size: .96rem; }
.sg-table { margin-top: 16px; width: 100%; border-collapse: collapse; }
.sg-table th, .sg-table td { text-align: left; padding: 12px 6px; border-bottom: 1px solid var(--line); font-size: .92rem; }
.sg-table th { font-family: var(--ff-mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--khaki-d); font-weight: 500; }
.sg-table td:first-child { font-family: var(--ff-head); font-weight: 700; }
.sg-tip { background: var(--ink); color: var(--paper); border-radius: 4px; padding: 22px; }
.sg-tip h4 { font-family: var(--ff-head); font-weight: 700; font-size: 1.05rem; color: var(--paper); }
.sg-tip p { color: rgba(245,243,238,.8); font-size: .95rem; line-height: 1.55; margin-top: 10px; }
.sg-tip p b { color: var(--khaki); font-weight: 600; }

/* ============================================================
   MERKPAGINA (Over ons) - bp-hero / bp-sign / bp-lede / bp-vet / bp-cta
   ============================================================ */
.bp-hero { position: relative; background: var(--ink); color: var(--paper); overflow: hidden; padding: clamp(64px, 11vw, 150px) 0 clamp(56px, 8vw, 110px); }
.bp-hero .ring2 { position: absolute; right: -80px; top: 50%; transform: translateY(-50%); width: 360px; height: 360px; border: 1px solid var(--line-dk); border-radius: 50%; pointer-events: none; }
.bp-hero .ring2::before { content: ""; position: absolute; inset: 70px; border: 1px solid var(--line-dk); border-radius: 50%; }
.bp-hero-in { position: relative; z-index: 2; max-width: 860px; }
.bp-hero .bread { font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-dk); margin-bottom: 20px; }
.bp-hero .bread a:hover { color: var(--khaki); }
.bp-hero h1 { font-family: var(--ff-head); font-weight: 800; color: var(--paper); font-size: clamp(2.3rem, 5.4vw, 4.4rem); line-height: 1.04; letter-spacing: -.03em; }
.bp-hero p { color: rgba(245,243,238,.82); font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.55; margin-top: 22px; max-width: 56ch; }
.bp-lede { font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.6; color: rgba(26,28,26,.78); max-width: 60ch; margin-top: 18px; }
.bp-sign { margin-top: 22px; font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--khaki-d); }
.bp-vet { background: var(--olive); color: var(--paper); }
.bp-vet .bp-h, .bp-vet h2 { color: var(--paper); }
.bp-vet .bp-lede { color: rgba(245,243,238,.86); }
.bp-cta { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.bp-cta h2 { font-family: var(--ff-head); font-weight: 800; font-size: clamp(1.8rem, 3.2vw, 2.8rem); letter-spacing: -.025em; }

/* ============================================================
   AMBASSADEURS-grid + statement-band (bp-band) + hero-em
   ============================================================ */
.bp-hero h1 em { font-style: normal; color: var(--khaki); display: block; }
.amb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 28px); }
.amb-card { display: flex; flex-direction: column; }
.amb-photo { position: relative; aspect-ratio: 3/4; border-radius: 4px; overflow: hidden; background: var(--ink); display: grid; place-items: center; }
.amb-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.amb-ph { font-family: var(--ff-mono); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(245,243,238,.5); background-image: repeating-linear-gradient(135deg, rgba(245,243,238,.05) 0 10px, transparent 10px 20px); position: absolute; inset: 0; display: grid; place-items: center; }
.amb-role { font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--khaki-d); margin-top: 16px; }
.amb-name { font-family: var(--ff-head); font-weight: 700; font-size: 1.18rem; letter-spacing: -.01em; margin-top: 5px; }
.amb-quote { color: var(--muted); font-size: .98rem; line-height: 1.55; margin-top: 10px; max-width: 38ch; }
@media (max-width: 860px) { .amb-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .amb-grid { grid-template-columns: 1fr; } }
.bp-band { position: relative; min-height: clamp(360px, 46vw, 520px); display: grid; place-items: center; text-align: center; overflow: hidden; background: var(--ink); color: var(--paper); }
.bp-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.bp-band .bb-in { position: relative; z-index: 2; max-width: 760px; padding: clamp(40px, 6vw, 80px) var(--gutter); }
.bp-band h2 { font-family: var(--ff-head); font-weight: 800; color: var(--paper); font-size: clamp(1.9rem, 4vw, 3.1rem); letter-spacing: -.025em; line-height: 1.1; margin-top: 14px; }
.bp-band p { color: rgba(245,243,238,.82); font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.6; margin-top: 18px; max-width: 50ch; margin-inline: auto; }

/* ---- Hero merkpagina's: bredere tekstkolom (zinnen kappen minder snel af) ---- */
.bp-hero-in { max-width: 1150px; }

/* ============================================================
   COLLECTIE v6 - craft (Waarom Portugal) + fabric-showcase + tekst-tab filters
   ============================================================ */
.craft { padding-block: clamp(60px, 8vw, 120px); }
.craft-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(34px, 5vw, 76px); align-items: center; }
.craft-media { position: relative; margin: 0; aspect-ratio: 4/3; overflow: hidden; border-radius: 4px; background: var(--ink); }
.craft-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.craft-media:hover img { transform: scale(1.04); }
.craft-media figcaption { position: absolute; left: 18px; bottom: 16px; font-family: var(--ff-mono); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(245,243,238,.82); }
.craft-body .bp-over { display: block; }
.craft-h { font-family: var(--ff-head); font-weight: 800; font-size: clamp(1.9rem, 3.2vw, 3rem); letter-spacing: -.03em; line-height: 1.06; margin-top: 16px; }
.craft-text { margin-top: 22px; display: flex; flex-direction: column; gap: 13px; max-width: 46ch; }
.craft-text .lead-p { font-size: 1.08rem; line-height: 1.55; color: var(--ink); }
.craft-text p { font-size: .98rem; line-height: 1.62; color: var(--muted); }
.craft-proof { list-style: none; display: flex; gap: clamp(20px, 3vw, 40px); margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.craft-proof li { display: flex; flex-direction: column; gap: 4px; }
.craft-proof .cp-n { font-family: var(--ff-head); font-weight: 800; font-size: 1.3rem; letter-spacing: -.02em; color: var(--ink); }
.craft-proof .cp-l { font-family: var(--ff-mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--khaki-d); }
@media (max-width: 860px) { .craft-grid { grid-template-columns: 1fr; gap: clamp(26px, 5vw, 40px); } .craft-media { order: -1; aspect-ratio: 16/10; } }
@media (max-width: 480px) { .craft-proof { gap: 18px; flex-wrap: wrap; } }
.fabric-in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 88px); align-items: center; }
.fabric-show { position: relative; aspect-ratio: 1/1; background: var(--paper-2); border-radius: 6px; display: grid; place-items: center; padding: clamp(8px, 1.4vw, 18px); }
.fabric-show img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 30px 44px rgba(26,28,26,.2)); transition: transform .5s var(--ease), filter .5s var(--ease); }
.fabric-show:hover img { transform: scale(1.03); filter: drop-shadow(0 38px 54px rgba(26,28,26,.26)); }
.fabric-show .fab-tag { position: absolute; left: 4px; bottom: -28px; font-family: var(--ff-mono); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--khaki-d); }
.fabric-copy .bp-over { display: block; }
.fabric-copy h2 { font-family: var(--ff-head); font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -.025em; line-height: 1.1; margin-top: 16px; }
.fabric-copy .fab-lede { font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.5; color: var(--ink); margin-top: 22px; max-width: 38ch; }
.fabric-specs { margin-top: clamp(34px, 4vw, 52px); display: flex; flex-direction: column; }
.fabric-spec { padding: 26px 0; border-top: 1px solid var(--line); }
.fabric-spec:last-child { border-bottom: 1px solid var(--line); }
.fabric-spec .fs-name { font-family: var(--ff-head); font-weight: 700; font-size: 1.22rem; letter-spacing: -.01em; }
.fabric-spec .fs-num { display: block; font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--khaki-d); margin-top: 7px; }
.fabric-spec .fs-desc { color: var(--muted); font-size: .98rem; line-height: 1.55; margin-top: 10px; max-width: 46ch; }
@media (max-width: 860px) { .fabric-in { grid-template-columns: 1fr; gap: clamp(40px, 7vw, 56px); } .fabric-show { order: -1; aspect-ratio: 4/3; } .fabric-show .fab-tag { position: static; display: block; margin-top: 14px; } }
/* Tekst-tab filternavigatie */
.toolbar .filters { gap: clamp(18px, 2.4vw, 34px); }
.toolbar .chip { font-family: var(--ff-head); text-transform: none; letter-spacing: -0.005em; font-size: 1.06rem; font-weight: 600; color: var(--muted); padding: 6px 0; border: none; border-radius: 0; background: none; gap: 7px; position: relative; transition: color .22s var(--ease); }
.toolbar .chip::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 1.5px; background: var(--gold); transition: right .3s var(--ease); }
.toolbar .chip .n { font-family: var(--ff-mono); font-size: .64rem; font-weight: 400; color: var(--ink); opacity: .34; letter-spacing: .04em; align-self: flex-start; margin-top: 1px; }
.toolbar .chip:hover { background: none; border: none; color: var(--ink); }
.toolbar .chip.active { background: none; color: var(--ink); border: none; }
.toolbar .chip.active::after { right: 0; }
.toolbar .chip.active .n { color: var(--khaki-d); opacity: 1; }

/* ---- Draaiende kogel: header-logo draait continu (langzaam) + ~1,5x groter ---- */
@keyframes fc-bullet-spin { to { transform: rotate(360deg); } }
.site-header .brand img { width: 56px; height: 56px; transform-origin: 50% 50%; will-change: transform; animation: fc-bullet-spin 7s linear infinite; }
.site-header .brand:hover img { animation-duration: 2.2s; }
@media (prefers-reduced-motion: reduce) { .site-header .brand img { animation: none; } }

/* ---- Draaiende kogel: ook de footer-logo (continu, ~1,5x groter) ---- */
.foot .brand img { width: 66px; height: 66px; transform-origin: 50% 50%; will-change: transform; animation: fc-bullet-spin 7s linear infinite; }
.foot .brand:hover img { animation-duration: 2.2s; }
@media (prefers-reduced-motion: reduce) { .foot .brand img { animation: none; } }

/* ---- Draaiende kogel: ook in het mobiele menu (continu, ~1,5x groter) ---- */
.mobile-menu .brand img { width: 48px; height: 48px; transform-origin: 50% 50%; will-change: transform; animation: fc-bullet-spin 7s linear infinite; }
.mobile-menu .brand:hover img { animation-duration: 2.2s; }
@media (prefers-reduced-motion: reduce) { .mobile-menu .brand img { animation: none; } }

/* ---- Ons verhaal: kop in bredere kolom (kapt niet meer zo snel af) ---- */
.story-grid { grid-template-columns: .72fr 1.28fr; }
.story-body { max-width: none; }
.story-body h2 { max-width: none; }

/* ---- Ons verhaal: pull-quote netjes op 2 regels ---- */
.story-quote { max-width: none; }

/* ---- Hero: padding onderkant gelijk aan bovenkant; "De selectie" compenseert dat bovenaan ---- */
.hero { padding-bottom: clamp(16px, 2.2vw, 28px); }
.sec.vw { padding-top: calc(clamp(36px, 4.5vw, 58px) - clamp(16px, 2.2vw, 28px)); }
