/* ==========================================================================
   MÖWE gGmbH — Online-Kaufhaus (Design-Vorschau)
   Premium-Redesign: warmes Editorial-Layout, Fraunces + Inter,
   Möwe-Rot #F33B1F als präziser Akzent auf Papierton.
   ========================================================================== */

/* ---------- Fonts ---------- */

@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/inter-v20-latin-500.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/inter-v20-latin-600.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/inter-v20-latin-700.woff2') format('woff2'); }
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/fraunces-v38-latin-600.woff2') format('woff2'); }
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/fraunces-v38-latin-700.woff2') format('woff2'); }

/* ---------- Tokens ---------- */

:root {
  --bg: #FAF7F2;
  --bg-2: #F3EEE6;
  --card: #FFFFFF;
  --ink: #211D1A;
  --ink-2: #5C554E;
  --ink-3: #9C948A;
  --line: rgba(33, 29, 26, .08);
  --line-strong: rgba(33, 29, 26, .16);

  --brand: #F33B1F;
  --brand-deep: #CE2B10;
  --brand-text: #B8290F;
  --brand-soft: #FDEEE9;
  --brand-wash: rgba(243, 59, 31, .08);

  --green: #1E7A44;
  --green-soft: #E7F3EB;

  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Inter', system-ui, sans-serif;

  --r-s: 12px;
  --r-m: 18px;
  --r-l: 26px;

  --sh-s: 0 1px 2px rgba(33, 29, 26, .04), 0 4px 12px -2px rgba(33, 29, 26, .05);
  --sh-m: 0 2px 4px rgba(33, 29, 26, .04), 0 16px 40px -12px rgba(33, 29, 26, .14);
  --sh-l: 0 4px 8px rgba(33, 29, 26, .05), 0 32px 72px -20px rgba(33, 29, 26, .22);
  --sh-brand: 0 2px 6px -1px rgba(206, 43, 16, .35), 0 12px 28px -8px rgba(243, 59, 31, .40);

  --ease: cubic-bezier(.22, 1, .36, 1);
  --noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Base ---------- */

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

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: var(--brand-text); text-decoration: none; }
button { font-family: inherit; }
svg { display: block; }

::selection { background: rgba(243, 59, 31, .18); }

.container { max-width: 1160px; margin: 0 auto; padding: 0 28px; }

/* ---------- Typografie ---------- */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brand-text);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: '';
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--brand);
}

h1, h2, h3 { font-weight: 600; line-height: 1.12; letter-spacing: -.01em; }

.display {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5.4vw, 4.1rem);
  font-weight: 700;
  letter-spacing: -.015em;
}
.h2 {
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  font-weight: 600;
}
.h3 { font-size: 1.06rem; font-weight: 600; letter-spacing: -.005em; }

.lead { font-size: 1.11rem; line-height: 1.7; color: var(--ink-2); }
.sub { color: var(--ink-2); max-width: 560px; }
.section-head { max-width: 640px; margin-bottom: 52px; }
.section-head .sub { margin-top: 14px; }

.accent-underline { position: relative; white-space: nowrap; }
.accent-underline svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.14em;
  width: 100%;
  height: .22em;
  color: var(--brand);
}

/* ---------- Sektionen & Reveal ---------- */

.section { padding: 104px 0; position: relative; }
.section--tight { padding: 72px 0; }
.section--alt { background: linear-gradient(180deg, var(--bg) 0%, #F5F0E8 50%, var(--bg) 100%); }

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s ease, transform .8s var(--ease);
  transition-delay: var(--d, 0s);
}
[data-reveal].in { opacity: 1; transform: none; }

/* Screenshot-/QA-Modus (#audit in der URL): alle Reveals sofort sichtbar */
.audit [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
.audit .schwebe-karte, .audit .sk-chip { animation: none !important; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Demo-Leiste + Header ---------- */

.top-sticky { position: sticky; top: 0; z-index: 100; }

.demo-bar {
  background: var(--ink);
  color: rgba(255, 255, 255, .82);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .02em;
  text-align: center;
  padding: 7px 14px;
  line-height: 1.45;
}
.demo-bar strong { color: #fff; font-weight: 600; }

.site-header {
  background: rgba(250, 247, 242, .72);
  -webkit-backdrop-filter: blur(16px) saturate(1.5);
  backdrop-filter: blur(16px) saturate(1.5);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.site-header.scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 12px 32px -20px rgba(33, 29, 26, .18);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
}
.logo-link { flex-shrink: 0; display: block; transition: transform .4s var(--ease); }
.logo-link:hover { transform: scale(1.02); }
.logo { height: 42px; width: auto; }

.main-nav { display: flex; gap: 4px; margin-left: auto; }
.main-nav a {
  position: relative;
  color: var(--ink-2);
  font-size: 14.5px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 999px;
  transition: color .2s, background .25s;
}
.main-nav a:hover { color: var(--ink); background: rgba(33, 29, 26, .05); }
.main-nav a.aktiv { color: var(--ink); font-weight: 600; }
.main-nav a.aktiv::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--brand);
  transform: translateX(-50%);
}

.cart-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-s);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .2s;
}
.cart-link:hover { transform: translateY(-2px); box-shadow: var(--sh-m); border-color: var(--line-strong); }
.cart-link svg { width: 19px; height: 19px; }
.cart-badge[hidden] { display: none; }
.cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: linear-gradient(180deg, #FF5A3C, var(--brand-deep));
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  box-shadow: 0 2px 6px rgba(206, 43, 16, .4);
  border: 2px solid var(--bg);
}
.cart-badge.pop { animation: badgepop .45s var(--ease); }
@keyframes badgepop {
  0% { transform: scale(1); }
  40% { transform: scale(1.35); }
  100% { transform: scale(1); }
}

.nav-toggle {
  display: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--sh-s);
  color: var(--ink);
  cursor: pointer;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.nav-toggle svg { width: 19px; height: 19px; }

/* ---------- Buttons ---------- */

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  cursor: pointer;
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -.005em;
  padding: 15px 28px;
  border-radius: 999px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .25s, color .25s, border-color .25s;
  will-change: transform;
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; transition: transform .35s var(--ease); }
.btn:active { transform: scale(.97); }

.btn--primaer {
  background: linear-gradient(180deg, #FF5134 0%, #E93312 100%);
  color: #fff;
  box-shadow: var(--sh-brand), inset 0 1px 0 rgba(255, 255, 255, .28);
}
.btn--primaer:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px -2px rgba(206, 43, 16, .4), 0 18px 40px -10px rgba(243, 59, 31, .5), inset 0 1px 0 rgba(255, 255, 255, .28);
}
.btn--primaer:hover svg { transform: translateX(3px); }

.btn--sekundaer {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  box-shadow: var(--sh-s);
}
.btn--sekundaer:hover { transform: translateY(-2px); box-shadow: var(--sh-m); border-color: rgba(33, 29, 26, .28); }

.btn--ghost { background: transparent; color: var(--ink-2); padding: 12px 18px; }
.btn--ghost:hover { color: var(--ink); background: rgba(33, 29, 26, .05); }

.btn--breit { width: 100%; }

.btn[disabled] {
  background: var(--green);
  color: #fff;
  cursor: default;
  box-shadow: none;
  transform: none;
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 104px;
  background:
    radial-gradient(58rem 40rem at 88% -12%, rgba(243, 59, 31, .10), transparent 62%),
    radial-gradient(46rem 34rem at -8% 40%, rgba(255, 154, 61, .09), transparent 60%),
    var(--bg);
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--noise);
  opacity: .03;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero h1 { margin: 0 0 22px; }
.hero .lead { max-width: 520px; margin-bottom: 34px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

.hero-trust {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-2);
}
.hero-trust svg { width: 16px; height: 16px; color: var(--brand); }

.hero-moewe-bg {
  position: absolute;
  top: 8%;
  right: -3%;
  width: 380px;
  color: var(--brand);
  opacity: .07;
  pointer-events: none;
}

/* Hero-Visual: schwebende Produktkarten */
.hero-visual { position: relative; min-height: 460px; }
.schwebe-karte {
  position: absolute;
  display: block;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, .82);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: var(--r-m);
  box-shadow: var(--sh-l);
  overflow: hidden;
  animation: schweben 7s ease-in-out infinite;
}
.schwebe-karte img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.schwebe-karte .sk-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
}
.schwebe-karte .sk-body strong { font-size: 14px; font-weight: 600; }
.schwebe-karte .sk-body span { font-size: 14px; font-weight: 700; color: var(--brand-text); }
.sk-1 { width: 62%; top: 4%; left: 6%; z-index: 2; }
.sk-2 { width: 46%; bottom: 8%; right: 2%; z-index: 3; transform: rotate(3deg); animation-delay: -3.2s; }
.sk-chip {
  position: absolute;
  bottom: 22%;
  left: 0;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 11px 17px;
  border-radius: 999px;
  box-shadow: var(--sh-l);
  animation: schweben 8s ease-in-out infinite;
  animation-delay: -5s;
}
.sk-chip svg { width: 15px; height: 15px; color: #FFB39F; }
@keyframes schweben {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

/* ---------- Kategorien ---------- */

.kachel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.kachel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  box-shadow: var(--sh-s);
  padding: 22px;
  color: var(--ink);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .3s;
  overflow: hidden;
}
.kachel:hover { transform: translateY(-5px); box-shadow: var(--sh-m); border-color: var(--line-strong); }
.kachel-icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
}
.kachel-icon svg { width: 21px; height: 21px; }
.kachel strong { font-size: 15px; font-weight: 600; letter-spacing: -.005em; }
.kachel small { color: var(--ink-3); font-size: 12.5px; font-weight: 500; margin-top: -10px; }
.kachel .kachel-pfeil {
  position: absolute;
  top: 20px;
  right: 18px;
  width: 17px;
  height: 17px;
  color: var(--brand);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .3s, transform .4s var(--ease);
}
.kachel:hover .kachel-pfeil { opacity: 1; transform: none; }

/* ---------- So funktioniert's ---------- */

.schritte {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  counter-reset: schritt;
}
.schritt {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  box-shadow: var(--sh-s);
  padding: 30px 28px 28px;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.schritt:hover { transform: translateY(-5px); box-shadow: var(--sh-m); }
.schritt-kopf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.schritt-icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--brand-soft);
  color: var(--brand-text);
  display: flex;
  align-items: center;
  justify-content: center;
}
.schritt-icon svg { width: 21px; height: 21px; }
.schritt-nr {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-3);
}
.schritt-nr::before { counter-increment: schritt; content: '0' counter(schritt); }
.schritt h3 { margin-bottom: 7px; }
.schritt p { color: var(--ink-2); font-size: 14.5px; line-height: 1.6; }

/* ---------- Osnabrück-Pass ---------- */

.pass-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 24px;
  background: linear-gradient(115deg, var(--brand-soft) 0%, #fff 70%);
  border: 1px solid rgba(243, 59, 31, .18);
  border-radius: var(--r-l);
  box-shadow: var(--sh-s);
  padding: 30px 36px;
}
.pass-banner::after {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 59, 31, .10), transparent 70%);
}
.pass-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 17px;
  background: linear-gradient(180deg, #FF5134, var(--brand-deep));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--sh-brand);
}
.pass-icon svg { width: 25px; height: 25px; }
.pass-banner h3 { margin-bottom: 4px; }
.pass-banner p { color: var(--ink-2); font-size: 15px; max-width: 640px; }

/* ---------- Dunkle Story-Sektion ---------- */

.story {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(50rem 30rem at 12% -10%, rgba(243, 59, 31, .16), transparent 60%),
    radial-gradient(40rem 28rem at 100% 110%, rgba(255, 121, 63, .10), transparent 60%),
    #221D19;
  color: #F4EFE8;
  padding: 112px 0;
}
.story::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--noise);
  opacity: .05;
  pointer-events: none;
}
.story .eyebrow { color: #FF9C87; }
.story .eyebrow::before { background: #FF9C87; }
.story .h2 { color: #FBF7F0; max-width: 560px; }
.story .sub { color: rgba(244, 239, 232, .66); }
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 56px;
  position: relative;
  z-index: 1;
}
.story-karte {
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--r-m);
  padding: 28px 26px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: background .35s, transform .45s var(--ease);
}
.story-karte:hover { background: rgba(255, 255, 255, .07); transform: translateY(-4px); }
.story-karte .story-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(243, 59, 31, .16);
  color: #FF9C87;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.story-karte .story-icon svg { width: 20px; height: 20px; }
.story-karte h3 { color: #FBF7F0; margin-bottom: 7px; }
.story-karte p { color: rgba(244, 239, 232, .62); font-size: 14.5px; line-height: 1.65; }

.story-stats {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  position: relative;
  z-index: 1;
}
.stat b {
  display: block;
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 700;
  color: #FBF7F0;
  line-height: 1.1;
}
.stat span { font-size: 13.5px; color: rgba(244, 239, 232, .58); font-weight: 500; }

/* ---------- Standorte ---------- */

.standort-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.standort {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  box-shadow: var(--sh-s);
  padding: 32px;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.standort:hover { transform: translateY(-5px); box-shadow: var(--sh-m); }
.standort-kopf { display: flex; align-items: center; gap: 13px; margin-bottom: 16px; }
.standort-kopf .std-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--brand-soft);
  color: var(--brand-text);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.standort-kopf svg { width: 19px; height: 19px; }
.standort p { color: var(--ink-2); font-size: 14.5px; }
.standort a { font-weight: 600; }
.standort .zeiten {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 13.5px;
  color: var(--ink-2);
  font-weight: 500;
}
.standort .zeiten svg { width: 15px; height: 15px; color: var(--ink-3); flex-shrink: 0; }

/* ---------- Footer ---------- */

.site-footer {
  background: #1D1915;
  color: rgba(244, 239, 232, .72);
  margin-top: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  padding: 72px 28px 48px;
}
.footer-logo-box {
  display: inline-block;
  background: var(--brand);
  color: #fff;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: .02em;
  border-radius: 12px;
  padding: 9px 18px;
  margin-bottom: 16px;
}
.footer-grid h4 {
  color: rgba(244, 239, 232, .45);
  font-size: 11.5px;
  font-weight: 600;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .13em;
}
.footer-grid p { font-size: 14px; line-height: 1.75; }
.footer-grid a { color: rgba(244, 239, 232, .85); font-weight: 500; transition: color .2s; }
.footer-grid a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  text-align: center;
  padding: 22px 28px 30px;
  font-size: 12.5px;
  color: rgba(244, 239, 232, .42);
  line-height: 1.8;
}
.footer-bottom .tot { color: rgba(244, 239, 232, .55); }

/* ---------- Seitenkopf (Unterseiten) ---------- */

.seitenkopf {
  position: relative;
  overflow: hidden;
  padding: 64px 0 56px;
  background:
    radial-gradient(44rem 26rem at 92% -30%, rgba(243, 59, 31, .09), transparent 60%),
    radial-gradient(36rem 22rem at -6% 110%, rgba(255, 154, 61, .07), transparent 55%),
    var(--bg);
  border-bottom: 1px solid var(--line);
}
.seitenkopf h1 { font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 2.9rem); font-weight: 700; letter-spacing: -.01em; }
.seitenkopf .sub { margin-top: 10px; }

/* ---------- Stepper ---------- */

.stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 34px 0 0;
}
.step { display: flex; align-items: center; gap: 10px; }
.step-punkt {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid var(--line-strong);
  background: #fff;
  color: var(--ink-3);
  font-size: 12.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s var(--ease);
}
.step-punkt svg { width: 14px; height: 14px; }
.step span { font-size: 13px; font-weight: 600; color: var(--ink-3); transition: color .3s; }
.step.aktiv .step-punkt {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
  box-shadow: 0 0 0 5px var(--brand-wash);
}
.step.aktiv span { color: var(--ink); }
.step.fertig .step-punkt { border-color: var(--green); background: var(--green); color: #fff; }
.step.fertig span { color: var(--ink-2); }
.step-linie {
  width: 56px;
  height: 1.5px;
  background: var(--line-strong);
  margin: 0 14px;
}

/* ---------- Filter-Chips ---------- */

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 36px;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--ink-2);
  font-size: 13.5px;
  font-weight: 600;
  padding: 10px 17px;
  border-radius: 999px;
  cursor: pointer;
  transition: all .3s var(--ease);
  box-shadow: var(--sh-s);
}
.chip svg { width: 15px; height: 15px; }
.chip:hover { color: var(--ink); border-color: rgba(33, 29, 26, .3); transform: translateY(-1px); }
.chip.aktiv {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
  box-shadow: 0 8px 20px -8px rgba(33, 29, 26, .5);
}

.sortiment-meta { color: var(--ink-3); font-size: 13.5px; font-weight: 500; margin-bottom: 22px; }

/* ---------- Produktkarten ---------- */

.produkt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.produkt {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  box-shadow: var(--sh-s);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .3s;
}
.produkt:hover { transform: translateY(-6px); box-shadow: var(--sh-m); border-color: var(--line-strong); }
.produkt-bild {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.produkt-bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease);
}
.produkt:hover .produkt-bild img { transform: scale(1.055); }
.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, .78);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .01em;
  padding: 5px 11px;
  color: var(--ink);
  box-shadow: 0 2px 10px rgba(33, 29, 26, .12);
}
.badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; }
.badge--gut::before { background: var(--ink-3); }
.badge--auf::before { background: var(--green); }
.badge--neu::before { background: var(--brand); }
.produkt-body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.produkt h3 { font-size: 15.5px; font-weight: 600; letter-spacing: -.005em; }
.produkt-kurz { color: var(--ink-2); font-size: 13.5px; line-height: 1.55; margin-top: 5px; flex: 1; }
.produkt-fuss {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}
.preis { font-size: 19px; font-weight: 700; letter-spacing: -.02em; line-height: 1.1; }
.preis small {
  display: block;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--ink-3);
  letter-spacing: .01em;
  margin-top: 3px;
}
.add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 0;
  cursor: pointer;
  background: linear-gradient(180deg, #FF5134, #E93312);
  color: #fff;
  box-shadow: var(--sh-brand), inset 0 1px 0 rgba(255, 255, 255, .28);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .25s;
}
.add-btn svg { width: 18px; height: 18px; }
.add-btn:hover { transform: translateY(-2px) scale(1.04); }
.add-btn:active { transform: scale(.95); }
.add-btn.im-korb {
  background: var(--green);
  box-shadow: none;
  cursor: default;
  transform: none;
}
.hinweis-einzelstueck { color: var(--ink-3); font-size: 13px; margin-top: 26px; }

/* ---------- Warenkorb ---------- */

.korb-layout {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 26px;
  align-items: start;
}
.korb-liste { display: flex; flex-direction: column; gap: 12px; }
.korb-zeile {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  box-shadow: var(--sh-s);
  padding: 14px 18px 14px 14px;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.korb-zeile:hover { transform: translateY(-2px); box-shadow: var(--sh-m); }
.korb-mini {
  width: 72px;
  height: 72px;
  border-radius: 13px;
  flex-shrink: 0;
  overflow: hidden;
}
.korb-mini img { width: 100%; height: 100%; object-fit: cover; }
.korb-info { flex: 1; min-width: 0; }
.korb-info strong { font-size: 15px; font-weight: 600; display: block; letter-spacing: -.005em; }
.korb-info span { color: var(--ink-2); font-size: 12.5px; }
.korb-preis { font-weight: 700; font-size: 15.5px; white-space: nowrap; }
.korb-entfernen {
  background: transparent;
  border: 0;
  color: var(--ink-3);
  cursor: pointer;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .25s, color .25s;
}
.korb-entfernen svg { width: 17px; height: 17px; }
.korb-entfernen:hover { background: var(--brand-soft); color: var(--brand-text); }

.summen-karte {
  position: sticky;
  top: 130px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  box-shadow: var(--sh-m);
  padding: 28px;
}
.summen-karte h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; margin-bottom: 18px; }
.summen-zeile {
  display: flex;
  justify-content: space-between;
  font-size: 14.5px;
  color: var(--ink-2);
  padding: 6px 0;
}
.summen-zeile.rabatt { color: var(--green); font-weight: 600; }
.summen-zeile.gesamt {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--ink);
  border-top: 1px solid var(--line);
  margin-top: 12px;
  padding-top: 15px;
}

/* Pass-Switch */
.pass-check {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  background: var(--brand-soft);
  border: 1px solid rgba(243, 59, 31, .16);
  border-radius: 14px;
  padding: 15px 16px;
  margin: 16px 0 18px;
  cursor: pointer;
  font-size: 13.5px;
  line-height: 1.5;
}
.pass-check small { color: var(--ink-2); font-size: 12px; }
.pass-check input { position: absolute; opacity: 0; pointer-events: none; }
.switch {
  flex-shrink: 0;
  width: 42px;
  height: 25px;
  border-radius: 999px;
  background: rgba(33, 29, 26, .18);
  position: relative;
  transition: background .3s;
  margin-top: 2px;
}
.switch::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(33, 29, 26, .3);
  transition: transform .35s var(--ease);
}
.pass-check input:checked ~ .switch { background: linear-gradient(180deg, #FF5134, var(--brand-deep)); }
.pass-check input:checked ~ .switch::after { transform: translateX(17px); }

.sicher-hinweis {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  color: var(--ink-3);
  font-size: 12.5px;
  font-weight: 500;
  margin-top: 14px;
}
.sicher-hinweis svg { width: 14px; height: 14px; }

.leer-hinweis { text-align: center; padding: 72px 20px; }
.leer-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-s);
  color: var(--ink-3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}
.leer-icon svg { width: 30px; height: 30px; }
.leer-hinweis h2 { font-family: var(--serif); font-size: 1.6rem; margin-bottom: 8px; }
.leer-hinweis p { color: var(--ink-2); margin-bottom: 26px; }

/* ---------- Formulare ---------- */

.form-karte {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  box-shadow: var(--sh-s);
  padding: 34px;
}
.form-feld { margin-bottom: 18px; }
.form-feld > label {
  display: block;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .01em;
  color: var(--ink-2);
  margin-bottom: 7px;
}
.form-feld input,
.form-feld select,
.form-feld textarea {
  width: 100%;
  font-family: inherit;
  font-size: 15.5px;
  color: var(--ink);
  padding: 13px 16px;
  border: 1.5px solid var(--line-strong);
  border-radius: 13px;
  background: #fff;
  transition: border-color .25s, box-shadow .25s;
}
.form-feld input::placeholder, .form-feld textarea::placeholder { color: var(--ink-3); }
.form-feld input:focus,
.form-feld select:focus,
.form-feld textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-wash);
}
.form-zeile { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.select-wrap { position: relative; }
.select-wrap select { appearance: none; -webkit-appearance: none; padding-right: 44px; cursor: pointer; }
.select-wrap .select-pfeil {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  color: var(--ink-3);
  pointer-events: none;
}

/* Radio-Karten */
.radio-karte {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  border: 1.5px solid var(--line-strong);
  border-radius: 14px;
  padding: 15px 17px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14.5px;
  background: #fff;
  transition: border-color .25s, background .25s, box-shadow .25s;
}
.radio-karte:hover { border-color: rgba(33, 29, 26, .32); }
.radio-karte input { position: absolute; opacity: 0; pointer-events: none; }
.radio-punkt {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid var(--line-strong);
  background: #fff;
  margin-top: 2px;
  position: relative;
  transition: border-color .25s;
}
.radio-punkt::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--brand);
  transform: scale(0);
  transition: transform .3s var(--ease);
}
.radio-karte input:checked ~ .radio-punkt { border-color: var(--brand); }
.radio-karte input:checked ~ .radio-punkt::after { transform: scale(1); }
.radio-karte:has(input:checked) {
  border-color: var(--brand);
  background: linear-gradient(115deg, var(--brand-soft), #fff 65%);
  box-shadow: 0 0 0 4px var(--brand-wash);
}
.radio-karte strong { display: block; font-weight: 600; font-size: 14.5px; }
.radio-karte small { display: block; color: var(--ink-2); font-size: 12.5px; margin-top: 2px; }
.radio-karte.deaktiviert { opacity: .55; cursor: not-allowed; }
.radio-karte.deaktiviert .schloss { margin-left: auto; color: var(--ink-3); width: 16px; height: 16px; flex-shrink: 0; margin-top: 3px; }

.form-abschnitt {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--ink-2);
  margin: 26px 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-abschnitt svg { width: 15px; height: 15px; color: var(--ink-3); }

/* ---------- Bestätigung ---------- */

.erfolg { text-align: center; padding: 46px 28px; }
.erfolg-haken {
  width: 84px;
  height: 84px;
  margin: 0 auto 24px;
  color: var(--green);
}
.erfolg-haken svg { width: 100%; height: 100%; }
.erfolg-haken .kreis {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  animation: zeichnen .7s var(--ease) forwards;
}
.erfolg-haken .haken {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: zeichnen .45s .55s var(--ease) forwards;
}
@keyframes zeichnen { to { stroke-dashoffset: 0; } }
.erfolg h2 { font-family: var(--serif); font-size: 1.8rem; font-weight: 700; margin-bottom: 10px; }
.erfolg p { color: var(--ink-2); max-width: 470px; margin: 0 auto 8px; font-size: 15px; }
.erfolg .nummer {
  display: inline-block;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 9px 18px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .02em;
  font-variant-numeric: tabular-nums;
  margin: 12px 0 22px;
}

/* ---------- Werkstatt ---------- */

.leistung-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 64px;
}
.leistung {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  box-shadow: var(--sh-s);
  padding: 30px 28px;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.leistung:hover { transform: translateY(-5px); box-shadow: var(--sh-m); }
.leistung-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--brand-soft);
  color: var(--brand-text);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.leistung-icon svg { width: 22px; height: 22px; }
.leistung h3 { margin-bottom: 7px; }
.leistung p { color: var(--ink-2); font-size: 14.5px; line-height: 1.6; }

.info-karte {
  position: sticky;
  top: 130px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  box-shadow: var(--sh-m);
  padding: 28px;
}
.info-karte h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; margin-bottom: 14px; }
.info-zeile {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 9px 0;
  font-size: 14.5px;
  color: var(--ink-2);
}
.info-zeile svg { width: 16px; height: 16px; color: var(--brand-text); flex-shrink: 0; margin-top: 3px; }
.info-zeile a { font-weight: 600; }

/* ---------- Produktdetail ---------- */

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-2);
  margin-bottom: 28px;
  transition: color .2s, transform .3s var(--ease);
}
.breadcrumb:hover { color: var(--ink); }
.breadcrumb svg { width: 16px; height: 16px; }
.breadcrumb .flip svg { transform: rotate(180deg); transition: transform .3s var(--ease); }
.breadcrumb:hover .flip svg { transform: rotate(180deg) translateX(3px); }

.detail-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: start;
}
.detail-media {
  position: relative;
  border-radius: var(--r-l);
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--sh-m);
}
.detail-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.detail-info .eyebrow { margin-bottom: 12px; }
.detail-titel {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.12;
  margin-bottom: 14px;
}
.detail-preis {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.1;
}
.detail-preis small {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-3);
  letter-spacing: .01em;
  margin-top: 5px;
}
.detail-text {
  color: var(--ink-2);
  font-size: 15.5px;
  line-height: 1.75;
  margin: 20px 0 26px;
  max-width: 56ch;
}
.detail-fakten {
  list-style: none;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 13px;
}
.detail-fakten li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 14px;
  color: var(--ink-2);
}
.detail-fakten svg { width: 17px; height: 17px; color: var(--brand-text); flex-shrink: 0; margin-top: 2px; }
.detail-fakten strong { color: var(--ink); font-weight: 600; }
.detail-cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.detail-mehr { margin-top: 88px; }

.produkt { cursor: pointer; }
.produkt h3 a { color: inherit; text-decoration: none; }
.korb-zeile { cursor: pointer; }

/* ---------- Weiterstöbern-Karussell ---------- */

.karussell-kopf {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.karussell-pfeile { display: flex; gap: 10px; flex-shrink: 0; }
.karussell-pfeil {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--sh-s);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .2s;
}
.karussell-pfeil svg { width: 18px; height: 18px; }
.karussell-pfeil .flip svg { transform: rotate(180deg); }
.karussell-pfeil:hover { transform: translateY(-2px); box-shadow: var(--sh-m); border-color: rgba(33, 29, 26, .3); }
.karussell-pfeil:active { transform: scale(.94); }

.karussell-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 6px;
  margin: -6px;
}
.karussell-track::-webkit-scrollbar { display: none; }
.karussell-track .produkt {
  flex: 0 0 calc((100% - 44px) / 3);
  scroll-snap-align: start;
}

/* ---------- Toast ---------- */

.toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(90px);
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(29, 25, 21, .92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: var(--sh-l);
  opacity: 0;
  transition: opacity .35s, transform .5s var(--ease);
  z-index: 200;
  pointer-events: none;
  white-space: nowrap;
}
.toast svg { width: 16px; height: 16px; color: #6EE7A0; }
.toast.sichtbar { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- Responsive ---------- */

@media (max-width: 1000px) {
  .section { padding: 76px 0; }
  .hero-grid { gap: 40px; }
  .kachel-grid { grid-template-columns: repeat(2, 1fr); }
  .produkt-grid { grid-template-columns: repeat(2, 1fr); }
  .schritte, .story-grid, .leistung-grid { grid-template-columns: 1fr 1fr; }
  .korb-layout { grid-template-columns: 1fr; }
  .summen-karte, .info-karte { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .detail-grid { gap: 36px; }
}

@media (max-width: 680px) {
  body { font-size: 15.5px; }
  .container { padding: 0 20px; }
  .section { padding: 60px 0; }
  .section-head { margin-bottom: 36px; }

  .demo-bar { font-size: 10.5px; padding: 6px 10px; }
  .header-inner { min-height: 62px; gap: 12px; }
  .logo { height: 34px; }
  .nav-toggle { display: flex; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    background: rgba(255, 255, 255, .92);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    flex-direction: column;
    gap: 2px;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--sh-l);
    padding: 10px;
    margin-top: 6px;
  }
  .main-nav.offen { display: flex; }
  .main-nav a { padding: 13px 16px; font-size: 15.5px; border-radius: 12px; }
  .site-header { position: relative; }

  .hero { padding: 52px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero .lead { font-size: 1.02rem; }
  .hero-trust { gap: 14px 20px; margin-top: 34px; }
  .hero-visual { min-height: 348px; }
  .hero-moewe-bg { display: none; }
  .sk-1 { width: 60%; left: 0; top: 0; }
  .sk-2 { width: 47%; right: 0; bottom: 0; transform: rotate(2deg); }
  .sk-2 .sk-body { padding: 10px 12px; }
  .sk-2 .sk-body strong, .sk-2 .sk-body span { font-size: 12.5px; }
  .sk-chip { bottom: 27%; left: 0; font-size: 12px; padding: 9px 14px; }

  .kachel-grid { gap: 11px; }
  .kachel { padding: 16px; gap: 10px; border-radius: 14px; }
  .kachel-icon { width: 40px; height: 40px; }
  .kachel small { display: none; }

  .schritte, .story-grid, .leistung-grid, .standort-grid { grid-template-columns: 1fr; }
  .story { padding: 76px 0; }
  .story-stats { gap: 28px; margin-top: 44px; }
  .stat b { font-size: 2rem; }

  .pass-banner { flex-direction: column; align-items: flex-start; padding: 26px 24px; }

  .seitenkopf { padding: 44px 0 40px; }
  .stepper { margin-top: 26px; }
  .step span:not(.step-punkt) { display: none; }
  .step.aktiv span:not(.step-punkt) { display: inline; }
  .step-linie { width: 26px; margin: 0 8px; }

  .chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: 24px;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, #000 90%, transparent);
    mask-image: linear-gradient(90deg, #000 90%, transparent);
  }
  .chips::-webkit-scrollbar { display: none; }
  .chip { flex-shrink: 0; }

  /* Kasse: Übersicht zuerst — man soll sehen, was man reserviert */
  [data-kasse] .summen-karte { order: -1; }

  .produkt-grid { gap: 12px; }
  .produkt { border-radius: 15px; }
  .produkt-body { padding: 13px 14px 15px; }
  .produkt h3 { font-size: 14px; }
  .produkt-kurz { font-size: 12.5px; }
  .preis { font-size: 16.5px; }
  .add-btn { width: 40px; height: 40px; border-radius: 12px; }

  .korb-zeile { padding: 11px 12px; gap: 12px; }
  .korb-mini { width: 60px; height: 60px; }
  .form-karte, .summen-karte, .info-karte { padding: 22px; border-radius: 18px; }
  .form-zeile { grid-template-columns: 1fr; gap: 0; }

  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding: 52px 20px 36px; }

  .breadcrumb { font-size: 13.5px; margin-bottom: 16px; }
  .detail-grid { grid-template-columns: 1fr; gap: 24px; }
  .detail-titel { font-size: 1.55rem; margin-bottom: 10px; }
  .detail-preis { font-size: 23px; }
  .detail-text { font-size: 14.5px; margin: 16px 0 20px; }
  .detail-cta .btn { width: 100%; }
  .detail-fakten { gap: 10px; margin-top: 22px; padding-top: 18px; }
  .detail-fakten li { font-size: 13px; }
  .detail-fakten svg { width: 15px; height: 15px; }
  .detail-mehr { margin-top: 56px; }

  .karussell-kopf { align-items: center; margin-bottom: 20px; }
  .karussell-track { gap: 12px; }
  .karussell-track .produkt { flex: 0 0 74%; }
  .karussell-pfeil { width: 40px; height: 40px; }

  .toast {
    white-space: normal;
    max-width: calc(100vw - 40px);
    border-radius: 20px;
    text-align: center;
    font-size: 13px;
  }
}
