/* DEAL LOUNGE BY LISA — style.css
   Ein Akzent (Lisa-Pink). Rot nur Live. Gelb nur Hummel. Gold nur Etikett-Linie.
   Handy-Regeln stehen am DATEIENDE (Hausregel). */

:root {
  --nacht: #130A10;
  --nacht-2: #1E1218;
  --nacht-3: #2A1A22;
  --papier: #FFF6FA;
  --papier-2: #FBE9F1;
  --ink: #1A0F15;
  --ink-dim: #5E4A55;
  --akzent: #E0308A;
  --akzent-tief: #B8206C;
  --rosa: #F6CFE0;
  --gold: #C9A24A;
  --hummel: #FFC01F;
  --live: #FF2D4A;
  --weiss: #FFFFFF;
  --text-dim: rgba(255,255,255,.68);
  --linie: rgba(255,255,255,.12);
  --r: 20px;
  --r-s: 12px;
  --ease: cubic-bezier(.16,1,.3,1);
  --pop: cubic-bezier(.34,1.56,.64,1);
  --nav-h: 64px;
  --bottom-h: 62px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--nacht); color: var(--weiss);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px; line-height: 1.6; overflow-x: hidden;
  padding-bottom: calc(var(--bottom-h) + env(safe-area-inset-bottom));
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--hummel); outline-offset: 2px; }
.sr { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }

/* ---------- Typo ---------- */
.display { font-family: Anton, Impact, "Arial Narrow", sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: .005em; line-height: .92; }
.h1 { font-size: clamp(56px, 14vw, 160px); }
.h2 { font-size: clamp(38px, 8vw, 88px); line-height: .95; margin: 0 0 18px; }
.h3 { font-size: clamp(26px, 5vw, 40px); line-height: 1; margin: 0 0 10px; }
.hand { font-family: Caveat, "Segoe Script", cursive; font-weight: 700; font-size: clamp(26px, 5.5vw, 44px); line-height: 1; }
.eyebrow { font-weight: 800; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--akzent); margin: 0 0 12px; display: inline-block; }
.sub { font-size: clamp(17px, 2.2vw, 21px); color: var(--text-dim); max-width: 56ch; margin: 0 0 26px; }
.papier .sub { color: var(--ink-dim); }
.akz { color: var(--akzent); }
.mark { background: linear-gradient(transparent 58%, rgba(224,48,138,.55) 58%); }
.papier .mark { background: linear-gradient(transparent 58%, rgba(224,48,138,.28) 58%); }

/* ---------- Layout ---------- */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
section { padding: 72px 0; position: relative; }
.nacht { background: var(--nacht); color: var(--weiss); }
.nacht-2 { background: var(--nacht-2); }
.papier { background: var(--papier); color: var(--ink); }
.papier-2 { background: var(--papier-2); color: var(--ink); }
.kopf { margin-bottom: 28px; }
.kopf .zeile { display: flex; justify-content: space-between; align-items: end; gap: 16px; flex-wrap: wrap; }
.mehr { font-weight: 800; font-size: 14px; color: var(--akzent); white-space: nowrap; }
.mehr:hover { text-decoration: underline; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 26px; border-radius: 999px;
  font-weight: 800; font-size: 16px; letter-spacing: .01em; transition: transform .2s var(--ease), background .2s, box-shadow .2s; white-space: nowrap; }
.btn:active { transform: scale(.97); }
.btn-akz { background: var(--akzent); color: #fff; box-shadow: 0 10px 30px rgba(224,48,138,.35); }
.btn-akz:hover { background: var(--akzent-tief); transform: translateY(-2px); }
.btn-ghost { border: 2px solid rgba(255,255,255,.35); color: #fff; }
.btn-ghost:hover { border-color: #fff; }
.papier .btn-ghost { border-color: rgba(26,15,21,.3); color: var(--ink); }
.btn-weiss { background: #fff; color: var(--ink); }
.btn-live { background: var(--live); color: #fff; box-shadow: 0 0 0 0 rgba(255,45,74,.6); animation: liveRing 1.6s infinite; }
.btn-s { min-height: 44px; padding: 0 18px; font-size: 14px; }
.btn-block { width: 100%; }
@keyframes liveRing { 0% { box-shadow: 0 0 0 0 rgba(255,45,74,.55);} 100% { box-shadow: 0 0 0 16px rgba(255,45,74,0);} }

/* ---------- Top-Nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(19,10,16,.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--linie); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; min-height: var(--nav-h); gap: 16px; }
.nav-links { display: none; gap: 26px; font-weight: 700; font-size: 15px; }
.nav-links a { opacity: .85; } .nav-links a:hover, .nav-links a[aria-current] { opacity: 1; color: var(--akzent); }
.nav-actions { display: flex; gap: 8px; align-items: center; }
.icon-btn { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; position: relative; }
.icon-btn:hover { background: rgba(255,255,255,.08); }
.icon-btn svg { width: 22px; height: 22px; }
.bag-n { position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px; border-radius: 9px; background: var(--akzent); color: #fff; font-size: 11px; font-weight: 800; display: grid; place-items: center; padding: 0 5px; }
.bag-n:empty { display: none; }

/* Logo-Etikett (weiterentwickelt: schräges Preisschild, Goldlinie, Serif-Italic, Handschrift) */
.logo { display: inline-flex; align-items: center; gap: 10px; }
.tag { display: inline-block; background: #fff; color: var(--ink); padding: 6px 12px 7px; border-radius: 4px; position: relative; transform: rotate(-4deg);
  box-shadow: 0 6px 18px rgba(0,0,0,.35); line-height: 1; }
.tag::before { content: ""; position: absolute; inset: 3px; border: 1px solid var(--gold); border-radius: 2px; pointer-events: none; }
.tag::after { content: ""; position: absolute; left: -5px; top: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--nacht); transform: translateY(-50%); box-shadow: inset 0 0 0 2px var(--gold); }
.tag .t1 { font-family: Anton, Impact, sans-serif; text-transform: uppercase; font-size: 15px; letter-spacing: .04em; color: var(--akzent); }
.tag .t2 { font-family: Georgia, "Times New Roman", serif; font-style: italic; font-size: 15px; margin-left: 3px; }
.tag .t3 { font-family: Caveat, cursive; font-weight: 700; font-size: 14px; display: block; text-align: right; margin-top: -2px; color: var(--ink-dim); }
.tag-gross { transform: rotate(-5deg); padding: 12px 20px 14px; }
.tag-gross .t1, .tag-gross .t2 { font-size: 28px; } .tag-gross .t3 { font-size: 22px; }

/* ---------- Live-Leiste ---------- */
.liveleiste { background: var(--nacht-2); border-bottom: 1px solid var(--linie); font-size: 14px; font-weight: 700; }
.liveleiste .wrap { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 40px; }
.liveleiste .l { display: flex; align-items: center; gap: 10px; min-width: 0; }
.liveleiste .l span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.liveleiste a.cta { color: var(--akzent); white-space: nowrap; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.45); flex: none; }
.dot.an { background: var(--live); animation: pulse 1.2s infinite; box-shadow: 0 0 12px var(--live); }
@keyframes pulse { 0%,100% { transform: scale(1);} 50% { transform: scale(1.4);} }
body.ist-live .liveleiste { background: #2A0A12; }
body.ist-live .nav { box-shadow: 0 0 60px rgba(255,45,74,.35); }
.live-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--live); color: #fff; font-weight: 900; font-size: 12px; letter-spacing: .12em; padding: 6px 12px; border-radius: 999px; }
.live-badge .dot { background: #fff; animation: pulse 1.2s infinite; }

/* ---------- Hero ---------- */
.hero { min-height: calc(100svh - var(--nav-h) - 40px); padding: 0; display: grid; align-items: end; overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; transform: scale(1.03); }
.hero-media::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(19,10,16,.25) 0%, rgba(19,10,16,.05) 22%, rgba(19,10,16,.15) 42%, rgba(19,10,16,.8) 64%, rgba(19,10,16,.98) 100%); }
.hero-inhalt { position: relative; z-index: 10; padding: 24px 20px 32px; width: 100%; }
.hero .hand { color: var(--rosa); display: block; margin-bottom: 4px; transform: rotate(-3deg); transform-origin: left; }
.hero .h1 { margin: 0 0 14px; text-shadow: 0 6px 30px rgba(0,0,0,.5); font-size: clamp(48px, 12.5vw, 160px); }
.hero .h1 span { display: block; }
.hero-cta { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0 10px; }
.hero-kicker { font-size: 14px; color: var(--text-dim); font-weight: 600; }
.hero-phone { display: none; }

/* Preis-Etikett im Hero (CRITICAL 1) */
.preis-tag { display: inline-block; background: #fff; color: var(--ink); border-radius: 8px; padding: 12px 16px 10px; transform: rotate(-4deg); position: relative; box-shadow: 0 20px 50px rgba(0,0,0,.45); margin: 6px 0 10px; }
.preis-tag::before { content: ""; position: absolute; inset: 4px; border: 1px solid var(--gold); border-radius: 5px; pointer-events: none; }
.preis-tag .uvp { font-size: 13px; font-weight: 800; color: var(--ink-dim); letter-spacing: .1em; text-transform: uppercase; display: flex; gap: 8px; align-items: baseline; }
.preis-tag .uvp b { font-family: Anton, Impact, sans-serif; font-size: 22px; position: relative; color: var(--ink); font-weight: 400; }
.preis-tag .uvp b::after { content: ""; position: absolute; left: -3px; right: -3px; top: 52%; height: 3px; background: var(--akzent); transform: scaleX(0); transform-origin: left; border-radius: 2px; }
.preis-tag.los .uvp b::after { animation: strich .3s var(--ease) .2s forwards; }
.preis-tag .lisa { font-family: Anton, Impact, sans-serif; font-size: clamp(56px, 16vw, 120px); line-height: .9; color: var(--akzent); letter-spacing: -.01em; display: flex; align-items: baseline; gap: 8px; }
.preis-tag .lisa small { font-size: .32em; font-family: Inter, sans-serif; font-weight: 800; letter-spacing: .12em; color: var(--ink-dim); }
.preis-tag.los .lisa { animation: popIn .45s var(--pop) .5s both; }
.preis-tag .spar { display: inline-block; margin-top: 6px; background: var(--ink); color: #fff; font-weight: 900; font-size: 13px; letter-spacing: .08em; padding: 5px 10px; border-radius: 6px; transform: rotate(-2deg); }
.preis-tag.los .spar { animation: stempel .2s var(--pop) .95s both; }
.preis-tag .beispiel { position: absolute; top: -10px; right: -8px; }
@keyframes strich { to { transform: scaleX(1);} }
@keyframes popIn { from { transform: scale(.6); opacity: 0;} to { transform: scale(1); opacity: 1;} }
@keyframes stempel { from { transform: rotate(-14deg) scale(1.6); opacity: 0;} to { transform: rotate(-2deg) scale(1); opacity: 1;} }

/* Hummel (CRITICAL 2) */
.hummel { position: absolute; z-index: 12; top: 22%; left: -60px; font-size: 34px; pointer-events: none; filter: drop-shadow(0 4px 8px rgba(0,0,0,.4)); opacity: 0; }
.hummel.flug { animation: hummelflug 2.4s cubic-bezier(.45,.05,.55,.95) .6s forwards; }
@keyframes hummelflug {
  0% { transform: translate(0,0) rotate(10deg); opacity: 0; }
  8% { opacity: 1; }
  25% { transform: translate(25vw, -40px) rotate(-12deg); }
  50% { transform: translate(50vw, 30px) rotate(14deg); }
  75% { transform: translate(78vw, -30px) rotate(-10deg); }
  95% { opacity: 1; }
  100% { transform: translate(110vw, 10px) rotate(12deg); opacity: 0; }
}
.hummel-mini { display: inline-block; animation: summen 2.8s ease-in-out infinite; }
@keyframes summen { 0%,100% { transform: translateY(0) rotate(-6deg);} 50% { transform: translateY(-4px) rotate(6deg);} }

/* Marquee */
.marquee { overflow: hidden; white-space: nowrap; border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie); padding: 12px 0; position: relative; z-index: 10;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee .track { display: inline-block; animation: lauf 26s linear infinite; font-family: Anton, Impact, sans-serif; text-transform: uppercase; font-size: 18px; letter-spacing: .08em; color: var(--text-dim); }
.marquee:hover .track { animation-play-state: paused; }
.marquee .track i { color: var(--akzent); font-style: normal; margin: 0 14px; }
@keyframes lauf { to { transform: translateX(-50%);} }
.marquee.akz { background: var(--akzent); border: 0; } .marquee.akz .track { color: #fff; } .marquee.akz .track i { color: var(--nacht); }

/* ---------- Deal-Karten ---------- */
.reihe { display: grid; grid-auto-flow: column; grid-auto-columns: 72%; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 20px 18px; margin: 0 -20px; scrollbar-width: none; }
.reihe::-webkit-scrollbar { display: none; }
.reihe > * { scroll-snap-align: start; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.card { background: var(--nacht-2); border: 1px solid var(--linie); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; position: relative; transition: transform .25s var(--ease), box-shadow .25s; min-width: 0; }
.papier .card { background: #fff; border-color: #F2DCE6; color: var(--ink); box-shadow: 0 4px 18px rgba(26,15,21,.06); }
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,.35); }
.card:active { transform: scale(.985); }
.card .bild { aspect-ratio: 4/5; background: var(--nacht-3); position: relative; overflow: hidden; }
.papier .card .bild { background: var(--papier-2); }
.card .bild img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.card:hover .bild img { transform: scale(1.05); }
.card .bild .emoji { position: absolute; inset: 0; display: grid; place-items: center; font-size: 64px; background: radial-gradient(circle at 30% 20%, rgba(224,48,138,.35), transparent 60%), var(--nacht-3); }
.papier .card .bild .emoji { background: radial-gradient(circle at 30% 20%, rgba(224,48,138,.18), transparent 60%), var(--papier-2); }
.card .badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 6px; align-items: flex-start; z-index: 2; }
.card .rabatt { position: absolute; right: 10px; top: 10px; background: var(--akzent); color: #fff; font-family: Anton, Impact, sans-serif; font-size: 18px; padding: 6px 9px; border-radius: 8px; transform: rotate(6deg); z-index: 2; box-shadow: 0 6px 16px rgba(224,48,138,.4); }
.card .body { padding: 12px 12px 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card .name { font-weight: 700; font-size: 15px; line-height: 1.3; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.card .preise { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin-top: auto; }
.card .preis { font-family: Anton, Impact, sans-serif; font-size: 38px; line-height: 1; color: var(--akzent); }
.card .uvp { font-size: 13px; font-weight: 700; color: var(--text-dim); text-decoration: line-through; text-decoration-color: var(--akzent); text-decoration-thickness: 2px; }
.papier .card .uvp { color: var(--ink-dim); }
.card .spart { font-size: 12px; font-weight: 800; color: var(--text-dim); letter-spacing: .04em; text-transform: uppercase; }
.papier .card .spart { color: var(--ink-dim); }
.card .meta { font-size: 12px; color: var(--text-dim); }
.papier .card .meta { color: var(--ink-dim); }
.card .cta { margin-top: 8px; }
.card.aus .bild img, .card.aus .bild .emoji { filter: grayscale(1) brightness(.7); }
.card .weg { position: absolute; inset: 0; display: grid; place-items: center; z-index: 3; font-family: Anton, Impact, sans-serif; font-size: 22px; text-align: center; color: #fff; background: rgba(19,10,16,.5); padding: 20px; line-height: 1.1; }
.card a.deck { position: absolute; inset: 0; z-index: 1; }
.card .body, .card .cta { position: relative; z-index: 2; }

/* Badges */
.badge { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; padding: 5px 9px; border-radius: 999px; background: rgba(19,10,16,.8); color: #fff; backdrop-filter: blur(6px); line-height: 1; white-space: nowrap; }
.badge.hot { background: var(--akzent); } .badge.hummel { background: var(--hummel); color: var(--ink); } .badge.live { background: var(--live); }
.badge.neu { background: #fff; color: var(--ink); } .badge.comm { background: #FF6FB1; color: var(--ink); } .badge.last { background: var(--ink); border: 1px solid var(--akzent); }
.badge.beispiel { background: repeating-linear-gradient(45deg, var(--hummel) 0 6px, #FFD966 6px 12px); color: var(--ink); }

/* Skeleton / Empty / Fehler */
.skel { border-radius: var(--r); background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.12), rgba(255,255,255,.06)); background-size: 200% 100%; animation: schimmer 1.3s infinite; aspect-ratio: 4/6; }
.papier .skel { background: linear-gradient(90deg, #F3E3EA, #FBEFF4, #F3E3EA); background-size: 200% 100%; }
@keyframes schimmer { to { background-position: -200% 0; } }
.leer { text-align: center; padding: 40px 20px; border: 2px dashed var(--linie); border-radius: var(--r); }
.papier .leer { border-color: #EBC9D8; }
.leer .display { font-size: 40px; margin-bottom: 8px; }

/* ---------- Deal des Tages ---------- */
.dot-karte { display: grid; grid-template-columns: 1fr; gap: 18px; background: #fff; color: var(--ink); border-radius: 28px; overflow: hidden; box-shadow: 0 30px 80px rgba(224,48,138,.18); }
.dot-karte .bild { aspect-ratio: 4/4; background: var(--papier-2); position: relative; }
.dot-karte .bild img { width: 100%; height: 100%; object-fit: cover; }
.dot-karte .bild .emoji { position: absolute; inset: 0; display: grid; place-items: center; font-size: 120px; }
.dot-karte .body { padding: 0 20px 24px; }
.dot-karte .preis-gross { font-family: Anton, Impact, sans-serif; font-size: clamp(72px, 22vw, 180px); line-height: .85; color: var(--akzent); }
.dot-karte .preis-gross small { font-size: .28em; color: var(--ink-dim); font-family: Inter, sans-serif; font-weight: 800; letter-spacing: .12em; }
.dot-karte .uvpz { font-size: 15px; font-weight: 800; color: var(--ink-dim); letter-spacing: .1em; text-transform: uppercase; }
.dot-karte .uvpz s { color: var(--ink); font-family: Anton, Impact, sans-serif; font-size: 26px; text-decoration-color: var(--akzent); text-decoration-thickness: 3px; }
.lisa-sagt { display: flex; gap: 12px; align-items: flex-start; background: var(--papier-2); border-left: 4px solid var(--akzent); padding: 12px 14px; border-radius: 0 14px 14px 0; margin: 14px 0; }
.nacht .lisa-sagt, .nacht-2 .lisa-sagt { background: var(--nacht-3); }
.lisa-sagt img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: none; }
.lisa-sagt b { display: block; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--akzent); margin-bottom: 2px; }
.lisa-sagt q { font-family: Caveat, cursive; font-weight: 700; font-size: 24px; line-height: 1.1; quotes: "„" "“"; }

/* ---------- Video-Karten ---------- */
.vcard { aspect-ratio: 9/16; border-radius: var(--r); overflow: hidden; position: relative; background: var(--nacht-3); cursor: pointer; border: 1px solid var(--linie); }
.vcard img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.vcard:hover img { transform: scale(1.05); }
.vcard .play { position: absolute; inset: 0; display: grid; place-items: center; }
.vcard .play span { width: 58px; height: 58px; border-radius: 50%; background: rgba(255,255,255,.9); display: grid; place-items: center; color: var(--ink); box-shadow: 0 10px 30px rgba(0,0,0,.4); }
.vcard .unten { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 12px 12px; background: linear-gradient(transparent, rgba(19,10,16,.92)); font-size: 13px; font-weight: 700; }
.vcard .unten .prod { display: flex; gap: 6px; margin-top: 6px; flex-wrap: wrap; }
.vcard .unten .prod span { background: var(--akzent); color: #fff; font-family: Anton, Impact, sans-serif; font-size: 15px; padding: 3px 8px; border-radius: 6px; }

/* Player-Overlay */
.overlay { position: fixed; inset: 0; z-index: 60; background: rgba(19,10,16,.96); display: none; overflow: auto; }
.overlay.offen { display: block; }
.overlay .inner { max-width: 460px; margin: 0 auto; padding: 12px 12px 40px; }
.overlay .top { display: flex; justify-content: space-between; align-items: center; padding: 8px 4px 12px; }
.overlay video { width: 100%; aspect-ratio: 9/16; object-fit: cover; border-radius: var(--r); background: #000; max-height: 72svh; }
.overlay .prodliste { display: grid; gap: 10px; margin-top: 12px; }
.prodzeile { display: grid; grid-template-columns: 64px minmax(0,1fr) auto; gap: 12px; align-items: center; background: var(--nacht-2); border: 1px solid var(--linie); border-radius: 14px; padding: 8px; }
.prodzeile .b { width: 64px; height: 64px; border-radius: 10px; object-fit: cover; background: var(--nacht-3); display: grid; place-items: center; font-size: 30px; overflow: hidden; }
.prodzeile .b img { width: 100%; height: 100%; object-fit: cover; }
.prodzeile .n { font-weight: 700; font-size: 14px; line-height: 1.25; }
.prodzeile .p { font-family: Anton, Impact, sans-serif; font-size: 26px; color: var(--akzent); line-height: 1; }
.prodzeile .u { font-size: 12px; color: var(--text-dim); text-decoration: line-through; }

/* ---------- Chips / Kategorien ---------- */
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 0 16px; border-radius: 999px; border: 2px solid var(--linie); font-weight: 800; font-size: 14px; transition: all .2s; background: transparent; color: inherit; }
.papier .chip { border-color: #EBC9D8; }
.chip:hover { border-color: var(--akzent); }
.chip.aktiv, .chip[aria-pressed="true"] { background: var(--akzent); border-color: var(--akzent); color: #fff; }
.chip.gross { min-height: 56px; font-size: 16px; padding: 0 20px; }
.chips-scroll { display: flex; gap: 8px; overflow-x: auto; padding: 4px 20px 12px; margin: 0 -20px; scrollbar-width: none; }
.chips-scroll::-webkit-scrollbar { display: none; }
.chips-scroll .chip { flex: none; }

/* Preis-Kacheln (Unter 10/20/30) */
.preiskacheln { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.pk { background: var(--nacht-2); border: 1px solid var(--linie); border-radius: var(--r); padding: 18px 10px; text-align: center; transition: transform .25s var(--ease), border-color .2s; }
.pk:hover { transform: translateY(-4px); border-color: var(--akzent); }
.pk .z { font-family: Anton, Impact, sans-serif; font-size: clamp(44px, 11vw, 96px); line-height: .9; color: var(--akzent); }
.pk .z small { font-size: .4em; }
.pk .l { font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--text-dim); margin-top: 6px; }

/* ---------- Community ---------- */
.vote { background: var(--nacht-2); border: 1px solid var(--linie); border-radius: 24px; padding: 20px; }
.vote .frage { font-family: Anton, Impact, sans-serif; font-size: clamp(26px, 6vw, 40px); text-transform: uppercase; margin: 0 0 14px; }
.vote-liste { display: grid; gap: 8px; }
.vote-opt { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 10px; min-height: 52px; padding: 0 16px; border-radius: 14px; border: 2px solid var(--linie); position: relative; overflow: hidden; font-weight: 800; text-align: left; color: inherit; }
.vote-opt .balken { position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: rgba(224,48,138,.25); transition: width .8s var(--ease); z-index: 0; }
.vote-opt span { position: relative; z-index: 1; }
.vote-opt.gewaehlt { border-color: var(--akzent); }
.vote .hinweis { font-size: 13px; color: var(--text-dim); margin: 12px 0 0; }
.mitmach { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 14px; }
.mitmach a { background: var(--nacht-2); border: 1px solid var(--linie); border-radius: var(--r); padding: 16px; font-weight: 800; font-size: 14px; display: flex; flex-direction: column; gap: 6px; transition: border-color .2s; }
.mitmach a:hover { border-color: var(--akzent); }
.mitmach a i { font-style: normal; font-size: 26px; }
.mitmach a small { font-weight: 500; color: var(--text-dim); font-size: 12px; }

/* ---------- Story ---------- */
.story { display: grid; gap: 22px; }
.story .foto { border-radius: 28px; overflow: hidden; transform: rotate(-2deg); box-shadow: 0 20px 60px rgba(26,15,21,.18); aspect-ratio: 4/5; max-width: 360px; }
.story .foto img { width: 100%; height: 100%; object-fit: cover; }
.story p { margin: 0 0 12px; color: var(--ink-dim); }
.story p b { color: var(--ink); }
.fakten { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; margin: 18px 0; }
.fakt { background: #fff; border: 1px solid #F2DCE6; border-radius: 14px; padding: 12px 8px; text-align: center; }
.fakt b { display: block; font-family: Anton, Impact, sans-serif; font-size: clamp(22px, 6vw, 40px); color: var(--akzent); line-height: 1; }
.fakt span { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-dim); }

/* ---------- Deal-Alarm ---------- */
.alarm { background: var(--akzent); color: #fff; border-radius: 28px; padding: 28px 20px; position: relative; overflow: hidden; }
.alarm::after { content: "🚨"; position: absolute; right: -10px; top: -20px; font-size: 140px; opacity: .18; transform: rotate(12deg); }
.alarm .h2 { color: #fff; }
.alarm .sub { color: rgba(255,255,255,.85); }
.alarm-wege { display: grid; gap: 8px; margin: 16px 0; position: relative; z-index: 1; }
.alarm-wege a, .alarm-wege button { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 12px; min-height: 56px; padding: 0 16px; border-radius: 14px; background: rgba(255,255,255,.14); border: 2px solid rgba(255,255,255,.3); color: #fff; font-weight: 800; text-align: left; transition: background .2s; }
.alarm-wege a:hover, .alarm-wege button:hover { background: rgba(255,255,255,.24); }
.alarm-wege small { flex-basis: 100%; font-size: 13px; }
.alarm .chips .chip { border-color: rgba(255,255,255,.45); color: #fff; }
.alarm .chips .chip.aktiv { background: #fff; color: var(--akzent); border-color: #fff; }
.alarm form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; margin-top: 10px; }
.alarm input { min-height: 52px; border-radius: 14px; border: 0; padding: 0 14px; font-weight: 600; }
.alarm .btn-weiss { color: var(--akzent); }

/* ---------- Crew ---------- */
.crew-karten { display: grid; gap: 12px; }
.crew-k { background: #fff; border: 1px solid #F2DCE6; border-radius: var(--r); padding: 20px; display: flex; flex-direction: column; gap: 8px; }
.crew-k i { font-style: normal; font-size: 30px; }
.crew-k .display { font-size: 26px; }
.crew-k p { margin: 0; color: var(--ink-dim); font-size: 15px; flex: 1; }
.crew-k ul { margin: 0; padding-left: 18px; color: var(--ink-dim); font-size: 14px; }
.dash { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.dash div { background: var(--nacht-2); border: 1px solid var(--linie); border-radius: 14px; padding: 14px; }
.dash b { display: block; font-family: Anton, Impact, sans-serif; font-size: 32px; color: var(--akzent); line-height: 1; }
.dash span { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--text-dim); }

/* Formulare */
.form { display: grid; gap: 10px; }
.form label { font-weight: 800; font-size: 13px; letter-spacing: .04em; display: grid; gap: 6px; }
.form input, .form select, .form textarea { min-height: 52px; border-radius: 14px; border: 2px solid var(--linie); background: var(--nacht-2); color: #fff; padding: 0 14px; }
.papier .form input, .papier .form select, .papier .form textarea { background: #fff; border-color: #EBC9D8; color: var(--ink); }
.form textarea { min-height: 110px; padding: 12px 14px; }
.form .zwei { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.form .hinweis { font-size: 13px; color: var(--text-dim); }
.papier .form .hinweis { color: var(--ink-dim); }

/* ---------- Social Wall ---------- */
.wall { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.wall a { border-radius: var(--r); overflow: hidden; position: relative; aspect-ratio: 4/5; background: var(--nacht-2); border: 1px solid var(--linie); }
.wall a img { width: 100%; height: 100%; object-fit: cover; }
.wall a span { position: absolute; left: 10px; right: 10px; bottom: 10px; font-size: 12px; font-weight: 800; background: rgba(19,10,16,.75); padding: 6px 10px; border-radius: 10px; backdrop-filter: blur(6px); }
.wall a.text { display: grid; place-items: center; text-align: center; padding: 20px; font-weight: 800; }
.wall a.text b { font-family: Anton, Impact, sans-serif; font-size: 34px; color: var(--akzent); display: block; }

/* ---------- Footer ---------- */
footer { background: #0C0609; border-top: 1px solid var(--linie); padding: 40px 0 32px; font-size: 14px; color: var(--text-dim); }
footer .spalten { display: grid; gap: 24px; }
footer h4 { color: #fff; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 10px; }
footer a { display: block; padding: 5px 0; }
footer a:hover { color: #fff; }
footer .unten { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--linie); font-size: 12px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* ---------- Bottom-Nav ---------- */
.bottom { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; background: rgba(19,10,16,.92); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-top: 1px solid var(--linie); padding-bottom: env(safe-area-inset-bottom); }
.bottom ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); }
.bottom a, .bottom button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; height: var(--bottom-h); font-size: 10.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--text-dim); width: 100%; position: relative; }
.bottom a[aria-current], .bottom a:hover, .bottom button:hover { color: #fff; }
.bottom svg { width: 24px; height: 24px; }
.bottom .live-a { color: var(--live); }
.bottom .live-a .dot { position: absolute; top: 8px; right: calc(50% - 16px); width: 8px; height: 8px; background: var(--live); }
.bottom .bag-n { top: 6px; right: calc(50% - 20px); }

/* ---------- Suche-Overlay ---------- */
.suche { position: fixed; inset: 0; z-index: 60; background: rgba(19,10,16,.97); display: none; }
.suche.offen { display: block; }
.suche .inner { max-width: 720px; margin: 0 auto; padding: 16px 16px 40px; }
.suche form { display: flex; gap: 8px; }
.suche input { flex: 1; min-height: 56px; border-radius: 16px; border: 2px solid var(--linie); background: var(--nacht-2); color: #fff; padding: 0 16px; font-size: 17px; min-width: 0; }
.suche .erg { margin-top: 16px; display: grid; gap: 8px; }
.suche .erg .card { flex-direction: row; align-items: center; gap: 12px; padding: 8px; }
.suche .erg .card .bild { width: 64px; aspect-ratio: 1; border-radius: 10px; flex: none; }
.suche .erg .card .bild .emoji { font-size: 28px; }
.suche .erg .card .body { padding: 0; }
.suche .erg .card .preis { font-size: 26px; }

/* ---------- Bag-Panel ---------- */
.bag { position: fixed; inset: 0; z-index: 60; background: rgba(19,10,16,.6); display: none; }
.bag.offen { display: block; }
.bag .panel { position: absolute; right: 0; top: 0; bottom: 0; width: min(420px, 100%); background: var(--nacht); border-left: 1px solid var(--linie); padding: 16px; overflow: auto; display: flex; flex-direction: column; gap: 12px; }
.bag .panel .top { display: flex; justify-content: space-between; align-items: center; }
.bag .hinweis { font-size: 13px; color: var(--text-dim); background: var(--nacht-2); padding: 12px; border-radius: 12px; border: 1px solid var(--linie); }
.bag .summe { display: flex; justify-content: space-between; font-weight: 800; font-size: 18px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--linie); }
.bag .summe b { font-family: Anton, Impact, sans-serif; font-size: 30px; color: var(--akzent); }

/* ---------- Toast ---------- */
.toast { position: fixed; left: 50%; bottom: calc(var(--bottom-h) + 16px + env(safe-area-inset-bottom)); transform: translateX(-50%) translateY(20px); background: #fff; color: var(--ink); font-weight: 800; padding: 12px 18px; border-radius: 999px; box-shadow: 0 14px 40px rgba(0,0,0,.45); z-index: 70; opacity: 0; pointer-events: none; transition: all .3s var(--ease); max-width: calc(100% - 32px); text-align: center; font-size: 14px; }
.toast.zeig { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- Produktseite ---------- */
.produkt { padding: 16px 0 40px; }
.p-medien { border-radius: 24px; overflow: hidden; aspect-ratio: 4/5; background: var(--nacht-2); position: relative; }
.p-medien img { width: 100%; height: 100%; object-fit: cover; }
.p-medien .emoji { position: absolute; inset: 0; display: grid; place-items: center; font-size: 140px; background: radial-gradient(circle at 30% 20%, rgba(224,48,138,.35), transparent 60%), var(--nacht-3); }
.p-preis { display: flex; flex-direction: column; gap: 4px; margin: 18px 0 8px; }
.p-preis .uvpz { font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--text-dim); }
.p-preis .uvpz s { font-family: Anton, Impact, sans-serif; font-size: 28px; color: #fff; text-decoration-color: var(--akzent); text-decoration-thickness: 3px; }
.p-preis .lisa { font-family: Anton, Impact, sans-serif; font-size: clamp(80px, 24vw, 160px); line-height: .85; color: var(--akzent); }
.p-preis .lisa small { font-size: .26em; font-family: Inter, sans-serif; font-weight: 800; letter-spacing: .14em; color: var(--text-dim); margin-left: 10px; }
.p-preis .spar { display: inline-block; background: #fff; color: var(--ink); font-weight: 900; font-size: 13px; letter-spacing: .08em; padding: 6px 12px; border-radius: 8px; transform: rotate(-2deg); width: max-content; }
.p-var { margin: 14px 0; }
.p-var h4 { margin: 0 0 8px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-dim); }
.p-cta { display: grid; gap: 8px; margin: 18px -8px; padding: 10px 8px; border-radius: 20px; background: rgba(19,10,16,.92); backdrop-filter: blur(8px); position: sticky; bottom: calc(var(--bottom-h) + 8px + env(safe-area-inset-bottom)); z-index: 20; }
.p-info { display: grid; gap: 10px; }
.p-info details { background: var(--nacht-2); border: 1px solid var(--linie); border-radius: 14px; padding: 0 16px; }
.p-info summary { min-height: 52px; display: flex; align-items: center; justify-content: space-between; font-weight: 800; cursor: pointer; list-style: none; }
.p-info summary::after { content: "+"; font-family: Anton, Impact, sans-serif; font-size: 24px; color: var(--akzent); }
.p-info details[open] summary::after { content: "–"; }
.p-info details p { margin: 0 0 14px; color: var(--text-dim); font-size: 15px; }
.lieferbar { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 14px; }
.lieferbar .dot { background: #2ECC71; }
.lieferbar.nein .dot { background: var(--live); }

/* Filterleiste */
.filter { display: grid; gap: 10px; margin-bottom: 18px; }
.filter h4 { margin: 0 0 6px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-dim); }
.papier .filter h4 { color: var(--ink-dim); }
.ergebnis-zeile { display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 700; color: var(--text-dim); margin-bottom: 12px; }

/* Kalender/Live-Seite */
.live-hero { background: radial-gradient(circle at 50% 0%, rgba(255,45,74,.25), transparent 60%), var(--nacht); text-align: center; padding: 48px 0 32px; }
.live-hero .h1 { font-size: clamp(48px, 12vw, 120px); }
.termin { background: var(--nacht-2); border: 1px solid var(--linie); border-radius: 24px; padding: 20px; display: grid; gap: 10px; }
.termin .wann { font-family: Anton, Impact, sans-serif; font-size: clamp(34px, 8vw, 64px); line-height: 1; }
.schritte { display: grid; gap: 10px; counter-reset: s; }
.schritt { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 12px; align-items: start; background: var(--nacht-2); border: 1px solid var(--linie); border-radius: 16px; padding: 14px; }
.schritt::before { counter-increment: s; content: counter(s); font-family: Anton, Impact, sans-serif; font-size: 34px; color: var(--akzent); line-height: 1; }
.schritt b { display: block; margin-bottom: 2px; }
.schritt span { color: var(--text-dim); font-size: 14px; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.sichtbar { opacity: 1; transform: none; }

/* Sonstiges */
.notiz { font-size: 13px; color: var(--text-dim); }
.papier .notiz { color: var(--ink-dim); }
.kasten { background: var(--nacht-2); border: 1px solid var(--linie); border-radius: 18px; padding: 16px; }
.papier .kasten { background: #fff; border-color: #F2DCE6; }
.spalten-2 { display: grid; gap: 16px; }
hr.l { border: 0; border-top: 1px solid var(--linie); margin: 24px 0; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .hummel { display: none; }
}

/* =========================================================
   GRÖSSERE BILDSCHIRME (mobil ist Standard)
   ========================================================= */
@media (min-width: 720px) {
  .wrap { padding: 0 32px; }
  section { padding: 96px 0; }
  .reihe { grid-auto-columns: 38%; padding: 4px 32px 18px; margin: 0 -32px; }
  .chips-scroll { padding: 4px 32px 12px; margin: 0 -32px; }
  .grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
  .dot-karte { grid-template-columns: minmax(0,5fr) minmax(0,6fr); align-items: center; }
  .dot-karte .body { padding: 28px 28px 28px 0; }
  .story { grid-template-columns: minmax(0,2fr) minmax(0,3fr); align-items: start; }
  .crew-karten { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .dash { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .wall { grid-template-columns: repeat(4, minmax(0,1fr)); }
  footer .spalten { grid-template-columns: 2fr 1fr 1fr 1fr; }
  .spalten-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .mitmach { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .produkt .p-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 32px; align-items: start; }
  .p-cta { position: static; background: none; padding: 0; margin: 18px 0; }
  .hero-inhalt { padding: 48px 32px 40px; }
}
@media (min-width: 1000px) {
  body { padding-bottom: 0; }
  .bottom { display: none; }
  .nav-links { display: flex; }
  .reihe { grid-auto-columns: 24%; }
  .grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .hero { grid-template-columns: minmax(0,1fr) 420px; align-items: center; min-height: calc(100svh - var(--nav-h) - 40px); }
  .hero-media::after { background: linear-gradient(90deg, rgba(19,10,16,.97) 0%, rgba(19,10,16,.9) 45%, rgba(19,10,16,.55) 100%); }
  .hero-media video, .hero-media img { filter: blur(18px) brightness(.6); object-position: center; }
  .hero-phone { display: block; position: relative; z-index: 10; width: 340px; aspect-ratio: 9/16; border-radius: 40px; overflow: hidden; border: 8px solid #241520; box-shadow: 0 40px 120px rgba(224,48,138,.35), 0 0 0 1px rgba(255,255,255,.08); justify-self: center; margin-right: 32px; }
  .hero-phone video { width: 100%; height: 100%; object-fit: cover; }
  .hero-phone .live-badge { position: absolute; top: 14px; left: 14px; }
  .hero-inhalt { padding: 64px 32px 64px; max-width: 760px; }
  .hero .h1 { font-size: clamp(72px, 8.5vw, 150px); }
  .toast { bottom: 24px; }
}

/* ---- Handybreite: Kinder dürfen den Kasten nicht sprengen (min-width:auto-Falle) ---- */
.filter, .filter > div, .spalten-2 > *, .kasten, .form, .form label, .form .zwei > * { min-width: 0; }
.form input, .form select, .form textarea { width: 100%; min-width: 0; }
.alarm form input { min-width: 0; width: 100%; }
.chips-scroll { max-width: calc(100% + 40px); }
@media (min-width: 720px) { .chips-scroll { max-width: calc(100% + 64px); } }
