/* ─────────────────────────────────────────────
   Paal 2.3 Loodsmansduin — Texel bestel-systeem
   "Eiland-veldgids": editorial, warm, analoog,
   asymmetrisch. Flared serif + grotesk, papierkorrel.
   ───────────────────────────────────────────── */
:root {
  --paper: #F1E9D9;        /* warm duinzand papier */
  --paper-2: #E7DBC4;      /* iets dieper zand */
  --card: #FBF6EC;         /* licht kaartvlak */
  --ink: #201C16;          /* bijna-zwart, warm */
  --ink-soft: #6A5F4F;     /* zachte inkt */
  --pine: #223A31;         /* diep duin/dennen groen */
  --pine-2: #2E4C40;
  --sea: #35606B;          /* Waddenzee */
  --rust: #B4552F;         /* vuurtoren terracotta */
  --rust-deep: #98431F;
  --line: #C9BBA0;         /* hairline op zand */
  --ease: cubic-bezier(0.22, 0.61, 0.24, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
em { font-style: italic; color: var(--rust); }
a { color: inherit; }

/* filmkorrel over alles */
.grain {
  position: fixed; inset: 0; z-index: 60; pointer-events: none; opacity: 0.05;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ── typografie ── */
h1, h2, h3, .nav-logo, .section-title, .price, .step-num, .hero-ledger b {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.015em;
  font-optical-sizing: auto;
}
.label-index {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rust);
  margin-bottom: 1.1rem;
}
.section-title { font-size: clamp(2rem, 4.6vw, 3.6rem); font-weight: 500; }
.section-sub { color: var(--ink-soft); max-width: 32rem; margin-top: 1rem; font-size: 1.02rem; }

.link-underline {
  font-weight: 600; font-size: 0.92rem; text-decoration: none;
  border-bottom: 1.5px solid var(--ink); padding-bottom: 2px;
  transition: color 0.4s var(--ease), border-color 0.4s var(--ease);
}
.link-underline:hover { color: var(--rust); border-color: var(--rust); }

/* ── nav ── */
.nav {
  position: fixed; top: 1rem; left: 1rem; right: 1rem;
  z-index: 40; display: flex; align-items: center; justify-content: space-between;
  padding: 0.55rem 0.6rem 0.55rem 1.3rem;
  background: rgba(241, 233, 217, 0.82);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  border-radius: 0.75rem;
}
.nav-brand { display: flex; align-items: baseline; gap: 0.55rem; text-decoration: none; }
.nav-logo { font-size: 1.4rem; font-weight: 600; letter-spacing: -0.02em; }
.nav-logo .accent { color: var(--rust); }
.nav-name { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); }
.nav-links { display: flex; gap: 1.6rem; position: absolute; left: 50%; transform: translateX(-50%); }
.nav-links a { text-decoration: none; font-size: 0.82rem; font-weight: 600; color: var(--ink-soft); letter-spacing: 0.01em; transition: color 0.4s var(--ease); }
.nav-links a:hover { color: var(--rust); }
.nav-actions { display: flex; align-items: center; gap: 0.6rem; }
.nav-account {
  font-size: 0.8rem; font-weight: 600; color: var(--ink-soft); text-decoration: none;
  padding-bottom: 2px; border-bottom: 1.5px solid transparent; transition: color 0.4s var(--ease), border-color 0.4s var(--ease);
  white-space: nowrap;
}
.nav-account:hover { color: var(--rust); border-color: var(--rust); }
@media (max-width: 680px) { .nav-account { display: none; } }
.lang-switch {
  display: flex; align-items: center;
  border: 1px solid var(--line); border-radius: 0.5rem; overflow: hidden;
  background: var(--card);
}
.lang-switch button {
  border: none; background: transparent; cursor: pointer;
  padding: 0.42rem 0.55rem; font: 700 0.72rem "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0.04em; color: var(--ink-soft);
  border-right: 1px solid var(--line);
  transition: background 0.35s var(--ease), color 0.35s var(--ease);
}
.lang-switch button:last-child { border-right: none; }
.lang-switch button:hover { color: var(--ink); }
.lang-switch button.active { background: var(--pine); color: var(--paper); }
.cart-btn {
  display: flex; align-items: center; gap: 0.5rem;
  background: var(--pine); color: var(--paper);
  border: none; border-radius: 0.55rem;
  padding: 0.6rem 1rem; font: 600 0.82rem "Plus Jakarta Sans", sans-serif;
  cursor: pointer; transition: transform 0.5s var(--ease), background 0.5s var(--ease);
}
.cart-btn:hover { background: var(--pine-2); }
.cart-btn:active { transform: scale(0.97); }
.cart-count {
  background: var(--rust); border-radius: 999px;
  min-width: 1.3rem; height: 1.3rem; display: grid; place-items: center;
  font-size: 0.7rem; font-weight: 700;
}

/* ── winterstand-melding ── */
/* .nav is position:fixed en floot over de eerste sectie van de pagina (normaal
   de storefront-hero-foto, ontworpen om daar overheen te lezen) — deze banner
   staat er nu vóór, dus krijgt hij zelf de top-ruimte die elders al gebeurt via
   .hero { padding-top } op mobiel, zodat de tekst niet achter de nav-pil valt. */
.winter-banner { background: var(--pine); color: var(--paper); padding: 5.25rem 1.5rem 0.85rem; }
.winter-banner-inner {
  max-width: 78rem; margin: 0 auto;
  display: flex; align-items: center; gap: 0.9rem; flex-wrap: wrap;
}
.winter-banner-icon { font-size: 1.3rem; line-height: 1; }
.winter-banner-text { flex: 1 1 20rem; font-size: 0.86rem; line-height: 1.45; }
.winter-banner-text strong {
  display: block; font-family: "Fraunces", serif; font-size: 1.02rem;
  font-weight: 600; margin-bottom: 0.15rem; color: var(--paper);
}
.winter-banner-cta {
  flex: 0 0 auto; background: var(--rust); color: #fff;
  padding: 0.55rem 1rem; border-radius: 0.5rem; font-weight: 700; font-size: 0.82rem;
  text-decoration: none; white-space: nowrap; transition: background 0.3s var(--ease);
}
.winter-banner-cta:hover { background: var(--rust-deep); }

/* ── storefront banner ── */
.storefront {
  position: relative; width: 100%;
  height: clamp(19rem, 52vh, 34rem); overflow: hidden;
}
.storefront img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; display: block; }
.storefront::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg,
    rgba(32,28,22,0.34) 0%, rgba(32,28,22,0) 20%,
    rgba(32,28,22,0) 68%, var(--paper) 100%);
}
.storefront-cap { position: absolute; left: 0; right: 0; bottom: 1.5rem; z-index: 2; display: flex; justify-content: center; padding: 0 1rem; }
.storefront-cap span {
  background: var(--paper); border: 1px solid var(--line); border-radius: 0.5rem;
  padding: 0.45rem 0.95rem; font-size: 0.66rem; letter-spacing: 0.16em;
  text-transform: uppercase; font-weight: 700; color: var(--ink); text-align: center;
}

/* ── hero ── */
.hero {
  position: relative;
  padding: 4rem 1.5rem 5.5rem;
  max-width: 78rem; margin: 0 auto;
  display: flex; flex-direction: column; justify-content: center;
}
.hero-marginalia {
  position: absolute; top: 7.5rem; right: 1.5rem;
  display: flex; flex-direction: column; align-items: flex-end; gap: 0.15rem;
  font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft);
  writing-mode: vertical-rl; text-orientation: mixed;
}
.hero-marginalia span:first-child { color: var(--sea); font-weight: 700; }
.hero-top {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3.5rem; align-items: center;
}
.hero-inner { max-width: 40rem; }
.hero-media {
  position: relative; margin: 0;
  border: 1px solid var(--line); border-radius: 1rem; padding: 0.5rem; background: var(--card);
  transform: rotate(1.4deg);
}
.hero-media img {
  display: block; width: 100%; height: clamp(20rem, 38vw, 30rem);
  object-fit: cover; border-radius: 0.65rem;
}
.hero-media figcaption {
  position: absolute; bottom: 1.1rem; left: 1.1rem;
  background: var(--paper); color: var(--ink);
  font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700;
  padding: 0.35rem 0.7rem; border-radius: 0.4rem; border: 1px solid var(--line);
}
.hero-kicker {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em; color: var(--ink-soft);
  margin-bottom: 1.8rem;
}
.hero-kicker .tick { color: var(--rust); }
.hero h1 {
  font-size: clamp(2.6rem, 5.4vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-bottom: 1.8rem;
}
.hero-lead {
  color: var(--ink-soft); font-size: 1.06rem; max-width: 32rem; margin-bottom: 1.8rem;
}
.hero-lead strong { color: var(--ink); font-weight: 700; }
.hero-cta { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }

.hero-ledger {
  list-style: none; display: grid; grid-template-columns: repeat(3, 1fr);
  margin-top: 3.5rem; border-top: 1px solid var(--line);
}
.hero-ledger li { padding: 1.3rem 1.2rem 0; border-right: 1px solid var(--line); }
.hero-ledger li:last-child { border-right: none; }
.hero-ledger b { display: block; font-size: clamp(1.4rem, 2.6vw, 2rem); font-weight: 500; color: var(--pine); }
.hero-ledger span { font-size: 0.74rem; letter-spacing: 0.05em; color: var(--ink-soft); }
.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; line-height: 0; z-index: -1; }
.hero-wave svg { width: 100%; height: 54px; }

/* ── buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  border-radius: 0.55rem; padding: 0.85rem 1.4rem;
  font: 600 0.9rem "Plus Jakarta Sans", sans-serif;
  text-decoration: none; cursor: pointer; border: none;
  transition: transform 0.5s var(--ease), background 0.5s var(--ease);
}
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--rust); color: #FBF3E8; }
.btn-primary:hover { background: var(--rust-deep); }
.btn-ico {
  display: inline-grid; place-items: center; transition: transform 0.5s var(--ease);
}
.btn:hover .btn-ico { transform: translateX(4px); }
.btn-full { width: 100%; justify-content: center; padding: 0.95rem; }

/* ── steps (editorial numbered list) ── */
.steps { padding: 6rem 1.5rem 4rem; max-width: 72rem; margin: 0 auto; }
.steps-head { margin-bottom: 3rem; }
.steps-list { list-style: none; }
.step {
  display: grid; grid-template-columns: 5.5rem 1fr; gap: 1.5rem; align-items: start;
  padding: 2.2rem 0; border-top: 1px solid var(--line);
}
.step:last-child { border-bottom: 1px solid var(--line); }
.step-num { font-size: 2.6rem; font-weight: 400; color: var(--rust); line-height: 0.8; }
.step h3 { font-size: 1.5rem; font-weight: 500; margin-bottom: 0.5rem; }
.step p { color: var(--ink-soft); max-width: 34rem; }

/* ── shop ── */
.shop { padding: 5rem 1.5rem 6rem; max-width: 74rem; margin: 0 auto; }
.shop-head { margin-bottom: 2.5rem; max-width: 40rem; }
.cat-tabs {
  display: flex; gap: 0.4rem; flex-wrap: wrap; margin-bottom: 2.4rem;
  border-bottom: 1px solid var(--line); padding-bottom: 1.2rem;
}
.cat-tab {
  border: 1px solid transparent; background: transparent;
  border-radius: 0.5rem; padding: 0.45rem 0.9rem;
  font: 600 0.82rem "Plus Jakarta Sans", sans-serif; color: var(--ink-soft);
  cursor: pointer; transition: all 0.4s var(--ease);
}
.cat-tab:hover { color: var(--ink); background: var(--paper-2); }
.cat-tab.active { background: var(--pine); border-color: var(--pine); color: var(--paper); }

/* menu-rij kaarten (horizontaal, als gedrukte kaart) */
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.6rem 2.5rem; }
.product {
  display: grid; grid-template-columns: 3.4rem 1fr auto; gap: 1rem; align-items: center;
  padding: 1.05rem 0.4rem; border-bottom: 1px solid var(--line);
  transition: background 0.4s var(--ease);
}
.product:hover { background: var(--card); }
.product-emoji {
  width: 5rem; height: 5rem; border-radius: 0.6rem; overflow: hidden;
  background: #fff; flex-shrink: 0;
}
/* contain = hele foto zichtbaar (geen crop); klein beetje lucht eromheen */
.product-emoji img { width: 100%; height: 100%; object-fit: contain; padding: 2px; display: block; }
.product-emoji.emoji { background: var(--paper-2); display: grid; place-items: center; font-size: 2.2rem; }
.product { grid-template-columns: 5rem 1fr auto; }
.product-body { min-width: 0; display: flex; flex-direction: column; gap: 0.15rem; }
.product h3 { font-size: 1.08rem; font-weight: 600; font-family: "Plus Jakarta Sans", sans-serif; letter-spacing: -0.01em; }
.product-desc { font-size: 0.82rem; color: var(--ink-soft); line-height: 1.4; }
.product-foot { display: flex; flex-direction: column; align-items: flex-end; gap: 0.5rem; }
.price { font-size: 1.15rem; font-weight: 500; color: var(--pine); white-space: nowrap; }
.add-btn {
  border: 1px solid var(--pine); background: transparent; color: var(--pine);
  border-radius: 0.5rem; padding: 0.4rem 0.75rem;
  font: 600 0.76rem "Plus Jakarta Sans", sans-serif; cursor: pointer; white-space: nowrap;
  transition: all 0.35s var(--ease);
}
.add-btn:hover { background: var(--pine); color: var(--paper); }
.add-btn:active { transform: scale(0.94); }

/* ── quote strip ── */
.texel-strip {
  position: relative;
  background: var(--pine); color: var(--paper);
  padding: 6.5rem 1.5rem 6rem; text-align: center; margin: 2rem 0;
  overflow: hidden;
}
.quote-mark {
  position: absolute; top: 1.5rem; left: 50%; transform: translateX(-50%);
  font-family: "Fraunces", serif; font-size: 8rem; line-height: 1; color: var(--rust); opacity: 0.55;
}
.texel-strip blockquote {
  position: relative;
  font-family: "Fraunces", serif; font-size: clamp(1.5rem, 3.4vw, 2.4rem);
  font-weight: 400; font-style: italic; max-width: 44rem; margin: 0 auto 1.4rem; line-height: 1.32;
}
.strip-sig { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.65; }

/* ── info ── */
.info { padding: 6rem 1.5rem; max-width: 74rem; margin: 0 auto; }
.info-head { margin-bottom: 2.5rem; }
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.info-card { padding: 2rem 1.4rem 2rem 0; border-right: 1px solid var(--line); }
.info-card:last-child { border-right: none; }
.info-no {
  display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--rust); margin-bottom: 0.8rem;
}
.info-card p { font-size: 0.94rem; color: var(--ink-soft); }
.info-card a { color: var(--pine); font-weight: 700; text-decoration: none; }
.info-card a:hover { color: var(--rust); }

/* ── faq ── */
.faq { padding: 2rem 1.5rem 8rem; max-width: 48rem; margin: 0 auto; }
.faq-head { margin-bottom: 2.4rem; }
.faq-list { display: flex; flex-direction: column; }
.faq details { border-bottom: 1px solid var(--line); padding: 1.25rem 0; }
.faq summary {
  font-weight: 600; font-size: 1.05rem; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq summary::after { content: "+"; font-family: "Fraunces", serif; font-size: 1.5rem; color: var(--rust); transition: transform 0.4s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin-top: 0.8rem; color: var(--ink-soft); }

/* ── footer ── */
.footer { background: var(--ink); color: rgba(241, 233, 217, 0.78); padding: 4rem 1.5rem; }
.footer-inner { max-width: 74rem; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.footer .nav-logo { color: var(--paper); font-size: 1.6rem; }
.footer p { font-size: 0.85rem; margin-top: 0.6rem; }
.footer-note { font-family: "Fraunces", serif; font-style: italic; font-size: 1.05rem; opacity: 0.8; }
.footer-bottom {
  max-width: 74rem; margin: 2.5rem auto 0; padding-top: 1.4rem;
  border-top: 1px solid rgba(241, 233, 217, 0.14);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap;
  font-size: 0.78rem; color: rgba(241, 233, 217, 0.55);
}
.footer-bottom a { color: rgba(241, 233, 217, 0.7); text-decoration: none; }
.footer-bottom a:hover { color: var(--paper); }
.footer-bottom .footer-credit a { text-decoration: underline; }

/* ── drawer / cart ── */
.overlay {
  position: fixed; inset: 0; z-index: 45;
  background: rgba(32, 28, 22, 0.5);
  backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
  opacity: 0; pointer-events: none; transition: opacity 0.5s var(--ease);
}
.overlay.open { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 50;
  width: min(29rem, 100vw);
  background: var(--paper);
  transform: translateX(105%);
  transition: transform 0.6s var(--ease);
  display: flex; flex-direction: column;
  border-left: 1px solid var(--line);
}
.drawer.open { transform: translateX(0); }
.drawer-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.6rem; border-bottom: 1px solid var(--line);
}
.drawer-head h2 { font-size: 1.5rem; font-weight: 500; }
.drawer-close {
  width: 2.3rem; height: 2.3rem; border-radius: 0.5rem;
  border: 1px solid var(--line); background: transparent;
  cursor: pointer; font-size: 0.9rem; transition: all 0.4s var(--ease);
}
.drawer-close:hover { background: var(--ink); color: var(--paper); }
.drawer-body { overflow-y: auto; padding: 1.4rem 1.6rem 2.5rem; flex: 1; }
.cart-items { display: flex; flex-direction: column; margin-bottom: 1.8rem; }
.cart-empty { text-align: center; color: var(--ink-soft); padding: 2.5rem 0; }
.cart-item {
  display: flex; align-items: center; gap: 0.85rem;
  padding: 0.85rem 0; border-bottom: 1px solid var(--line);
}
.ci-emoji { width: 2.8rem; height: 2.8rem; background: var(--paper-2); border-radius: 0.5rem; overflow: hidden; flex-shrink: 0; }
.ci-emoji img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ci-emoji.emoji { display: grid; place-items: center; font-size: 1.4rem; }
.up-emoji { width: 1.8rem; height: 1.8rem; background: var(--paper-2); border-radius: 0.35rem; overflow: hidden; flex-shrink: 0; }
.up-emoji img { width: 100%; height: 100%; object-fit: cover; display: block; }
.up-emoji.emoji { display: grid; place-items: center; font-size: 1rem; background: none; }
.ci-info { flex: 1; min-width: 0; }
.ci-info strong { font-size: 0.9rem; font-weight: 600; display: block; }
.ci-info span { font-size: 0.78rem; color: var(--ink-soft); }
.ci-qty { display: flex; align-items: center; gap: 0.5rem; }
.ci-qty button {
  width: 1.7rem; height: 1.7rem; border-radius: 0.45rem;
  border: 1px solid var(--line); background: var(--card);
  cursor: pointer; font-weight: 700; line-height: 1;
  transition: all 0.3s var(--ease);
}
.ci-qty button:hover { background: var(--pine); color: var(--paper); border-color: var(--pine); }
.ci-qty b { min-width: 1.2rem; text-align: center; font-size: 0.9rem; }

/* ── checkout ── */
.checkout h3 { font-size: 1.3rem; font-weight: 500; margin-bottom: 1rem; }
.checkout label { display: block; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 0.9rem; }
.checkout input, .checkout select, .checkout textarea {
  display: block; width: 100%; margin-top: 0.35rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--line); border-radius: 0.5rem;
  background: var(--card); font: 500 0.92rem "Plus Jakarta Sans", sans-serif;
  color: var(--ink); transition: border-color 0.3s var(--ease);
  text-transform: none; letter-spacing: normal;
}
.checkout input:focus, .checkout select:focus, .checkout textarea:focus { outline: none; border-color: var(--pine); }
/* .checkout input/select hebben zelf al `display: block` — nodig om .hidden
   (één class) daar alsnog boven te laten winnen op specificiteit. */
.checkout input.hidden, .checkout select.hidden, .checkout textarea.hidden { display: none; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.deadline-note { font-size: 0.8rem; color: var(--rust); font-weight: 600; margin-bottom: 1rem; min-height: 1em; }
.cart-total {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 1rem 0; margin-bottom: 1rem;
  border-top: 1px solid var(--ink);
  font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-soft);
}
.cart-total strong { font-family: "Fraunces", serif; font-size: 1.6rem; font-weight: 500; color: var(--pine); }
.checkout .btn { margin-bottom: 0.6rem; }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.pay-note { font-size: 0.78rem; color: var(--ink-soft); text-align: center; margin-top: 0.4rem; }
.repeat-note { font-size: 0.8rem; color: var(--pine); background: rgba(34,58,49,0.06); border-radius: 0.5rem; padding: 0.5rem 0.7rem; margin-bottom: 0.9rem; }
.login-hint { text-align: center; font-size: 0.8rem; margin: 0 0 0.7rem; }
.login-hint a { color: var(--rust); font-weight: 600; text-decoration: underline; }
.hidden { display: none; }

/* ── toast ── */
.toast {
  position: fixed; bottom: 1.5rem; left: 50%; z-index: 55;
  transform: translate(-50%, 150%);
  background: var(--ink); color: var(--paper);
  padding: 0.8rem 1.5rem; border-radius: 0.55rem;
  font-size: 0.88rem; font-weight: 600;
  transition: transform 0.55s var(--ease);
  pointer-events: none;
}
.toast.show { transform: translate(-50%, 0); }

/* ── reveal ── */
.reveal { opacity: 0; transform: translateY(1.8rem); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ── responsive ── */
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-name { display: none; }
  .hero-marginalia { display: none; }
  .hero-top { grid-template-columns: 1fr; gap: 2.2rem; }
  .hero-media { transform: none; order: -1; }
  .hero-media img { height: clamp(14rem, 45vw, 20rem); }
  .product-grid { grid-template-columns: 1fr; gap: 0; }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .info-card { border-bottom: 1px solid var(--line); }
  .info-card:nth-child(even) { border-right: none; }
}
@media (max-width: 768px) {
  .hero { padding-top: 7rem; min-height: auto; padding-bottom: 4rem; }
  .hero-ledger { grid-template-columns: 1fr; }
  .hero-ledger li { border-right: none; border-bottom: 1px solid var(--line); padding: 1rem 0; }
  .step { grid-template-columns: 3rem 1fr; gap: 1rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .nav { padding: 0.5rem 0.6rem 0.5rem 1rem; }
  .nav-actions { gap: 0.4rem; }
  .cart-btn span:not(.cart-count) { display: none; }
  .cart-btn { padding: 0.55rem 0.7rem; }
  .lang-switch button { padding: 0.4rem 0.48rem; }
}
@media (max-width: 520px) {
  .info-grid { grid-template-columns: 1fr; }
  .info-card { border-right: none; padding-right: 0; }
}

/* ── Bevestigingsmodal na een geslaagde betaling ───────────────────────────── */
.success-backdrop {
  position: fixed; inset: 0; z-index: 70;
  display: flex; align-items: center; justify-content: center;
  padding: 1.25rem;
  background: rgba(24, 20, 15, 0.55);
  backdrop-filter: blur(3px);
  animation: successFade 0.25s var(--ease, ease) both;
}
.success-backdrop[hidden] { display: none; }
@keyframes successFade { from { opacity: 0; } to { opacity: 1; } }
.success-card {
  position: relative;
  width: min(30rem, 100%);
  max-height: calc(100dvh - 2.5rem);
  overflow-y: auto;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  padding: 2.4rem 2rem 1.6rem;
  text-align: center;
  box-shadow: 0 24px 60px rgba(24, 20, 15, 0.35);
  animation: successPop 0.3s var(--ease, ease) both;
}
@keyframes successPop { from { opacity: 0; transform: translateY(12px) scale(0.97); } to { opacity: 1; transform: none; } }
.success-close {
  position: absolute; top: 0.75rem; right: 0.75rem;
  width: 2.2rem; height: 2.2rem; border-radius: 0.5rem;
  border: none; background: transparent; color: var(--ink-soft);
  font-size: 1.6rem; line-height: 1; cursor: pointer;
  transition: background 0.25s var(--ease, ease), color 0.25s var(--ease, ease);
}
.success-close:hover { background: var(--ink); color: var(--paper); }
.success-check {
  width: 4.5rem; height: 4.5rem; margin: 0 auto 1.1rem;
  border-radius: 999px; background: var(--pine);
  display: flex; align-items: center; justify-content: center;
}
.success-check svg { width: 2.6rem; height: 2.6rem; }
.success-check circle { stroke: transparent; }
.success-check path {
  stroke: var(--paper); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 40; stroke-dashoffset: 40;
  animation: successCheck 0.5s 0.15s var(--ease, ease) forwards;
}
@keyframes successCheck { to { stroke-dashoffset: 0; } }
.success-card h2 { font-size: 1.6rem; font-weight: 600; margin: 0 0 0.35rem; color: var(--ink); }
.success-order { font-weight: 600; color: var(--rust); margin: 0 0 0.6rem; }
.success-lead { color: var(--ink-soft); margin: 0 0 1.4rem; line-height: 1.5; }
.success-actions { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 0.5rem; }
.success-account-note { font-size: 0.9rem; color: var(--ink-soft); margin: 0 0 0.2rem; line-height: 1.45; }
.success-dismiss {
  display: inline-block; margin-top: 0.4rem;
  background: none; border: none; cursor: pointer;
  color: var(--ink-soft); font: inherit; font-size: 0.9rem;
  text-decoration: underline; text-underline-offset: 2px;
}
.success-dismiss:hover { color: var(--ink); }
@media (max-width: 480px) {
  .success-card { padding: 2rem 1.3rem 1.4rem; border-radius: 1rem; }
  .success-card h2 { font-size: 1.4rem; }
}
