/* ============================================================================
   KICKBACK – Editorial Stadium Design System
   Bold sports typography · Off-white & near-black · Electric-green accent
   Mobile-First · 500px – 1400px
   ============================================================================ */

/* ---------- 1. Tokens ------------------------------------------------------ */
:root {
  /* Colour */
  --bg:           #F4F1EB;     /* warm off-white, paper-feel  */
  --bg-alt:       #ECE7DD;     /* card / section divider      */
  --ink:          #0A0A0A;     /* near-black                  */
  --ink-soft:     #2B2B2B;
  --muted:        #6B6B66;
  --line:         #1A1A1A;
  --accent:       #C6FF3D;     /* electric-pitch green        */
  --accent-deep:  #8AFF00;
  --danger:       #FF3B3B;

  /* Typography */
  --font-display: "Anton", "Bebas Neue", "Arial Black", sans-serif;
  --font-body:    "DM Sans", "Helvetica Neue", system-ui, sans-serif;
  --font-mono:    "JetBrains Mono", ui-monospace, monospace;

  /* Layout */
  --max:          1320px;
  --gutter:       clamp(1rem, 3vw, 2.25rem);
  --radius-lg:    28px;
  --radius-md:    18px;
  --radius-sm:    10px;

  /* Header / Footer fixed height */
  --header-h:     72px;
  --footer-h:     auto;
}

/* ---------- 2. Reset ------------------------------------------------------- */
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
/* WICHTIG: kein height:100% auf html/body. Zusammen mit body{overflow-x:hidden}
   würde der Body sonst zu einem fixen, Viewport-hohen Scroll-Container – der
   Inhalt (.shell) quillt heraus und am Seitenende bleibt ein grosser leerer
   Bereich (der Footer wird unerreichbar). Die volle Höhe für kurze Seiten
   regelt .shell über min-height:100dvh. */
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
img, svg, video, canvas { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
  font-size: clamp(15px, 1vw + .3rem, 17px);
  letter-spacing: -0.005em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* subtle grain — gives the paper feel without external images */
body::before {
  content: "";
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence baseFrequency='0.9' numOctaves='2' seed='5'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 .35 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='.5'/></svg>");
  opacity: .35;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}

/* ---------- 3. Layout primitives ------------------------------------------ */
.shell {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.container {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: clamp(3rem, 7vw, 6rem); }

.divider-asterisk {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink);
  padding-block: 1rem;
}
.divider-asterisk::before,
.divider-asterisk::after {
  content: "✱";
  font-size: 22px;
  color: var(--ink);
}
.divider-asterisk::after { margin-left: auto; }

/* ---------- 4. Typography -------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.92;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(198,255,61,.25);
}

.h-mega   { font-size: clamp(64px, 14vw, 220px); }
.h-xl     { font-size: clamp(40px, 7vw, 96px); }
.h-l      { font-size: clamp(28px, 4.5vw, 56px); }
.h-m      { font-size: clamp(22px, 2.5vw, 32px); }

.lead {
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 50ch;
}

.muted { color: var(--muted); }

/* asterisk-prefix headlines */
.head-row {
  display: flex; align-items: baseline; gap: 12px;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}
.head-row .star {
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 28px);
}
.head-row .meta {
  margin-left: auto;
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.head-row .meta a { display:inline-flex; align-items:center; gap:6px; }
.head-row .meta a:hover { color: var(--accent-deep); }

/* ---------- 5. Buttons ----------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px;
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-radius: 999px;
  background: var(--ink);
  color: var(--bg);
  border: 1.5px solid var(--ink);
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.btn:hover { transform: translateY(-1px); background: var(--accent); color: var(--ink); }
.btn:active { transform: translateY(0); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--bg); }

.btn-accent {
  background: var(--accent);
  color: var(--ink);
  border-color: var(--ink);
}
.btn-accent:hover { background: var(--ink); color: var(--accent); }

.btn-arrow::after {
  content: "→";
  font-family: var(--font-body);
  font-size: 16px;
  transition: transform .25s ease;
}
.btn-arrow:hover::after { transform: translateX(4px); }

/* ---------- 6. Header ------------------------------------------------------ */
.header {
  position: sticky; top: 0; z-index: 100;
  height: var(--header-h);
  display: flex; align-items: center;
  background: rgba(244,241,235,.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(10,10,10,.08);
}
.header .container {
  display: flex; align-items: center; gap: 1.25rem;
}
.brand {
  display: inline-flex; align-items: baseline; gap: 8px;
  font-family: var(--font-display);
  font-size: 26px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.brand .dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--accent);
  display: inline-block;
  align-self: center;
}
.nav {
  display: none;
  gap: 2rem;
  margin-inline: auto;
}
.nav a {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: .16em;
  text-transform: uppercase;
  position: relative;
}
.nav a::after {
  content: "";
  position: absolute; left: 0; bottom: -6px;
  width: 0; height: 2px;
  background: var(--ink);
  transition: width .25s ease;
}
.nav a:hover::after,
.nav a[aria-current="page"]::after { width: 100%; }
.nav a[aria-current="page"]::after { background: var(--accent-deep); }

.header-cta { display: none; }

.burger {
  margin-left: auto;
  width: 44px; height: 44px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  position: relative;
}
/* Burger-Icon aus EINEM <span>: der span selbst ist der mittlere Strich,
   ::before und ::after sind die oberen/unteren Striche (6px darüber/darunter). */
.burger span,
.burger span::before,
.burger span::after {
  content: "";
  display: block;
  width: 18px; height: 2px;
  background: var(--ink);
  position: relative;
  transition: transform .25s ease, top .25s ease;
}
.burger span::before { position: absolute; top: -6px; left: 0; }
.burger span::after  { position: absolute; top:  6px; left: 0; }

/* Im offenen Zustand wird daraus ein "X":
   mittlerer Strich verschwindet, die beiden anderen wandern in die Mitte
   (top:0) und drehen sich um +45° bzw. -45°. */
.burger.is-open span { background: transparent; }
.burger.is-open span::before { top: 0; transform: rotate(45deg); }
.burger.is-open span::after  { top: 0; transform: rotate(-45deg); }

/* mobile drawer */
.mobile-nav {
  position: fixed; inset: var(--header-h) 0 0 0;
  background: var(--ink);
  color: var(--bg);
  z-index: 90;
  padding: 2rem var(--gutter);
  display: flex; flex-direction: column;
  gap: 1.25rem;
  transform: translateY(-100%);
  transition: transform .35s cubic-bezier(.7,.0,.2,1);
}
.mobile-nav.is-open { transform: translateY(0); }
.mobile-nav a {
  font-family: var(--font-display);
  font-size: clamp(36px, 8vw, 56px);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1;
  display: flex; align-items: center; justify-content: space-between;
  padding-block: .5rem;
  border-bottom: 1px solid rgba(244,241,235,.15);
}
.mobile-nav a span.idx {
  font-size: 13px; letter-spacing: .2em;
  color: var(--accent);
  font-family: var(--font-display);
}

@media (min-width: 880px) {
  .nav { display: inline-flex; }
  .header-cta { display: inline-flex; }
  .burger { display: none; }
  .mobile-nav { display: none; }
}

/* ---------- 7. Footer ------------------------------------------------------ */
.footer {
  background: var(--ink);
  color: var(--bg);
  padding: 3.5rem 0 2rem;
  margin-top: auto;
  position: relative;
  z-index: 2;
}
.footer .container { display: grid; gap: 2rem; }
.footer-top {
  display: grid; gap: 2rem;
  grid-template-columns: 1fr;
}
.footer-brand .h-xl {
  font-size: clamp(56px, 12vw, 132px);
  line-height: .9;
  color: var(--bg);
}
.footer-brand .h-xl .accent { color: var(--accent); }
.footer-brand p { color: rgba(244,241,235,.7); margin-top: .75rem; max-width: 38ch; }

.footer-cols { display: grid; gap: 2rem; grid-template-columns: 1fr 1fr; }
.footer-col h4 {
  font-size: 13px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
  font-family: var(--font-display);
}
.footer-col ul { display: grid; gap: .55rem; }
.footer-col a:hover { color: var(--accent); }

/* Impressum / About-Block im Footer (zwei Spalten ab Tablet) */
.footer-legal {
  display: grid; gap: 1.5rem;
  grid-template-columns: 1fr;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(244,241,235,.15);
}
.footer-legal h4 {
  font-size: 13px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: .6rem;
  font-family: var(--font-display);
}
.footer-legal p { color: rgba(244,241,235,.6); font-size: 13px; line-height: 1.6; max-width: 46ch; }
.footer-legal a:hover { color: var(--accent); }
@media (min-width: 760px) { .footer-legal { grid-template-columns: 1fr 1fr; gap: 2rem; } }

.footer-base {
  display: flex; flex-wrap: wrap; gap: 1rem;
  justify-content: space-between; align-items: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(244,241,235,.15);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(244,241,235,.55);
  font-family: var(--font-display);
}

@media (min-width: 760px) {
  .footer-top { grid-template-columns: 1.4fr 1fr; align-items: end; }
  .footer-cols { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- 8. Marquee (sub-header tag) ----------------------------------- */
.marquee {
  background: var(--ink);
  color: var(--bg);
  overflow: hidden;
  padding: 10px 0;
  border-block: 1px solid var(--ink);
  position: relative;
  z-index: 50;
}
/* Laufschrift-Ticker: Die Texte sind im HTML DOPPELT vorhanden. Wir schieben
   die Leiste per Animation um genau -50% (= eine komplette Kopie) nach links.
   Weil die zweite Hälfte identisch ist, wirkt der Sprung zurück auf 0 nahtlos
   → unendliche Endlosschleife ohne sichtbare Lücke. */
.marquee-track {
  display: inline-flex; gap: 3rem;
  white-space: nowrap;                      /* nicht umbrechen → alles in einer Zeile */
  animation: scroll 28s linear infinite;
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 3rem; }
.marquee-track .star { color: var(--accent); }
@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }     /* exakt eine Kopie weiter */
}

/* ---------- 9. Hero (Home) ------------------------------------------------- */
.hero {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 6vw, 5rem);
}
.hero-headline {
  display: grid;
  gap: .25em;
}
.hero-headline .row { display: flex; align-items: baseline; gap: .25em; flex-wrap: wrap; }
.hero-headline .outline {
  -webkit-text-stroke: 2px var(--ink);
  color: transparent;
}
.hero-headline .accent { color: var(--accent-deep); }
.hero-meta {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  display: grid; gap: 1.5rem;
}
.hero-meta .desc { max-width: 42ch; }
.hero-meta .cta-row { display: flex; gap: .75rem; flex-wrap: wrap; }

@media (min-width: 880px) {
  .hero-meta {
    grid-template-columns: 1.2fr 1fr;
    align-items: start;
  }
}

/* ---------- 10. Slider (Home) --------------------------------------------- */
.slider {
  position: relative;
  margin-top: clamp(2rem, 5vw, 3.5rem);
}
.slider-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 1rem;
  scrollbar-width: thin;
  scrollbar-color: var(--ink) transparent;
}
.slider-track::-webkit-scrollbar { height: 6px; }
.slider-track::-webkit-scrollbar-thumb { background: var(--ink); border-radius: 999px; }

.slide {
  flex: 0 0 84%;
  scroll-snap-align: center;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--bg-alt);
  isolation: isolate;
}
.slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
}
.slide:hover img { transform: scale(1.04); }
.slide::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.55) 100%);
}
.slide-caption {
  position: absolute; left: 24px; right: 24px; bottom: 22px;
  z-index: 2;
  color: #fff;
  display: flex; align-items: end; justify-content: space-between; gap: 1rem;
}
.slide-caption h3 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: .95;
}
.slide-tag {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  background: var(--accent);
  color: var(--ink);
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

.slider-controls {
  display: flex; align-items: center; gap: 12px;
  margin-top: 1rem;
}
.slider-controls button {
  width: 44px; height: 44px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 18px;
  transition: background .25s ease, color .25s ease;
}
.slider-controls button:hover { background: var(--ink); color: var(--bg); }

.slider-progress {
  flex: 1; height: 2px; background: rgba(10,10,10,.15);
  border-radius: 999px; overflow: hidden; position: relative;
}
.slider-progress::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: var(--p, 33%);
  background: var(--ink);
  transition: width .35s ease;
}

@media (min-width: 760px)  { .slide { flex-basis: 56%; } }
@media (min-width: 1100px) { .slide { flex-basis: 42%; } }

/* ---------- 11. Card grid (Trainings/Sortiment) --------------------------- */
.card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 760px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px){ .card-grid { grid-template-columns: repeat(3, 1fr); } }

.card {
  position: relative;
  background: var(--bg-alt);
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16 / 11;
  isolation: isolate;
}
.card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.card:hover img { transform: scale(1.06); }
.card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(0,0,0,.6) 100%);
}
.card-body {
  position: absolute; left: 22px; right: 22px; bottom: 22px;
  z-index: 2;
  display: flex; align-items: end; justify-content: space-between; gap: 1rem;
  color: #fff;
}
.card-body h3 {
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1;
}
.card-cta {
  width: 44px; height: 44px;
  border: 1.5px solid #fff;
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 16px;
  background: rgba(255,255,255,.05);
  transition: background .25s ease, color .25s ease;
}
.card:hover .card-cta { background: var(--accent); color: var(--ink); border-color: var(--accent); }

/* feature card – wide */
.card-wide { aspect-ratio: 21 / 9; grid-column: 1 / -1; }

/* ---------- 12. Manifesto block (light → dark) ---------------------------- */
.manifesto {
  text-align: center;
  display: grid; place-items: center;
  padding-block: clamp(4rem, 9vw, 8rem);
}
.manifesto h2 {
  font-size: clamp(40px, 8vw, 96px);
  line-height: .95;
  max-width: 16ch;
}
.manifesto p { margin-top: 1.25rem; max-width: 50ch; color: var(--ink-soft); }
.manifesto .cta-row { margin-top: 1.5rem; }

/* dark variant */
.section-dark {
  background: var(--ink);
  color: var(--bg);
  border-radius: clamp(20px, 3vw, 36px);
  margin-block: clamp(2rem, 5vw, 4rem);
  padding-block: clamp(3rem, 7vw, 5.5rem);
}
.section-dark .lead,
.section-dark .muted { color: rgba(244,241,235,.7); }
.section-dark .btn { background: var(--bg); color: var(--ink); border-color: var(--bg); }
.section-dark .btn:hover { background: var(--accent); color: var(--ink); border-color: var(--accent); }

/* tier list (basic / premium / elite) */
.tier-list {
  display: grid; gap: 0;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(244,241,235,.18);
}
.tier-item {
  display: flex; align-items: center; gap: 1.25rem;
  padding-block: clamp(1.25rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(244,241,235,.18);
  transition: padding-left .35s ease;
}
.tier-item:hover { padding-left: 1rem; }
.tier-item .num {
  font-family: var(--font-display);
  font-size: 14px; letter-spacing: .2em;
  color: var(--accent);
}
.tier-item h3 {
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1;
}
.tier-item .star {
  margin-left: auto;
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 26px);
  color: var(--accent);
  opacity: .65;
}
.tier-item .price {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.4vw, 28px);
  margin-left: 1rem;
}

/* ---------- 13. Shop ------------------------------------------------------- */
.shop-controls {
  display: grid;
  gap: .75rem;
  grid-template-columns: 1fr;
  margin-top: 1.25rem;
}
@media (min-width: 760px) {
  .shop-controls { grid-template-columns: 2fr 1fr 1fr 1fr auto; align-items: center; }
}
.input, .select {
  width: 100%;
  background: var(--bg-alt);
  border: 1.5px solid transparent;
  padding: 14px 18px;
  border-radius: 999px;
  font-size: 14px;
  color: var(--ink);
  transition: border-color .2s ease, background .2s ease;
}
.input:focus, .select:focus {
  outline: none; border-color: var(--ink); background: var(--bg);
}
.input::placeholder { color: var(--muted); }

.shop-meta {
  display: flex; align-items: center; gap: 1rem;
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.shop-meta .count { background: var(--ink); color: var(--bg); padding: 6px 14px; border-radius: 999px; }

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 1.5rem;
}
@media (min-width: 600px)  { .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px)  { .product-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1200px) { .product-grid { grid-template-columns: repeat(4, 1fr); } }

.product {
  background: var(--bg-alt);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .25s ease;
  position: relative;
}
.product:hover { transform: translateY(-4px); }
.product .img-wrap {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  background: var(--bg);
}
.product .img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.product:hover .img-wrap img { transform: scale(1.05); }
.product .badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--ink); color: var(--bg);
  font-family: var(--font-display);
  font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  z-index: 2;
}
.product .badge.retro { background: var(--accent); color: var(--ink); }
.product-body {
  padding: 16px 18px 20px;
  display: flex; flex-direction: column; gap: 8px;
}
.product-body .meta {
  display: flex; gap: 8px; flex-wrap: wrap;
  font-family: var(--font-display); font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
}
.product-body h3 {
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1;
}
.product-body .footer-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 4px;
}
.product-body .price {
  font-family: var(--font-display);
  font-size: clamp(22px, 2vw, 28px);
}
.product-body .add {
  width: 38px; height: 38px;
  border-radius: 999px;
  background: var(--ink); color: var(--bg);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.product-body .add:hover { background: var(--accent); color: var(--ink); transform: rotate(90deg); }

.product-empty {
  grid-column: 1 / -1;
  padding: 3rem 1rem;
  text-align: center;
  background: var(--bg-alt);
  border-radius: var(--radius-md);
}

/* ---------- 14. Promotion / Form ------------------------------------------ */
.promo-grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: 1fr;
}
@media (min-width: 1000px) {
  .promo-grid { grid-template-columns: 1fr 1fr; align-items: stretch; }
}

.promo-card {
  background: var(--ink);
  color: var(--bg);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
  overflow: hidden;
}
.promo-card .eyebrow .dot { background: var(--accent); }
.promo-card h2 {
  font-size: clamp(40px, 6vw, 76px);
  line-height: .95;
  margin-block: 1rem;
}
.promo-card p { color: rgba(244,241,235,.75); max-width: 38ch; }

/* form */
.form { display: grid; gap: 1rem; margin-top: 1.5rem; }
.form-row { display: grid; gap: 1rem; }
@media (min-width: 600px) { .form-row.two { grid-template-columns: 1fr 1fr; } }

.field { display: grid; gap: 6px; }
.field label {
  font-family: var(--font-display);
  font-size: 12px; letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(244,241,235,.7);
}
.field input, .field select {
  background: rgba(244,241,235,.08);
  border: 1.5px solid rgba(244,241,235,.18);
  color: var(--bg);
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 15px;
  transition: border-color .2s ease, background .2s ease;
}
.field input::placeholder { color: rgba(244,241,235,.4); }
.field input:focus, .field select:focus {
  outline: none; border-color: var(--accent); background: rgba(198,255,61,.05);
}
.field.invalid input, .field.invalid select {
  border-color: var(--danger);
  background: rgba(255,59,59,.06);
}
.field .error {
  font-family: var(--font-display);
  font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--danger);
  display: none;
}
.field.invalid .error { display: block; }

.checkbox {
  display: flex; align-items: center; gap: 12px;
  font-size: 14px;
  color: rgba(244,241,235,.8);
}
.checkbox input { width: 20px; height: 20px; accent-color: var(--accent); }

.form-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.form-status {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display);
  font-size: 13px; letter-spacing: .2em;
  text-transform: uppercase;
  margin-left: auto;
}
.form-status.ok      { color: var(--accent); }
.form-status.err     { color: var(--danger); }
.form-status.loading { color: rgba(244,241,235,.7); }

/* Lade-Spinner (Zusatzaufgabe): ein Ring, dessen obere Kante farbig ist;
   die Endlos-Rotation per @keyframes lässt ihn als Kreis "laufen". */
.spinner {
  width: 14px; height: 14px;
  border: 2px solid rgba(244,241,235,.25);
  border-top-color: var(--accent);          /* nur oben farbig → erzeugt den Dreheffekt */
  border-radius: 50%;
  animation: spin .7s linear infinite;
  flex-shrink: 0;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- 15. Game (Jersey Runner – DOM-Game) -------------------------- *
 * DOM-basiertes Runner-Game: HTML-Elemente werden per JS bewegt, CSS macht
 * Optik & Animationen. Diese Klassen kommen nur auf promotion.html vor.     */
.game-card {
  position: relative;
  display: flex; flex-direction: column;
  gap: clamp(.95rem, 2vw, 1.35rem);
  overflow: hidden;
  padding: clamp(1rem, 2.5vw, 1.75rem);
  border: 1.5px solid var(--ink);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255,255,255,.42), transparent 34%), var(--bg-alt);
  box-shadow: 0 24px 70px rgba(10,10,10,.22);
}
.game-card::before {       /* dekoratives Raster + grüner Akzentbalken rechts */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 78%, rgba(198,255,61,.18) 78% 100%),
    repeating-linear-gradient(90deg, rgba(10,10,10,.04) 0 1px, transparent 1px 72px);
}
.game-card > * { position: relative; z-index: 1; }

.game-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: clamp(1rem, 3vw, 2rem); flex-wrap: wrap;
}
.game-title-block { display: grid; gap: .65rem; }
.game-head h1, .game-head h2 { max-width: 13ch; font-size: clamp(36px, 6vw, 80px); line-height: .95; }

.game-stats {
  display: flex; gap: .75rem;
  font-family: var(--font-display); font-size: 14px;
  letter-spacing: .16em; text-transform: uppercase;
}
.game-stats .stat {
  display: grid; min-width: 104px; padding: 12px 16px;
  border: 1.5px solid var(--ink); border-radius: 999px;
  background: rgba(244,241,235,.58);
}
.game-stats .stat .v { color: var(--ink); font-size: 28px; line-height: 1; font-variant-numeric: tabular-nums; }
.game-stats .stat .l { color: var(--muted); font-size: 11px; }

/* Spielfeld (Stage) – Stadion-Bild als Hintergrund. --ground-height legt die
   Bodenhöhe fest; Spielfigur/Hindernisse sitzen darauf (bottom: var(--ground-height)). */
.game-canvas-wrap {
  --ground-height: clamp(48px, 7vw, 74px);
  position: relative; overflow: hidden; width: 100%;
  aspect-ratio: 16 / 9; max-height: 520px;
  border: 1.5px solid var(--ink); border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.28)),
    url("../img/game/stadion.jpg") center 42% / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(244,241,235,.12), 0 14px 36px rgba(10,10,10,.2);
  isolation: isolate; image-rendering: pixelated; outline: none; touch-action: manipulation;
}
.stadium-vignette {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(198,255,61,.08), transparent 28%),
    linear-gradient(180deg, rgba(1,5,8,.22), transparent 42%),
    linear-gradient(90deg, rgba(0,0,0,.38), transparent 24%, transparent 76%, rgba(0,0,0,.38));
}
/* Rasen am unteren Rand; der grüne Punkt-Pattern scrollt via --grass-x (aus JS). */
.pitch-lines {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  height: calc(var(--ground-height) + 24px); overflow: hidden; pointer-events: none;
  --grass-x: 0px;
  background-color: #125d24;
  border-top: 2px solid rgba(198,255,61,.42);
  box-shadow: inset 0 -14px 0 rgba(0,0,0,.12);
}
.pitch-lines::before, .pitch-lines::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.pitch-lines::before {
  background:
    radial-gradient(circle at 12px 18px, #c6ff3d 0 2px, transparent 3px),
    radial-gradient(circle at 44px 48px, #c6ff3d 0 1px, transparent 2px),
    radial-gradient(circle at 88px 26px, #c6ff3d 0 2px, transparent 3px);
  background-size: 128px 64px; background-position: var(--grass-x) 0; opacity: .7;
}
.pitch-lines::after {
  background:
    radial-gradient(circle at 24px 34px, #42b833 0 2px, transparent 3px),
    radial-gradient(circle at 72px 12px, #42b833 0 1px, transparent 2px),
    radial-gradient(circle at 104px 56px, #42b833 0 2px, transparent 3px),
    radial-gradient(circle at 42px 58px, #083817 0 2px, transparent 3px),
    radial-gradient(circle at 96px 31px, #083817 0 1px, transparent 2px);
  background-size: 128px 64px; background-position: var(--grass-x) 0; opacity: .76;
}
.object-layer, .particle-layer { position: absolute; inset: 0; z-index: 6; pointer-events: none; }
.particle-layer { z-index: 8; }

.coin-toast {
  position: absolute; left: 50%; top: 22%; z-index: 18;
  padding: 12px 18px; border: 1.5px solid var(--ink); border-radius: 999px;
  color: var(--ink); font-family: var(--font-display);
  font-size: clamp(16px, 3vw, 26px); letter-spacing: .12em; text-transform: uppercase;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(198,255,61,.22), 0 18px 44px rgba(0,0,0,.28);
  opacity: 0; pointer-events: none;
  transform: translate3d(-50%, 12px, 0) scale(.92);
}
.coin-toast.is-visible { animation: coin-toast-pop 1.35s cubic-bezier(.2,.8,.2,1) forwards; }

/* Sprites */
.runner {
  position: absolute; left: clamp(38px, 9vw, 118px); bottom: var(--ground-height); z-index: 7;
  width: auto; height: clamp(88px, 12vw, 126px);
  image-rendering: pixelated; user-select: none;
  transform: translate3d(0,0,0); transform-origin: 50% 100%;
  filter: drop-shadow(0 10px 0 rgba(0,0,0,.28)) drop-shadow(0 18px 18px rgba(0,0,0,.25));
  will-change: transform;
}
.game-stage--playing .runner { animation: runner-light .32s steps(2) infinite; }
.runner--jumping { animation: runner-jump-light .36s ease-out; }

.obstacle, .discount-coin {
  position: absolute; left: 0; bottom: var(--ground-height); z-index: 6;
  width: var(--sprite-width); height: var(--sprite-height);
  transform: translate3d(0,0,0); will-change: transform;
}
.obstacle__sprite {
  width: 100%; height: 100%; object-fit: contain; object-position: bottom center;
  image-rendering: pixelated; user-select: none;
  filter: drop-shadow(0 7px 0 rgba(0,0,0,.34)) drop-shadow(0 16px 18px rgba(0,0,0,.28));
}
.discount-coin {
  border-radius: 50%;
  filter: drop-shadow(0 0 18px rgba(198,255,61,.74)) drop-shadow(0 16px 18px rgba(0,0,0,.34));
  animation: coin-glow .86s steps(2) infinite;
}
.coin__sprite { width: 100%; height: 100%; object-fit: contain; image-rendering: pixelated; user-select: none; }
.coin-particle {
  position: absolute; z-index: 9; width: 9px; height: 9px;
  border: 1.5px solid var(--ink); border-radius: 2px; background: var(--accent);
  box-shadow: 0 0 14px rgba(198,255,61,.85);
  animation: particle-pop .72s ease-out forwards;
}

/* Overlays (Start / Game-Over) */
.game-overlay {
  position: absolute; inset: 0; z-index: 20;
  display: grid; place-items: center; padding: clamp(1rem, 4vw, 2rem);
  color: var(--bg); text-align: center;
  background: rgba(10,10,10,.78); backdrop-filter: blur(10px);
  transition: opacity .3s ease;
  overflow-y: auto;                         /* kurze Spielfelder: notfalls scrollen */
}
.game-overlay.is-hidden { opacity: 0; pointer-events: none; }
.game-overlay__panel {
  display: grid; justify-items: center; gap: 1rem;
  width: min(520px, 100%); padding: clamp(1.35rem, 4vw, 2rem);
  border: 1.5px solid rgba(244,241,235,.28); border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(198,255,61,.14), transparent 38%), rgba(10,10,10,.56);
  box-shadow: 0 30px 80px rgba(0,0,0,.34);
  /* Auf niedrigen Spielfeldern (Handy) darf das Panel nie höher als das Feld
     werden, sonst schneidet overflow:hidden des Spielfelds den Button ab. */
  max-height: 100%; overflow-y: auto;
}
.game-overlay .eyebrow { color: var(--bg); }
.game-overlay h2 { font-size: clamp(36px, 6vw, 64px); line-height: 1; }
.game-overlay p { max-width: 42ch; color: rgba(244,241,235,.75); }
.game-overlay .key {
  display: inline-block; margin: 0 4px; padding: 4px 12px;
  border: 1.5px solid var(--bg); border-radius: 8px;
  font-family: var(--font-mono); font-size: 12px;
}
#gameOverOverlay .game-overlay__panel { gap: .4rem; max-height: calc(100% - 14px); overflow-y: auto; }
#gameOverOverlay h2 { font-size: clamp(28px, 4vw, 44px); }
#gameOverOverlay p { margin: 0; }

/* Rabattcode-Box im Game-Over-Overlay */
.game-over-reward {
  display: grid; justify-items: center; gap: .3rem;
  width: min(390px, 100%); margin-top: .15rem; padding: 10px;
  border: 1.5px solid var(--accent); border-radius: var(--radius-md);
  color: var(--ink);
  background: radial-gradient(circle at 78% 12%, rgba(255,255,255,.55), transparent 28%), var(--accent);
  box-shadow: 0 0 0 6px rgba(198,255,61,.14), 0 0 36px rgba(198,255,61,.3);
}
.game-over-reward.is-hidden { display: none; }
.game-over-reward span, .game-over-reward strong, .game-over-reward small {
  font-family: var(--font-display); letter-spacing: .14em; text-transform: uppercase;
}
.game-over-reward span { font-size: 12px; }
.game-over-reward strong { font-size: clamp(22px, 3.8vw, 30px); letter-spacing: .08em; line-height: 1; }
.game-over-reward .btn { min-height: 34px; padding: .55rem 1rem; background: var(--ink); color: var(--accent); }
.game-over-reward .btn:hover { background: var(--bg); color: var(--ink); }
.game-over-reward small { font-size: 11px; }

.game-help {
  display: flex; gap: 1rem; flex-wrap: wrap;
  font-family: var(--font-display); font-size: 12px;
  letter-spacing: .18em; text-transform: uppercase; color: var(--muted);
}
.game-help span { display: inline-flex; align-items: center; gap: .65rem; }
.game-help span::before { content: "✱"; color: var(--ink); }

.stage--shake { animation: screen-shake .36s linear; }

/* Game-Keyframes */
@keyframes runner-light {
  0%,100% { filter: drop-shadow(0 9px 0 rgba(0,0,0,.28)) drop-shadow(0 18px 18px rgba(0,0,0,.25)); }
  50%     { filter: drop-shadow(0 11px 0 rgba(0,0,0,.3)) drop-shadow(0 20px 20px rgba(0,0,0,.28)) brightness(1.08); }
}
@keyframes runner-jump-light {
  0%,100% { filter: drop-shadow(0 10px 0 rgba(0,0,0,.28)) drop-shadow(0 18px 18px rgba(0,0,0,.25)); }
  50%     { filter: drop-shadow(0 16px 0 rgba(0,0,0,.18)) drop-shadow(0 26px 28px rgba(0,0,0,.22)) brightness(1.14); }
}
@keyframes coin-glow {
  0%,100% { filter: drop-shadow(0 0 16px rgba(198,255,61,.7)) drop-shadow(0 16px 18px rgba(0,0,0,.34)); }
  50%     { filter: drop-shadow(0 0 34px rgba(198,255,61,.95)) drop-shadow(0 18px 22px rgba(0,0,0,.38)) brightness(1.14); }
}
@keyframes coin-toast-pop {
  0%   { opacity: 0; transform: translate3d(-50%, 16px, 0) scale(.88); }
  18%  { opacity: 1; transform: translate3d(-50%, 0, 0) scale(1.04); }
  78%  { opacity: 1; transform: translate3d(-50%, -8px, 0) scale(1); }
  100% { opacity: 0; transform: translate3d(-50%, -18px, 0) scale(.96); }
}
@keyframes particle-pop {
  0%   { opacity: 1; transform: translate3d(0,0,0) rotate(0deg) scale(1); }
  100% { opacity: 0; transform: translate3d(var(--particle-x), var(--particle-y), 0) rotate(180deg) scale(.2); }
}
@keyframes screen-shake {
  0%,100% { transform: translate3d(0,0,0); }
  20% { transform: translate3d(-7px,0,0); }
  40% { transform: translate3d(6px,0,0); }
  60% { transform: translate3d(-4px,0,0); }
  80% { transform: translate3d(3px,0,0); }
}

/* Spielfeld auf kleinen Screens: 4:3 wäre für die Sprunghöhe zu flach (die
   Figur sprang oben aus dem Feld) und das Start-Overlay passte nicht hinein.
   Darum eine spielbare Mindesthöhe + kompaktere Overlay-Texte. */
@media (max-width: 780px) {
  .game-canvas-wrap { aspect-ratio: 4 / 3; min-height: 360px; }
  .runner { left: clamp(30px, 9vw, 56px); height: clamp(76px, 18vw, 96px); }
  .game-stats { width: 100%; }
  .game-stats .stat { flex: 1; min-width: 0; }

  /* Overlays kompakter, damit Titel + Text + Button sicher aufs Feld passen */
  .game-overlay { padding: .85rem; }
  .game-overlay__panel { gap: .6rem; padding: 1.1rem 1rem; }
  .game-overlay h2 { font-size: clamp(26px, 7vw, 40px); }
  .game-overlay p  { font-size: 14px; }
  .game-overlay .btn { padding: 12px 22px; }
}

/* ---------- 16. FAQ Accordion --------------------------------------------- */
.faq {
  border-top: 1.5px solid var(--ink);
  margin-top: 2rem;
}
.faq-item {
  border-bottom: 1.5px solid var(--ink);
}
.faq-q {
  width: 100%; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding-block: clamp(1rem, 2.5vw, 1.5rem);
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  transition: padding-left .35s ease;
}
.faq-q:hover { padding-left: 8px; }
.faq-q .icon {
  width: 36px; height: 36px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-body);
  font-size: 18px;
  flex-shrink: 0;
  transition: background .25s ease, color .25s ease, transform .35s ease;
}
.faq-item.is-open .faq-q .icon { background: var(--accent); color: var(--ink); transform: rotate(45deg); }

/* Auf-/Zuklapp-Trick OHNE feste Höhe:
   Ein Grid mit grid-template-rows: 0fr (Inhalt auf Höhe 0 zusammengedrückt)
   wird auf 1fr animiert (volle Inhaltshöhe). Das geht weich – anders als
   height:auto, das sich nicht animieren lässt. Das innere <div> braucht
   overflow:hidden, damit der Text beim Zuklappen sauber abgeschnitten wird. */
.faq-a {
  display: grid;
  grid-template-rows: 0fr;                  /* zu: Inhaltszeile hat Höhe 0 */
  transition: grid-template-rows .4s cubic-bezier(.7,.0,.2,1);
}
.faq-a > div { overflow: hidden; }
.faq-a p {
  padding-bottom: 1.25rem;
  max-width: 65ch;
  color: var(--ink-soft);
}
.faq-item.is-open .faq-a { grid-template-rows: 1fr; } /* offen: volle Höhe */

/* ---------- 17. Page hero (Shop / Promotion subpages) --------------------- */
.page-hero {
  padding-block: clamp(2.5rem, 6vw, 5rem);
}
.page-hero h1 {
  font-size: clamp(56px, 12vw, 180px);
  line-height: .9;
}
.page-hero .subline {
  display: flex; gap: 1rem; align-items: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}

/* ---------- 18. Reveal animations ----------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1);
}
.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .marquee-track { animation: none !important; }
}

/* ---------- 19. Warenkorb (Header-Icon + Slide-in-Drawer) ----------------- *
 * Der Warenkorb liegt im localStorage (siehe js/cart.js) und ist auf allen
 * Seiten verfügbar. Das Icon sitzt im Header, der Drawer fährt von rechts ein. */
.cart-toggle {
  position: relative;
  width: 44px; height: 44px;
  border: 1.5px solid var(--ink); border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background .25s ease, color .25s ease;
}
.cart-toggle:hover { background: var(--ink); color: var(--bg); }
.cart-toggle svg { width: 20px; height: 20px; }
/* Zähler-Badge oben rechts am Icon */
.cart-count {
  position: absolute; top: -6px; right: -6px;
  min-width: 20px; height: 20px; padding: 0 5px;
  background: var(--accent); color: var(--ink);
  border: 1.5px solid var(--ink); border-radius: 999px;
  font-family: var(--font-display); font-size: 11px;
  display: inline-flex; align-items: center; justify-content: center;
  transform: scale(0); transition: transform .2s ease;   /* versteckt bei 0 Artikeln */
}
.cart-count.has-items { transform: scale(1); }

/* Abdunkelnder Hintergrund hinter dem Drawer */
.cart-backdrop {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(10,10,10,.55); backdrop-filter: blur(2px);
  opacity: 0; pointer-events: none; transition: opacity .3s ease;
}
.cart-backdrop.is-open { opacity: 1; pointer-events: auto; }

.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 210;
  width: min(420px, 100%);
  background: var(--bg); color: var(--ink);
  display: flex; flex-direction: column;
  transform: translateX(100%);                 /* startet ausserhalb rechts */
  transition: transform .35s cubic-bezier(.7,0,.2,1);
  box-shadow: -20px 0 60px rgba(10,10,10,.25);
}
.cart-drawer.is-open { transform: translateX(0); }

.cart-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem var(--gutter);
  border-bottom: 1.5px solid var(--ink);
}
.cart-head h3 { font-size: clamp(24px, 4vw, 32px); }
.cart-close {
  width: 40px; height: 40px; border: 1.5px solid var(--ink); border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; font-size: 16px;
  transition: background .25s ease, color .25s ease;
}
.cart-close:hover { background: var(--ink); color: var(--bg); }

.cart-items { flex: 1; overflow-y: auto; padding: var(--gutter); display: grid; gap: 1rem; align-content: start; }
.cart-empty { color: var(--muted); text-align: center; padding: 2rem 0; }

.cart-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; align-items: center; }
.cart-item img { width: 64px; height: 64px; object-fit: cover; border-radius: var(--radius-sm); background: var(--bg-alt); }
.cart-item .ci-title { font-family: var(--font-display); text-transform: uppercase; font-size: 15px; line-height: 1.1; }
.cart-item .ci-price { color: var(--muted); font-size: 13px; }
.cart-item .ci-controls { display: inline-flex; align-items: center; gap: 8px; margin-top: 4px; }
.cart-item .ci-controls button {
  width: 26px; height: 26px; border: 1.5px solid var(--ink); border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; font-size: 14px;
}
.cart-item .ci-controls button:hover { background: var(--ink); color: var(--bg); }
.cart-item .ci-qty { min-width: 20px; text-align: center; font-family: var(--font-display); }
.cart-item .ci-remove { display: inline-block; margin-top: 6px; background: none; border: 0; color: var(--muted); font-size: 12px; text-decoration: underline; cursor: pointer; }
.cart-item .ci-remove:hover { color: var(--danger); }

.cart-foot { border-top: 1.5px solid var(--ink); padding: var(--gutter); display: grid; gap: .75rem; }
.cart-code { display: flex; gap: 8px; }
.cart-code input {
  flex: 1; background: var(--bg-alt); border: 1.5px solid transparent;
  padding: 10px 14px; border-radius: 999px; font-size: 13px; text-transform: uppercase;
}
.cart-code input:focus { outline: none; border-color: var(--ink); background: var(--bg); }
.cart-code button { padding: 10px 16px; }
.cart-line { display: flex; justify-content: space-between; font-size: 14px; }
.cart-line.discount { color: var(--accent-deep); }
.cart-line.total { font-family: var(--font-display); font-size: 22px; text-transform: uppercase; border-top: 1px solid rgba(10,10,10,.15); padding-top: .6rem; }
.cart-msg { font-family: var(--font-display); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; min-height: 1em; }
.cart-msg.ok { color: var(--accent-deep); }
.cart-msg.err { color: var(--danger); }
.cart-foot .btn { width: 100%; }

/* Erfolgs-Ansicht nach dem Demo-Checkout */
.cart-done { text-align: center; display: grid; gap: .5rem; padding: 1rem 0; }
.cart-done .star { font-family: var(--font-display); font-size: 40px; color: var(--accent-deep); }
