/* Babaganoush Funnel — gemeinsames Aussehen.
   Mobile zuerst: der ganze Traffic kommt aus Reels und Stories.
   Monochrom wie die Marke: Schwarz, Weiß, fette Versalien. Kein Gelb, das kommt nur aus
   den Text-Overlays der Reels und ist keine Markenfarbe. Rot bleibt als einziges Signal
   und ausschließlich für das ablaufende Trostpreis-Fenster und für Fehlermeldungen. */

:root{
  --ink:#0B0B0C;
  --surface:#141416;
  --surface-2:#1C1C1F;
  --line:#2B2B30;
  --paper:#EFEDE6;
  --muted:#96938A;
  --muted-2:#6E6C65;
  --akzent:#FFFFFF;
  --akzent-weich:rgba(255,255,255,.07);
  --red:#E0554C;
  --green:#8FBF9A;
  --tap:56px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  background:var(--ink);color:var(--paper);
  font-family:"Barlow","Helvetica Neue",Arial,sans-serif;
  font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased;
  min-height:100dvh;display:flex;flex-direction:column;
}
h1,h2,.pov{font-family:"Anton","Arial Narrow",Impact,sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:.01em;text-wrap:balance;margin:0;line-height:1.22}
h1{font-size:clamp(2rem,7.5vw,2.9rem)}
h2{font-size:clamp(1.4rem,5vw,1.9rem)}
p{margin:0}
a{color:var(--akzent)}
.mono{font-family:"JetBrains Mono",ui-monospace,monospace;font-variant-numeric:tabular-nums}

.huelle{width:100%;max-width:560px;margin:0 auto;padding:0 20px;flex:1;display:flex;flex-direction:column}

/* Kopf mit Fortschritt */
.kopf{padding:18px 0 6px;display:flex;align-items:center;gap:14px}
.marke{font-family:"Anton",sans-serif;text-transform:lowercase;font-size:1.15rem;letter-spacing:.02em}
.fortschritt{flex:1;height:3px;background:var(--line);position:relative;overflow:hidden}
.fortschritt i{position:absolute;inset:0 auto 0 0;background:var(--akzent);width:0;transition:width .35s ease}
@media (prefers-reduced-motion:reduce){.fortschritt i{transition:none}}

/* Schritte */
.schritt{display:none;padding:26px 0 8px;flex:1;flex-direction:column}
.schritt.aktiv{display:flex;animation:rein .28s ease}
@keyframes rein{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.schritt.aktiv{animation:none}}

.eyebrow{font-family:"JetBrains Mono",monospace;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
.mark{background:var(--akzent);color:#000;padding:.02em .12em;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.lede{color:#D6D3CA;margin-top:14px}
.klein{font-size:.85rem;color:var(--muted)}
.mini{font-size:.75rem;color:var(--muted-2);line-height:1.45}

/* Vorteile */
.vorteile{list-style:none;margin:22px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}
.vorteile li{display:grid;grid-template-columns:22px 1fr;gap:12px;align-items:start}
.vorteile li::before{content:"";width:12px;height:12px;background:var(--akzent);margin-top:6px}
.vorteile b{font-weight:600}

/* Auswahl-Karten */
.wahl{display:flex;flex-direction:column;gap:10px;margin-top:22px}
.wahl button{
  min-height:var(--tap);width:100%;text-align:left;
  background:var(--surface);color:var(--paper);border:1px solid var(--line);
  padding:15px 18px;font:inherit;font-weight:500;cursor:pointer;
  display:flex;justify-content:space-between;align-items:center;gap:12px;
}
.wahl button:hover,.wahl button:focus-visible{border-color:var(--akzent);outline:none}
.wahl button::after{content:"→";color:var(--muted);font-size:1.1rem}
.wahl button:hover::after,.wahl button:focus-visible::after{color:var(--akzent)}

/* Formular */
.feld{margin-top:16px;display:flex;flex-direction:column;gap:6px}
.feld label{font-size:.85rem;color:var(--muted)}
.feld input,.feld textarea,.feld select{
  min-height:var(--tap);background:var(--surface);color:var(--paper);
  border:1px solid var(--line);padding:14px 16px;font:inherit;width:100%;border-radius:0;
}
.feld textarea{min-height:96px;resize:vertical}
.feld input:focus,.feld textarea:focus{border-color:var(--akzent);outline:none}
.zustimmung{display:grid;grid-template-columns:24px 1fr;gap:12px;margin-top:20px;align-items:start}
.zustimmung input{width:24px;height:24px;min-height:0;margin-top:2px;accent-color:var(--akzent)}
.zustimmung span{font-size:.82rem;color:var(--muted);line-height:1.45}

.cta{
  display:block;width:100%;min-height:var(--tap);margin-top:24px;
  background:var(--akzent);color:#000;border:0;cursor:pointer;
  font-family:"Anton",sans-serif;text-transform:uppercase;font-size:1.15rem;letter-spacing:.02em;
  padding:16px;text-align:center;text-decoration:none;
}
.cta[disabled]{opacity:.45;cursor:not-allowed}
.cta.geist{background:transparent;color:var(--muted);border:1px solid var(--line);font-size:.95rem}
.zurueck{background:none;border:0;color:var(--muted);font:inherit;font-size:.85rem;padding:14px 0;cursor:pointer;text-align:left}

.fehler{margin-top:14px;border-left:3px solid var(--red);background:rgba(224,85,76,.10);padding:10px 14px;font-size:.88rem;color:#F5CFCB}
.fehler:empty{display:none}

/* Kasten, Countdown, Termine */
.kasten{border:1px solid var(--line);background:var(--surface);padding:18px;margin-top:22px}
.kasten.betont{border-color:var(--akzent);background:var(--akzent-weich)}
.uhr{
  border:1px solid var(--red);background:rgba(224,85,76,.10);padding:14px 16px;margin-top:18px;
  display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;
}
.uhr b{font-family:"JetBrains Mono",monospace;font-size:1.7rem;color:var(--red);font-weight:700}
.uhr span{font-family:"JetBrains Mono",monospace;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}

.termine{display:flex;flex-direction:column;gap:8px;margin-top:18px;max-height:52vh;overflow-y:auto}
.termin{
  min-height:var(--tap);display:flex;justify-content:space-between;align-items:center;gap:12px;
  background:var(--surface);border:1px solid var(--line);padding:13px 16px;cursor:pointer;font:inherit;color:var(--paper);text-align:left;
}
.termin:hover,.termin:focus-visible{border-color:var(--akzent);outline:none}
.termin.gewaehlt{border-color:var(--akzent);background:var(--akzent-weich)}
.termin .tag{font-weight:600}
.termin .wer{font-size:.82rem;color:var(--muted)}

.stapel{list-style:none;margin:16px 0 0;padding:0}
.stapel li{display:flex;justify-content:space-between;gap:14px;padding:9px 0;border-bottom:1px dashed var(--line);font-size:.9rem}
.stapel li:last-child{border-bottom:0}
.stapel .v{font-family:"JetBrains Mono",monospace;color:var(--muted);white-space:nowrap}
.stapel .summe{border-top:1px solid var(--akzent);border-bottom:0;margin-top:8px;padding-top:12px;font-weight:600}
.stapel .summe .v{color:var(--akzent);font-weight:700}
.durch{text-decoration:line-through;color:var(--muted-2)}

/* Cookie-Banner: das Pixel lädt erst nach Zustimmung */
.cookie{
  position:fixed;left:0;right:0;bottom:0;z-index:50;background:var(--surface-2);
  border-top:1px solid var(--line);padding:16px 20px;
}
.cookie .inner{max-width:560px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.cookie p{font-size:.8rem;color:var(--muted)}
.cookie .knoepfe{display:flex;gap:10px}
.cookie button{flex:1;min-height:46px;font:inherit;font-weight:600;cursor:pointer;border:1px solid var(--line);background:transparent;color:var(--paper)}
.cookie button.ja{background:var(--akzent);color:#000;border-color:var(--akzent)}

footer{padding:28px 0 34px;color:var(--muted-2);font-size:.75rem;display:flex;gap:16px;flex-wrap:wrap;justify-content:center}
footer a{color:var(--muted)}

/* Rechtstexte und Danke-Seiten lesen sich als Fließtext */
.text{max-width:640px;margin:0 auto;padding:32px 20px 60px}
.text h1{margin-bottom:18px}
.text h2{font-size:1.15rem;margin:28px 0 8px}
.text p,.text li{color:#CFCCC3;font-size:.95rem;margin-bottom:10px}
.text ul{padding-left:20px}

/* ---------- Artist-Auswahl ----------
   Solange keine freigegebenen Fotos vorliegen, rendert die Karte ein Monogramm aus den
   Initialen. Das ist Absicht: fremde Instagram-Bilder dürfen wir hier nicht einbinden. */
.artists{display:flex;flex-direction:column;gap:10px;margin-top:18px}
.artist{
  display:flex;gap:14px;align-items:center;width:100%;
  background:var(--surface);border:1px solid var(--line);padding:12px;cursor:pointer;
  font:inherit;color:var(--paper);text-align:left;min-height:var(--tap);
}
.artist:hover{border-color:var(--muted-2)}
.artist.gewaehlt{border-color:var(--akzent);background:var(--akzent-weich)}
.artist .portrait{
  width:64px;height:64px;flex:0 0 64px;overflow:hidden;background:var(--surface-2);
  display:flex;align-items:center;justify-content:center;
}
.artist .portrait img{width:100%;height:100%;object-fit:cover;display:block}
.artist .monogramm{
  font-family:Anton,system-ui,sans-serif;font-size:26px;letter-spacing:1px;color:var(--muted);
  background:linear-gradient(145deg,var(--surface-2),var(--surface));width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;
}
.artist .wer{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}
.artist .wer b{font-size:16px}
.artist .rolle{
  font-family:'JetBrains Mono',ui-monospace,monospace;font-size:10px;letter-spacing:.08em;
  text-transform:uppercase;color:var(--muted-2);
}
.artist .stile{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.artist .motive{display:flex;gap:4px;flex:0 0 auto}
.artist .motive span{
  width:34px;height:34px;background:var(--surface-2);border:1px solid var(--line);
  display:block;overflow:hidden;
}
.artist .motive img{width:100%;height:100%;object-fit:cover;display:block}
.artist.egal .portrait{background:transparent;border:1px dashed var(--line)}
.artist.egal .monogramm{background:transparent;font-size:22px}
@media (max-width:420px){ .artist .motive{display:none} }

/* ---------- Arbeitsproben als Karten-Deck ----------
   Drei Karten, gefächert um einen Drehpunkt unten, wie ein aufgeklapptes Kartenspiel.
   Übernommen vom Hero der dayseven-Seite, hier auf das dunkle Studio-Bild umgesetzt.
   Ohne Dateien in /assets/pieces rendert der Leerzustand: gestaltete Karten mit Kontur
   statt kaputter Bilder. */
.deck{position:relative;margin:30px auto 46px;width:min(210px,52%);aspect-ratio:4/5}
.deck .karte{
  position:absolute;inset:0;transform-origin:bottom center;overflow:hidden;border-radius:18px;
  border:1px solid rgba(239,237,230,.16);background:var(--surface-2);
  box-shadow:0 18px 44px rgba(0,0,0,.55);
}
/* Die äußeren Karten liegen hinten, sind leicht kleiner und ragen bewusst über den Container
   hinaus. Der Drehpunkt unten lässt den Fächer aufgeklappt wirken statt nur schief. */
.deck .karte:nth-child(1){transform:rotate(-10deg) translate(-42%,2%) scale(.9);z-index:1}
.deck .karte:nth-child(2){transform:rotate(2deg) translate(0,-2%);z-index:3}
.deck .karte:nth-child(3){transform:rotate(11deg) translate(42%,3%) scale(.9);z-index:2}
.deck img,.deck video{width:100%;height:100%;object-fit:cover;display:block}
.deck .leer{
  width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;
  background:
    repeating-linear-gradient(135deg,rgba(239,237,230,.035) 0 2px,transparent 2px 9px),
    linear-gradient(160deg,var(--surface-2),var(--surface));
  color:var(--muted-2);font-family:'JetBrains Mono',ui-monospace,monospace;font-size:10px;
  letter-spacing:.1em;text-transform:uppercase;text-align:center;padding:14px;
}
.deck .leer b{font-family:Anton,system-ui,sans-serif;font-size:26px;letter-spacing:1px;color:var(--muted-2)}
@media (min-width:760px){ .deck{width:240px;margin-bottom:54px} }

/* ---------- Vertrauens-Kacheln ----------
   Eigener Name statt „beleg", weil aktion.html diese Klasse schon für einen Abschnitt nutzt. */
.trustreihe{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.trustkachel{flex:1 1 150px;background:var(--surface);border:1px solid var(--line);padding:14px 16px}
.trustkachel b{display:block;font-family:Anton,system-ui,sans-serif;font-size:24px;line-height:1.1}
.trustkachel span{display:block;margin-top:4px;font-size:12px;color:var(--muted);line-height:1.35}
