/* Golden Bros – Aufbau nach lunagrill.com, Farben und Inhalte von Golden Bros */
@font-face { font-family: "Abril Fatface"; src: url(fonts/abril-fatface-latin-400-normal.woff2) format("woff2"); font-display: swap; }
@font-face { font-family: "Young Serif"; src: url(fonts/young-serif-latin-400-normal.woff2) format("woff2"); font-display: swap; }
@font-face { font-family: "Kaushan Script"; src: url(fonts/kaushan-script-latin-400-normal.woff2) format("woff2"); font-display: swap; }
@font-face { font-family: "Nunito"; src: url(fonts/nunito-latin-wght-normal.woff2) format("woff2"); font-weight: 200 1000; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url(fonts/montserrat-latin-800-normal.woff2) format("woff2"); font-weight: 800; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url(fonts/montserrat-latin-600-normal.woff2) format("woff2"); font-weight: 600; font-display: swap; }

:root {
  --schwarz: #000;
  --gold: #f2b01e;       /* Ballons, Lichtpaneele */
  --senf: #b77d00;       /* Gold auf Weiß, ab 3:1 lesbar */
  --text: #232323;
  --grau: #5e5e5e;
  --putz: #fff;
  --rand: clamp(20px, 6vw, 96px);
  --serif: "Young Serif", Georgia, serif;
  --fett: "Abril Fatface", "Young Serif", Georgia, serif;
  --pinsel: "Kaushan Script", "Segoe Script", cursive;
  --sans: "Nunito", system-ui, sans-serif;
  --weich: cubic-bezier(.7, 0, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 150px; }
body {
  margin: 0; color: var(--text); font: 400 1.0625rem/1.65 var(--sans);
  background-color: var(--putz);
  /* Putz wie bei Luna: feines Korn */
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .035 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
img, video, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 400; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--senf); outline-offset: 3px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.sprung { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--gold); color: #000; padding: 10px 16px; font-weight: 800; }
.sprung:focus { top: 12px; }

/* ---------------------------------------------------------------- Schrift-Rollen */
.titel { font: 400 clamp(2.1rem, 4.2vw, 3.4rem)/1.08 var(--serif); color: var(--schwarz); letter-spacing: -.01em; }
.schrift { font: 400 clamp(2rem, 4.4vw, 3.5rem)/1.05 var(--pinsel); color: var(--senf); transform: rotate(-3deg); transform-origin: left; margin: .1em 0 .55em; }
.schrift.weiss { color: #fff; }
.fett { font: 400 clamp(3.3rem, 8.2vw, 8.4rem)/.9 var(--fett); color: var(--schwarz); letter-spacing: .005em; }

/* ---------------------------------------------------------------- Knöpfe (Luna: eckig, Dreieck) */
.knopf {
  display: inline-flex; align-items: center; gap: .55em; padding: .42em .85em .48em;
  background: var(--schwarz); color: #fff; text-decoration: none; font: 400 1.2rem/1.2 var(--serif);
  transition: background-color .2s, color .2s;
}
.pfeil { width: 0; height: 0; border-left: .42em solid var(--gold); border-block: .27em solid transparent; transition: transform .2s, border-color .2s; }
.knopf:hover { background: var(--gold); color: #000; }
.knopf:hover .pfeil { border-left-color: #000; transform: translateX(3px); }
.knopf-hell { background: transparent; color: #000; box-shadow: inset 0 0 0 2px #000; }
.knopf-hell .pfeil { border-left-color: #000; }
.knopf-gold { background: var(--gold); color: #000; }
.knopf-gold .pfeil { border-left-color: #000; }
.knopf-gold:hover { background: #fff; }
.knoepfe { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------------------------------------------------------------- Kopf: Pinselband + Leiste */
.kopf { position: sticky; top: 0; z-index: 50; }
.band { position: relative; height: 96px; display: flex; align-items: center; justify-content: center; transition: height .35s var(--weich); }
.band-farbe { position: absolute; inset: 6px -10px 0; width: calc(100% + 20px); height: calc(100% - 4px); fill: var(--schwarz); animation: malen .9s var(--weich) both; }
.logo { position: relative; display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; animation: auftauchen .6s .45s both; }
.logo .gb { width: 64px; height: auto; color: var(--gold); transition: width .35s var(--weich); }
.wort { display: flex; flex-direction: column; align-items: center; font-family: "Montserrat", var(--sans); line-height: 1; }
.wort b { font-weight: 800; font-size: 1.55rem; letter-spacing: .01em; transition: font-size .35s var(--weich); }
.wort small { display: flex; align-items: center; gap: .45em; margin-top: .3em; font-weight: 600; font-size: .62rem; letter-spacing: .22em; }
.wort small::before, .wort small::after { content: ""; width: 1.4em; height: 1.5px; background: currentColor; }
.wort i { width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.kopf-pin, .kopf-menue { position: absolute; top: 50%; transform: translateY(-50%); color: #fff; background: none; border: 0; padding: 8px; cursor: pointer; }
.kopf-pin { right: calc(var(--rand) + 54px); }
.kopf-pin svg { width: 30px; fill: currentColor; }
.kopf-menue { right: var(--rand); width: 48px; height: 44px; display: flex; flex-direction: column; justify-content: center; gap: 7px; }
.kopf-menue span { display: block; height: 3px; background: currentColor; border-radius: 2px; transition: transform .3s, opacity .3s; }
.kopf-menue[aria-expanded="true"] span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
.kopf-menue[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.kopf-menue[aria-expanded="true"] span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }
.leiste { display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; box-shadow: 0 6px 12px -8px rgba(0, 0, 0, .35); }
.leiste a { padding: 10px 8px 12px; text-align: center; text-decoration: none; font: 400 clamp(1.1rem, 2vw, 1.6rem)/1.2 var(--serif); color: #000; position: relative; }
.leiste a::after { content: ""; position: absolute; left: 50%; bottom: 6px; width: 0; height: 4px; background: var(--gold); border-radius: 2px; transition: width .25s, left .25s; }
.leiste a:hover::after, .leiste a[aria-current="page"]::after { width: 3.2em; left: calc(50% - 1.6em); }
.kopf.gescrollt .band { height: 62px; }
.kopf.gescrollt .logo .gb { width: 44px; }
.kopf.gescrollt .wort b { font-size: 1.2rem; }

/* Menü */
.menue { position: fixed; inset: 0; z-index: 45; display: grid; place-items: center; align-content: center; gap: 30px; padding: 170px 24px 40px; color: #fff; background: #000; overflow: auto; animation: wischen .5s var(--weich) both; }
.menue-farbe { position: absolute; inset: 0; width: 100%; height: 100%; fill: #000; z-index: -1; }
.menue ul { text-align: center; }
.menue li { animation: auftauchen .45s both; }
.menue li:nth-child(n) { animation-delay: calc(.12s + var(--i, 0) * .04s); }
.menue a { display: inline-block; padding: 4px 0; text-decoration: none; font: 400 clamp(1.7rem, 4.5vw, 3rem)/1.2 var(--serif); }
.menue a:hover { color: var(--gold); }
.menue-adresse { text-align: center; color: #cfcfcf; animation: auftauchen .45s .45s both; }
.menue-adresse a { font: inherit; color: var(--gold); }
.menue-offen { overflow: hidden; }

/* ---------------------------------------------------------------- Hero-Karussell */
.hero { position: relative; padding: clamp(24px, 4vw, 48px) var(--rand) 76px; overflow: hidden; }
.folien { display: grid; }
.folie {
  grid-area: 1 / 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 4vw;
  opacity: 0; visibility: hidden; transition: opacity .6s, visibility 0s .6s;
}
.folie.ist-aktiv { opacity: 1; visibility: visible; transition: opacity .6s; }
.folie-text { position: relative; z-index: 1; }
.folie .fett > span[aria-hidden] { display: block; }
.z { display: block; }
.z2 { position: relative; display: inline-block; margin: .04em 0 0 -.16em; padding: .1em .26em .08em .16em; }
.strich { position: absolute; inset: 0; width: 100%; height: 100%; fill: #000; }
.gold { position: relative; color: var(--gold); white-space: nowrap; }
.o-bild {
  position: relative; display: inline-block; width: .72em; height: .72em; margin: 0 .02em; vertical-align: -.015em;
  border-radius: 50%; background: var(--bild) center / cover; box-shadow: 0 0 0 .04em var(--gold);
}
.umlaut::before, .umlaut::after { content: ""; position: absolute; top: -.2em; width: .12em; height: .12em; border-radius: 50%; background: var(--gold); }
.umlaut::before { left: .16em; }
.umlaut::after { right: .16em; }
.folie .schrift { color: #000; font-size: clamp(2.2rem, 4.6vw, 4rem); margin: .05em 0 .5em 1.2em; }
.folie-bild {
  justify-self: center; width: 100%; max-width: 560px; aspect-ratio: 4 / 5; position: relative;
  -webkit-mask: var(--maske) center / 100% 100% no-repeat; mask: var(--maske) center / 100% 100% no-repeat;
}
.folie-bild.quadrat { aspect-ratio: 1 / 1; }
.folie-bild img, .folie-bild video { width: 100%; height: 100%; object-fit: cover; }

/* Einlauf je Folie: fette Zeile, Pinselstrich malt, Gold erscheint, Teller dreht, Schrift schreibt */
.folie.ist-aktiv .z1 { animation: hoch .7s var(--weich) both; }
.folie.ist-aktiv .strich { animation: malen .7s .18s var(--weich) both; }
.folie.ist-aktiv .gold { animation: auftauchen .5s .5s both; }
.folie.ist-aktiv .o-bild { animation: teller .9s .55s cubic-bezier(.2, .8, .2, 1.15) both; }
.folie.ist-aktiv .schrift { animation: schreiben .9s .85s steps(18, end) both; }
.folie.ist-aktiv .knopf { animation: auftauchen .5s 1.1s both; }
.folie.ist-aktiv .folie-bild { animation: zoom 1.4s var(--weich) both; }

.steuerung { position: absolute; left: 0; right: 0; bottom: 18px; display: flex; justify-content: center; align-items: center; gap: 14px; }
.pfeil-knopf { width: 42px; height: 42px; display: grid; place-items: center; background: none; border: 0; cursor: pointer; color: #000; }
.pfeil-knopf svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.punkte { display: flex; gap: 10px; }
.punkte button { width: 18px; height: 18px; padding: 0; border-radius: 50%; border: 2px solid #000; background: transparent; cursor: pointer; transition: background-color .2s, transform .2s; }
.punkte button[aria-current="true"] { background: var(--gold); transform: scale(1.15); }

/* ---------------------------------------------------------------- Motto */
.motto { padding: clamp(60px, 9vw, 120px) var(--rand) clamp(40px, 6vw, 80px); display: flex; flex-direction: column; align-items: center; text-align: center; }
.motto-gb { width: 92px; height: auto; color: var(--gold); margin-bottom: 18px; }
.motto .schrift.gross { font-size: clamp(2.3rem, 5.8vw, 5rem); transform: rotate(-2deg); transform-origin: center; margin: 0; }

/* ---------------------------------------------------------------- Werte-Tafel (Luna „Food Values“) */
.werte { position: relative; isolation: isolate; max-width: 1440px; margin: 0 auto; padding: clamp(70px, 9vw, 120px) clamp(24px, 7vw, 110px) clamp(80px, 9vw, 120px); color: #fff; text-align: center; }
.werte-farbe { position: absolute; inset: 0; width: 100%; height: 100%; fill: #000; z-index: -1; }
.werte .schrift { transform-origin: center; margin: 0 0 .8em; }
.werte-liste { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(24px, 3.5vw, 56px); margin-bottom: 56px; }
.icon { width: 76px; height: 76px; margin: 0 auto 18px; fill: none; stroke: var(--gold); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.werte h3 { font: 400 1.55rem/1.2 var(--serif); margin-bottom: .45em; }
.werte li p { color: #d6d6d6; margin: 0; }

/* ---------------------------------------------------------------- Geschichte (Luna „Our Story“) */
.geschichte { max-width: 820px; margin: 0 auto; padding: clamp(70px, 9vw, 110px) 24px; text-align: center; }
.geschichte .titel { margin-bottom: .55em; }
.geschichte p { font-size: 1.2rem; margin-bottom: 1.4em; }

/* ---------------------------------------------------------------- Halbseiten */
.halb { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 560px; }
.halb-text { padding: clamp(40px, 6vw, 90px) var(--rand); max-width: 700px; }
.bild-text .halb-text { justify-self: start; }
.text-bild .halb-text { justify-self: end; }
.halb-text p:not(.schrift) { font-size: 1.15rem; }
.halb-text .schrift { margin-top: .12em; }
.tipp { border-left: 4px solid var(--gold); padding: .2em 0 .2em 16px; }
.tipp b { font-weight: 800; }
.halb-bild { align-self: center; height: clamp(420px, 44vw, 640px); -webkit-mask: var(--maske) center / 100% 100% no-repeat; mask: var(--maske) center / 100% 100% no-repeat; }
.halb-bild img { width: 100%; height: 100%; object-fit: cover; }

/* ---------------------------------------------------------------- Reels */
.reels { padding: clamp(70px, 9vw, 110px) 0; }
.reels-kopf { text-align: center; padding: 0 24px; margin-bottom: 36px; }
.reels-kopf p { margin-top: .6em; font-size: 1.1rem; }
.reels-kopf a { font-weight: 800; text-decoration-color: var(--gold); text-decoration-thickness: 3px; text-underline-offset: 4px; }
.reels-liste { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(190px, 1fr); gap: 18px; padding: 0 var(--rand) 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.reels-liste li { scroll-snap-align: start; }
.reels-liste a { display: block; text-decoration: none; }
.reel-rahmen { position: relative; display: block; aspect-ratio: 9 / 16; border-radius: 14px; overflow: hidden; background: #000; }
.reel-rahmen video { width: 100%; height: 100%; object-fit: cover; }
.reel-play { position: absolute; left: 50%; top: 50%; width: 54px; margin: -27px 0 0 -27px; fill: #fff; filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .6)); transition: opacity .3s; }
.laeuft .reel-play { opacity: 0; }
.reel-titel { display: block; margin-top: 10px; font: 400 1.1rem/1.25 var(--serif); color: #000; }
.reels-liste a:hover .reel-titel { text-decoration: underline 3px var(--gold); text-underline-offset: 4px; }

/* ---------------------------------------------------------------- Stimmen */
.stimmen { max-width: 1200px; margin: 0 auto; padding: clamp(40px, 6vw, 80px) var(--rand) clamp(60px, 8vw, 100px); text-align: center; }
.stimmen .schrift { transform-origin: center; }
.stimmen-liste { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin: 10px 0 36px; text-align: left; }
.stimmen blockquote { margin: 0; position: relative; padding-top: 44px; }
.stimmen blockquote::before { content: "\201C"; position: absolute; top: -6px; left: -2px; font: 400 5rem/1 var(--fett); color: var(--gold); }
.stimmen blockquote p { font: 400 1.3rem/1.45 var(--serif); color: #000; margin-bottom: .6em; }
.stimmen cite { font-style: normal; color: var(--grau); }
.google { font-size: 1.05rem; }
.sterne { color: var(--gold); letter-spacing: .08em; font-size: 1.3rem; vertical-align: -.08em; }
.sterne span { background: linear-gradient(90deg, var(--gold) 50%, #cfcfcf 50%); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------------------------------------------------------------- Besuch */
.besuch { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4vw; align-items: center; padding: clamp(30px, 5vw, 60px) var(--rand) clamp(60px, 8vw, 100px); max-width: 1440px; margin: 0 auto; }
.besuch .titel { margin-bottom: .4em; }
.status { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.1rem; }
.status::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: #9a9a9a; }
.status.offen { color: #16663a; }
.status.offen::before { background: #1f9d55; box-shadow: 0 0 0 4px rgba(31, 157, 85, .2); }
.zeiten { max-width: 440px; margin: 6px 0 26px; }
.zeiten li { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; border-bottom: 1px dotted #b9b9b9; }
.zeiten li.heute { font-weight: 800; color: #000; }
.zeiten li.heute span:first-child::after { content: " (heute)"; font-weight: 400; color: var(--grau); }
.besuch .halb-bild { aspect-ratio: 4 / 5; min-height: 0; max-height: 640px; }

/* ---------------------------------------------------------------- Fuß (Luna: Pinselstreifen + Tafel) */
.fuss { position: relative; padding: 70px 0 90px; margin-top: 30px; }
.fuss-streifen { position: absolute; inset: 30px 0 30px; display: flex; flex-direction: column; justify-content: space-between; }
.streifen { width: 100%; height: 17%; fill: #000; }
.fuss-tafel { position: relative; isolation: isolate; width: min(540px, calc(100% - 2 * var(--rand))); margin-left: var(--rand); padding: 56px clamp(28px, 4vw, 54px) 48px; color: #000; }
.tafel-farbe { position: absolute; inset: 0; width: 100%; height: 100%; fill: var(--gold); z-index: -1; }
.logo-dunkel { color: #000; animation: none; margin-bottom: 26px; justify-content: flex-start; }
.logo-dunkel .gb { color: #000; width: 56px; }
.fuss-links li a { display: inline-block; padding: 3px 0; text-decoration: none; font: 400 1.45rem/1.3 var(--serif); }
.fuss-links li a:hover { text-decoration: underline 3px; text-underline-offset: 5px; }
.fuss-adresse { margin: 22px 0 6px; }
.fuss-klein { font-size: .9rem; margin: 0; }
.handy-leiste { display: none; }

/* ---------------------------------------------------------------- Speisekarte */
.karte-kopf { text-align: center; padding: clamp(50px, 7vw, 90px) 24px 20px; }
.karte-kopf .schrift { transform-origin: center; }
.tafel { position: relative; isolation: isolate; max-width: 1240px; margin: 0 auto clamp(40px, 6vw, 70px); padding: clamp(60px, 8vw, 100px) clamp(24px, 6vw, 90px); color: #fff; }
.tafel-schwarz { position: absolute; inset: 0; width: 100%; height: 100%; fill: #000; z-index: -1; }
.karte-gruppen { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 60px); }
.karte-gruppe h2 { font: 400 clamp(2.2rem, 3.6vw, 2.9rem)/1.1 var(--pinsel); color: var(--gold); margin-bottom: .4em; transform: rotate(-3deg); transform-origin: left; }
.karte-gruppe { display: grid; grid-template-columns: 1fr 42%; column-gap: 18px; align-items: center; }
.karte-gruppe h2 { grid-column: 1 / -1; }
.karte-gruppe li { font: 400 1.4rem/1.3 var(--serif); padding: 7px 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.karte-gruppe li:last-child { border-bottom: 0; }
.karte-gruppe img { display: block; width: 100%; height: auto; -webkit-mask: var(--maske) center / 100% 100% no-repeat; mask: var(--maske) center / 100% 100% no-repeat; }
.karte-hinweis { text-align: center; color: #cfcfcf; margin: 36px 0 30px; }
.karte-wahl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; border-top: 1px solid rgba(255, 255, 255, .2); padding-top: 30px; text-align: center; }
.karte-wahl h3 { font: 400 1.5rem/1.2 var(--serif); color: var(--gold); margin-bottom: .3em; }
.karte-wahl p { margin: 0; font-size: 1.15rem; }
.burger { margin: 1.3em 0 1.8em; max-width: 520px; }
.burger li { padding: 12px 0; border-bottom: 1px dotted #b9b9b9; }
.burger li:last-child { border-bottom: 0; }
.burger h3 { font: 400 1.5rem/1.2 var(--serif); margin: 0 0 .15em; }
.burger p { margin: 0; color: var(--grau); }
.scharf { margin-left: 8px; padding: 3px 7px 4px; border-radius: 3px; background: #b3261e; color: #fff; font: 800 .72rem/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; vertical-align: middle; }

/* ---------------------------------------------------------------- Textseiten */
.text-seite { max-width: 760px; margin: 0 auto; padding: clamp(50px, 7vw, 90px) 24px; }
.text-seite .titel { margin-bottom: .6em; }
.text-seite h2 { font: 400 1.4rem/1.3 var(--serif); margin: 1.4em 0 .4em; }

/* ---------------------------------------------------------------- Einblenden beim Scrollen (nur mit JS) */
.js .malen { clip-path: inset(-20% 100% -20% 0); transition: clip-path 1.1s steps(22, end); }
.js .malen.da { clip-path: inset(-20% -5% -20% 0); }
.js .werte .werte-farbe { clip-path: inset(0 100% 0 0); transition: clip-path 1s var(--weich); }
.js .werte .werte-inhalt > * { opacity: 0; transform: translateY(18px); transition: opacity .6s, transform .6s; }
.js .werte.da .werte-farbe { clip-path: inset(0 0 0 0); }
.js .werte.da .werte-inhalt > * { opacity: 1; transform: none; }
.js .werte.da .werte-inhalt > :nth-child(1) { transition-delay: .55s; }
.js .werte.da .werte-inhalt > :nth-child(2) { transition-delay: .75s; }
.js .werte.da .werte-inhalt > :nth-child(n+3) { transition-delay: .95s; }
.js .werte .icon * { stroke-dasharray: 260; stroke-dashoffset: 260; transition: stroke-dashoffset 1.6s 1s var(--weich); }
.js .werte.da .icon * { stroke-dashoffset: 0; }

@keyframes malen { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
@keyframes wischen { from { clip-path: inset(0 0 0 100%); } to { clip-path: inset(0 0 0 0); } }
@keyframes auftauchen { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes hoch { from { opacity: 0; transform: translateY(.35em); } to { opacity: 1; transform: none; } }
@keyframes teller { from { transform: rotate(-200deg) scale(.2); } to { transform: none; } }
@keyframes schreiben { from { clip-path: inset(-30% 100% -30% 0); } to { clip-path: inset(-30% -5% -30% 0); } }
@keyframes zoom { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: none; } }

/* ---------------------------------------------------------------- Tablet und Handy */
@media (max-width: 1000px) {
  .werte-liste { grid-template-columns: repeat(2, 1fr); }
  .stimmen-liste { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
}
@media (max-width: 820px) {
  html { scroll-padding-top: 120px; }
  body { padding-bottom: 60px; }
  .band { height: 74px; justify-content: flex-start; padding-left: 18px; }
  .logo .gb { width: 48px; }
  .wort b { font-size: 1.2rem; }
  .wort small { font-size: .52rem; }
  .kopf-pin { right: calc(var(--rand) + 44px); }
  .kopf-pin svg { width: 24px; }
  .kopf-menue { width: 40px; }
  .kopf.gescrollt .band { height: 58px; }
  .kopf.gescrollt .logo .gb { width: 38px; }
  .kopf.gescrollt .wort b { font-size: 1.05rem; }
  .leiste a { font-size: 1.05rem; padding: 8px 4px 10px; }
  .hero { padding: 16px 20px 64px; }
  .folie { grid-template-columns: 1fr; gap: 10px; align-items: start; }
  .folie-bild { order: -1; max-width: 460px; aspect-ratio: 1 / 1; }
  .fett { font-size: clamp(3rem, 16.5vw, 5.2rem); }
  .folie .schrift { margin-left: .8em; }
  .halb, .besuch { grid-template-columns: 1fr; min-height: 0; }
  .halb-bild { min-height: 0; height: auto; aspect-ratio: 4 / 3; order: -1; margin: 0 12px; }
  .halb-text, .text-bild .halb-text { justify-self: stretch; padding: 34px 20px 50px; }
  .besuch .halb-bild { order: 0; max-height: 520px; }
  .reels-liste { grid-auto-columns: 62%; padding: 0 20px 12px; }
  .karte-gruppen, .karte-wahl { grid-template-columns: 1fr; }
  .fuss-tafel { width: auto; margin: 0 16px; }
  .handy-leiste { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: grid; grid-template-columns: 1fr 1fr; padding-bottom: env(safe-area-inset-bottom); background: #000; }
  .handy-leiste a { padding: 16px 10px; text-align: center; text-decoration: none; font: 400 1.15rem/1 var(--serif); color: #fff; }
  .handy-leiste a + a { background: var(--gold); color: #000; }
}
@media (max-width: 520px) {
  .werte-liste { grid-template-columns: 1fr; }
  .wort small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-delay: 0s !important; transition-duration: .001ms !important; transition-delay: 0s !important; }
  .js .malen, .js .werte .werte-farbe { clip-path: none; }
}
