/* Pizza King Winsen — Premium UI  |  Typo: Fraunces (Display) + Instrument Sans (Text) */
:root {
  --bg: #131010; --bg2: #1b1513; --card: #241d19; --card2: #2d241f;
  --line: #3a2f28; --cream: #f6eee2; --muted: #b3a495; --dim: #8a7c6e;
  --flame: #ff7a1a; --flame2: #ff9d3f; --gold: #e8b04b; --green: #57c98a; --red: #e5604c;
  --grad: linear-gradient(120deg, #ff7a1a, #ffb347);
  --radius: 18px; --shadow: 0 18px 50px -18px rgba(0,0,0,.65);
  --font-d: "Fraunces", Georgia, serif;
  --font-b: "Instrument Sans", "Segoe UI", system-ui, sans-serif;
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--cream); font-family: var(--font-b);
  font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3 { font-family: var(--font-d); font-weight: 600; letter-spacing: -.01em; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--flame); color: #1a0d02; padding: .6rem 1rem; z-index: 999; border-radius: 0 0 10px 0; font-weight: 600; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--flame2); outline-offset: 2px; border-radius: 6px; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 32px); }

/* ---------- Header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px);
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  border-bottom: 1px solid var(--line);
}
.site-head .wrap { display: flex; align-items: center; gap: 18px; height: 68px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--cream); font-family: var(--font-d); }
.brand:hover { text-decoration: none; }
.brand svg { height: 42px; width: auto; }
.brand b { font-size: 1.15rem; font-weight: 700; letter-spacing: .01em; }
.brand small { display: block; font-family: var(--font-b); color: var(--gold); font-size: .68rem; letter-spacing: .28em; text-transform: uppercase; }
.head-spacer { flex: 1; }
.open-badge { display: inline-flex; align-items: center; gap: 8px; font-size: .82rem; color: var(--muted); white-space: nowrap; }
.open-badge .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.open-badge.closed .dot { background: var(--red); box-shadow: 0 0 10px var(--red); }
.lang-switch { display: flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.lang-switch button { background: none; border: 0; color: var(--muted); padding: .42rem .68rem; font-size: .8rem; font-weight: 600; }
.lang-switch button[aria-pressed="true"] { background: var(--card2); color: var(--cream); }
.cart-btn {
  position: relative; display: inline-flex; align-items: center; gap: 10px;
  background: var(--grad); color: #1d0e02; border: 0; border-radius: 999px;
  padding: .62rem 1.15rem; font-weight: 700; font-size: .92rem;
  box-shadow: 0 8px 24px -8px rgba(255, 122, 26, .55); transition: transform .15s;
}
.cart-btn:hover { transform: translateY(-1px); }
.cart-btn .count { background: #1d0e02; color: #ffb347; border-radius: 999px; min-width: 22px; height: 22px; display: grid; place-items: center; font-size: .78rem; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: radial-gradient(1200px 500px at 75% -10%, rgba(255,122,26,.16), transparent 60%), var(--bg2); border-bottom: 1px solid var(--line); }
.hero .wrap { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(24px, 5vw, 64px); padding-top: clamp(48px, 8vw, 96px); padding-bottom: clamp(48px, 8vw, 96px); align-items: center; }
.hero h1 { font-size: clamp(2.3rem, 5.4vw, 4.1rem); line-height: 1.06; }
.hero h1 em { font-style: italic; color: var(--gold); font-weight: 500; }
.hero p.lead { margin: 1.2rem 0 1.8rem; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.15rem); max-width: 34rem; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.btn-primary { background: var(--grad); color: #1d0e02; border: 0; border-radius: 999px; padding: .95rem 1.8rem; font-weight: 700; font-size: 1rem; box-shadow: 0 14px 34px -10px rgba(255,122,26,.6); transition: transform .15s; display: inline-block; }
.btn-primary:hover { transform: translateY(-2px); text-decoration: none; }
.btn-ghost { background: none; border: 1px solid var(--line); color: var(--cream); border-radius: 999px; padding: .9rem 1.5rem; font-weight: 600; }
.btn-ghost:hover { border-color: var(--gold); text-decoration: none; }
.hero-meta { display: flex; gap: 22px; margin-top: 2rem; flex-wrap: wrap; }
.hero-meta div { font-size: .85rem; color: var(--dim); }
.hero-meta strong { display: block; color: var(--cream); font-size: 1.05rem; font-family: var(--font-d); }
.hero-visual { position: relative; }
.hero-visual .plate { width: 100%; aspect-ratio: 1; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow), 0 0 0 10px rgba(255,255,255,.03); animation: slowspin 80s linear infinite; }
@keyframes slowspin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .hero-visual .plate { animation: none; } }
.hero-chip { position: absolute; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: .6rem .9rem; font-size: .82rem; box-shadow: var(--shadow); display: flex; gap: 8px; align-items: center; }
.hero-chip b { color: var(--gold); }
.chip-1 { top: 8%; left: -4%; } .chip-2 { bottom: 10%; right: -2%; }

/* ---------- Hero zentriert (ohne Foto) + Original-Logo ---------- */
.brand-logo { height: 48px; width: auto; }
.brand-sub small { color: var(--gold); font-size: .68rem; letter-spacing: .28em; text-transform: uppercase; font-family: var(--font-b); }
.hero-center .wrap { display: block; }
.hero-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.hero-inner .lead { margin-inline: auto; }
.hero-inner .hero-cta, .hero-inner .hero-meta { justify-content: center; }
.hero-logo { height: clamp(96px, 16vw, 160px); width: auto; margin: 0 auto 18px; filter: drop-shadow(0 18px 40px rgba(255,122,26,.25)); }

/* ---------- 3D & Motion ---------- */
.hero-logo { animation: floaty 5.5s ease-in-out infinite; }
@keyframes floaty { 50% { transform: translateY(-12px) rotate(-1.2deg); } }
.prod-card { transform-style: preserve-3d; will-change: transform; }
.prod-card.tilt { transition: none; box-shadow: var(--shadow); }
.prod-card.tilt::after {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius); pointer-events: none;
  background: radial-gradient(320px circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(255,200,120,.10), transparent 65%);
}
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .hero-logo { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Bestseller-Badge ---------- */
.badge-pop { position: absolute; top: -10px; right: 14px; background: var(--grad); color: #1d0e02; font-size: .68rem; font-weight: 800; letter-spacing: .04em; padding: .28rem .7rem; border-radius: 999px; box-shadow: 0 6px 18px -6px rgba(255,122,26,.7); }

/* ---------- Produkt-Optionen-Dialog ---------- */
.pm-group-label { font-size: .78rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; margin: 16px 0 8px; }
.pm-sizes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pm-sizes button { background: var(--card); border: 1px solid var(--line); color: var(--cream); border-radius: 14px; padding: .7rem .4rem; transition: border-color .12s, background .12s; }
.pm-sizes button[aria-pressed="true"] { border-color: var(--flame); background: color-mix(in srgb, var(--flame) 15%, var(--card)); }
.pm-sizes b { display: block; font-size: 1rem; }
.pm-sizes small { color: var(--gold); font-family: var(--font-d); font-size: .9rem; }
.pm-extras { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; max-height: 260px; overflow-y: auto; padding-right: 4px; }
.pm-extras label { display: flex; align-items: center; gap: 9px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: .55rem .7rem; font-size: .86rem; cursor: pointer; transition: border-color .12s; }
.pm-extras label:has(input:checked) { border-color: var(--gold); background: color-mix(in srgb, var(--gold) 10%, var(--card)); }
.pm-extras input { accent-color: var(--flame); width: 16px; height: 16px; }
.pm-extras .xname { flex: 1; }
.pm-extras .xprice { color: var(--gold); font-family: var(--font-d); font-size: .82rem; white-space: nowrap; }
.pm-footer { display: flex; gap: 14px; align-items: center; margin-top: 20px; }
.qty-ctl.big button { width: 40px; height: 40px; border-radius: 12px; font-size: 1.2rem; }
.qty-ctl.big span { min-width: 26px; text-align: center; font-weight: 700; font-size: 1.05rem; }

/* ---------- Gratis-Lieferung Fortschritt + Upsell ---------- */
.free-bar { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: .65rem .9rem; font-size: .8rem; color: var(--muted); }
.free-bar .track { height: 7px; background: var(--bg); border-radius: 99px; margin-top: 7px; overflow: hidden; }
.free-bar .fill { height: 100%; background: var(--grad); border-radius: 99px; transition: width .35s; }
.free-bar.reached { border-color: color-mix(in srgb, var(--green) 45%, var(--line)); color: var(--green); }
.upsell { border-top: 1px dashed var(--line); padding-top: 12px; }
.upsell h4 { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--dim); margin-bottom: 9px; }
.upsell-row { display: grid; gap: 8px; }
.upsell-row button { display: flex; justify-content: space-between; align-items: center; gap: 10px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; color: var(--cream); padding: .55rem .8rem; font-size: .84rem; text-align: left; transition: border-color .12s; }
.upsell-row button:hover { border-color: var(--gold); }
.upsell-row .up-price { color: var(--gold); font-family: var(--font-d); white-space: nowrap; }
.cart-line .x { color: var(--gold); font-size: .74rem; }

/* ---------- Kategorie-Navigation ---------- */
.cat-nav { position: sticky; top: 68px; z-index: 40; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.cat-nav ul { display: flex; gap: 8px; list-style: none; padding: 12px 0; margin: 0; overflow-x: auto; scrollbar-width: none; }
.cat-nav ul::-webkit-scrollbar { display: none; }
.cat-nav a { display: inline-flex; gap: 8px; align-items: center; white-space: nowrap; padding: .55rem 1.05rem; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); font-size: .9rem; font-weight: 600; }
.cat-nav a:hover { text-decoration: none; color: var(--cream); }
.cat-nav a.active { background: var(--card2); color: var(--cream); border-color: var(--gold); }

/* ---------- Menü ---------- */
.menu-section { padding: clamp(28px, 5vw, 56px) 0 20px; }
.menu-section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); display: flex; align-items: baseline; gap: 14px; }
.menu-section h2 .cat-sub { font-family: var(--font-b); font-size: .85rem; color: var(--dim); font-weight: 400; }
.prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(285px, 1fr)); gap: 18px; margin-top: 22px; }
.prod-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px; display: flex; flex-direction: column; gap: 10px; position: relative;
  transition: transform .18s, border-color .18s;
}
.prod-card:hover { transform: translateY(-3px); border-color: #55453a; }
.prod-head { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.prod-card h3 { font-size: 1.12rem; line-height: 1.25; }
.prod-card .desc { color: var(--muted); font-size: .88rem; flex: 1; }
.prod-card .allerg { font-size: .7rem; color: var(--dim); }
.prod-card .allerg button { background: none; border: 0; color: var(--dim); text-decoration: underline dotted; font-size: .7rem; padding: 0; }
.price-tag { font-family: var(--font-d); font-size: 1.05rem; color: var(--gold); white-space: nowrap; }
.size-row { display: flex; gap: 8px; flex-wrap: wrap; }
.size-row button {
  flex: 1; min-width: 78px; background: var(--bg2); border: 1px solid var(--line); color: var(--cream);
  border-radius: 12px; padding: .5rem .4rem; font-size: .8rem; transition: border-color .12s, background .12s;
}
.size-row button:hover, .size-row button[aria-pressed="true"] { border-color: var(--flame); background: color-mix(in srgb, var(--flame) 14%, var(--bg2)); }
.size-row button b { display: block; font-size: .92rem; }
.add-row { display: flex; gap: 10px; align-items: center; }
.add-btn { flex: 1; background: var(--grad); border: 0; color: #1d0e02; font-weight: 700; border-radius: 12px; padding: .68rem; font-size: .92rem; transition: filter .12s; }
.add-btn:hover { filter: brightness(1.08); }
.add-btn:active { transform: scale(.98); }

/* ---------- Trust / Info ---------- */
.trust { background: var(--bg2); border-block: 1px solid var(--line); margin-top: 48px; }
.trust .wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; padding-top: 44px; padding-bottom: 44px; }
.trust h3 { font-size: 1.02rem; margin-bottom: .35rem; color: var(--gold); }
.trust p { color: var(--muted); font-size: .88rem; }

/* ---------- Footer ---------- */
footer { padding: 44px 0 90px; }
.foot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 28px; }
.foot-grid h4 { font-family: var(--font-d); margin-bottom: .6rem; color: var(--cream); }
.foot-grid ul { list-style: none; padding: 0; display: grid; gap: .35rem; }
.foot-grid a, .foot-grid li { color: var(--muted); font-size: .88rem; }
.hours-table { font-size: .85rem; color: var(--muted); width: 100%; border-collapse: collapse; }
.hours-table td { padding: .12rem 0; }
.hours-table td:last-child { text-align: right; color: var(--cream); }
.copyright { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--dim); font-size: .78rem; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* ---------- Cart Drawer ---------- */
.drawer-backdrop { position: fixed; inset: 0; background: rgba(10,6,4,.6); z-index: 90; opacity: 0; pointer-events: none; transition: opacity .2s; }
.drawer-backdrop.show { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(430px, 100vw); z-index: 95;
  background: var(--bg2); border-left: 1px solid var(--line); box-shadow: var(--shadow);
  transform: translateX(102%); transition: transform .25s cubic-bezier(.2,.8,.25,1);
  display: flex; flex-direction: column;
}
.cart-drawer.show { transform: none; }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.cart-head h2 { font-size: 1.3rem; }
.icon-btn { background: none; border: 1px solid var(--line); color: var(--cream); border-radius: 10px; width: 38px; height: 38px; font-size: 1.05rem; }
.cart-body { flex: 1; overflow-y: auto; padding: 16px 22px; display: grid; gap: 12px; align-content: start; }
.cart-empty { color: var(--dim); text-align: center; padding: 40px 0; }
.cart-line { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px; }
.cart-line .n { font-weight: 600; font-size: .93rem; }
.cart-line .v { color: var(--dim); font-size: .78rem; }
.cart-line .p { font-family: var(--font-d); color: var(--gold); }
.qty-ctl { display: inline-flex; align-items: center; gap: 10px; }
.qty-ctl button { width: 28px; height: 28px; border-radius: 8px; border: 1px solid var(--line); background: var(--bg2); color: var(--cream); font-size: 1rem; line-height: 1; }
.cart-foot { border-top: 1px solid var(--line); padding: 18px 22px; display: grid; gap: 10px; }
.sumline { display: flex; justify-content: space-between; font-size: .9rem; color: var(--muted); }
.sumline.total { font-size: 1.15rem; color: var(--cream); font-family: var(--font-d); }
.minorder-hint { font-size: .8rem; color: var(--red); }

/* ---------- Checkout & Modals ---------- */
.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 18px; background: rgba(10,6,4,.72); }
.modal.show { display: grid; }
.modal-card { background: var(--bg2); border: 1px solid var(--line); border-radius: 22px; width: min(560px, 100%); max-height: 92vh; overflow-y: auto; padding: clamp(20px, 4vw, 32px); box-shadow: var(--shadow); }
.modal-card h2 { font-size: 1.5rem; margin-bottom: 4px; }
.modal-card .sub { color: var(--muted); font-size: .9rem; margin-bottom: 18px; }
.field { display: grid; gap: 6px; margin-bottom: 13px; }
.field label { font-size: .82rem; font-weight: 600; color: var(--muted); }
.field input, .field textarea, .field select {
  background: var(--card); border: 1px solid var(--line); color: var(--cream);
  border-radius: 12px; padding: .78rem .95rem; font-family: inherit; font-size: .95rem; width: 100%;
}
.field input:focus, .field textarea:focus { border-color: var(--flame); outline: none; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.grid31 { display: grid; grid-template-columns: 2fr 1fr; gap: 12px; }
.seg { display: flex; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 4px; gap: 4px; margin-bottom: 16px; }
.seg button { flex: 1; background: none; border: 0; border-radius: 10px; color: var(--muted); padding: .68rem; font-weight: 600; font-size: .92rem; }
.seg button[aria-pressed="true"] { background: var(--grad); color: #1d0e02; }
.typeahead-wrap { position: relative; }
.typeahead-list { position: absolute; top: calc(100% + 4px); left: 0; right: 0; background: var(--card2); border: 1px solid var(--line); border-radius: 12px; z-index: 5; overflow: hidden; max-height: 240px; overflow-y: auto; }
.typeahead-list button { display: block; width: 100%; text-align: left; background: none; border: 0; color: var(--cream); padding: .65rem .9rem; font-size: .9rem; }
.typeahead-list button:hover, .typeahead-list button.sel { background: color-mix(in srgb, var(--flame) 16%, transparent); }
.typeahead-list small { color: var(--dim); }
.zone-info { background: color-mix(in srgb, var(--green) 12%, var(--card)); border: 1px solid color-mix(in srgb, var(--green) 40%, var(--line)); border-radius: 12px; padding: .8rem 1rem; font-size: .85rem; margin-bottom: 14px; }
.zone-info.err { background: color-mix(in srgb, var(--red) 12%, var(--card)); border-color: color-mix(in srgb, var(--red) 40%, var(--line)); }
.pay-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.pay-row button { background: var(--card); border: 1px solid var(--line); border-radius: 12px; color: var(--cream); padding: .8rem .4rem; font-size: .85rem; font-weight: 600; }
.pay-row button[aria-pressed="true"] { border-color: var(--gold); background: color-mix(in srgb, var(--gold) 12%, var(--card)); }
.legal-note { font-size: .74rem; color: var(--dim); margin: 10px 0 14px; }

/* ---------- Toast ---------- */
.toast { position: fixed; bottom: 22px; left: 50%; transform: translateX(-50%) translateY(120%); background: var(--card2); color: var(--cream); border: 1px solid var(--gold); border-radius: 999px; padding: .7rem 1.4rem; font-size: .9rem; z-index: 120; transition: transform .25s; box-shadow: var(--shadow); }
.toast.show { transform: translateX(-50%); }

/* ---------- Tracking ---------- */
.track-wrap { max-width: 640px; margin: 0 auto; padding: clamp(24px, 5vw, 56px) 18px; }
.track-card { background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: clamp(20px, 4vw, 34px); }
.eta-big { font-family: var(--font-d); font-size: clamp(2.4rem, 8vw, 3.6rem); color: var(--gold); line-height: 1; }
.steps { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 0; }
.steps li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding-bottom: 26px; position: relative; }
.steps li::before { content: ""; position: absolute; left: 16px; top: 34px; bottom: 0; width: 2px; background: var(--line); }
.steps li:last-child::before { display: none; }
.steps .ic { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--bg2); border: 2px solid var(--line); font-size: .95rem; z-index: 1; }
.steps li.done .ic { background: var(--green); border-color: var(--green); color: #06130c; }
.steps li.now .ic { background: var(--grad); border-color: var(--flame); color: #1d0e02; box-shadow: 0 0 0 6px rgba(255,122,26,.15); animation: pulse 1.6s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 12px rgba(255,122,26,.05); } }
.steps b { display: block; font-size: .95rem; }
.steps small { color: var(--dim); }
.order-lines { border-top: 1px dashed var(--line); margin-top: 8px; padding-top: 14px; font-size: .9rem; color: var(--muted); }
.order-lines div { display: flex; justify-content: space-between; padding: .18rem 0; }

/* ---------- Rechtstexte ---------- */
.legal-page { max-width: 760px; margin: 0 auto; padding: clamp(28px, 5vw, 60px) 20px; }
.legal-page h1 { font-size: 2rem; margin-bottom: 1.2rem; }
.legal-page h2 { font-size: 1.2rem; margin: 1.6rem 0 .5rem; color: var(--gold); }
.legal-page p, .legal-page li { color: var(--muted); font-size: .93rem; }
.legal-page .demo-flag { background: color-mix(in srgb, var(--red) 14%, var(--card)); border: 1px solid var(--red); border-radius: 12px; padding: .8rem 1rem; font-size: .85rem; color: var(--cream); margin-bottom: 1.4rem; }

/* ---------- Kombi-Angebote ---------- */
.deal-card { border-color: color-mix(in srgb, var(--flame) 45%, var(--line)); background: linear-gradient(150deg, color-mix(in srgb, var(--flame) 9%, var(--card)), var(--card) 55%); }
.deal-items { list-style: none; padding: 0; margin: 0; color: var(--muted); font-size: .87rem; display: grid; gap: .2rem; flex: 1; }
.deal-items li::before { content: "•"; color: var(--flame); margin-right: .45rem; }
.deal-save { color: var(--green); font-size: .82rem; font-weight: 700; }

/* ---------- Favoriten & Wiederbestellen ---------- */
.fav-btn {
  width: 44px; height: 44px; flex: 0 0 44px; background: var(--bg2); border: 1px solid var(--line);
  border-radius: 12px; font-size: 1.05rem; transition: border-color .12s, transform .12s;
}
.fav-btn:hover { border-color: var(--gold); }
.fav-btn[aria-pressed="true"] { border-color: color-mix(in srgb, var(--red) 55%, var(--line)); background: color-mix(in srgb, var(--red) 10%, var(--bg2)); }
.fav-btn:active { transform: scale(.9); }
.reorder-card {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  background: linear-gradient(120deg, color-mix(in srgb, var(--gold) 12%, var(--card)), var(--card));
  border: 1px solid color-mix(in srgb, var(--gold) 45%, var(--line)); border-radius: var(--radius);
  padding: 16px 20px; margin-top: 24px;
}
.reorder-card b { font-family: var(--font-d); font-size: 1.05rem; }
.reorder-card p { color: var(--muted); font-size: .85rem; margin-top: 2px; }
.reorder-card .btn-primary { padding: .7rem 1.3rem; font-size: .9rem; }
@media (max-width: 640px) { .reorder-card .btn-primary { width: 100%; } }

/* ---------- Install-Chip (PWA) ---------- */
.install-chip {
  position: fixed; left: 16px; bottom: 16px; z-index: 80; display: flex; gap: 6px; align-items: center;
  background: var(--card2); border: 1px solid var(--gold); border-radius: 999px; padding: 5px 6px 5px 4px;
  box-shadow: var(--shadow); opacity: 0; transform: translateY(16px); transition: opacity .3s, transform .3s;
}
.install-chip.show { opacity: 1; transform: none; }
.install-chip #installGo { background: none; border: 0; color: var(--cream); font-weight: 600; font-size: .86rem; padding: .45rem .6rem; }
.install-chip #installNo { background: none; border: 0; color: var(--dim); font-size: .82rem; width: 26px; height: 26px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-visual { max-width: 420px; margin: 0 auto; width: 100%; }
}
@media (max-width: 640px) {
  .site-head .wrap { gap: 10px; }
  .open-badge { display: none; }
  .brand span { white-space: nowrap; }
  .brand b { font-size: .98rem; }
  .brand small { letter-spacing: .14em; font-size: .6rem; }
  .brand svg { height: 34px; width: 34px; }
  .brand img.brand-logo { height: 36px; width: auto; }
  .lang-switch button { padding: .38rem .48rem; font-size: .74rem; }
  .cart-btn { padding: .55rem .85rem; }
  .cart-btn .label { display: none; }
  .cat-nav { top: 60px; }
  .site-head .wrap { height: 60px; }
  .prod-grid { grid-template-columns: 1fr; }
  .grid2, .grid31, .pay-row { grid-template-columns: 1fr; }
  .cart-drawer { width: 100vw; }
}
