/* ================================================================
   style.css — Iras Pizza Jembke
   Design-System: Georgia (Serif-Headings) + Inter (Body/UI)
   Farbpalette:
     --red:    #C0201A  (Hauptakzent, CTAs, Nummerierung)
     --gold:   #D4922A  (Sekundärakzent, Logos, Highlights)
     --dark:   #130C04  (Hero, Panel-Header)
     --cream:  #F5EDE0  (Hintergründe hell)
     --lightbg:#FFF9F2  (Seiten-Hintergrund)
     --text:   #1C1208  (Haupttext)
     --muted:  #7A5C40  (Nebentext, Labels)
   Breakpoint Mobile: 680px
================================================================ */

/* Inter — lokal gehostet, DSGVO-konform. Pfade relativ zu diesem Ordner. */
@import url('fonts/inter.css');

/* ─── Reset & Basis ────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --red:    #C0201A;
  --gold:   #D4922A;
  --dark:   #130C04;
  --cream:  #F5EDE0;
  --lightbg:#FFF9F2;
  --white:  #fff;
  --text:   #1C1208;
  --muted:  #7A5C40;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; background: var(--lightbg);
       color: var(--text); min-height: 100vh; }

/* ─── Hero ─────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(rgba(8,3,0,.60), rgba(8,3,0,.60)),
              url('/assets/hero_bg.jpg') center/cover no-repeat;
  padding: 80px 24px 52px;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; min-height: 420px;
}
.hero-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(212,146,42,.07); pointer-events: none;
  top: 50%; left: 42%; transform: translate(-50%,-50%);
}
.hero-inner { text-align: center; position: relative; max-width: 640px; width: 100%; }
.hero-title { color: #fff; font-family: Georgia, serif;
               font-size: clamp(52px, 10vw, 84px); font-weight: bold;
               line-height: 1.05; margin-bottom: 8px; }
.hero-eyebrow { color: var(--gold); font-size: 11px; letter-spacing: .2em;
                 text-transform: uppercase; margin-bottom: 16px; opacity: .8; }
.hero-sub { color: var(--gold); font-family: Georgia, serif;
             font-size: clamp(12px, 2.2vw, 17px); letter-spacing: .22em;
             text-transform: uppercase; margin-bottom: 28px; }
.hero-phone { display: inline-flex; flex-direction: column; gap: 3px;
               align-items: center; text-align: center;
               background: var(--red); padding: 13px 28px;
               border-radius: 10px; text-decoration: none;
               margin-bottom: 24px; box-shadow: 0 4px 24px rgba(192,32,26,.5); }
.hero-phone a { color: #fff; text-decoration: none; }
.hero-phone a:first-child { font-size: 24px; font-weight: bold; font-family: Georgia, serif; }
.hero-phone a:first-child:hover { text-decoration: underline; }
.hero-phone-email { font-size: 13px; font-weight: 500; opacity: .85;
                     text-align: center; font-family: 'Inter', system-ui, sans-serif; }
.hero-phone-email:hover { text-decoration: underline !important; opacity: 1; }
.hero-tabs { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.hero-tab-btn { background: rgba(255,255,255,.1); color: #fff;
                 border: 1.5px solid rgba(255,255,255,.25); border-radius: 8px;
                 padding: 10px 18px; font-size: 13px; font-weight: 700;
                 letter-spacing: .04em; text-transform: uppercase; cursor: pointer;
                 transition: all .18s; touch-action: manipulation; }
.hero-tab-btn.active { background: var(--red); border-color: var(--red); }
@media (hover: hover) {
  .hero-tab-btn:hover { background: var(--red); border-color: var(--red); }
}
@media (hover: none) {
  /* Auf Touch-Geräten: Transition deaktivieren damit kein Zustandsflackern entsteht */
  .hero-tab-btn { transition: none; -webkit-tap-highlight-color: transparent; }
}
@media (max-width: 680px) {
  .footer-admin-gear { display: none; }
  .header-admin-link { display: none; }
  .hero-title { font-size: clamp(42px, 12vw, 58px); margin-bottom: 6px; }
  .hero-eyebrow { font-size: 9px; letter-spacing: .18em; margin-bottom: 12px; }
  .hero-sub { margin-bottom: 16px; font-size: 11px; }
  .hero-phone { width: 75%; box-sizing: border-box; padding: 11px 22px;
                 margin-bottom: 10px; align-items: center; }
  .hero-phone a:first-child { font-size: 21px; }
  .hero-phone-email { font-size: 11px; text-align: center; }
  .hero-tabs { gap: 7px; flex-direction: column; align-items: center; width: 100%; }
  .hero-tab-btn { width: 75%; box-sizing: border-box; padding: 11px 14px;
                   font-size: 11px; letter-spacing: .05em; text-align: center; }
}

/* ─── Tab-Inhalt ────────────────────────────────────────────── */
.tab-content { display: none; }
.tab-content.active { display: block; }

/* ─── Sektion-Wrapper ───────────────────────────────────────── */
.section { padding: 52px 24px; max-width: 960px; margin: 0 auto; }
.section-eyebrow { color: var(--red); font-size: 11px; letter-spacing: .22em;
                    text-transform: uppercase; font-weight: 700; margin-bottom: 8px; }
.section-title { font-family: Georgia, serif; font-size: 36px; color: var(--text); margin-bottom: 22px; }

/* ─── Größen-Tabs ───────────────────────────────────────────── */
.size-tabs { display: flex; background: #EFE8D8; border-radius: 12px; padding: 4px; gap: 4px; }
.size-btn { background: transparent; color: var(--muted); border: none; border-radius: 9px;
             padding: 9px 22px; font-weight: 700; font-size: 14px; cursor: pointer;
             transition: all .18s; white-space: nowrap; flex: 1; text-align: center; }
.size-btn.active { background: var(--red); color: #fff; }
.size-hint { color: var(--muted); font-size: 13px; margin-top: 9px; }
.size-extra { color: var(--gold); font-size: 13px; font-weight: 700; margin-top: 6px; }
.size-extra-sub { color: var(--muted); font-size: 12px; margin-top: 3px; }

/* ─── Legende ───────────────────────────────────────────────── */
.legende { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 12px; font-size: 12px; color: var(--muted); }
.badge-veg  { background: #DCFCE7; color: #166534; font-size: 10px; font-weight: 700; padding: 1px 6px; border-radius: 10px; }

/* ─── Pizza-Karte ───────────────────────────────────────────── */
.pizza-grid { display: grid; gap: 8px; margin-top: 0; }

/* ── Größen-Slide-Animation ──────────────────────────────────── */
.pizza-slider { overflow: hidden; position: relative; }
@keyframes kSlideOutL  { from{transform:translateX(0)} to{transform:translateX(-105%)} }
@keyframes kSlideOutR  { from{transform:translateX(0)} to{transform:translateX(105%)}  }
@keyframes kSlideInL   { from{transform:translateX(-105%)} to{transform:translateX(0)} }
@keyframes kSlideInR   { from{transform:translateX(105%)} to{transform:translateX(0)}  }
.sz-out-l { animation: kSlideOutL 160ms ease-in  forwards; }
.sz-out-r { animation: kSlideOutR 160ms ease-in  forwards; }
.sz-in-l  { animation: kSlideInL  170ms ease-out forwards; }
.sz-in-r  { animation: kSlideInR  170ms ease-out forwards; }
.pizza-card {
  background: var(--white); border-radius: 12px; padding: 13px 17px;
  display: flex; align-items: flex-start; gap: 13px;
  box-shadow: 0 1px 4px rgba(0,0,0,.07);
  transition: all .15s; border: 2px solid transparent;
}
.pizza-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.12); }
.pizza-card.selected { background: #F0FFF4; border-color: #16A34A; }
.pizza-card.pending  { background: #FFF7ED; border-color: #EA580C; }
.pizza-card.awaiting { }

/* Pending-Banner: geteilte Pizza-Karte (½ ausgewählt | ½ offen) */
.pending-split-banner {
  display: flex; margin: 10px 0 4px;
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
  border: 2px solid #16A34A;
}
.pending-split-left {
  flex: 1; background: #F0FFF4;
  padding: 10px 14px;
  display: flex; align-items: center; gap: 10px;
  border-right: 2px dashed #DC2626;
}
.pending-split-left span { font-size: 14px; font-weight: 600; color: #15803D; }
.pending-split-right {
  flex: 1; background: #FEF2F2;
  padding: 10px 14px;
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.pending-split-right > span {
  font-size: 14px; color: #DC2626; font-weight: 700; line-height: 1.3;
}
.pending-split-cancel {
  background: none; border: none; color: #DC2626;
  font-size: 16px; font-weight: 700; cursor: pointer;
  flex-shrink: 0; padding: 0 2px; line-height: 1; opacity: .6;
}
.pending-split-cancel:hover { opacity: 1; }

/* Desktop: Breite passt automatisch zur Pizzaspalte (Banner ist jetzt im Grid) */

/* ─── Info-Zone (unter dem Header, über der Pizzaliste) ─────── */
.pizza-info-zone {
  background: var(--lightbg);
  padding: 8px 0 12px;
  text-align: center;
  display: grid;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04); /* sichtbar wenn sticky */
}
#infoZoneContent, #pendingBannerSlot {
  grid-area: 1 / 1;
  max-width: 1100px; margin: 0 auto; padding: 0 24px; /* wie section */
  width: 100%; align-self: center; box-sizing: border-box;
}

.pizza-badge {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-family: Georgia, serif; font-size: 13px; font-weight: bold;
  transition: all .15s;
}
/* Linke Spalte der Karte */
.pizza-card-left { flex-shrink: 0; }

/* Äußerer Wrapper: Badge links + Stepper-Spalte rechts */
.pizza-badge-wrap { display: flex; align-items: center; gap: 5px; flex-shrink: 0; }

/* Innerer Wrapper: Badge mit Zähler-Coin oben links */
.pizza-badge-inner { position: relative; display: inline-flex; }

/* Zähler-Coin: oben links am Badge */
.pizza-qty-chip {
  position: absolute; top: -5px; left: -5px;
  min-width: 17px; height: 17px; border-radius: 9px;
  background: var(--gold); color: #fff;
  font-size: 10px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  padding: 0 3px;
  border: 2px solid var(--lightbg);
  z-index: 1; pointer-events: none;
}

/* Stepper-Spalte: + oben, − unten */
.pizza-stepper { display: flex; flex-direction: column; gap: 3px; }
.pizza-step-btn {
  width: 28px; height: 28px; border-radius: 50%; border: none;
  font-size: 20px; font-weight: 900; line-height: 1;
  cursor: pointer; padding: 0;
  display: flex; align-items: center; justify-content: center;
  transition: all .15s;
}
.pizza-step-plus  { background: #16A34A; color: #fff; }
.pizza-step-plus:hover  { background: #15803D; }
.pizza-step-add   { background: #F3F4F6; color: #D1D5DB; } /* nicht ausgewählt: dezenter + */
.pizza-step-add:hover   { background: #E5E7EB; color: #9CA3AF; }
.pizza-step-minus { background: #FEE2E2; color: #DC2626; border: 1.5px solid #FCA5A5; }
.pizza-step-minus:hover { background: #DC2626; color: #fff; border-color: #DC2626; }
/* Inline-Hinweis neben dem Pizzanamen wenn ½ gewählt */
.pizza-pending-hint-inline {
  font-size: 10px; color: #EA580C; font-weight: 400;
  font-style: italic; white-space: nowrap;
}
@media (max-width: 680px) {
  .pizza-pending-hint-inline { display: none; } /* auf Mobile: Hinweis-Karte oben reicht */
}
/* Halbpreis unter dem Party-Preis */
.pizza-half-price {
  display: block; font-size: 11px; font-weight: 400;
  font-family: 'Inter', system-ui, sans-serif; opacity: .65; margin-top: 1px;
  white-space: nowrap;
}
.pizza-badge.red    { background: var(--red); }
.pizza-badge.green  { background: #16A34A; }
.pizza-badge.orange { background: #EA580C; }
.pizza-badge.soft-orange { background: #F97316; }

.pizza-meta { flex: 1; min-width: 0; }
.pizza-name { font-family: Georgia, serif; font-weight: bold; font-size: 15px;
               color: var(--text); margin-bottom: 3px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.pizza-zut  { font-size: 12px; color: var(--muted); line-height: 1.5; }
.pizza-price { font-family: Georgia, serif; font-size: 17px; font-weight: bold;
                white-space: nowrap; padding-top: 1px; }
.pizza-price.red    { color: var(--red); }
.pizza-price.green  { color: #16A34A; }
.pizza-price.orange { color: #EA580C; }

/* Mobile: Fixed-Overlay über dem Header */
@media (max-width: 680px) {
  #pendingBannerSlot[style*="position:fixed"] .pending-split-banner {
    border-radius: 0;
    margin: 0;
    border-left: none; border-right: none; border-top: none;
  }
}
.karte-layout { display: grid; grid-template-columns: 1fr 320px; gap: 24px; padding-top: 20px; }
.panel { background: var(--white); border-radius: 14px; box-shadow: 0 2px 12px rgba(0,0,0,.1);
          overflow: hidden; }
.panel-header { background: var(--dark); padding: 14px 18px; display: flex;
                 align-items: center; justify-content: space-between; }
.panel-title { color: #fff; font-family: Georgia, serif; font-weight: bold; font-size: 16px; }
.panel-count { background: var(--red); color: #fff; border-radius: 50%; width: 24px; height: 24px;
                display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: bold; }
.panel-body { padding: 14px 16px; }
#panelList { overflow-y: auto; padding-right: 6px; }
#panelList::-webkit-scrollbar { width: 4px; }
#panelList::-webkit-scrollbar-track { background: transparent; }
#panelList::-webkit-scrollbar-thumb { background: #D1C5B8; border-radius: 2px; }
.panel-empty { text-align: center; padding: 28px 16px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.auswahl-item { padding: 8px 10px; background: #F9F9F7; border-radius: 8px; margin-bottom: 8px; }
.auswahl-item-row { display: flex; align-items: center; gap: 8px; }
.auswahl-item-name { font-weight: 600; font-size: 12px; color: var(--text); line-height: 1.4; flex: 1; }
.auswahl-item-sub  { font-size: 11px; color: var(--muted); margin-top: 2px; }
.auswahl-item-total { font-family: Georgia, serif; font-weight: bold; font-size: 14px; color: var(--red); }
.qty-controls { display: flex; align-items: center; gap: 5px; }
.qty-btn { width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid #E5E7EB;
            background: var(--white); cursor: pointer; font-size: 15px;
            display: flex; align-items: center; justify-content: center; font-weight: bold; }
.qty-btn.minus { color: var(--red); }
.qty-btn.plus  { color: #16A34A; }
.qty-num { font-weight: bold; font-size: 13px; min-width: 16px; text-align: center; }

.panel-pending { padding: 8px 10px; background: #FFFBEB; border-radius: 8px;
                  border: 1px dashed var(--gold); font-size: 13px; margin-bottom: 8px; }

.panel-total-row { border-top: 1px solid #F0EEE8; padding-top: 10px;
                    text-align: right; padding-right: 6px; margin-bottom: 4px; }
.panel-total-count { color: var(--muted); font-size: 13px; margin-right: 6px; }
.panel-total-price { font-family: Georgia, serif; font-weight: bold;
                     font-size: 16px; color: var(--text); }
.btn-weiter { width: 100%; background: #16A34A; color: #fff; border: none;
               border-radius: 10px; padding: 12px; font-weight: 700; font-size: 14px;
               cursor: pointer; margin-top: 6px; }
.btn-weiter:hover { background: #15803D; }

/* „Pizzen auswählen" im Feier-Tab — nur auf Mobile */
.btn-pizzen-auswaehlen { display: none; }
@media (max-width: 680px) {
  .btn-pizzen-auswaehlen {
    display: block; width: 100%; margin-top: 16px;
    background: #16A34A; color: #fff; border: none;
    border-radius: 10px; padding: 14px; font-size: 16px; font-weight: 700;
    cursor: pointer; transition: background .15s;
  }
  .btn-pizzen-auswaehlen:hover { background: #15803D; }
}
.btn-leeren { background: #DC2626; color: #fff; border: none;
               border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer;
               padding: 7px 16px; margin-top: 6px; display: block; width: 100%;
               transition: all .15s; }
.btn-leeren:hover { background: #a01815; }

/* ─── Hinweise/Allergene ─────────────────────────────────────── */
.hinweise { margin-top: 8px; padding: 13px 17px;
             background: var(--white); border-radius: 12px;
             box-shadow: 0 1px 4px rgba(0,0,0,.07);
             border: 2px solid transparent;
             font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ─── Extras ─────────────────────────────────────────────────── */
.extras-title { font-family: Georgia, serif; font-size: 20px; font-weight: bold;
                 color: var(--text); margin-bottom: 10px; }
.extra-card { background: var(--white); border-radius: 12px; padding: 13px 18px;
               display: flex; align-items: center; gap: 14px;
               box-shadow: 0 1px 4px rgba(0,0,0,.07); margin-bottom: 8px;
               cursor: pointer; border: 2px solid transparent; transition: all .15s; }
.extra-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.12); }
.extra-card.extra-selected { background: #F0FFF4; border-color: #16A34A; }
.extra-price.green { color: #16A34A; }
.extra-meta { flex: 1; }
.extra-name  { font-family: Georgia, serif; font-weight: bold; font-size: 15px; color: var(--text);
                display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.extra-beschr { font-size: 12px; color: var(--muted); margin-top: 2px; }
.extra-price { font-family: Georgia, serif; font-size: 17px; font-weight: bold; color: var(--red); white-space: nowrap; }
.extra-price-unit { display: block; font-size: 11px; font-weight: 400; color: var(--muted);
                     font-family: 'Inter', system-ui, sans-serif; text-align: right; margin-top: 1px; }

/* Extras nutzen jetzt dieselben pizza-badge-wrap / pizza-stepper Klassen wie die Pizzakarten */
.badge-allergen, .badge-zusatz {
  background: #F3F4F6; color: #6B7280; font-size: 10px; font-weight: 700;
  padding: 1px 5px; border-radius: 8px; display: inline-block; margin: 0 2px; vertical-align: middle; }
.allergen-legende { margin-top: 10px; padding: 10px 14px; background: #FEF9EC; border-radius: 8px;
                     font-size: 11px; color: var(--muted); line-height: 1.9; }

/* ─── Freitag-Sektion ───────────────────────────────────────── */
.freitag-bg { background: var(--lightbg); padding: 40px 24px; border-top: 3px solid #E5D8C8; }
.freitag-inner { max-width: 560px; margin: 0 auto; }

.freitag-heute { text-align: center; margin-bottom: 24px;
                  background: var(--red); border-radius: 12px; padding: 16px 20px; }
.freitag-heute-label { font-size: 22px; color: #fff; font-weight: bold;
                         font-family: Georgia, serif; }
.freitag-urlaub { display: flex; align-items: center; gap: 14px; background: #FEF3C7;
                   border: 1.5px solid #FDE68A; border-radius: 12px; padding: 14px 18px;
                   margin-bottom: 24px; color: #78350F; }

.freitag-telefon-btn { display: flex; align-items: center; justify-content: center;
                         gap: 10px; background: var(--red); color: #fff; border-radius: 40px;
                         padding: 14px 28px; font-size: 19px; font-weight: bold;
                         font-family: Georgia, serif; text-decoration: none; width: 100%;
                         box-shadow: 0 4px 20px rgba(192,32,26,.35); }
.freitag-telefon-btn:hover { background: #a01815; }

.freitag-main-title { font-family: Georgia, serif; font-size: 26px; font-weight: bold;
                        color: var(--text); margin-bottom: 18px; margin-top: 28px; }

.freitag-steps-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.freitag-step { display: flex; align-items: center; gap: 12px; padding: 11px 0;
                 border-bottom: 1px solid #EDE4D6; }
.freitag-step:last-child { border-bottom: none; }
.freitag-step-nr { width: 26px; height: 26px; border-radius: 50%; background: var(--red);
                    color: #fff; font-weight: bold; font-size: 12px; flex-shrink: 0;
                    display: flex; align-items: center; justify-content: center; }
.freitag-step-text { font-size: 15px; color: var(--text); }

.freitag-info-zeilen { font-size: 13px; color: var(--muted); line-height: 2.0;
                         margin-bottom: 20px; }

.freitag-trennlinie { border: none; border-top: 1.5px solid #EDE4D6; margin: 24px 0; }

.freitag-catering-zeile { display: flex; align-items: center; justify-content: space-between;
                            gap: 16px; }
.freitag-vorbestell-link { background: transparent; border: 1.5px solid var(--red);
                             color: var(--red); border-radius: 20px; padding: 8px 18px;
                             font-size: 14px; font-weight: 700; cursor: pointer;
                             white-space: nowrap; flex-shrink: 0; }
.freitag-vorbestell-link:hover { background: var(--red); color: #fff; }

/* ─── Feier-Sektion ─────────────────────────────────────────── */
.feier-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 32px; }
.info-card { background: var(--white); border-radius: 14px; padding: 22px 24px;
              box-shadow: 0 1px 4px rgba(0,0,0,.07); margin-bottom: 16px; }
.info-card-title { font-family: Georgia, serif; font-size: 18px; font-weight: bold;
                    color: var(--text); margin-bottom: 10px; }
.info-card-body { font-size: 14px; color: var(--muted); line-height: 1.8; }
.info-step { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 10px; }
.step-nr { width: 24px; height: 24px; border-radius: 50%; background: #F0E8D8;
            color: var(--red); display: flex; align-items: center; justify-content: center;
            font-weight: bold; font-size: 12px; flex-shrink: 0; margin-top: 1px; }
.gold-box { background: #FEF9F0; border: 1.5px solid var(--gold); border-radius: 14px;
             padding: 18px 22px; }
.gold-box-title { font-weight: 700; color: var(--text); font-size: 14px; margin-bottom: 6px; }
.gold-box-body  { font-size: 13px; color: var(--muted); line-height: 1.8; }

/* ─── Formular (Feier) ─────────────────────────────────────── */
.form-box { background: var(--dark); border-radius: 14px; padding: 26px 24px; }
.form-eyebrow { color: var(--gold); font-size: 11px; letter-spacing: .15em;
                 text-transform: uppercase; font-weight: 700; margin-bottom: 6px; }
.form-title { font-family: Georgia, serif; font-size: 22px; color: #fff;
               font-weight: bold; margin-bottom: 20px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field label { color: var(--cream); font-size: 12px; font-weight: 600;
                      display: block; margin-bottom: 5px; }
.form-field input, .form-field textarea {
  width: 100%; padding: 10px 13px; border: none; border-radius: 8px;
  background: rgba(255,255,255,.08); color: #fff; font-size: 14px;
  font-family: inherit; outline: none; color-scheme: dark;
}
.form-field textarea { resize: vertical; }
.form-hint { font-size: 11px; color: rgba(245,237,224,.35); margin-top: 4px; }
.min-order-warning {
  background: #FEF9EC; border: 1.5px solid #FDE68A; border-radius: 10px;
  padding: 14px 16px; font-size: 14px; color: #78350F; line-height: 1.6;
  margin-bottom: 10px;
}
.min-order-back {
  background: #fff; color: var(--text); border: 1.5px solid #D1D5DB;
  border-radius: 7px; padding: 7px 14px; font-size: 13px; font-weight: 700; cursor: pointer;
}
.min-order-send {
  background: var(--red); color: #fff; border: none;
  border-radius: 7px; padding: 7px 14px; font-size: 13px; font-weight: 700; cursor: pointer;
}
.btn-anfrage { width: 100%; background: #16A34A; color: #fff; border: none;
               border-radius: 8px; padding: 13px; font-size: 15px; font-weight: 700;
               cursor: pointer; margin-top: 6px; }
.btn-anfrage:hover { background: #15803D; }
/* Button-Zeile: nebeneinander auf Desktop, untereinander auf Mobile */
.form-buttons-row { display: flex; gap: 10px; margin-top: 6px; }
.form-buttons-row .btn-anfrage  { flex: 1; width: 100%; margin-top: 0; }
.form-buttons-row .btn-bearbeiten { margin-top: 0; }
.btn-form-leeren {
  background: #DC2626; color: #fff; border: none;
  border-radius: 8px; padding: 0 14px; font-size: 13px; font-weight: 700;
  cursor: pointer; white-space: nowrap; transition: background .15s;
}
.btn-form-leeren:hover { background: #a01815; }
@media (max-width: 680px) {
  .form-buttons-row { flex-wrap: wrap; gap: 8px; }
  .form-buttons-row .btn-bearbeiten { order: 1; flex: 1; width: auto; }
  .form-buttons-row .btn-anfrage    { order: 2; flex: 1; }
  .form-buttons-row .btn-form-leeren { order: 3; width: 100%; padding: 12px; }
}
/* "Auswahl bearbeiten" Button — grün */
.btn-bearbeiten { background: var(--gold); color: #fff; border: none;
                   border-radius: 8px; padding: 13px 16px; font-size: 14px; font-weight: 700;
                   cursor: pointer; white-space: nowrap; margin-top: 6px; flex-shrink: 0; }
.btn-bearbeiten:hover { background: #b87a1a; }

/* Mobile: Hinweis-Karte als erstes Element der Pizzaliste */
.party-pending-topcard {
  background: #EA580C; color: #fff;
  border-radius: 12px; padding: 13px 16px;
  margin-bottom: 6px;
  font-size: 15px; font-weight: 700; line-height: 1.5;
  display: flex; flex-direction: column; gap: 4px;
}
.party-pending-topcard span { font-size: 12px; font-weight: 400; opacity: .92; }
.form-success { background: #14532D; color: #DCFCE7; padding: 28px; border-radius: 12px; text-align: center; }
.form-success-icon { font-size: 40px; margin-bottom: 10px; }
.form-success-title { font-family: Georgia, serif; font-size: 20px; font-weight: bold; margin-bottom: 6px; }
.freitag-warn { background: #78350F; color: #FEF3C7; padding: 14px 18px; border-radius: 10px;
                 display: flex; align-items: center; gap: 10px; font-size: 14px; margin-bottom: 20px; }
.freitag-warn-btn {
  margin-top: 8px; background: rgba(255,255,255,.15); color: #FEF3C7;
  border: 1px solid rgba(255,255,255,.3); border-radius: 7px;
  padding: 6px 12px; font-size: 13px; font-weight: 700; cursor: pointer;
  display: inline-block; transition: background .15s;
}
.freitag-warn-btn:hover { background: rgba(255,255,255,.28); }
.friday-disabled { opacity: .35; pointer-events: none; }

/* ─── Pizzarechner ──────────────────────────────────────────── */
.rechner-card { background: var(--white); border-radius: 14px; padding: 24px 26px;
                 box-shadow: 0 1px 4px rgba(0,0,0,.07); margin-bottom: 24px; }
.rechner-title { font-family: Georgia, serif; font-size: 20px; font-weight: bold;
                  color: var(--text); cursor: pointer; user-select: none;
                  display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.rechner-title:hover { color: var(--red); }
.rechner-chevron { font-size: 14px; color: var(--muted); flex-shrink: 0; transition: color .15s; }
.rechner-title:hover .rechner-chevron { color: var(--red); }
.rechner-body { margin-top: 16px; }
.rechner-sub { font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.rechner-person-row { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.rechner-person-label { font-size: 14px; font-weight: 600; color: var(--text); }
.rechner-stepper { display: flex; align-items: center; background: #F5EDE0; border-radius: 40px; overflow: hidden; }
.stepper-btn { background: transparent; border: none; width: 40px; height: 40px;
                font-size: 20px; cursor: pointer; color: var(--red); font-weight: bold;
                display: flex; align-items: center; justify-content: center; }
.stepper-num { font-family: Georgia, serif; font-size: 22px; font-weight: bold;
                color: var(--text); min-width: 44px; text-align: center; }
.rechner-results { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 10px; }
.rechner-box { border-radius: 12px; padding: 16px 18px; }
.rechner-box-red  { background: #FFF5F0; border: 2px solid var(--red); }
.rechner-box-gold { background: #F5EDE0; border: 2px solid var(--gold); }
.rechner-box-label { font-size: 11px; font-weight: 700; letter-spacing: .1em;
                       text-transform: uppercase; margin-bottom: 6px; }
.rechner-box-label.red  { color: var(--red); }
.rechner-box-label.gold { color: var(--gold); }
.rechner-box-num  { font-family: Georgia, serif; font-size: 28px; font-weight: bold; color: var(--text); }
.rechner-box-sub  { font-size: 12px; color: var(--muted); }
.rechner-tipp { background: #F0FFF4; border: 1.5px solid #86EFAC; border-radius: 10px;
                 padding: 11px 15px; font-size: 13px; color: #166534; }

/* ─── Footer ─────────────────────────────────────────────────── */
.site-footer { background: #090400; padding: 28px 24px 20px; text-align: center; }
.footer-inner { display: flex; gap: 20px; justify-content: center;
                 align-items: center; flex-wrap: wrap; margin-bottom: 10px; }
.footer-address { color: rgba(245,237,224,.55); font-size: 13px; line-height: 1.4; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; align-items: center; }
.footer-allergene { color: rgba(245,237,224,.55); text-decoration: none; font-size: 13px; line-height: 1.4; transition: color .15s; }
.footer-allergene:hover { color: rgba(245,237,224,.9); }
.footer-legal { display: flex; gap: 18px; align-items: center; }
.footer-links a { color: rgba(245,237,224,.55); text-decoration: none; font-size: 13px; line-height: 1.4; transition: color .15s; }
.footer-links a:hover { color: rgba(245,237,224,.9); }
.footer-mwst { color: rgba(245,237,224,.35); font-size: 12px; word-break: break-word; padding: 0 8px; }
.footer-addr-sep { display: inline; }
.fa-copy, .fa-firma, .fa-ort { display: inline; }
@media (max-width: 680px) {
  .footer-inner { flex-direction: column; gap: 8px; }
  .footer-links { flex-direction: column; gap: 6px; width: 100%; }
  .footer-allergene { display: block; text-align: center; }
  .footer-legal { justify-content: center; gap: 16px; }
  .footer-address { font-size: 12px; }
  .fa-copy, .fa-firma, .fa-ort { display: block; }
  .fa-sep { display: none; }
}
@media (max-width: 680px) {
  .footer-inner { flex-direction: column; gap: 8px; }
  .footer-links { flex-direction: column; gap: 6px; width: 100%; }
  .footer-allergene { display: block; text-align: center; }
  .footer-legal { justify-content: center; gap: 16px; }
}

/* Kleiner Link am Ende der Pizzakarte */
.hinweise-link { color: var(--red); font-weight: 700; font-size: 12px;
                  text-decoration: none; white-space: nowrap; }
.hinweise-link:hover { text-decoration: underline; }

/* ─── Mini-Zusammenfassungsleiste im Pizzakarte-Header ────────── */
.karte-summary-bar {
  display: flex; justify-content: space-between; align-items: center;
  min-height: 30px; margin-bottom: 4px; flex-wrap: wrap; gap: 8px;
}
.karte-summary-counts { font-size: 14px; color: var(--text); font-weight: 700; }
.summary-total-price {
  margin-left: 10px; font-size: 15px; font-weight: 700; color: var(--gold);
}
@media (max-width: 680px) { .summary-total-price { display: none; } }
.karte-summary-actions { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.summary-btn-edit {
  background: var(--gold); color: #fff; border: 1.5px solid var(--gold);
  border-radius: 7px; padding: 5px 9px; font-size: 13px; font-weight: 700; cursor: pointer; transition: all .15s;
  -webkit-tap-highlight-color: transparent; outline: none;
}
.summary-btn-edit:hover { background: #b87a1a; border-color: #b87a1a; }
@media (min-width: 681px) {
  .summary-btn-edit { display: none; } /* Desktop: Panel immer sichtbar, Stift unnötig */
}
@media (max-width: 680px) {
  .summary-btn-edit  { font-size: 11px; padding: 3px 7px; }
}
.summary-btn-clear {
  background: #DC2626; color: #fff; border: none;
  border-radius: 7px; padding: 5px 11px; font-size: 13px; font-weight: 700;
  cursor: pointer; white-space: nowrap; transition: all .15s;
}
.summary-btn-clear:hover { background: #a01815; }

/* Desktop: Text anzeigen, Mobile-Text verstecken */
.summary-clear-icon   { display: none; }
.summary-clear-mobile { display: none; }
.summary-clear-text   { display: inline; }

.summary-btn-weiter {
  background: #16A34A; color: #fff; border: none;
  border-radius: 7px; padding: 5px 13px; font-size: 13px; font-weight: 700;
  cursor: pointer; white-space: nowrap; transition: background .15s;
}
.summary-btn-weiter:hover { background: #15803D; }

/* Mobile: Zähler weg, 3 Buttons gleich hoch und zentriert */
@media (max-width: 680px) {
  .karte-summary-bar    { justify-content: center; gap: 6px; flex-wrap: nowrap; }
  .karte-summary-counts { display: none; }
  .karte-summary-actions { justify-content: center; gap: 6px; width: 100%; }

  /* "Löschen" statt "Auswahl leeren" auf Mobile */
  .summary-clear-text   { display: none; }
  .summary-clear-mobile { display: inline; }
  .summary-btn-clear {
    width: auto; border-radius: 7px;
    background: #DC2626; color: #fff; border: none;
    font-size: 12px; font-weight: 700; padding: 7px 10px;
  }

  /* Anfrage-Button auf Mobile grün */
  .summary-btn-weiter { background: #16A34A; }
  .summary-btn-weiter:hover { background: #15803D; }

  /* Alle 3 Buttons gleiche Höhe */
  .summary-btn-edit, .summary-btn-clear, .summary-btn-weiter {
    min-height: 36px; padding-top: 6px; padding-bottom: 6px;
    display: flex; align-items: center; justify-content: center;
    box-sizing: border-box;
  }
  .summary-btn-edit   { font-size: 12px; padding-left: 10px; padding-right: 10px; }
  .summary-btn-weiter { font-size: 13px; padding-left: 14px; padding-right: 14px; }
}

/* Desktop: Panel gleitet statt zu springen wenn Banner erscheint */
.pizza-karte-header {
  position: sticky; top: 0; z-index: 40;
  background: var(--lightbg);
  padding: 16px 0 12px;
}
.pizza-karte-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;                     /* horizontales Padding jetzt hier */
  text-align: center;
}

.hinweise-toggle {
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; font-weight: 700; color: var(--text);
  user-select: none; padding: 2px 0;
}
.hinweise-toggle:hover { color: var(--red); }
.hinweise-toggle-icon { font-size: 11px; transition: transform .2s; }
.hinweise-zus  { margin-top: 7px; line-height: 2.0; }
.hinweise-alle { margin-top: 7px; line-height: 2.0; }
.hinweise-sep { border: none; border-top: 1px solid #DDD0C0; margin: 8px 0; }
.legal-page { max-width: 720px; margin: 0 auto; padding: 52px 24px; }
.back-btn { display: inline-flex; align-items: center; gap: 6px;
             color: var(--red); text-decoration: none; font-weight: 700;
             font-size: 14px; margin-bottom: 24px;
             padding: 8px 14px; border: 1.5px solid #EDD8D8;
             border-radius: 8px; background: #FFF5F5; transition: all .15s; }
.back-btn:hover { background: var(--red); color: #fff; border-color: var(--red); }
.legal-page h1 { font-family: Georgia, serif; font-size: 32px; color: var(--text); margin-bottom: 32px; }
.legal-page h2 { font-family: Georgia, serif; font-size: 20px; color: var(--text); margin: 28px 0 10px; }
.legal-page p  { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 12px; }
.legal-page a  { color: var(--red); }

/* ─── Responsive ─────────────────────────────────────────────── */
@media (max-width: 680px) {
  /* Hero */
  .hero { min-height: 300px; padding: 32px 14px 26px; }

  /* Pizzakarte */
  .section { padding: 16px 13px; }
  .section-title { font-size: 26px; margin-bottom: 8px; }
  .section-eyebrow { margin-bottom: 2px; }

  /* Größen-Tabs: volle Breite, kein Umbruch */
  .size-tabs { width: 100%; }
  .size-btn { flex: 1; padding: 8px 4px; font-size: 13px; }
  .size-hint { font-size: 12px; margin-top: 5px; }
  .size-extra, .size-extra-sub { font-size: 11px; margin-top: 3px; }
  .legende { gap: 10px; margin-top: 6px; font-size: 11px; }


  /* Header-Inner volle Breite auf Mobile */
  .pizza-karte-header { padding: 10px 0 8px; }
  .pizza-karte-header-inner { max-width: 100%; padding: 0 13px; }

  /* Pizza-Grid */
  .karte-layout { grid-template-columns: 1fr; gap: 10px; }
  .panel { position: static; order: -1; border-radius: 10px; }
  .panel-body { padding: 11px 13px; }
  .panel-empty { padding: 14px; font-size: 12px; }
  .pizza-grid { gap: 5px; margin-top: 10px; }
  .pizza-card { padding: 9px 11px; gap: 9px; border-radius: 10px; }
  .pizza-badge { width: 28px; height: 28px; font-size: 11px; flex-shrink: 0; }
  .pizza-name { font-size: 13px; gap: 4px; }
  .pizza-zut  { font-size: 11px; }
  .pizza-price { font-size: 14px; }
  .hinweise { font-size: 11px; padding: 10px 12px; }

  /* Freitag */
  .freitag-cta-grid, .feier-grid,
  .form-grid-2, .rechner-results { grid-template-columns: 1fr; gap: 10px; }
  .freitag-bg { padding: 22px 14px; }
  .freitag-cta-grid { padding: 18px 13px; }
  .freitag-main-title { font-size: 22px; margin-bottom: 14px; text-align: center; }
  .freitag-info-zeilen { text-align: center; }
  .freitag-step { padding: 11px 13px; }
  .freitag-step-text { font-size: 14px; }
  .freitag-meta { gap: 8px; }
  .freitag-party-box { padding: 14px 15px; }

  /* Feier */
  .feier-grid { margin-bottom: 14px; }
  .form-box { padding: 18px 14px; }
  .rechner-card { padding: 16px 14px; }
  .info-card { padding: 16px; }

  /* Footer */
  .footer-inner { flex-direction: column; gap: 5px; }
}

/* ─── Auswahl-Panel Items (individuelle Einträge) ───────────── */
.panel-item { border-bottom:1px solid var(--cream); padding:8px 0; }
.panel-item:last-child { border-bottom:none; }
.panel-item-editing { background:#FFFBF5; border-radius:8px; padding:8px; margin:2px -4px; }
.panel-item-main { display:flex; align-items:center; gap:6px; }
.panel-item-info { flex:1; display:flex; align-items:baseline; gap:5px; min-width:0; }
.panel-item-size { font-size:10px; font-weight:700; color:var(--muted); white-space:nowrap;
                    background:var(--cream); padding:1px 5px; border-radius:4px; flex-shrink:0; }
.panel-item-name { font-size:15px; font-weight:600; line-height:1.3; }
.panel-item-actions { display:flex; align-items:center; gap:3px; flex-shrink:0; }
.panel-item-price { font-size:13px; font-weight:700; color:var(--red); white-space:nowrap; }
/* „Zusatz"-Button neben dem Pizzanamen in der Info-Spalte */
.panel-extras-btn {
  font-size: 11px; font-weight: 700; color: #fff;
  background: var(--gold); border: 1px solid var(--gold); border-radius: 4px;
  padding: 2px 7px; cursor: pointer; transition: all .12s; white-space: nowrap; flex-shrink: 0;
}
.panel-extras-btn:hover { background: #b87a1a; border-color: #b87a1a; }

/* × Entfernen-Button: roter Kreis, weißes × */
.panel-remove-btn {
  width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0;
  background: var(--red); color: #fff; border: none;
  cursor: pointer; font-size: 15px; font-weight: 900; padding: 0; line-height: 1;
  display: flex; align-items: center; justify-content: center; transition: all .15s;
}
.panel-remove-btn:hover { background: #a01815; }

/* + / − Buttons bei Extras im Panel (eigene Klasse, größer) */
.panel-edit-btn { width:23px; text-align:center; background:none; border:none;
                  cursor:pointer; font-size:15px; padding:0; opacity:.7; line-height:1; }
.panel-edit-btn:hover { opacity:1; }
.panel-item-extras { font-size:11px; color:var(--muted); margin-top:2px; padding-left:2px; }
/* 3-Spalten-Zeile: Info · Preis · Aktionen */
.pi-row { display:flex; align-items:center; gap:4px; min-height:30px; }
.pi-info { flex:1; min-width:0; display:flex; align-items:center; gap:5px; flex-wrap:wrap; }
.pi-price { flex:0 0 66px; text-align:right; font-weight:700; font-size:13px;
            color:var(--red); white-space:nowrap; }
.pi-price-muted { color:var(--muted) !important; font-weight:500; }
/* Preis-Spalte mit Extras-Button darunter */
.pi-price-col { flex:0 0 66px; display:flex; flex-direction:column; align-items:flex-end; gap:3px; }
.pi-price-col .pi-price { flex:none; }
.pi-acts  { flex:0 0 23px; display:flex; align-items:center; justify-content:flex-end; }
.pi-total-row { border-top:1px dashed var(--cream); margin-top:3px; padding-top:3px; }
.panel-edit-extras { display:flex; flex-direction:column; gap:5px; margin-bottom:8px; }
.panel-extra-check { display:flex; align-items:center; gap:6px; font-size:12px; cursor:pointer; }
.panel-extra-check input { cursor:pointer; }
.panel-extra-price { color:var(--muted); font-size:11px; }
.panel-notiz-input { width:100%; font-size:12px; padding:5px 8px; border:1px solid #E5D8C8;
                      border-radius:6px; margin-bottom:6px; box-sizing:border-box; }
.panel-edit-done { background:var(--gold); color:#fff; border:none; border-radius:6px;
                    padding:5px 12px; font-size:12px; font-weight:700; cursor:pointer; }

/* ─── Spam-Schutz: Honeypot-Feld ────────────────────────────────
   Visuell komplett unsichtbar, aber korrekt im DOM vorhanden.
   display:none würde von manchen Bots erkannt — Off-Screen-Positionierung
   ist unauffälliger. aria-hidden="true" im HTML verhindert Screen-Reader-Ansage. */
.form-hp-field {
  position: absolute;
  left:     -9999px;
  top:      -9999px;
  width:    1px;
  height:   1px;
  overflow: hidden;
  opacity:  0;
  pointer-events: none;
  tab-index: -1;
}


/* ─── Extras-Modal ──────────────────────────────────────────── */
.modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 2000;
  background: rgba(0,0,0,.5);
  align-items: center; justify-content: center; padding: 16px;
}
.modal-overlay.open { display: flex; }

.modal-box {
  background: #fff; border-radius: 16px;
  width: min(400px, 100%); max-height: calc(100vh - 48px);
  display: flex; flex-direction: column;
  box-shadow: 0 24px 64px rgba(0,0,0,.28);
  animation: modalIn .18s ease;
}
@keyframes modalIn {
  from { opacity:0; transform: scale(.95) translateY(8px); }
  to   { opacity:1; transform: scale(1)  translateY(0);    }
}

/* ── Mobile: Bottom Sheet ────────────────────────────────────── */
@media (max-width: 680px) {
  .modal-overlay { align-items: flex-end; padding: 0; }
  .modal-box {
    width: 100%; border-radius: 20px 20px 0 0;
    max-height: 85vh;
    max-height: 85dvh;          /* iOS 15.4+: echte sichtbare Höhe */
    padding-bottom: env(safe-area-inset-bottom, 0px); /* Notch / Home-Indicator */
    animation: sheetIn .28s cubic-bezier(.32,.72,0,1);
  }
  /* Griffleiste oben */
  .modal-box::before {
    content: ''; display: block; flex-shrink: 0;
    width: 36px; height: 4px; border-radius: 2px;
    background: #E5E7EB; margin: 12px auto 0;
  }
}
@keyframes sheetIn {
  from { transform: translateY(100%); }
  to   { transform: translateY(0);    }
}

.modal-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px 14px; border-bottom: 1px solid #F3F4F6; flex-shrink: 0;
}
.modal-title { font-family: Georgia, serif; font-size: 17px; font-weight: 700;
               color: var(--text); }
.modal-close {
  width: 28px; height: 28px; border-radius: 50%; border: none;
  background: #F3F4F6; color: var(--muted); font-size: 18px; font-weight: 700;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: all .12s; flex-shrink: 0;
}
.modal-close:hover { background: var(--red); color: #fff; }

.modal-content {
  padding: 16px 20px; overflow-y: auto; flex: 1;
  /* iOS Momentum Scrolling */
  -webkit-overflow-scrolling: touch;
}

.modal-extras-list { display: flex; flex-direction: column; gap: 10px; }
.modal-extra-check {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px; border-radius: 8px; cursor: pointer;
  transition: background .1s;
}
.modal-extra-check:hover { background: var(--lightbg); }
.modal-extra-check input { width: 17px; height: 17px; cursor: pointer; flex-shrink: 0; accent-color: #16A34A; }
.modal-extra-name { flex: 1; font-size: 14px; font-weight: 500; color: var(--text); }
.modal-extra-price { font-size: 12px; color: var(--muted); white-space: nowrap; }
.modal-extra-price.green { color: #16A34A; }

.modal-footer {
  padding: 14px 20px; border-top: 1px solid #F3F4F6; flex-shrink: 0;
}
.modal-done {
  width: 100%; background: #16A34A; color: #fff; border: none;
  border-radius: 10px; padding: 12px; font-size: 15px; font-weight: 700;
  cursor: pointer; transition: background .15s;
}
.modal-done:hover { background: #15803D; }


/* ─── Aktions-Banner (oben auf allen Seiten) ─────────────────── */
/* ─── Aktions-Banner (im Hero) ───────────────────────────────── */
.hero-banner-wrap {
  position: absolute;
  top: 0; left: 0; right: 0;
  padding: 12px 24px;
  z-index: 1;
}

.site-banner { max-width: 700px; margin: 0 auto; }
.site-banner.banner-fadein-hidden { opacity: 0; transform: translateY(-16px); }

.site-banner-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; text-align: center;
  padding: 12px 20px; border-radius: 10px;
}

.site-banner-icon {
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}

.site-banner-body { flex: 1; }
.site-banner-title { font-size: 15px; font-weight: 800; line-height: 1.3; }
.site-banner-text  { font-size: 12.5px; margin-top: 3px; opacity: .8; line-height: 1.5; }

/* Typ-Varianten */
.site-banner-urlaub  { background: #78350F; color: #FEF3C7; border-left: 5px solid rgba(255,255,255,0.3); }
.site-banner-angebot { background: #D4922A; color: #1C1208; border-left: 5px solid rgba(0,0,0,0.25); }
.site-banner-info    { background: #1E3A5F; color: #DBEAFE; border-left: 5px solid rgba(255,255,255,0.3); }
.site-banner-achtung { background: #7C2D12; color: #FEF3C7; border-left: 5px solid rgba(255,180,50,0.5); }

.site-banner-urlaub  .site-banner-icon,
.site-banner-info    .site-banner-icon,
.site-banner-achtung .site-banner-icon { background: rgba(255,255,255,0.15); }
.site-banner-angebot .site-banner-icon { background: rgba(0,0,0,0.15); }

@media (max-width: 680px) {
  .hero {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }
  .hero {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }
  .hero-banner-wrap {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 200;
    padding: 0;
    width: 100%;
    align-self: unset;
    pointer-events: none;
  }
  .hero-inner { padding-top: 16px; }
  .site-banner { max-width: 100%; pointer-events: auto; }
  .site-banner-inner {
    padding: 12px 16px;
    border-left: none !important;
    border-top: none;
    border-radius: 0;
    flex-direction: column;
    gap: 6px;
    box-shadow: 0 2px 12px rgba(0,0,0,.25);
  }
  .site-banner-angebot .site-banner-inner { border-top-color: rgba(0,0,0,0.25); }
  .site-banner-icon  { display: none; }
  .site-banner-body  { text-align: center; }
  .site-banner-title { font-size: 15px; }
  .site-banner-text  { font-size: 13px; opacity: .85; }
}


/* ─── Lieferung: Abholung/Lieferung-Toggle ──────────────────── */
.lieferart-tabs { display: flex; gap: 0; border-radius: 10px; overflow: hidden;
                   border: 2px solid #E5E7EB; }
.lieferart-btn  { flex: 1; padding: 10px; font-size: 14px; font-weight: 600;
                   background: #F9FAFB; color: var(--muted); border: none;
                   cursor: pointer; transition: all .15s; }
.lieferart-btn.active { background: var(--red); color: #fff; }
.lieferart-btn:first-child { border-radius: 8px 0 0 8px; }
.lieferart-btn:last-child  { border-radius: 0 8px 8px 0; }

.liefergebuehr-info {
  background: #F0FFF4; border: 1.5px solid #86EFAC; border-radius: 8px;
  padding: 10px 14px; font-size: 13px; color: var(--text);
  margin-bottom: 12px; line-height: 1.6;
}
