/* ==========================================================================
   Nyré — design system v4 "Atelier Blanc"
   Zuiver wit canvas, neutraal antraciet-inkt, goud als serif-accent — goud-op-wit
   exact zoals het merk-logo. Typografie: Cormorant Garamond (elegante high-contrast
   serif, koppen + wordmark) + Inter (UI/tekst). Luxe body-care-uitstraling:
   gecentreerd gouden wordmark, witte categorietegels met hairline, trust-iconen.
   ========================================================================== */
@import url('/fonts/fonts.css?v=3');

:root {
  --white: #ffffff;
  --cream: #ffffff;        /* zuiver wit canvas (body-achtergrond) — goud-op-wit zoals het logo */
  --surface: #f8f6f0;      /* fluister-wit voor tegels/kaarten/panelen (leest als wit, subtiele scheiding) */
  --surface-2: #f1ece1;
  --ink: #2a2621;          /* neutraal antraciet-zwart voor tekst (harmonieert met goud, leest niet bruin) */
  --ink-2: #4a443b;
  --body: #5b5449;
  --muted: #948b7c;
  --line: #ece8dd;         /* zachte neutrale hairline */
  --line-strong: #dcd5c5;
  --tan: #b9932e;          /* echt goud: topbar + primaire knop */
  --tan-dark: #9c7c22;     /* goud hover */
  --gold: #a67c34;         /* rijk goud: grote serif-koppen, wordmark, hairlines */
  --gold-ink: #8a6626;     /* dieper goud voor kleine tekst-labels (AA-veilig op wit) */
  --gold-light: #cbaa63;   /* licht goud accent */
  --gold-wash: #f7efda;
  --ok: #1f6b4a;
  --err: #b23a2f;
  --wrap: 1280px;
  --gut: 28px;
  --display: 'Cormorant Garamond', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --shadow-sm: 0 1px 2px rgba(58,49,40,.05), 0 10px 26px -18px rgba(58,49,40,.22);
  --shadow: 0 26px 64px -34px rgba(58,49,40,.42);
  --ease: cubic-bezier(.22,.61,.36,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--cream); color: var(--ink);
  font-family: var(--sans); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
::selection { background: var(--gold-wash); }

h1, h2, h3, h4 {
  font-family: var(--display); font-weight: 600; color: var(--ink);
  letter-spacing: -.005em; line-height: 1.08; margin: 0 0 .42em;
}
h1 { font-size: clamp(2.4rem, 5.4vw, 4.2rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); }
h3 { font-size: 1.15rem; letter-spacing: -.015em; line-height: 1.3; }
h4 { font-size: 1rem; }
p { margin: 0 0 1.1em; color: var(--body); }
strong { font-weight: 600; color: var(--ink); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: var(--gut); }
.narrow { max-width: 780px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: .875rem; }
.hidden { display: none !important; }

.eyebrow {
  font-size: .69rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-ink); margin: 0 0 1rem; display: flex; align-items: center; gap: 12px;
}
.eyebrow::after { content: ''; flex: 1; height: 1px; background: var(--line); max-width: 70px; }
.center .eyebrow { justify-content: center; }
.center .eyebrow::after { display: none; }
.lead { font-size: 1.075rem; line-height: 1.65; color: var(--body); }
.gold-rule { width: 48px; height: 2px; background: var(--gold); margin: 1.2rem 0; }
.center .gold-rule { margin-inline: auto; }
/* Ster-divider — merkmotief uit het NYRÉ-logo (vierpuntige sparkle + hairlines) */
.star-divider { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 1.5rem 0; }
.star-divider i { display: block; width: 72px; max-width: 18vw; height: 1px; }
.star-divider i:first-child { background: linear-gradient(90deg, transparent, var(--gold-light)); }
.star-divider i:last-child { background: linear-gradient(90deg, var(--gold-light), transparent); }
.star-divider svg { width: 20px; height: 20px; flex: none; fill: var(--gold); }

section { padding: clamp(56px, 7vw, 104px) 0; }
section.tight { padding: clamp(36px, 4vw, 60px) 0; }
.section-head { max-width: 660px; margin-bottom: 44px; }
.section-head.center { margin-inline: auto; }
.section-head p:last-child { margin-bottom: 0; }
.head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.head-row .section-head { margin-bottom: 0; }

/* ---------- header ---------- */
.topbar {
  background: var(--tan); color: var(--ink);
  font-size: .7rem; letter-spacing: .14em; text-transform: uppercase;
  text-align: center; padding: 9px 16px; font-weight: 600;
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.topbar svg { width: 16px; height: 16px; flex: none; }
.topbar b { color: var(--ink); font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; height: 76px; }
.brand {
  font-family: var(--display); font-weight: 600; font-size: 1.6rem;
  letter-spacing: .34em; text-transform: uppercase; color: var(--gold);
  justify-self: center; display: inline-flex; align-items: center; gap: .34em;
  padding-left: .34em; /* compenseer trailing letter-spacing zodat de wordmark optisch centreert */
}
.brand span { color: var(--gold); }
.brand-heart { width: 12px; height: 12px; flex: none; color: var(--gold); }
.nav { display: flex; gap: 26px; align-items: center; justify-self: start; }
.nav a {
  font-size: .8rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-2); padding: 8px 0; position: relative;
}
.nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1.5px; background: var(--gold); transition: right .3s var(--ease); }
.nav a:hover::after, .nav a[aria-current="page"]::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 8px; justify-self: end; }
.icon-btn {
  background: none; border: 0; cursor: pointer; color: var(--ink);
  display: inline-flex; align-items: center; gap: 7px; padding: 9px 10px;
  font-size: .78rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
  border-radius: 2px; transition: background .2s var(--ease);
}
.icon-btn:hover { background: var(--surface); }
.icon-btn svg { width: 21px; height: 21px; }
.acc-name { display: none; }
@media (min-width: 1021px) { .acc-name:not(:empty) { display: inline; } }
.cart-count {
  display: inline-grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px;
  border-radius: 10px; background: var(--ink); color: var(--cream); font-size: .68rem;
  font-weight: 700; letter-spacing: 0;
}
.burger { display: none; }

@media (max-width: 1020px) {
  .header-inner { grid-template-columns: auto 1fr; height: 66px; }
  .nav {
    position: fixed; inset: 66px 0 auto; background: var(--white); flex-direction: column;
    align-items: stretch; gap: 0; padding: 8px var(--gut) 28px; border-bottom: 1px solid var(--line);
    transform: translateY(-130%); transition: transform .35s var(--ease); z-index: 55;
  }
  .nav.open { transform: translateY(0); }
  .nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: .95rem; letter-spacing: .04em; }
  .nav a::after { display: none; }
  .burger { display: inline-flex; }
  #accountLink { display: none; }
}
.nav-account { display: none; }
@media (max-width: 1020px) { .nav-account { display: block; } }
@media (max-width: 460px) { .brand { font-size: 1.2rem; letter-spacing: .22em; } .icon-btn { padding: 9px 6px; font-size: .72rem; } }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--tan); color: var(--ink); border: 1px solid var(--tan);
  padding: 15px 30px; border-radius: 2px; cursor: pointer;
  font-family: var(--sans); font-size: .8rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.btn:hover { background: var(--ink); border-color: var(--ink); color: var(--cream); }
.btn:disabled { opacity: .45; cursor: not-allowed; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }
.btn-gold { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--ink); border-color: var(--ink); }
.btn-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.btn-light:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn-sm { padding: 10px 18px; font-size: .72rem; }
.btn-block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: 9px; font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding-bottom: 4px; border-bottom: 1.5px solid var(--gold); }
.link-arrow:hover { color: var(--gold); }
.link-underline { border-bottom: 1px solid var(--gold); }

/* ---------- hero ---------- */
.hero { position: relative; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: 1fr 46%; align-items: stretch;
  max-width: var(--wrap); margin: 0 auto; min-height: min(76vh, 700px);
}
.hero-copy { padding: clamp(48px, 6vw, 92px) clamp(28px, 4vw, 64px) clamp(48px, 6vw, 92px) var(--gut); display: flex; flex-direction: column; justify-content: center; }
.hero h1 { margin-bottom: .3em; color: var(--gold); font-weight: 600; }
.hero h1 em { font-style: normal; color: inherit; }
.hero-copy .lead { max-width: 46ch; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
/* Bleed naar de rechter viewportrand: 50%/50vw rekent binnen de grid-cel en werd
   veel te breed, dus rekenen we het verschil met de containerbreedte uit.
   De foto staat absoluut zodat haar intrinsieke hoogte de hero-rij niet oprekt. */
.hero-media { position: relative; overflow: hidden; background: var(--surface); margin-right: min(0px, calc((var(--wrap) - 100vw) / 2)); }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-facts { display: flex; gap: 40px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-facts div b { display: block; font-family: var(--display); font-size: 1.45rem; font-weight: 700; letter-spacing: -.02em; }
.hero-facts div span { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 40px var(--gut) 36px; order: 2; }
  .hero-media { margin: 0; order: 1; }
  .hero-media img { position: static; height: auto; aspect-ratio: 4/3; }
  .hero-facts { gap: 24px; margin-top: 34px; }
}

/* ---------- ticker ---------- */
.ticker { background: var(--surface); border-bottom: 1px solid var(--line); overflow: hidden; }
.ticker-inner { display: flex; gap: 56px; padding: 15px 0; white-space: nowrap; animation: slide 36s linear infinite; width: max-content; }
.ticker span { font-size: .71rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-2); display: inline-flex; align-items: center; gap: 14px; }
.ticker span::after { content: ''; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-inner { animation: none; } }

/* ---------- categorietegels (creme kaarten: label + pijl + productbeeld) ---------- */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tile {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  background: var(--surface); border: 1px solid var(--line); border-radius: 4px;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: var(--line-strong); }
.tile-body { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 20px 20px 12px; }
.tile-cat { font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-ink); display: block; margin-bottom: 6px; }
.tile-body h3 { color: var(--ink); margin: 0; font-size: 1.16rem; letter-spacing: -.005em; line-height: 1.2; }
.tile-arrow { flex: none; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--gold); transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); }
.tile-arrow svg { width: 15px; height: 15px; }
.tile:hover .tile-arrow { background: var(--tan); border-color: var(--tan); color: var(--ink); }
.tile-media { margin-top: auto; padding: 0 12px 12px; }
.tile-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 3px; background: var(--cream); transition: transform .8s var(--ease); }
.tile:hover .tile-media img { transform: scale(1.04); }
@media (max-width: 980px) { .tiles { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .tiles { grid-template-columns: 1fr; } .tile-media img { aspect-ratio: 16/9; } }

/* ---------- productgrid ---------- */
.grid { display: grid; gap: 38px 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1040px) { .grid-4 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 820px) { .grid-4, .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .grid-4, .grid-3, .grid-2 { grid-template-columns: repeat(2, 1fr); gap: 26px 14px; } }

.card { display: flex; flex-direction: column; }
.card-media { position: relative; overflow: hidden; background: var(--surface); display: block; }
.card-media img { width: 100%; aspect-ratio: 1/1; object-fit: cover; transition: transform .7s var(--ease); }
.card:hover .card-media img { transform: scale(1.045); }
.badge {
  position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--white); color: var(--ink);
  font-size: .63rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  padding: 6px 10px; border-radius: 2px;
}
.badge.sold-out { background: var(--ink); color: #fff; }
.quick-add { position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2; opacity: 0; transform: translateY(8px); transition: .3s var(--ease); }
.card:hover .quick-add, .quick-add:focus-within { opacity: 1; transform: translateY(0); }
/* Alleen op touch permanent tonen; op desktop verschijnt de knop bij hover. */
@media (hover: none) and (pointer: coarse) { .quick-add { opacity: 1; transform: none; } }
.wishlist {
  position: absolute; top: 12px; right: 12px; z-index: 3; width: 34px; height: 34px;
  border-radius: 50%; border: 0; cursor: pointer; background: rgba(255,255,255,.9);
  color: var(--ink-2); display: grid; place-items: center; box-shadow: var(--shadow-sm);
  transition: color .2s var(--ease), background .2s var(--ease), transform .2s var(--ease);
}
.wishlist svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.wishlist:hover { transform: scale(1.08); color: var(--gold); background: #fff; }
.wishlist[aria-pressed="true"] { color: var(--err); }
.wishlist[aria-pressed="true"] svg { fill: currentColor; }
.card-body { padding: 16px 2px 0; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.card-cat { font-size: .64rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.card-title { font-family: var(--display); font-weight: 600; font-size: 1.02rem; letter-spacing: -.015em; color: var(--ink); }
.card:hover .card-title { color: var(--gold); }
.card-sub { font-size: .84rem; color: var(--muted); flex: 1; }
.price { font-family: var(--display); font-weight: 600; font-size: 1rem; letter-spacing: -.01em; color: var(--ink); }
.price s { color: var(--muted); font-weight: 500; margin-right: 8px; }
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 6px; }

/* ---------- filters ---------- */
.shop-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 34px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  border: 1px solid var(--line); background: var(--white); color: var(--body); cursor: pointer;
  padding: 9px 18px; border-radius: 40px; font-size: .76rem; font-weight: 500;
  letter-spacing: .08em; text-transform: uppercase; transition: .2s var(--ease);
}
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.shop-tools { display: flex; gap: 10px; align-items: center; }
.shop-tools input, .shop-tools select { padding: 10px 14px; border: 1px solid var(--line); border-radius: 2px; background: var(--white); font-size: .85rem; width: auto; }
.shop-tools input { width: 210px; }
.result-count { font-size: .8rem; color: var(--muted); }

/* ---------- productdetail ---------- */
.pdp { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 5vw, 68px); align-items: start; padding: 26px 0 20px; }
.pdp-media { background: var(--surface); }
.pdp-media img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.pdp-info { position: sticky; top: 100px; }
.pdp h1 { font-size: clamp(1.9rem, 3.4vw, 2.9rem); margin-bottom: .2em; }
.price-lg { font-family: var(--display); font-size: 1.7rem; font-weight: 700; letter-spacing: -.02em; color: var(--ink); }
.price-lg s { font-size: 1.05rem; font-weight: 500; color: var(--muted); margin-right: 10px; }
.buy-row { display: flex; gap: 12px; align-items: stretch; margin: 26px 0 14px; }
.buy-row .btn { flex: 1; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 2px; }
.qty button { width: 44px; background: none; border: 0; cursor: pointer; font-size: 1.05rem; color: var(--ink); }
.qty button:hover { color: var(--gold); }
.qty input { width: 46px; border: 0; text-align: center; background: none; font-weight: 600; -moz-appearance: textfield; padding: 12px 0; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 26px 0; padding: 22px 0; border-block: 1px solid var(--line); }
.trust-row div { font-size: .76rem; color: var(--body); line-height: 1.45; }
.trust-row b { display: block; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.acc details { border-bottom: 1px solid var(--line); }
.acc details:first-of-type { border-top: 1px solid var(--line); }
.acc summary { cursor: pointer; padding: 18px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; font-family: var(--display); font-weight: 600; font-size: .98rem; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: '+'; color: var(--gold); font-size: 1.15rem; font-weight: 400; }
.acc details[open] summary::after { content: '\2013'; }
.acc .acc-body { padding: 0 0 20px; font-size: .9rem; color: var(--body); }
.breadcrumb { font-size: .78rem; color: var(--muted); padding-top: 26px; }
.breadcrumb a:hover { color: var(--gold); }
@media (max-width: 900px) { .pdp { grid-template-columns: 1fr; } .pdp-info { position: static; } }

/* ---------- tabellen, mandje ---------- */
.table-wrap { overflow-x: auto; }
table.data { width: 100%; border-collapse: collapse; }
table.data th, table.data td { text-align: left; padding: 15px 14px; border-bottom: 1px solid var(--line); font-size: .9rem; vertical-align: middle; }
table.data th { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.cart-line { display: flex; gap: 16px; align-items: center; }
.cart-line img { width: 78px; height: 78px; object-fit: cover; background: var(--surface); }
.totals { background: var(--surface); padding: 28px; border-radius: 2px; }
.totals .row { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; font-size: .92rem; color: var(--body); }
.totals .row.total { border-top: 1px solid var(--line-strong); margin-top: 12px; padding-top: 16px; font-family: var(--display); font-size: 1.2rem; font-weight: 700; color: var(--ink); }
.layout-2 { display: grid; grid-template-columns: 1.6fr 1fr; gap: 44px; align-items: start; }
@media (max-width: 900px) { .layout-2 { grid-template-columns: 1fr; gap: 30px; } }

/* ---------- formulieren ---------- */
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
input[type=text], input[type=email], input[type=password], input[type=tel], input[type=number], input[type=search], select, textarea {
  width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 2px;
  background: var(--white); transition: border-color .2s var(--ease);
}
input:hover, select:hover, textarea:hover { border-color: var(--line-strong); }
input:focus, select:focus, textarea:focus { border-color: var(--ink); outline: none; }
textarea { min-height: 140px; resize: vertical; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 620px) { .row-2 { grid-template-columns: 1fr; gap: 0; } }
.check { display: flex; gap: 11px; align-items: flex-start; font-size: .89rem; color: var(--body); margin: 16px 0; }
.check input { margin-top: 4px; accent-color: var(--gold); width: 16px; height: 16px; }
.panel { background: var(--white); border: 1px solid var(--line); border-radius: 2px; padding: clamp(22px, 3vw, 34px); }
.panel + .panel { margin-top: 22px; }
.panel-flat { background: var(--surface); border-color: transparent; }
.form-narrow { max-width: 480px; margin: 0 auto; }

/* ---------- feedback ---------- */
.note { padding: 14px 18px; border-left: 2px solid var(--gold); background: var(--gold-wash); color: #6c5312; font-size: .88rem; margin-bottom: 20px; }
.note.err { border-color: var(--err); background: #fbf0ee; color: #8d2f26; }
.note.ok { border-color: var(--ok); background: #eef5f1; color: #1b5c40; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 90; background: var(--ink); color: #fff; padding: 16px 22px; border-left: 2px solid var(--gold); box-shadow: var(--shadow); font-size: .89rem; max-width: 340px; opacity: 0; transform: translateY(14px); transition: .3s var(--ease); }
.toast.show { opacity: 1; transform: translateY(0); }
.status-pill { display: inline-block; padding: 5px 13px; border-radius: 40px; font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; background: var(--surface); color: var(--body); }
.status-paid { background: #eef5f1; color: var(--ok); }
.status-open { background: var(--gold-wash); color: #6c5312; }
.status-shipped { background: #eef1f7; color: #2f4a76; }
.status-canceled, .status-failed, .status-expired { background: #fbf0ee; color: var(--err); }
.empty { text-align: center; padding: 72px 20px; color: var(--muted); }

/* ---------- redactionele blokken ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 68px); align-items: center; }
.split img { aspect-ratio: 4/3; object-fit: cover; background: var(--surface); }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }
.quote { font-family: var(--display); font-weight: 600; font-size: clamp(1.4rem, 2.6vw, 2.1rem); line-height: 1.32; letter-spacing: -.02em; color: var(--ink); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; counter-reset: s; }
.steps > div { counter-increment: s; padding-top: 22px; border-top: 2px solid var(--ink); }
.steps > div::before { content: counter(s, decimal-leading-zero); display: block; font-family: var(--display); font-weight: 700; font-size: .82rem; letter-spacing: .1em; color: var(--gold); margin-bottom: 10px; }
@media (max-width: 780px) { .steps { grid-template-columns: 1fr; gap: 24px; } }
.usp { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.usp div { background: var(--cream); padding: 30px 24px; text-align: center; }
.usp-ico { width: 30px; height: 30px; margin: 0 auto 12px; color: var(--gold); }
.usp-ico svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; }
.usp strong { display: block; font-family: var(--display); font-size: 1.05rem; font-weight: 600; color: var(--ink); margin-bottom: 3px; }
.usp span { font-size: .8rem; color: var(--body); }
@media (max-width: 780px) { .usp { grid-template-columns: repeat(2, 1fr); } }
.prose h2 { margin-top: 2.4rem; }
.prose h3 { margin-top: 1.8rem; }
.prose ul, .prose ol { color: var(--body); padding-left: 1.15rem; }
.prose li { margin-bottom: .5em; }
.prose li::marker { color: var(--gold); }

/* ---------- nieuwsbrief ---------- */
.newsletter { background: var(--surface); }
.newsletter form { display: flex; gap: 12px; }
.newsletter input { background: var(--white); }
@media (max-width: 620px) { .newsletter form { flex-direction: column; } }

/* ---------- footer ---------- */
.site-footer { background: var(--white); color: var(--body); padding: clamp(48px, 6vw, 84px) 0 28px; border-top: 1px solid var(--line); }
.site-footer .brand { color: var(--gold); justify-self: start; padding-left: 0; }
.site-footer .brand .brand-heart { display: none; }
.site-footer a { color: var(--body); }
.site-footer a:hover { color: var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.site-footer h4 { color: var(--gold-ink); font-family: var(--sans); font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 10px; font-size: .89rem; }
.site-footer p { color: var(--muted); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .78rem; color: var(--muted); }
.pay-methods { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.pay-methods span { border: 1px solid #33333a; padding: 5px 10px; border-radius: 2px; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: #9a9aa2; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; } }

/* ---------- admin ---------- */
.admin-tabs { display: flex; gap: 4px; flex-wrap: wrap; border-bottom: 1px solid var(--line); margin-bottom: 30px; }
.admin-tabs button { border: 0; background: none; padding: 13px 20px; cursor: pointer; font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); border-bottom: 2px solid transparent; }
.admin-tabs button[aria-selected="true"] { color: var(--ink); border-bottom-color: var(--gold); }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 34px; }
.stat { background: var(--surface); padding: 22px; border-radius: 2px; }
.stat b { display: block; font-family: var(--display); font-size: 1.6rem; font-weight: 700; letter-spacing: -.02em; }
.stat span { font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 900px) { .stat-grid { grid-template-columns: repeat(2, 1fr); } }
