/* JoAmy — Landing: schwarze Bühne, iPad-Pro-Richtung */

body.landing {
  background: var(--nacht);
  color: var(--nacht-tinte-1);
}

/* Anker-Offset: Landing hat unter der Nav (60px) zusätzlich den sticky
   Style-Switcher (top:60px). Anker sonst dahinter versteckt → 156px statt 72px.
   landing.css wird nur auf der Landing geladen, überschreibt base.css nach Ladeordnung. */
html { scroll-padding-top: 156px; }

/* ---------- Navigation (Farben) ---------- */
.landing .nav {
  background: color-mix(in srgb, var(--nacht) 82%, transparent);
  border-bottom: 1px solid var(--nacht-linie);
}
.landing .wortmarke { color: var(--nacht-tinte-1); }
.landing .nav-links a { color: var(--nacht-tinte-2); }
.landing .nav-links a:hover { color: var(--nacht-tinte-1); }

/* ---------- Hero ---------- */
.hero { padding: clamp(56px, 9vh, 110px) 0 24px; text-align: center; }
.hero h1 {
  font-size: clamp(44px, 8.5vw, 84px);
  line-height: 1.03; font-weight: 600; letter-spacing: -.03em;
  margin: 18px 0 20px;
}
.hero .sub {
  font-size: clamp(17px, 2.2vw, 21px); color: var(--nacht-tinte-2);
  max-width: 620px; margin: 0 auto 34px;
}
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.hero-buehne {
  margin: clamp(40px, 6vh, 72px) auto 0;
  width: min(360px, 78vw);
}
.tempo-hinweis {
  margin-top: 14px; font-size: 12.5px; color: var(--nacht-tinte-3);
}

/* ---------- Style-Switcher ---------- */
.switcher {
  position: sticky; top: 60px; z-index: 40;
  padding: 14px 0;
  background: color-mix(in srgb, var(--nacht) 88%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--nacht-linie);
}
.switcher-rolle {
  display: flex; gap: 10px; overflow-x: auto; padding: 2px 4px;
  scrollbar-width: none; justify-content: safe center;
}
.switcher-rolle::-webkit-scrollbar { display: none; }
.style-pille {
  flex: 0 0 auto;
  border: 1px solid var(--nacht-linie); border-radius: var(--r-pill);
  background: transparent; color: var(--nacht-tinte-2);
  padding: 9px 18px; font-size: 14.5px; font-weight: 500;
  transition: all .25s var(--ease); white-space: nowrap;
}
.style-pille:hover { border-color: var(--nacht-tinte-3); color: var(--nacht-tinte-1); }
.style-pille.aktiv {
  background: var(--akzent); border-color: var(--akzent);
  color: var(--nacht); font-weight: 600;
}
.style-info {
  text-align: center; padding: 10px 0 0; min-height: 26px;
  font-size: 14px; color: var(--nacht-tinte-3);
}
.style-info b { color: var(--akzent); font-weight: 600; transition: color .5s var(--ease); }

/* ---------- Ticker (Signature) ---------- */
.ticker {
  overflow: hidden; border-block: 1px solid var(--nacht-linie);
  padding: 14px 0; margin-top: clamp(48px, 8vh, 90px);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.ticker-spur {
  display: flex; gap: 40px; width: max-content;
  animation: ticker 46s linear infinite;
  color: var(--nacht-tinte-3);
}
.ticker-spur span b { color: var(--akzent); font-weight: 500; }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-spur { animation: none; } }

/* ---------- Statement-Sektionen ---------- */
.statement { text-align: center; padding: clamp(70px, 12vh, 140px) 0 0; }
.statement h2 {
  font-size: clamp(32px, 5.6vw, 56px); font-weight: 600;
  letter-spacing: -.03em; line-height: 1.08; margin: 14px 0 16px;
}
.statement p { color: var(--nacht-tinte-2); font-size: clamp(16px, 2vw, 19px); max-width: 560px; margin: 0 auto; }

.schritte {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 44px;
}
@media (max-width: 720px) { .schritte { grid-template-columns: 1fr; } }
.schritt {
  border: 1px solid var(--nacht-linie); border-radius: var(--r-20);
  padding: 26px 22px; text-align: left; background: var(--nacht-vertieft);
}
.schritt .nr { font-family: var(--mono); color: var(--akzent); font-size: 13px; }
.schritt h3 { font-size: 18px; font-weight: 600; margin: 8px 0 6px; }
.schritt p { font-size: 14.5px; color: var(--nacht-tinte-3); margin: 0; }

/* ---------- Funktions-Sektionen ---------- */
.funktion {
  display: grid; grid-template-columns: 1fr 1fr; align-items: center;
  gap: clamp(32px, 6vw, 88px);
  padding: clamp(56px, 9vh, 110px) 0 0;
}
.funktion:nth-child(even) .funktion-medien { order: 2; }
@media (max-width: 820px) {
  .funktion { grid-template-columns: 1fr; gap: 28px; }
  /* Mobil IMMER: erst der Text, darunter fliegt das Video ein (User-Spec) */
  .funktion .funktion-text { order: 1; text-align: center; }
  .funktion .funktion-medien { order: 2; }
}
.funktion-medien { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; }
.funktion-medien .phone { width: min(300px, 72vw); }
.bs-video-caption { max-width: min(320px, 76vw); margin: 0; text-align: center; font-size: 13px; line-height: 1.45; color: var(--nacht-tinte-3); }
.funktion-text h3 {
  font-size: clamp(28px, 4vw, 42px); font-weight: 600;
  letter-spacing: -.025em; line-height: 1.1; margin: 12px 0 12px;
}
.funktion-text p { color: var(--nacht-tinte-2); font-size: clamp(15.5px, 1.8vw, 18px); max-width: 420px; }
@media (max-width: 820px) { .funktion-text p { margin-inline: auto; } }

/* ---------- Galerie (alle 33) ---------- */
.galerie {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px; margin-top: 40px;
}
.galerie-karte {
  border: 1px solid var(--nacht-linie); border-radius: var(--r-12);
  background: var(--nacht-vertieft); overflow: hidden; padding: 0;
  text-align: left; transition: transform .2s var(--ease), border-color .2s var(--ease);
}
.galerie-karte:hover { transform: translateY(-3px); border-color: var(--akzent); }
.galerie-karte .g-video {
  position: relative; aspect-ratio: 1170 / 2532; width: 100%; background: #000;
  overflow: hidden;
}
.galerie-karte .g-video video,
.galerie-karte .g-video img.video-poster {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.galerie-karte .g-video .laden { display: none; }
.galerie-karte figcaption { padding: 10px 12px 12px; font-size: 13px; font-weight: 500; color: var(--nacht-tinte-2); }

/* Video-Modal */
/* .modal-Basis (Hintergrund/Backdrop) liegt in base.css — wizard.html nutzt sie auch. */
.modal .phone { width: 100%; }
.modal-kopf { display: flex; align-items: center; justify-content: space-between; padding: 4px 6px 12px; gap: 12px; }
.modal-kopf h3 { font-size: 16px; font-weight: 600; }
.modal-kopf p { font-size: 13px; color: var(--nacht-tinte-3); }
.modal-zu {
  background: var(--nacht-vertieft); border: 1px solid var(--nacht-linie);
  color: var(--nacht-tinte-2); border-radius: var(--r-pill);
  width: 34px; height: 34px; flex: 0 0 auto; font-size: 16px; line-height: 1;
}

/* ---------- Zahlen-Band ---------- */
.zahlen {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  padding: clamp(70px, 11vh, 130px) 0 0; text-align: center;
}
@media (max-width: 720px) { .zahlen { grid-template-columns: repeat(2, 1fr); } }
.zahl h3 { font-size: clamp(36px, 5vw, 54px); font-weight: 600; letter-spacing: -.03em; color: var(--akzent); transition: color .5s var(--ease); }
.zahl p { color: var(--nacht-tinte-3); font-size: 14.5px; margin-top: 4px; }

/* ---------- Preise ---------- */
.preise { padding: clamp(70px, 12vh, 140px) 0 0; text-align: center; }
.preis-karten {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  margin-top: 44px; align-items: stretch;
}
@media (max-width: 820px) { .preis-karten { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; } }
.preis-karte {
  border: 1px solid var(--nacht-linie); border-radius: var(--r-28);
  background: var(--nacht-vertieft); padding: 30px 26px;
  display: flex; flex-direction: column; gap: 6px; text-align: center;
  position: relative;
}
.preis-karte.beliebt { border-color: var(--akzent); background: var(--nacht-karte); }
.preis-karte .badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--akzent); color: var(--nacht);
  border-radius: var(--r-pill); font-size: 12px; font-weight: 600;
  padding: 4px 14px; letter-spacing: .04em;
}
.preis-karte h3 { font-size: 17px; font-weight: 600; }
.preis-karte .preis { font-size: 42px; font-weight: 600; letter-spacing: -.03em; margin: 6px 0 2px; }
.preis-karte .preis small { font-size: 15px; font-weight: 400; color: var(--nacht-tinte-3); }
.preis-karte .hinweis { color: var(--nacht-tinte-3); font-size: 14px; flex: 1; }
.preis-karte .btn { margin-top: 18px; justify-content: center; }
.preis-fussnote { margin-top: 22px; font-size: 13px; color: var(--nacht-tinte-3); }
.faq-punkt { border-bottom: 1px solid var(--nacht-linie); padding: 14px 4px; }
.faq-punkt summary { cursor: pointer; font-weight: 600; font-size: 15.5px; color: var(--nacht-tinte-1); }
.faq-punkt p { margin-top: 10px; font-size: 14.5px; color: var(--nacht-tinte-2); }
.staffel { list-style: none; padding: 0; margin: 10px 0 0; display: grid; gap: 6px; text-align: left; }
.staffel li { display: flex; justify-content: space-between; font-size: 13px; color: var(--nacht-tinte-3); border-bottom: 1px dashed var(--nacht-linie); padding-bottom: 5px; }
.staffel li b { color: var(--nacht-tinte-1); font-weight: 600; }

/* ---------- Fernzugriff-Teaser & Privacy ---------- */
.teaser-karte {
  margin-top: clamp(70px, 11vh, 130px);
  border: 1px solid var(--nacht-linie); border-radius: var(--r-28);
  background: linear-gradient(180deg, var(--nacht-karte), var(--nacht-vertieft));
  padding: clamp(32px, 5vw, 56px); text-align: center;
}
.teaser-karte h2 { font-size: clamp(28px, 4.4vw, 44px); font-weight: 600; letter-spacing: -.025em; margin: 12px 0 12px; }
.teaser-karte p { color: var(--nacht-tinte-2); max-width: 560px; margin: 0 auto 26px; }

/* ---------- Abschluss ---------- */
.abschluss { text-align: center; padding: clamp(80px, 14vh, 160px) 0; }
.abschluss h2 { font-size: clamp(44px, 8vw, 76px); font-weight: 600; letter-spacing: -.03em; margin-bottom: 14px; }
.abschluss p { color: var(--nacht-tinte-2); margin-bottom: 30px; }

/* ---------- Footer ---------- */
.footer {
  border-top: 1px solid var(--nacht-linie);
  padding: 34px 0 44px; font-size: 13.5px; color: var(--nacht-tinte-3);
}
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer a { color: var(--nacht-tinte-3); text-decoration: none; margin-right: 18px; }
.footer a:hover { color: var(--nacht-tinte-1); }

/* ============================================================
   HANDY-OPTIMIERUNG (nur ≤640px) — Desktop bleibt unverändert.
   Ziel: „alles zu groß, sehr viel scrollen" → Elemente kleiner,
   nicht nur umbrechen. Baseline 22963px → Ziel < ~10000px.
   ============================================================ */
@media (max-width: 640px) {
  /* ----- Galerie: 3-spaltiges Kachel-Grid, quadratisch, Cover ----- */
  /* Statt 33 hoher Portrait-Karten (~7350px) → kompakte Thumbnails. */
  .galerie {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 26px;
  }
  .galerie-karte { border-radius: var(--r-12); }
  .galerie-karte .g-video { aspect-ratio: 1 / 1; }
  .galerie-karte figcaption {
    padding: 6px 7px 8px;
    font-size: 10.5px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* ----- Funktionen: 10 bildschirmhohe Phones → 2-spaltig kompakt ----- */
  /* Einspaltig blieben 10 Portrait-Phones à ~450px = ~6000px (Boden).
     2-spaltiges Kachel-Raster halbiert die Höhe, KEIN Inhalt entfällt;
     Reihenfolge Text→Phone je Kachel bleibt (User-Spec). */
  #funktionen {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 12px;
    align-items: start;
  }
  .funktion {
    padding: 16px 0 0;
    gap: 10px;
  }
  .funktion .funktion-text { text-align: left; }
  .funktion-text .eyebrow { font-size: 11px; }
  .funktion-text h3 { font-size: clamp(17px, 4.6vw, 20px); margin: 6px 0 6px; line-height: 1.15; }
  .funktion-text p { font-size: 13px; line-height: 1.4; max-width: none; margin-inline: 0; }
  .funktion-medien .phone { width: min(150px, 40vw); }

  /* ----- Hero: Bühne kleiner, Padding gestrafft ----- */
  .hero { padding: 40px 0 8px; }
  .hero h1 { font-size: clamp(36px, 9.2vw, 46px); margin: 12px 0 14px; }
  .hero .sub { margin-bottom: 22px; }
  .hero-buehne { width: min(260px, 60vw); margin-top: 28px; }

  /* ----- Ticker ----- */
  .ticker { margin-top: 36px; padding: 11px 0; }

  /* ----- Statement-Sektionen (6+): Riesen-Padding → kompakt ----- */
  .statement { padding-top: 44px; }
  .statement h2 { font-size: clamp(26px, 6.6vw, 34px); margin: 10px 0 12px; }
  .statement p { font-size: 15.5px; }
  .schritte { margin-top: 26px; gap: 12px; }
  .schritt { padding: 20px 18px; }
  #faq { margin-top: 28px !important; }

  /* ----- Zahlen-Band ----- */
  .zahlen { padding-top: 44px; gap: 12px; }
  .zahl h3 { font-size: clamp(30px, 8vw, 40px); }

  /* ----- Preise ----- */
  .preise { padding-top: 44px; }
  .preis-karten { margin-top: 28px; gap: 14px; }
  .preis-karte { padding: 24px 20px; }
  .preis-karte .preis { font-size: 36px; }
  .preis-fussnote { margin-top: 16px; }

  /* ----- Fernzugriff-Teaser ----- */
  .teaser-karte { margin-top: 44px; padding: 28px 22px; }
  .teaser-karte h2 { font-size: clamp(26px, 6.6vw, 34px); }
  .teaser-karte p { margin-bottom: 20px; }

  /* ----- Abschluss ----- */
  .abschluss { padding: 50px 0; }
  .abschluss h2 { font-size: clamp(34px, 9vw, 48px); }
  .abschluss p { margin-bottom: 24px; }
}

/* ---------- Buchung (Anfrage-Formular, statisch ohne Backend) ---------- */
.buchen-wrap { max-width: 720px; margin: 34px auto 0; text-align: left; }
.buchen-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.buchen-form label { display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: var(--nacht-tinte-2); }
.buchen-form .buchen-breit { grid-column: 1 / -1; }
.buchen-form input, .buchen-form textarea, .buchen-form select {
  background: var(--nacht-vertieft); border: 1px solid var(--nacht-linie); border-radius: 14px;
  padding: 12px 14px; color: var(--nacht-tinte-1); font: inherit; width: 100%;
}
.buchen-form textarea { resize: vertical; min-height: 120px; }
.buchen-form input:focus, .buchen-form textarea:focus, .buchen-form select:focus {
  outline: none; border-color: var(--akzent);
}
.buchen-senden { grid-column: 1 / -1; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 6px; }
.buchen-hinweis { grid-column: 1 / -1; font-size: 13px; color: var(--nacht-tinte-3); text-align: center; }
.buchen-hinweis a { color: var(--akzent); }
@media (max-width: 640px) { .buchen-form { grid-template-columns: 1fr; } }

/* ---------- Bausteine (Kochbuch-Kauf + Teaser) ---------- */
.bs-features { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 8px; text-align: left; }
.bs-features li {
  position: relative; padding-left: 26px;
  color: var(--nacht-tinte-2); font-size: 14.5px; line-height: 1.45;
}
.bs-features li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--akzent); font-weight: 700; }

.bs-kauf-karte {
  max-width: 720px; margin: 10px auto 0; padding: 26px 24px;
  border: 1px solid var(--nacht-linie); border-radius: var(--r-20);
  background: var(--nacht-karte); text-align: left;
}
.bs-kauf-karte h4 { font-size: 15px; font-weight: 600; color: var(--nacht-tinte-1); margin: 0 0 12px; }
.bs-pillen { display: flex; flex-wrap: wrap; gap: 10px; }
.bs-pille {
  flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--nacht-linie); border-radius: var(--r-pill);
  background: transparent; color: var(--nacht-tinte-2); cursor: pointer;
  padding: 8px 16px; font-size: 14px; font-weight: 500; font-family: inherit;
  transition: border-color .15s, color .15s, background .15s;
}
.bs-pille .punkt { width: 10px; height: 10px; border-radius: 50%; background: var(--bs-akzent, var(--akzent)); }
.bs-pille:hover { border-color: var(--nacht-tinte-3); color: var(--nacht-tinte-1); }
.bs-pille.aktiv {
  border-color: var(--bs-akzent, var(--akzent)); color: var(--nacht-tinte-1);
  background: color-mix(in srgb, var(--bs-akzent, var(--akzent)) 16%, transparent);
}
.bs-pille.bs-besitz { border-color: color-mix(in srgb, var(--gruen, #55803f) 60%, var(--nacht-linie)); }
.bs-besitz-haken {
  display: inline-flex; align-items: center; justify-content: center;
  width: 15px; height: 15px; margin-left: 2px; border-radius: 50%;
  background: var(--gruen, #55803f); color: #fff; font-size: 10px; font-weight: 700; line-height: 1;
}
.bs-typ { margin-top: 18px; }
.bs-name-zeile { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; font-size: 14px; color: var(--nacht-tinte-2); }
.bs-name-zeile input {
  background: var(--nacht-vertieft); border: 1px solid var(--nacht-linie); border-radius: 14px;
  padding: 12px 14px; color: var(--nacht-tinte-1); font: inherit; width: 100%;
}
.bs-name-zeile input:focus { outline: none; border-color: var(--akzent); }
.bs-name-hinweis { margin: 8px 0 0; font-size: 12.5px; color: var(--nacht-tinte-3); }
.bs-name-fehler { margin: 8px 0 0; font-size: 13px; color: #e07a5f; }
.bs-preis-zeile {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  flex-wrap: wrap; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--nacht-linie);
}
.bs-preis { color: var(--nacht-tinte-2); font-size: 14.5px; }
.bs-preis b { color: var(--nacht-tinte-1); font-size: 22px; font-weight: 600; }
.bs-preis small { color: var(--nacht-tinte-3); font-size: 12.5px; }
#bs-zahlung { margin-top: 18px; }
#bs-zahlung .bs-klein, .bs-klein { font-size: 12.5px; color: var(--nacht-tinte-3); }
#bs-status { font-size: 14px; color: var(--nacht-tinte-2); margin: 0 0 12px; }
#bs-status.bs-fehler { color: #e07a5f; }
#bs-paypal { max-width: 420px; }
#bs-fertig { margin-top: 18px; }
#bs-fertig .bs-fertig-titel { font-size: 16px; font-weight: 600; color: var(--nacht-tinte-1); margin: 0 0 8px; }
#bs-fertig a { color: var(--akzent); }
.bs-nochmal { margin-top: 10px; }
.bs-schon-gekauft { margin: 14px 0 0; }
.bs-schon-gekauft a { color: var(--akzent); }

/* ---- Auslieferungs-Schritt nach der Zahlung: zwei Wege nebeneinander ---- */
.bs-liefer-wege { display: grid; grid-template-columns: 1.15fr 1fr; gap: 14px; margin-top: 14px; align-items: start; }
.bs-liefer-weg {
  border: 1px solid var(--nacht-linie); border-radius: var(--r-12);
  padding: 16px 16px 14px; background: var(--nacht-vertieft);
}
.bs-liefer-weg h5 { margin: 0 0 10px; font-size: 14px; font-weight: 600; color: var(--nacht-tinte-1); }
.bs-weg-ha { border-color: color-mix(in srgb, var(--akzent) 45%, var(--nacht-linie)); }
.bs-empfohlen { color: var(--akzent); font-weight: 500; }
#bs-ha-status { margin: 0 0 10px; font-size: 13px; color: var(--nacht-tinte-2); }
#bs-ha-status.bs-fehler { color: #e07a5f; }
#bs-ha-aktion .btn { margin: 2px 0 10px; }
.bs-ha-schritt { margin: 12px 0 8px; font-size: 13px; font-weight: 600; color: var(--nacht-tinte-1); }
.bs-ha-schritt:first-child { margin-top: 0; }
#bs-fertig .bs-weg-ha a.btn-hell { color: var(--nacht); } /* ID-Regel unten färbt sonst auch den Store-Knopf */
.bs-ha-repo { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 8px; }
.bs-ha-repo code {
  font-size: 12px; color: var(--nacht-tinte-2); background: var(--nacht);
  border: 1px solid var(--nacht-linie); border-radius: 8px; padding: 6px 8px;
  overflow-wrap: anywhere; min-width: 0;
}
.bs-ha-schritte { margin: 10px 0 0; padding-left: 20px; display: grid; gap: 6px; }
.bs-ha-schritte li { font-size: 12.5px; color: var(--nacht-tinte-3); line-height: 1.5; }
.bs-ha-code-zeile { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
#bs-ha-code {
  background: var(--nacht); border: 1px solid var(--nacht-linie); border-radius: 10px;
  padding: 9px 12px; color: var(--nacht-tinte-1); width: 120px;
  font-family: var(--mono, monospace); font-size: 16px; letter-spacing: 3px; text-align: center;
}
#bs-ha-code:focus { outline: none; border-color: var(--akzent); }
.bs-ha-mehr { margin-top: 12px; }
.bs-ha-mehr a { color: var(--nacht-tinte-3); text-decoration: underline; }

.bs-teaser { max-width: 920px; margin: 44px auto 0; text-align: center; }
.bs-teaser-titel { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--nacht-tinte-3); margin-bottom: 16px; }
.bs-teaser-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.bs-teaser-karte {
  border: 1px dashed var(--nacht-linie); border-radius: var(--r-12);
  padding: 20px 18px; opacity: .75; text-align: left;
}
.bs-teaser-karte h4 { font-size: 15px; font-weight: 600; color: var(--nacht-tinte-1); margin: 0 0 6px; }
.bs-teaser-karte p { font-size: 13.5px; color: var(--nacht-tinte-3); margin: 0; }

@media (max-width: 720px) {
  .bs-liefer-wege { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .bs-kauf-karte { padding: 20px 16px; }
  .bs-preis-zeile { flex-direction: column; align-items: stretch; text-align: center; }
  .bs-preis-zeile .btn { width: 100%; justify-content: center; box-sizing: border-box; }
}

/* ---------- Rabattcode im Zahlungsbereich ---------- */
.bs-rabatt { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.bs-rabatt input {
  flex: 1; min-width: 160px; max-width: 240px;
  background: var(--nacht-vertieft); border: 1px solid var(--nacht-linie); border-radius: 12px;
  padding: 10px 14px; color: var(--nacht-tinte-1); font: inherit;
}
.bs-rabatt input:focus { outline: none; border-color: var(--akzent); }

/* ============ Warenkorb (eine Zahlung für alle Karten) ============ */
.bs-warenkorb {
  max-width: 720px; margin: 22px auto 0; padding: 24px 22px;
  border: 1px solid var(--akzent); border-radius: var(--r-20);
  background: var(--nacht-karte); text-align: left;
  box-shadow: 0 18px 50px -30px rgba(0,0,0,.6);
}
.bs-warenkorb h4 { font-size: 15px; font-weight: 600; color: var(--nacht-tinte-1); margin: 0 0 14px; }
.wk-pos {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 11px 0; border-bottom: 1px solid var(--nacht-linie);
}
.wk-pos:last-child { border-bottom: 0; }
.wk-pos b { color: var(--nacht-tinte-1); font-weight: 600; }
.wk-pos .bs-klein { color: var(--nacht-tinte-3); }
.wk-pos-rechts { display: flex; align-items: center; gap: 12px; flex: none; }
.wk-pos-preis { color: var(--nacht-tinte-2); font-variant-numeric: tabular-nums; }
.wk-pos-x {
  width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--nacht-linie);
  background: var(--nacht-vertieft); color: var(--nacht-tinte-2); cursor: pointer; font-size: 13px; line-height: 1;
}
.wk-pos-x:hover { border-color: var(--akzent); color: var(--nacht-tinte-1); }
.wk-summe {
  display: flex; justify-content: flex-end; align-items: baseline; gap: 8px;
  margin: 14px 0 16px; color: var(--nacht-tinte-2); font-size: 15px;
}
.wk-summe b { color: var(--nacht-tinte-1); font-size: 20px; font-weight: 600; }
#wk-kasse-btn { width: 100%; }
#wk-kasse-bereich, #wk-liefer { margin-top: 16px; }

/* Schwebender Warenkorb-Knopf */
.wk-badge {
  position: fixed; right: 20px; bottom: 20px; z-index: 60;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 18px; border-radius: 999px; border: none; cursor: pointer;
  background: var(--akzent); color: #fff; font: inherit; font-weight: 600; font-size: 15px;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,.5);
}
.wk-badge:hover { transform: translateY(-2px); }
.wk-badge .wk-badge-n {
  min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px;
  background: rgba(255,255,255,.25); display: inline-grid; place-items: center; font-size: 13px;
}

/* ============ Titel-Dropdown im Website-Stil (statt OS-Look) ============ */
.bs-name-zeile select,
.bs-titel-custom {
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  background: var(--nacht-vertieft); border: 1px solid var(--nacht-linie); border-radius: 14px;
  padding: 12px 40px 12px 14px; color: var(--nacht-tinte-1); font: inherit; width: 100%; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238d857a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
}
.bs-titel-custom { padding-right: 14px; background-image: none; cursor: text; margin-top: 8px; }
.bs-name-zeile select:focus, .bs-titel-custom:focus { outline: none; border-color: var(--akzent); }
.bs-name-zeile select option { background: var(--nacht-karte); color: var(--nacht-tinte-1); }
