/* WURSTWERK Mallorca · Gestaltung und Umsetzung: PixelUno · https://pixeluno.es · unverbindliche Vorschau */
@font-face{font-family:'Sofia Sans Extra Condensed';font-style:normal;font-weight:700 900;font-display:swap;src:url(fonts/sofiaxc-latin-ext-normal-700_900.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Sofia Sans Extra Condensed';font-style:normal;font-weight:700 900;font-display:swap;src:url(fonts/sofiaxc-latin-normal-700_900.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Sofia Sans';font-style:normal;font-weight:400 700;font-display:swap;src:url(fonts/sofia-latin-ext-normal-400_700.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Sofia Sans';font-style:normal;font-weight:400 700;font-display:swap;src:url(fonts/sofia-latin-normal-400_700.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Red Hat Mono';font-style:normal;font-weight:500 600;font-display:swap;src:url(fonts/redhatmono-latin-ext-normal-500_600.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Red Hat Mono';font-style:normal;font-weight:500 600;font-display:swap;src:url(fonts/redhatmono-latin-normal-500_600.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
/* ==========================================================================
   Designwelt „Die Stechkarte“ – WURSTWERK Mallorca
   Material: Manila-Karton (nur auf der Karte), Stempelfarbe, Grillschwarz.
   Dunkle Flächen bleiben glatt.
   ========================================================================== */
:root {
  --papier: #FBF5E6;
  --papier-2: #F5EAD0;
  --karton: #F2E3BC;
  --senf: #EFC13C;
  --senf-hell: #F8E3A0;
  --kohle: #1B1714;
  --kohle-2: #2A231D;
  --tinte: #4A3F33;
  --tinte-hell: #D9CDB7;
  --sauce: #8E2317;
  --stempel: #A3281B;
  --stern: #A8780D;
  --linie: rgba(27, 23, 20, .16);
  --linie-hell: rgba(251, 245, 230, .18);
  --pixel: #5B2D9C;

  --f-display: 'Sofia Sans Extra Condensed', 'Arial Narrow', 'Roboto Condensed', sans-serif;
  --f-text: 'Sofia Sans', 'Segoe UI', system-ui, sans-serif;
  --f-mono: 'Red Hat Mono', ui-monospace, 'Cascadia Mono', monospace;

  --gutter: clamp(16px, 4.2vw, 48px);
  --rahmen: min(1240px, 100% - 2 * var(--gutter));
  --streifen-h: 34px;
  --kopf-h: 76px;
  --oben: calc(var(--streifen-h) + var(--kopf-h));
  --abstand: clamp(72px, 10vw, 144px);
  --radius: 6px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --schatten: 0 1px 2px rgba(27, 23, 20, .08), 0 12px 32px -12px rgba(27, 23, 20, .28);
  --schatten-tief: 0 2px 4px rgba(0, 0, 0, .2), 0 30px 60px -20px rgba(0, 0, 0, .55);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { background: var(--papier); -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--oben) + 12px); }
body {
  margin: 0; padding-top: var(--oben);
  background: var(--papier); color: var(--kohle);
  font: 400 1.0625rem/1.6 var(--f-text);
  font-feature-settings: "kern", "liga";
  text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img, svg, picture { display: block; max-width: 100%; }
picture img { width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; }
p { margin: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
.vh { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.rahmen { width: var(--rahmen); margin-inline: auto; }
.i { width: 1.25em; height: 1.25em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }

:focus-visible { outline: 3px solid var(--kohle); outline-offset: 3px; border-radius: 3px; }
.dunkel :focus-visible, .fuss :focus-visible, .leiste :focus-visible { outline-color: var(--senf); }

.skip { position: fixed; left: 12px; top: 8px; z-index: 100; padding: .7rem 1.1rem; background: var(--kohle); color: var(--papier); font-weight: 700; border-radius: var(--radius); transform: translateY(-160%); transition: transform .2s var(--ease); }
.skip:focus { transform: none; }

/* ---------- PixelUno-Vorschaustreifen ---------- */
.streifen {
  position: fixed; inset: 0 0 auto; z-index: 70; height: var(--streifen-h);
  display: flex; align-items: center; justify-content: center;
  background: var(--pixel); color: #fff; padding: 0 var(--gutter);
  font: 600 .78rem/1.25 var(--f-text); letter-spacing: .01em; text-align: center;
}

/* ---------- Kopf ---------- */
.kopf {
  position: fixed; top: var(--streifen-h); inset-inline: 0; z-index: 60; height: var(--kopf-h);
  background: var(--papier); border-bottom: 1px solid transparent;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.kopf[data-gescrollt] { border-bottom-color: var(--linie); box-shadow: 0 8px 24px -18px rgba(27, 23, 20, .5); }
.kopf__in { width: var(--rahmen); margin-inline: auto; height: 100%; display: flex; align-items: center; gap: clamp(16px, 2.4vw, 36px); }
.kopf__marke { display: block; flex: none; border-radius: 40%; }
.kopf__emblem img { width: 124px; height: auto; }
.kopf__nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 32px); margin-left: auto; }
.kopf__nav ul { display: flex; gap: clamp(14px, 2vw, 30px); list-style: none; margin: 0; padding: 0; }
.kopf__nav ul a {
  display: inline-block; padding: .55rem 0; text-decoration: none;
  font: 700 1.02rem/1 var(--f-text); letter-spacing: .01em;
  background: linear-gradient(var(--senf), var(--senf)) left 88% / 0 5px no-repeat;
  transition: background-size .3s var(--ease);
}
.kopf__nav ul a:hover, .kopf__nav ul a[aria-current] { background-size: 100% 5px; }
.sprachen { display: flex; gap: 2px; padding: 3px; border: 1px solid var(--linie); border-radius: 999px; }
.sprachen a { min-width: 40px; min-height: 36px; display: grid; place-items: center; padding: 0 .55rem; border-radius: 999px; text-decoration: none; font: 600 .78rem/1 var(--f-mono); letter-spacing: .06em; color: var(--tinte); }
.sprachen a:hover { color: var(--kohle); background: var(--papier-2); }
.sprachen a[aria-current] { background: var(--kohle); color: var(--papier); }
.kopf__menu { display: none; }

/* ---------- Knöpfe ---------- */
.knopf {
  --h: 54px;
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: var(--h); padding: 0 1.45rem; border-radius: var(--radius);
  border: 2px solid transparent; text-decoration: none; cursor: pointer;
  font: 800 1.02rem/1 var(--f-text); letter-spacing: .01em;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background-color .18s var(--ease), color .18s var(--ease);
  touch-action: manipulation;
}
.knopf:hover { transform: translateY(-2px); box-shadow: 0 10px 20px -10px rgba(27, 23, 20, .55); }
.knopf:active { transform: translateY(0) scale(.98); box-shadow: none; }
.knopf .i { transition: transform .25s var(--ease); }
.knopf:hover .i:last-child { transform: translateY(2px); }
.knopf--senf { background: var(--senf); color: var(--kohle); border-color: var(--kohle); box-shadow: 3px 3px 0 var(--kohle); }
.knopf--senf:hover { box-shadow: 5px 6px 0 var(--kohle); }
.knopf--senf:active { box-shadow: 1px 1px 0 var(--kohle); }
.knopf--dunkel { background: var(--kohle); color: var(--papier); }
.knopf--dunkel:hover { background: var(--kohle-2); }
.knopf--linie { border-color: var(--kohle); color: var(--kohle); background: transparent; }
.knopf--linie:hover { background: var(--kohle); color: var(--papier); }
.knopf--klein { --h: 44px; padding: 0 1rem; font-size: .95rem; }
.knopf--breit { width: 100%; }

/* ---------- Status ---------- */
.status { display: inline-flex; align-items: center; gap: .6rem; font: 600 .92rem/1.3 var(--f-mono); letter-spacing: .01em; }
.status__punkt { width: 10px; height: 10px; border-radius: 50%; background: var(--tinte); flex: none; }
.status[data-offen="1"] .status__punkt { background: #2F7D3B; box-shadow: 0 0 0 0 rgba(47, 125, 59, .5); animation: puls 2.4s ease-out infinite; }
.status[data-offen="0"] .status__punkt { background: var(--stempel); }
@keyframes puls { 0% { box-shadow: 0 0 0 0 rgba(47, 125, 59, .45); } 70%, 100% { box-shadow: 0 0 0 9px rgba(47, 125, 59, 0); } }
.dunkel .status[data-offen="1"] .status__punkt { background: #6FCB7D; }

/* ---------- Hero ---------- */
.held {
  width: var(--rahmen); margin-inline: auto;
  display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(32px, 5vw, 80px);
  align-items: center; min-height: calc(100svh - var(--oben)); padding-block: clamp(28px, 5vw, 64px) clamp(56px, 7vw, 96px);
}
.held__text { display: flex; flex-direction: column; align-items: flex-start; gap: clamp(20px, 2.4vw, 30px); }
.held__titel {
  font: 900 clamp(3.7rem, 8.4vw, 8.4rem)/.86 var(--f-display);
  text-transform: uppercase; letter-spacing: -.01em; padding-top: .06em;
}
.held__titel span { display: block; }
.held__rot { color: var(--sauce); }
.held__ort { font-size: .62em; line-height: .95; letter-spacing: .005em; margin-top: .12em; }
.held__lead { max-width: 34ch; font-size: clamp(1.08rem, 1.35vw, 1.24rem); color: var(--tinte); }
.held__knoepfe { display: flex; flex-wrap: wrap; gap: 14px; }
.bewertung { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-size: .95rem; color: var(--tinte); }
.bewertung strong { color: var(--kohle); }
.bewertung:hover span { text-decoration: underline; text-underline-offset: 3px; }
.sterne { display: inline-flex; gap: 1px; color: var(--stern); }
.i--stern { width: 17px; height: 17px; fill: currentColor; stroke: none; }

.held__bild { position: relative; justify-self: end; width: min(100%, 540px); }
.held__foto img { aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--schatten-tief); }
.held__emblem { position: absolute; left: clamp(-56px, -3vw, -20px); bottom: clamp(-34px, -3vw, -16px); width: clamp(150px, 16vw, 230px); transform: rotate(-7deg); filter: drop-shadow(0 12px 18px rgba(27, 23, 20, .35)); }
.ticket {
  position: absolute; right: clamp(-28px, -2vw, -10px); top: clamp(22px, 4vw, 44px);
  width: 176px; padding: 14px 14px 12px 18px;
  background: var(--karton) url(img/karton.webp) 0 0 / 384px; color: var(--kohle);
  border-radius: 3px; transform: rotate(4deg); box-shadow: var(--schatten);
  display: grid; gap: 6px; font: 600 .74rem/1.2 var(--f-mono); text-transform: uppercase; letter-spacing: .06em;
}
.ticket__loch { position: absolute; left: 50%; top: -7px; width: 14px; height: 14px; margin-left: -7px; border-radius: 50%; background: var(--papier); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25); }
.ticket__kopf { border-bottom: 1px dashed rgba(27, 23, 20, .35); padding-bottom: 6px; }
.ticket__zeit { display: flex; justify-content: space-between; gap: 10px; font-size: 1.4rem; }

/* ---------- Stempel ---------- */
.stempel {
  display: inline-block; color: var(--stempel); font: 600 1em/1 var(--f-mono); letter-spacing: .02em;
  transform: rotate(-2deg); filter: url(#tinte);
}
.ticket .stempel:nth-child(2) { transform: rotate(1.5deg); }

/* ---------- Abschnitte ---------- */
.abschnitt { padding-block: var(--abstand); }
.sek-kopf { display: grid; gap: 16px; max-width: 760px; margin-bottom: clamp(40px, 5vw, 64px); }
.sek-titel { font: 900 clamp(2.7rem, 5.6vw, 4.8rem)/.94 var(--f-display); text-transform: uppercase; letter-spacing: -.005em; padding-top: .08em; text-wrap: balance; }
.sek-titel--gross { font-size: clamp(3.1rem, 7.6vw, 6.6rem); }
.sek-lead { font-size: clamp(1.06rem, 1.3vw, 1.2rem); color: var(--tinte); max-width: 56ch; }
.kleingedruckt { font-size: .86rem; color: var(--tinte); }
.dunkel .kleingedruckt, .dunkel .sek-lead { color: var(--tinte-hell); }

/* ---------- Karte ---------- */
.karte-raster { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.karte-bild { margin: 0; position: sticky; top: calc(var(--oben) + 24px); }
.karte-bild img { aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--schatten); }
.karte-bild figcaption { margin-top: 18px; font-size: 1rem; color: var(--tinte); max-width: 40ch; }
.karte-bild figcaption strong { display: block; font: 800 1.6rem/1.05 var(--f-display); text-transform: uppercase; color: var(--kohle); margin-bottom: 6px; }
.karte-listen { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(36px, 4vw, 52px) clamp(24px, 3.4vw, 48px); align-items: start; }
.karte-spalte { display: grid; gap: clamp(36px, 4vw, 52px); align-content: start; }
.gruppe h3 { font: 900 1.7rem/1 var(--f-display); text-transform: uppercase; letter-spacing: .01em; padding-bottom: 12px; margin-bottom: 6px; border-bottom: 3px solid var(--kohle); }
.gruppe ul { list-style: none; margin: 0; padding: 0; }
.gruppe--neu h3::after { content: ""; display: inline-block; width: 9px; height: 9px; margin-left: 10px; vertical-align: .32em; background: var(--sauce); border-radius: 50%; }
.posten { display: flex; align-items: baseline; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--linie); }
.posten__name { font-weight: 700; font-size: 1.06rem; line-height: 1.3; }
.posten__name small { display: block; font-weight: 400; font-size: .88rem; color: var(--tinte); }
.posten__punkte { flex: 1; min-width: 12px; border-bottom: 2px dotted rgba(27, 23, 20, .3); transform: translateY(-5px); }
.posten__preis { font: 600 1.04rem/1 var(--f-mono); font-variant-numeric: tabular-nums; white-space: nowrap; }
.gruppe--menu { background: var(--senf); padding: 22px 22px 14px; border-radius: var(--radius); box-shadow: 4px 4px 0 var(--kohle); border: 2px solid var(--kohle); }
.gruppe--menu h3 { border-bottom-width: 2px; }
.gruppe__hin { font-size: .9rem; margin: 6px 0 2px; font-weight: 600; }
.gruppe--menu .posten { border-bottom-color: rgba(27, 23, 20, .22); }
.gruppe--menu .posten:last-child { border-bottom: 0; }
.karte-scharf, .karte-listen .kleingedruckt { grid-column: 1 / -1; }
.karte-scharf { font: 700 1.1rem/1.4 var(--f-text); color: var(--sauce); padding-top: 18px; border-top: 1px dashed rgba(27, 23, 20, .35); }

/* ---------- Stechkarte ---------- */
.dunkel { background: var(--kohle); color: var(--papier); }
.stech-raster { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(36px, 6vw, 96px); align-items: center; }
.sek-kopf--seite { margin-bottom: 0; }
.sek-kopf--seite .status { margin-top: 8px; font-size: 1rem; }
.stechkarte {
  position: relative; background: var(--karton) url(img/karton.webp) 0 0 / 384px; color: var(--kohle);
  padding: clamp(22px, 3vw, 36px); border-radius: 4px; box-shadow: var(--schatten-tief);
  transform: rotate(-1.2deg);
}
.stechkarte::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(27, 23, 20, .22); border-radius: 2px; pointer-events: none; }
.stechkarte__kopf { position: relative; display: flex; justify-content: space-between; gap: 16px; padding: 0 0 14px; margin-bottom: 4px; border-bottom: 2px solid var(--kohle); font: 600 .82rem/1.2 var(--f-mono); text-transform: uppercase; letter-spacing: .1em; }
.stechkarte__loch { position: absolute; left: 50%; top: calc(-1 * clamp(22px, 3vw, 36px) + 12px); width: 22px; height: 22px; margin-left: -11px; border-radius: 50%; background: var(--kohle); }
.stechkarte table { width: 100%; border-collapse: collapse; }
.stechkarte thead th { font: 600 .72rem/1.2 var(--f-mono); text-transform: uppercase; letter-spacing: .12em; color: var(--tinte); text-align: left; padding: 12px 8px 10px; border-bottom: 1px solid rgba(27, 23, 20, .3); }
.stechkarte tbody tr { position: relative; border-bottom: 1px dashed rgba(27, 23, 20, .32); transition: background-color .3s var(--ease); }
.stechkarte tbody tr:last-child { border-bottom: 0; }
.stechkarte tbody th { text-align: left; padding: 14px 8px; font: 900 1.45rem/1 var(--f-display); text-transform: uppercase; letter-spacing: .01em; white-space: nowrap; }
.tag-kurz { display: none; }
.stechkarte td { padding: 14px 8px; vertical-align: middle; }
.zeit { font-size: 1.28rem; white-space: nowrap; }
.frei { font: 600 .9rem/1 var(--f-mono); text-transform: uppercase; letter-spacing: .1em; color: var(--tinte); }
.frei-zeile th { color: var(--tinte); }
.angebot { font-size: .98rem; font-weight: 600; line-height: 1.3; }
.angebot__preis { white-space: nowrap; font: 600 .95rem var(--f-mono); }
.angebot__preis s { color: var(--tinte); font-weight: 500; }
.angebot__preis b { color: var(--sauce); }
.angebot--leer { color: rgba(27, 23, 20, .35); }
.heute-marke {
  display: none; margin-left: 10px; vertical-align: .18em; padding: 3px 6px 2px; border: 2px solid var(--stempel); border-radius: 3px;
  color: var(--stempel); font: 600 .7rem/1 var(--f-mono); letter-spacing: .12em; transform: rotate(-6deg); filter: url(#tinte);
}
.stechkarte tr.ist-heute { background: rgba(239, 193, 60, .5); }
.stechkarte tr.ist-heute .heute-marke { display: inline-block; }
html.js .stechkarte[data-sichtbar] tr.ist-heute .stempel, html.js .stechkarte[data-sichtbar] tr.ist-heute .heute-marke { animation: stempeln .5s var(--ease) both; }
html.js .stechkarte[data-sichtbar] tr.ist-heute td:nth-of-type(2) .stempel { animation-delay: .22s; }
@keyframes stempeln { 0% { opacity: 0; transform: scale(1.7) rotate(-10deg); } 60% { opacity: 1; transform: scale(.94) rotate(-2deg); } 100% { opacity: 1; transform: scale(1) rotate(-2deg); } }

/* ---------- Koch ---------- */
.koch-raster { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(36px, 6vw, 96px); align-items: center; }
.koch__bild { margin: 0; position: relative; }
.koch__bild img { aspect-ratio: 593 / 790; object-fit: cover; border-radius: var(--radius); box-shadow: var(--schatten); }
.koch__text { display: grid; gap: 20px; max-width: 620px; }
.koch__text > p { color: var(--tinte); font-size: 1.1rem; }
.c-stempel { list-style: none; margin: 8px 0 12px; padding: 0; display: flex; flex-wrap: wrap; gap: 14px; }
.c-stempel li {
  display: grid; gap: 4px; padding: 10px 14px 9px; min-width: 128px;
  border: 2px solid var(--stempel); outline: 1px solid var(--stempel); outline-offset: 3px; border-radius: 3px;
  color: var(--stempel); filter: url(#tinte);
}
.c-stempel li:nth-child(1) { transform: rotate(-3deg); }
.c-stempel li:nth-child(2) { transform: rotate(2deg); }
.c-stempel li:nth-child(3) { transform: rotate(-1deg); border-width: 3px; }
.c-stempel__zahl { font: 900 2rem/1 var(--f-display); text-transform: uppercase; }
.c-stempel__text { font: 600 .7rem/1.2 var(--f-mono); text-transform: uppercase; letter-spacing: .1em; }
.zitat { margin: 12px 0 0; padding: 26px 0 0; border-top: 3px solid var(--kohle); }
.zitat p { font: 800 clamp(1.7rem, 2.8vw, 2.4rem)/1.04 var(--f-display); text-transform: uppercase; text-wrap: balance; }
.zitat p::before { content: "„"; color: var(--sauce); }
.zitat p::after { content: "“"; color: var(--sauce); }
:lang(es) .zitat p::before { content: "«"; } :lang(es) .zitat p::after { content: "»"; }
:lang(en) .zitat p::before { content: "“"; } :lang(en) .zitat p::after { content: "”"; }
.zitat footer { margin-top: 12px; font: 600 .82rem/1.3 var(--f-mono); color: var(--tinte); text-transform: uppercase; letter-spacing: .08em; }

/* ---------- Ort ---------- */
.ort { background: var(--papier-2); }
.ort-raster { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(36px, 6vw, 88px); align-items: center; }
.ort__text { display: grid; gap: 26px; }
.ort__adresse { font-style: normal; font-size: 1.2rem; font-weight: 700; line-height: 1.45; }
.fakten { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 22px; }
.fakten li { display: flex; gap: 12px; align-items: flex-start; font-size: .98rem; line-height: 1.35; }
.fakten .i { width: 26px; height: 26px; padding: 4px; margin-top: -2px; border-radius: 50%; background: var(--senf); color: var(--kohle); stroke-width: 2; }
.knopfreihe { display: flex; flex-wrap: wrap; gap: 14px; }
.ort__plan { position: relative; }
.plan { display: block; border-radius: var(--radius); overflow: hidden; box-shadow: var(--schatten); border: 2px solid var(--kohle); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.plan:hover { transform: translateY(-3px); box-shadow: var(--schatten-tief); }
.karte { width: 100%; height: auto; }
.k-grund { fill: #F4E7C5; }
.k-geb { fill: #E7D6AA; stroke: #CDB57C; stroke-width: 1; }
.k-aldi { fill: var(--kohle); stroke: none; }
.k-mall { fill: #D9BE78; }
.k-park { fill: #EEDFB6; }
.k-str { fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; }
.k-primary, .k-trunk_link { stroke: var(--senf); }
.k-lab { font: 700 15px var(--f-text); fill: var(--kohle); }
.k-lab--aldi { font: 900 24px var(--f-display); fill: var(--senf); letter-spacing: .2em; }
.k-lab--str { font: 600 13px var(--f-mono); fill: #5C4A2F; }
.k-puls { fill: rgba(142, 35, 23, .18); transform-box: fill-box; transform-origin: center; animation: kpuls 2.6s ease-out infinite; }
@keyframes kpuls { 0% { transform: scale(.6); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } }
.k-punkt { fill: var(--sauce); stroke: #fff; stroke-width: 3; }
.k-schild { fill: var(--sauce); }
.k-schildtext { font: 900 22px var(--f-display); fill: #fff; letter-spacing: .12em; }
.k-osm { font: 500 11px var(--f-text); fill: #5C4A2F; }
.ort__foto { position: absolute; right: clamp(-12px, -1.5vw, -4px); bottom: -48px; width: 30%; transform: rotate(3deg); border: 6px solid var(--papier); border-radius: 4px; box-shadow: var(--schatten); }
.ort__foto img { aspect-ratio: 4 / 5; object-fit: cover; }

/* ---------- Stimmen ---------- */
.stimmen-raster { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 28px); align-items: stretch; }
.stimme { margin: 0; padding: 28px 26px 24px; background: #fff; border: 1px solid var(--linie); border-radius: var(--radius); display: flex; flex-direction: column; gap: 16px; box-shadow: 0 1px 0 rgba(27, 23, 20, .04); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.stimme:hover { transform: translateY(-3px); box-shadow: var(--schatten); }
.stimme blockquote { margin: 0; }
.stimme__text { font-size: 1.1rem; line-height: 1.5; }
.stimme figcaption { margin-top: auto; display: flex; justify-content: space-between; gap: 12px; align-items: baseline; padding-top: 14px; border-top: 1px solid var(--linie); font-size: .92rem; }
.stimme figcaption span { font: 500 .8rem var(--f-mono); color: var(--tinte); }
.stimme__orig summary { cursor: pointer; font: 600 .78rem/1.2 var(--f-mono); color: var(--tinte); text-transform: uppercase; letter-spacing: .08em; min-height: 32px; display: inline-flex; align-items: center; }
.stimme__orig p { margin-top: 8px; font-size: .95rem; color: var(--tinte); font-style: italic; }
.stimmen-fuss { margin-top: 32px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 32px; align-items: center; }
.stimmen-fuss .kleingedruckt a { font-weight: 600; }
.textlink { display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; font-weight: 800; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; text-decoration-color: var(--senf); }
.textlink:hover { text-decoration-color: var(--kohle); }
.textlink .i { width: 1em; height: 1em; }

/* ---------- Catering ---------- */
.senf { background: var(--senf); color: var(--kohle); }
.senf .sek-lead { color: var(--kohle); }
.senf :focus-visible { outline-color: var(--kohle); }
.sek-kopf--breit { max-width: 900px; }
.sek-kopf--breit .knopf { justify-self: start; margin-top: 8px; }
.cat-raster { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.cat-angebot { display: grid; gap: 26px; }
.cat-paket { font: 900 clamp(1.8rem, 2.8vw, 2.4rem)/1 var(--f-display); text-transform: uppercase; }
.cat-inkl { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; }
.cat-inkl li { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; line-height: 1.35; }
.cat-inkl .i { margin-top: 1px; stroke-width: 2.5; }
.cat-staffel { width: 100%; border-collapse: collapse; background: var(--papier); border: 2px solid var(--kohle); border-radius: var(--radius); overflow: hidden; box-shadow: 4px 4px 0 var(--kohle); }
.cat-staffel th, .cat-staffel td { padding: 12px 18px; text-align: left; border-bottom: 1px solid var(--linie); }
.cat-staffel thead th { font: 600 .74rem/1.2 var(--f-mono); text-transform: uppercase; letter-spacing: .1em; color: var(--tinte); background: var(--papier-2); }
.cat-staffel tbody th { font-weight: 700; }
.cat-staffel td { text-align: right; }
.cat-staffel td b { font: 900 1.9rem/1 var(--f-display); }
.cat-staffel tbody tr:last-child > * { border-bottom: 0; }
.cat-pauschale { padding: 16px 20px; background: var(--kohle); color: var(--papier); border-radius: var(--radius); }
.cat-pauschale b { color: var(--senf); margin-right: .35em; }
.cat-getraenke h4 { font: 600 .8rem/1.2 var(--f-mono); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 8px; }
.cat-getraenke ul { list-style: none; margin: 0 0 6px; padding: 0; }
.cat-getraenke li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid rgba(27, 23, 20, .25); font-weight: 600; }
.cat-getraenke li b { font-family: var(--f-mono); }
.cat-getraenke p { font-size: .92rem; }
.cat-wichtig { margin: 0; padding-left: 1.2em; display: grid; gap: 4px; font-size: .98rem; }
.schritte { list-style: none; margin: 8px 0 0; padding: 26px 0 0; border-top: 3px solid var(--kohle); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.schritte li { display: grid; gap: 10px; }
.schritt__nr { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--kohle); color: var(--senf); font: 900 1.5rem/1 var(--f-display); }
.schritte strong { display: block; font: 900 1.35rem/1 var(--f-display); text-transform: uppercase; margin-bottom: 4px; }
.schritte p { font-size: .95rem; }

.anfrage { position: sticky; top: calc(var(--oben) + 24px); background: var(--papier); border-radius: 8px; padding: clamp(22px, 3vw, 34px); box-shadow: var(--schatten-tief); display: grid; gap: 16px; }
.anfrage h3 { font: 900 1.9rem/1 var(--f-display); text-transform: uppercase; }
.anfrage__lead { color: var(--tinte); font-size: .98rem; }
.feld { display: grid; gap: 6px; }
.feld label { font-weight: 700; font-size: .95rem; }
.pflicht { color: var(--sauce); }
.feld input, .feld select, .feld textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; border-radius: var(--radius);
  border: 2px solid rgba(27, 23, 20, .28); background: #fff; font-size: 1rem;
  transition: border-color .15s var(--ease), box-shadow .15s var(--ease);
}
.feld textarea { resize: vertical; min-height: 92px; }
.feld input:hover, .feld select:hover, .feld textarea:hover { border-color: rgba(27, 23, 20, .5); }
.feld input:focus, .feld select:focus, .feld textarea:focus { outline: none; border-color: var(--kohle); box-shadow: 0 0 0 3px var(--senf); }
.feld [aria-invalid="true"] { border-color: var(--sauce); background: #FFF6F4; }
.feld__fehler { color: var(--sauce); font-weight: 700; font-size: .9rem; }
.feld-paar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.anfrage__pflicht { font-size: .82rem; color: var(--tinte); }
.anfrage__summe { padding: 14px 16px; border: 2px solid var(--sauce); border-radius: var(--radius); background: #FFF6F4; color: var(--sauce); font-weight: 700; }
.anfrage__summe ul { margin: 6px 0 0; padding-left: 1.2em; font-weight: 600; }
.anfrage__summe a { color: inherit; }
.anfrage__ok { display: grid; gap: 12px; padding: 14px; border-radius: var(--radius); background: #E7F2E4; color: #1E5A2A; font-weight: 700; }
.anfrage__oder { text-align: center; font-size: .95rem; color: var(--tinte); }
.anfrage__oder a { font-weight: 800; color: var(--kohle); white-space: nowrap; }

/* ---------- FAQ ---------- */
.faq-raster { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.fragen { border-top: 3px solid var(--kohle); }
.frage { border-bottom: 1px solid var(--linie); }
.frage summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; min-height: 64px; font: 800 clamp(1.3rem, 2vw, 1.6rem)/1.1 var(--f-display); text-transform: uppercase; }
.frage summary::-webkit-details-marker { display: none; }
.frage summary:hover span { text-decoration: underline; text-decoration-color: var(--senf); text-decoration-thickness: 4px; text-underline-offset: 5px; }
.frage__plus { width: 28px; height: 28px; padding: 5px; border-radius: 50%; background: var(--senf); stroke-width: 2.5; transition: transform .3s var(--ease); }
.frage[open] .frage__plus { transform: rotate(45deg); }
.frage p { padding: 0 48px 22px 0; color: var(--tinte); font-size: 1.06rem; max-width: 62ch; }

/* ---------- Fuß ---------- */
.fuss { background: var(--kohle); color: var(--papier); padding-top: clamp(64px, 8vw, 104px); }
.fuss-raster { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 56px; }
.fuss__marke { display: grid; gap: 18px; align-content: start; }
.fuss__emblem img { width: 190px; }
.fuss .fuss__marke p { font: 800 1.5rem/1.05 var(--f-display); text-transform: uppercase; max-width: 16ch; }
.fuss__h { font: 600 .76rem/1.2 var(--f-mono); text-transform: uppercase; letter-spacing: .12em; color: var(--senf); margin-bottom: 14px; }
.fuss address { font-style: normal; }
.fuss p, .fuss address { color: var(--tinte-hell); line-height: 1.6; }
.fuss p + p { margin-top: 12px; }
.fuss a { color: var(--papier); text-underline-offset: 3px; display: inline-block; padding-block: 3px; }
.stimmen-fuss .kleingedruckt a, .anfrage__oder a { display: inline-block; padding-block: 4px; }
.fuss a:hover { color: var(--senf); }
.sozial { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 4px; }
.sozial a { display: inline-flex; align-items: center; gap: 10px; min-height: 40px; text-decoration: none; font-weight: 700; }
.sprachen--fuss { border-color: var(--linie-hell); width: max-content; }
.sprachen--fuss a { color: var(--tinte-hell); }
.sprachen--fuss a:hover { background: var(--kohle-2); color: var(--papier); }
.sprachen--fuss a[aria-current] { background: var(--senf); color: var(--kohle); }
.fuss__unten { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 32px; padding: 22px 0 28px; border-top: 1px solid var(--linie-hell); font-size: .86rem; }
.fuss__unten p { color: var(--tinte-hell); }
.signatur a { font-weight: 800; color: var(--papier); }
.herz { color: #E0564A; }
.leiste { display: none; }

/* ---------- Auftritt ---------- */
html.js [data-auftritt] { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
html.js [data-auftritt][data-sichtbar] { opacity: 1; transform: none; }
html.js .stechkarte[data-auftritt] { transform: translateY(30px) rotate(-3deg); }
html.js .stechkarte[data-auftritt][data-sichtbar] { transform: rotate(-1.2deg); }

/* ---------- 404 ---------- */
.nf { padding-top: var(--streifen-h); min-height: 100svh; display: grid; }
.nf__in { width: var(--rahmen); margin: auto; padding-block: 64px; display: grid; justify-items: center; gap: 40px; text-align: center; }
.nf__emblem img { width: 240px; }
.nf__sprachen { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.nf__sprachen div { display: grid; gap: 12px; justify-items: center; }
.nf__sprachen .sek-titel { font-size: 2rem; }
.nf__sig { text-align: center; padding: 0 0 32px; color: var(--tinte); }
.nf__sig a { color: var(--kohle); }

/* ==========================================================================
   Responsiv
   ========================================================================== */
@media (max-width: 1080px) {
  .kopf__nav ul { gap: 18px; }
  .kopf__tel span { display: none; }
  .kopf__tel { padding: 0 .8rem; }
}

@media (max-width: 960px) {
  :root { --kopf-h: 68px; }
  .kopf__emblem img { width: 108px; }
  .kopf__tel { margin-left: auto; }
  .kopf__tel span { display: inline; }
  .kopf__menu {
    display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 14px;
    border: 2px solid var(--kohle); border-radius: var(--radius); background: transparent; cursor: pointer;
    font: 800 .95rem/1 var(--f-text);
  }
  .kopf__striche { display: grid; gap: 5px; width: 18px; }
  .kopf__striche i { display: block; height: 2px; background: currentColor; transition: transform .25s var(--ease); }
  .kopf[data-offen] .kopf__striche i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .kopf[data-offen] .kopf__striche i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .kopf__nav {
    display: none; position: fixed; left: 0; right: 0; top: var(--oben); bottom: 0; margin: 0;
    background: var(--papier); padding: 24px var(--gutter) 120px; overflow-y: auto;
    flex-direction: column; align-items: stretch; gap: 28px; border-top: 1px solid var(--linie);
  }
  .kopf[data-offen] .kopf__nav { display: flex; animation: aufklappen .28s var(--ease); }
  @keyframes aufklappen { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }
  .kopf__nav ul { flex-direction: column; gap: 0; }
  .kopf__nav ul li { border-bottom: 1px solid var(--linie); }
  .kopf__nav ul a { display: block; padding: 18px 0; font: 900 2.3rem/1 var(--f-display); text-transform: uppercase; background: none; }
  .sprachen { align-self: flex-start; }
  .sprachen a { min-width: 52px; min-height: 44px; font-size: .9rem; }

  .held { grid-template-columns: 1fr; min-height: 0; gap: 44px; padding-top: 28px; }
  .held__bild { justify-self: center; width: min(100%, 520px); margin-bottom: 20px; }
  .held__lead { max-width: 42ch; }

  .karte-raster, .stech-raster, .koch-raster, .ort-raster, .cat-raster, .faq-raster { grid-template-columns: 1fr; }
  .karte-bild { position: static; }
  .karte-bild img { aspect-ratio: 16 / 10; }
  .koch__bild { max-width: 440px; }
  .ort__plan { margin-bottom: 40px; }
  .anfrage { position: static; }
  .stimmen-raster { grid-template-columns: 1fr; max-width: 640px; }
  .fuss-raster { grid-template-columns: 1fr 1fr; }
  .fuss__marke { grid-column: 1 / -1; }

  .leiste {
    display: grid; grid-template-columns: repeat(3, 1fr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
    background: var(--kohle); padding-bottom: env(safe-area-inset-bottom); box-shadow: 0 -8px 24px -12px rgba(0, 0, 0, .5);
  }
  .leiste a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-height: 62px; color: var(--papier); text-decoration: none; font: 700 .8rem/1 var(--f-text); }
  .leiste a:first-child { background: var(--senf); color: var(--kohle); }
  .leiste a + a { border-left: 1px solid var(--linie-hell); }
  .leiste .i { width: 22px; height: 22px; }
  body { padding-bottom: 62px; }
}

@media (max-width: 700px) {
  :root { --streifen-h: 46px; }
  .streifen { font-size: .72rem; line-height: 1.3; }
  .kopf__tel { display: none; }
  .kopf__menu { margin-left: auto; }
  .held__titel { font-size: clamp(3.3rem, 17vw, 5.4rem); }
  .held__knoepfe { width: 100%; }
  .held__knoepfe .knopf { flex: 1 1 100%; }
  .ticket { width: 150px; right: -6px; top: 16px; }
  .ticket__zeit { font-size: 1.18rem; }
  .held__emblem { left: -6px; bottom: -26px; width: 150px; }
  .karte-listen { grid-template-columns: 1fr; }
  .fakten, .cat-inkl { grid-template-columns: 1fr; }
  .schritte { grid-template-columns: 1fr; }
  .schritte li { grid-template-columns: 44px 1fr; align-items: start; gap: 14px; }
  .feld-paar { grid-template-columns: 1fr; }
  .ort__foto { display: none; }
  .ort__plan { margin-bottom: 0; }

  .stechkarte { transform: none; padding: 20px 16px; }
  html.js .stechkarte[data-auftritt], html.js .stechkarte[data-auftritt][data-sichtbar] { transform: none; }
  .stechkarte__kopf { font-size: .7rem; letter-spacing: .06em; }
  .stechkarte__kopf { padding-top: 22px; }
  .stechkarte__loch { top: -14px; width: 18px; height: 18px; margin-left: -9px; }
  .c-stempel { gap: 10px; }
  .c-stempel li { min-width: 0; padding: 8px 10px 7px; }
  .c-stempel__zahl { font-size: 1.5rem; }
  .c-stempel__text { font-size: .6rem; letter-spacing: .06em; }
  .stechkarte thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .stechkarte tbody tr { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; column-gap: 12px; padding: 12px 6px; }
  .stechkarte tbody th, .stechkarte td { padding: 0; }
  .stechkarte tbody th { font-size: 1.3rem; }
  .stechkarte td.ang { grid-column: 1 / -1; padding-top: 6px; }
  .stechkarte td.ang .angebot--leer { display: none; }
  .zeit { font-size: 1.12rem; }
  .zeit--frei { grid-column: 2 / -1; }
  .frage p { padding-right: 0; }
  .fuss-raster { grid-template-columns: 1fr; }
  .nf__sprachen { grid-template-columns: 1fr; }
}

@media (hover: none) {
  .knopf:hover, .stimme:hover, .plan:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html.js [data-auftritt] { opacity: 1; transform: none; }
  html.js .stechkarte[data-auftritt] { transform: rotate(-1.2deg); }
}

@media print {
  .streifen, .kopf, .leiste, .anfrage { display: none !important; }
  body { padding: 0; }
  html.js [data-auftritt] { opacity: 1; transform: none; }
}
