/* ProteinWerk – Premium Athletic Dark
   Anthrazit-Flächen, heller Logo-Blau-Akzent (#7DB4E8, aus dem Logo-Verlauf)
   für CTA/Preise, Elektro-Blau (#4D9FFF) für Links/Badges. */
:root {
  --bg: #0E1116;
  --surface: #1A1F26;
  --surface-hover: #232A33;
  --input-bg: #12161B;
  --line: #2E3742;
  --text: #F4F6F8;
  --text-soft: #9BA6B2;
  --text-dim: #5F6A76;
  --volt: #7DB4E8;
  --volt-hover: #9CC9F2;
  --blue: #4D9FFF;
  --green: #3DDC84;
  --red: #FF5C5C;
  --footer-bg: #0A0D10;
  --radius: 14px;
  --font-display: "Bahnschrift", "Segoe UI Semibold", "Segoe UI", Arial, sans-serif;
  --font-body: "Segoe UI Variable Text", "Segoe UI", system-ui, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text-soft);
  background: var(--bg);
  line-height: 1.6;
}

a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--volt); }
:focus-visible { outline: 2px solid var(--volt); outline-offset: 2px; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.muted { color: var(--text-dim); }

h1, h2, h3, h4, .wordmark, .price, .btn, .badge, .chip {
  font-family: var(--font-display);
  color: var(--text);
}

/* ---------- Header ---------- */
header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(14, 17, 22, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 16px; padding: 10px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 44px; height: 44px; }
.wordmark {
  font-size: 1.15rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--text);
}
.wordmark .mark { color: var(--blue); }
nav { margin-left: auto; display: flex; gap: 24px; align-items: center; }
nav a {
  font-family: var(--font-display); font-size: 0.8rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-soft);
}
nav a:hover { color: var(--volt); }
.cart-link {
  position: relative; display: flex; align-items: center;
  color: var(--text) !important; padding: 12px;
}
.cart-link:hover { color: var(--volt) !important; }
.cart-badge {
  position: absolute; top: 2px; right: 2px;
  background: var(--volt); color: var(--bg);
  font-size: 0.7rem; font-weight: 700; line-height: 1;
  padding: 3px 6px; border-radius: 999px;
}

/* ---------- Versandleiste ---------- */
.ship-bar {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  font-size: 0.85rem; color: var(--text-soft);
}
.ship-bar .container {
  display: flex; align-items: center; gap: 10px;
  padding-top: 8px; padding-bottom: 8px;
}
.ship-bar svg { color: var(--volt); flex-shrink: 0; }
.ship-bar strong { color: var(--volt); }

/* ---------- Express-Banner ---------- */
.express-banner {
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
  margin-top: 28px;
  background: linear-gradient(135deg, rgba(77, 159, 255, 0.14), rgba(125, 180, 232, 0.04));
  border: 1px solid var(--blue); border-radius: var(--radius);
  padding: 26px 30px;
}
.express-bolt { color: var(--volt); flex-shrink: 0; }
.express-text { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 240px; }
.express-text strong {
  font-family: var(--font-display); font-size: clamp(1.4rem, 3.2vw, 2.1rem);
  font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase;
  color: var(--text); line-height: 1.15;
}
.express-text span { color: var(--text-soft); font-size: 1.05rem; }
.express-text em { font-style: normal; color: var(--volt); font-weight: 600; }

.badge.express {
  left: auto; right: 12px;
  color: var(--bg); background: var(--volt); border-color: var(--volt);
}
.express-note {
  display: flex; align-items: center; gap: 8px;
  color: var(--volt); font-weight: 600;
  border: 1px solid var(--line); border-left: 3px solid var(--volt);
  border-radius: 8px; padding: 10px 14px;
  background: rgba(125, 180, 232, 0.06);
}
.express-note strong { color: var(--volt); }

/* ---------- Flash ---------- */
.flash {
  background: var(--surface); border: 1px solid var(--line);
  border-left: 4px solid var(--volt); color: var(--text);
  border-radius: 8px; padding: 10px 16px; margin: 16px 0;
}

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #0E1116 0%, #141A22 55%, #0E1116 100%);
  border-bottom: 1px solid var(--line);
}
.hero-speedlines, .hero-outline {
  position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none;
}
.hero-outline { top: auto; bottom: 0; height: 45%; }
.hero-grid {
  position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 32px; align-items: center; padding-top: 64px; padding-bottom: 64px;
  min-height: 68vh;
}
.eyebrow {
  font-family: var(--font-display); font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue);
}
.hero h1 {
  font-size: clamp(2rem, 9vw, 4.5rem); font-weight: 700; line-height: 1.05;
  letter-spacing: 0.02em; text-transform: uppercase; margin: 12px 0 16px;
}
.hero h1 .volt { color: var(--volt); }
.hero-copy p { max-width: 46ch; margin-bottom: 24px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.usp-row {
  display: flex; gap: 0; list-style: none; flex-wrap: wrap;
}
.usp-row li {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.85rem; color: var(--text-soft);
  padding: 0 18px; border-left: 1px solid var(--line);
}
.usp-row li:first-child { border-left: none; padding-left: 0; }
.usp-row svg { color: var(--blue); flex-shrink: 0; }

.hero-visual { position: relative; display: flex; justify-content: center; align-items: center; min-height: 380px; }
.hero-glow {
  position: absolute; inset: 0;
  background: radial-gradient(circle, rgba(77, 159, 255, 0.18), transparent 65%);
  animation: glowPulse 7s ease-in-out infinite alternate;
}
.hero-rings { position: absolute; width: 100%; height: 100%; }
.hero-dose { position: relative; transform: rotate(-6deg); }

@keyframes glowPulse {
  from { opacity: 0.55; }
  to { opacity: 0.85; }
}

/* ---------- Kategorie-Chips ---------- */
.chips { display: flex; gap: 12px; flex-wrap: wrap; padding-top: 28px; padding-bottom: 4px; }
.chip {
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--text-soft);
  border: 1px solid var(--line); border-radius: 999px; padding: 8px 20px;
  transition: border-color 0.2s, color 0.2s;
}
.chip:hover { border-color: var(--volt); color: var(--volt); }

/* ---------- Sektionen & Karten ---------- */
.cat-section { scroll-margin-top: 90px; }
h2.section {
  display: flex; align-items: center; gap: 12px;
  font-size: 1.75rem; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; margin: 40px 0 20px;
}
h2.section::before {
  content: ""; width: 28px; height: 4px; background: var(--volt);
  transform: skewX(-12deg); flex-shrink: 0;
}
.grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px; margin-bottom: 48px;
}
.card {
  position: relative;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.2s ease-out, border-color 0.2s, box-shadow 0.2s;
}
.card:hover {
  transform: translateY(-4px);
  border-color: rgb(var(--flavor));
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(var(--flavor), 0.35);
}
.card-stage {
  position: relative; height: 185px;
  display: flex; align-items: flex-end; justify-content: center;
  background: radial-gradient(ellipse at 50% 85%, rgba(var(--flavor), 0.22), transparent 70%);
  padding-bottom: 8px;
}
.card-dose { transition: transform 0.25s ease-out; transform-origin: bottom; }
.card:hover .card-dose { transform: scale(1.05); }
.badge {
  position: absolute; top: 12px; left: 12px;
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--blue);
  border: 1px solid var(--blue); border-radius: 4px; padding: 2px 8px;
  background: rgba(14, 17, 22, 0.5);
}
.badge.bestseller {
  left: auto; right: 12px; color: var(--bg);
  background: var(--volt); border-color: var(--volt);
}
.badge.soldout-badge {
  left: auto; right: 12px; color: var(--text-dim); border-color: var(--text-dim);
}
.card-body { display: flex; flex-direction: column; gap: 10px; padding: 18px; flex: 1; }
.flavor-line {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.8rem; color: var(--text-soft);
}
.flavor-line i {
  width: 10px; height: 10px; border-radius: 50%; display: inline-block;
  border: 1px solid var(--line);
}
.card h3 { font-size: 1.1rem; font-weight: 600; letter-spacing: 0.03em; }
.card-link { color: var(--text); }
.card-link::after { content: ""; position: absolute; inset: 0; }
.card-link:hover { color: var(--text); }

.meter { display: flex; align-items: center; gap: 10px; }
.meter-track {
  flex: 1; height: 4px; background: var(--line); border-radius: 2px; overflow: hidden;
}
.meter-fill {
  display: block; height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--volt));
}
.meter-fill.green { background: var(--green); }
.meter-label { font-size: 0.75rem; color: var(--text-soft); white-space: nowrap; }

.card-foot {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-top: auto; gap: 12px;
}
.price-block { display: flex; flex-direction: column; }
.price {
  font-size: 1.5rem; font-weight: 700; color: var(--volt);
  font-variant-numeric: tabular-nums;
}
.base-price { font-size: 0.78rem; color: var(--text-dim); }
.price-block.big .price { font-size: 2rem; }

.is-soldout .card-dose { filter: grayscale(1) opacity(0.5); }
.is-soldout .price { color: var(--text-soft); }
.soldout { color: var(--red); font-weight: 600; margin: 12px 0; }

/* ---------- Buttons ---------- */
.btn {
  position: relative; z-index: 1;
  display: inline-block;
  background: var(--volt); color: var(--bg);
  border: none; cursor: pointer;
  font-family: var(--font-display); font-size: 0.9rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  padding: 0.85rem 1.75rem;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
  transition: background-color 0.2s, transform 0.2s ease-out, box-shadow 0.2s;
}
.btn:hover {
  background: var(--volt-hover); color: var(--bg);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(125, 180, 232, 0.25);
}
.btn:active { transform: translateY(0); box-shadow: none; }
.btn.ghost {
  background: transparent; color: var(--text);
  border: 1px solid var(--line); box-shadow: none;
}
.btn.ghost:hover { border-color: var(--volt); color: var(--volt); background: transparent; }
.btn.block { display: block; width: 100%; text-align: center; }
.btn.icon-btn {
  width: 44px; height: 44px; padding: 0; font-size: 1.4rem; line-height: 44px;
  text-align: center; flex-shrink: 0;
}

/* ---------- Produktdetail ---------- */
.detail-grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px;
  align-items: center; margin: 40px 0 56px;
}
.detail-stage {
  position: relative; min-height: 420px;
  display: flex; align-items: center; justify-content: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden;
}
.detail-stage .hero-glow {
  background: radial-gradient(circle, rgba(var(--flavor), 0.2), transparent 65%);
}
.detail-dose { position: relative; transform: rotate(-6deg); }
.detail-info { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.detail-info .badge { position: static; }
.detail-info h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700;
  letter-spacing: 0.02em; text-transform: uppercase; line-height: 1.1;
}
.detail-info .meter { width: 100%; max-width: 320px; }
.detail-info .desc { color: var(--text-soft); }
.detail-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.detail-info .usp-row { margin-top: 8px; }

/* ---------- Warenkorb ---------- */
.cart-layout {
  display: grid; grid-template-columns: 1.6fr 1fr; gap: 32px;
  align-items: start; margin-bottom: 56px;
}
.cart-table {
  width: 100%; border-collapse: collapse;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
}
.cart-table th {
  font-family: var(--font-display); font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-soft);
  text-align: left; padding: 14px 16px; border-bottom: 2px solid var(--line);
}
.cart-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); }
.cart-table tr:last-child td { border-bottom: none; }
.cart-table tr:hover td { background: rgba(35, 42, 51, 0.5); }
td.num, th.num { text-align: right; font-variant-numeric: tabular-nums; }
.line-sum { color: var(--text); font-weight: 600; }
.total-row td {
  font-family: var(--font-display); font-weight: 700; color: var(--text);
  border-top: 2px solid var(--volt);
}
.total-row td.num { color: var(--volt); font-size: 1.15rem; }

.cart-item { display: flex; align-items: center; gap: 12px; }
.cart-item .thumb {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(var(--flavor), 0.15);
}
.cart-item a { color: var(--text); font-weight: 600; }
.cart-item a:hover { color: var(--volt); }
.cart-item small { display: block; color: var(--text-dim); font-size: 0.8rem; }

.stepper { display: flex; align-items: center; gap: 8px; }
.stepper button {
  width: 32px; height: 32px; border-radius: 6px;
  background: transparent; border: 1px solid var(--line); color: var(--text);
  font-size: 1.1rem; line-height: 1; cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.stepper button:hover:not(:disabled) { border-color: var(--volt); color: var(--volt); }
.stepper button:disabled { color: var(--text-dim); cursor: not-allowed; }
.stepper .qty {
  min-width: 28px; text-align: center; color: var(--text);
  font-family: var(--font-display); font-weight: 600;
}
.remove {
  background: none; border: none; color: var(--red); font-size: 1.3rem;
  cursor: pointer; padding: 4px 8px; line-height: 1;
  min-width: 44px; min-height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
}
.remove:hover { text-decoration: underline; }

.summary {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px;
  display: flex; flex-direction: column; gap: 12px;
  position: sticky; top: 84px;
}
.summary h3 {
  font-size: 1rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; margin-bottom: 4px;
}
.summary-row { display: flex; justify-content: space-between; font-size: 0.95rem; }
.summary-row.muted { color: var(--text-dim); }
.summary-total {
  display: flex; justify-content: space-between; align-items: baseline;
  border-top: 2px solid var(--volt); padding-top: 12px; margin-top: 4px;
  font-family: var(--font-display); font-weight: 700; color: var(--text);
}
/* Rabattcode */
.code-form { display: flex; gap: 8px; }
.code-form input {
  flex: 1; min-width: 0; padding: 10px 12px;
  background: var(--input-bg); border: 1px solid var(--line);
  border-radius: 8px; color: var(--text); font: inherit;
  text-transform: uppercase;
}
.code-form input::placeholder { color: var(--text-dim); text-transform: none; }
.code-form input:focus {
  outline: none; border-color: var(--volt);
  box-shadow: 0 0 0 3px rgba(125, 180, 232, 0.15);
}
.code-form .btn { padding: 0.6rem 1.1rem; flex-shrink: 0; }
.discount-row, .discount-row td { color: var(--green); }
.inline-form { display: inline; }
.remove.small { min-width: 26px; min-height: 26px; font-size: 1rem; vertical-align: middle; }

.freeship { display: flex; flex-direction: column; gap: 6px; }
.freeship small { color: var(--text-dim); }
.freeship .reached { color: var(--green); }

.empty-cart {
  text-align: center; padding: 64px 0; display: flex;
  flex-direction: column; gap: 20px; align-items: center;
}

/* ---------- Kasse ---------- */
.checkout-layout {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px;
  align-items: start; margin-bottom: 56px;
}
form.checkout { display: flex; flex-direction: column; gap: 24px; }
form.checkout fieldset {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--surface); padding: 20px;
  display: flex; flex-direction: column; gap: 14px;
}
form.checkout legend {
  font-family: var(--font-display); font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--text);
  display: flex; align-items: center; gap: 10px; padding: 0 8px;
}
.step-chip {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--volt); color: var(--bg);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.9rem; font-weight: 700;
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
  font-family: var(--font-display); font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-soft);
}
form.checkout input:not([type="radio"]), form.checkout textarea {
  width: 100%; padding: 12px 14px;
  background: var(--input-bg); border: 1px solid var(--line);
  border-radius: 8px; color: var(--text); font: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}
form.checkout input::placeholder, form.checkout textarea::placeholder { color: var(--text-dim); }
form.checkout input:not([type="radio"]):focus, form.checkout textarea:focus {
  outline: none; border-color: var(--volt);
  box-shadow: 0 0 0 3px rgba(125, 180, 232, 0.15);
}
input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px var(--input-bg);
  -webkit-text-fill-color: var(--text);
}

/* Zahlarten-Auswahl (Radio-Karten) */
.pay-cards { display: flex; flex-direction: column; gap: 10px; }
.pay-card {
  display: flex; align-items: center; gap: 12px;
  background: var(--input-bg); border: 1px solid var(--line);
  border-radius: 10px; padding: 14px 16px; cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
}
.pay-card:hover { border-color: var(--volt); }
.pay-card input[type="radio"] {
  accent-color: var(--volt); width: 18px; height: 18px;
  min-width: 18px; flex-shrink: 0; margin: 0; padding: 0;
}
.pay-body { flex: 1; min-width: 0; }
.pay-card:has(input:checked) {
  border-color: var(--volt);
  background: rgba(125, 180, 232, 0.08);
}
.pay-body { display: flex; flex-direction: column; gap: 2px; }
.pay-body strong { color: var(--text); font-family: var(--font-display); font-size: 0.95rem; }
.pay-body small { color: var(--text-dim); }
.pay-card.disabled { opacity: 0.55; cursor: not-allowed; }
.pay-card.disabled:hover { border-color: var(--line); }

/* Status-Badges */
.status-badge {
  display: inline-block; font-family: var(--font-display);
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; border-radius: 4px; padding: 3px 10px;
  border: 1px solid var(--line); color: var(--text-soft);
}
.status-badge.s-pending_payment { border-color: var(--volt); color: var(--volt); }
.status-badge.s-awaiting_verification { border-color: var(--blue); color: var(--blue); }
.status-badge.s-paid, .status-badge.s-shipped { border-color: var(--green); color: var(--green); }
.status-badge.s-cancelled { border-color: var(--red); color: var(--red); }

.proof { margin-top: 4px; width: 100%; }
.paypal-btn { display: block; text-align: center; margin-top: 14px; }
.bank code {
  background: rgba(125, 180, 232, 0.1); border-radius: 4px;
  padding: 1px 6px; color: var(--text); word-break: break-all;
}

/* ---------- Bestellbestätigung ---------- */
.success-box {
  position: relative; overflow: hidden;
  max-width: 640px; margin: 40px auto 56px;
  background: var(--surface); border: 1px solid var(--line);
  border-left: 5px solid var(--volt); border-radius: var(--radius);
  padding: 36px; display: flex; flex-direction: column; gap: 18px;
  align-items: flex-start;
}
.success-box h2 {
  font-size: 1.9rem; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase;
}
.order-no { color: var(--blue); font-family: var(--font-display); }
.check-circle svg { width: 72px; height: 72px; }
.check-path {
  stroke-dasharray: 60; stroke-dashoffset: 60;
  animation: drawCheck 0.6s ease-out 0.2s forwards;
}
@keyframes drawCheck { to { stroke-dashoffset: 0; } }

.confetti { position: absolute; inset: 0; pointer-events: none; }
.confetti i {
  position: absolute; top: -12px; width: 8px; height: 12px; opacity: 0;
  animation: confettiFall 0.9s ease-in forwards;
}
.confetti i:nth-child(4n+1) { background: #7A4A2B; }
.confetti i:nth-child(4n+2) { background: #EFDDB6; }
.confetti i:nth-child(4n+3) { background: #F87BA5; }
.confetti i:nth-child(4n+4) { background: #8E979F; }
.confetti i:nth-child(1)  { left: 6%;  animation-delay: 0.15s; }
.confetti i:nth-child(2)  { left: 14%; animation-delay: 0.35s; }
.confetti i:nth-child(3)  { left: 24%; animation-delay: 0.10s; }
.confetti i:nth-child(4)  { left: 33%; animation-delay: 0.45s; }
.confetti i:nth-child(5)  { left: 42%; animation-delay: 0.25s; }
.confetti i:nth-child(6)  { left: 51%; animation-delay: 0.50s; }
.confetti i:nth-child(7)  { left: 60%; animation-delay: 0.20s; }
.confetti i:nth-child(8)  { left: 68%; animation-delay: 0.40s; }
.confetti i:nth-child(9)  { left: 76%; animation-delay: 0.12s; }
.confetti i:nth-child(10) { left: 84%; animation-delay: 0.30s; }
.confetti i:nth-child(11) { left: 91%; animation-delay: 0.55s; }
.confetti i:nth-child(12) { left: 97%; animation-delay: 0.22s; }
@keyframes confettiFall {
  0% { opacity: 1; transform: translateY(0) rotate(0deg); }
  100% { opacity: 0; transform: translateY(300px) rotate(240deg); }
}

.bank {
  background: var(--input-bg); border: 1px solid var(--line);
  border-radius: 10px; padding: 16px 20px; width: 100%;
}
.bank strong { color: var(--text); }

.cart-table.compact { width: 100%; }

/* ---------- Panels (Impressum) ---------- */
.panel {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px; max-width: 720px;
  margin-bottom: 56px; display: flex; flex-direction: column; gap: 14px;
}
.panel strong { color: var(--text); }

/* ---------- Footer ---------- */
footer {
  position: relative; overflow: hidden;
  background: var(--footer-bg); margin-top: 24px; font-size: 0.9rem;
}
.footer-strom {
  height: 2px; background: linear-gradient(90deg, var(--blue), var(--volt));
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px;
  padding-top: 44px; padding-bottom: 28px; position: relative; z-index: 1;
}
.footer-brand { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.footer-brand img { width: 52px; height: 52px; }
.footer-brand p { color: var(--text-soft); }
footer h4 {
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--text-dim); margin-bottom: 10px;
}
.footer-grid a { display: block; color: var(--text-soft); padding: 3px 0; }
.footer-grid a:hover { color: var(--volt); }
.footer-bottom {
  border-top: 1px solid var(--line); padding-top: 18px; padding-bottom: 18px;
  color: var(--text-dim); font-size: 0.8rem; position: relative; z-index: 1;
}
.footer-outline { position: absolute; bottom: -10px; left: 0; right: 0; pointer-events: none; }
.footer-outline svg { width: 100%; height: 120px; display: block; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 44px; padding-bottom: 44px; }
  .hero-visual { min-height: 300px; order: -1; }
  .detail-grid, .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
  .summary { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .header-inner { flex-wrap: wrap; }
  nav { gap: 16px; }
  nav a { padding: 10px 0; }
  .usp-row li { padding: 0 10px; font-size: 0.8rem; }
  .footer-grid { grid-template-columns: 1fr; }

  /* Größere Touch-Flächen (≥44px) */
  .chip { padding: 13px 22px; }
  .stepper button { width: 44px; height: 44px; }
  .footer-grid a { padding: 8px 0; }

  /* Anker-Sprünge: Header wrappt mobil auf ~120px Höhe */
  .cat-section { scroll-margin-top: 132px; }

  /* Bestellbestätigung: kompakte Tabelle + lange Strings */
  .success-box { padding: 24px 18px; }
  .cart-table.compact th, .cart-table.compact td { padding: 10px 8px; }
  .success-box p { overflow-wrap: anywhere; }

  /* Warenkorb: Tabelle wird zu gestapelten Karten (sonst 460px+ breit) */
  .cart-table:not(.compact) { display: block; }
  .cart-table:not(.compact) tr:first-child { display: none; } /* Kopfzeile */
  .cart-table:not(.compact) tr {
    display: grid; grid-template-columns: 1fr auto auto;
    gap: 10px 14px; padding: 14px 16px; align-items: center;
    border-bottom: 1px solid var(--line);
  }
  .cart-table:not(.compact) tr:last-child { border-bottom: none; }
  .cart-table:not(.compact) td { display: block; padding: 0; border: none; }
  .cart-table:not(.compact) td:nth-child(1) { grid-column: 1 / -1; }
  .cart-table:not(.compact) td:nth-child(2) { display: none; } /* Einzelpreis */
  .cart-table:not(.compact) tr:hover td { background: transparent; }
}

/* ---------- Print (Bestellbestätigung) ---------- */
@media print {
  body { background: #fff; color: #000; }
  header, footer, .btn, .confetti { display: none !important; }
  .success-box { border: 1px solid #000; background: #fff; color: #000; }
  .success-box h2, .bank strong, .order-no { color: #000; }
  .cart-table, .cart-table td, .cart-table th { background: #fff; color: #000; border-color: #999; }
  .bank { background: #fff; border-color: #000; color: #000; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
  .check-path { stroke-dashoffset: 0; }
  .confetti { display: none; }
}
