/* ===========================================================================
   METHI Indian Restaurant Dresden
   Farbwelt und Ornamentik stammen aus der gedruckten Speisekarte und dem
   Aufriss: tiefes Petrolgrün, warmes Gold, Creme als Lesefarbe.
   =========================================================================== */

/* ------------------------------------------------------------- Grundwerte */

:root {
  /* Grün, von tief nach hell */
  --gruen-950: #04191A;
  --gruen-900: #071D1F;
  --gruen-850: #08221F;
  --gruen-800: #0A2926;
  --gruen-700: #123330;
  --gruen-600: #1F3936;   /* Ton der gedruckten Karte */
  --gruen-500: #2C4A45;
  --gruen-400: #3C5C56;

  /* Gold */
  --gold: #E0A94A;
  --gold-hell: #F3D391;
  --gold-tief: #A9782B;
  --gold-linie: rgba(224, 169, 74, .32);
  --gold-linie-zart: rgba(224, 169, 74, .16);

  /* Schrift */
  --creme: #F1E6D0;
  --creme-weich: #C4BAA4;
  --creme-still: #93A09B;

  /* Signale */
  --rot: #D9663F;
  --gruen-ok: #6FBF8B;

  --font-display: 'Cinzel', 'Trajan Pro', Georgia, serif;
  --font-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-text: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  --breite: 1200px;
  --breite-schmal: 880px;
  --rand: clamp(18px, 5vw, 48px);
  --radius: 4px;

  --schatten: 0 24px 60px rgba(0, 0, 0, .45);
  --schatten-weich: 0 12px 32px rgba(0, 0, 0, .3);

  --kopf-hoehe: 88px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--kopf-hoehe) + 16px);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--gruen-900);
  color: var(--creme);
  font-family: var(--font-text);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.nav-offen { overflow: hidden; }

img, svg, video { max-width: 100%; display: block; }

/* hidden muss auch gegen .btn und andere display-Regeln gewinnen */
[hidden] { display: none !important; }
img { height: auto; }

/* Die Ornamente werden von JavaScript als Inline-SVG in <span data-icon>
   gesetzt. Der Rahmen muss deshalb selbst Maße annehmen können - ein
   schlichtes <span> ist inline und würde jede Größenangabe ignorieren,
   worauf das SVG auf die volle Spaltenbreite aufginge. Diese Regel steht
   bewusst weit oben: die Bauteile weiter unten sollen sie überschreiben
   können. */
[data-icon] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
[data-icon] > svg { width: 100%; height: 100%; }

a { color: var(--gold); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--gold-hell); }

h1, h2, h3, h4 { margin: 0; font-weight: 700; line-height: 1.15; }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

::selection { background: var(--gold); color: var(--gruen-950); }

.visuell-versteckt {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--gold); color: var(--gruen-950);
  padding: 10px 18px; font-weight: 700; border-radius: var(--radius);
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; color: var(--gruen-950); }

/* ------------------------------------------------------------- Raster */

.wrap {
  width: 100%;
  max-width: var(--breite);
  margin: 0 auto;
  padding: 0 var(--rand);
}
.wrap--schmal { max-width: var(--breite-schmal); }

section { position: relative; }

.abschnitt { padding: clamp(64px, 9vw, 120px) 0; }
.abschnitt--eng { padding: clamp(48px, 6vw, 80px) 0; }

.bg-tief   { background: var(--gruen-950); }
.bg-dunkel { background: var(--gruen-900); }
.bg-mittel { background: var(--gruen-800); }
.bg-karte  { background: var(--gruen-600); }

/* Feines Rautenmuster als Untergrund, wie die Prägung auf der Karte */
.muster::before {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: .5;
  background-image:
    repeating-linear-gradient(45deg, var(--gold-linie-zart) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(-45deg, var(--gold-linie-zart) 0 1px, transparent 1px 22px);
  mask-image: radial-gradient(ellipse at 50% 50%, #000 10%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 10%, transparent 78%);
}

/* --------------------------------------------------------- Typografie */

.uebertitel {
  font-family: var(--font-text);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}

.titel {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gold);
  font-size: clamp(28px, 4.2vw, 46px);
  line-height: 1.14;
}

.titel--gross { font-size: clamp(34px, 6vw, 60px); }
.titel--klein { font-size: clamp(21px, 2.6vw, 28px); }

.titel-verlauf {
  background: linear-gradient(105deg, var(--gold-tief) 0%, var(--gold-hell) 34%, var(--gold) 62%, var(--gold-tief) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  font-size: clamp(16px, 1.5vw, 18px);
  color: var(--creme);
  max-width: 56ch;
}

.text-weich { color: var(--creme-weich); }
.text-mitte { text-align: center; }
.mitte-block { margin-left: auto; margin-right: auto; }

/* -------------------------------------------------------- Ornamentik */

/* Mandala-Trenner: Linie – Raute – Linie */
.trenner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 18px 0 0;
  color: var(--gold);
}
.trenner::before, .trenner::after {
  content: '';
  height: 1px;
  width: clamp(40px, 12vw, 120px);
  background: linear-gradient(90deg, transparent, var(--gold-linie), transparent);
}
.trenner svg { width: 22px; height: 22px; opacity: .9; }
.trenner--links { justify-content: flex-start; margin-top: 20px; }
.trenner--links::before { display: none; }
.trenner--links::after {
  width: clamp(70px, 18vw, 180px);
  background: linear-gradient(90deg, var(--gold-linie), transparent);
}

/* Goldrahmen mit Eckornamenten – der Rahmen der gedruckten Karte */
.rahmen {
  position: relative;
  border: 1px solid var(--gold-linie);
  padding: clamp(24px, 4vw, 44px);
}
.rahmen::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid var(--gold-linie-zart);
  pointer-events: none;
}
.ecke {
  position: absolute;
  width: 34px; height: 34px;
  color: var(--gold);
  opacity: .75;
  pointer-events: none;
}
.ecke--ol { top: -1px; left: -1px; }
.ecke--or { top: -1px; right: -1px; transform: scaleX(-1); }
.ecke--ul { bottom: -1px; left: -1px; transform: scaleY(-1); }
.ecke--ur { bottom: -1px; right: -1px; transform: scale(-1); }

/* ------------------------------------------------------------ Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  font-family: var(--font-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .15s ease, box-shadow .2s ease;
  text-align: center;
  line-height: 1.3;
}
.btn:disabled, .btn[aria-disabled='true'] { opacity: .5; cursor: not-allowed; }

.btn--gold {
  background: linear-gradient(160deg, var(--gold-hell), var(--gold) 45%, var(--gold-tief));
  color: var(--gruen-950);
  box-shadow: 0 6px 20px rgba(224, 169, 74, .18);
}
.btn--gold:hover:not(:disabled) {
  color: var(--gruen-950);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(224, 169, 74, .3);
}

.btn--linie {
  background: transparent;
  border-color: var(--gold-linie);
  color: var(--gold);
}
.btn--linie:hover:not(:disabled) {
  border-color: var(--gold);
  background: rgba(224, 169, 74, .1);
  color: var(--gold-hell);
}

.btn--voll { width: 100%; }
.btn--klein { padding: 10px 20px; font-size: 12px; }

.btn svg { width: 15px; height: 15px; flex: none; }

/* ------------------------------------------------------------- Kopf */

.kopf {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--kopf-hoehe);
  display: flex;
  align-items: center;
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease, height .3s ease;
  border-bottom: 1px solid transparent;
}
.kopf--fest {
  background: rgba(4, 25, 26, .96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--gold-linie-zart);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .35);
  height: 74px;
}

.kopf .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1360px;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  margin-left: auto;
}
.nav a {
  position: relative;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--creme);
  padding: 6px 0;
  white-space: nowrap;
}
.nav a:hover { color: var(--gold); }
.nav a::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.nav a:hover::after, .nav a[aria-current='page']::after { transform: scaleX(1); }
.nav a[aria-current='page'] { color: var(--gold); }

.kopf-cta { margin-left: clamp(10px, 2vw, 26px); }

.nav-schalter {
  display: none;
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid var(--gold-linie);
  border-radius: 2px;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
}
.nav-schalter span {
  display: block;
  width: 20px; height: 1.5px;
  background: var(--gold);
  transition: transform .25s ease, opacity .2s ease;
}
.nav-schalter[aria-expanded='true'] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-schalter[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.nav-schalter[aria-expanded='true'] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ---------------------------------------------------------- Wortmarke */
/* Als Text aufgebaut, nicht als Bilddatei: so bleibt sie in jeder Größe
   scharf und die Webschrift greift zuverlässig. */

.marke {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  --M: 26px;                 /* Grundmaß = Schriftgröße von METHI */
  line-height: 1;
  flex: none;
}
.marke:hover { color: inherit; }

.marke-reihe {
  display: flex;
  align-items: center;
  gap: calc(var(--M) * .26);
}
.marke-kranz {
  width: calc(var(--M) * .95);
  height: calc(var(--M) * 1.25);
  color: var(--gold);
  opacity: .95;
  flex: none;
}
.marke-kranz--r { transform: scaleX(-1); }

/* Die beiden Elefanten aussen, wie auf dem Schild - der rechte gespiegelt,
   damit beide zur Mitte schauen */
.marke-elefant {
  width: calc(var(--M) * 1.7);
  height: calc(var(--M) * 1.36);
  color: var(--gold);
  flex: none;
  margin-bottom: calc(var(--M) * .02);
}
.marke-elefant--r { transform: scaleX(-1); }
.marke-elefant svg { width: 100%; height: 100%; }

.marke-mitte { display: flex; flex-direction: column; align-items: center; gap: calc(var(--M) * .13); }

.marke-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--M);
  letter-spacing: .1em;
  text-indent: .1em;
  background: linear-gradient(178deg, #F7E3B4 4%, var(--gold) 40%, #B5822F 74%, #8E6222 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.marke-sub {
  font-family: var(--font-text);
  font-size: calc(var(--M) * .225);
  font-weight: 700;
  letter-spacing: .28em;
  text-indent: .28em;
  text-transform: uppercase;
  color: var(--gruen-950);
  background: var(--creme);
  border-radius: 2px;
  padding: calc(var(--M) * .12) calc(var(--M) * .22) calc(var(--M) * .1);
  white-space: nowrap;
  line-height: 1;
}
.marke--gross { --M: 42px; }

/* -------------------------------------------------------- Mobile Menü */

.mobil-menu {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: var(--gruen-950);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--kopf-hoehe) var(--rand) 40px;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity .28s ease, transform .28s ease, visibility .28s;
  overflow-y: auto;
}
.mobil-menu.offen { opacity: 1; visibility: visible; transform: none; }
.mobil-menu a {
  font-family: var(--font-display);
  font-size: clamp(21px, 6vw, 30px);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--creme);
  padding: 13px 0;
  border-bottom: 1px solid var(--gold-linie-zart);
}
.mobil-menu a:hover, .mobil-menu a[aria-current='page'] { color: var(--gold); }
.mobil-menu .btn { margin-top: 26px; }
.mobil-menu-fuss {
  margin-top: 26px;
  font-size: 14px;
  color: var(--creme-weich);
  display: grid;
  gap: 4px;
}

/* ------------------------------------------------------------- Hero */

.hero {
  position: relative;
  min-height: min(94vh, 860px);
  display: flex;
  align-items: center;
  background: var(--gruen-950);
  padding-top: var(--kopf-hoehe);
  overflow: hidden;
}

.hero-bild {
  position: absolute;
  inset: 0 0 0 46%;
  z-index: 0;
}
.hero-bild img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
/* Geschwungene Goldkante zwischen Text und Bild, wie im Aufriss */
.hero-bild::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, var(--gruen-950) 0%, rgba(4, 25, 26, .82) 12%, rgba(4, 25, 26, .25) 34%, transparent 62%);
  z-index: 1;
}
.hero-kante {
  position: absolute;
  top: 0; bottom: 0; left: -2px;
  width: 90px;
  z-index: 2;
  color: var(--gold);
  pointer-events: none;
}
.hero-kante svg { width: 100%; height: 100%; }

.hero-inhalt {
  position: relative;
  z-index: 3;
  max-width: 560px;
  padding: clamp(40px, 7vw, 90px) 0;
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 5.4vw, 62px);
  line-height: 1.1;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .5);
}
.hero h1 span { display: block; }
.hero .lead { margin-top: 26px; color: var(--creme); text-shadow: 0 2px 12px rgba(0, 0, 0, .5); }
.hero .btn { margin-top: 32px; }

/* --------------------------------------------- Reservierungs-Widget */

.res-widget {
  position: relative;
  z-index: 5;
  margin-top: -70px;
  margin-bottom: 0;
}
.res-widget .rahmen {
  background: linear-gradient(180deg, rgba(9, 41, 38, .97), rgba(4, 25, 26, .98));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--schatten);
}

.res-kopf { text-align: center; margin-bottom: 26px; }
.res-kopf .titel { font-size: clamp(22px, 3vw, 32px); }
.res-kopf p { margin: 8px 0 0; color: var(--creme-weich); font-size: 14px; }

.res-felder {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 14px;
  align-items: end;
}
.res-felder .btn { height: 48px; }

.res-vorteile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(16px, 4vw, 46px);
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--gold-linie-zart);
}
.res-vorteil {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  color: var(--creme-weich);
}
.res-vorteil svg { width: 17px; height: 17px; color: var(--gold); flex: none; }

/* ---------------------------------------------------------- Formulare */

.feld { display: flex; flex-direction: column; gap: 7px; min-width: 0; }

.feld label, .feld-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--gold);
}
.feld-hinweis { font-size: 12.5px; color: var(--creme-still); }

.feld input,
.feld select,
.feld textarea {
  width: 100%;
  padding: 13px 14px;
  background: rgba(4, 25, 26, .8);
  border: 1px solid var(--gold-linie);
  border-radius: 2px;
  color: var(--creme);
  font-family: var(--font-text);
  font-size: 15px;
  line-height: 1.4;
  transition: border-color .2s ease, background .2s ease;
  min-height: 48px;
  -webkit-appearance: none;
  appearance: none;
}
.feld textarea { min-height: 128px; resize: vertical; }

.feld input:hover, .feld select:hover, .feld textarea:hover { border-color: rgba(224, 169, 74, .5); }
.feld input:focus, .feld select:focus, .feld textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(4, 25, 26, .95);
  box-shadow: 0 0 0 3px rgba(224, 169, 74, .13);
}
.feld input::placeholder, .feld textarea::placeholder { color: var(--creme-still); }

.feld select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%23E0A94A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 11px;
  padding-right: 38px;
  cursor: pointer;
}
.feld select option { background: var(--gruen-800); color: var(--creme); }

/* Der native Datums-Picker bringt in Chrome ein dunkles Icon mit */
.feld input[type='date']::-webkit-calendar-picker-indicator {
  filter: invert(72%) sepia(48%) saturate(628%) hue-rotate(345deg) brightness(96%) contrast(89%);
  cursor: pointer;
}

.feld--fehler input, .feld--fehler select, .feld--fehler textarea { border-color: var(--rot); }
.feld-fehler { font-size: 12.5px; color: var(--rot); }

.feld-reihe { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.check {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--creme-weich);
  cursor: pointer;
}
.check input {
  flex: none;
  width: 19px; height: 19px;
  margin-top: 1px;
  accent-color: var(--gold);
  cursor: pointer;
}

/* Honeypot – für Menschen unsichtbar, für Bots verlockend */
.hp { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

.hinweis {
  padding: 14px 16px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.55;
  border: 1px solid;
  display: flex;
  gap: 11px;
  align-items: flex-start;
}
.hinweis svg { width: 18px; height: 18px; flex: none; margin-top: 2px; }
.hinweis--info { border-color: var(--gold-linie); background: rgba(224, 169, 74, .07); color: var(--creme); }
.hinweis--ok { border-color: rgba(111, 191, 139, .5); background: rgba(111, 191, 139, .1); color: #C9EBD6; }
.hinweis--warn { border-color: rgba(217, 102, 63, .55); background: rgba(217, 102, 63, .1); color: #F3C7B4; }

/* ------------------------------------------------------ Über uns / Werte */

.ueber-raster {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.mandala-gross {
  width: clamp(180px, 22vw, 270px);
  aspect-ratio: 1;
  color: var(--gold);
  opacity: .5;
}

.werte { display: grid; gap: 26px; }
.wert { display: flex; gap: 18px; align-items: flex-start; }
.wert-icon {
  flex: none;
  width: 52px; height: 52px;
  border: 1px solid var(--gold-linie);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: rgba(224, 169, 74, .06);
}
.wert-icon svg { width: 22px; height: 22px; }
.wert h3 {
  font-family: var(--font-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.wert p { font-size: 14.5px; color: var(--creme-weich); margin: 0; }

/* ----------------------------------------------------- Gericht-Karten */

.karten {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(16px, 2.2vw, 26px);
}

.karte {
  position: relative;
  background: var(--gruen-600);
  border: 1px solid var(--gold-linie);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.karte:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: var(--schatten-weich);
}
.karte-bild { aspect-ratio: 4 / 3; overflow: hidden; background: var(--gruen-700); }
.karte-bild img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.karte:hover .karte-bild img { transform: scale(1.06); }

.karte-text { padding: 20px 20px 22px; text-align: center; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.karte-text h3 {
  font-family: var(--font-display);
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
}
.karte-text p { font-size: 13.5px; color: var(--creme-weich); margin: 0; flex: 1; }
.karte-preis {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 700;
  color: var(--creme);
  margin-top: 4px;
}

/* -------------------------------------------------------- Speisekarte */

.karte-nav {
  position: sticky;
  top: calc(var(--kopf-hoehe) - 14px);
  z-index: 40;
  background: rgba(4, 25, 26, .95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--gold-linie-zart);
  border-bottom: 1px solid var(--gold-linie-zart);
  padding: 12px 0;
}
.karte-nav-liste {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}
.karte-nav-liste::-webkit-scrollbar { display: none; }
.karte-nav a {
  flex: none;
  padding: 8px 16px;
  border: 1px solid var(--gold-linie-zart);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--creme-weich);
  white-space: nowrap;
}
.karte-nav a:hover, .karte-nav a.aktiv {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(224, 169, 74, .09);
}

.gang { margin-bottom: clamp(48px, 7vw, 82px); }
.gang:last-child { margin-bottom: 0; }

.gang-kopf { text-align: center; margin-bottom: clamp(26px, 4vw, 44px); }
.gang-kopf .titel { font-size: clamp(24px, 3.4vw, 36px); }
.gang-kopf p { margin: 14px auto 0; max-width: 62ch; color: var(--creme-weich); font-size: 15px; }

.gerichte { display: grid; gap: 2px; }

.gericht {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 4px 14px;
  padding: 17px 18px;
  border-radius: 2px;
  transition: background .2s ease;
}
.gericht:nth-child(odd) { background: rgba(255, 255, 255, .022); }
.gericht:hover { background: rgba(224, 169, 74, .07); }

.gericht-nr {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 16px;
  color: var(--gold-tief);
  padding-top: 1px;
}
.gericht-kopf { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; }
.gericht-name {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 17px;
  color: var(--creme);
  letter-spacing: .005em;
}
.gericht-zusatz { font-size: 13px; font-style: italic; color: var(--creme-still); }
.gericht-text {
  grid-column: 2;
  font-size: 14px;
  line-height: 1.55;
  color: var(--creme-weich);
  margin: 3px 0 0;
  max-width: 68ch;
}
.gericht-preis {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 17.5px;
  color: var(--gold);
  white-space: nowrap;
  padding-top: 1px;
  grid-row: 1;
  grid-column: 3;
}
.gericht-allergene { font-size: 11px; color: var(--creme-still); vertical-align: super; }

.marker { display: inline-flex; align-items: center; gap: 3px; }
.marker svg { width: 13px; height: 13px; }
.marker--veg { color: #7FBF6A; }
.marker--vegan { color: #7FBF6A; }
.marker--scharf { color: #E1553C; }

/* Preisstaffel der Hauptgerichte */
.staffel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  margin: 0 0 34px;
  padding: 26px 18px;
  border-top: 1px solid var(--gold-linie-zart);
  border-bottom: 1px solid var(--gold-linie-zart);
}
.staffel-post { text-align: center; position: relative; padding: 0 8px; }
.staffel-post + .staffel-post::before {
  content: '';
  position: absolute;
  left: 0; top: 12%; bottom: 12%;
  width: 1px;
  background: var(--gold-linie-zart);
}
.staffel-icon {
  color: var(--gold);
  height: 28px;
  margin: 0 auto 10px;
  display: inline-flex;
}
.staffel-icon > svg { width: auto; height: 100%; }
.staffel-name {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 15px;
  color: var(--creme);
}
.staffel-preis {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 20px;
  color: var(--gold);
  margin-top: 2px;
}
.staffel-post small { display: block; font-size: 11px; color: var(--creme-still); margin-top: 3px; }

/* Allergen-Legende */
.legende { font-size: 12.5px; line-height: 1.75; color: var(--creme-still); }
.legende h3 {
  font-family: var(--font-text);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

/* ---------------------------------------------------- Produktbild */

.gericht-bild-knopf {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 9px 3px 7px;
  background: rgba(224, 169, 74, .1);
  border: 1px solid var(--gold-linie);
  border-radius: 999px;
  color: var(--gold);
  font: 600 10.5px var(--font-text);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
  vertical-align: middle;
}
.gericht-bild-knopf svg { width: 13px; height: 13px; }
.gericht-bild-knopf:hover, .gericht-bild-knopf:focus-visible { background: rgba(224, 169, 74, .22); border-color: var(--gold); }

.produkt-vorschau {
  position: absolute;
  z-index: 90;
  width: 260px;
  background: var(--gruen-800);
  border: 1px solid var(--gold);
  border-radius: 2px;
  box-shadow: var(--schatten);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  pointer-events: none;
}
.produkt-vorschau.offen { opacity: 1; visibility: visible; transform: none; }
.produkt-vorschau img { width: 100%; height: 170px; object-fit: cover; display: block; }
.produkt-vorschau--leer img { display: none; }
.produkt-vorschau--leer::before {
  content: 'Foto folgt in Kürze';
  display: grid; place-items: center;
  height: 110px;
  background: radial-gradient(circle at 50% 40%, rgba(224, 169, 74, .12), transparent 70%), var(--gruen-700);
  color: var(--gold);
  font: 600 11px var(--font-text); letter-spacing: .18em; text-transform: uppercase;
}
.gericht-bild-knopf--leer { opacity: .7; border-style: dashed; }
.gericht-bild-knopf--leer:hover { opacity: 1; }
.produkt-vorschau span {
  display: block;
  padding: 7px 11px;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 13px;
  color: var(--creme);
  border-top: 1px solid var(--gold-linie-zart);
}

.produkt-box .produkt-figur {
  margin: 0;
  max-width: min(92vw, 720px);
  background: var(--gruen-800);
  border: 1px solid var(--gold-linie);
  box-shadow: var(--schatten);
}
.produkt-box .produkt-figur img {
  width: 100%;
  max-height: 62vh;
  object-fit: cover;
  border: 0;
  box-shadow: none;
  display: block;
}
.produkt-box figcaption { padding: 16px 20px 18px; border-top: 1px solid var(--gold-linie-zart); }
.produkt-leer {
  display: none;
  flex-direction: column; align-items: center; justify-content: center; gap: 16px;
  height: min(40vh, 320px);
  background: radial-gradient(circle at 50% 45%, rgba(224, 169, 74, .12), transparent 65%), var(--gruen-700);
  color: var(--gold);
  font: 600 12px var(--font-text); letter-spacing: .2em; text-transform: uppercase;
}
.produkt-leer svg { width: 84px; height: 84px; opacity: .55; }
.produkt-figur--leer img { display: none; }
.produkt-figur--leer .produkt-leer { display: flex; }
.produkt-nr { font-family: var(--font-serif); font-weight: 700; color: var(--gold-tief); margin-right: 2px; }
.produkt-name { font-family: var(--font-serif); font-weight: 700; font-size: 19px; color: var(--creme); }
.produkt-preis { float: right; font-family: var(--font-serif); font-weight: 700; font-size: 18px; color: var(--gold); }
.produkt-text { margin: 6px 0 0; font-size: 14px; color: var(--creme-weich); clear: both; }

.pdf-knoepfe { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.pdf-knoepfe .btn svg, [data-datei] svg { width: 14px; height: 14px; }

/* ------------------------------------------------------------ Galerie */

.galerie-filter { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-bottom: 26px; }
.galerie-filter button {
  padding: 8px 18px;
  background: transparent;
  border: 1px solid var(--gold-linie-zart);
  border-radius: 999px;
  color: var(--creme-weich);
  font: 600 12px var(--font-text);
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .2s ease;
}
.galerie-filter button:hover, .galerie-filter button.aktiv { color: var(--gold); border-color: var(--gold); background: rgba(224, 169, 74, .09); }
.galerie-beschriftung {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 26px 14px 12px;
  background: linear-gradient(0deg, rgba(4, 25, 26, .85), transparent);
  color: var(--creme);
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  opacity: 0;
  transition: opacity .3s ease;
}
.galerie-bild:hover .galerie-beschriftung, .galerie-bild:focus-visible .galerie-beschriftung { opacity: 1; }


.galerie {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}
.galerie-bild {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gold-linie-zart);
  border-radius: 2px;
  aspect-ratio: 3 / 2;
  cursor: zoom-in;
  background: var(--gruen-700);
  padding: 0;
}
.galerie-bild img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.galerie-bild:hover img { transform: scale(1.05); }
.galerie-bild::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(4, 25, 26, .5), transparent 55%);
  opacity: 0;
  transition: opacity .3s ease;
}
.galerie-bild:hover::after { opacity: 1; }
.galerie-bild--breit { grid-column: span 2; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(4, 25, 26, .96);
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 56px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s;
}
.lightbox.offen { opacity: 1; visibility: visible; }
.lightbox img {
  max-width: 100%;
  max-height: 86vh;
  border: 1px solid var(--gold-linie);
  box-shadow: var(--schatten);
}
.lightbox-zu {
  position: absolute;
  top: clamp(14px, 3vw, 30px);
  right: clamp(14px, 3vw, 30px);
  width: 46px; height: 46px;
  border: 1px solid var(--gold-linie);
  background: transparent;
  color: var(--gold);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
}
.lightbox-zu:hover { background: rgba(224, 169, 74, .12); }
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px; height: 46px;
  border: 1px solid var(--gold-linie);
  background: rgba(4, 25, 26, .6);
  color: var(--gold);
  cursor: pointer;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.lightbox-nav:hover { background: rgba(224, 169, 74, .14); }
.lightbox-nav svg { width: 18px; height: 18px; }
.lightbox-nav--zurueck { left: clamp(8px, 2vw, 26px); }
.lightbox-nav--vor { right: clamp(8px, 2vw, 26px); }

/* ------------------------------------------------- Reservierungsseite */

.res-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.res-schritte { display: grid; gap: 26px; }

.res-schritt-kopf {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 16px;
}
.res-schritt-nr {
  flex: none;
  width: 30px; height: 30px;
  border: 1px solid var(--gold-linie);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 14px;
  color: var(--gold);
}
.res-schritt-kopf h2 {
  font-family: var(--font-display);
  font-size: clamp(17px, 2.2vw, 21px);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Zeitraster */
.slots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  gap: 9px;
}
.slot {
  position: relative;
  padding: 11px 6px 9px;
  background: rgba(4, 25, 26, .7);
  border: 1px solid var(--gold-linie-zart);
  border-radius: 2px;
  color: var(--creme);
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all .18s ease;
  text-align: center;
  line-height: 1.2;
}
.slot small {
  display: block;
  font-family: var(--font-text);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--creme-still);
  margin-top: 3px;
}
.slot:hover:not(:disabled) { border-color: var(--gold); background: rgba(224, 169, 74, .1); }
.slot[aria-pressed='true'] {
  background: linear-gradient(160deg, var(--gold-hell), var(--gold) 50%, var(--gold-tief));
  border-color: var(--gold);
  color: var(--gruen-950);
}
.slot[aria-pressed='true'] small { color: rgba(4, 25, 26, .72); }
.slot:disabled { opacity: .34; cursor: not-allowed; text-decoration: line-through; }
.slot:disabled small { text-decoration: none; }

.slot-knapp { border-color: rgba(224, 169, 74, .55); }
.slot-knapp small { color: var(--gold); }

/* Zusammenfassung */
.res-zusammen {
  position: sticky;
  top: calc(var(--kopf-hoehe) + 20px);
  background: var(--gruen-600);
  border: 1px solid var(--gold-linie);
  border-radius: 2px;
  padding: clamp(22px, 3vw, 32px);
}
.res-zusammen h2 {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.zeile {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid var(--gold-linie-zart);
  font-size: 14.5px;
}
.zeile:last-of-type { border-bottom: 0; }
.zeile dt { color: var(--creme-still); margin: 0; }
.zeile dd {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--creme);
  text-align: right;
}

/* ------------------------------------------------------------- Kontakt */

.kontakt-raster {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.info-liste { display: grid; gap: 22px; }
.info-post { display: flex; gap: 16px; align-items: flex-start; }
.info-post .wert-icon { width: 44px; height: 44px; }
.info-post .wert-icon svg { width: 19px; height: 19px; }
.info-post h3 {
  font-family: var(--font-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px;
}
.info-post p, .info-post a { font-size: 15px; color: var(--creme); margin: 0; }

.zeiten { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.zeiten th, .zeiten td { padding: 10px 0; text-align: left; border-bottom: 1px solid var(--gold-linie-zart); }
.zeiten th { font-weight: 500; color: var(--creme-weich); }
.zeiten td { text-align: right; font-family: var(--font-serif); font-weight: 600; color: var(--creme); }
.zeiten tr:last-child th, .zeiten tr:last-child td { border-bottom: 0; }
.zeiten tr.heute th { color: var(--gold); font-weight: 700; }
.zeiten tr.heute td { color: var(--gold); }
.zeiten .zu { color: var(--creme-still); font-weight: 500; }

.karte-einbettung {
  aspect-ratio: 16 / 10;
  border: 1px solid var(--gold-linie);
  border-radius: 2px;
  overflow: hidden;
  background: var(--gruen-700);
}
.karte-einbettung iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.35) contrast(1.05); }

/* -------------------------------------------------------------- Fuß */

.fuss {
  background: var(--gruen-950);
  border-top: 1px solid var(--gold-linie-zart);
  padding: clamp(48px, 6vw, 76px) 0 0;
}
.fuss-raster {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: clamp(26px, 4vw, 52px);
}
.fuss h3 {
  font-family: var(--font-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.fuss p, .fuss li, .fuss a { font-size: 14.5px; color: var(--creme-weich); }
.fuss a:hover { color: var(--gold); }
.fuss ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }

.fuss-marke p { margin-top: 18px; max-width: 30ch; }

.sozial { display: flex; gap: 10px; margin-top: 20px; }
.sozial a {
  width: 38px; height: 38px;
  border: 1px solid var(--gold-linie);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
}
.sozial a:hover { background: rgba(224, 169, 74, .12); border-color: var(--gold); }
.sozial svg { width: 16px; height: 16px; }

.newsletter-form { display: flex; gap: 0; margin-top: 6px; }
.newsletter-form input {
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
  background: rgba(4, 25, 26, .8);
  border: 1px solid var(--gold-linie);
  border-right: 0;
  border-radius: 2px 0 0 2px;
  color: var(--creme);
  font-family: var(--font-text);
  font-size: 14px;
}
.newsletter-form input:focus { outline: none; border-color: var(--gold); }
.newsletter-form button {
  flex: none;
  width: 48px;
  background: linear-gradient(160deg, var(--gold-hell), var(--gold) 50%, var(--gold-tief));
  border: 0;
  border-radius: 0 2px 2px 0;
  color: var(--gruen-950);
  cursor: pointer;
  display: grid;
  place-items: center;
}
.newsletter-form button:hover { filter: brightness(1.08); }
.newsletter-form svg { width: 17px; height: 17px; }

.fuss-unten {
  margin-top: clamp(38px, 5vw, 60px);
  padding: 22px 0;
  border-top: 1px solid var(--gold-linie-zart);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  font-size: 13.5px;
  color: var(--creme-still);
}
.fuss-unten nav { display: flex; flex-wrap: wrap; gap: 22px; }
.fuss-unten a { color: var(--creme-still); font-size: 13.5px; }
.fuss-unten a:hover { color: var(--gold); }
/* Zugang zur Verwaltung: bewusst leise, mit Schloss davor */
.fuss-login { opacity: .7; }
.fuss-login::before { content: '🔒 '; font-size: 11px; }
.fuss-login:hover { opacity: 1; }

/* ------------------------------------------------------- Seitenkopf */

.seitenkopf {
  position: relative;
  padding: calc(var(--kopf-hoehe) + clamp(46px, 7vw, 88px)) 0 clamp(46px, 7vw, 78px);
  background: var(--gruen-950);
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid var(--gold-linie-zart);
}
.seitenkopf-bild {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.seitenkopf-bild img { width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.seitenkopf-bild::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4, 25, 26, .86), rgba(4, 25, 26, .96));
}
.seitenkopf .wrap { position: relative; z-index: 2; }
.seitenkopf p { margin: 18px auto 0; max-width: 60ch; color: var(--creme-weich); }

.brotkrume {
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--creme-still);
  margin-bottom: 16px;
}
.brotkrume a { color: var(--creme-still); }
.brotkrume a:hover { color: var(--gold); }

/* ------------------------------------------------------- Rechtstexte */

.rechtstext { font-size: 15px; line-height: 1.75; color: var(--creme-weich); }
.rechtstext h2 {
  font-family: var(--font-display);
  font-size: clamp(19px, 2.4vw, 24px);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 42px 0 14px;
}
.rechtstext h3 {
  font-family: var(--font-serif);
  font-size: 17px;
  color: var(--creme);
  margin: 26px 0 8px;
}
.rechtstext h2:first-child { margin-top: 0; }
.rechtstext ul { padding-left: 20px; }
.rechtstext li { margin-bottom: 6px; }
.rechtstext strong { color: var(--creme); }

/* ------------------------------------------------------ Einblenden */

.auf {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s cubic-bezier(.22, .8, .3, 1), transform .7s cubic-bezier(.22, .8, .3, 1);
}
.auf.sichtbar { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .auf { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ============================================================ Umbrüche */

@media (max-width: 1100px) {
  .nav a { font-size: 11.5px; }
  .fuss-raster { grid-template-columns: 1fr 1fr; }
  .res-felder { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .res-felder .btn { grid-column: 1 / -1; }
}

@media (max-width: 960px) {
  .nav, .kopf-cta { display: none; }
  .nav-schalter { display: flex; }

  .hero { min-height: auto; }
  .hero-bild { position: relative; inset: auto; height: 46vh; min-height: 280px; }
  .hero-bild::before { background: linear-gradient(180deg, rgba(4, 25, 26, .35), rgba(4, 25, 26, .9)); }
  .hero-kante { display: none; }
  .hero .wrap { order: 2; }
  .hero { flex-direction: column; padding-top: var(--kopf-hoehe); }
  .hero-inhalt { max-width: none; padding: 36px 0 44px; }

  .res-widget { margin-top: 0; }

  .ueber-raster { grid-template-columns: 1fr; }
  .mandala-gross { display: none; }

  .res-layout { grid-template-columns: 1fr; }
  .res-zusammen { position: static; }

  .kontakt-raster { grid-template-columns: 1fr; }

  .galerie-bild--breit { grid-column: span 1; }
}

@media (max-width: 700px) {
  :root { --kopf-hoehe: 72px; }
  .marke { --M: 21px; }
  .marke--gross { --M: 30px; }

  .gericht { grid-template-columns: 34px 1fr; padding: 15px 12px; }
  .gericht-preis { grid-row: 2; grid-column: 2; justify-self: start; margin-top: 6px; }
  .gericht-text { margin-top: 4px; }

  .staffel { grid-template-columns: repeat(2, 1fr); gap: 22px 10px; }
  .staffel-post + .staffel-post::before { display: none; }

  .fuss-raster { grid-template-columns: 1fr; }
  .feld-reihe { grid-template-columns: 1fr; }
  .res-vorteile { flex-direction: column; align-items: flex-start; gap: 12px; }
  .slots { grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); }
}

@media (max-width: 420px) {
  .res-felder { grid-template-columns: 1fr; }
  .karten { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------- Druck */

@media print {
  .kopf, .mobil-menu, .res-widget, .fuss, .karte-nav, .btn, .lightbox { display: none !important; }
  body { background: #fff; color: #111; }
  .titel, .gericht-name, .gericht-preis, .gang-kopf .titel { color: #111; }
  .gericht-text, .lead { color: #333; }
  .abschnitt { padding: 12px 0; }
}
