/* ==========================================================================
   Vino's Hot Sauce — Stylesheet
   ========================================================================== */

/* Self-hosted fonts (no Google Fonts CDN call — avoids sending visitor
   IPs to Google, relevant for GDPR compliance on an NL-facing site). */
@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/anton-400.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/poppins-400.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/poppins-500.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/poppins-600.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/poppins-700.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/poppins-800.woff2") format("woff2");
}

:root {
  --bg: #0a0a0b;
  --bg-alt: #141416;
  --surface: #1c1c1f;
  --surface-2: #232327;
  --line: rgba(255, 255, 255, 0.09);
  --text: #f5f1e8;
  --text-muted: #b3aea6;
  --text-dim: #837e77;

  --gold: #f0a828;
  --gold-dark: #c9860f;
  --red: #e6332a;
  --red-dark: #a4211a;
  --green: #8bc63e;
  --green-dark: #5c8a1f;
  --yellow: #f6c81a;
  --yellow-dark: #cf9f0a;
  --orange: #d9691f;
  --teal: #2fb6a5;

  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 28px;

  --shadow-card: 0 20px 40px -20px rgba(0, 0, 0, 0.6);
  --shadow-btn: 0 10px 24px -8px rgba(240, 168, 40, 0.55);

  --font-display: "Anton", "Arial Narrow", sans-serif;
  --font-body: "Poppins", "Segoe UI", sans-serif;

  --header-h: 76px;

  /* Thema-specifieke stukken die per pagina-sectie hardcoded zwart/donker
     zouden zijn — via variabelen zodat "Tropical Vibes" ze kan omdraaien. */
  --header-overlay: rgba(10, 10, 11, 0.55);
  --header-overlay-scrolled: rgba(10, 10, 11, 0.92);
  --footer-bg: #050506;
  --media-placeholder-bg: #0d0d0d;

  --hero-bg-image: url("../images/hero/hero-jungle-sign.jpg");
  --hero-bg-position: center 30%;
  --hero-overlay: linear-gradient(180deg, rgba(5,5,8,0.55) 0%, rgba(6,6,9,0.72) 45%, rgba(6,6,9,0.94) 100%),
                  linear-gradient(90deg, rgba(5,5,8,0.55) 0%, transparent 45%, rgba(5,5,8,0.35) 100%);
  --hero-text-start: #fff;
  --hero-text-mid: var(--gold);
  --hero-text-end: var(--red);

  --insta-bg-image: url("../images/hero/hero-main.jpg");
  --insta-overlay: linear-gradient(180deg, rgba(6,6,10,0.75), rgba(6,6,10,0.92));

  --btn-outline-border: rgba(245, 241, 232, 0.35);

  /* Geen paneel achter de hero-tekst nodig in het donkere thema — de foto
     zelf heeft al genoeg donkere overlay voor contrast. */
  --hero-panel-bg: transparent;
  --hero-panel-blur: none;
  --hero-panel-padding: 0;
  --hero-panel-shadow: none;

  --page-hero-fg: #fff;
  --page-hero-fg-muted: rgba(255, 255, 255, 0.85);
}

/* ==========================================================================
   Tropical Vibes — lichte, felle alternatieve sfeer (toggle rechtsboven)
   ========================================================================== */
:root[data-theme="tropical"] {
  --bg: #f2fbf1;
  --bg-alt: #e6f7ec;
  --surface: #ffffff;
  --surface-2: #eefaf1;
  --line: rgba(15, 60, 40, 0.12);
  --text: #123524;
  --text-muted: #3d6350;
  --text-dim: #6c8f7d;

  --gold: #f5a300;
  --gold-dark: #c97e00;
  --red: #ff6b4a;
  --red-dark: #e04e2f;
  --green: #35c46a;
  --green-dark: #219150;
  --yellow: #ffd23f;
  --yellow-dark: #e0ac00;
  --orange: #ff9640;
  --teal: #12b3a8;

  --shadow-card: 0 20px 40px -22px rgba(18, 53, 36, 0.25);
  --shadow-btn: 0 10px 24px -8px rgba(53, 196, 106, 0.4);

  --header-overlay: rgba(255, 255, 255, 0.6);
  --header-overlay-scrolled: rgba(255, 255, 255, 0.92);
  --footer-bg: #0d2b1c;
  --media-placeholder-bg: #eefaf1;

  --hero-bg-image: url("../images/hero/hero-bbq-sunset.jpg");
  --hero-bg-position: center 40%;
  --hero-overlay: linear-gradient(180deg, rgba(79,195,247,0.35) 0%, rgba(242,251,241,0.55) 55%, rgba(242,251,241,0.88) 100%),
                  linear-gradient(90deg, rgba(53,196,106,0.25) 0%, transparent 50%, rgba(255,210,63,0.2) 100%);
  --hero-text-start: #0d3d24;
  --hero-text-mid: #12b3a8;
  --hero-text-end: #ff9640;

  --insta-bg-image: url("../images/lifestyle/tropical-heat-lifestyle.jpg");
  --insta-overlay: linear-gradient(180deg, rgba(18,53,36,0.55), rgba(18,53,36,0.8));

  --btn-outline-border: rgba(18, 53, 36, 0.4);

  /* De lichte hero-foto heeft van zichzelf te weinig contrast voor tekst —
     een halfdoorzichtig licht paneel erachter maakt 'm overal leesbaar. */
  --hero-panel-bg: rgba(255, 255, 255, 0.8);
  --hero-panel-blur: blur(6px);
  --hero-panel-padding: 36px 40px;
  --hero-panel-shadow: 0 20px 50px -20px rgba(18, 53, 36, 0.35);

  --page-hero-fg: #0d3d24;
  --page-hero-fg-muted: rgba(13, 61, 36, 0.82);
}
:root[data-theme="tropical"] body { background: var(--bg); }
:root[data-theme="tropical"] .hero h1 { text-shadow: 0 6px 30px rgba(255,255,255,0.5); }
:root[data-theme="tropical"] .brand img,
:root[data-theme="tropical"] .flavor-badge img,
:root[data-theme="tropical"] .related-card img { border-color: var(--green); }
:root[data-theme="tropical"] .scroll-cue,
:root[data-theme="tropical"] .footer-bottom,
:root[data-theme="tropical"] .footer-col a,
:root[data-theme="tropical"] .footer-col li,
:root[data-theme="tropical"] .footer-brand p,
:root[data-theme="tropical"] .social-row a { color: rgba(255,255,255,0.75); }
:root[data-theme="tropical"] .footer-col h4,
:root[data-theme="tropical"] .site-footer .brand,
:root[data-theme="tropical"] .footer-bottom a { color: #fff; }
:root[data-theme="tropical"] .site-footer .brand span.hot { color: var(--yellow); }
/* Felle geel/goud-tinten die op donkere achtergronden knallen, hebben op de
   lichte Tropical Vibes-achtergrond een donkerdere variant nodig voor
   voldoende contrast. */
:root[data-theme="tropical"] .eyebrow,
:root[data-theme="tropical"] .hero .tagline { color: var(--gold-dark); }

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body, h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
img { max-width: 100%; display: block; }
ul { list-style: none; margin: 0; padding: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
input, textarea { font: inherit; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gold);
  color: #16130a;
  padding: 12px 20px;
  z-index: 1000;
  font-weight: 600;
  border-radius: 0 0 var(--radius-s) 0;
}
.skip-link:focus { left: 0; }

.container {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 24px;
}
.container--wide { max-width: 1440px; }

section { position: relative; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.eyebrow::before { content: "🌶️"; font-size: 0.9em; }

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.05;
  text-transform: uppercase;
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 52px;
}
.section-head h2 {
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  margin-bottom: 14px;
  color: var(--text);
}
.section-head p {
  color: var(--text-muted);
  font-size: 1.08rem;
}
.section-head .accent { color: var(--gold); }

.section-pad { padding: 100px 0; }
@media (max-width: 1440px) {
  /* Laptopschermen (ook 1920px breed bij 125-150% schaal = ~1280-1536 CSS-px)
     vielen tussen de "desktop"- en "mobiel"-instellingen in en kregen dus
     nooit minder padding — dat maakte elke pagina onnodig lang. */
  .section-pad { padding: 64px 0; }
}
@media (max-width: 700px) {
  .section-pad { padding: 56px 0; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  border: 2px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn:active { transform: scale(0.97); }

.btn--primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--red) 130%);
  color: #17120a;
  box-shadow: var(--shadow-btn);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(230, 51, 42, 0.55); }

.btn--outline {
  border-color: var(--btn-outline-border);
  color: var(--text);
  background: rgba(127, 127, 127, 0.08);
  backdrop-filter: blur(6px);
}
.btn--outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

.btn--small { padding: 10px 20px; font-size: 0.85rem; }
.btn--block { width: 100%; }

/* ---------- Announcement bar ---------- */
.announce {
  background: linear-gradient(90deg, var(--red-dark), var(--gold-dark));
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 9px 16px;
  position: relative;
  z-index: 60;
}
.announce span { opacity: 0.92; }
.announce strong { font-weight: 700; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
/* Blur lives on a pseudo-element (not the header itself) so the header
   never becomes a containing block for its position:fixed mobile-nav
   descendant — backdrop-filter on an ancestor pins fixed children to it
   instead of the viewport. */
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--header-overlay);
  backdrop-filter: blur(14px) saturate(140%);
  transition: background 0.3s ease;
}
.site-header.is-scrolled::before {
  background: var(--header-overlay-scrolled);
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
}

.nav-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  flex-shrink: 0;
}
.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
}
.brand span.hot { color: var(--red); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
}
.nav-links a {
  font-size: 0.94rem;
  font-weight: 500;
  color: var(--text-muted);
  position: relative;
  transition: color 0.2s ease;
}
.nav-links a:hover { color: var(--text); }
.nav-links a.is-active { color: var(--gold); }
.nav-links a.is-active::after { transform: scaleX(1); }
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
.nav-links a:hover::after { transform: scaleX(1); }

.nav-actions { display: flex; align-items: center; gap: 14px; }

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border-radius: 999px;
  border: none;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.2s ease;
  /* Standaard (Fire/donker actief): knop nodigt uit naar Tropical. */
  background: linear-gradient(120deg, var(--green), var(--teal));
  color: #06231a;
}
.theme-toggle:hover { transform: translateY(-1px); }
.theme-toggle.is-active {
  /* Tropical actief: knop nodigt uit terug naar Fire. */
  background: linear-gradient(120deg, var(--red), var(--gold));
  color: #2a0d05;
}
@media (max-width: 640px) {
  .theme-toggle span { font-size: 1rem; }
  .theme-toggle { padding: 9px 11px; }
  .theme-toggle .label-text { display: none; }
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
}
.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--text);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

@media (max-width: 940px) {
  .nav-links {
    position: fixed;
    inset: var(--header-h) 0 0 0;
    background: var(--bg);
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px 24px;
    gap: 28px;
    transform: translateX(100%);
    transition: transform 0.35s ease;
  }
  .nav-links a { font-size: 1.2rem; }
  body.nav-open .nav-links { transform: translateX(0); }
  .nav-toggle { display: flex; }
  .nav-actions .btn--outline { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  /* min() ipv pure vh: op een laag laptopscherm (bv. 1366x768 of 1920x1080
     bij 125-150% schaling) is 92vh vaak al bijna de hele viewport — een
     vaste bovengrens voorkomt dat de hero het scherm blijft vullen. */
  min-height: min(92vh, 680px);
  display: flex;
  align-items: center;
  position: relative;
  background-image: var(--hero-bg-image);
  background-position: var(--hero-bg-position);
  background-size: cover;
  background-repeat: no-repeat;
  isolation: isolate;
  transition: background-image 0.4s ease;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-overlay);
  z-index: -1;
}
.hero-content {
  max-width: 720px;
  padding: 140px 0 90px;
}
@media (max-width: 1440px) {
  .hero-content { padding: 110px 0 60px; }
}
.hero-panel {
  display: inline-block;
  background: var(--hero-panel-bg);
  backdrop-filter: var(--hero-panel-blur, none);
  border-radius: var(--radius-l);
  padding: var(--hero-panel-padding, 0);
  box-shadow: var(--hero-panel-shadow, none);
}
.hero h1 {
  font-size: clamp(2.8rem, 8vw, 5.4rem);
  background: linear-gradient(120deg, var(--hero-text-start) 20%, var(--hero-text-mid) 65%, var(--hero-text-end) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 10px 40px rgba(0,0,0,0.5);
}
.hero .tagline {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2.4vw, 1.3rem);
  letter-spacing: 0.08em;
  color: var(--yellow);
  margin-top: 6px;
  text-transform: uppercase;
}
.hero p.sub {
  margin-top: 22px;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--text-muted);
  max-width: 540px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

/* Big logo seal floating over the hero visual */
.hero-seal {
  position: absolute;
  top: 130px;
  right: 6%;
  width: clamp(120px, 14vw, 190px);
  height: auto;
  border-radius: 50%;
  border: 3px solid rgba(240, 168, 40, 0.55);
  box-shadow: 0 20px 50px -10px rgba(0,0,0,0.6), 0 0 60px -10px rgba(240,168,40,0.35);
  animation: sealFloat 6s ease-in-out infinite;
  z-index: 1;
}
@keyframes sealFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
@media (max-width: 780px) {
  .hero-seal { top: 96px; right: 5%; width: 92px; }
}

.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--text-dim);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.scroll-cue .dot {
  width: 1px;
  height: 34px;
  background: linear-gradient(var(--gold), transparent);
  animation: scrollcue 1.8s ease-in-out infinite;
}
@keyframes scrollcue {
  0% { transform: scaleY(0.2); opacity: 0.2; transform-origin: top; }
  50% { transform: scaleY(1); opacity: 1; transform-origin: top; }
  100% { transform: scaleY(0.2); opacity: 0.2; transform-origin: bottom; }
}

/* ---------- Trust strip ---------- */
.trust {
  padding: 46px 0;
  border-bottom: 1px solid var(--line);
  background: var(--bg-alt);
}
.trust-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.stars {
  color: var(--yellow);
  font-size: 1.1rem;
  letter-spacing: 3px;
}
.trust-quote {
  font-size: 1.05rem;
  color: var(--text);
  font-style: italic;
}
.trust-quote span { color: var(--text-dim); font-style: normal; font-size: 0.85rem; display: block; margin-top: 4px; }

.trust-features {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.trust-features li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.92rem;
  color: var(--text-muted);
  font-weight: 500;
}
.trust-features li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--green);
  color: #0a0a0b;
  font-size: 0.7rem;
  font-weight: 800;
}

/* ---------- Intro video ---------- */
.video-section { background: var(--bg-alt); }
.video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}
.video-grid .video-card { max-width: 240px; flex: 1 1 200px; margin: 0; }
@media (max-width: 640px) {
  .video-grid { flex-direction: column; align-items: center; }
}
.video-card {
  position: relative;
  max-width: 380px;
  margin: 0 auto;
  aspect-ratio: 564 / 848;
  border-radius: var(--radius-l);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--line);
  background: #000;
  cursor: pointer;
}
.video-card img,
.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.45), rgba(0,0,0,0.05) 40%);
  pointer-events: none;
}
.video-card.is-playing::after { display: none; }
.video-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 78px; height: 78px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.7);
  background: rgba(10,10,11,0.45);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
  transition: transform 0.25s ease, background 0.25s ease;
}
.video-card:hover .video-play { transform: translate(-50%, -50%) scale(1.08); background: rgba(230,51,42,0.7); }
.video-card.is-playing .video-play { display: none; }

/* ---------- Flavor grid ---------- */
.flavors { background: var(--bg); }

.flavor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 250px));
  justify-content: center;
  gap: 20px;
}

.flavor-card {
  --flavor: var(--gold);
  background: linear-gradient(165deg, var(--surface) 0%, var(--bg-alt) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.flavor-card:hover { transform: translateY(-8px); border-color: color-mix(in srgb, var(--flavor) 55%, var(--line)); }

.flavor-card::before {
  content: "";
  position: absolute;
  top: -60px; right: -60px;
  width: 160px; height: 160px;
  background: var(--flavor);
  filter: blur(70px);
  opacity: 0.35;
  border-radius: 50%;
  pointer-events: none;
}

.flavor-card--golden { --flavor: #f0a828; }
.flavor-card--green  { --flavor: #8bc63e; }
.flavor-card--tropical { --flavor: #f6c81a; }
.flavor-card--masala { --flavor: #d9691f; }
.flavor-card--red    { --flavor: #e6332a; }

.flavor-top {
  display: flex;
  align-items: center;
  gap: 14px;
}
.flavor-badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--flavor);
  flex-shrink: 0;
  background: #fff;
}
.flavor-badge img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); }

.flavor-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--text);
  text-transform: uppercase;
  line-height: 1;
}
.flavor-desc { color: var(--text-muted); font-size: 0.92rem; }

.spice-level {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--text-dim);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.spice-level .peppers { font-size: 0.95rem; letter-spacing: 1px; }
.spice-level .peppers .off { opacity: 0.22; filter: grayscale(1); }

.pairing {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pairing span {
  font-size: 0.76rem;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: var(--text-muted);
  border: 1px solid var(--line);
}

.flavor-quote {
  font-size: 0.85rem;
  font-style: italic;
  color: var(--text-muted);
  border-left: 2px solid var(--flavor);
  padding-left: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.flavor-actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 6px;
}
.flavor-actions .btn--primary {
  background: linear-gradient(135deg, var(--flavor), color-mix(in srgb, var(--flavor) 60%, #e6332a));
  box-shadow: none;
  width: 100%;
}
.flavor-actions .btn--outline { width: 100%; }
.btn--ghost {
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--line);
  color: var(--text-muted);
  width: 46px;
  padding: 0;
  border-radius: 50%;
  font-size: 1.1rem;
}
.btn--ghost:hover { color: var(--text); border-color: var(--flavor); }

/* ---------- Why Vino's ---------- */
.why {
  background: var(--bg-alt);
  overflow: hidden;
}
.why-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.why-media {
  position: relative;
  border-radius: var(--radius-l);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  aspect-ratio: 4/3;
}
.why-media img { width: 100%; height: 100%; object-fit: cover; }
.why-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(10,10,11,0.55), transparent 55%);
}
.why-media figcaption {
  position: absolute;
  left: 20px; bottom: 18px;
  color: #fff;
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  text-shadow: 0 4px 16px rgba(0,0,0,0.6);
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.why-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
}
.why-list .ico {
  font-size: 1.4rem;
  flex-shrink: 0;
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(240,168,40,0.12);
  border-radius: 50%;
}
.why-list h3 { font-family: var(--font-body); font-weight: 600; font-size: 1.02rem; text-transform: none; margin-bottom: 2px; }
.why-list p { color: var(--text-muted); font-size: 0.9rem; }

@media (max-width: 880px) {
  .why-inner { grid-template-columns: 1fr; }
  .why-media { order: -1; aspect-ratio: 16/10; }
}

/* ---------- Story ---------- */
.story { background: var(--bg); }
.story-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: center;
}
.story-photo {
  position: relative;
  transform: rotate(-3deg);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.7);
  max-width: 380px;
  margin-inline: auto;
  border: 8px solid #fff;
}
.story-photo img { border-radius: 2px; }

.story-copy .eyebrow { color: var(--red); }
.story-copy h2 {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  margin-bottom: 22px;
  text-transform: none;
  font-family: var(--font-display);
  text-transform: uppercase;
}
.story-copy p {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 16px;
}
.story-copy strong { color: var(--text); }
.story-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: var(--radius-m);
  border: 1px dashed rgba(240,168,40,0.4);
  background: rgba(240,168,40,0.06);
  font-size: 0.86rem;
  color: var(--text-dim);
}

@media (max-width: 880px) {
  .story-inner { grid-template-columns: 1fr; }
  .story-photo { order: -1; }
}

/* ---------- Instagram CTA ---------- */
.insta-cta {
  background-image: var(--insta-bg-image);
  background-position: center 20%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 110px 0;
  text-align: center;
}
@media (max-width: 1440px) {
  .insta-cta { padding: 70px 0; }
}
.insta-cta::before {
  content: "";
  position: absolute; inset: 0;
  background: var(--insta-overlay);
}
/* Deze sectie zit altijd op een foto met donkere scrim (in beide thema's),
   dus de tekst blijft bewust licht in plaats van de thema-tekstkleur te volgen. */
.insta-cta .inner { position: relative; max-width: 560px; margin: 0 auto; color: #fff; }
.insta-cta h2 {
  font-size: clamp(1.8rem, 4.5vw, 2.6rem);
  margin-bottom: 14px;
  color: #fff;
}
.insta-cta p { color: rgba(255,255,255,0.82); margin-bottom: 26px; font-size: 1.05rem; }
.insta-cta .eyebrow { color: var(--yellow); }
.insta-handle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 26px;
  color: var(--yellow);
}

/* ---------- Promo bar ---------- */
.promo {
  background: linear-gradient(120deg, var(--surface), var(--surface-2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 30px 0;
}
.promo-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}
.promo-inner p {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}
.promo-inner p .accent { color: var(--gold); }
.promo-inner p .accent2 { color: var(--red); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--footer-bg);
  padding: 70px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 40px;
  padding-bottom: 46px;
  border-bottom: 1px solid var(--line);
}
.footer-brand .brand { margin-bottom: 14px; }
.footer-brand p { color: var(--text-dim); font-size: 0.92rem; max-width: 280px; }

.footer-col h4 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text);
  margin-bottom: 16px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col a, .footer-col li {
  color: var(--text-dim);
  font-size: 0.92rem;
}
.footer-col a:hover { color: var(--gold); }
.soon-badge {
  font-size: 0.65rem;
  text-transform: uppercase;
  background: rgba(240,168,40,0.14);
  color: var(--gold);
  padding: 2px 7px;
  border-radius: 6px;
  margin-left: 6px;
  letter-spacing: 0.03em;
}

.social-row { display: flex; gap: 12px; margin-top: 6px; }
.social-row a {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.social-row a:hover { border-color: var(--gold); color: var(--gold); }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding-top: 24px;
  color: var(--text-dim);
  font-size: 0.82rem;
}

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(4, 4, 6, 0.88);
  backdrop-filter: blur(6px);
}
.lightbox.is-open { display: flex; }
.lightbox-box {
  position: relative;
  max-width: 480px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  border-radius: var(--radius-m);
  background: var(--bg-alt);
  border: 1px solid var(--line);
}
.lightbox-box img { width: 100%; display: block; }
.lightbox-close {
  position: absolute;
  top: 12px; right: 12px;
  width: 38px; height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(10,10,11,0.75);
  color: #fff;
  font-size: 1.2rem;
  z-index: 2;
}

/* ---------- Utility ---------- */
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (max-width: 700px) {
  .trust-inner { flex-direction: column; align-items: flex-start; }
  .story-photo { transform: rotate(-2deg); }
}

/* ==========================================================================
   Shop / cart / checkout — multi-page additions
   ========================================================================== */

/* Cart icon in header */
.cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--line);
  font-size: 1.15rem;
  flex-shrink: 0;
}
.cart-link:hover { border-color: var(--gold); }
.cart-badge {
  position: absolute;
  top: -4px; right: -4px;
  min-width: 19px;
  height: 19px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Page hero — small banner used on every sub-page */
.page-hero {
  padding: 190px 0 60px;
  background: var(--bg-alt);
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .page-hero { padding: 130px 0 44px; }
}
.page-hero.has-bg {
  background-size: cover;
  background-position: center;
  color: var(--page-hero-fg);
}
.page-hero.has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-overlay);
}
.page-hero .inner { position: relative; z-index: 1; }
.page-hero.has-bg .inner {
  display: inline-block;
  background: var(--hero-panel-bg);
  backdrop-filter: var(--hero-panel-blur, none);
  border-radius: var(--radius-l);
  padding: var(--hero-panel-padding, 0);
  box-shadow: var(--hero-panel-shadow, none);
}
.page-hero .eyebrow { justify-content: center; }
.page-hero h1 {
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  margin-bottom: 12px;
}
.page-hero.has-bg h1 { color: var(--page-hero-fg); }
.page-hero p {
  color: var(--text-muted);
  max-width: 620px;
  margin: 0 auto;
  font-size: 1.05rem;
}
.page-hero.has-bg p { color: var(--page-hero-fg-muted); }

/* Per-pagina hero-achtergrond — elke pagina krijgt een eigen foto, met
   dezelfde "wegvallen in het donker/licht"-overlay als de homepage-hero. */
.page-hero--shop { background-image: url("../images/hero/hero-bbq-sunset.jpg"); background-position: center 35%; }
.page-hero--waarom { background-image: url("../images/suriname/palmentuin.jpg"); background-position: center 40%; }
.page-hero--verhaal { background-image: url("../images/suriname/telo-bakkeljauw.jpg"); background-position: center 45%; }
.page-hero--zakelijk { background-image: url("../images/suriname/madame-jeanette-pepers.jpg"); background-position: center 45%; }
.page-hero--contact { background-image: url("../images/suriname/bara.jpg"); background-position: center 45%; }
.page-hero--recepten { background-image: url("../images/suriname/moksi-meti-bami.jpg"); background-position: center 40%; }
.page-hero--spel {
  background-image: url("../images/suriname/madame-jeanette-pepers.jpg");
  background-position: center 45%;
  /* Korter dan de standaard hero — bij een spelpagina wil je snel bij de
     actie zijn, niet eerst door een hoge hero heen scrollen. */
  padding: 90px 0 30px;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--text-dim);
  margin-bottom: 16px;
}
.breadcrumb a { color: var(--text-dim); }
.breadcrumb a:hover { color: var(--gold); }

/* Tier / promo banner (used on shop + product + cart pages) */
.tier-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(230,51,42,0.12), rgba(240,168,40,0.12));
  border: 1px solid rgba(240,168,40,0.25);
  border-radius: var(--radius-m);
  padding: 16px 22px;
  margin-bottom: 44px;
  font-size: 0.92rem;
  color: var(--text);
}
.tier-banner strong { color: var(--gold); }
.tier-banner .sep { color: var(--text-dim); }

/* Shop grid */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 235px));
  justify-content: center;
  gap: 22px;
}

/* Used for the 5-sauce row so it lines up symmetrically in one row on
   desktop instead of wrapping 4+1. Fixed max-width (i.p.v. 1fr) voorkomt
   dat kaarten enorm groot worden zodra er weinig items in de rij staan. */
.shop-grid--sauces {
  grid-template-columns: repeat(auto-fit, minmax(210px, 250px));
}

.shop-section-title {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.4rem;
  color: var(--text);
  margin: 56px 0 22px;
  text-align: center;
}
.shop-section-title:first-child { margin-top: 0; }

.product-card {
  --flavor: var(--gold);
  background: linear-gradient(165deg, var(--surface) 0%, var(--bg-alt) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 12px 12px 0;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.product-card:hover {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--flavor) 55%, var(--line));
  box-shadow: 0 26px 46px -20px color-mix(in srgb, var(--flavor) 35%, transparent), var(--shadow-card);
}
.product-card--golden { --flavor: #f0a828; }
.product-card--green  { --flavor: #8bc63e; }
.product-card--tropical { --flavor: #f6c81a; }
.product-card--masala { --flavor: #d9691f; }
.product-card--red    { --flavor: #e6332a; }

.product-card-media {
  aspect-ratio: 5/4;
  border-radius: var(--radius-m);
  overflow: hidden;
  background: var(--media-placeholder-bg);
}
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.product-card:hover .product-card-media img { transform: scale(1.05); }

.product-card-media.placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(160deg, var(--surface-2), var(--bg-alt));
}
.product-card-media.placeholder .ph-icon { font-size: 3.4rem; line-height: 1; }
.product-card-media.placeholder .ph-note {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-dim);
  border: 1px dashed var(--line);
  padding: 3px 9px;
  border-radius: 999px;
}

.product-card--snack { --flavor: var(--teal); }
.product-card--bundle { --flavor: var(--gold); }
.bundle-savings {
  font-size: 0.75rem;
  color: var(--green);
  font-weight: 600;
}

.product-card-body {
  padding: 16px 6px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.product-card-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  text-transform: uppercase;
  color: var(--text);
}
.product-card-price {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--flavor);
}
.product-card-price .was { color: var(--text-dim); text-decoration: line-through; font-size: 0.9rem; margin-right: 6px; }
.product-card-actions { margin-top: auto; display: flex; flex-direction: column; gap: 10px; }
.product-card-actions .btn { width: 100%; }

/* Product detail page */
.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 340px) 1fr;
  gap: 60px;
  align-items: start;
}
.product-detail-left {
  position: sticky;
  top: calc(var(--header-h) + 24px);
  max-width: 340px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-detail-media {
  border-radius: var(--radius-l);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--line);
}
.product-detail-media img { width: 100%; display: block; }
.product-ingredients-panel {
  padding: 20px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-card);
}
.product-ingredients-panel .product-section-title { margin-top: 0; }

/* ---------- Ingrediënten (product detail) ---------- */
.ingredient-bars {
  list-style: none;
  margin: 4px 0 6px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.ingredient-bars li {
  display: grid;
  grid-template-columns: 130px 1fr 46px;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
}
.ingredient-bars .ingredient-name { color: var(--text); font-weight: 600; }
.ingredient-bars .ingredient-bar {
  height: 8px;
  border-radius: 999px;
  background: var(--bg-alt);
  overflow: hidden;
}
.ingredient-bars .ingredient-bar span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--red));
}
.ingredient-bars .ingredient-pct {
  color: var(--text-dim);
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.ingredient-spices {
  color: var(--text-muted);
  font-size: 0.85rem;
  font-style: italic;
  margin: 0 0 10px;
}
@media (max-width: 520px) {
  .ingredient-bars li { grid-template-columns: 96px 1fr 42px; gap: 8px; }
}

.product-detail-info .flavor-name { font-size: 2.2rem; margin-bottom: 6px; }
.product-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
  margin: 14px 0 20px;
}
.product-price-row .price {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--gold);
  white-space: nowrap;
  flex-shrink: 0;
}
.product-price-row .unit { color: var(--text-dim); font-size: 0.85rem; }

.qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}
.qty-stepper button {
  width: 42px; height: 42px;
  background: rgba(255,255,255,0.05);
  border: none;
  color: var(--text);
  font-size: 1.1rem;
}
.qty-stepper button:hover { background: rgba(255,255,255,0.1); }
.qty-stepper input {
  width: 48px;
  text-align: center;
  background: transparent;
  border: none;
  color: var(--text);
  font-size: 1rem;
  -moz-appearance: textfield;
}
.qty-stepper input::-webkit-outer-spin-button,
.qty-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.add-to-cart-row {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 24px 0;
  flex-wrap: wrap;
}

.product-section-title {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.1rem;
  color: var(--text);
  margin: 30px 0 14px;
}

.recipe-list { display: flex; flex-direction: column; gap: 14px; }
.recipe-card {
  padding: 16px 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
}
.recipe-card h4 { font-family: var(--font-body); font-weight: 600; margin-bottom: 6px; font-size: 0.98rem; }
.recipe-card p { color: var(--text-muted); font-size: 0.9rem; }

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 165px));
  justify-content: center;
  gap: 16px;
}
.related-card {
  display: block;
  text-align: center;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
}
.related-card img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; margin: 0 auto 10px; border: 2px solid var(--line); }
.related-card span { font-size: 0.88rem; color: var(--text-muted); }
.related-card:hover img { border-color: var(--gold); }

@media (max-width: 880px) {
  .product-detail { grid-template-columns: 1fr; }
  .product-detail-left { position: static; max-width: none; }
}

/* Cart / checkout page */
.cart-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 44px;
  align-items: start;
}
.cart-lines { display: flex; flex-direction: column; gap: 16px; }
.cart-line {
  display: grid;
  grid-template-columns: 72px 1fr auto auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
}
.cart-line img { width: 72px; height: 72px; border-radius: var(--radius-s); object-fit: cover; }
.cart-line-name { font-weight: 600; }
.cart-line-price { color: var(--text-dim); font-size: 0.85rem; }
.cart-line-remove {
  background: none;
  border: none;
  color: var(--text-dim);
  font-size: 1.1rem;
  padding: 6px;
}
.cart-line-remove:hover { color: var(--red); }

.cart-empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--text-muted);
}

.order-summary {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  padding: 26px;
  position: sticky;
  top: calc(var(--header-h) + 24px);
}
.order-summary h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 18px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.94rem;
  color: var(--text-muted);
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}
.summary-row.total {
  color: var(--text);
  font-weight: 700;
  font-size: 1.15rem;
  border-bottom: none;
  padding-top: 14px;
}
.summary-row .free { color: var(--green); font-weight: 600; }

.progress-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  overflow: hidden;
  margin: 6px 0 14px;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--red));
  border-radius: 999px;
  transition: width 0.3s ease;
}
.progress-note { font-size: 0.82rem; color: var(--text-dim); margin-bottom: 16px; }

/* Checkout form */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 0.85rem; color: var(--text-muted); font-weight: 500; }
.form-field input,
.form-field textarea {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-s);
  padding: 12px 14px;
  color: var(--text);
  font-size: 0.95rem;
  font-family: inherit;
  resize: vertical;
}
.form-field input:focus { outline: none; border-color: var(--gold); }
.form-field input:invalid:not(:placeholder-shown) { border-color: var(--red); }

.checkout-note {
  font-size: 0.82rem;
  color: var(--text-dim);
  margin-top: 10px;
}
.checkout-error {
  display: none;
  background: rgba(230,51,42,0.12);
  border: 1px solid rgba(230,51,42,0.4);
  color: #ffb3ae;
  padding: 12px 16px;
  border-radius: var(--radius-s);
  font-size: 0.88rem;
  margin-top: 16px;
}
.checkout-error.is-visible { display: block; }
.form-success {
  display: none;
  background: rgba(53,196,106,0.12);
  border: 1px solid rgba(53,196,106,0.4);
  color: var(--green);
  padding: 12px 16px;
  border-radius: var(--radius-s);
  font-size: 0.88rem;
  margin-top: 16px;
}
.form-success.is-visible { display: block; }

@media (max-width: 880px) {
  .cart-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .cart-line { grid-template-columns: 56px 1fr auto; }
  .cart-line-remove { grid-column: 1 / -1; justify-self: end; margin-top: -8px; }
  .cart-line img { width: 56px; height: 56px; }
  .form-grid { grid-template-columns: 1fr; }
}

/* Generic content page bits (verhaal / zakelijk / waarom / contact) */
.content-block { max-width: 760px; margin: 0 auto; }
.content-block p { color: var(--text-muted); font-size: 1.05rem; margin-bottom: 18px; }
.content-block h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  margin: 40px 0 16px;
}
.content-block h2:first-child { margin-top: 0; }
.pull-note {
  padding: 18px 20px;
  border-left: 3px solid var(--gold);
  background: var(--surface);
  border-radius: 0 var(--radius-m) var(--radius-m) 0;
  font-style: italic;
  color: var(--text-muted);
  margin: 24px 0;
}

/* ---------- Flipbook (Verhaal-tijdlijn & Recepten) ----------
   Herbruikbaar "oud Surinaams keukenboek"-component: een verguld,
   leren boek met een écht linker- en rechterpagina (geen scrollen),
   met een page-turn animatie (CSS 3D rotateY) bij vorige/volgende.
   Kleuren zijn bewust vast (niet thema-afhankelijk) — een oud boek
   ziet er niet anders uit in licht/donker thema. Zie public/js/book.js. */
.book {
  max-width: 860px;
  margin: 8px auto 0;
  perspective: 1700px;
}
.book-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.book-menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 16px;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.book-menu-btn:hover { transform: translateY(-2px); border-color: var(--gold); }
.book-menu-btn.is-active {
  color: #2a1608;
  background: linear-gradient(120deg, var(--gold), var(--red));
  border-color: transparent;
}
.book-cover {
  position: relative;
  transform-style: preserve-3d;
  /* Het hele boek (kaft + pagina's + lint) kantelt als één stevig geheel,
     alsof je het van opzij/schuin bekijkt — dat maakt het 3D-effect
     duidelijk zichtbaar i.p.v. subtiel. */
  transform: rotateY(7deg) rotateX(1deg);
  background:
    linear-gradient(100deg, rgba(255,255,255,0.08) 0%, transparent 22%),
    linear-gradient(155deg, #5a3420 0%, #3a2013 55%, #24140b 100%);
  border-radius: 2px 8px 8px 2px;
  padding: 16px;
  box-shadow: 0 34px 60px -24px rgba(0,0,0,0.65), 0 2px 0 rgba(255,255,255,0.05) inset;
}
.book-cover::before {
  /* Verguld randje, alsof het boek verguld is. */
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(212,175,90,0.4);
  border-radius: 2px 6px 6px 2px;
  pointer-events: none;
}
.book-ribbon {
  position: absolute;
  top: -6px;
  right: 74px;
  width: 20px;
  height: 58px;
  background: linear-gradient(180deg, var(--red), #7a1c14);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 76%, 0 100%);
  box-shadow: 0 8px 16px -6px rgba(0,0,0,0.55);
  z-index: 3;
}
.book-shell {
  position: relative;
  min-height: 580px;
  border-radius: 2px 6px 6px 2px;
  box-shadow: 0 0 0 1px rgba(90,58,20,0.2), inset 0 0 30px rgba(0,0,0,0.15);
  transform-style: preserve-3d;
  overflow: hidden;
}

.book-stage {
  position: relative;
  min-height: 580px;
  transform-style: preserve-3d;
}
/* Verhaal-tijdlijn heeft veel minder tekst per pagina dan een recept
   (icoon+titel links, één alinea rechts) — een compacter boek voorkomt
   dat de onderkant van de pagina's half leeg oogt. */
.book--compact .book-shell,
.book--compact .book-stage { min-height: 380px; }
@media (max-width: 640px) {
  .book--compact .book-shell,
  .book--compact .book-stage { min-height: 320px; }
}
.book-page {
  position: absolute;
  inset: 0;
  overflow: hidden;
  backface-visibility: hidden;
  /* Vouwt om de RUG (het midden), niet de linkerkant — anders "schuift"
     de hele opengeslagen spread opzij i.p.v. dat de pagina omslaat. */
  transform-origin: center center;
}
.book-page--back { z-index: 1; }
.book-page--front {
  z-index: 2;
  transition: transform 0.75s cubic-bezier(0.45, 0.05, 0.15, 1);
}
.book-page--front::after {
  /* Vouwschaduw die over de bladzijde veegt tijdens het omslaan. */
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, rgba(60,35,10,0.35) 100%);
  opacity: 0;
  transition: opacity 0.75s ease;
  pointer-events: none;
  z-index: 5;
}
.book-page--front.is-flipping::after { opacity: 1; }

/* Echte linker- en rechterpagina naast elkaar, met een rug (vouw) ertussen. */
.book-spread {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
.book-col {
  position: relative;
  padding: 22px 28px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 20% 12%, rgba(255,255,255,0.55), transparent 55%),
    linear-gradient(160deg, #f7edd3 0%, #eeddb4 60%, #e2cd98 100%);
}
.book-col--left { border-radius: 2px 0 0 2px; }
.book-col--right {
  border-radius: 0 4px 4px 0;
  background:
    radial-gradient(ellipse at 80% 12%, rgba(255,255,255,0.5), transparent 55%),
    linear-gradient(200deg, #f7edd3 0%, #eeddb4 60%, #e2cd98 100%);
}
.book-spread::before {
  /* De rug/vouw in het midden van de opengeslagen pagina's. */
  content: "";
  position: absolute;
  left: 50%; top: 0; bottom: 0;
  width: 36px;
  margin-left: -18px;
  background: linear-gradient(90deg, transparent, rgba(60,35,10,0.28) 45%, rgba(60,35,10,0.28) 55%, transparent);
  pointer-events: none;
  z-index: 2;
}
.book-page-edges {
  position: absolute;
  top: 8px; right: 3px; bottom: 8px;
  width: 12px;
  pointer-events: none;
  z-index: 4;
}
.book-page-edges::before,
.book-page-edges::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0 6px 6px 0;
  background: #e2cf9c;
  border: 1px solid rgba(90,58,20,0.35);
}
.book-page-edges::before { transform: translateX(3px) scaleY(0.99); opacity: 0.8; background: #d8c28e; }
.book-page-edges::after { transform: translateX(6px) scaleY(0.97); opacity: 0.6; background: #cdb67e; }

@media (max-width: 720px) {
  .book-stage, .book-shell { min-height: 620px; }
  .book--compact .book-stage, .book--compact .book-shell { min-height: 460px; }
  .book-spread { grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; }
  .book-spread::before { left: 0; right: 0; top: 50%; bottom: auto; width: auto; height: 28px; margin-left: 0; margin-top: -14px; background: linear-gradient(180deg, transparent, rgba(60,35,10,0.28) 45%, rgba(60,35,10,0.28) 55%, transparent); }
  .book-col--left, .book-col--right { border-radius: 2px; }
}

.book-page-icon { font-size: 1.7rem; margin-bottom: 6px; text-align: center; }
.book-page-num {
  font-family: var(--font-display);
  text-align: center;
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.book-page h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  color: #5c2c12;
  margin-bottom: 8px;
  text-align: center;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(90,58,20,0.25);
}
.book-page p { color: #4a3420; line-height: 1.45; margin: 0 0 8px; font-size: 0.86rem; }
.book-page p:last-child { margin-bottom: 0; }

.book-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 22px;
}
.book-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  font-size: 1.3rem;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.book-nav-btn:hover:not(:disabled) { transform: translateY(-2px); border-color: var(--gold); }
.book-nav-btn:disabled { opacity: 0.3; cursor: default; }
.book-counter {
  color: var(--text-dim);
  font-size: 0.9rem;
  font-variant-numeric: tabular-nums;
  min-width: 54px;
  text-align: center;
}

@media (max-width: 640px) {
  .book-cover { padding: 10px; transform: none; }
  .book-col { padding: 22px 20px; }
  .book-ribbon { display: none; }
}

/* Ingrediënten/bereiding-recepten binnen een boekpagina */
.book-recipe-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-bottom: 8px;
}
.book-recipe-meta span {
  font-size: 0.72rem;
  font-weight: 600;
  color: #6b4a26;
  background: rgba(90,58,20,0.1);
  border: 1px solid rgba(90,58,20,0.3);
  border-radius: 999px;
  padding: 3px 10px;
}
.book-page h4 {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  color: #a3391f;
  margin: 8px 0 6px;
}
.book-page ul.book-recipe-list { margin: 0 0 4px 16px; padding: 0; color: #4a3420; font-size: 0.78rem; line-height: 1.4; }
.book-page ul.book-recipe-list li { margin-bottom: 2px; }
.book-page ol.book-recipe-steps { margin: 0 0 4px 16px; padding: 0; color: #4a3420; font-size: 0.78rem; line-height: 1.4; }
.book-page ol.book-recipe-steps li { margin-bottom: 5px; }
.dish-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 240px));
  justify-content: center;
  gap: 18px;
  margin: 24px 0 8px;
}
.dish-grid--3col { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 720px) {
  .dish-grid--3col { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .dish-grid--3col { grid-template-columns: 1fr; }
}
.dish-card {
  padding: 18px 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
}
.dish-card h4 { font-size: 1rem; font-weight: 600; margin-bottom: 6px; color: var(--gold); }
.dish-card p { color: var(--text-muted); font-size: 0.88rem; margin: 0; }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 24px;
  align-items: start;
}
.contact-side { display: flex; flex-direction: column; gap: 22px; }
.contact-form-card { margin-bottom: 0; }
@media (max-width: 820px) {
  .contact-layout { grid-template-columns: 1fr; }
}
.contact-card {
  text-align: center;
  padding: 30px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
}
.contact-card .ico { font-size: 2rem; margin-bottom: 12px; }
.contact-card h3 { font-family: var(--font-body); font-weight: 600; font-size: 1.05rem; text-transform: none; margin-bottom: 8px; }
.contact-card p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 16px; }

/* ---------- Star rating (gouden sterren, halve ster mogelijk via --pct) ---------- */
.star-rating {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 3px;
}
.star-rating-bg { color: var(--line); }
.star-rating-fg {
  position: absolute;
  top: 0; left: 0;
  width: var(--pct, 100%);
  overflow: hidden;
  white-space: nowrap;
  color: var(--yellow);
}

/* ---------- Reviews ---------- */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.review-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  padding: 26px;
  display: flex;
  flex-direction: column;
}
.review-card .star-rating { margin-bottom: 12px; }
.review-text { color: var(--text); font-size: 0.98rem; font-style: italic; line-height: 1.55; flex-grow: 1; }
.review-name { margin-top: 12px; font-size: 0.88rem; color: var(--text-dim); font-weight: 600; }

/* ---------- Hero review-teaser (rechts van de hero, onder het logo) ---------- */
.hero-review-teaser {
  position: absolute;
  top: 340px;
  right: 6%;
  width: clamp(180px, 16vw, 230px);
  background: var(--hero-panel-bg, var(--surface));
  backdrop-filter: var(--hero-panel-blur, none);
  border: 1px solid rgba(240,168,40,0.35);
  border-radius: var(--radius-l);
  padding: 16px;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  box-shadow: 0 20px 40px -14px rgba(0,0,0,0.5);
  transition: transform 0.2s ease;
}
.hero-review-teaser:hover { transform: translateY(-4px); }
.hero-review-teaser p {
  color: var(--text);
  font-size: 0.82rem;
  font-style: italic;
  margin: 8px 0;
  line-height: 1.4;
}
.hero-review-teaser-link { color: var(--yellow); font-size: 0.78rem; font-weight: 700; }
@media (max-width: 1024px) {
  .hero-review-teaser { display: none; }
}

.confirm-box {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 30px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
}
.confirm-box .icon { font-size: 3rem; margin-bottom: 16px; }
.confirm-status {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 12px 0 20px;
}
.confirm-status.paid { background: rgba(139,198,62,0.15); color: var(--green); }
.confirm-status.open, .confirm-status.pending { background: rgba(240,168,40,0.15); color: var(--gold); }
.confirm-status.failed, .confirm-status.canceled, .confirm-status.expired { background: rgba(230,51,42,0.15); color: var(--red); }

/* ---------- Admin ---------- */
.admin-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  margin-bottom: 48px;
}
.admin-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; min-width: 720px; }
.admin-table th, .admin-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.admin-table th { color: var(--text-dim); font-weight: 600; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; background: var(--surface); }
.admin-table tr:last-child td { border-bottom: none; }
.admin-table td.wrap { white-space: normal; max-width: 260px; }
.admin-type-badge {
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: var(--text-muted);
}
.admin-row-actions { display: flex; gap: 8px; }
.admin-row-actions button { font-size: 0.78rem; padding: 6px 12px; }
.admin-inactive { opacity: 0.45; }
.admin-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  align-items: start;
}
.admin-sidebar {
  position: sticky;
  top: calc(var(--header-h) + 20px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.admin-sidebar-link {
  text-align: left;
  padding: 12px 16px;
  border-radius: var(--radius-m);
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text-muted);
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.admin-sidebar-link:hover { transform: translateX(2px); border-color: var(--gold); }
.admin-sidebar-link.is-active {
  background: linear-gradient(120deg, var(--gold), var(--red));
  color: #2a1608;
  border-color: transparent;
}
.admin-content { min-width: 0; }
@media (max-width: 780px) {
  .admin-layout { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; flex-direction: row; overflow-x: auto; }
}

.admin-form-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  padding: 26px;
  margin-bottom: 40px;
}
.admin-form-card h3 { font-family: var(--font-display); text-transform: uppercase; margin-bottom: 18px; }

.game-toggle { display: inline-flex; align-items: center; gap: 14px; cursor: pointer; user-select: none; }
.game-toggle input { position: absolute; opacity: 0; width: 0; height: 0; }
.game-toggle-track {
  width: 56px; height: 30px;
  background: var(--line);
  border-radius: 999px;
  position: relative;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.game-toggle-thumb {
  position: absolute; top: 3px; left: 3px;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.35);
  transition: transform 0.2s ease;
}
.game-toggle input:checked + .game-toggle-track { background: linear-gradient(120deg, var(--gold), var(--red)); }
.game-toggle input:checked + .game-toggle-track .game-toggle-thumb { transform: translateX(26px); }
.game-toggle input:focus-visible + .game-toggle-track { outline: 2px solid var(--gold); outline-offset: 2px; }
.game-toggle-label { font-size: 1rem; font-weight: 700; }
.admin-toast {
  position: fixed;
  bottom: 24px; right: 24px;
  padding: 14px 20px;
  border-radius: var(--radius-m);
  font-size: 0.88rem;
  z-index: 300;
  display: none;
  box-shadow: var(--shadow-card);
}
.admin-toast.is-visible { display: block; }
.admin-toast.success { background: var(--green); color: #0a0a0b; }
.admin-toast.error { background: var(--red); color: #fff; }

/* ---------- Vino's Hot Games — maandwedstrijd / scorebord ---------- */
.leaderboard-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background: linear-gradient(165deg, var(--surface) 0%, var(--bg-alt) 100%);
  padding: 28px 30px;
  max-width: 720px;
  margin: 0 auto 8px;
}
.leaderboard-title {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.3rem;
  text-align: center;
  margin: 0 0 8px;
  color: var(--gold);
}
.leaderboard-intro { text-align: center; color: var(--text-muted); margin: 0 0 20px; font-size: 0.92rem; }
.leaderboard-signup { margin-bottom: 22px; }
.leaderboard-form-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.leaderboard-form-row input {
  flex: 1 1 180px;
  padding: 11px 14px;
  border-radius: var(--radius-m);
  border: 1px solid var(--line);
  background: var(--bg-alt);
  color: var(--text);
  font-size: 0.92rem;
}
.leaderboard-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--text-dim);
  margin-top: 12px;
  text-align: left;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.leaderboard-consent input { margin-top: 3px; flex: none; }
.leaderboard-form-msg { color: var(--red); text-align: center; font-size: 0.85rem; margin-top: 10px; }
.leaderboard-welcome { text-align: center; color: var(--text); margin: 0 0 8px; }
.leaderboard-logout {
  display: block;
  margin: 0 auto;
  background: none;
  border: none;
  color: var(--text-dim);
  font-size: 0.78rem;
  text-decoration: underline;
  cursor: pointer;
}
.leaderboard-tabs { display: flex; gap: 8px; justify-content: center; margin-bottom: 14px; }
.leaderboard-tab {
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg-alt);
  color: var(--text-muted);
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
}
.leaderboard-tab.is-active { background: var(--gold); color: #2a1608; border-color: transparent; }
.leaderboard-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.leaderboard-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-radius: var(--radius-m);
  background: var(--bg-alt);
  border: 1px solid var(--line);
}
.leaderboard-row.is-me { border-color: var(--gold); background: rgba(240,168,40,0.1); }
.leaderboard-rank { font-family: var(--font-display); font-weight: 700; min-width: 28px; }
.leaderboard-name { flex: 1; font-weight: 600; }
.leaderboard-points { color: var(--gold); font-weight: 700; }

/* ---------- Vino's Hot Games — hub-overzicht ---------- */
.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 280px));
  justify-content: center;
  gap: 22px;
}
.game-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 30px 22px 26px;
  background: linear-gradient(165deg, var(--surface) 0%, var(--bg-alt) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-card);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.game-tile::before {
  content: "";
  position: absolute;
  top: -50px; right: -50px;
  width: 140px; height: 140px;
  background: radial-gradient(circle, var(--gold), transparent 70%);
  opacity: 0.25;
  pointer-events: none;
}
.game-tile:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 26px 46px -20px rgba(240, 168, 40, 0.35), var(--shadow-card);
}
.game-tile-icon {
  font-size: 2.6rem;
  width: 76px; height: 76px;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-alt);
  border: 2px solid var(--gold);
  border-radius: 50%;
  box-shadow: var(--shadow-card);
}
.game-tile h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.1rem;
  color: var(--text);
  margin: 4px 0 0;
}
.game-tile p { color: var(--text-muted); font-size: 0.88rem; margin: 0; }
.game-tile-cta {
  margin-top: auto;
  padding-top: 10px;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--gold);
}

/* ---------- Spel: Scoville Gokken ---------- */
.scoville-scorebar {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: var(--text-dim);
  margin-bottom: 14px;
}
.scoville-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-card);
  padding: 44px 38px;
  text-align: center;
}
.scoville-pepper-icon {
  font-size: 4.6rem;
  width: 130px; height: 130px;
  margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 35% 30%, var(--bg-alt), #000);
  border: 3px solid var(--gold);
  border-radius: 50%;
  box-shadow: var(--shadow-card), 0 0 24px rgba(230, 160, 40, 0.25);
  transition: transform 0.2s ease;
}
.scoville-pepper-name {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.scoville-question { color: var(--text-muted); margin-bottom: 28px; font-size: 1rem; }
.scoville-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}
.scoville-option {
  padding: 16px 12px;
  border-radius: var(--radius-m);
  border: 1px solid var(--line);
  background: var(--bg-alt);
  color: var(--text);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.scoville-option:hover:not(:disabled) { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 6px 16px rgba(0,0,0,0.25); }
.scoville-option:disabled { cursor: default; opacity: 0.7; }
.scoville-option.is-correct { background: var(--green); color: #0a0a0b; border-color: transparent; opacity: 1; transform: scale(1.04); }
.scoville-option.is-wrong { background: var(--red); color: #fff; border-color: transparent; opacity: 1; }
.scoville-feedback { margin-top: 26px; }
.scoville-feedback p { color: var(--text-muted); margin-bottom: 16px; font-size: 1rem; }
.scoville-meter {
  position: relative;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--red));
  margin-bottom: 24px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.4);
}
.scoville-meter-fill { display: none; }
.scoville-meter-marker {
  position: absolute;
  top: -6px;
  width: 4px;
  height: 28px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.4), 0 0 8px rgba(255,255,255,0.6);
  transform: translateX(-2px);
  transition: left 0.4s cubic-bezier(0.34, 1.3, 0.64, 1);
}

/* ---------- Spel: Saus Memory ---------- */
.memory-scorebar {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: var(--text-dim);
  margin-bottom: 14px;
}
.memory-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  perspective: 1000px;
}
@media (max-width: 640px) {
  .memory-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
}
.memory-card {
  aspect-ratio: 1 / 1;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.memory-card-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.4, 0.1, 0.2, 1);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-card);
}
.memory-card:hover:not(.is-flipped):not(.is-matched) .memory-card-inner { transform: translateY(-4px) scale(1.03); }
.memory-card.is-flipped .memory-card-inner,
.memory-card.is-matched .memory-card-inner { transform: rotateY(180deg); }
.memory-card-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: var(--radius-m);
  overflow: hidden;
  border: 2px solid var(--line);
  background: var(--surface);
}
.memory-card-face img { width: 100%; height: 100%; object-fit: cover; }
.memory-card-front { transform: rotateY(180deg); }
.memory-card.is-matched .memory-card-face { border-color: var(--green); box-shadow: 0 0 16px rgba(60, 200, 100, 0.4); }
.memory-card-emoji { font-size: 2.6rem; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.memory-level-badge {
  display: block;
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.05rem;
  color: var(--gold);
  margin-bottom: 14px;
  text-align: center;
}
.memory-levels-title {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 18px;
}
.memory-levels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
}
.memory-level-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: 20px 14px;
  background: linear-gradient(165deg, var(--surface) 0%, var(--bg-alt) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-card);
  cursor: pointer;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.memory-level-tile:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 18px 32px -18px rgba(240, 168, 40, 0.35), var(--shadow-card);
}
.memory-level-tile-icon {
  font-size: 2rem;
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-alt);
  border: 2px solid var(--gold);
  border-radius: 50%;
}
.memory-level-tile h3 { font-family: var(--font-display); text-transform: uppercase; font-size: 0.95rem; margin: 4px 0 0; }
.memory-level-tile p { color: var(--text-muted); font-size: 0.85rem; margin: 0; }
.memory-level-tile-meta { color: var(--text-dim) !important; font-size: 0.78rem !important; }
.memory-done {
  text-align: center;
  margin-top: 26px;
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-card);
}
.memory-done h3 { font-family: var(--font-display); text-transform: uppercase; margin-bottom: 8px; }
.memory-done p { color: var(--text-muted); }

/* ---------- Spel: Blus 'm! ---------- */
.whack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  aspect-ratio: 1 / 1;
  padding: 28px;
  background: linear-gradient(160deg, #3a2313, #241408);
  border-radius: var(--radius-l);
}
.whack-hole {
  position: relative;
  border: none;
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 35%, #1c1c1f, #000 75%);
  box-shadow: inset 0 8px 18px rgba(0,0,0,0.65), 0 3px 0 rgba(255,255,255,0.08);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.1s ease;
}
.whack-hole:active { transform: scale(0.95); }
.whack-hole-item {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, 70%) scale(0.5);
  font-size: 2.8rem;
  opacity: 0;
  transition: transform 0.18s ease, opacity 0.18s ease;
  pointer-events: none;
}
.whack-hole.is-up .whack-hole-item { transform: translate(-50%, -50%) scale(1); opacity: 1; }
.whack-hole.is-hit { animation: whack-hit 0.2s ease; }
.whack-hole.is-splash { animation: whack-splash 0.2s ease; }
@keyframes whack-hit { 0% { background: radial-gradient(ellipse at 50% 35%, #4a3010, #000 75%); } }
@keyframes whack-splash { 0% { background: radial-gradient(ellipse at 50% 35%, #123a4a, #000 75%); } }

/* ---------- Spel: Ingrediënten Match ---------- */
.match-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.match-col { display: flex; flex-direction: column; gap: 12px; }
.match-tile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-radius: var(--radius-m);
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  font-weight: 600;
  font-size: 1.02rem;
  text-align: left;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.match-tile:hover:not(.is-matched) { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 6px 16px rgba(0,0,0,0.25); }
.match-tile-icon { font-size: 1.6rem; }
.match-tile.is-selected { background: linear-gradient(120deg, var(--gold), var(--red)); color: #2a1608; border-color: transparent; transform: scale(1.02); }
.match-tile.is-matched { background: var(--green); color: #0a0a0b; border-color: transparent; cursor: default; opacity: 0.85; }
.match-tile.is-wrong-tile { background: var(--red); color: #fff; border-color: transparent; }

/* ---------- Spel: Vang de pepers ---------- */
.game-scorebar { margin-bottom: 18px; }
.game-score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--text);
  margin-bottom: 8px;
}
.game-score-icon { font-size: 1.4rem; }
.game-lives { font-size: 1.1rem; margin-left: 10px; letter-spacing: 2px; }
.game-progress {
  height: 10px;
  border-radius: 999px;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  overflow: hidden;
}
.game-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--red));
  border-radius: 999px;
  transition: width 0.25s ease;
}
.game-frame {
  position: relative;
  border-radius: var(--radius-l);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--line);
  line-height: 0;
}
.game-frame canvas { width: 100%; height: auto; display: block; cursor: pointer; touch-action: none; }
.game-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  padding: 24px;
  background: rgba(10, 10, 11, 0.72);
  backdrop-filter: blur(3px);
  line-height: normal;
}
.game-overlay[hidden] { display: none; }
.game-overlay p { color: rgba(255,255,255,0.85); max-width: 380px; margin: 0; }
.game-overlay h3 { font-family: var(--font-display); text-transform: uppercase; font-size: 1.6rem; color: #fff; margin: 0; }
.game-code {
  font-family: var(--font-display);
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: var(--gold);
  background: rgba(255,255,255,0.08);
  border: 1px dashed var(--gold);
  border-radius: var(--radius-m);
  padding: 10px 24px;
  margin: 0;
}
.game-win-first { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.game-win-repeat { display: none; }
.game-overlay.is-repeat .game-win-first { display: none; }
.game-overlay.is-repeat .game-win-repeat { display: block; }

/* ---------- Spel: Peper Power (platformer) ---------- */
.pf-character-picker {
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background: linear-gradient(165deg, var(--surface) 0%, var(--bg-alt) 100%);
  padding: 18px 22px;
  margin-bottom: 18px;
  text-align: center;
}
.pf-character-picker h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 0 12px;
  color: var(--gold);
}
.pf-skin-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; max-width: 460px; margin: 0 auto; }
.pf-skin-swatch {
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 3px solid var(--line);
  cursor: pointer;
  box-shadow: var(--shadow-card);
  transition: transform 0.15s ease, border-color 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0.9;
}
.pf-skin-swatch:hover { transform: translateY(-3px); opacity: 1; }
.pf-skin-swatch.is-selected { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(240,168,40,0.3), var(--shadow-card); opacity: 1; }

.pf-howto-toggle { display: block; margin: 0 auto 22px; }
.pf-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 11, 0.72);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 200;
}
.pf-modal-overlay[hidden] { display: none; }
.pf-modal-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  padding: 30px 26px 24px;
  max-width: 680px;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: var(--shadow-card);
}
.pf-modal-close {
  position: absolute;
  top: 12px; right: 12px;
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--bg-alt);
  color: var(--text);
  font-size: 1rem;
  cursor: pointer;
}
.pf-modal-card h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 0 14px;
  color: var(--gold);
}
.pf-howto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px 18px;
}
.pf-howto-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text-muted);
}
.pf-howto-icon {
  flex: none;
  min-width: 44px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--text);
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  padding: 4px 6px;
}
.pf-worlds { display: flex; flex-direction: column; gap: 24px; }
.pf-world {
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  padding: 20px;
  background: linear-gradient(165deg, var(--surface) 0%, var(--bg-alt) 100%);
  border-left: 4px solid var(--pf-world-color, var(--gold));
}
.pf-world-title {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 0 14px;
  color: var(--text);
}
.pf-world-levels {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
  gap: 10px;
}
.pf-level-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 12px 6px;
  border-radius: var(--radius-m);
  border: 1px solid var(--line);
  background: var(--bg-alt);
  color: var(--text);
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.pf-level-tile:hover:not(.is-locked) { transform: translateY(-3px); border-color: var(--gold); }
.pf-level-tile-num { font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; }
.pf-level-tile-lock { font-size: 1.1rem; }
.pf-level-tile-best { font-size: 0.68rem; color: var(--text-dim); }
.pf-level-tile.is-locked { opacity: 0.45; cursor: not-allowed; }

.pf-hud {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--text-dim);
  margin-bottom: 12px;
  padding: 10px 14px;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
}
.pf-frame canvas { cursor: default; }
.pf-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  gap: 14px;
  user-select: none;
}
.pf-controls-move, .pf-controls-action { display: flex; gap: 10px; }
.pf-btn {
  width: 58px; height: 58px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-card);
  touch-action: none;
}
.pf-btn:active { transform: scale(0.9); background: var(--bg-alt); }
.pf-btn--fire { background: linear-gradient(135deg, var(--red), var(--gold)); color: #fff; }
.pf-btn--jump { background: var(--gold); color: #2a1608; }
.pf-btn--smash { background: linear-gradient(135deg, #ffd23f, #fff6d8); color: #4a3308; box-shadow: var(--shadow-card), 0 0 14px rgba(255, 210, 63, 0.5); }
