/* ==========================================================================
   Lothar Mei — Original Schwarzwälder Spezialitäten
   Design-System: Naturrauch (warmes Schwarz) · Metzgerpapier (Creme) ·
   Schinkenrot · Tannengrün · Rauchgold
   Type: Instrument Serif (Display) + Archivo (Utility)
   ========================================================================== */

:root {
  --rauch: #171210;
  --rauch-2: #221a15;
  --rauch-3: #2d231c;
  --papier: #f4ecdd;
  --papier-2: #ebe0ca;
  --tinte: #241c15;
  --tinte-soft: #4a4033;
  --schinken: #9c3323;
  --schinken-hell: #c05a41;
  --gold: #c89a5e;
  --tanne: #22392b;
  --tanne-tief: #1a2d21;
  --tanne-hell: #8fbf6a;
  --hell: #f8f3e8;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Archivo', sans-serif;
  background: var(--rauch);
  color: var(--tinte);
  line-height: 1.6;
  overflow-x: hidden;
}
img, svg { max-width: 100%; }
a { color: inherit; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

/* ---------- Typo-Bausteine ---------- */
.kicker {
  font-size: 12px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase;
  color: var(--schinken); margin-bottom: 18px;
}
.kicker.hell { color: var(--gold); }
h1, h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400; line-height: 1.02; letter-spacing: -.01em;
}
h2 { font-size: clamp(38px, 5.4vw, 64px); color: var(--tinte); }
h2.hell { color: var(--hell); }
h2 em, h1 em { font-style: italic; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: 14px;
  letter-spacing: .04em; padding: 15px 30px; border-radius: 3px;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-hell { background: var(--gold); color: var(--rauch); }
.btn-hell:hover { background: #dcb079; }
.btn-linie { border: 1px solid rgba(248,243,232,.4); color: var(--hell); }
.btn-linie:hover { border-color: var(--gold); color: var(--gold); }
.btn-dunkel { background: var(--tinte); color: var(--papier); }
.btn-linie-dunkel { border: 1px solid rgba(36,28,21,.35); color: var(--tinte); }
.btn-linie-dunkel:hover { border-color: var(--schinken); color: var(--schinken); }

/* ---------- Reveal-Animationen ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.sichtbar { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .2s; }
.reveal.d3 { transition-delay: .3s; }
.reveal.d4 { transition-delay: .42s; }

/* ==========================================================================
   Navigation
   ========================================================================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 18px clamp(20px, 4vw, 48px);
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}
.nav.fest { background: rgba(23,18,16,.92); backdrop-filter: blur(10px); box-shadow: 0 1px 0 rgba(200,154,94,.18); padding-top: 12px; padding-bottom: 12px; }
.nav-brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: 'Instrument Serif', serif; font-size: 24px; color: var(--hell); letter-spacing: .01em; }
.brand-sub { font-size: 9.5px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.nav-links { display: flex; gap: clamp(14px, 2.4vw, 30px); }
.nav-links a {
  color: rgba(248,243,232,.78); text-decoration: none; font-size: 13.5px; font-weight: 600; letter-spacing: .03em;
  transition: color .2s ease;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  color: var(--rauch); background: var(--gold); text-decoration: none;
  font-weight: 800; font-size: 13.5px; padding: 9px 18px; border-radius: 3px; white-space: nowrap;
}

/* ==========================================================================
   Hero — Naturrauch
   ========================================================================== */
.hero {
  position: relative; min-height: 100svh; display: flex; flex-direction: column;
  justify-content: center; align-items: center; text-align: center;
  background:
    radial-gradient(ellipse 120% 70% at 50% 118%, #33261b 0%, transparent 55%),
    radial-gradient(ellipse 90% 55% at 50% -12%, #0d0a08 0%, transparent 60%),
    var(--rauch);
  overflow: hidden; padding: 130px 20px 40px;
}
.hero-inner { position: relative; z-index: 3; max-width: 900px; }
.eyebrow {
  font-size: clamp(10px, 1.3vw, 12.5px); font-weight: 700; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 26px;
}
.hero h1 {
  font-size: clamp(46px, 7.6vw, 96px); color: var(--hell); margin-bottom: 26px;
}
.hero h1 em { color: var(--gold); }
.hero-sub {
  max-width: 620px; margin: 0 auto 34px; color: rgba(248,243,232,.85);
  font-size: clamp(15px, 1.6vw, 17.5px); line-height: 1.75;
}
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.hero-stats {
  position: relative; z-index: 3; margin-top: clamp(48px, 7vh, 90px);
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1px;
  background: rgba(200,154,94,.22); border: 1px solid rgba(200,154,94,.22);
  max-width: 1080px; width: 100%;
}
.stat { background: rgba(23,18,16,.88); padding: 18px 20px; text-align: left; }
.stat b { display: block; color: var(--gold); font-size: 15.5px; letter-spacing: .02em; margin-bottom: 3px; }
.stat span { color: rgba(248,243,232,.75); font-size: 12.5px; line-height: 1.5; display: block; }

/* Rauch-Schwaden */
.smoke {
  position: absolute; z-index: 1; border-radius: 50%;
  filter: blur(60px); opacity: 0; pointer-events: none;
  background: radial-gradient(circle, rgba(200,154,94,.14) 0%, rgba(120,95,70,.08) 45%, transparent 70%);
  animation: schweben 16s ease-in-out infinite;
}
.smoke-1 { width: 520px; height: 620px; left: 8%; bottom: -20%; animation-delay: 0s; }
.smoke-2 { width: 640px; height: 720px; right: 4%; bottom: -30%; animation-delay: -6s; background: radial-gradient(circle, rgba(190,170,150,.12) 0%, rgba(120,95,70,.06) 45%, transparent 70%); }
.smoke-3 { width: 420px; height: 520px; left: 42%; bottom: -14%; animation-delay: -11s; }
@keyframes schweben {
  0%   { transform: translateY(12%) translateX(0) scale(1); opacity: 0; }
  18%  { opacity: .85; }
  55%  { opacity: .55; }
  100% { transform: translateY(-72%) translateX(6%) scale(1.25); opacity: 0; }
}

.scroll-hint { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 3; }
.scroll-hint span {
  display: block; width: 1px; height: 44px; background: linear-gradient(180deg, var(--gold), transparent);
  animation: hint 2.2s ease-in-out infinite;
}
@keyframes hint { 0%,100% { opacity: .25; transform: scaleY(.6); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }

/* ==========================================================================
   Ticker
   ========================================================================== */
.ticker { background: var(--schinken); overflow: hidden; padding: 13px 0; border-top: 1px solid rgba(0,0,0,.15); }
.ticker-track { display: flex; white-space: nowrap; width: max-content; animation: laufen 38s linear infinite; }
.ticker-track span {
  font-weight: 700; font-size: 13.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--papier);
}
@keyframes laufen { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ==========================================================================
   Zerlege-Szene (Scroll-Signatur)
   ========================================================================== */
.zerlege { position: relative; height: 380vh; background: var(--papier); }
.zerlege-sticky {
  position: sticky; top: 0; height: 100svh; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 90px 20px 40px;
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(200,154,94,.12) 0%, transparent 55%),
    var(--papier);
}
.zerlege-head { text-align: center; margin-bottom: clamp(8px, 2vh, 26px); }
.zerlege-head h2 { font-size: clamp(40px, 5.6vw, 68px); }
.zerlege-sub { color: var(--tinte-soft); font-size: clamp(14px, 1.5vw, 16.5px); margin-top: 10px; }

.figur-wrap { position: relative; width: fit-content; max-width: 92vw; margin: 52px auto 0; }
.schwein {
  height: clamp(230px, 44svh, 420px); width: auto; max-width: 92vw;
  display: block; opacity: 0; transform: scale(.96);
}

.teil-form {
  fill: var(--tinte);
  stroke: var(--tinte); stroke-width: 2; stroke-linejoin: round;
}
.teil-auge { fill: var(--papier); }
.tail { stroke: var(--tinte); stroke-width: 13; stroke-linecap: round; fill: none; }
.teil { will-change: transform; }

.schnitt {
  stroke: var(--papier); stroke-width: 4; stroke-linecap: round; fill: none;
  stroke-dasharray: 10 9;
}

.label {
  position: absolute; max-width: 230px;
  background: rgba(244,236,221,.94);
  padding: 10px 14px 12px; border-radius: 10px;
  box-shadow: 0 2px 14px rgba(36,28,21,.08);
  opacity: 0; transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease;
}
.label.an { opacity: 1; transform: none; }
.label-nr {
  display: inline-block; font-weight: 800; font-size: 12px; letter-spacing: .1em;
  color: var(--papier); background: var(--schinken); border-radius: 999px;
  padding: 3px 10px; margin-bottom: 6px;
}
.label-name { display: block; font-family: 'Instrument Serif', serif; font-size: clamp(20px, 2.4vw, 28px); line-height: 1.05; }
.label-produkte { display: block; font-size: clamp(11px, 1.2vw, 13px); font-weight: 600; color: #3b3226; margin-top: 4px; line-height: 1.5; }

.label-1 { left: -2%; top: 2%; }
.label-2 { left: 33%; top: -16%; }
.label-3 { left: 40%; bottom: -7%; }
.label-4 { right: -6%; top: -16%; text-align: right; }

.zerlege-schluss {
  margin-top: clamp(34px, 7vh, 70px);
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: clamp(18px, 2.2vw, 26px); color: var(--schinken);
  opacity: 0; transform: translateY(12px);
  transition: opacity .6s ease, transform .6s ease;
  text-align: center;
}
.zerlege-schluss.an { opacity: 1; transform: none; }

/* ==========================================================================
   Tradition
   ========================================================================== */
.tradition { background: var(--papier); padding: clamp(80px, 12vh, 150px) 0; border-top: 1px solid rgba(36,28,21,.12); }
.tradition h2 { max-width: 820px; }
.tradition h2 em { color: var(--schinken); }
.tradition-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(36px, 6vw, 90px);
  margin-top: clamp(36px, 6vh, 64px);
}
.tradition-text p { font-size: clamp(15.5px, 1.6vw, 17.5px); line-height: 1.85; color: #3d342a; }
.tradition-text p + p { margin-top: 22px; }
.tradition-text strong { color: var(--tinte); }

.zeitstrahl { list-style: none; border-left: 2px solid rgba(156,51,35,.35); padding-left: 28px; display: grid; gap: 30px; }
.zeitstrahl li { position: relative; }
.zeitstrahl li::before {
  content: ""; position: absolute; left: -35px; top: 7px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--schinken); box-shadow: 0 0 0 4px rgba(156,51,35,.15);
}
.zeitstrahl b { display: block; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: 24px; margin-bottom: 4px; }
.zeitstrahl span { font-size: 14.5px; color: var(--tinte-soft); line-height: 1.65; display: block; }

/* ==========================================================================
   Produktion (dunkel)
   ========================================================================== */
.produktion { background: var(--rauch-2); padding: clamp(80px, 12vh, 150px) 0; }
.karten {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  margin-top: clamp(36px, 6vh, 60px);
}
.karte {
  background: var(--rauch-3); border: 1px solid rgba(200,154,94,.16); border-radius: 6px;
  padding: 30px 26px 34px;
  transition: transform .25s ease, border-color .25s ease;
}
.karte:hover { transform: translateY(-6px); border-color: rgba(200,154,94,.5); }
.karte-nr { font-family: 'Instrument Serif', serif; font-size: 30px; color: var(--gold); display: block; margin-bottom: 16px; }
.karte h3 { color: var(--hell); font-size: 17.5px; font-weight: 700; line-height: 1.3; margin-bottom: 10px; }
.karte p { color: rgba(248,243,232,.76); font-size: 13.5px; line-height: 1.7; }
.regel {
  margin-top: clamp(40px, 7vh, 70px); text-align: center;
  color: rgba(248,243,232,.75); font-size: clamp(17px, 2.2vw, 24px);
}
.regel em { font-family: 'Instrument Serif', serif; font-size: clamp(24px, 3.2vw, 38px); color: var(--gold); }

/* ==========================================================================
   Bioland
   ========================================================================== */
.bioland { background: linear-gradient(180deg, var(--tanne-tief), var(--tanne)); padding: clamp(80px, 12vh, 150px) 0; }
.bioland .kicker.hell { color: var(--tanne-hell); }
.bioland-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.bioland-intro { color: rgba(248,243,232,.85); font-size: clamp(15px, 1.6vw, 17px); line-height: 1.8; margin-top: 22px; max-width: 560px; }
.bio-liste { list-style: none; margin-top: 30px; display: grid; gap: 14px; }
.bio-liste li {
  position: relative; padding-left: 34px; color: rgba(248,243,232,.85);
  font-size: 15px; line-height: 1.6;
}
.bio-liste li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tanne-hell); color: var(--tanne-tief);
  font-weight: 800; font-size: 13px; display: flex; align-items: center; justify-content: center;
}
.bio-siegel {
  justify-self: center; text-align: center;
  border: 2px solid var(--tanne-hell); border-radius: 50%;
  width: clamp(220px, 24vw, 280px); aspect-ratio: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  color: var(--hell); padding: 30px;
  background: radial-gradient(circle at 50% 30%, rgba(143,191,106,.14), transparent 70%);
}
.siegel-oben { font-size: 11px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: var(--tanne-hell); }
.siegel-nr { font-family: 'Instrument Serif', serif; font-size: clamp(30px, 3.4vw, 40px); }
.siegel-unten { font-size: 12px; color: rgba(248,243,232,.65); line-height: 1.5; }

/* ==========================================================================
   Wochenmarkt
   ========================================================================== */
.markt { background: var(--papier); padding: clamp(80px, 12vh, 150px) 0; }
.markt-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.markt h2 em { color: var(--schinken); }
.markt-info > p { font-size: clamp(15px, 1.6vw, 17px); line-height: 1.8; color: #3d342a; margin-top: 20px; max-width: 540px; }
.markt-bestellen {
  margin-top: 34px; border: 1px solid rgba(36,28,21,.18); border-radius: 8px;
  padding: 26px 28px; background: var(--hell);
}
.markt-bestellen h3 { font-family: 'Instrument Serif', serif; font-weight: 400; font-size: 24px; margin-bottom: 8px; }
.markt-bestellen p { font-size: 14.5px; color: var(--tinte-soft); }
.bestell-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }

.marktzettel {
  position: relative; background: #fffdf6; border-radius: 4px;
  box-shadow: 0 14px 34px rgba(36,28,21,.18);
  transform: rotate(1.6deg);
  padding: 40px 32px 30px;
}
.zettel-pin {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  width: 24px; height: 24px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--schinken-hell), var(--schinken) 65%);
  box-shadow: 0 5px 8px rgba(36,28,21,.3);
}
.marktzettel h3 {
  font-family: 'Instrument Serif', serif; font-weight: 400; font-style: italic;
  font-size: 27px; color: var(--schinken); margin-bottom: 18px;
}
.marktzettel ul { list-style: none; display: grid; gap: 0; }
.marktzettel li {
  font-size: 14.5px; line-height: 1.55; color: #3d342a;
  padding: 11px 0; border-bottom: 1px dashed rgba(36,28,21,.22);
}
.marktzettel li.saison { color: var(--schinken); font-weight: 600; }
.zettel-fuss { margin-top: 16px; font-size: 12.5px; font-weight: 600; letter-spacing: .04em; color: var(--tinte-soft); }

/* ---------- Standort-Karte ---------- */
.standorte-block { margin-top: clamp(56px, 9vh, 100px); }
.standorte-titel {
  font-family: 'Instrument Serif', serif; font-weight: 400;
  font-size: clamp(26px, 3.2vw, 38px); margin-bottom: 22px;
}
.karten-layout {
  display: grid; grid-template-columns: 1.6fr 1fr; gap: 18px; align-items: stretch;
}
#marktkarte {
  height: 480px; border-radius: 10px; overflow: hidden;
  border: 1px solid rgba(36,28,21,.2);
  background: var(--papier-2);
  z-index: 1;
}
.standort-liste {
  list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 0;
}
.standort-liste li {
  background: var(--hell); border: 1px solid rgba(36,28,21,.16); border-radius: 8px;
  padding: 13px 16px; cursor: pointer; flex: 1;
  transition: border-color .2s ease, transform .2s ease;
  display: flex; gap: 12px; align-items: center;
}
.standort-liste li:hover, .standort-liste li.aktiv { border-color: var(--schinken); transform: translateX(3px); }
.standort-liste .s-punkt {
  width: 13px; height: 13px; border-radius: 50%; background: var(--schinken);
  box-shadow: 0 0 0 3px rgba(156,51,35,.18); flex: 0 0 auto;
}
.standort-liste li.heim .s-punkt { background: var(--tanne); box-shadow: 0 0 0 3px rgba(34,57,43,.18); }
.standort-liste b { display: block; font-size: 14.5px; color: var(--tinte); line-height: 1.3; }
.standort-liste span { display: block; font-size: 12.5px; color: var(--tinte-soft); margin-top: 2px; line-height: 1.45; }
.karten-hinweis { margin-top: 12px; font-size: 12px; color: var(--tinte-soft); font-style: italic; }

.mei-pin {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--schinken); border: 3px solid var(--hell);
  box-shadow: 0 2px 8px rgba(36,28,21,.4);
  cursor: pointer;
}
.karte-reset {
  background: var(--hell); color: var(--tinte);
  border: 1px solid rgba(36,28,21,.3); border-radius: 999px;
  font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 12.5px;
  padding: 8px 15px; cursor: pointer;
  box-shadow: 0 2px 10px rgba(36,28,21,.18);
  transition: color .2s ease, border-color .2s ease;
}
.karte-reset:hover { color: var(--schinken); border-color: var(--schinken); }
.mei-pin.heim { background: var(--tanne); }
.leaflet-popup-content-wrapper {
  background: var(--hell); color: var(--tinte); border-radius: 8px;
  font-family: 'Archivo', sans-serif;
}
.leaflet-popup-content { margin: 12px 16px; font-size: 13px; line-height: 1.5; }
.leaflet-popup-content b { font-size: 14px; }

/* ==========================================================================
   Familie
   ========================================================================== */
.familie { background: #eee2cc; padding: clamp(80px, 12vh, 150px) 0; }
.familie-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.familie-text > p { font-size: clamp(15px, 1.6vw, 17px); line-height: 1.8; color: #3d342a; margin-top: 20px; max-width: 540px; }
.familie-text strong { color: var(--schinken); }
.familie-zitat {
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: clamp(19px, 2.3vw, 26px) !important; line-height: 1.4 !important;
  color: var(--schinken) !important; margin-top: 28px !important;
}
.familie-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.badge {
  border: 1px solid rgba(156,51,35,.45); color: var(--schinken);
  font-weight: 700; font-size: 12.5px; letter-spacing: .04em;
  padding: 7px 14px; border-radius: 999px; background: rgba(248,243,232,.6);
}
.familie-foto { margin: 0; justify-self: center; max-width: 420px; }
.familie-foto img {
  display: block; width: 100%; border-radius: 6px;
  border: 10px solid var(--hell);
  box-shadow: 0 18px 44px rgba(36,28,21,.28);
  transform: rotate(1.8deg);
}
.familie-foto figcaption {
  margin-top: 18px; text-align: center;
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: 17px; color: #3d342a;
}

/* ==========================================================================
   Bewertungen
   ========================================================================== */
.bewertungen { background: var(--hell); padding: clamp(80px, 12vh, 150px) 0; }
.bewertungen h2 em { color: var(--schinken); }
.rating-kopf {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  margin-top: 26px; padding: 16px 20px;
  background: #fff; border: 1px solid rgba(36,28,21,.12); border-radius: 12px;
  width: fit-content;
}
.g-logo { display: flex; align-items: center; }
.rating-sterne { color: #f5a623; font-size: 21px; letter-spacing: 2px; }
.rating-text { font-size: 14px; font-weight: 600; color: var(--tinte); }
.rating-btn { padding: 10px 18px; font-size: 13px; }
.review-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin-top: clamp(28px, 5vh, 44px);
}
.review {
  background: #fff; border: 1px solid rgba(36,28,21,.12); border-radius: 12px;
  padding: 22px 22px 20px; display: flex; flex-direction: column; gap: 12px;
  transition: transform .22s ease, box-shadow .22s ease;
}
.review:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(36,28,21,.12); }
.review-sterne { color: #f5a623; font-size: 15px; letter-spacing: 2px; }
.review p { font-size: 14px; line-height: 1.65; color: #3d342a; flex: 1; }
.review footer { font-size: 12.5px; color: var(--tinte-soft); }
.review footer b { color: var(--tinte); font-size: 13px; }
.review-hinweis { margin-top: 18px; font-size: 12px; font-style: italic; color: var(--tinte-soft); }

/* ==========================================================================
   Gastro
   ========================================================================== */
.gastro { background: var(--rauch); padding: clamp(80px, 12vh, 150px) 0; text-align: center; }
.gastro-intro { color: rgba(248,243,232,.82); max-width: 620px; margin: 22px auto 0; font-size: clamp(15px, 1.6vw, 17px); line-height: 1.8; }
.gastro-punkte {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  margin-top: clamp(36px, 6vh, 60px); text-align: left;
}
.gp { border-top: 2px solid var(--gold); padding-top: 18px; }
.gp b { color: var(--hell); font-size: 16px; display: block; margin-bottom: 6px; }
.gp span { color: rgba(248,243,232,.74); font-size: 13.5px; line-height: 1.65; display: block; }
.gastro-cta { margin-top: clamp(40px, 6vh, 60px); }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer { background: #100c0a; color: rgba(248,243,232,.75); padding: clamp(60px, 9vh, 100px) 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: clamp(30px, 5vw, 70px); }
.footer-brand { font-family: 'Instrument Serif', serif; font-size: 34px; color: var(--hell); line-height: 1.1; }
.footer-sub { font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin: 6px 0 18px; }
address { font-style: normal; font-size: 14.5px; line-height: 1.7; }
.footer-label { font-size: 11.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.footer-tel { display: inline-block; font-family: 'Instrument Serif', serif; font-size: 30px; color: var(--hell); text-decoration: none; margin-bottom: 10px; }
.footer-klein { font-size: 13px; line-height: 1.7; color: rgba(248,243,232,.7); margin-bottom: 10px; }
.footer-klein a { color: rgba(248,243,232,.75); }
.footer-links { margin-top: 12px; font-size: 13px; }
.footer-links a { color: rgba(248,243,232,.55); text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-linie {
  margin-top: clamp(40px, 6vh, 70px); border-top: 1px solid rgba(200,154,94,.15);
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  padding: 20px clamp(20px, 4vw, 48px); font-size: 12px; color: rgba(248,243,232,.4);
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .karten, .gastro-punkte, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .tradition-grid, .bioland-grid, .markt-grid, .familie-grid, .karten-layout { grid-template-columns: 1fr; }
  .bio-siegel { justify-self: start; }
  .marktzettel { transform: rotate(0.8deg); max-width: 520px; }
  #marktkarte { height: 380px; }
  .familie-foto { justify-self: start; }
}
@media (max-width: 640px) {
  .hero h1 { font-size: clamp(34px, 10.5vw, 52px); }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .karten, .gastro-punkte, .review-grid { grid-template-columns: 1fr; }
  #marktkarte { height: 300px; }
  .footer-grid { grid-template-columns: 1fr; }
  .zerlege { height: 320vh; }
  .zerlege-sticky { justify-content: flex-start; padding-top: 84px; }
  .figur-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 14px; width: 100%; }
  .figur-wrap .schwein { grid-column: 1 / -1; margin-bottom: 8px; width: 100%; height: auto; max-height: 34svh; }
  .label { position: static; max-width: none; text-align: left !important; }
  .label-nr { font-size: 10px; padding: 2px 8px; margin-bottom: 3px; }
  .label-name { font-size: 18px; }
  .label-produkte { font-size: 11px; margin-top: 1px; }
  .zerlege-schluss { margin-top: 14px; font-size: 16px; }
}

/* ==========================================================================
   Reduzierte Bewegung
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .smoke, .ticker-track, .scroll-hint span { animation: none; }
  .smoke { opacity: .5; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .zerlege { height: auto; }
  .zerlege-sticky { position: static; height: auto; padding-top: 120px; }
}
