/* Landing Page dangelos.de
   Farbtafeln: hell wie der Shop (hell.css), dunkel aus basis.css abgeleitet.
   Die Tafel entscheidet sich dreifach: Systemeinstellung, oder ausdrücklich
   über data-thema="hell" / "dunkel" am <html>. Der Hero ist immer dunkel. */

:root {
  color-scheme: light;
  --bg: #FAF7F4; --flaeche: #FFFFFF; --flaeche-2: #F5EFE9; --flaeche-3: #EDE1D7;
  --linie: #E7DCD3; --linie-satt: #CDBBAE;
  --text: #1F1714; --leise: #6E5B51;
  --akzent: #A8402C; --akzent-hell: #C25438; --akzent-text: #A8402C; --akzent-weich: #FBEEE9; --auf-akzent: #FFFFFF;
  --gut: #2E7145; --gut-weich: #EAF3EC;
  --gold: #F2B33D; --gold-tief: #8A5A0C; --gold-weich: #FCF3E2; --auf-gold: #2B1A12;
  --band: #2A1D18; --auf-band: #F5EFEA; --auf-band-leise: rgba(245,239,234,0.72);
  --warnung: #D08A2C; --auf-warnung: #201A12;
  --glas: rgba(255,255,255,0.92);
  --schatten: 0 1px 2px rgba(31,23,20,0.05), 0 2px 10px rgba(31,23,20,0.045);
  --schatten-2: 0 6px 22px rgba(31,23,20,0.10);
  --schatten-3: 0 18px 46px rgba(31,23,20,0.22);
  --rand: clamp(14px, 4vw, 28px); --breite: 74rem; --rund: 16px; --takt: 180ms;
  --display: "Oswald", "Arial Narrow", "Helvetica Neue", sans-serif;
  --lauf: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}
/* Dunkle Tafel. Kontraste geprüft: Text 15:1, leise Schrift 8:1, Akzent-Schrift 5,6:1,
   Weiß auf Akzent-Knopf 5,2:1, Gold auf Band 9:1 (bin/kontrast.py). */
@media (prefers-color-scheme: dark) {
  :root:not([data-thema="hell"]) {
    color-scheme: dark;
    --bg: #0F0D0C; --flaeche: #1A1614; --flaeche-2: #241D19; --flaeche-3: #2E2622;
    --linie: #362B26; --linie-satt: #57463D;
    --text: #F5EFEA; --leise: #BDB0A7;
    --akzent: #B84A35; --akzent-hell: #C85B46; --akzent-text: #E8846E; --akzent-weich: #3A1F19; --auf-akzent: #FFFFFF;
    --gut: #8CCB93; --gut-weich: #1B2E20;
    --gold: #F2B33D; --gold-tief: #F0BE5C; --gold-weich: #2B2016; --auf-gold: #2B1A12;
    --band: #1A1614; --auf-band: #F5EFEA; --auf-band-leise: rgba(245,239,234,0.72);
    --glas: rgba(20,17,16,0.88);
    --schatten: 0 1px 2px rgba(0,0,0,0.3), 0 2px 10px rgba(0,0,0,0.25);
    --schatten-2: 0 6px 22px rgba(0,0,0,0.4);
    --schatten-3: 0 18px 46px rgba(0,0,0,0.6);
  }
}
:root[data-thema="dunkel"] {
  color-scheme: dark;
  --bg: #0F0D0C; --flaeche: #1A1614; --flaeche-2: #241D19; --flaeche-3: #2E2622;
  --linie: #362B26; --linie-satt: #57463D;
  --text: #F5EFEA; --leise: #BDB0A7;
  --akzent: #B84A35; --akzent-hell: #C85B46; --akzent-text: #E8846E; --akzent-weich: #3A1F19; --auf-akzent: #FFFFFF;
  --gut: #8CCB93; --gut-weich: #1B2E20;
  --gold: #F2B33D; --gold-tief: #F0BE5C; --gold-weich: #2B2016; --auf-gold: #2B1A12;
  --band: #1A1614; --auf-band: #F5EFEA; --auf-band-leise: rgba(245,239,234,0.72);
  --glas: rgba(20,17,16,0.88);
  --schatten: 0 1px 2px rgba(0,0,0,0.3), 0 2px 10px rgba(0,0,0,0.25);
  --schatten-2: 0 6px 22px rgba(0,0,0,0.4);
  --schatten-3: 0 18px 46px rgba(0,0,0,0.6);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font: 400 17px/1.5 var(--lauf); -webkit-font-smoothing: antialiased;
  overflow-x: hidden; -webkit-text-size-adjust: 100%;
}
h1, h2, h3 { margin: 0; text-wrap: balance; }
p { margin: 0; }
a { color: var(--akzent-text); }
img, svg, canvas { display: block; max-width: 100%; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
.nur-lesegeraet { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.mittig { width: min(var(--breite), 100% - 2 * var(--rand)); margin-inline: auto; }
.eyebrow {
  font-family: var(--display); font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.14em; font-size: 0.8rem; color: var(--akzent-text);
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: currentColor; }
.titel {
  font-family: var(--display); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.01em; line-height: 1.05; font-size: clamp(2rem, 4.2vw, 3.1rem); margin-top: 10px;
}
.lead { color: var(--leise); font-size: 1.08rem; max-width: 36rem; margin-top: 12px; }

.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 20px; border-radius: 999px;
  border: 1px solid var(--linie-satt); background: var(--flaeche); color: var(--text);
  font: 600 1rem var(--lauf); text-decoration: none; cursor: pointer;
  transition: transform var(--takt), box-shadow var(--takt), background var(--takt);
}
.knopf:hover { transform: translateY(-1px); box-shadow: var(--schatten-2); }
.knopf-haupt { background: var(--akzent); color: var(--auf-akzent); border-color: var(--akzent); box-shadow: 0 8px 22px rgba(168,64,44,0.28); }
.knopf-haupt:hover { background: var(--akzent-hell); }
.knopf-gross { min-height: 56px; padding: 0 30px; font-size: 1.08rem; }

/* ── Kopf ─────────────────────────────────────────────────── */
.kopf { position: sticky; top: 0; z-index: 20; background: transparent; transition: background var(--takt), box-shadow var(--takt); }
.kopf.fest { background: var(--glas); backdrop-filter: saturate(160%) blur(10px); -webkit-backdrop-filter: saturate(160%) blur(10px); box-shadow: 0 1px 0 var(--linie); }
.kopf.fest.dunkel { color: #F5EFEA; background: rgba(11,10,9,0.72); box-shadow: 0 1px 0 rgba(255,255,255,0.08); }
.kopf.fest.dunkel .marke, .kopf.fest.dunkel .kopf-nav a, .kopf.fest.dunkel .thema { color: #F5EFEA; }
.kopf.fest.dunkel .marke small, .kopf.fest.dunkel .kopf-nav a { color: rgba(245,239,234,0.7); }
.kopf.fest.dunkel .marke img { box-shadow: 0 0 0 1px rgba(255,255,255,0.25); }
.kopf-innen { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 62px; }
.marke { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); font-weight: 800; font-size: 1.15rem; letter-spacing: -0.01em; }
.marke img { width: 36px; height: 36px; border-radius: 50%; }
.marke small { font-weight: 500; color: var(--leise); font-size: 0.85rem; margin-left: 2px; }
.kopf-nav { display: none; gap: 22px; }
.kopf-nav a { color: var(--leise); text-decoration: none; font-weight: 500; font-size: 0.95rem; }
.kopf-nav a:hover { color: var(--text); }
.kopf-rechts { display: flex; align-items: center; gap: 8px; }
.thema { width: 42px; height: 42px; border-radius: 50%; border: 1px solid transparent; background: transparent; color: var(--leise); cursor: pointer; display: grid; place-items: center; }
.thema:hover { background: var(--flaeche-2); color: var(--text); border-color: var(--linie); }
.thema svg { width: 20px; height: 20px; }
.thema .mond { display: none; }
:root[data-thema="dunkel"] .thema .sonne { display: none; }
:root[data-thema="dunkel"] .thema .mond { display: block; }
@media (prefers-color-scheme: dark) {
  :root:not([data-thema="hell"]) .thema .sonne { display: none; }
  :root:not([data-thema="hell"]) .thema .mond { display: block; }
}
@media (min-width: 52rem) { .kopf-nav { display: flex; } }
@media (max-width: 30rem) { .marke small { display: none; } .kopf .knopf-haupt { padding: 0 14px; min-height: 40px; font-size: 0.92rem; } }

/* ── Hero: dunkle Bühne, echte Bowl, Dampf, Stäbchen, Zutaten, Logo ── */
.hero { height: 260vh; position: relative; --p1: 0; --p2: 0; --p3: 0; --p4: 0; --figur-unten: 2vh; }
.hero-buehne {
  position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden;
  display: grid; place-items: center; background: #0B0A09; color: #F5EFEA;
}
.hero-buehne::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(55% 45% at 50% 78%, rgba(242,179,61,0.14), transparent 70%),
    radial-gradient(40% 40% at 20% 25%, rgba(168,64,44,0.14), transparent 70%);
}
.hero-inhalt { position: relative; width: min(var(--breite), 100% - 2 * var(--rand)); height: 100%; }
.hero-text {
  position: absolute; left: 50%; top: 9vh; width: min(44rem, 100%); z-index: 3; text-align: center;
  opacity: calc(1 - var(--p1)); transform: translate(-50%, calc(-18px * var(--p1)));
}
.hero-text .eyebrow { color: var(--gold); }
.hero-text .titel { font-size: clamp(2.4rem, 6vw, 4.4rem); line-height: 0.98; color: #F5EFEA; }
.hero-text .titel em { font-style: normal; color: var(--gold); }
.hero-text .lead { font-size: 1.12rem; margin: 14px auto 0; color: rgba(245,239,234,0.72); }
.hero-knoepfe { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 22px; }
.hero-knoepfe .knopf:not(.knopf-haupt) { background: rgba(255,255,255,0.06); color: #F5EFEA; border-color: rgba(255,255,255,0.22); }
.hero-hinweis { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); color: rgba(245,239,234,0.55); font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; opacity: calc(1 - var(--p1) * 3); display: flex; flex-direction: column; align-items: center; gap: 6px; z-index: 3; }
.hero-hinweis span { width: 1px; height: 34px; background: rgba(245,239,234,0.4); animation: tropfen 1.8s ease-in-out infinite; transform-origin: top; }
@keyframes tropfen { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(0); transform-origin: bottom; } }

.zutaten { position: absolute; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; }
.zutat {
  position: absolute; left: var(--x); top: var(--y); width: var(--w);
  transform: translate(calc(var(--flug-x) * var(--p3)), calc(var(--py, 0px) + var(--flug-y) * var(--p3))) rotate(var(--dreh));
  opacity: calc(var(--deck, 1) * (1 - var(--p3))); filter: blur(var(--unschaerfe, 0px)); will-change: transform;
}
.zutat img { width: 100%; height: auto; animation: schweben var(--dauer, 7s) ease-in-out infinite alternate; animation-delay: var(--versatz, 0s); filter: drop-shadow(0 18px 24px rgba(0,0,0,0.55)); }
@keyframes schweben { from { transform: translateY(-3%) rotate(-3deg); } to { transform: translateY(3%) rotate(3deg); } }
.zutat.vorn { z-index: 3; }
@media (max-width: 52rem) { .zutat.nur-gross { display: none; } .zutat { --w: var(--w-mobil, var(--w)); } }

.hero-figur {
  position: absolute; left: 50%; bottom: var(--figur-unten); width: min(66vw, 860px); aspect-ratio: 1400 / 840; z-index: 2;
  transform: translate(-50%, calc(-1 * var(--p3) * (50svh - 50% - var(--figur-unten))));
}
@media (max-width: 52rem) { .hero-text { top: 7vh; } .hero { --figur-unten: 4vh; } .hero-figur { width: 100vw; } }
/* Flache Fenster: die Schüssel rutscht ein Stück unter den Rand, damit die Knöpfe frei bleiben. */
@media (max-height: 980px) and (min-width: 52rem) { .hero-figur { width: min(56vw, 720px); } .hero { --figur-unten: -8vh; } }
@media (max-height: 860px) and (min-width: 52rem) { .hero { --figur-unten: -18vh; } .hero-text { top: 7vh; } }
@media (max-height: 700px) and (min-width: 52rem) { .hero-figur { width: min(48vw, 600px); } .hero { --figur-unten: -24vh; } .hero-text .titel { font-size: clamp(2rem, 4.5vw, 3.2rem); } }
@media (max-height: 700px) and (max-width: 52rem) { .hero { --figur-unten: -16vh; } }
.kreis {
  position: absolute; left: 50%; top: 50%; width: 62%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 50% 30%, #2E2A27, #100E0D);
  box-shadow: 0 0 0 2px rgba(168,64,44,0.55), 0 0 60px rgba(242,179,61,0.18), 0 40px 90px rgba(0,0,0,0.6);
  transform: translate(-50%, -50%) scale(var(--p3)); opacity: var(--p3);
}
.bowl-wrap {
  position: absolute; inset: 0; opacity: calc(1 - var(--p4));
  transform-origin: 50% 55%; transform: translateY(calc(-4% * var(--p3))) scale(calc(1 - 0.6 * var(--p3)));
}
.bowl, .bowl-vorn { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.bowl-vorn { -webkit-mask-image: linear-gradient(to bottom, transparent 44%, #000 51%); mask-image: linear-gradient(to bottom, transparent 44%, #000 51%); }
.dampf-canvas { position: absolute; left: 10%; width: 74%; top: -105%; height: 125%; pointer-events: none; opacity: calc(1 - var(--p3)); }
.stab { position: absolute; height: 140%; width: auto; transform-origin: 50% 0; filter: drop-shadow(0 14px 20px rgba(0,0,0,0.6)); will-change: transform; }
.stab-1 { left: 85%; top: -86%; transform: translate(calc(24vw * (1 - var(--p2))), calc(-30vh * (1 - var(--p2)))) rotate(calc(48deg - 22deg * var(--p2))); }
.stab-2 { left: 98.5%; top: -82%; transform: translate(calc(28vw * (1 - var(--p2))), calc(-34vh * (1 - var(--p2)))) rotate(calc(54deg - 22deg * var(--p2))); }
.hero-logo {
  position: absolute; left: 50%; top: 50%; width: 62%; height: auto; aspect-ratio: 1; border-radius: 50%;
  transform: translate(-50%, -50%) scale(calc(0.9 + 0.1 * var(--p4))); opacity: var(--p4);
  box-shadow: 0 0 0 2px rgba(168,64,44,0.7), 0 0 70px rgba(242,179,61,0.22), 0 40px 90px rgba(0,0,0,0.6);
}
.hero-logo-text {
  position: absolute; left: 0; right: 0; bottom: 8vh; text-align: center; z-index: 3; color: #F5EFEA;
  opacity: var(--p4); transform: translateY(calc(16px * (1 - var(--p4))));
}
.hero-logo-text .titel { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.hero-logo-text p { color: rgba(245,239,234,0.65); margin-top: 6px; }

/* ── Abschnitte ───────────────────────────────────────────── */
.abschnitt { padding: clamp(64px, 9vw, 110px) 0; }
.abschnitt.flaeche { background: var(--flaeche); border-block: 1px solid var(--linie); }
.abschnitt-kopf { display: flex; align-items: end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 36px; }
.zeigt-sich { transition: opacity 600ms cubic-bezier(0.2,0.8,0.3,1), transform 700ms cubic-bezier(0.2,0.8,0.3,1); transition-delay: var(--verzoegerung, 0ms); }
html.js .zeigt-sich:not(.sichtbar) { opacity: 0; transform: translateY(26px); }

/* Karte */
.karte-raster { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.artikel {
  background: var(--flaeche); border: 1px solid var(--linie); border-radius: var(--rund);
  overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--schatten);
  transition: transform var(--takt), box-shadow var(--takt); text-decoration: none; color: inherit; min-height: 340px;
}
.artikel:hover { transform: translateY(-4px); box-shadow: var(--schatten-2); }
.artikel-bild { position: relative; aspect-ratio: 4 / 3; display: grid; place-items: center; overflow: hidden; background: var(--flaeche-2); }
.artikel-bild img { width: 100%; height: 100%; object-fit: cover; transform: translateY(var(--parallax, 0px)) scale(1.06); transition: transform 120ms linear; }
.artikel-bild svg { width: 46%; height: auto; opacity: 0.9; transform: translateY(var(--parallax, 0px)); transition: transform 120ms linear; }
.artikel-bild .tag { position: absolute; top: 10px; left: 10px; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; background: var(--glas); color: var(--leise); padding: 4px 8px; border-radius: 999px; }
.bild-bratnudeln, .bild-bratreis { background: linear-gradient(145deg, #F6E3C2, #E8B978); }
.bild-kebab, .bild-doener { background: linear-gradient(145deg, #F3D9CF, #D48A73); }
.bild-bowl, .bild-veggie, .bild-suppen { background: linear-gradient(145deg, #E9EFD9, #B9C98A); }
.bild-ente, .bild-haehnchen, .bild-garnelen, .bild-pommes { background: linear-gradient(145deg, #F9E6C8, #E6A24B); }
.bild-getraenke, .bild-allgemein { background: linear-gradient(145deg, #E4E8EE, #B3BCCB); }
.artikel-text { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.artikel-text h3 { font-size: 1.08rem; font-weight: 700; }
.artikel-text p { color: var(--leise); font-size: 0.92rem; line-height: 1.4; }
.artikel-fuss { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 10px; }
.preis { font-weight: 800; font-variant-numeric: tabular-nums; }
.preis em { font-style: normal; font-weight: 500; color: var(--leise); }
.kategorie { font-size: 0.78rem; color: var(--leise); text-transform: uppercase; letter-spacing: 0.06em; }
.artikel.skelett { pointer-events: none; }
.artikel.skelett .artikel-bild { background: var(--flaeche-2); }
.artikel.skelett .balken { height: 14px; border-radius: 6px; background: var(--flaeche-3); animation: pulsieren 1.4s ease-in-out infinite; }
.karte-hinweis { color: var(--leise); font-size: 0.9rem; margin-top: 14px; }

/* So geht's */
.schritte { position: relative; display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); counter-reset: schritt; }
.schritte::before { content: ""; position: absolute; top: 27px; left: 28px; right: 28px; height: 2px; background: var(--linie-satt); transform-origin: left; transform: scaleX(0); transition: transform 1100ms cubic-bezier(0.2,0.8,0.3,1) 200ms; }
.schritte.sichtbar::before { transform: scaleX(1); }
@media (max-width: 52rem) { .schritte::before { display: none; } }
.schritt { position: relative; padding-top: 74px; }
.schritt::before {
  counter-increment: schritt; content: counter(schritt);
  position: absolute; top: 0; left: 0; width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center; font: 600 1.3rem var(--display);
  background: var(--flaeche); border: 2px solid var(--akzent); color: var(--akzent-text);
  transition: background var(--takt), color var(--takt);
}
.schritte.sichtbar .schritt::before { background: var(--akzent); color: var(--auf-akzent); animation: puls 700ms ease-out; animation-delay: calc(var(--i) * 250ms); }
@keyframes puls { 0% { box-shadow: 0 0 0 0 rgba(168,64,44,0.45); } 100% { box-shadow: 0 0 0 18px rgba(168,64,44,0); } }
.schritt h3 { font-size: 1.2rem; font-weight: 700; }
.schritt p { color: var(--leise); margin-top: 6px; }

/* Zahlen */
.zahlen { background: var(--band); color: var(--auf-band); }
.zahlen-raster { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.zahl { border-left: 2px solid var(--gold); padding-left: 18px; }
.zahl b { display: block; font: 600 clamp(2.4rem, 5vw, 3.6rem)/1 var(--display); color: var(--gold); font-variant-numeric: tabular-nums; }
.zahl span { display: block; margin-top: 8px; color: var(--auf-band-leise); }

/* Zeiten */
.zeiten-raster { display: grid; gap: 36px; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 52rem) { .zeiten-raster { grid-template-columns: 1.1fr 1fr; } }
.status { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px 10px 12px; border-radius: 999px; background: var(--gut-weich); color: var(--gut); font-weight: 700; margin-top: 18px; }
.status.zu { background: var(--akzent-weich); color: var(--akzent-text); }
.status i { width: 10px; height: 10px; border-radius: 50%; background: currentColor; }
.status.auf i { animation: pulsieren-ring 1.6s ease-in-out infinite; }
@keyframes pulsieren-ring { 0%, 100% { box-shadow: 0 0 0 0 rgba(46,113,69,0.4); } 50% { box-shadow: 0 0 0 8px rgba(46,113,69,0); } }
@keyframes pulsieren { 0%, 100% { opacity: 1; } 50% { opacity: 0.45; } }
.zeiten-tabelle { width: 100%; border-collapse: collapse; background: var(--flaeche); border: 1px solid var(--linie); border-radius: var(--rund); overflow: hidden; box-shadow: var(--schatten); }
.zeiten-tabelle td { padding: 13px 18px; border-top: 1px solid var(--linie); font-variant-numeric: tabular-nums; }
.zeiten-tabelle tr:first-child td { border-top: 0; }
.zeiten-tabelle td:last-child { text-align: right; }
.zeiten-tabelle tr.heute td { background: var(--gold-weich); color: var(--auf-gold); font-weight: 700; }
:root[data-thema="dunkel"] .zeiten-tabelle tr.heute td { color: var(--gold-tief); }
@media (prefers-color-scheme: dark) { :root:not([data-thema="hell"]) .zeiten-tabelle tr.heute td { color: var(--gold-tief); } }
.zeiten-tabelle .ruhetag { color: var(--akzent-text); font-weight: 600; }

/* Anfahrt */
.anfahrt-raster { display: grid; gap: 28px; grid-template-columns: 1fr; }
@media (min-width: 52rem) { .anfahrt-raster { grid-template-columns: 1fr 1.3fr; } }
.adresse { font-size: 1.15rem; line-height: 1.5; margin-top: 14px; }
.adresse b { font-weight: 800; }
.anfahrt-links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.karte-kasten {
  position: relative; min-height: 340px; border-radius: var(--rund); border: 1px solid var(--linie);
  background: var(--flaeche-2); display: grid; place-items: center; text-align: center; padding: 28px; overflow: hidden;
}
.karte-kasten p { color: var(--leise); max-width: 26rem; }
.karte-kasten .knopf { margin-top: 16px; }
.karte-kasten .wolken { position: absolute; left: 50%; top: 22px; transform: translateX(-50%); width: 120px; opacity: 0.8; }
.wolken path { fill: none; stroke: var(--linie-satt); stroke-width: 4; stroke-linecap: round; animation: dampf 3.2s ease-in-out infinite; transform-origin: 50% 100%; }
.wolken path:nth-child(2) { animation-delay: -1.1s; }
.wolken path:nth-child(3) { animation-delay: -2.2s; }
@keyframes dampf { 0% { transform: translateY(6px) scale(0.96); opacity: 0; } 40% { opacity: 0.8; } 100% { transform: translateY(-22px) scale(1.06); opacity: 0; } }
.karte-kasten iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.karte-kasten.geladen .karte-frage, .karte-kasten.geladen .wolken { display: none; }

/* Fuß */
.fuss { border-top: 1px solid var(--linie); padding: 40px 0 34px; background: var(--flaeche); }
.fuss-innen { display: grid; gap: 24px; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 52rem) { .fuss-innen { grid-template-columns: 1.4fr 1fr 1fr; } }
.fuss p { color: var(--leise); font-size: 0.95rem; margin-top: 8px; }
.fuss h4 { margin: 0 0 10px; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--leise); }
.fuss ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.fuss a, .fussverweis { color: var(--text); text-decoration: none; }
.fuss a:hover, .fussverweis:hover { color: var(--akzent-text); }
.fussverweis { background: none; border: 0; padding: 0; font: inherit; cursor: pointer; text-align: left; }
.fuss-klein { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--linie); color: var(--leise); font-size: 0.85rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* Einwilligung — Muster aus dem Shop (shop.css) */
.einwilligung {
  position: fixed; z-index: 26; left: var(--rand); right: var(--rand); bottom: calc(14px + env(safe-area-inset-bottom));
  max-width: 34rem; margin: 0 auto; background: var(--flaeche); color: var(--text);
  border: 1px solid var(--linie); border-radius: 18px; box-shadow: 0 16px 44px rgba(0,0,0,0.28);
  padding: 18px 20px 16px; animation: hochschieben 260ms cubic-bezier(0.2,0.8,0.3,1) both;
}
.einwilligung[hidden] { display: none; }
.einwilligung h2 { margin: 0 0 6px; font-size: 1.05rem; padding-right: 28px; }
.einwilligung p { margin: 0 0 10px; font-size: 0.9rem; line-height: 1.45; color: var(--leise); }
.einwilligung-stand { font-weight: 600; color: var(--text); }
.einwilligung-knoepfe { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.einwilligung-knoepfe .knopf { min-height: 46px; }
.einwilligung-zu { position: absolute; top: 10px; right: 12px; width: 32px; height: 32px; border: 0; background: none; color: var(--leise); font-size: 1.4rem; cursor: pointer; border-radius: 8px; }
.einwilligung-zu:hover { background: var(--flaeche-2); color: var(--text); }
@media (min-width: 62rem) { .einwilligung { right: auto; left: 24px; margin: 0; } }
@keyframes hochschieben { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }


/* ── Zweiter Scroll-Hero: Döner-Fall ──────────────────────────
   Dunkle Bühne wie der erste Hero. Die Zutaten hängen oberhalb der
   Bühne (unsichtbar) und fallen je nach Scrollfortschritt --q in das
   aufgeschnittene Brot. Fortschritt und Easing rechnet landing.js. */
.buehne-abschnitt { height: 320vh; position: relative; --q1: 0; --q4: 0; --q5: 0; --doener-unten: 5vh; }
.buehne {
  position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden;
  background: #0B0A09; color: #F5EFEA;
}
.buehne::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(50% 40% at 50% 80%, rgba(242,179,61,0.16), transparent 70%),
    radial-gradient(40% 40% at 80% 20%, rgba(168,64,44,0.12), transparent 70%);
}
.gewuerz-canvas { position: absolute; left: 20%; top: 0; width: 60%; height: 100%; pointer-events: none; }
.buehne-inhalt { position: relative; width: min(var(--breite), 100% - 2 * var(--rand)); height: 100%; margin-inline: auto; }
.buehne-text {
  position: absolute; left: 50%; top: 9vh; width: min(44rem, 100%); z-index: 3; text-align: center;
  opacity: calc(1 - var(--q1)); transform: translate(-50%, calc(-18px * var(--q1)));
}
.buehne-text .eyebrow { color: var(--gold); }
.buehne-text .titel { font-size: clamp(2.2rem, 5.5vw, 4rem); color: #F5EFEA; }
.buehne-text .titel em { font-style: normal; color: var(--gold); }
.buehne-text .lead { margin: 14px auto 0; color: rgba(245,239,234,0.72); }
.doener {
  position: absolute; left: 50%; bottom: var(--doener-unten); width: min(58vw, 820px); aspect-ratio: 1400 / 780; z-index: 2;
  transform-origin: 50% 100%;
  transform: translate(-50%, calc(-24vh * var(--q5))) scale(calc(1 - 0.22 * var(--q5)));
}
.doener img { position: absolute; }
.brot-hinten, .brot-vorn { left: 0; width: 100%; height: auto; }
.brot-hinten { top: 0; filter: brightness(0.7) saturate(0.9); }
.brot-vorn { top: 22%; filter: drop-shadow(0 -8px 16px rgba(0,0,0,0.55)); z-index: 4; }
.fall {
  left: var(--x); top: var(--y); width: var(--w); height: auto; z-index: 3; will-change: transform;
  transform: translateY(calc(var(--fall) * (1 - var(--q, 0)))) rotate(calc(var(--dreh) + var(--dreh-von) * (1 - var(--q, 0))));
  filter: drop-shadow(0 10px 14px rgba(0,0,0,0.45));
}
.fall.vorn { z-index: 5; }
.sosse { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 6; pointer-events: none; overflow: visible; }
.sosse path { fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--q4)); }
.sosse .tropfen { stroke: #EFE6D4; stroke-width: 46; }
.sosse .rand { stroke: #C8B79E; stroke-width: 56; }
.sosse .glanz { stroke: rgba(255,255,255,0.6); stroke-width: 12; }
.sosse .tropf { stroke: #EFE6D4; stroke-width: 26; }
.sosse .tropf-rand { stroke: #C8B79E; stroke-width: 34; }
.buehne-schluss {
  position: absolute; left: 0; right: 0; bottom: 7vh; text-align: center; z-index: 7;
  opacity: var(--q5); transform: translateY(calc(16px * (1 - var(--q5)))); pointer-events: none;
}
.buehne-schluss .eyebrow { color: var(--gold); }
.buehne-schluss .titel { font-size: clamp(1.6rem, 3.5vw, 2.4rem); color: #F5EFEA; margin-bottom: 16px; }
.buehne-abschnitt.aktiv-schluss .buehne-schluss { pointer-events: auto; }
@media (max-width: 52rem) {
  .buehne-text { top: 7vh; }
  .doener { width: 96vw; }
  .buehne-abschnitt { --doener-unten: 12vh; }
  .fall.nur-gross { display: none; }
}
@media (max-height: 900px) and (min-width: 52rem) { .doener { width: min(48vw, 640px); } .buehne-abschnitt { --doener-unten: 4vh; } }
@media (max-height: 720px) and (min-width: 52rem) { .doener { width: min(40vw, 520px); } .buehne-text .titel { font-size: clamp(1.8rem, 4vw, 2.8rem); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero { height: auto; --p2: 1; }
  .hero-buehne { position: static; height: auto; min-height: 0; padding: 40px 0 60px; }
  .hero-inhalt { display: grid; grid-template-columns: 1fr; gap: 24px; height: auto; }
  .hero-text { position: static; opacity: 1; transform: none; margin: 0 auto; }
  .hero-figur { position: static; width: min(80vw, 520px); transform: none; margin: 0 auto; }
  .hero-hinweis, .hero-logo-text, .dampf-canvas { display: none; }
  .zutat img { animation: none; }
  .buehne-abschnitt { height: auto; --q1: 0; --q4: 1; --q5: 1; }
  .buehne { position: static; height: auto; min-height: 0; padding: 40px 0 40px; }
  .buehne-inhalt { display: grid; gap: 24px; height: auto; }
  .buehne-text, .buehne-schluss { position: static; opacity: 1; transform: none; margin: 0 auto; pointer-events: auto; }
  .doener { position: relative; left: auto; bottom: auto; transform: none; width: min(90vw, 700px); margin: 0 auto; }
  .fall { --q: 1; }
  .gewuerz-canvas { display: none; }
  html.js .zeigt-sich:not(.sichtbar) { opacity: 1; transform: none; }
  .schritte::before { transform: scaleX(1); }
}
