/* ==========================================================================
   Croque Kombüse — Greifswald
   Statisches HTML/CSS/JS. Kein Build-Step.

   Farbwerte stammen aus dem Original-Logo (assets/images/brand/brand.jpg):
   Türkis #70CED6, Anthrazit #3D3D3D, Weiß #FEFEFE.
   Akzentfarbe der Marke.
   ========================================================================== */

/* --- Fonts (self-hosted, kein Google-CDN → DSGVO-konform) ---------------- */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('../fonts/fraunces-latin.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: 'Fraunces';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('../fonts/fraunces-latin-ext.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;
}
/* Echte Italic-Schnitte — Fraunces hat eine eigene, deutlich lebendigere
   Kursive. Ohne sie würde der Browser die Aufrechte nur schräg stellen
   (Faux Italic), was bei einer Serif sofort billig aussieht. */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 500 700;
  font-display: swap;
  src: url('../fonts/fraunces-italic-latin.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: 'Fraunces';
  font-style: italic;
  font-weight: 500 700;
  font-display: swap;
  src: url('../fonts/fraunces-italic-latin-ext.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: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/inter-latin.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: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/inter-latin-ext.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;
}

/* --- Design Tokens ------------------------------------------------------- */

:root {
  /* Marke — exakt aus dem Logo gezogen */
  --brand-teal: #70ced6;      /* Logo-Signet & Trennlinien */
  --brand-ink: #3d3d3d;       /* Logo-Hintergrund */

  /* Abgeleitete Türkis-Skala */
  --teal-50: #f0fafb;
  --teal-100: #dff3f6;
  --teal-200: #b9e6eb;
  --teal-300: #70ced6;
  --teal-500: #3aa9b4;
  --teal-600: #2b8894;        /* AA auf Cream */
  --teal-700: #1f6b74;
  --teal-900: #123f45;

  /* Neutralwerte */
  --ink-900: #1f2121;
  --ink-800: #2e3131;
  --ink-700: #3d3d3d;
  --ink-500: #6a6d6d;
  --ink-400: #8d9090;
  --ink-200: #d7d2c9;

  /* Warme Basis — dominiert die Seite; Türkis kommt nur punktuell dazu */
  --cream-50: #fdfbf7;
  --cream-100: #f8f4ed;
  --cream-200: #f1eae0;
  --cream-300: #e7ddcd;

  /* Sandige Zwischentöne für abgesetzte Sektionen, damit Abschnitte sich
     ohne farbige Vollflächen voneinander abheben */
  --sand-100: #f4eee3;
  --sand-200: #ece2d2;

  /* Signalfarbe für "Neu" — warm, appetitlich, beißt sich nicht mit Türkis */
  --amber: #d08a2c;
  --amber-soft: #fbf1e0;

  --line: rgba(61, 61, 61, 0.13);
  --line-strong: rgba(61, 61, 61, 0.22);

  --shadow-sm: 0 1px 2px rgba(31, 33, 33, 0.05);
  --shadow-md: 0 4px 18px -6px rgba(31, 33, 33, 0.13);
  --shadow-lg: 0 18px 50px -18px rgba(31, 33, 33, 0.26);

  --font-display: 'Fraunces', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 24px;
  --radius-xl: 34px;

  --wrap: 1180px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --header-h: 74px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* --- Reset / Basis ------------------------------------------------------- */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /* Anker-Ziele nicht unter den Sticky-Header rutschen lassen.
     Auf Mobile kommt unter dem Header noch die Reiterleiste dazu — siehe
     Media Query bei .menu-tabs. */
  scroll-padding-top: calc(var(--header-h) + 1rem);
}

body {
  margin: 0;
  background: var(--cream-50);
  color: var(--ink-800);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
svg { display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ink-900);
  margin: 0 0 0.55em;
  font-variation-settings: 'SOFT' 0, 'WONK' 0;
  text-wrap: balance;
}

/* Klare Größensprünge statt gleichförmiger Abstufung: die H1 trägt die Seite,
   H2 setzt Kapitel, H3 bleibt bewusst klein und ruhig. */
h1 {
  font-size: clamp(2.9rem, 6.4vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.032em;
}
h2 {
  font-size: clamp(2.05rem, 4.2vw, 3.25rem);
  line-height: 1.07;
  letter-spacing: -0.026em;
}
h3 {
  font-size: clamp(1.12rem, 1.5vw, 1.3rem);
  line-height: 1.25;
  letter-spacing: -0.012em;
}

/* Kursiv-Akzent in Überschriften — nutzt den echten Italic-Schnitt und die
   WONK-Achse von Fraunces für die charakteristischen Schwünge. */
.ital {
  font-style: italic;
  font-variation-settings: 'SOFT' 60, 'WONK' 1;
  letter-spacing: -0.02em;
}

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

a { color: var(--teal-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--teal-600); }

ul { margin: 0; padding: 0; list-style: none; }

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 1000;
  background: var(--ink-900);
  color: #fff;
  padding: 0.7rem 1.1rem;
  border-radius: var(--radius-sm);
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 1rem; color: #fff; }

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

/* --- Layout-Helfer ------------------------------------------------------- */

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* Großzügiger Sektionsrhythmus — die Seite soll atmen, nicht gedrängt wirken */
.section { padding-block: clamp(5rem, 10vw, 8.5rem); }
.section--tight { padding-block: clamp(3.5rem, 6vw, 5rem); }
.section--cream { background: var(--sand-100); }

.section__eyebrow {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal-700);
  margin-bottom: 1.1rem;
}

.section__lede {
  font-size: clamp(1.06rem, 1.6vw, 1.22rem);
  line-height: 1.6;
  color: var(--ink-500);
  max-width: 54ch;
}

/* Abstand zwischen Überschrift und Fließtext bewusst großzügig */
.section__head { margin-bottom: clamp(2.5rem, 5vw, 4rem); }

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

.btn {
  --btn-bg: var(--ink-900);
  --btn-fg: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.82rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  isolation: isolate;
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease),
    background-color 0.22s var(--ease), color 0.22s var(--ease),
    border-color 0.22s var(--ease);
}
.btn:hover {
  color: var(--btn-fg);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.btn:active { transform: translateY(0); }

.btn--primary { --btn-bg: var(--teal-600); }
.btn--primary:hover { --btn-bg: var(--teal-700); }

.btn--dark { --btn-bg: var(--ink-900); }

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--ink-800);
  border-color: var(--line-strong);
}
.btn--ghost:hover { --btn-bg: var(--cream-200); border-color: var(--ink-200); }

.btn--lg { padding: 1.05rem 2rem; font-size: 1.02rem; }
.btn--sm { padding: 0.6rem 1.05rem; font-size: 0.87rem; }

.btn__icon { width: 1.05em; height: 1.05em; flex: none; }

/* ShapeBlur-Canvas im CTA (siehe assets/js/shape-blur.js) */
.btn__fx {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s var(--ease);
}
.btn:hover .btn__fx { opacity: 0.5; }

/* --- Header -------------------------------------------------------------- */

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253, 251, 247, 0.86);
  backdrop-filter: saturate(1.6) blur(14px);
  -webkit-backdrop-filter: saturate(1.6) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.header.is-stuck {
  border-bottom-color: var(--line);
  box-shadow: 0 6px 24px -20px rgba(31, 33, 33, 0.5);
}

.header__inner {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  min-height: var(--header-h);
}

/* Wortmarke — nachgebaut aus dem Logo (Türkis-Signet + Kleinschreibung) */
.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--ink-900);
  flex: none;
  margin-right: auto;
}
.logo__mark {
  width: 34px;
  height: 34px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-teal);
  color: #fff;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1;
  padding-bottom: 2px;
}
.logo__text {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1.06rem;
  letter-spacing: -0.01em;
  color: var(--ink-900);
  white-space: nowrap;
}
.logo__text em { font-style: normal; color: var(--ink-400); }
.logo__h { color: var(--teal-500); }

.nav { display: flex; align-items: center; gap: 0.35rem; }
.nav__link {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  color: var(--ink-700);
  font-size: 0.94rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease);
}
.nav__link:hover { background: var(--cream-200); color: var(--ink-900); }
.nav__link[aria-current='page'] { color: var(--teal-700); font-weight: 600; }

.header__actions { display: flex; align-items: center; gap: 0.6rem; flex: none; }

.icon-btn {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: transparent;
  color: var(--ink-800);
  cursor: pointer;
  transition: background-color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.icon-btn:hover { background: var(--cream-200); border-color: var(--ink-200); color: var(--ink-900); }
.icon-btn svg { width: 19px; height: 19px; }

.burger { display: none; }

/* Mobile-Panel */
.mobile-nav {
  display: none;
  position: fixed;
  inset: var(--header-h) 0 0;
  z-index: 99;
  background: var(--cream-50);
  padding: 1.5rem var(--gutter) 2.5rem;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
}
.mobile-nav.is-open { opacity: 1; transform: none; }
.mobile-nav__link {
  display: block;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--ink-900);
  text-decoration: none;
}
.mobile-nav__foot { margin-top: 1.75rem; display: grid; gap: 0.7rem; }

body.nav-open { overflow: hidden; }

/*  Unter 940px: Nav komplett ins Burger-Menü — nie umbrechen oder stapeln  */
@media (max-width: 940px) {
  .nav { display: none; }
  .burger { display: inline-grid; }
  .mobile-nav { display: block; }
  .header__actions .btn--header-order { display: none; }
}
@media (max-width: 460px) {
  .logo__text { display: none; }
}

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

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--sand-100) 0%, var(--cream-50) 82%);
  padding-block: clamp(3.5rem, 8vw, 7rem) clamp(4.5rem, 10vw, 8rem);
}

/* ShapeBlur-Canvas hinter dem Hero-Titel */
.hero__fx {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1500px, 145vw);
  height: min(1500px, 145vw);
  transform: translate(-50%, -55%);
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.1s var(--ease);
}
.hero__fx.is-ready { opacity: 0.32; }

/* Bild bekommt mehr Gewicht als der Text — der Hero soll zuerst Appetit
   machen und erst danach erklären. */
.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.42rem 0.95rem 0.42rem 0.55rem;
  margin-bottom: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ink-700);
}

.hero h1 { margin-bottom: 0.5em; }
.hero h1 .accent {
  color: var(--teal-600);
  font-style: italic;
  font-variation-settings: 'SOFT' 40, 'WONK' 1;
}

.hero__lede {
  font-size: clamp(1.06rem, 1.9vw, 1.22rem);
  color: var(--ink-500);
  max-width: 46ch;
  margin-bottom: 2rem;
}

.hero__cta { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; }

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.6rem;
  margin-top: 2.2rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
  color: var(--ink-500);
}
.hero__meta strong { color: var(--ink-800); font-weight: 600; }

/* Signature-Bild: freigestellte Bowl auf weichem Türkis-Kreis */
.hero__figure { position: relative; display: grid; place-items: center; }
.hero__disc {
  position: absolute;
  width: min(100%, 540px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, var(--teal-100), var(--teal-200) 62%, #a5dde3 100%);
  filter: blur(0.4px);
}
.hero__disc::after {
  content: '';
  position: absolute;
  inset: -7%;
  border-radius: 50%;
  border: 1px dashed rgba(43, 136, 148, 0.28);
}
.hero__img {
  position: relative;
  width: min(100%, 580px);
  filter: drop-shadow(0 30px 48px rgba(31, 33, 33, 0.24));
  animation: float 9s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(-6px); }
  50% { transform: translateY(10px); }
}

/* Preis-Sticker am Hero-Bild */
.hero__tag {
  position: absolute;
  right: 2%;
  bottom: 8%;
  background: #fff;
  border-radius: var(--radius);
  padding: 0.75rem 1.05rem;
  box-shadow: var(--shadow-lg);
  text-align: left;
}
.hero__tag span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink-400);
}
.hero__tag strong {
  font-family: var(--font-display);
  font-size: 1.22rem;
  color: var(--ink-900);
}

@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__figure { order: -1; }
  .hero__img { width: min(78%, 340px); }
  .hero__disc { width: min(88%, 380px); }
  .hero__tag { right: 6%; bottom: 2%; }
}

/* --- Feature-Strip ------------------------------------------------------- */

/* Feste Spaltenzahl statt auto-fit: so sind alle Kacheln garantiert gleich
   breit, und align-items:stretch gibt ihnen dieselbe Höhe — unabhängig davon,
   wie lang der jeweilige Text ist. */
.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(1.25rem, 2.5vw, 2rem);
}
.feature {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.5rem, 2.5vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--cream-50);
}
@media (max-width: 860px) { .features { grid-template-columns: 1fr; } }

.feature__icon {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  margin-bottom: 0.9rem;
  border-radius: 12px;
  background: var(--teal-100);
  color: var(--teal-700);
}
.feature__icon svg { width: 20px; height: 20px; }
.feature h3 { font-size: 1.1rem; margin-bottom: 0.35rem; }
.feature p { font-size: 0.94rem; color: var(--ink-500); }

/* --- Kategorie-Teaser ---------------------------------------------------- */

/* Feste 3er-Spalte: alle Kacheln exakt gleich breit und gleich hoch.
   Der frühere auto-fit + span-2-Sonderfall führte zu ungleichen Kacheln. */
.cats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 1.25rem;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
@media (max-width: 860px) { .cats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .cats { grid-template-columns: 1fr; } }

.cat {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 215px;
  height: 100%;
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease),
    border-color 0.3s var(--ease);
}
.cat:hover {
  transform: translateY(-4px);
  border-color: var(--teal-200);
  box-shadow: var(--shadow-lg);
  color: inherit;
}
/* Dekoratives Motiv oben rechts in der Karte.
   Feste quadratische Box + object-fit:contain: Damit bestimmt NICHT mehr das
   Seitenverhältnis der Quelldatei, wie das Bild sitzt. Vorher wurde die Höhe
   frei aus der Bildproportion abgeleitet — ein breites, flaches Motiv rutschte
   dadurch unter den negativen Offset und wirkte oben abgeschnitten. */
.cat__img {
  position: absolute;
  top: -7%;
  right: -7%;
  width: 58%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  opacity: 0.95;
  transition: transform 0.45s var(--ease);
}
.cat:hover .cat__img { transform: scale(1.07) rotate(-3deg); }
.cat__count {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-600);
}
.cat__name {
  font-family: var(--font-display);
  font-size: 1.42rem;
  font-weight: 600;
  color: var(--ink-900);
  margin-top: 0.2rem;
}
/* .cat--wide entfällt bewusst — Sonderbreiten haben das Raster unruhig gemacht. */

/* --- Öffnungszeiten / Status -------------------------------------------- */

.hours-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(1.75rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-md);
}
@media (max-width: 760px) { .hours-card { grid-template-columns: 1fr; } }

.hours-list { font-variant-numeric: tabular-nums; }
.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.62rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.96rem;
}
.hours-list li:last-child { border-bottom: 0; }
.hours-list li[data-today] { color: var(--ink-900); font-weight: 600; }
.hours-list dfn { font-style: normal; color: var(--ink-500); }
.hours-list li[data-today] dfn { color: var(--ink-900); }

.status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.95rem 0.45rem 0.75rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  background: var(--cream-200);
  color: var(--ink-700);
}
.status__dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--ink-400);
  flex: none;
}
.status.is-open { background: #e7f6ec; color: #1d6b3a; }
.status.is-open .status__dot { background: #2f9e5b; box-shadow: 0 0 0 4px rgba(47, 158, 91, 0.18); }
.status.is-closed { background: var(--amber-soft); color: #8a5510; }
.status.is-closed .status__dot { background: var(--amber); }

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

.menu-layout {
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.menu-side {
  position: sticky;
  top: calc(var(--header-h) + 1.5rem);
}
.menu-side__title {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-400);
  margin-bottom: 0.9rem;
}
.menu-side__link {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  color: var(--ink-500);
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease);
}
.menu-side__link:hover { background: var(--cream-200); color: var(--ink-900); }
.menu-side__link small { font-size: 0.78rem; color: var(--ink-400); font-variant-numeric: tabular-nums; }
.menu-side__link.is-active {
  background: var(--teal-100);
  color: var(--teal-900);
  font-weight: 600;
}
.menu-side__link.is-active small { color: var(--teal-700); }

/* Mobile: horizontale Sticky-Reiter */
.menu-tabs { display: none; }

@media (max-width: 900px) {
  /* Header + Reiterleiste stehen übereinander fest — Anker müssen unter beiden landen */
  html { scroll-padding-top: calc(var(--header-h) + 3.5rem + 1rem); }
  .menu-layout { grid-template-columns: 1fr; }
  .menu-side { display: none; }
  .menu-tabs {
    display: block;
    position: sticky;
    top: var(--header-h);
    z-index: 40;
    margin-inline: calc(var(--gutter) * -1);
    padding: 0.7rem var(--gutter);
    background: rgba(253, 251, 247, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
  }
  .menu-tabs__track {
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .menu-tabs__track::-webkit-scrollbar { display: none; }
  .menu-tabs__link {
    flex: none;
    padding: 0.45rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: var(--ink-600, var(--ink-500));
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
  }
  .menu-tabs__link.is-active {
    background: var(--teal-600);
    border-color: var(--teal-600);
    color: #fff;
  }
}

/* Filter-Chips */
.filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
.filters__label {
  font-size: 0.85rem;
  color: var(--ink-400);
  margin-right: 0.3rem;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.95rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: transparent;
  color: var(--ink-700);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s var(--ease), border-color 0.2s var(--ease),
    color 0.2s var(--ease);
}
.chip:hover { background: var(--cream-200); }
.chip[aria-pressed='true'] {
  background: var(--ink-900);
  border-color: var(--ink-900);
  color: #fff;
}
.chip__dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; opacity: 0.6; }

.filters__reset {
  margin-left: auto;
  border: 0;
  background: none;
  color: var(--teal-700);
  font: inherit;
  font-size: 0.87rem;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  visibility: hidden;
}
.filters__reset.is-shown { visibility: visible; }

/* Kategorie-Block */
/* Kein eigenes scroll-margin-top: Der Abstand zum Sticky-Header kommt allein
   aus html { scroll-padding-top }. Beides zusammen würde sich addieren und die
   Kategorie unter die Bezugslinie des Scroll-Spy schieben. */
.menu-cat { padding-top: 0.5rem; }
.menu-cat + .menu-cat { margin-top: clamp(3rem, 6vw, 4.5rem); }

.menu-cat__head {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding-bottom: 1.1rem;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid var(--ink-900);
}
.menu-cat__head h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.15rem); }
.menu-cat__count {
  margin-left: auto;
  font-size: 0.82rem;
  color: var(--ink-400);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.menu-cat__note {
  margin: 0.9rem 0 0;
  font-size: 0.9rem;
  color: var(--ink-500);
}

/* Produktzeile als ruhige Karte.
   Feste Preisspalte über CSS-Grid (bewusst NICHT margin-left:auto/Flex) —
   nur so stehen die Preise unabhängig von der Beschreibungslänge exakt
   untereinander. */
.menu-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 5.5rem auto;
  align-items: center;
  gap: 1.6rem;
  padding: 1.15rem 1.35rem;
  margin-bottom: 0.6rem;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  background: transparent;
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease),
    background-color 0.3s var(--ease), border-color 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
}
.menu-item:hover {
  background: #fff;
  border-color: var(--line);
  box-shadow: 0 10px 30px -14px rgba(31, 33, 33, 0.2);
}
/* Startzustand nur setzen, wenn das Reveal auch wirklich laufen kann
   (siehe Inline-Script im <head>) — sonst bleibt der Inhalt sichtbar. */
.js-reveal .menu-item { opacity: 0; transform: translateY(14px); }
.js-reveal .menu-item.is-revealed { opacity: 1; transform: none; }
.menu-item.is-hidden { display: none; }
.menu-item.is-fading { opacity: 0; transform: translateY(6px); }

.menu-item__media {
  width: 96px;
  height: 96px;
  flex: none;
  border-radius: 22px;
  background: var(--cream-200);
  overflow: hidden;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(61, 61, 61, 0.06);
}
.menu-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease);
}
.menu-item:hover .menu-item__media img { transform: scale(1.06); }

/* Fallback-Signet für Produkte ohne Foto */
.menu-item__media--empty {
  background: linear-gradient(150deg, var(--cream-200), var(--cream-300));
  color: rgba(61, 61, 61, 0.28);
  font-family: var(--font-body);
  font-size: 1.6rem;
  font-weight: 500;
}

.menu-item__name {
  font-family: var(--font-display);
  font-size: 1.14rem;
  font-weight: 600;
  color: var(--ink-900);
  margin: 0 0 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}
.menu-item__desc {
  margin: 0;
  font-size: 0.925rem;
  line-height: 1.55;
  color: var(--ink-500);
  max-width: 62ch;
}
.menu-item__desc em { font-style: italic; color: var(--ink-400); }

.menu-item__price {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink-900);
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.tag {
  display: inline-block;
  padding: 0.16rem 0.5rem;
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 1.5;
}
.tag--new { background: var(--amber-soft); color: #8a5510; }
.tag--veg { background: #e9f5ea; color: #2c6b39; }
.tag--vegan { background: #e2f3e5; color: #1f5c2c; }
.tag--fish { background: var(--teal-100); color: var(--teal-900); }

@media (max-width: 720px) {
  .menu-item {
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 0.9rem 1rem;
    padding: 1rem 0.85rem;
  }
  .menu-item__media { width: 72px; height: 72px; border-radius: 18px; }
  .menu-item__price { font-size: 1rem; }
  .menu-item__cta { grid-column: 2 / -1; justify-self: start; }
}

/* Hinweisbox */
.notice {
  padding: 1.15rem 1.35rem;
  border: 1px solid var(--line);
  border-left: 3px solid var(--teal-300);
  border-radius: var(--radius);
  background: var(--cream-100);
  font-size: 0.9rem;
  color: var(--ink-500);
}
.notice strong { color: var(--ink-800); }

.no-results {
  display: none;
  padding: 3rem 1rem;
  text-align: center;
  color: var(--ink-500);
}
.no-results.is-shown { display: block; }

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

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-list li {
  display: flex;
  gap: 0.9rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}
.contact-list li:last-child { border-bottom: 0; }
.contact-list svg { width: 20px; height: 20px; flex: none; color: var(--teal-600); margin-top: 3px; }
.contact-list dt {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-400);
  margin-bottom: 0.15rem;
}
.contact-list dd { margin: 0; font-size: 1.02rem; color: var(--ink-900); }
.contact-list dd a { color: var(--ink-900); text-decoration: none; }
.contact-list dd a:hover { color: var(--teal-700); text-decoration: underline; }

/* Zwei-Klick-Karte: lädt Google Maps erst nach aktiver Zustimmung (DSGVO) */
.map {
  position: relative;
  aspect-ratio: 16 / 11;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--cream-200);
}
.map iframe { width: 100%; height: 100%; border: 0; display: block; }
.map__consent {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 0.9rem;
  padding: 2rem;
  text-align: center;
  background:
    linear-gradient(rgba(248, 244, 237, 0.93), rgba(248, 244, 237, 0.93)),
    repeating-linear-gradient(45deg, var(--cream-200) 0 14px, var(--cream-100) 14px 28px);
}
.map__consent p { font-size: 0.9rem; color: var(--ink-500); max-width: 40ch; }
@media (max-width: 560px) { .map { aspect-ratio: 4 / 3; } }

/* --- Footer -------------------------------------------------------------- */

.footer {
  background: var(--brand-ink);
  color: rgba(255, 255, 255, 0.72);
  padding-block: clamp(3rem, 6vw, 4.5rem) 2rem;
  font-size: 0.93rem;
}
.footer a { color: rgba(255, 255, 255, 0.72); text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: clamp(1.75rem, 4vw, 3rem);
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
@media (max-width: 820px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer__grid { grid-template-columns: 1fr; } }

/* Original-Logo — der JPG-Hintergrund entspricht exakt --brand-ink,
   dadurch blendet es nahtlos in den Footer ein. */
.footer__logo { width: 210px; margin-bottom: 1.1rem; border-radius: 4px; }

.footer h4 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.9rem;
}
.footer li { margin-bottom: 0.5rem; }

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.5rem;
  justify-content: space-between;
  padding-top: 1.75rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer__ext::after {
  content: '↗';
  display: inline-block;
  margin-left: 0.25em;
  font-size: 0.85em;
  opacity: 0.7;
}

/* --- Scroll-Reveal ------------------------------------------------------- */

/* Progressive Enhancement: ohne .js-reveal am <html> ist alles sofort sichtbar.
   Damit bleibt die Seite lesbar, wenn JS blockiert wird, das Modul nicht lädt
   oder der IntersectionObserver nicht auslöst. */
.reveal { transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.js-reveal .reveal { opacity: 0; transform: translateY(18px); }
.js-reveal .reveal.is-revealed { opacity: 1; transform: none; }

/* --- Reduced Motion ------------------------------------------------------ */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .js-reveal .reveal,
  .js-reveal .menu-item { opacity: 1; transform: none; }
  .hero__fx { display: none; }
  .btn__fx { display: none; }
}

/* --- Print --------------------------------------------------------------- */

@media print {
  .header, .mobile-nav, .menu-side, .menu-tabs, .filters,
  .footer, .hero__fx, .menu-item__cta, .map { display: none !important; }
  body { background: #fff; }
  .menu-item { opacity: 1; transform: none; break-inside: avoid; }
}
