/* =====================================================================
   Spothelder — style.css
   Webshop voor reclameontwerp. Warm crème, espresso en vermiljoen,
   serif-koppen met cursieve accenten. Compact en rijk: bento-hero,
   tegels, lint en een productraster zoals in een echte winkel.
   1 Tokens · 2 Basis · 3 Knoppen · 4 Header/footer · 5 Home
   6 Bestellen · 7 Account · 8 Tekstpagina's
   ===================================================================== */

/* 1 Tokens ----------------------------------------------------------- */
@font-face { font-family: "Fraunces"; src: url("../fonts/fraunces.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Fraunces"; font-style: italic; src: url("../fonts/fraunces-italic.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Schibsted Grotesk"; src: url("../fonts/schibsted-grotesk.woff2") format("woff2"); font-weight: 400 900; font-display: swap; }

:root {
  --bg: #f6f2ea;
  --tint: #ede7dc;
  --card: #fffdf8;
  --ink: #151412;
  --ink-2: #3d3a36;
  --muted: #78726a;
  --line: #e3dcd0;
  --line-2: #cbc2b3;
  --espresso: #161514;
  --red: #a94724;
  --red-dark: #843516;
  --red-soft: #f3e4d8;
  --gold: #cbb68a;
  --ok: #1d8a4c;
  --ok-soft: #e2f3e8;
  --err: #c9302c;

  --serif: "Fraunces", Georgia, serif;
  --font: "Schibsted Grotesk", -apple-system, "Segoe UI", Arial, sans-serif;

  --r: 14px;
  --r-sm: 9px;
  --max: 1440px;
  --pad: clamp(16px, 2.6vw, 36px);
  --ease: cubic-bezier(.22,.8,.24,1);
  --lift: 0 1px 2px rgba(26,21,18,.06), 0 18px 36px -20px rgba(26,21,18,.35);

  /* aliassen voor bestel- en accountpagina */
  --accent: var(--red);
  --accent-dark: var(--red-dark);
  --accent-soft: var(--red-soft);
  --soft: var(--tint);
  --soft-2: #e3ddd2;
  --line-soft: var(--line);
  --r-lg: 16px;
  --shadow: var(--lift);
}

/* 2 Basis ------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; }
body { min-height: 100vh; display: flex; flex-direction: column; font-family: var(--font); font-size: 16.5px; line-height: 1.55; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
main { flex: 1 0 auto; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3 { font-family: var(--serif); font-weight: 560; font-variation-settings: "opsz" 144, "SOFT" 30; line-height: 1.04; letter-spacing: -0.02em; text-wrap: balance; }
h1 em, h2 em, h3 em { font-style: italic; font-weight: 480; }
p { text-wrap: pretty; }
ul[class], ol[class] { list-style: none; padding: 0; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; border-radius: 6px; }
[hidden] { display: none !important; }
::selection { background: var(--red); color: #fff; }
.wrap { max-width: calc(var(--max) + 2 * var(--pad)); margin: 0 auto; padding: 0 var(--pad); }
.section { padding: clamp(64px, 7vw, 104px) 0; }
.section--tint { background: var(--tint); }
.skip { position: absolute; left: 12px; top: -80px; background: var(--ink); color: #fff; padding: 12px 16px; border-radius: 8px; z-index: 99; }
.skip:focus { top: 12px; }

.eyebrow { font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.72); margin-bottom: 12px; }
.eyebrow--dark { color: var(--red); }
.kicker { font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
.h2 { font-size: clamp(30px, 3vw, 46px); }
.h2 em { color: var(--red); }
.lead { font-size: 17.5px; line-height: 1.55; color: var(--ink-2); max-width: 36em; margin-top: 16px; }
.sec-head { margin-bottom: 36px; max-width: 760px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: calc(var(--d, 0) * 60ms); }
.reveal.is-in, html:not(.js) .reveal { opacity: 1; transform: none; }

/* 3 Knoppen ---------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 20px; border-radius: 7px; border: 1.5px solid var(--line-2);
  font-weight: 650; font-size: 15.5px; text-decoration: none; white-space: nowrap;
  background: var(--card); color: var(--ink);
  transition: background-color .2s, color .2s, border-color .2s, transform .15s, box-shadow .2s;
}
.btn:hover { border-color: var(--ink); }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--red); border-color: var(--red); color: #fff; box-shadow: 0 8px 20px -10px rgba(169,71,36,.8); }
.btn--primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.btn--dark { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; }
.btn--glass { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.35); color: #fff; }
.btn--glass:hover { background: rgba(255,255,255,.14); border-color: #fff; }
.btn--light { background: #fff; border-color: #fff; color: var(--ink); }
.btn--light:hover { background: var(--bg); }
.btn--ghost { background: transparent; }
.btn--spot { background: var(--red); border-color: var(--red); color: #fff; }
.btn--lg { min-height: 52px; padding: 0 24px; font-size: 16.5px; }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .35; pointer-events: none; }
.arr { display: inline-block; transition: transform .2s var(--ease); }
.btn:hover .arr, a:hover > .arr { transform: translateX(3px); }
.link { background: none; border: 0; padding: 0; color: var(--red-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.link:hover { color: var(--ink); }
.badge { display: inline-block; background: var(--red); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 4px; vertical-align: middle; }

/* 4 Header / footer -------------------------------------------------- */
.topbar { background: var(--red); color: #fff; font-size: 13px; }
.topbar__in { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; min-height: 36px; }
.topbar__new { justify-self: start; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 600; background: rgba(0,0,0,.16); border-radius: 999px; padding: 3px 12px 3px 4px; font-size: 12.5px; }
.topbar__new span { background: #fff; color: var(--red); border-radius: 999px; padding: 1px 8px; font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.topbar__mid { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.topbar__mid b { font-weight: 750; }
.topbar__links { justify-self: end; display: flex; gap: 2px; }
.topbar__links a { text-decoration: none; padding: 4px 10px; border-left: 1px solid rgba(255,255,255,.25); font-weight: 500; }
.topbar__links a:first-child { border-left: 0; }
.topbar__links a:hover { text-decoration: underline; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #3ee07f; box-shadow: 0 0 0 0 rgba(62,224,127,.7); animation: ping 2.2s infinite; flex: none; }
.is-busy .pulse { background: var(--gold); animation: none; }
@keyframes ping { 70% { box-shadow: 0 0 0 7px rgba(62,224,127,0); } 100% { box-shadow: 0 0 0 0 rgba(62,224,127,0); } }
@media (max-width: 1100px) { .topbar__links { display: none; } .topbar__in { grid-template-columns: auto 1fr; } .topbar__mid { justify-self: end; } }
@media (max-width: 620px) { .topbar__new { display: none; } .topbar__in { grid-template-columns: 1fr; } .topbar__mid { justify-self: center; } }

.header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header__in { display: flex; align-items: center; gap: 24px; height: 68px; }
.logo { display: inline-flex; align-items: center; gap: 9px; font-family: var(--serif); font-variation-settings: "opsz" 144; font-size: 25px; font-weight: 620; letter-spacing: -0.03em; text-decoration: none; }
.logo i { position: relative; width: 22px; height: 22px; border-radius: 50%; background: var(--red); display: block; box-shadow: inset -5px -5px 0 rgba(0,0,0,.14); }
.logo i::after { content: ""; position: absolute; left: 5px; top: 5px; width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.75); }
.nav { display: flex; align-items: center; gap: 2px; margin-left: 20px; }
.nav a { text-decoration: none; font-weight: 550; font-size: 15px; padding: 8px 12px; border-radius: 7px; color: var(--ink-2); position: relative; }
.nav a:hover { color: var(--ink); background: var(--bg); }
.nav a[aria-current="page"] { color: var(--ink); }
.nav .nav__order { display: none; }
.header__tools { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.tool { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 8px; text-decoration: none; font-size: 14.5px; font-weight: 550; }
.tool:hover { background: var(--bg); }
.tool svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.tool--cart { background: var(--ink); color: #fff; padding: 9px 14px; }
.tool--cart:hover { background: #000; }
.tool__badge { background: var(--red); color: #fff; font-size: 12px; font-weight: 750; padding: 2px 7px; border-radius: 999px; }
.menu-btn { display: none; }
@media (max-width: 1020px) {
  .menu-btn { display: inline-flex; align-items: center; min-height: 40px; padding: 0 14px; border-radius: 8px; border: 1.5px solid var(--line-2); background: var(--card); font-weight: 600; order: 3; }
  .header__tools { order: 2; }
  .tool span { display: none; }
  .tool__badge { display: inline-block; }
  .nav { position: fixed; top: 104px; left: 0; right: 0; margin: 0; background: var(--card); flex-direction: column; align-items: stretch; padding: 8px var(--pad) 22px; gap: 0; border-bottom: 1px solid var(--line); box-shadow: var(--lift); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .2s var(--ease); }
  .menu-open .nav { opacity: 1; visibility: visible; transform: none; }
  .nav a { font-family: var(--serif); font-size: 24px; font-weight: 520; padding: 12px 0; border-radius: 0; border-bottom: 1px solid var(--line); color: var(--ink); }
  .nav .nav__order { display: flex; margin-top: 16px; font-family: var(--font); font-size: 16px; border-radius: 7px; border-bottom: 0; color: #fff; }
}
@media (max-width: 620px) { .nav { top: 104px; } }

.footer { background: var(--espresso); color: #a9a39a; padding: 56px 0 26px; font-size: 14.5px; margin-top: 0; }
.footer ul { list-style: none; padding: 0; }
.footer a { text-decoration: none; }
.footer a:hover { color: #fff; }
.footer__cta { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #2a2927; }
.footer .footer__cta h2 { color: #fff; font-family: var(--serif); font-size: clamp(30px, 3.4vw, 50px); letter-spacing: -0.02em; text-transform: none; font-weight: 560; margin: 0; }
.footer__cta h2 em { color: var(--red); }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; }
.footer .logo { color: #fff; }
.footer__claim { margin-top: 12px; max-width: 24em; }
.footer h2 { font-family: var(--font); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: #fff; font-weight: 700; margin-bottom: 12px; }
.footer li + li { margin-top: 7px; }
.footer__bottom { margin-top: 44px; padding-top: 18px; border-top: 1px solid #2a2927; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: #857f77; }
@media (max-width: 800px) { .footer__grid { grid-template-columns: 1fr 1fr; } .footer__grid > :first-child { grid-column: 1 / -1; } }

/* 5 Home ------------------------------------------------------------- */
.top { padding: 14px 0 0; }
.bento { display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(0, 1fr); grid-template-rows: 1fr 1fr; gap: 12px; }

/* Hoofdbanner */
.banner { grid-row: span 2; position: relative; min-height: 348px; border-radius: var(--r); overflow: hidden; color: #fff; padding: clamp(24px, 2.6vw, 38px); display: flex; flex-direction: column; justify-content: center; isolation: isolate;
  background:
    radial-gradient(520px 360px at 82% 110%, rgba(169,71,36,.55), transparent 70%),
    radial-gradient(420px 300px at 62% -10%, rgba(203,182,138,.10), transparent 70%),
    linear-gradient(135deg, #1f1e1d 0%, #121212 100%);
}
.banner::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .35; background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(90deg, transparent 30%, #000 80%); -webkit-mask-image: linear-gradient(90deg, transparent 30%, #000 80%); }
.banner__copy { position: relative; z-index: 2; max-width: 560px; }
.banner__title { font-size: clamp(34px, 3.2vw, 52px); font-weight: 540; letter-spacing: -0.025em; line-height: 1.02; }
.banner__title em { position: relative; color: #efc6ad; white-space: nowrap; }
.swash { position: absolute; left: -2%; right: -4%; bottom: -.12em; width: 106%; height: .32em; overflow: visible; }
.swash path { fill: none; stroke: var(--red); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 320; stroke-dashoffset: 320; animation: draw 1.2s var(--ease) .5s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.banner__lead { margin-top: 14px; font-size: 16px; line-height: 1.55; color: rgba(255,255,255,.78); max-width: 32em; }
.banner__btns { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.banner__trust { position: relative; z-index: 2; display: flex; gap: 8px 22px; flex-wrap: wrap; margin-top: 22px; font-size: 13px; color: rgba(255,255,255,.72); }
.banner__trust li { display: flex; align-items: center; gap: 7px; }
.banner__trust li::before { content: ""; width: 10px; height: 6px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg) translateY(-2px); }

/* Zwevende formaten (decoratief, met parallax) */
.banner__vis { position: absolute; right: 0; bottom: 0; width: 46%; height: 100%; z-index: 1; pointer-events: none; }
.fl { position: absolute; display: block; border-radius: 6px; box-shadow: 0 30px 50px -20px rgba(0,0,0,.6); transition: translate .1s linear; }
.fl--poster { width: 140px; aspect-ratio: 297/420; right: 40%; bottom: -46px; background: linear-gradient(170deg, #f7efe4, #e8d7c3); transform: rotate(-8deg); animation: bob 7s ease-in-out infinite; }
.fl--poster::before { content: ""; position: absolute; left: 14px; right: 40px; top: 16px; height: 14px; background: var(--ink); border-radius: 2px; box-shadow: 0 22px 0 -4px rgba(26,21,18,.25), 0 34px 0 -4px rgba(26,21,18,.25); }
.fl--poster::after { content: ""; position: absolute; right: 14px; bottom: 18px; width: 46px; height: 46px; border-radius: 50%; background: var(--red); }
.fl--post { width: 110px; aspect-ratio: 4/5; right: 22%; bottom: 22px; background: var(--red); transform: rotate(6deg); animation: bob 8s ease-in-out -2s infinite; }
.fl--post::before { content: ""; position: absolute; left: 12px; top: 12px; width: 60%; height: 12px; background: #fff; border-radius: 2px; box-shadow: 0 18px 0 -3px rgba(255,255,255,.5); }
.fl--story { width: 70px; aspect-ratio: 9/16; right: 6%; bottom: 26px; background: #0f0f10; border: 2px solid rgba(255,255,255,.2); transform: rotate(-4deg); animation: bob 6s ease-in-out -4s infinite; }
.fl--story::before { content: ""; position: absolute; left: 8px; right: 8px; top: 8px; height: 3px; border-radius: 2px; background: linear-gradient(90deg, #fff 55%, rgba(255,255,255,.3) 55%); }
.fl--story::after { content: ""; position: absolute; left: 50%; top: 50%; width: 26px; height: 26px; margin: -13px 0 0 -13px; border-radius: 50%; background: var(--red); }
@keyframes bob { 50% { margin-bottom: 10px; } }

/* Levering-kaart */
.ready { position: absolute; z-index: 3; top: clamp(20px, 2.4vw, 32px); right: clamp(20px, 2.4vw, 32px); width: 300px; background: rgba(16,16,18,.72); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 16px; animation: cardIn .8s var(--ease) .3s both; }
@keyframes cardIn { from { opacity: 0; transform: translateY(-10px); } }
.ready__label { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.ready__row { display: flex; gap: 12px; align-items: center; margin: 12px 0; }
.ready__date { width: 50px; flex: none; background: #fff; color: var(--ink); border-radius: 8px; text-align: center; overflow: hidden; }
.ready__date small { display: block; background: var(--red); color: #fff; font-size: 10.5px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; padding: 2px 0; }
.ready__date b { display: block; font-family: var(--serif); font-size: 26px; font-weight: 600; line-height: 1.2; padding-bottom: 2px; }
.ready__row b { display: block; font-size: 15px; font-weight: 700; line-height: 1.3; }
.ready__row b span { white-space: nowrap; }
.ready__row > div > span { display: block; }
.ready__row span { font-size: 12.5px; color: rgba(255,255,255,.65); }
.ready__go { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.14); font-size: 14px; font-weight: 650; text-decoration: none; }

/* Zijtegels */
.tile { position: relative; border-radius: var(--r); overflow: hidden; min-height: 180px; text-decoration: none; color: #fff; display: grid; grid-template-columns: 1fr 42%; align-items: center; padding: 18px 56px 18px 22px; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.tile:hover { transform: translateY(-3px); box-shadow: var(--lift); }
.tile h2 { font-size: clamp(22px, 1.7vw, 28px); line-height: 1.08; }
.tile h2 em { color: #fff; }
.tile__copy p:not(.eyebrow):not(.tile__price) { font-size: 13.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: rgba(255,255,255,.78); margin-top: 8px; line-height: 1.45; max-width: 26em; }
.tile__price { margin-top: 10px; font-family: var(--serif); font-size: 26px; font-weight: 600; line-height: 1; }
.tile__price small { font-family: var(--font); font-size: 12px; font-weight: 600; opacity: .8; }
.tile__go { position: absolute; right: 16px; bottom: 16px; width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.5); display: grid; place-items: center; font-size: 16px; transition: background-color .2s, color .2s; z-index: 3; }
.tile:hover .tile__go, .tile--slider:hover .tile__go { background: #fff; color: var(--ink); }
.tile--ab { background: radial-gradient(300px 200px at 90% 20%, rgba(255,255,255,.18), transparent 70%), linear-gradient(135deg, #243f8c, #6e2a13); }
.tile__vis { position: relative; height: 136px; }
.abm { position: absolute; width: 74px; aspect-ratio: 4/5; border-radius: 7px; display: grid; place-items: center; font-family: var(--serif); font-size: 40px; font-weight: 600; box-shadow: 0 16px 30px -12px rgba(0,0,0,.5); transition: transform .5s var(--ease); }
.abm--a { left: 8%; top: 18px; background: var(--espresso); color: #fff; transform: rotate(-8deg); }
.abm--b { left: 46%; top: 30px; background: #fff; color: var(--red); transform: rotate(7deg); }
.tile--ab:hover .abm--a { transform: rotate(-12deg) translateX(-6px); }
.tile--ab:hover .abm--b { transform: rotate(11deg) translateX(6px); }

.tile--slider { background: var(--card); color: var(--ink); border: 1px solid var(--line); display: block; padding: 0; }
.tile--slider .eyebrow { color: var(--red); }
.tile--slider h2 em { color: var(--red); }
.tile--slider .tile__copy p:not(.eyebrow):not(.tile__price) { color: var(--muted); }
.tile--slider .tile__go { border-color: var(--line-2); }
.tile--slider:hover .tile__go { background: var(--ink); color: #fff; }
.slide { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 44%; align-items: center; padding: 18px 60px 18px 22px; text-decoration: none; opacity: 0; visibility: hidden; transform: translateX(14px); transition: opacity .6s var(--ease), transform .6s var(--ease), visibility 0s .6s; }
.slide.is-on { opacity: 1; visibility: visible; transform: none; transition: opacity .6s var(--ease), transform .6s var(--ease); }
.tile__vis--img { height: 100%; max-height: 146px; border-radius: 10px; overflow: hidden; background: var(--tint); display: grid; place-items: center; }
.tile__vis--img .vis { width: 100%; height: 100%; }
.slide:first-of-type .tile__vis--img { background: var(--red); }
.dots { position: absolute; right: 18px; top: 16px; z-index: 3; display: flex; gap: 5px; }
.dots button { width: 7px; height: 7px; border-radius: 99px; border: 0; padding: 0; background: var(--line-2); transition: width .3s var(--ease), background-color .3s; }
.dots button.is-on { width: 20px; background: var(--ink); }

@media (max-width: 1180px) {
  .bento { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .banner { grid-column: 1 / -1; grid-row: auto; }
}
@media (max-width: 760px) {
  .bento { grid-template-columns: 1fr; }
  .banner { min-height: 0; padding-bottom: 28px; }
  .ready { position: relative; top: auto; right: auto; width: auto; margin-top: 24px; order: 3; }
  .banner__vis { display: none; }
  .tile { min-height: 180px; }
}

/* Stappen-tegels */
.stepbar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 12px; }
.stepbar a { display: flex; align-items: center; gap: 14px; background: var(--card); border: 1px solid var(--line); border-radius: 10px; padding: 12px 16px 12px 12px; text-decoration: none; transition: border-color .2s, box-shadow .25s; }
.stepbar a:hover { border-color: var(--line-2); box-shadow: var(--lift); }
.stepbar__ic { width: 42px; height: 42px; flex: none; border-radius: 8px; background: var(--red-soft); color: var(--red); display: grid; place-items: center; font-family: var(--serif); font-size: 22px; font-weight: 600; }
.stepbar b { display: block; font-size: 15px; font-weight: 700; }
.stepbar small { font-size: 13px; color: var(--muted); }
.stepbar em { margin-left: auto; font-style: normal; color: var(--red); transition: transform .2s var(--ease); }
.stepbar a:hover em { transform: translateX(3px); }
@media (max-width: 1000px) { .stepbar { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .stepbar { grid-template-columns: 1fr; } }

/* Lint */
.ribbon { margin-top: 12px; display: flex; align-items: stretch; background: var(--red); color: #fff; border-radius: 8px; overflow: hidden; }
.ribbon__label { flex: none; display: grid; place-items: center; padding: 0 18px; background: var(--red-dark); font-size: 11.5px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.ribbon__track { overflow: hidden; flex: 1; mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.ribbon__move { display: flex; width: max-content; animation: marquee 40s linear infinite; }
.ribbon:hover .ribbon__move { animation-play-state: paused; }
.ribbon__move span { display: inline-flex; align-items: center; gap: 22px; padding: 9px 22px 9px 0; font-family: var(--serif); font-style: italic; font-size: 19px; font-weight: 450; white-space: nowrap; }
.ribbon__move span::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #fff; opacity: .7; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Producten */
.shop { padding: 22px 0 12px; }
.after-shop { padding-bottom: clamp(48px, 5vw, 72px); }
.prod { animation: prodIn .7s var(--ease) both; animation-delay: calc(var(--d, 0) * 60ms + .2s); }
@keyframes prodIn { from { opacity: 0; transform: translateY(14px); } }
.shop__head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px 24px; flex-wrap: wrap; margin-bottom: 14px; }
.shop__head .h2 { font-size: clamp(28px, 2.4vw, 36px); }
.shop__head p { font-size: 14px; color: var(--muted); }
.prods { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.prod { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .2s; }
.prod:hover { transform: translateY(-4px); box-shadow: var(--lift); border-color: var(--line-2); }
.prod--popular { border: 2px solid var(--red); }
.prod__vis { position: relative; display: block; aspect-ratio: 16 / 11; overflow: hidden; margin: 8px 8px 0; border-radius: 10px; }
.prod__vis .vis { width: 100%; height: 100%; transition: transform .6s var(--ease); }
.prod:hover .vis { transform: scale(1.06); }
.prod__vis--social { background: #eeeae2; }
.prod__vis--print { background: #eeeae2; }
.prod__vis--abtest { background: #eeeae2; }
.prod__vis--reel { background: #eeeae2; }
.prod__vis--campagne { background: var(--red); }
.prod__vis--custom { background: repeating-linear-gradient(-45deg, #f3eee7 0 10px, #eee7dd 10px 20px); }
.prod__flag { position: absolute; left: 8px; top: 8px; background: var(--ink); color: var(--gold); font-size: 11.5px; font-weight: 750; padding: 4px 8px; border-radius: 5px; }
.prod__eta { position: absolute; left: 8px; bottom: 8px; display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.94); color: var(--ok); font-size: 11.5px; font-weight: 700; padding: 4px 8px; border-radius: 5px; }
.prod__eta i { width: 6px; height: 6px; border-radius: 50%; background: var(--ok); }
.prod__body { display: flex; flex-direction: column; flex: 1; padding: 12px 14px 14px; }
.prod__cat { font-size: 10.5px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; color: var(--red); }
.prod__name { font-size: 20px; margin-top: 4px; line-height: 1.12; }
.prod__name a { text-decoration: none; }
.prod__name a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prod__spec { font-size: 13px; color: var(--muted); margin-top: 4px; flex: 1; }
.prod__foot { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: 14px; }
.prod__price { font-size: 19px; font-weight: 750; letter-spacing: -0.02em; line-height: 1.1; }
.prod__price small { display: block; font-size: 11px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.prod__btn { display: inline-flex; align-items: center; gap: 6px; border: 1.5px solid var(--line-2); border-radius: 999px; padding: 7px 12px; font-size: 13px; font-weight: 650; text-decoration: none; white-space: nowrap; transition: background-color .2s, color .2s, border-color .2s; }
.prod__btn svg { width: 15px; height: 15px; }
.prod__btn:hover, .prod:hover .prod__btn { background: var(--ink); border-color: var(--ink); color: #fff; }
.prod--popular .prod__btn { background: var(--red); border-color: var(--red); color: #fff; }
.prod--popular:hover .prod__btn { background: var(--red-dark); border-color: var(--red-dark); }
@media (max-width: 1320px) { .prods { grid-template-columns: repeat(3, minmax(0, 1fr)); } .prod__vis { aspect-ratio: 16 / 9; } }
@media (max-width: 720px) { .prods { grid-template-columns: repeat(2, minmax(0, 1fr)); } .prod__vis { aspect-ratio: 4 / 3; } .prod__foot { flex-direction: column; align-items: stretch; } .prod__btn { justify-content: center; } }

/* Twee banners */
.duo { padding-bottom: clamp(56px, 6vw, 88px); }
.duo__in { display: grid; grid-template-columns: 1.15fr 1fr; gap: 12px; }
.promo { border-radius: var(--r); padding: clamp(24px, 3vw, 40px); color: #fff; }
.promo h2 { font-size: clamp(28px, 2.4vw, 40px); }
.promo p:not(.eyebrow) { color: rgba(255,255,255,.8); margin-top: 12px; max-width: 30em; }
.promo--dark { background: radial-gradient(400px 260px at 100% 0%, rgba(169,71,36,.3), transparent 70%), var(--espresso); }
.promo--dark h2 em { color: #efc6ad; }
.promo--red { background: radial-gradient(360px 240px at 100% 100%, rgba(255,255,255,.14), transparent 70%), linear-gradient(135deg, #243f8c, #6e2a13); display: flex; flex-direction: column; }
.promo--red h2 em { color: #fff; }
.promo__btns { margin-top: auto; padding-top: 24px; }
.io { display: grid; grid-template-columns: 1fr 44px 1fr; align-items: center; gap: 8px; margin-top: 26px; }
.io ul { display: grid; gap: 8px; }
.io li { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; padding: 9px 11px; font-size: 14px; }
.io li span { min-width: 40px; text-align: center; font-size: 10.5px; font-weight: 750; letter-spacing: .06em; padding: 3px 0; border-radius: 4px; background: rgba(255,255,255,.14); }
.io__out li span { background: var(--red); }
.io__arrow { width: 36px; height: 36px; border-radius: 50%; background: var(--red); display: grid; place-items: center; margin: 0 auto; font-weight: 400; }
@media (max-width: 960px) { .duo__in { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .io { grid-template-columns: 1fr; } .io__arrow { transform: rotate(90deg); } }

/* A/B */
.ab { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 88px); align-items: center; }
.ab__steps { margin: 22px 0 28px; display: grid; gap: 10px; }
.ab__steps li { display: flex; align-items: center; gap: 12px; font-weight: 550; }
.ab__steps b { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--red-soft); color: var(--red); font-size: 13px; flex: none; }
.ab__demo { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; background: var(--tint); border-radius: var(--r); padding: clamp(20px, 3vw, 36px); }
.ab__card { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 12px; }
.ab__tag { font-size: 12.5px; font-weight: 700; }
.ab__art { margin: 8px 0 12px; aspect-ratio: 4 / 5; border-radius: 8px; padding: 16px; display: flex; flex-direction: column; justify-content: flex-end; gap: 7px; }
.ab__card--a .ab__art { background: var(--espresso); }
.ab__card--b .ab__art { background: var(--red); justify-content: flex-start; }
.ab__art i { display: block; height: 9px; border-radius: 3px; background: rgba(255,255,255,.85); }
.ab__art i:nth-child(1) { width: 80%; height: 20px; }
.ab__art i:nth-child(2) { width: 60%; background: rgba(255,255,255,.45); }
.ab__art i:nth-child(3) { width: 40%; background: rgba(255,255,255,.45); }
.ab__card--b .ab__art i:nth-child(1) { width: 90%; height: 32px; }
.ab__meter { display: flex; justify-content: space-between; font-size: 12.5px; color: var(--muted); }
.ab__meter b { color: var(--ink); }
.ab__bar { height: 6px; background: var(--tint); border-radius: 3px; overflow: hidden; margin-top: 6px; }
.ab__bar i { display: block; height: 100%; width: 0; background: var(--espresso); border-radius: 3px; transition: width 1.4s var(--ease) .3s; }
.ab__card--b .ab__bar i { background: var(--red); }
.ab.is-in .ab__card--a .ab__bar i { width: 44%; }
.ab.is-in .ab__card--b .ab__bar i { width: 81%; }
.ab__vs { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--muted); }
.ab__win { position: absolute; top: -11px; right: 10px; background: var(--ok); color: #fff; font-size: 11.5px; font-weight: 700; padding: 3px 8px; border-radius: 5px; opacity: 0; transform: translateY(6px); transition: .5s var(--ease) 1.4s; }
.ab.is-in .ab__win { opacity: 1; transform: none; }
@media (max-width: 900px) { .ab { grid-template-columns: 1fr; } }

/* Stappen */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.steps li { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 20px 22px; }
.step__no { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 8px; background: var(--red-soft); color: var(--red); font-family: var(--serif); font-weight: 600; font-size: 21px; margin-bottom: 24px; }
.steps h3 { font-size: 20px; margin-bottom: 6px; }
.steps p { font-size: 14.5px; color: var(--muted); line-height: 1.5; }
@media (max-width: 1100px) { .steps { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .steps { grid-template-columns: 1fr; } .step__no { margin-bottom: 12px; } }

/* Werk (placeholders) */
.works { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; align-items: end; }
.work { margin: 0; }
.work img { width: 100%; border-radius: var(--r); }
.work figcaption { padding-top: 10px; display: flex; justify-content: space-between; gap: 8px; font-size: 14px; }
.work figcaption span { color: var(--muted); }
.work--empty { position: relative; overflow: hidden; border-radius: var(--r); border: 1px dashed var(--line-2); background: var(--card); display: flex; flex-direction: column; justify-content: space-between; padding: 14px; }
.work--empty::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 35%, rgba(236,229,218,.7) 50%, transparent 65%); background-size: 250% 100%; animation: shimmer 3.6s ease-in-out infinite; }
@keyframes shimmer { from { background-position: 150% 0; } to { background-position: -100% 0; } }
.work--a3, .work--sq, .work--reel { aspect-ratio: 4 / 5; }
.work__tag { align-self: flex-start; font-size: 10.5px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; color: var(--red); }
.work__soon { font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--muted); }
@media (max-width: 1100px) { .works { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .works { grid-template-columns: 1fr 1fr; } }

/* Vragen */
.faq-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 5vw, 88px); align-items: start; }
.faq-side { position: sticky; top: 100px; }
.rules { margin-top: 26px; background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--red); border-radius: var(--r-sm); padding: 18px 20px; }
.rules b { font-size: 15.5px; }
.rules p { font-size: 14px; color: var(--ink-2); margin-top: 6px; line-height: 1.55; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 10px; margin-bottom: 8px; transition: box-shadow .25s; }
.faq details[open] { box-shadow: var(--lift); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 18px; font-size: 16.5px; font-weight: 650; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--tint); display: grid; place-items: center; font-size: 17px; transition: transform .25s var(--ease), background-color .2s, color .2s; }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--red); color: #fff; }
.faq details p { padding: 0 18px 16px; color: var(--ink-2); font-size: 15.5px; }
@media (max-width: 900px) { .faq-wrap { grid-template-columns: 1fr; } .faq-side { position: static; } }

/* 6 Bestellen -------------------------------------------------------- */
.order { padding: clamp(32px, 5vw, 64px) 0 120px; }
.order__head h1 { font-size: clamp(40px, 5.4vw, 64px); font-weight: 750; letter-spacing: -0.05em; }
.progress { display: flex; gap: 8px; margin: 28px 0 40px; overflow-x: auto; scrollbar-width: none; }
.progress::-webkit-scrollbar { display: none; }
.progress li { flex: 1; min-width: max-content; }
.progress button { width: 100%; display: flex; align-items: center; gap: 10px; background: none; border: 0; border-top: 3px solid var(--line-soft); padding: 12px 8px 4px 0; font-weight: 550; font-size: 15px; color: var(--muted); text-align: left; transition: border-color .3s, color .3s; }
.progress button:disabled { cursor: default; }
.progress__n { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--soft); font-size: 12px; font-weight: 700; flex: none; }
.progress .is-done button { color: var(--ink); border-top-color: var(--ink); }
.progress .is-done .progress__n { background: var(--ink); color: #fff; }
.progress .is-current button { color: var(--ink); border-top-color: var(--accent); font-weight: 650; }
.progress .is-current .progress__n { background: var(--accent); color: #fff; }
@media (max-width: 760px) {
  .progress li:not(.is-current) { flex: 0 0 auto; min-width: 0; }
  .progress li:not(.is-current) button { font-size: 0; gap: 0; padding-right: 12px; }
}

.order__grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: clamp(24px, 4vw, 56px); align-items: start; }
.order__main h2 { font-size: clamp(28px, 3vw, 38px); letter-spacing: -0.04em; outline: none; }
.order__main .sub { color: var(--muted); margin: 10px 0 28px; }
.step-actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.back { background: none; border: 0; font-weight: 600; color: var(--accent); padding: 12px 0; }
.back:hover { text-decoration: underline; text-underline-offset: 3px; }
.error { margin-top: 16px; background: #f8e9e7; color: var(--err); border-radius: var(--r-sm); padding: 12px 16px; font-weight: 600; font-size: 16px; }
.shake { animation: shake .35s; }
@keyframes shake { 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }

.choices { display: grid; gap: 12px; }
.choice { display: grid; grid-template-columns: 48px 1fr auto 20px; align-items: center; gap: 18px; text-align: left; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 20px 22px; transition: border-color .2s, box-shadow .3s var(--ease), transform .3s var(--ease); }
.choice:hover { border-color: var(--ink-2); box-shadow: var(--shadow); }
.choice.is-on { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); }
.choice--popular { border-color: rgba(169,71,36,.5); }
.choice__icon { width: 48px; height: 48px; border-radius: 12px; background: var(--soft); display: grid; place-items: center; }
.choice--popular .choice__icon { background: var(--accent-soft); color: var(--accent); }
.choice__icon svg { width: 24px; height: 24px; }
.choice__main { display: grid; gap: 3px; }
.choice__name { font-size: 19px; font-weight: 650; letter-spacing: -0.02em; }
.choice__name .badge { margin-left: 6px; }
.choice__pitch { color: var(--muted); font-size: 15px; }
.choice__meta { color: var(--muted); font-size: 13px; }
.choice__price { font-size: 26px; font-weight: 700; letter-spacing: -0.04em; text-align: right; line-height: 1.1; }
.choice__price small { display: block; font-size: 13px; font-weight: 500; letter-spacing: 0; color: var(--muted); }
.choice__go { color: var(--muted); font-size: 20px; transition: transform .25s var(--ease); }
.choice:hover .choice__go { transform: translateX(3px); color: var(--ink); }
@media (max-width: 560px) { .choice { grid-template-columns: 40px 1fr auto; gap: 12px; padding: 16px; } .choice__icon { width: 40px; height: 40px; } .choice__go { display: none; } .choice__price { font-size: 22px; } }

.pkg-bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; background: var(--soft); border-radius: var(--r-sm); padding: 14px 20px; margin-bottom: 16px; font-weight: 650; }
.extras { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff; }
.extra { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; border-top: 1px solid var(--line-soft); transition: background-color .25s; }
.extra:first-child { border-top: 0; }
.extra__text { display: grid; gap: 2px; }
.extra__text b { font-size: 17px; font-weight: 600; }
.extra__text span { color: var(--muted); font-size: 14px; line-height: 1.45; }
.extra.is-added { background: #faf0e8; }
.extra.is-off .extra__text b { color: var(--muted); }
.toggle { min-width: 128px; min-height: 42px; border-radius: 999px; border: 0; background: var(--soft); font-weight: 600; font-size: 15px; padding: 0 16px; transition: background-color .2s, color .2s; }
.toggle:hover { background: var(--soft-2); }
.toggle.is-on { background: var(--accent); color: #fff; }
.toggle.is-on:hover { background: #843516; }
.pill { display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border-radius: 999px; font-size: 13px; font-weight: 600; white-space: nowrap; }
.pill--in { background: var(--ok-soft); color: var(--ok); }
.pill--muted { background: var(--soft); color: var(--muted); }
.stepper { display: inline-flex; align-items: center; background: var(--soft); border-radius: 999px; min-height: 42px; flex: none; padding: 0 3px; }
.stepper button { width: 38px; height: 36px; background: none; border: 0; font-size: 20px; border-radius: 999px; color: var(--ink); }
.stepper button:hover { background: #fff; }
.stepper button:disabled { opacity: .25; cursor: default; background: none; }
.stepper output { min-width: 32px; text-align: center; font-weight: 700; font-variant-numeric: tabular-nums; }
@media (max-width: 560px) { .extra { flex-wrap: wrap; } .toggle { min-width: 0; } }

.drops { display: grid; gap: 20px; }
.drop { display: block; position: relative; border: 1.5px dashed var(--line); border-radius: var(--r); padding: 32px; text-align: center; cursor: pointer; transition: border-color .2s, background-color .2s; background: #fff; }
.drop:hover, .drop.is-over { border-color: var(--accent); background: #faf0e8; }
.drop.is-muted { opacity: .5; }
.drop input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.drop:focus-within { outline: 3px solid rgba(169,71,36,.45); outline-offset: 3px; }
.drop__icon { width: 48px; height: 48px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; margin: 0 auto 12px; font-size: 22px; font-weight: 700; }
.drop b { display: block; font-size: 18px; font-weight: 650; }
.drop span { color: var(--muted); font-size: 15px; }
.drop__btn { display: inline-flex; margin-top: 16px; min-height: 40px; align-items: center; padding: 0 18px; border-radius: 999px; background: var(--ink); color: #fff !important; font-weight: 600; font-size: 15px; }
.files { display: grid; gap: 8px; margin-top: 10px; }
.file { display: flex; align-items: center; gap: 12px; background: var(--soft); border-radius: var(--r-sm); padding: 8px 12px 8px 8px; }
.file img, .file__ext { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; flex: none; }
.file__ext { background: #fff; display: grid; place-items: center; font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--muted); }
.file__name { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; font-weight: 550; }
.file__name small { display: block; color: var(--muted); font-weight: 400; font-size: 13px; }
.file button { background: none; border: 0; color: var(--err); font-weight: 600; font-size: 14px; padding: 8px; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; cursor: pointer; margin-top: 12px; line-height: 1.45; }
.check input { width: 22px; height: 22px; accent-color: var(--accent); flex: none; margin-top: 1px; }
.hint { background: var(--soft); border-radius: var(--r-sm); padding: 14px 16px; font-size: 15px; color: var(--muted); margin-top: 18px; }

.form { display: grid; gap: 24px; }
.field { display: grid; gap: 8px; }
.field > label, .field legend { font-weight: 600; font-size: 16px; }
.field small { color: var(--muted); font-size: 14px; font-weight: 400; }
.field__help { color: var(--muted); font-size: 14px; margin-top: -4px; line-height: 1.45; }
.field input[type=text], .field input[type=email], .field input[type=tel], .field input[type=date], .field input[type=url], .field textarea {
  width: 100%; min-height: 52px; padding: 13px 16px; border: 1px solid var(--line); border-radius: var(--r-sm); background: #fff; font-size: 17px; transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 116px; resize: vertical; line-height: 1.45; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(169,71,36,.14); }
.field [aria-invalid] { border-color: var(--err) !important; }
.check:has([aria-invalid]) { color: var(--err); }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.chip span { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; font-weight: 500; font-size: 15px; background: #fff; transition: border-color .2s, background-color .2s, color .2s; }
.chip:hover span { border-color: var(--ink-2); }
.chip input:checked + span { background: var(--ink); border-color: var(--ink); color: #fff; }
.chip input:focus-visible + span { outline: 3px solid rgba(169,71,36,.45); outline-offset: 2px; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .two { grid-template-columns: 1fr; } }
.group-title { font-size: 20px; font-weight: 700; letter-spacing: -0.03em; padding-top: 24px; margin-top: 4px; border-top: 1px solid var(--line-soft); }

.notice { border-radius: var(--r); background: var(--soft); overflow: hidden; }
.notice__head { display: flex; align-items: center; gap: 12px; padding: 18px 22px 0; font-weight: 700; font-size: 18px; letter-spacing: -0.02em; }
.notice__head i { width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-style: normal; font-weight: 800; font-size: 14px; flex: none; }
.notice__body { padding: 12px 22px 22px; font-size: 15px; color: var(--ink-2); line-height: 1.5; }
.notice__body ul { padding-left: 1.2em; margin: 8px 0 12px; }
.notice__body li + li { margin-top: 4px; }
.notice .check { color: var(--ink); font-weight: 600; background: #fff; border-radius: var(--r-sm); padding: 14px 16px; margin-top: 0; }

.review { border: 1px solid var(--line); border-radius: var(--r); padding: 4px 22px; margin-bottom: 28px; }
.review__row { display: grid; grid-template-columns: 130px 1fr auto; gap: 12px; padding: 15px 0; border-top: 1px solid var(--line-soft); font-size: 15px; }
.review__row:first-child { border-top: 0; }
.review__row dt { color: var(--muted); }
.review__row dd { margin: 0; overflow-wrap: anywhere; }
@media (max-width: 560px) { .review__row { grid-template-columns: 1fr auto; } .review__row dt { grid-column: 1 / -1; } }
.methods { display: grid; gap: 10px; }
.method { display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 15px 16px; cursor: pointer; font-weight: 600; transition: border-color .2s, box-shadow .2s; }
.method:has(input:checked) { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); }
.method input { width: 20px; height: 20px; accent-color: var(--accent); }
.method small { margin-left: auto; color: var(--muted); font-weight: 500; font-size: 13px; }
.secure { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--muted); font-size: 13px; margin-top: 12px; }

.sum { position: sticky; top: 88px; background: var(--soft); border-radius: var(--r-lg); padding: 28px; }
.sum__title { font-size: 20px; letter-spacing: -0.03em; margin-bottom: 16px; }
.sum__empty { color: var(--muted); }
.sum__lines li { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; font-size: 15px; color: var(--ink-2); }
.sum__lines li.is-base { color: var(--ink); font-weight: 650; }
.sum__lines li span:last-child { font-variant-numeric: tabular-nums; white-space: nowrap; }
.sum__facts { margin: 14px 0; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sum__facts li { display: flex; justify-content: space-between; gap: 12px; padding: 4px 0; font-size: 14px; }
.sum__facts span { color: var(--muted); }
.sum__total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 6px; }
.sum__total span { font-weight: 600; }
.sum__total strong { font-size: 44px; font-weight: 700; letter-spacing: -0.05em; font-variant-numeric: tabular-nums; line-height: 1; }
.sum__vat { text-align: right; color: var(--muted); font-size: 13px; margin: 6px 0 20px; }
.sum__note { margin-top: 14px; color: var(--muted); font-size: 13px; text-align: center; line-height: 1.45; }
.sum .btn--primary { background: var(--accent); }
.sum .btn--primary:hover { background: #843516; }
.bump { animation: bump .5s var(--ease); display: inline-block; }
@keyframes bump { 40% { transform: scale(1.06); color: var(--accent); } }

.bar { display: none; }
@media (max-width: 960px) {
  .order__grid { grid-template-columns: 1fr; }
  .order__side { display: none; }
  .bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; background: rgba(255,255,255,.94); backdrop-filter: blur(20px); border-top: 1px solid var(--line-soft); padding: 12px var(--pad) calc(12px + env(safe-area-inset-bottom)); align-items: center; gap: 14px; }
  .bar[hidden] { display: none; }
  .bar__info { display: grid; line-height: 1.15; }
  .bar__info strong { font-size: 26px; font-weight: 700; letter-spacing: -0.04em; }
  .bar__info span { font-size: 12px; color: var(--muted); }
  .bar .btn { margin-left: auto; min-height: 48px; padding: 0 20px; background: var(--accent); color: #fff; }
  .step-actions [data-next] { display: none; }
}

.paying { position: fixed; inset: 0; z-index: 90; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); display: grid; place-items: center; text-align: center; padding: 24px; }
.spinner { width: 44px; height: 44px; border-radius: 50%; border: 3px solid var(--soft-2); border-top-color: var(--accent); margin: 0 auto 22px; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.paying p { font-size: 20px; font-weight: 650; letter-spacing: -0.02em; }
.paying small { display: block; color: var(--muted); margin-top: 6px; font-size: 14px; }

.done { max-width: 720px; margin: 0 auto; text-align: center; padding: 32px 0; }
.done__icon { width: 80px; height: 80px; border-radius: 50%; background: var(--ok-soft); color: var(--ok); display: grid; place-items: center; margin: 0 auto 28px; font-size: 36px; animation: pop .6s var(--ease); }
@keyframes pop { from { transform: scale(.5); opacity: 0; } }
.done h1 { font-size: clamp(40px, 6vw, 68px); font-weight: 750; letter-spacing: -0.05em; }
.done .lead { margin: 14px auto 0; }
.done__nr { display: inline-block; margin-top: 20px; background: var(--soft); border-radius: 999px; padding: 8px 16px; font-weight: 600; font-size: 15px; }
.done__steps { text-align: left; margin: 40px 0; background: var(--soft); border-radius: var(--r-lg); padding: 8px 24px; }
.done__steps li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); }
.done__steps li:first-child { border-top: 0; }
.done__steps i { width: 30px; height: 30px; border-radius: 50%; background: #fff; display: grid; place-items: center; font-style: normal; font-weight: 700; font-size: 14px; }
.done__steps b { display: block; }
.done__steps span { color: var(--muted); font-size: 15px; }
.demo-note { font-size: 13px; color: var(--muted); margin-top: 14px; }

/* 7 Account ---------------------------------------------------------- */
.acc-empty { text-align: center; padding: 72px 24px; background: var(--soft); border-radius: var(--r-lg); }
.acc-empty h2 { font-size: 28px; }
.acc-empty p { color: var(--muted); margin: 10px 0 24px; }
.orders { display: grid; gap: 20px; }
.ord { background: var(--soft); border-radius: var(--r-lg); padding: clamp(22px, 3vw, 34px); }
.ord__head { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: flex-start; }
.ord__head h2 { font-size: 26px; letter-spacing: -0.035em; }
.ord__head p { color: var(--muted); font-size: 14px; margin-top: 6px; }
.status { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 13px; padding: 7px 14px; border-radius: 999px; background: var(--accent-soft); color: var(--accent); }
.status--ready { background: var(--ok-soft); color: var(--ok); }
.track { display: grid; grid-template-columns: repeat(4, 1fr); margin: 28px 0; }
.track li { position: relative; padding-top: 26px; font-size: 14px; color: var(--muted); padding-right: 8px; }
.track li::before { content: ""; position: absolute; top: 6px; left: 0; right: 0; height: 2px; background: var(--line); }
.track li::after { content: ""; position: absolute; top: 0; left: 0; width: 14px; height: 14px; border-radius: 50%; background: #fff; border: 2px solid var(--line); }
.track li.is-done { color: var(--ink); }
.track li.is-done::before { background: var(--ink); }
.track li.is-done::after { background: var(--ink); border-color: var(--ink); }
.track li.is-now { font-weight: 650; }
.track li.is-now::after { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 0 5px var(--accent-soft); }
@media (max-width: 600px) { .track { grid-template-columns: 1fr 1fr; row-gap: 16px; } }
.ord__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ord__cols h3 { font-size: 13px; color: var(--muted); font-weight: 600; letter-spacing: 0; margin-bottom: 8px; }
.ord__cols ul li { font-size: 15px; padding: 3px 0; }
.dl { display: grid; gap: 8px; }
.dl a { display: flex; justify-content: space-between; align-items: center; gap: 12px; background: #fff; border-radius: var(--r-sm); padding: 12px 16px; text-decoration: none; font-weight: 550; font-size: 15px; transition: box-shadow .2s; }
.dl a:hover { box-shadow: var(--shadow); }
.dl a span { color: var(--accent); }
.dl-wait { background: #fff; border-radius: var(--r-sm); padding: 14px 16px; font-size: 14px; color: var(--muted); }
.rev-buy { margin-top: 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 22px; }
.rev-buy b { display: block; font-size: 16px; }
.rev-buy span { color: var(--muted); font-size: 14px; }
@media (max-width: 700px) { .ord__cols { grid-template-columns: 1fr; } }

/* 8 Tekstpagina's ---------------------------------------------------- */
.page { padding: clamp(48px, 7vw, 96px) 0 clamp(72px, 9vw, 120px); }
.page h1 { font-size: clamp(40px, 6vw, 72px); font-weight: 750; letter-spacing: -0.055em; margin-bottom: 32px; }
.prose { max-width: 720px; }
.prose h2 { font-size: 24px; letter-spacing: -0.03em; margin: 40px 0 10px; }
.prose p, .prose ul { margin-bottom: 14px; color: var(--ink-2); }
.prose ul { padding-left: 1.2em; }
.prose li + li { margin-top: 6px; }
.prose .note { background: var(--soft); border-radius: var(--r-sm); padding: 14px 18px; font-size: 15px; }
.prose .highlight { background: var(--accent-soft); border-radius: var(--r-sm); padding: 16px 20px; color: var(--ink); }

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

/* Bestel- en accountpagina in de winkelstijl */
.order__head h1, .page h1, .done h1 { font-family: var(--serif); font-weight: 800; }
.sum { background: var(--card); border: 1px solid var(--line); box-shadow: var(--lift); }
.sum .btn--primary { background: var(--accent); border-color: var(--accent); }
.sum__total strong { font-family: var(--serif); font-weight: 800; }
.choice { grid-template-columns: 96px 1fr auto 20px; padding: 14px 20px 14px 14px; background: var(--card); }
.choice__icon { width: 96px; height: 64px; border-radius: 8px; overflow: hidden; background: var(--tint); }
.choice__icon svg { width: 100%; height: 100%; }
.choice__icon.prod__vis--social { background: #eeeae2; } .choice__icon.prod__vis--print { background: #eeeae2; } .choice__icon.prod__vis--abtest { background: #eeeae2; }
.choice__icon.prod__vis--reel { background: #eeeae2; } .choice__icon.prod__vis--campagne { background: var(--accent); } .choice__icon.prod__vis--custom { background: #f2eee7; }
.choice--popular { border: 2px solid var(--accent); }
.choice__name { font-family: var(--serif); font-weight: 780; font-size: 20px; }
.choice__price { font-family: var(--serif); font-weight: 800; }
.choice__name .badge { background: var(--ink); }
.extras, .review, .choice, .drop, .method, .field input, .field textarea, .chip span { background-color: var(--card); }
.ord, .acc-empty, .done__steps { background: var(--card); border: 1px solid var(--line); }
.dl a, .dl-wait { background: var(--tint); }
@media (max-width: 560px) { .choice { grid-template-columns: 72px 1fr auto; } .choice__icon { width: 72px; height: 52px; } }

/* Koppen op bestel- en accountpagina in serif */
.order__head h1, .page h1, .done h1 { font-family: var(--serif); font-weight: 560; letter-spacing: -0.025em; }
.order__main h2, .sum__title, .ord__head h2, .acc-empty h2, .choice__name { font-family: var(--serif); font-weight: 560; letter-spacing: -0.015em; }
.choice__price, .sum__total strong { font-family: var(--serif); font-weight: 600; letter-spacing: -0.02em; }
.progress .is-current button { border-top-color: var(--red); }

@media (max-width: 760px) { .tile--slider { display: none; } }

/* =====================================================================
   Verfijning — ivoor, bijna-zwart en diep kobalt
   Zelfde layout; rustiger kleurgebruik, fijnere lijnen en typografie.
   ===================================================================== */
:root { --r: 12px; --r-sm: 8px; --lift: 0 1px 1px rgba(21,20,18,.04), 0 12px 28px -16px rgba(21,20,18,.22); }
body { font-size: 16px; letter-spacing: -0.003em; }
h1, h2, h3 { font-weight: 480; font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 0; letter-spacing: -0.028em; }
h1 em, h2 em, h3 em { font-weight: 400; }
.h2 em { color: var(--red); }
.eyebrow, .kicker, .prod__cat, .ready__label, .footer h2, .ribbon__label { letter-spacing: .18em; font-size: 10.5px; font-weight: 650; }
.eyebrow--dark, .kicker { color: var(--muted); }
::selection { background: var(--red); color: #fff; }

/* Knoppen: ingetogen, precies */
.btn { border-radius: 8px; font-weight: 600; letter-spacing: -0.005em; border-width: 1px; min-height: 46px; }
.btn--primary { background: var(--ink); border-color: var(--ink); box-shadow: none; }
.btn--primary:hover { background: var(--red); border-color: var(--red); }
.btn--glass { border-color: rgba(255,255,255,.28); background: transparent; }
.btn--glass:hover { background: rgba(255,255,255,.08); }
.btn--light:hover { background: var(--bg); }
.link { color: var(--red); text-decoration-thickness: 1px; }

/* Topbalk: bijna-zwart, rustig */
.topbar { background: var(--espresso); color: #cfc9bf; font-size: 12.5px; }
.topbar__in { min-height: 34px; }
.topbar__new { background: transparent; border: 1px solid rgba(255,255,255,.16); padding: 2px 11px 2px 3px; color: #e9e4db; }
.topbar__new span { background: var(--bg); color: var(--ink); font-weight: 700; letter-spacing: .1em; font-size: 10px; }
.topbar__mid b { color: #fff; font-weight: 600; }
.topbar__links a { border-left-color: rgba(255,255,255,.12); color: #bdb6ab; }
.topbar__links a:hover { color: #fff; text-decoration: none; }
.pulse { background: #4fbf85; box-shadow: 0 0 0 0 rgba(79,191,133,.55); }
@keyframes ping { 70% { box-shadow: 0 0 0 6px rgba(79,191,133,0); } 100% { box-shadow: 0 0 0 0 rgba(79,191,133,0); } }

/* Header */
.header { background: rgba(255,253,248,.9); border-bottom-color: var(--line); }
.logo { font-weight: 520; font-size: 24px; letter-spacing: -0.035em; }
.logo i { width: 18px; height: 18px; background: var(--ink); box-shadow: none; }
.logo i::after { left: 5px; top: 5px; width: 8px; height: 8px; background: var(--red); }
.nav a { font-weight: 500; color: var(--ink-2); }
.nav a:hover { background: transparent; color: var(--ink); }
.nav a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 4px; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav a:hover::after { transform: scaleX(1); }
.tool { font-weight: 500; }
.tool:hover { background: var(--tint); }
.tool--cart { background: var(--ink); border-radius: 8px; }
.tool--cart:hover { background: var(--red); }
.tool__badge { background: var(--bg); color: var(--ink); font-weight: 650; }

/* Bento-banner: diep inktzwart met een zweem kobalt */
.banner { background:
    radial-gradient(560px 380px at 88% 115%, rgba(169,71,36,.55), transparent 70%),
    radial-gradient(380px 260px at 60% -20%, rgba(203,182,138,.08), transparent 70%),
    linear-gradient(140deg, #1d1c1a 0%, #111111 100%); }
.banner::after { opacity: .22; }
.banner__title { font-weight: 440; letter-spacing: -0.03em; }
.banner__title em { color: #efc6ad; font-weight: 380; }
.swash path { stroke: #c9764e; stroke-width: 3.5; }
.banner__lead { color: rgba(255,253,248,.72); }
.banner__trust { color: rgba(255,253,248,.6); }
.banner__trust li::before { border-color: #d4906a; }
.fl { border-radius: 4px; box-shadow: 0 30px 60px -24px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.04); }
.fl--poster { background: linear-gradient(170deg, #f8f4ec, #e9e1d3); }
.fl--poster::after { background: var(--red); }
.fl--post { background: #a94724; }
.fl--story { border-color: rgba(255,255,255,.12); }
.fl--story::after { background: #a94724; }
.ready { background: rgba(14,14,16,.66); border-color: rgba(255,255,255,.1); border-radius: 10px; }
.ready__date { border-radius: 6px; }
.ready__date small { background: var(--red); }
.ready__date b { font-weight: 480; }
.ready__go { font-weight: 550; }

/* Zijtegels */
.tile { border-radius: var(--r); }
.tile--ab { background: radial-gradient(320px 220px at 100% 0%, rgba(255,255,255,.1), transparent 70%), linear-gradient(140deg, #b0502b 0%, #6e2a13 100%); }
.tile h2 { font-weight: 450; }
.tile__price { font-weight: 450; font-size: 24px; }
.tile__go { width: 34px; height: 34px; border-width: 1px; border-color: rgba(255,255,255,.35); }
.abm { border-radius: 4px; font-weight: 450; box-shadow: 0 18px 30px -14px rgba(0,0,0,.55); }
.abm--a { background: #111; }
.abm--b { background: var(--card); color: var(--red); }
.tile--slider { border-color: var(--line); background: var(--card); }
.tile--slider .eyebrow { color: var(--muted); }
.tile__vis--img { border-radius: 8px; background: var(--tint); }
.slide:first-of-type .tile__vis--img { background: #7a2f15; }
.dots button { background: var(--line-2); height: 5px; width: 5px; }
.dots button.is-on { width: 18px; background: var(--ink); }

/* Stappen-tegels: lijnen in plaats van kleurvlakken */
.stepbar a { border-radius: 10px; border-color: var(--line); background: var(--card); }
.stepbar__ic { background: transparent; border: 1px solid var(--line-2); color: var(--ink); font-weight: 450; border-radius: 50%; width: 38px; height: 38px; font-size: 19px; }
.stepbar a:hover .stepbar__ic { border-color: var(--red); color: var(--red); }
.stepbar b { font-weight: 600; }
.stepbar em { color: var(--muted); }
.stepbar a:hover em { color: var(--ink); }

/* Lint: haarlijnen, inkt, kobalt accent */
.ribbon { background: transparent; color: var(--ink); border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); border-radius: 0; }
.ribbon__label { background: transparent; color: var(--muted); padding: 0 20px 0 0; border-right: 1px solid var(--line-2); margin-right: 4px; }
.ribbon__move span { font-size: 18px; font-weight: 400; color: var(--ink-2); padding-top: 10px; padding-bottom: 10px; }
.ribbon__move span::after { background: var(--red); opacity: 1; width: 4px; height: 4px; }

/* Producten */
.shop__head .h2 { font-weight: 460; }
.prods { gap: 14px; }
.prod { border-radius: var(--r); border-color: var(--line); background: var(--card); transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .3s; }
.prod:hover { transform: translateY(-3px); border-color: var(--line-2); box-shadow: var(--lift); }
.prod--popular { border: 1px solid var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.prod__vis { margin: 6px 6px 0; border-radius: 8px; }
.prod__vis::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(21,20,18,.04); pointer-events: none; }
.prod__vis--social, .prod__vis--print, .prod__vis--abtest, .prod__vis--reel { background: linear-gradient(180deg, #f1ede5, #e9e3d8); }
.prod__vis--custom { background: repeating-linear-gradient(-45deg, #f2eee7 0 9px, #ece7de 9px 18px); }
.prod__vis--campagne { background: linear-gradient(160deg, #b0502b, #843516); }
.prod:hover .vis { transform: scale(1.035); }
.prod__flag { background: var(--card); color: var(--ink); font-weight: 650; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; border-radius: 4px; padding: 4px 8px; box-shadow: 0 2px 8px -2px rgba(0,0,0,.25); }
.prod__eta { background: rgba(255,253,248,.92); color: var(--ink-2); font-weight: 600; border-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,.06); }
.prod__eta i { background: #4fbf85; }
.prod__body { padding: 12px 14px 14px; }
.prod__cat { color: var(--muted); }
.prod__name { font-weight: 470; font-size: 21px; letter-spacing: -0.025em; }
.prod__spec { font-size: 12.5px; }
.prod__foot { padding-top: 12px; border-top: 1px solid var(--line); }
.prod__price { font-family: var(--serif); font-weight: 460; font-size: 22px; letter-spacing: -0.02em; font-variant-numeric: lining-nums; }
.prod__btn { border-width: 1px; border-color: var(--line-2); border-radius: 8px; font-weight: 600; padding: 7px 11px; }
.prod:hover .prod__btn { background: var(--ink); border-color: var(--ink); }
.prod--popular .prod__btn { background: var(--red); border-color: var(--red); }
.prod--popular:hover .prod__btn { background: var(--red-dark); border-color: var(--red-dark); }

/* Twee banners */
.promo { border-radius: var(--r); }
.promo h2 { font-weight: 450; }
.promo--dark { background: radial-gradient(420px 260px at 100% 0%, rgba(169,71,36,.35), transparent 70%), #151514; }
.promo--red { background: radial-gradient(360px 240px at 100% 100%, rgba(255,255,255,.08), transparent 70%), linear-gradient(140deg, #b0502b, #6e2a13); }
.io li { border-radius: 6px; border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.04); }
.io li span { background: rgba(255,255,255,.1); border-radius: 3px; }
.io__out li span { background: #b85a33; }
.io__arrow { background: transparent; border: 1px solid rgba(255,255,255,.3); }

/* A/B-uitleg */
.ab__steps b { background: transparent; border: 1px solid var(--line-2); color: var(--ink); font-weight: 600; }
.ab__demo { background: var(--tint); border: 1px solid var(--line); }
.ab__card { border-radius: 10px; }
.ab__card--a .ab__art { background: #151514; }
.ab__card--b .ab__art { background: linear-gradient(160deg, #b0502b, #843516); }
.ab__card--a .ab__bar i { background: var(--ink-2); }
.ab__card--b .ab__bar i { background: var(--red); }
.ab__win { background: var(--ink); }

/* Stappen, werk, vragen */
.step__no { background: transparent; border: 1px solid var(--line-2); color: var(--ink); font-weight: 450; border-radius: 50%; }
.steps li { border-radius: var(--r); }
.steps h3 { font-weight: 480; }
.work--empty { border-style: solid; border-color: var(--line); background: linear-gradient(180deg, #fbf8f2, #f1ece3); }
.work__tag { color: var(--muted); }
.rules { border-left: 2px solid var(--red); border-radius: 8px; }
.faq details { border-radius: 8px; }
.faq summary { font-weight: 600; }
.faq summary::after { background: transparent; border: 1px solid var(--line-2); }
.faq details[open] summary::after { background: var(--ink); border-color: var(--ink); }

/* Footer */
.footer { background: #141413; }
.footer .footer__cta h2 { font-weight: 440; }
.footer .footer__cta h2 em { color: #e0a383; }
.footer .logo i { background: var(--bg); }

/* Bestel- en accountpagina */
.choice--popular { border: 1px solid var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.choice.is-on { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); }
.choice__icon.prod__vis--social, .choice__icon.prod__vis--print, .choice__icon.prod__vis--abtest, .choice__icon.prod__vis--reel { background: #eeeae2; }
.choice__icon.prod__vis--campagne { background: #7a2f15; }
.choice__name .badge { background: var(--ink); color: var(--bg); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; font-size: 10px; }
.sum { border-radius: var(--r); }
.sum .btn--primary { background: var(--ink); border-color: var(--ink); }
.sum .btn--primary:hover { background: var(--red); border-color: var(--red); }
.bar .btn { background: var(--ink); }
.toggle.is-on { background: var(--ink); color: #fff; }
.progress .is-current .progress__n { background: var(--ink); }
.progress .is-current button { border-top-color: var(--ink); }
.extra.is-added { background: #faf0e8; }
.drop:hover, .drop.is-over { border-color: var(--red); background: #faf0e8; }
.drop__icon { background: var(--red-soft); color: var(--red); }
.status { background: var(--red-soft); color: var(--red); }

/* Optische grootte: kleine serif-koppen ruimer en leesbaarder */
.prod__name, .choice__name, .steps h3, .sum__title, .ord__head h2, .prod__price, .tile__price, .ready__date b, .logo { font-variation-settings: "opsz" 28, "SOFT" 0; letter-spacing: -0.012em; }
.prod__name { font-weight: 500; }
.promo h2, .shop__head .h2, .footer .footer__cta h2 { font-variation-settings: "opsz" 72, "SOFT" 0; }

.sum__lines li span:last-child, .sum__total strong, .stepper output { font-variant-numeric: normal; }
.pill--in { background: #edf1e9; color: #3f6b4a; }

/* =====================================================================
   Warm en volwassen: ivoor, espresso, diep terracotta
   Rustige beweging: niets springt, stuitert of schuift nerveus.
   ===================================================================== */
:root {
  --bg: #f4efe6; --tint: #ebe4d8; --card: #fffcf6;
  --ink: #1a1714; --ink-2: #3f3a34; --muted: #7a7269;
  --line: #e2d9cb; --line-2: #cdc2b1; --espresso: #1d1814;
  --ease: cubic-bezier(.25,.1,.25,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
}
.banner { background:
    radial-gradient(620px 420px at 92% 120%, rgba(169,71,36,.42), transparent 70%),
    radial-gradient(420px 280px at 55% -25%, rgba(203,182,138,.07), transparent 70%),
    linear-gradient(145deg, #231d18 0%, #15110e 100%); }
.banner::after { opacity: .14; }
.topbar, .footer { background: #17130f; }
.promo--dark { background: radial-gradient(420px 260px at 100% 0%, rgba(169,71,36,.28), transparent 70%), #1a1511; }

/* Zwevende formaten: stil, alleen een subtiele parallax */
.fl { animation: none !important; transition: translate 1.2s var(--ease-out); box-shadow: 0 40px 60px -30px rgba(0,0,0,.75); }
.fl--post { background: linear-gradient(165deg, #b0502b, #7a2f15); }
.fl--post::before { background: #fffcf6; box-shadow: 0 18px 0 -3px rgba(255,252,246,.4); }
.fl--story::after, .fl--poster::after { background: #a94724; }

/* Onthullen: kort en zacht */
.reveal { transform: translateY(8px); transition: opacity 1.1s var(--ease-out), transform 1.1s var(--ease-out); transition-delay: calc(var(--d, 0) * 50ms); }
.prod { animation: prodFade .9s var(--ease-out) both; animation-delay: calc(var(--d, 0) * 45ms + .15s); }
@keyframes prodFade { from { opacity: 0; } }
.ready { animation: readyFade 1s var(--ease-out) .25s both; }
@keyframes readyFade { from { opacity: 0; } }
.swash path { animation-duration: 1.6s; animation-timing-function: var(--ease-out); animation-delay: .6s; stroke-width: 2.5; }

/* Hover: kleur en lijn, geen sprongen */
.prod, .prod:hover, .tile, .tile:hover, .stepbar a:hover, .row:hover, .ab__card, .btn:active { transform: none !important; }
.prod { transition: border-color .4s var(--ease), box-shadow .6s var(--ease); }
.prod:hover { box-shadow: 0 18px 40px -28px rgba(26,23,20,.35); border-color: var(--line-2); }
.prod__vis .vis { transition: transform 1.4s var(--ease-out); }
.prod:hover .vis { transform: scale(1.025); }
.prod__btn, .btn, .tool, .tile__go, .stepbar a, .stepbar em, .stepbar__ic { transition: background-color .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), box-shadow .5s var(--ease); }
.btn:hover .arr, .stepbar a:hover em { transform: translateX(2px); }
.arr, .stepbar em { transition: transform .5s var(--ease-out); }
.tile:hover { box-shadow: none; }
.tile:hover .tile__go, .tile--slider:hover .tile__go { background: #fffcf6; color: var(--ink); border-color: #fffcf6; }
.tile--slider:hover .tile__go { background: var(--ink); color: #fffcf6; border-color: var(--ink); }
.abm { transition: transform 1.2s var(--ease-out); }
.tile--ab:hover .abm--a { transform: rotate(-9deg) translateX(-3px); }
.tile--ab:hover .abm--b { transform: rotate(8deg) translateX(3px); }
.ab__demo:hover .ab__card--a, .ab__demo:hover .ab__card--b { transform: none; }

/* Slider: alleen crossfade */
.slide { transform: none; transition: opacity 1s var(--ease), visibility 0s 1s; }
.slide.is-on { transition: opacity 1s var(--ease); }

/* Lint en puls: trager, rustiger */
.ribbon__move { animation-duration: 70s; }
.pulse { animation: breathe 3.2s ease-in-out infinite; box-shadow: none; }
@keyframes breathe { 50% { opacity: .45; } }
.work--empty::after { animation: none; }

/* Verbindingslijn in de A/B-balken zonder vertraagde 'winnaar'-pop */
.ab__win { transition: opacity .9s var(--ease) 1.2s; transform: none; }
.ab__bar i { transition: width 1.8s var(--ease-out) .2s; }

/* Kleine typografische correcties */
.banner__title em { color: #efc6ad; }
.h2 em, .tile--slider h2 em { color: var(--red); }
.footer .footer__cta h2 em { color: #e0a383; }
.tile h2 { font-variation-settings: "opsz" 72, "SOFT" 0; }

.tile h2 { font-size: clamp(22px, 1.6vw, 27px); }
.tile--slider .eyebrow { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* =====================================================================
   Aura — levendig oranje als LICHT op donkere vlakken, niet als platte
   vlakken op ivoor. Gloed, diepte en warmte.
   ===================================================================== */
:root {
  --red: #ef5a24;
  --red-dark: #cf441a;
  --red-soft: #fde5d9;
  --ember: linear-gradient(145deg, #f57a3d 0%, #e24e1c 45%, #9c3312 100%);
}

/* Knoppen: oranje met een warme gloed */
.btn--primary { background: var(--red); border-color: var(--red); color: #fff; box-shadow: 0 10px 28px -12px rgba(239,90,36,.85), inset 0 1px 0 rgba(255,255,255,.18); }
.btn--primary:hover { background: #f36a37; border-color: #f36a37; box-shadow: 0 14px 34px -12px rgba(239,90,36,1), inset 0 1px 0 rgba(255,255,255,.22); }
.tool--cart:hover { background: var(--red); }

/* Banner: donker met levend oranje licht */
.banner { background:
    radial-gradient(640px 440px at 90% 118%, rgba(239,90,36,.75), rgba(239,90,36,0) 68%),
    radial-gradient(520px 320px at 70% 110%, rgba(255,150,80,.25), transparent 70%),
    radial-gradient(420px 280px at 50% -30%, rgba(255,180,120,.10), transparent 70%),
    linear-gradient(145deg, #241c17 0%, #120e0b 100%); }
.banner::before { content: ""; position: absolute; inset: -40%; z-index: -1; pointer-events: none;
  background: conic-gradient(from 0deg at 75% 85%, transparent 0deg, rgba(239,90,36,.14) 40deg, transparent 90deg, rgba(255,160,90,.08) 200deg, transparent 260deg);
  animation: aura 26s linear infinite; }
@keyframes aura { to { transform: rotate(360deg); } }
.banner__title em { color: #ffb48c; }
.swash path { stroke: var(--red); stroke-width: 3; filter: drop-shadow(0 0 6px rgba(239,90,36,.6)); }
.banner__trust li::before { border-color: #ff9a64; }
.ready__date small { background: var(--red); }
.fl--post { background: var(--ember); }
.fl--poster::after, .fl--story::after { background: var(--red); box-shadow: 0 0 24px rgba(239,90,36,.6); }
.fl { animation: drift 9s ease-in-out infinite !important; }
.fl--post { animation-delay: -3s !important; }
.fl--story { animation-delay: -6s !important; }
@keyframes drift { 50% { margin-bottom: 7px; } }

/* A/B-tegel en rechter promo: gloeiend ember */
.tile--ab, .promo--red { background: radial-gradient(360px 240px at 85% 0%, rgba(255,190,140,.35), transparent 65%), var(--ember); box-shadow: 0 24px 50px -30px rgba(226,78,28,.8); }
.tile--ab::after, .promo--red::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 1px 0 rgba(255,255,255,.2); }
.promo--red { position: relative; }
.abm--b { color: var(--red); }
.slide:first-of-type .tile__vis--img, .prod__vis--campagne, .choice__icon.prod__vis--campagne { background: radial-gradient(200px 140px at 80% 10%, rgba(255,190,140,.35), transparent 70%), var(--ember); }
.tile--slider .eyebrow { color: var(--red); }

/* Accenten */
.h2 em, .tile--slider h2 em { color: var(--red); }
.promo--dark h2 em { color: #ffb48c; }
.footer .footer__cta h2 em { color: #ff9a64; }
.prod--popular { border-color: var(--red); box-shadow: 0 0 0 1px var(--red), 0 22px 44px -30px rgba(239,90,36,.9); }
.prod--popular .prod__btn { background: var(--red); border-color: var(--red); box-shadow: 0 8px 20px -10px rgba(239,90,36,.9); }
.prod__cat { color: var(--red); }
.stepbar a:hover .stepbar__ic { border-color: var(--red); color: var(--red); }
.ab__card--b .ab__art { background: var(--ember); }
.rules { border-left-color: var(--red); }

/* Lint: donker met oranje, geeft ritme */
.ribbon { background: #17120f; color: #fff; border: 0; border-radius: 10px; }
.ribbon__label { background: var(--red); color: #fff; padding: 0 18px; border-right: 0; margin-right: 0; }
.ribbon__move { animation-duration: 45s; }
.ribbon__move span { color: #f3e6da; }
.ribbon__move span::after { background: var(--red); box-shadow: 0 0 10px rgba(239,90,36,.8); width: 5px; height: 5px; }

/* Pulse terug als zachte gloed */
.pulse { animation: glow 2.6s ease-in-out infinite; }
@keyframes glow { 0%, 100% { box-shadow: 0 0 0 0 rgba(79,191,133,.55); } 60% { box-shadow: 0 0 0 6px rgba(79,191,133,0); } }

/* Productkaarten: een tikje leven bij hover */
.prod:hover { box-shadow: 0 22px 44px -28px rgba(26,23,20,.4); }
.prod:hover .vis { transform: scale(1.04); }

.slide .tile__copy, .tile .tile__copy { min-width: 0; }

/* =====================================================================
   Premium-laag — rustige serif (Source Serif 4), Manrope voor tekst,
   strakke hoeken (4–6px) en één diep, verzadigd oranje.
   ===================================================================== */
@font-face { font-family: "Source Serif 4"; src: url("../fonts/sourceserif.woff2") format("woff2"); font-weight: 200 900; font-display: swap; }
@font-face { font-family: "Source Serif 4"; font-style: italic; src: url("../fonts/sourceserif-italic.woff2") format("woff2"); font-weight: 200 900; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope.woff2") format("woff2"); font-weight: 200 800; font-display: swap; }

:root {
  --serif: "Source Serif 4", Georgia, serif;
  --font: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --bg: #f6f2eb; --tint: #efe9df; --card: #fffdf9;
  --ink: #1f1c18; --ink-2: #45403a; --muted: #7b746b;
  --line: #e6dfd3; --line-2: #d3c9ba;
  --red: #c2410c; --red-dark: #9a3412; --red-soft: #fbe8dc;
  --ember: linear-gradient(150deg, #d4541b 0%, #b53c0e 52%, #7e2a0b 100%);
  --r: 6px; --r-sm: 4px; --r-lg: 6px;
  --lift: 0 1px 2px rgba(31,28,24,.05), 0 10px 24px -14px rgba(31,28,24,.22);
}

body { font-family: var(--font); font-size: 14.5px; line-height: 1.6; letter-spacing: 0; }
h1, h2, h3, .logo { font-family: var(--serif); font-weight: 500; font-variation-settings: "opsz" 60; letter-spacing: -0.012em; }
h1 em, h2 em, h3 em { font-style: italic; font-weight: 400; }
.prod__name, .choice__name, .steps h3, .sum__title, .ord__head h2, .tile__price, .ready__date b { font-variation-settings: "opsz" 24; letter-spacing: -0.005em; }
.eyebrow, .kicker, .prod__cat, .ready__label, .footer h2, .ribbon__label { font-family: var(--font); font-weight: 700; letter-spacing: .12em; font-size: 10.5px; }
.lead { font-size: 15.5px; }

/* Hoeken en knoppen */
.btn { border-radius: 4px; font-size: 14px; font-weight: 600; min-height: 42px; padding: 0 18px; letter-spacing: 0; }
.btn--lg { min-height: 46px; font-size: 14.5px; }
.btn--primary { background: var(--red); border-color: var(--red); box-shadow: none; }
.btn--primary:hover { background: var(--red-dark); border-color: var(--red-dark); box-shadow: none; }
.btn--glass { border-color: rgba(255,253,249,.4); }
.banner, .tile, .promo, .prod, .stepbar a, .ribbon, .steps li, .faq details, .rules, .ab__demo, .ab__card, .work--empty, .sum, .choice, .extras, .review, .notice, .drop, .ord, .acc-empty, .done__steps, .method, .field input, .field textarea { border-radius: 6px !important; }
.prod__vis, .tile__vis--img, .ready, .ready__date, .ab__art, .io li, .file, .dl a, .hint, .error, .pkg-bar { border-radius: 4px !important; }

/* Topbalk: diep merkoranje, zoals een echte winkel */
.topbar { background: var(--red-dark); color: #fff3ea; font-size: 12.5px; }
.topbar__new { border-color: rgba(255,255,255,.3); color: #fff; }
.topbar__new span { background: #fffdf9; color: var(--red-dark); }
.topbar__links a { color: #fbe2d2; border-left-color: rgba(255,255,255,.2); }
.topbar__links a:hover { color: #fff; }

/* Header */
.header { background: rgba(255,253,249,.96); }
.header__in { height: 64px; }
.logo { font-size: 23px; font-weight: 600; }
.logo i { background: var(--red); }
.logo i::after { background: #fffdf9; opacity: .9; }
.nav a { font-size: 14.5px; font-weight: 500; }
.tool { font-size: 14px; }
.tool--cart { border-radius: 4px; background: var(--ink); }
.tool__badge { background: var(--red); color: #fff; }

/* Banner en tegels */
.banner { background:
    radial-gradient(600px 400px at 90% 120%, rgba(194,65,12,.6), transparent 68%),
    radial-gradient(400px 260px at 55% -25%, rgba(255,190,140,.07), transparent 70%),
    linear-gradient(145deg, #231c17 0%, #120e0b 100%); }
.banner::before { opacity: .7; }
.banner__title { font-weight: 500; font-size: clamp(34px, 3vw, 50px); letter-spacing: -0.015em; }
.banner__title em { color: #ffc3a1; }
.banner__lead { font-size: 15px; }
.swash path { stroke: #e0662e; filter: none; }
.tile--ab, .promo--red { background: radial-gradient(360px 220px at 85% 0%, rgba(255,200,160,.22), transparent 65%), var(--ember); box-shadow: none; }
.tile h2 { font-weight: 500; }
.tile__price { font-weight: 500; }
.slide:first-of-type .tile__vis--img, .prod__vis--campagne, .choice__icon.prod__vis--campagne, .fl--post { background: var(--ember); }
.ribbon__label { background: var(--red); }

/* Productkaarten */
.prod { background: #fffdf9; border-color: var(--line); }
.prod--popular { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); }
.prod__vis { background: linear-gradient(180deg, #f3eee6, #ebe4d8) !important; }
.prod__vis--campagne { background: var(--ember) !important; }
.prod__vis--custom { background: repeating-linear-gradient(-45deg, #f3eee6 0 9px, #eee8dd 9px 18px) !important; }
.prod__name { font-size: 18px; font-weight: 500; }
.prod__spec { font-size: 12.5px; }
.prod__price { font-family: var(--font); font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
.prod__price small { font-family: var(--font); }
.prod__btn { border-radius: 999px; font-size: 12.5px; font-weight: 600; padding: 6px 12px; }
.prod--popular .prod__btn { box-shadow: none; }
.prod__flag { font-family: var(--font); letter-spacing: .08em; border-radius: 3px; }
.prod__eta { font-family: var(--font); font-size: 11px; border-radius: 3px; }

/* Rest */
.stepbar__ic { font-family: var(--serif); font-weight: 500; }
.step__no { font-family: var(--serif); font-weight: 500; }
.faq summary { font-size: 15px; }
.sum__total strong, .choice__price { font-family: var(--font); font-weight: 700; letter-spacing: -0.02em; }
.pill { border-radius: 4px; }
.toggle, .stepper, .chip span { border-radius: 4px !important; }
.progress .is-current .progress__n { background: var(--red); }
.progress .is-current button { border-top-color: var(--red); }

.swash { bottom: -.02em; height: .2em; }
.tile--ab .tile__copy p:not(.eyebrow):not(.tile__price) { white-space: normal; }

/* =====================================================================
   Mockups — telefoon, poster, flyer met echt licht en schaduw
   ===================================================================== */
.mk { position: absolute; inset: 0; overflow: hidden;
  background: radial-gradient(120% 80% at 50% 0%, #f7f2ea 0%, #ebe4d8 70%, #e2d9ca 100%); }
.mk::after { content: ""; position: absolute; left: 10%; right: 10%; bottom: 6%; height: 14%; background: radial-gradient(closest-side, rgba(31,28,24,.22), transparent); filter: blur(4px); pointer-events: none; }
.mk--dark { background: radial-gradient(120% 90% at 70% 0%, #3a2a20 0%, #1d1713 70%, #120e0b 100%); }
.mk--dark::after { background: radial-gradient(closest-side, rgba(0,0,0,.55), transparent); }
.mk--custom { background: repeating-linear-gradient(-45deg, #f4efe7 0 9px, #eee8de 9px 18px); }
.mk--custom::after { display: none; }
.mk-at { position: absolute; z-index: 1; }

/* Telefoon */
.mk-phone { height: 100%; aspect-ratio: 9 / 19; background: linear-gradient(145deg, #2b2825, #0f0e0d); border-radius: 13% / 6.2%; padding: 5.5% 5%; box-shadow: 0 1px 0 rgba(255,255,255,.08) inset, 0 0 0 1px #000, 0 22px 30px -14px rgba(20,16,12,.55), 0 8px 12px -8px rgba(20,16,12,.4); position: relative; }
.mk-phone::before { content: ""; position: absolute; left: 50%; top: 2.3%; width: 26%; height: 2.4%; margin-left: -13%; border-radius: 99px; background: #050505; z-index: 2; }
.mk-screen { position: relative; height: 100%; border-radius: 9% / 4.4%; overflow: hidden; background: #fbf8f2; display: flex; flex-direction: column; container-type: inline-size; }
.mk-screen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255,255,255,.22) 0%, transparent 38%); pointer-events: none; }
.ig-top { display: flex; align-items: center; gap: 5cqw; padding: 14cqw 6cqw 5cqw; }
.ig-top i { width: 12cqw; height: 12cqw; border-radius: 50%; background: linear-gradient(135deg, #e0662e, #9a3412); box-shadow: 0 0 0 1.5cqw #fbf8f2, 0 0 0 2.5cqw #e5b89f; }
.ig-top b { height: 4cqw; width: 38cqw; border-radius: 9px; background: #d8d0c3; }
.ig-bar { display: flex; gap: 6cqw; padding: 6cqw 6cqw 3cqw; }
.ig-bar i { width: 9cqw; height: 9cqw; border-radius: 50%; border: 1.6cqw solid #3a3632; }
.ig-lines { display: grid; gap: 3cqw; padding: 2cqw 6cqw; }
.ig-lines b { height: 3.5cqw; border-radius: 9px; background: #ddd5c8; }
.ig-lines b:first-child { width: 70%; background: #b9b0a3; }
.ig-lines b:last-child { width: 50%; }
.mk-screen .ds { aspect-ratio: 1; }
.mk-screen--story .ds { aspect-ratio: auto; height: 100%; }
.st-bars { position: absolute; left: 6cqw; right: 6cqw; top: 13cqw; display: flex; gap: 3cqw; z-index: 2; }
.st-bars i { flex: 1; height: 1.6cqw; border-radius: 9px; background: rgba(255,255,255,.35); }
.st-bars i:first-child { background: #fff; }

/* Poster */
.mk-poster { height: 100%; aspect-ratio: 297 / 420; position: relative; container-type: inline-size; box-shadow: 0 1px 1px rgba(20,16,12,.08), 0 26px 30px -18px rgba(20,16,12,.5), 0 6px 10px -6px rgba(20,16,12,.25); }
.mk-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(255,255,255,.18) 0%, transparent 40%, rgba(0,0,0,.05) 100%); pointer-events: none; }
.mk-poster .ds { height: 100%; }
.mk-card { width: 100%; aspect-ratio: 4 / 5; container-type: inline-size; box-shadow: 0 20px 26px -16px rgba(0,0,0,.55), 0 4px 8px -4px rgba(0,0,0,.3); }
.mk-card .ds { height: 100%; }

/* Voorbeeldontwerpen */
.ds { position: relative; container-type: inline-size; overflow: hidden; display: flex; flex-direction: column; font-family: "Manrope", sans-serif; }
.ds small { font-size: 5.2cqw; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ds b { font-family: "Source Serif 4", Georgia, serif; font-weight: 500; line-height: .88; letter-spacing: -0.03em; }
.ds em { font-style: normal; font-size: 6cqw; font-weight: 600; }
.ds--open { background: #faf6ef; color: #1f1c18; padding: 9cqw 9cqw 8cqw; }
.ds--open b { font-size: 32cqw; margin-top: 8cqw; }
.ds--open b i { color: #c2410c; font-style: normal; }
.ds--open .ds__disc { position: absolute; right: -14cqw; bottom: 18cqw; width: 58cqw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #e0662e, #b3390b 70%); }
.ds--open em { margin-top: auto; position: relative; }
.ds--open em::before { content: ""; display: block; width: 18cqw; height: 1.4cqw; background: #1f1c18; margin-bottom: 4cqw; }
.ds--nieuw { background: radial-gradient(120% 90% at 80% 0%, #de5c22, #b3390b 60%, #8a2b0a); color: #fff8f1; padding: 10cqw; justify-content: space-between; }
.ds--nieuw b { font-size: 30cqw; font-style: italic; font-weight: 400; }
.ds--nieuw em { font-size: 7cqw; letter-spacing: .02em; }
.ds--korting { background: #1d1a17; color: #f6f0e6; padding: 10cqw; justify-content: space-between; }
.ds--korting b { font-family: "Manrope", sans-serif; font-weight: 800; font-size: 36cqw; letter-spacing: -0.06em; line-height: .9; }
.ds--korting em { color: #e0662e; font-size: 7.5cqw; border-top: 1.2cqw solid #e0662e; padding-top: 4cqw; align-self: flex-start; }
.ds--nuopen { background: linear-gradient(180deg, #243a2d, #16261c); color: #f4ede1; padding: 26cqw 10cqw 12cqw; }
.ds--nuopen b { font-size: 34cqw; margin: 8cqw 0 auto; }
.ds--nuopen b i { color: #e0662e; font-style: normal; }
.ds--nuopen em { border: 1.2cqw solid rgba(244,237,225,.6); border-radius: 99px; padding: 3cqw 7cqw; align-self: flex-start; font-size: 6.5cqw; }

/* Opmaak per product */
.mk-c { left: 50%; top: 9%; height: 86%; transform: translateX(-50%); }
.mk-print-a { left: 30%; top: 8%; height: 84%; transform: rotate(-2deg); }
.mk-print-b { left: 54%; top: 34%; height: 56%; transform: rotate(4deg); z-index: 2; }
.mk-poster--a5 { box-shadow: 0 1px 1px rgba(20,16,12,.08), 0 18px 22px -12px rgba(20,16,12,.55); }
.mk-ab-a { left: 22%; top: 10%; height: 82%; transform: rotate(-4deg); }
.mk-ab-b { left: 52%; top: 8%; height: 84%; transform: rotate(3deg); z-index: 2; }
.mk-tag { position: absolute; left: -12%; top: -4%; width: 22px; height: 22px; border-radius: 50%; background: #1f1c18; color: #fff; font: 700 11px/22px "Manrope", sans-serif; text-align: center; z-index: 3; box-shadow: 0 4px 10px -3px rgba(0,0,0,.4); }
.mk-tag--b { left: auto; right: -12%; background: #c2410c; }
.mk-play { position: absolute; right: 18%; bottom: 16%; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,252,246,.9); box-shadow: 0 8px 18px -6px rgba(0,0,0,.35); z-index: 3; }
.mk-play::after { content: ""; position: absolute; left: 12px; top: 9px; border-left: 9px solid #1f1c18; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.mk-camp-a { left: 14%; top: 10%; height: 82%; transform: rotate(-3deg); }
.mk-camp-b { left: 55%; top: 12%; height: 80%; transform: rotate(3deg); z-index: 2; }
.mk-camp-c { left: 36%; top: 50%; width: 22%; transform: rotate(-6deg); z-index: 3; }
.mk-frame { height: 100%; aspect-ratio: 297 / 420; border: 1.5px dashed #b5aa99; border-radius: 3px; background: rgba(255,253,249,.7); position: relative; }
.mk-frame span { position: absolute; left: 6px; bottom: 5px; font: 700 10px/1 "Manrope", sans-serif; color: #8a8175; letter-spacing: .06em; }
.mk-frame--sq { aspect-ratio: 4 / 5; }
.mk-frame--st { aspect-ratio: 9 / 16; }
.mk-cu-a { left: 16%; top: 12%; height: 76%; }
.mk-cu-b { left: 46%; top: 30%; height: 50%; }
.mk-cu-c { left: 70%; top: 18%; height: 66%; }
.mk-plus { position: absolute; right: 9%; bottom: 10%; width: 28px; height: 28px; border-radius: 50%; background: #c2410c; color: #fff; font: 600 18px/28px "Manrope", sans-serif; text-align: center; box-shadow: 0 8px 16px -6px rgba(194,65,12,.6); }

/* Hover: het object komt iets naar je toe */
.prod__vis .mk-at, .tile__vis--img .mk-at { transition: transform 1.2s var(--ease-out, cubic-bezier(.16,1,.3,1)); }
.prod:hover .mk-c { transform: translateX(-50%) translateY(-3px); }
.prod:hover .mk-print-a { transform: rotate(-3deg) translateY(-2px); }
.prod:hover .mk-print-b { transform: rotate(6deg) translate(3px, -2px); }
.prod:hover .mk-ab-a { transform: rotate(-6deg) translateX(-3px); }
.prod:hover .mk-ab-b { transform: rotate(5deg) translateX(3px); }
.prod:hover .mk-camp-c { transform: rotate(-9deg) translateY(-3px); }
.prod:hover .vis, .prod__vis .vis { transform: none; }

/* Productkaart-afbeelding en overige plekken */
.prod__vis { background: none !important; }
.prod__vis .mk, .tile__vis--img .mk, .choice__icon .mk, .feature__vis .mk { border-radius: inherit; }
.tile__vis--img { position: relative; background: none !important; }
.slide:first-of-type .tile__vis--img { background: none !important; }
.choice__icon { position: relative; }
.choice__icon .mk-tag, .choice__icon .mk-play, .choice__icon .mk-plus, .choice__icon .mk-frame span { display: none; }

/* Hero-scène in de banner (vervangt de losse vlakken) */
.banner__vis { width: 44%; }
.hero-scene { position: absolute; inset: 0; }
.hs-poster { right: 30%; bottom: -8%; height: 88%; transform: rotate(-4deg); }
.hs-card { right: 22%; bottom: 8%; width: 20%; transform: rotate(5deg); z-index: 2; }
.hs-phone { right: 5%; bottom: -14%; height: 92%; transform: rotate(6deg); z-index: 3; }
.hero-scene .mk-poster { box-shadow: 0 40px 50px -26px rgba(0,0,0,.8), 0 10px 16px -8px rgba(0,0,0,.5); }
.hero-scene .mk-phone { box-shadow: 0 0 0 1px #000, 0 44px 56px -24px rgba(0,0,0,.85); }
.hero-scene .mk-at { transition: translate 1.4s cubic-bezier(.16,1,.3,1); }
@media (max-width: 1180px) { .banner__vis { width: 40%; } }

/* Rustiger labels */
.prod__cat { color: var(--muted); }
.prod__eta { background: rgba(255,253,249,.88); backdrop-filter: blur(4px); }
.prod--popular .prod__eta { background: rgba(20,16,12,.55); color: #f6efe5; }
.prod--popular .prod__eta i { background: #6fd39b; }
.prod__flag { background: #fffdf9; color: var(--ink); }

/* Mockup-correcties: labels boven de objecten, rustigere schaal */
.prod__eta, .prod__flag { z-index: 5; }
.prod__eta { left: auto; right: 8px; bottom: 8px; }
.mk-cu-a { left: 20%; top: 18%; height: 58%; }
.mk-cu-b { left: 45%; top: 36%; height: 40%; }
.mk-cu-c { left: 64%; top: 24%; height: 52%; }
.mk-plus { right: auto; left: 12%; bottom: 12%; width: 24px; height: 24px; line-height: 24px; font-size: 16px; }
.hs-poster { right: 33%; bottom: -8%; height: 60%; }
.hs-card { right: 26%; bottom: 6%; width: 15%; }
.hs-phone { right: 7%; bottom: -16%; height: 72%; }

/* A/B-demo met mockup */
.ab__demo { position: relative; display: block; aspect-ratio: 4 / 3; padding: 0; overflow: hidden; }
