/* ============================================================
   Restaurant Santa Lucia · Rastede
   Editorial Luxury — warmes Papier, Terrakotta, Safran.
   Typografie: Cormorant Garamond (Display) · Mukta (Text)
   ============================================================ */

/* ---- Lokale Schriften (kein Google-Fonts-Request) ---- */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("assets/fonts/cormorant-garamond.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500 600;
  font-display: swap;
  src: url("assets/fonts/cormorant-garamond-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Mukta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/mukta-400.woff2") format("woff2");
}
@font-face {
  font-family: "Mukta";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/mukta-500.woff2") format("woff2");
}
@font-face {
  font-family: "Mukta";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/mukta-600.woff2") format("woff2");
}
@font-face {
  font-family: "Mukta";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/mukta-700.woff2") format("woff2");
}

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  /* Warmes Papier */
  --paper:      #faf5ea;
  --cream:      #f3ebd8;
  --cream-2:    #ece0c8;
  --ink:        #251a12;
  --ink-soft:   #6d5947;
  --line:       #e4d7bd;
  --line-soft:  #ede3cd;

  /* Gewürzpalette — abgeleitet von den Terrakotta-Wänden im Gastraum */
  --terra:      #a64526;
  --terra-deep: #7c2f14;
  --maroon:     #571d12;
  --saffron:    #d18a2b;
  --saffron-lt: #eaba6b;
  --herb:       #5f6b3c;

  /* Espresso-Dunkel */
  --night:      #26140b;
  --night-2:    #372015;

  --maxw: 1240px;
  --gut: clamp(20px, 5vw, 64px);

  --serif: "Cormorant Garamond", Georgia, serif;
  --sans:  "Mukta", system-ui, -apple-system, sans-serif;

  /* Motion — eigene Kurven, keine Standard-Easings */
  --ease-out:  cubic-bezier(0.23, 1, 0.32, 1);
  --ease-io:   cubic-bezier(0.77, 0, 0.175, 1);
  --ease-soft: cubic-bezier(0.32, 0.72, 0, 1);

  /* Weiche, warm getönte Schatten */
  --shadow-sm: 0 2px 12px rgba(60, 38, 20, 0.07);
  --shadow:    0 24px 60px -24px rgba(60, 38, 20, 0.38);
  --shadow-lg: 0 40px 90px -30px rgba(60, 38, 20, 0.45);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-size: 17.5px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.04; margin: 0; }

a { color: inherit; }

::selection { background: var(--saffron-lt); color: var(--night); }

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

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gut); }

/* ---- Papierkorn über allem, rein dekorativ ---- */
.grain {
  position: fixed; inset: 0; z-index: 90; pointer-events: none;
  opacity: .05;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='140' height='140' filter='url(%23n)'/></svg>");
}

/* ---- Skip-Link ---- */
.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 300;
  background: var(--night); color: var(--cream);
  padding: 10px 18px; border-radius: 8px; text-decoration: none; font-size: 14px;
  transition: top 200ms var(--ease-out);
}
.skip-link:focus { top: 14px; }

/* ---- Eyebrow-Labels ---- */
.eyebrow {
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--terra);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--saffron); }
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { content: ""; width: 34px; height: 1px; background: var(--saffron); }
.eyebrow.light { color: var(--saffron-lt); }

/* ---- Zier-Trenner (an die Bögen im Gastraum angelehnt) ---- */
.orn { display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--saffron); margin: 0 0 14px; }
.orn::before, .orn::after { content: ""; width: 46px; height: 1px; background: linear-gradient(90deg, transparent, var(--saffron)); }
.orn::after { background: linear-gradient(90deg, var(--saffron), transparent); }
.orn span { font-size: 12px; }

/* ============================================================
   BUTTONS — Pillen, Druck-Feedback, genestete Icon-Insel
   ============================================================ */
.btn {
  --b: var(--terra);
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .03em;
  padding: 15px 26px;
  border-radius: 999px;
  border: 1.5px solid var(--b);
  background: var(--b);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms var(--ease-out), box-shadow 240ms var(--ease-out),
              background 200ms var(--ease-out), color 200ms var(--ease-out);
}
.btn:active { transform: scale(0.97); }
.btn .btn__circ {
  width: 30px; height: 30px; flex: none; margin-right: -10px;
  border-radius: 50%; background: rgba(255,255,255,.16);
  display: grid; place-items: center; font-size: 14px;
  transition: transform 240ms var(--ease-out);
}
.btn.gold { --b: var(--saffron); color: var(--night); }
.btn.gold .btn__circ { background: rgba(38,20,11,.12); }
.btn.ghost { background: transparent; color: var(--b); }
.btn.on-dark.ghost { color: var(--cream); border-color: rgba(246,239,226,.45); }
@media (hover: hover) and (pointer: fine) {
  .btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -14px rgba(124,47,20,.55); }
  .btn:hover .btn__circ { transform: translate(2px, -1px) scale(1.06); }
  .btn.ghost:hover { background: var(--b); color: #fff; }
  .btn.gold:hover { color: var(--night); }
  .btn.on-dark.ghost:hover { background: var(--cream); color: var(--night); border-color: var(--cream); }
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 120;
  background: rgba(250,245,234,.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 300ms var(--ease-out), box-shadow 300ms var(--ease-out);
}
.nav.scrolled { border-color: var(--line); box-shadow: 0 10px 30px -22px rgba(39,29,23,.55); }
.nav__inner {
  max-width: var(--maxw); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  padding: 13px var(--gut);
}
.brand { display: flex; align-items: center; text-decoration: none; }
.brand__logo { height: 56px; width: auto; filter: drop-shadow(0 1px 1px rgba(80,45,10,.28)); }
.footer__logo { height: 74px; filter: none; }

.nav__links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav__links a {
  text-decoration: none; font-size: 15px; font-weight: 500; color: var(--ink-soft);
  position: relative; padding: 4px 0;
  transition: color 180ms var(--ease-out);
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1.5px;
  background: var(--saffron); transform: scaleX(0); transform-origin: right;
  transition: transform 260ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .nav__links a:hover { color: var(--ink); }
  .nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }
}

.nav__phone { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav__phone .ico {
  width: 36px; height: 36px; flex: none; border-radius: 50%;
  display: grid; place-items: center; font-size: 15px;
  color: var(--terra); box-shadow: inset 0 0 0 1.5px var(--terra);
  transition: background 200ms var(--ease-out), color 200ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .nav__phone:hover .ico { background: var(--terra); color: #fff; }
}
.nav__phone .lbl { display: block; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); line-height: 1.2; }
.nav__phone .num { display: block; font-family: var(--serif); font-size: 19px; font-weight: 700; color: var(--terra); line-height: 1.15; }

.nav__burger { display: none; position: relative; z-index: 220; background: none; border: 0; cursor: pointer; padding: 10px; }
.nav__burger span {
  display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0;
  transition: transform 320ms var(--ease-soft), opacity 200ms var(--ease-out), background 200ms var(--ease-out);
}
.nav__burger[aria-expanded="true"] span { background: var(--cream); }
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---- Mobile Drawer: Vollbild, gestaffelte Links ---- */
.drawer {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(38,20,11,.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex; flex-direction: column; justify-content: center; gap: 6px;
  padding: var(--gut);
  visibility: hidden; opacity: 0;
  transition: opacity 360ms var(--ease-soft), visibility 0s linear 360ms;
}
.drawer.open { visibility: visible; opacity: 1; transition-delay: 0s; }
.drawer a {
  color: var(--cream); text-decoration: none; font-family: var(--serif);
  font-size: clamp(30px, 7.5vw, 40px); padding: 10px 0;
  border-bottom: 1px solid rgba(246,239,226,.1);
  opacity: 0; transform: translateY(18px);
  transition: opacity 400ms var(--ease-out), transform 480ms var(--ease-out);
}
.drawer.open a { opacity: 1; transform: none; }
.drawer.open a:nth-child(2) { transition-delay: 40ms; }
.drawer.open a:nth-child(3) { transition-delay: 80ms; }
.drawer.open a:nth-child(4) { transition-delay: 120ms; }
.drawer.open a:nth-child(5) { transition-delay: 160ms; }
.drawer.open a:nth-child(6) { transition-delay: 200ms; }
.drawer.open a:nth-child(7) { transition-delay: 240ms; }
.drawer.open a:nth-child(8) { transition-delay: 280ms; }
.drawer a.drawer__tel { border-bottom: 0; color: var(--saffron-lt); font-family: var(--sans); font-size: 18px; font-weight: 600; margin-top: 14px; }
.drawer__close {
  position: absolute; top: 20px; right: 20px;
  background: none; border: 0; color: var(--cream); font-size: 36px; cursor: pointer; line-height: 1;
  padding: 8px;
}

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; min-height: min(94vh, 900px); display: flex; align-items: flex-end; overflow: hidden; background: var(--night); }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(24,12,7,.52) 0%, rgba(24,12,7,.12) 28%, rgba(24,12,7,.5) 56%, rgba(24,12,7,.86) 78%, rgba(40,22,13,.82) 88%, var(--paper) 100%);
}
.hero__inner {
  position: relative; z-index: 2; width: 100%; max-width: var(--maxw);
  margin: 0 auto; padding: 140px var(--gut) clamp(86px, 15vh, 150px);
  color: var(--cream);
}
.hero h1 {
  font-size: clamp(38px, 6vw, 84px);
  letter-spacing: -.015em;
  text-shadow: 0 2px 34px rgba(0,0,0,.45);
  text-wrap: balance;
}
.hero h1 em { font-style: italic; color: var(--saffron-lt); }
.hero__lead {
  max-width: 590px; font-size: clamp(17px, 2vw, 20px);
  color: rgba(246,239,226,.92); margin: 24px 0 34px;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }

/* Einstiegs-Choreografie */
@media (prefers-reduced-motion: no-preference) {
  .hero__bg img { transform: scale(1.07); animation: heroZoom 2600ms var(--ease-out) forwards; }
  @keyframes heroZoom { to { transform: scale(1); } }
  .hero [data-stagger] {
    opacity: 0; transform: translateY(26px);
    animation: riseIn 900ms var(--ease-out) forwards;
    animation-delay: calc(var(--i, 0) * 120ms + 150ms);
  }
  @keyframes riseIn { to { opacity: 1; transform: none; } }
}

/* Fakten-Band — schwebende Karten, die den Übergang vom Hero tragen */
.hero__strip { position: relative; z-index: 3; background: var(--night); }
.hero__strip-in {
  max-width: var(--maxw); margin: 0 auto;
  margin-top: clamp(-104px, -11vh, -70px);
  padding: 0 var(--gut) clamp(48px, 7vh, 74px);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; color: var(--cream);
}
.fact {
  display: flex; flex-direction: column; gap: 4px;
  position: relative; overflow: hidden;
  padding: 22px 24px 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(55,32,21,.92), rgba(38,20,11,.94));
  border: 1px solid rgba(234,186,107,.16);
  box-shadow: 0 30px 60px -34px rgba(0,0,0,.75), inset 0 1px 0 rgba(255,255,255,.05);
}
.fact::before {
  content: ""; position: absolute; top: 0; left: 22px; right: 22px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--saffron), transparent);
}
.fact .k { font-family: var(--serif); font-size: 30px; color: var(--saffron-lt); line-height: 1.12; }
.fact .v { font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: rgba(246,239,226,.6); }

/* ============================================================
   SEKTIONEN
   ============================================================ */
.section { padding: clamp(72px, 12vh, 150px) 0; }
.section.tint { background: var(--cream); }

.section-head { max-width: 760px; margin-bottom: clamp(40px, 6vh, 64px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(36px, 5vw, 62px); letter-spacing: -.01em; text-wrap: balance; }
.section-head .lead { font-size: 18.5px; color: var(--ink-soft); margin: 18px auto 0; max-width: 620px; }

/* ---- Restaurant / About ---- */
.about { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 5vw, 84px); align-items: center; }
.about__media { position: relative; padding-bottom: 34px; }
.about__media .main {
  /* Bogen-Silhouette — Zitat der Rundbögen im Gastraum */
  border-radius: 500px 500px 14px 14px;
  box-shadow: var(--shadow);
  width: 100%; height: 560px; object-fit: cover;
}
.about__media .inset {
  position: absolute; bottom: 0; left: -36px; width: 46%; height: 225px; object-fit: cover;
  border-radius: 10px; border: 7px solid var(--paper); box-shadow: var(--shadow-sm);
}
.about__media .stamp {
  position: absolute; top: 26px; right: -14px; width: 112px; height: 112px;
  border-radius: 50%; background: var(--saffron); color: var(--night);
  display: grid; place-items: center; text-align: center; transform: rotate(7deg);
  font-family: var(--serif); line-height: 1.05; box-shadow: var(--shadow-sm);
}
.about__media .stamp b { font-size: 33px; display: block; }
.about__media .stamp span { font-size: 10.5px; letter-spacing: .15em; text-transform: uppercase; }
.about__body h2 { margin-bottom: 20px; }
.about__body p { margin: 0 0 20px; color: var(--ink-soft); }
.about__body .sign { font-family: var(--serif); font-style: italic; font-size: 27px; color: var(--terra); margin-top: 8px; }
.feature-row { display: flex; gap: 30px; margin-top: 32px; flex-wrap: wrap; }
.feature { flex: 1 1 150px; }
.feature .ico { font-family: var(--serif); font-size: 28px; color: var(--terra); }
.feature h4 { font-family: var(--sans); font-weight: 700; font-size: 14.5px; letter-spacing: .04em; margin: 8px 0 4px; }
.feature p { font-size: 14.5px; margin: 0; }

/* ============================================================
   SPEISEKARTE
   ============================================================ */
.menu-index {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline;
  gap: 6px 0; max-width: 860px; margin: 0 auto 52px;
  font-family: var(--serif); font-size: 18px; color: var(--ink-soft);
}
.menu-index span { padding: 0 14px; position: relative; white-space: nowrap; }
.menu-index span + span::before {
  content: "✦"; position: absolute; left: -7px; top: 50%; transform: translateY(-50%) scale(.55);
  color: var(--saffron); font-family: var(--sans);
}
.menu-index .hot { color: var(--terra); font-weight: 600; font-style: italic; }

.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.mcat {
  /* Doppelrand: äußere Schale + innerer Kern */
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 8px;
  box-shadow: var(--shadow-sm);
  transition: transform 320ms var(--ease-out), box-shadow 320ms var(--ease-out);
}
.mcat__core {
  border: 1px solid var(--line-soft); border-radius: 12px;
  padding: 26px 24px 22px; height: 100%;
  background: linear-gradient(180deg, rgba(250,245,234,.4), rgba(250,245,234,0));
}
@media (hover: hover) and (pointer: fine) {
  .mcat:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
}
.mcat__top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.mcat h3 { font-size: 25px; }
.mcat__no { font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--saffron); white-space: nowrap; }
.mcat__rule { height: 1px; background: linear-gradient(90deg, var(--saffron), transparent); margin: 0 0 16px; border: 0; }
.mcat ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.mcat li { display: flex; align-items: baseline; gap: 8px; font-size: 15.5px; }
.mcat li .no { font-size: 11.5px; color: var(--ink-soft); opacity: .7; min-width: 26px; font-variant-numeric: tabular-nums; }
.mcat li .dish { color: var(--ink); }
.mcat li .dot { flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-4px); min-width: 16px; }
.mcat li .pr { font-family: var(--serif); font-weight: 600; font-size: 16.5px; color: var(--terra); white-space: nowrap; font-variant-numeric: tabular-nums; }
.mcat__more { margin: 18px 0 0; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); }
.menu-note { text-align: center; margin-top: 44px; color: var(--ink-soft); font-size: 15px; max-width: 720px; margin-inline: auto; }
.menu-note strong { color: var(--terra); }
.menu-note a { color: var(--terra); font-weight: 600; text-decoration: none; }
.menu-note a:hover { text-decoration: underline; }

/* ============================================================
   GALERIE
   ============================================================ */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 225px; gap: 14px; }
.gallery figure { margin: 0; overflow: hidden; border-radius: 14px; position: relative; background: var(--cream-2); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms var(--ease-soft); }
.gallery figure figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 16px;
  color: #fff; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase;
  background: linear-gradient(transparent, rgba(24,12,7,.75));
}
@media (hover: hover) and (pointer: fine) {
  .gallery figure figcaption { opacity: 0; transform: translateY(8px); transition: opacity 300ms var(--ease-out), transform 300ms var(--ease-out); }
  .gallery figure:hover figcaption { opacity: 1; transform: none; }
  .gallery figure:hover img { transform: scale(1.06); }
}
.g-wide { grid-column: span 2; }
.g-tall { grid-row: span 2; }
.g-full { grid-column: 1 / -1; grid-row: span 1; }

/* ============================================================
   MITTAGSKARTE
   ============================================================ */
.lunch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lunch {
  border-radius: 16px; padding: 30px; background: #fff; border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 12px; position: relative;
  box-shadow: var(--shadow-sm);
  transition: transform 320ms var(--ease-out), box-shadow 320ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .lunch:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
}
.lunch__price { font-family: var(--serif); font-size: 42px; color: var(--terra); line-height: 1; }
.lunch__price small { font-size: 17px; color: var(--ink-soft); }
.lunch h4 { font-family: var(--sans); font-weight: 700; font-size: 17px; letter-spacing: .03em; }
.lunch p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }
.lunch__tag { position: absolute; top: 24px; right: 24px; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--saffron); font-weight: 600; }

/* ============================================================
   BÄNDER (Feiern / Lieferservice)
   ============================================================ */
.band {
  display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 0;
  border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg);
}
.band.rev .band__media { order: 2; }
.band__media { min-height: 440px; position: relative; }
.band__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band__body {
  padding: clamp(36px, 5vw, 68px);
  display: flex; flex-direction: column; justify-content: center;
  background: var(--night-2); color: var(--cream);
}
.band__body.terra { background: var(--terra); }
.band__body h3 { font-size: clamp(28px, 4vw, 46px); margin-bottom: 16px; letter-spacing: -.01em; }
.band__body p { color: rgba(246,239,226,.86); margin: 0 0 14px; }
.band__list { list-style: none; padding: 0; margin: 8px 0 28px; display: flex; flex-direction: column; gap: 10px; }
.band__list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: rgba(246,239,226,.92); }
.band__list li::before { content: "✦"; color: var(--saffron-lt); flex: none; transform: translateY(1px) scale(.8); }

/* ============================================================
   ÖFFNUNGSZEITEN + RESERVIERUNG
   ============================================================ */
.reserve { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); }
.hours-card {
  background: var(--night-2); color: var(--cream);
  border: 1px solid rgba(246,239,226,.08);
  border-radius: 20px; padding: 10px;
  box-shadow: var(--shadow);
}
.hours-card__core {
  border: 1px solid rgba(246,239,226,.12); border-radius: 13px;
  padding: clamp(26px, 4vw, 42px); height: 100%;
}
.hours-card h3 { color: var(--saffron-lt); font-size: 30px; margin-bottom: 8px; }
.open-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(246,239,226,.75); margin-bottom: 18px;
}
.open-badge .dotp { width: 8px; height: 8px; border-radius: 50%; background: var(--herb); box-shadow: 0 0 0 3px rgba(95,107,60,.3); }
.open-badge.closed .dotp { background: var(--terra); box-shadow: 0 0 0 3px rgba(166,69,38,.3); }
.hours-row { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid rgba(246,239,226,.1); font-size: 15.5px; }
.hours-row:last-of-type { border-bottom: 0; }
.hours-row .d { color: rgba(246,239,226,.82); }
.hours-row .t { color: var(--cream); font-weight: 500; font-variant-numeric: tabular-nums; }
.hours-row.closed .t { color: var(--saffron-lt); font-style: italic; }
.hours-row.today .d { color: var(--saffron-lt); font-weight: 600; }
.hours-card .sub { margin: 20px 0 0; font-size: 13.5px; color: rgba(246,239,226,.55); line-height: 1.6; }

.reserve__cta { display: flex; flex-direction: column; justify-content: center; }
.reserve__cta h3 { font-size: clamp(30px, 4vw, 48px); margin-bottom: 16px; letter-spacing: -.01em; }
.reserve__cta > p { color: var(--ink-soft); margin: 0 0 26px; }
.reserve__cta .small { font-size: 14.5px; }
.phone-box { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; }
.phone-pill {
  display: flex; align-items: center; gap: 13px; text-decoration: none;
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 15px 22px;
  box-shadow: var(--shadow-sm);
  transition: border-color 220ms var(--ease-out), transform 180ms var(--ease-out), box-shadow 260ms var(--ease-out);
}
.phone-pill:active { transform: scale(0.98); }
@media (hover: hover) and (pointer: fine) {
  .phone-pill:hover { border-color: var(--terra); transform: translateY(-2px); box-shadow: var(--shadow); }
}
.phone-pill .ico { width: 42px; height: 42px; flex: none; border-radius: 50%; background: var(--terra); color: #fff; display: grid; place-items: center; font-size: 17px; }
.phone-pill .lbl { display: block; font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); line-height: 1.3; }
.phone-pill .num { display: block; font-family: var(--serif); font-size: 24px; font-weight: 700; color: var(--ink); line-height: 1.15; }

/* ============================================================
   RESERVIERUNGS-ASSISTENT (3 Schritte)
   ============================================================ */
.booking { margin-top: 22px; }
.booking__form {
  background: #fff; border: 1px solid var(--line); border-radius: 22px;
  padding: clamp(20px, 3vw, 30px); box-shadow: var(--shadow);
}
.booking__bar { display: flex; gap: 8px; margin-bottom: 14px; }
.booking__bar .seg { height: 5px; flex: 1; border-radius: 999px; background: var(--line); transition: background 380ms var(--ease-out); }
.booking__bar .seg.is-on { background: var(--ink); }
.booking__count { font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; margin: 0 0 18px; }

.booking__step { border: 0; padding: 0; margin: 0; min-inline-size: 0; display: none; }
.booking__step.is-active { display: block; }
@media (prefers-reduced-motion: no-preference) {
  .booking__step.is-active, .booking__done:not([hidden]) { animation: bkIn 440ms var(--ease-out); }
  @keyframes bkIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
}
.booking__q { font-family: var(--serif); font-weight: 600; font-size: clamp(23px, 3.4vw, 31px); line-height: 1.08; color: var(--ink); margin: 0 0 18px; padding: 0; }

/* Optionskarten */
.opt-list { display: flex; flex-direction: column; gap: 10px; }
.opt {
  position: relative; display: flex; align-items: center; gap: 14px;
  padding: 16px 18px; border-radius: 14px; cursor: pointer;
  background: var(--cream); border: 1.5px solid transparent;
  transition: border-color 200ms var(--ease-out), background 200ms var(--ease-out), box-shadow 240ms var(--ease-out);
}
.opt input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.opt__txt { flex: 1; font-weight: 600; font-size: 16px; color: var(--ink); }
.opt__mark { width: 22px; height: 22px; flex: none; border-radius: 50%; border: 1.5px solid var(--line-soft); position: relative; transition: border-color 200ms var(--ease-out); }
.opt__mark::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: var(--terra); transform: scale(0); transition: transform 220ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) { .opt:hover { border-color: var(--saffron-lt); } }
.opt:has(input:checked) { border-color: var(--terra); background: #fff; box-shadow: var(--shadow-sm); }
.opt:has(input:checked) .opt__mark { border-color: var(--terra); }
.opt:has(input:checked) .opt__mark::after { transform: scale(1); }
.opt:has(input:focus-visible) { outline: 2px solid var(--terra); outline-offset: 2px; }

/* Felder */
.booking .field { margin-bottom: 16px; }
.booking .field > label, .field__label { display: block; font-size: 13px; font-weight: 700; letter-spacing: .03em; color: var(--ink); margin-bottom: 8px; }
.booking input[type="date"], .booking input[type="text"], .booking input[type="tel"], .booking input[type="email"], .booking textarea {
  width: 100%; font-family: var(--sans); font-size: 16px; color: var(--ink); min-height: 48px;
  background: var(--cream); border: 1.5px solid var(--line); border-radius: 12px; padding: 12px 15px;
  transition: border-color 200ms var(--ease-out), background 200ms var(--ease-out), box-shadow 200ms var(--ease-out);
}
.booking textarea { resize: vertical; min-height: 88px; line-height: 1.55; }
.booking input:focus, .booking textarea:focus { outline: none; border-color: var(--terra); background: #fff; box-shadow: 0 0 0 3px rgba(166,69,38,.13); }
.booking .is-invalid { border-color: var(--terra) !important; background: rgba(166,69,38,.05); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* Uhrzeit-Chips */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips__grp { flex-basis: 100%; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--saffron); font-weight: 600; margin: 6px 0 0; }
.chip { position: relative; cursor: pointer; }
.chip input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.chip span {
  display: flex; align-items: center; min-height: 44px; padding: 8px 17px; border-radius: 999px;
  border: 1.5px solid var(--line); background: var(--cream);
  font-size: 14.5px; font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums;
  transition: background 180ms var(--ease-out), border-color 180ms var(--ease-out), color 180ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) { .chip:hover span { border-color: var(--saffron-lt); } }
.chip input:checked + span { background: var(--terra); border-color: var(--terra); color: #fff; }
.chip input:focus-visible + span { outline: 2px solid var(--terra); outline-offset: 2px; }

/* Einwilligung + Marker */
.req { color: var(--terra); }
.opt-tag { font-size: 10.5px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); }
.consent { display: flex; gap: 12px; align-items: flex-start; margin-top: 4px; font-size: 13.5px; line-height: 1.5; color: var(--ink-soft); cursor: pointer; }
.consent input { width: 20px; height: 20px; flex: none; margin: 2px 0 0; accent-color: var(--terra); cursor: pointer; }
.consent a { color: var(--terra); font-weight: 600; }

/* Fehlermeldungen */
.booking__err { display: flex; gap: 7px; align-items: baseline; color: var(--terra); font-size: 13px; font-weight: 600; margin: 9px 0 0; }
.booking__err::before { content: "▲"; font-size: 9px; transform: translateY(-1px); }

/* Navigation */
.booking__nav { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.booking__next, .booking__send { margin-left: auto; }
/* [hidden] muss die display-Regeln von .btn und .booking__err überstimmen,
   sonst bleiben „Zurück“/„Senden“ und alle Fehlermeldungen dauerhaft sichtbar. */
.booking__nav .btn[hidden], .booking__err[hidden] { display: none; }
/* Rückmeldung, solange die Anfrage zum Server unterwegs ist */
.booking__nav .btn:disabled { opacity: .55; cursor: default; transform: none; }
/* Honigtopf gegen Spam-Bots — für Gäste unsichtbar und nicht fokussierbar */
.booking .hp { display: none; }

/* Erfolg */
.booking__done { text-align: center; padding: clamp(26px, 4vw, 42px); background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.booking__done-mark { width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 50%; background: var(--herb); color: #fff; display: grid; place-items: center; font-size: 30px; box-shadow: 0 0 0 6px rgba(95,107,60,.14); }
.booking__done h4 { font-family: var(--serif); font-size: 30px; color: var(--ink); margin-bottom: 10px; }
.booking__done p { color: var(--ink-soft); margin: 0 auto 12px; max-width: 400px; font-size: 15px; }
.booking__done #bkSummary, .booking__done-hint { }
#bkSummary { color: var(--ink); font-weight: 700; font-size: 16px; }
.booking__done-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 18px; }

/* ============================================================
   ANFAHRT / KARTE
   ============================================================ */
.map-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 0; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); }
.map-info { background: var(--terra); color: #fff; padding: clamp(32px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; }
.map-info h3 { font-size: 34px; margin-bottom: 24px; }
.map-info .row { display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start; }
.map-info .row .ico { font-size: 19px; color: var(--saffron-lt); flex: none; }
.map-info .row a { color: #fff; text-underline-offset: 3px; }
.map-info .row .k { font-size: 11.5px; letter-spacing: .13em; text-transform: uppercase; opacity: .75; }
.map-frame { min-height: 440px; position: relative; }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; filter: saturate(.82) contrast(1.02); }

/* ============================================================
   SOCIAL
   ============================================================ */
.social-cta { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--night); color: rgba(246,239,226,.68); padding: 76px 0 30px; }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer__brand p { margin: 18px 0 0; max-width: 330px; font-size: 15px; line-height: 1.7; }
.footer h5 { font-family: var(--sans); font-weight: 700; font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--saffron-lt); margin: 6px 0 18px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.footer a { color: rgba(246,239,226,.68); text-decoration: none; font-size: 15px; transition: color 180ms var(--ease-out); }
.footer a:hover { color: var(--saffron-lt); }
.footer__legal { margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(246,239,226,.1); display: flex; flex-direction: column; gap: 8px; }
.footer__legal summary { cursor: pointer; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: rgba(246,239,226,.5); transition: color 180ms var(--ease-out); width: max-content; }
.footer__legal summary:hover { color: var(--saffron-lt); }
.footer__legal p { font-size: 13.5px; line-height: 1.75; max-width: 660px; margin: 10px 0 8px; color: rgba(246,239,226,.55); }
.legal-body { max-width: 720px; }
.legal-body h6 { font-family: var(--sans); font-weight: 700; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--saffron-lt); margin: 16px 0 2px; }
.legal-reopen { background: none; border: 1px solid rgba(246,239,226,.28); color: rgba(246,239,226,.72); border-radius: 999px; padding: 8px 16px; font-family: var(--sans); font-size: 12.5px; letter-spacing: .04em; cursor: pointer; transition: color 180ms var(--ease-out), border-color 180ms var(--ease-out); }
.legal-reopen:hover { color: var(--saffron-lt); border-color: var(--saffron-lt); }
.legal-actions { margin-top: 16px; }

/* ---- Karten-Einwilligung ---- */
.map-consent { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; text-align: center; padding: 26px; background: radial-gradient(120% 100% at 50% 0%, var(--night-2), var(--night)); color: var(--cream); }
.map-consent__in { max-width: 360px; }
.map-consent__ico { font-size: 34px; display: block; margin-bottom: 10px; }
.map-consent h4 { font-family: var(--serif); font-size: 26px; color: var(--saffron-lt); margin-bottom: 10px; }
.map-consent p { font-size: 13.5px; line-height: 1.6; color: rgba(246,239,226,.8); margin: 0 0 20px; }
.map-consent a { color: var(--saffron-lt); text-underline-offset: 3px; }

/* ============================================================
   COOKIE-/DATENSCHUTZ-BANNER
   ============================================================ */
.cookie { position: fixed; z-index: 160; left: 16px; right: 16px; bottom: 16px; display: flex; justify-content: center; pointer-events: none; }
.cookie[hidden] { display: none; }
.cookie__in {
  pointer-events: auto; width: 100%; max-width: 760px;
  display: flex; align-items: center; gap: 24px;
  background: rgba(38,20,11,.97); color: var(--cream);
  border: 1px solid rgba(234,186,107,.22); border-radius: 18px;
  padding: 18px 22px; box-shadow: var(--shadow-lg);
}
@media (prefers-reduced-motion: no-preference) {
  .cookie:not([hidden]) .cookie__in { animation: cookieIn 520ms var(--ease-out); }
  @keyframes cookieIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
}
.cookie__txt strong { display: block; font-family: var(--serif); font-size: 20px; color: var(--saffron-lt); margin-bottom: 3px; }
.cookie__txt p { margin: 0; font-size: 13.5px; line-height: 1.55; color: rgba(246,239,226,.82); }
.cookie__txt a { color: var(--saffron-lt); text-underline-offset: 3px; }
.cookie__btns { display: flex; gap: 10px; flex: none; }
.cookie__btns .btn { padding: 12px 20px; font-size: 14px; }
.cookie__btns .btn.ghost { background: transparent; color: var(--cream); border-color: rgba(246,239,226,.4); }
@media (hover: hover) and (pointer: fine) {
  .cookie__btns .btn.ghost:hover { background: var(--cream); color: var(--night); border-color: var(--cream); }
}
@media (max-width: 720px) {
  .cookie { left: 10px; right: 10px; bottom: 64px; }
  .cookie__in { flex-direction: column; align-items: stretch; gap: 14px; padding: 18px; }
  .cookie__btns .btn { flex: 1; justify-content: center; }
}
.footer__bottom { margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(246,239,226,.1); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; }

/* ============================================================
   MOBILE ANRUF-LEISTE
   ============================================================ */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 110;
  display: none;
  gap: 1px; background: rgba(38,20,11,.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-bottom: env(safe-area-inset-bottom);
}
.callbar a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 10px; text-decoration: none;
  font-family: var(--sans); font-weight: 600; font-size: 14.5px; letter-spacing: .02em;
}
.callbar .cb-res { background: var(--saffron); color: var(--night); }
.callbar .cb-ord { background: var(--night); color: var(--cream); }

/* ============================================================
   REVEAL BEIM SCROLLEN
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 700ms var(--ease-out) var(--d, 0ms), transform 820ms var(--ease-out) var(--d, 0ms);
  }
  .reveal.in { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__bg img { transform: none; animation: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .menu-grid, .lunch-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  /* Bento auf Tablet zu gleichmäßigem 2×3-Raster auflösen */
  .gallery figure { grid-column: auto; grid-row: auto; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav__links, .nav__phone { display: none; }
  .nav__burger { display: block; }
  .about, .reserve, .band, .band.rev, .map-wrap { grid-template-columns: 1fr; }
  .band.rev .band__media { order: 0; }
  .band__media { min-height: 300px; }
  .about__media { margin-bottom: 34px; }
  .about__media .main { height: 400px; }
  .hero__strip-in { grid-template-columns: repeat(2, 1fr); gap: 18px 24px; }
  .callbar { display: flex; }
  body { padding-bottom: 54px; }
}
@media (max-width: 560px) {
  body { font-size: 16.5px; }
  .brand__logo { height: 46px; }
  .menu-grid, .lunch-grid, .gallery { grid-template-columns: 1fr; }
  .gallery { grid-auto-rows: 240px; }
  .g-wide, .g-tall { grid-column: auto; grid-row: auto; }
  .about__media .inset { display: none; }
  .about__media .main { height: 340px; border-radius: 300px 300px 12px 12px; }
  .about__media .stamp { right: 4px; width: 96px; height: 96px; }
  .about__media .stamp b { font-size: 28px; }
  .footer__top { grid-template-columns: 1fr; }
  .menu-index { font-size: 16px; }
  .hero__inner { padding-top: 110px; }
  .field-row { grid-template-columns: 1fr; }
  .booking__nav { flex-wrap: wrap; }
}

/* ============================================================
   ERWEITERUNGEN · Hero-Bild (mobil), Reservierung zentriert,
   Modal, Gästestimmen, Speisekarten-PDF
   ============================================================ */

/* ---- Hero: <picture> füllt den Hintergrund ---- */
.hero__bg picture { position: absolute; inset: 0; display: block; }
.hero__bg picture img { width: 100%; height: 100%; object-fit: cover; }

/* ---- Öffnungszeiten-Karte als zentriertes Kernelement ---- */
.hours-card--center { max-width: 840px; margin-inline: auto; }
.hours-list {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, auto); grid-auto-flow: column;
  column-gap: clamp(24px, 4vw, 52px);
}
.hours-card--center .hours-row:nth-last-of-type(1),
.hours-card--center .hours-row:nth-last-of-type(4) { border-bottom: 0; }

.reserve-cta {
  margin-top: 24px; padding-top: 26px;
  border-top: 1px solid rgba(246,239,226,.15);
  display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap;
}
.reserve-cta__txt { flex: 1 1 320px; }
.reserve-cta__txt .eyebrow { margin-bottom: 10px; }
.reserve-cta__txt h3 { color: var(--cream); font-size: clamp(21px, 2.6vw, 26px); margin: 0 0 8px; }
.reserve-cta__txt p { color: rgba(246,239,226,.72); font-size: 14.5px; margin: 0; }
.reserve-cta__btns { display: flex; flex-direction: column; gap: 10px; flex: none; min-width: 230px; }
.reserve-cta__btns .btn { justify-content: center; }

/* ---- Reservierungs-Modal (Popup) ---- */
body.no-scroll { overflow: hidden; }
.modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: clamp(12px, 4vw, 34px); }
.modal[hidden] { display: none; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(24,12,7,.62); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.modal__panel {
  position: relative; z-index: 1; width: 100%; max-width: 560px;
  max-height: min(92vh, 920px); overflow-y: auto; -webkit-overflow-scrolling: touch;
  background: var(--paper); border: 1px solid var(--line); border-radius: 24px;
  box-shadow: var(--shadow-lg); padding: clamp(22px, 4vw, 36px);
}
.modal__close {
  position: absolute; top: 14px; right: 16px; z-index: 2;
  width: 42px; height: 42px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--cream); color: var(--ink); font-size: 26px; line-height: 1;
  display: grid; place-items: center;
  transition: background 180ms var(--ease-out), transform 160ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) { .modal__close:hover { background: var(--cream-2); } }
.modal__close:active { transform: scale(.94); }
.modal__head { margin-bottom: 20px; padding-right: 44px; }
.modal__head h3 { font-size: clamp(26px, 4vw, 34px); color: var(--ink); margin-top: 4px; letter-spacing: -.01em; }
.modal__foot { margin: 20px 0 0; font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }
.modal__foot a { color: var(--terra); font-weight: 600; }
/* Formular sitzt direkt im Modal, keine zweite Karte */
.modal__panel .booking__form { background: transparent; border: 0; box-shadow: none; padding: 0; }
.modal__panel .booking__done { background: transparent; border: 0; box-shadow: none; padding: 6px 0 2px; }
@media (prefers-reduced-motion: no-preference) {
  .modal:not([hidden]) .modal__panel { animation: modalIn 460ms var(--ease-out); }
  .modal:not([hidden]) .modal__backdrop { animation: modalFade 320ms ease; }
  @keyframes modalIn { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }
  @keyframes modalFade { from { opacity: 0; } to { opacity: 1; } }
}

/* ---- Speisekarten-PDF-CTA ---- */
.menu-pdf { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 46px; }
.menu-pdf__ico { font-size: 15px; margin-right: 2px; }
.menu-pdf__hint { font-size: 13px; color: var(--ink-soft); letter-spacing: .02em; text-align: center; }
.menu-pdf + .menu-note { margin-top: 30px; }

/* ---- Gästestimmen ---- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi {
  margin: 0; background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 30px 28px; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 16px;
  transition: transform 320ms var(--ease-out), box-shadow 320ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) { .testi:hover { transform: translateY(-4px); box-shadow: var(--shadow); } }
.testi__stars { color: var(--saffron); font-size: 17px; letter-spacing: 3px; }
.testi blockquote { margin: 0; font-family: var(--serif); font-style: italic; font-size: 20px; line-height: 1.42; color: var(--ink); text-wrap: pretty; }
.testi__by { display: flex; align-items: center; gap: 13px; margin-top: auto; }
.testi__ava { width: 46px; height: 46px; flex: none; border-radius: 50%; background: var(--cream-2); color: var(--terra); font-family: var(--serif); font-weight: 700; font-size: 21px; display: grid; place-items: center; }
.testi__meta { display: flex; flex-direction: column; line-height: 1.3; }
.testi__name { font-weight: 700; font-size: 15px; color: var(--ink); }
.testi__src { font-size: 12.5px; color: var(--ink-soft); }

/* ---- Responsive Ergänzungen ---- */
@media (max-width: 900px) {
  .testi-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
}
@media (max-width: 700px) {
  .hours-list { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-flow: row; }
  .hours-card--center .hours-row:nth-last-of-type(4) { border-bottom: 1px solid rgba(246,239,226,.1); }
  .reserve-cta { flex-direction: column; align-items: stretch; }
  .reserve-cta__btns { min-width: 0; }
}

/* ============================================================
   RUNDE 3 · Personen-Stepper, Galerie-WOW (Lightbox, Karussell,
   Ken-Burns), Delivery
   ============================================================ */

/* ---- Personen-Stepper (genaue Anzahl) ---- */
.stepper { display: flex; align-items: stretch; justify-content: center; gap: 14px; margin: 4px 0 2px; }
.stepper__btn {
  width: 62px; height: 74px; flex: none; border-radius: 16px;
  border: 1.5px solid var(--line); background: var(--cream); color: var(--terra);
  font-size: 32px; line-height: 1; cursor: pointer; font-family: var(--sans);
  display: grid; place-items: center;
  transition: background 180ms var(--ease-out), border-color 180ms var(--ease-out), transform 140ms var(--ease-out);
}
.stepper__btn:active { transform: scale(.93); }
@media (hover: hover) and (pointer: fine) { .stepper__btn:hover { border-color: var(--terra); background: #fff; } }
.stepper__field {
  flex: 1 1 auto; max-width: 210px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: #fff; border: 1.5px solid var(--line); border-radius: 16px; padding: 6px 10px;
  transition: border-color 180ms var(--ease-out), box-shadow 180ms var(--ease-out);
}
.stepper__field:focus-within { border-color: var(--terra); box-shadow: 0 0 0 3px rgba(166,69,38,.12); }
.stepper__field:has(.is-invalid) { border-color: var(--terra); background: rgba(166,69,38,.05); }
.stepper__field input {
  width: 100%; text-align: center; border: 0; background: transparent; outline: none;
  font-family: var(--serif); font-weight: 600; font-size: 42px; color: var(--ink); line-height: 1.05;
  -moz-appearance: textfield; appearance: textfield;
}
.stepper__field input::-webkit-outer-spin-button,
.stepper__field input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.stepper__unit { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); margin-top: 1px; }

.quick-persons { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 16px 0 2px; }
.quick-persons__btn {
  min-width: 48px; height: 42px; padding: 0 12px; border-radius: 999px;
  border: 1.5px solid var(--line); background: var(--cream); color: var(--ink);
  font-family: var(--sans); font-weight: 600; font-size: 15px; cursor: pointer;
  font-variant-numeric: tabular-nums;
  transition: background 160ms var(--ease-out), border-color 160ms var(--ease-out), color 160ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) { .quick-persons__btn:hover { border-color: var(--saffron-lt); } }
.quick-persons__btn.is-on { background: var(--terra); border-color: var(--terra); color: #fff; }
.booking__hint { font-size: 13px; color: var(--ink-soft); line-height: 1.55; margin: 16px 0 0; }
.booking__hint a { color: var(--terra); font-weight: 600; }

/* ---- Galerie: Klick-Hinweis + Ken-Burns-Einblendung ---- */
.gallery figure { cursor: pointer; }
.gallery figure:focus-visible { outline: 2px solid var(--saffron); outline-offset: 3px; }
.g-cue {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(24,12,7,.5); color: #fff; display: grid; place-items: center; font-size: 17px;
  opacity: 0; transform: scale(.8);
  transition: opacity 280ms var(--ease-out), transform 280ms var(--ease-out);
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
}
@media (hover: hover) and (pointer: fine) { .gallery figure:hover .g-cue { opacity: 1; transform: none; } }
@media (hover: none) { .g-cue { opacity: .92; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  .gallery figure.in img { animation: gZoom 1500ms var(--ease-soft); }
  @keyframes gZoom { from { transform: scale(1.14); } to { transform: scale(1); } }
}

/* ---- Galerie-Karussell (mobil) ---- */
.gallery-dots { display: none; }
@media (max-width: 700px) {
  .gallery {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    gap: 14px; grid-auto-rows: auto;
    margin-inline: calc(var(--gut) * -1); padding: 4px var(--gut) 10px;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
  }
  .gallery::-webkit-scrollbar { display: none; }
  .gallery figure {
    flex: 0 0 82%; scroll-snap-align: center; aspect-ratio: 4 / 3; height: auto;
    grid-column: auto !important; grid-row: auto !important;
  }
  .gallery figure img { height: 100%; }
  .gallery figure figcaption { opacity: 1; transform: none; }
  .gallery-dots { display: flex; justify-content: center; gap: 9px; margin-top: 18px; }
  .gdot { width: 8px; height: 8px; padding: 0; border-radius: 50%; border: 0; background: var(--line); cursor: pointer; transition: background 220ms var(--ease-out), transform 220ms var(--ease-out); }
  .gdot.is-on { background: var(--terra); transform: scale(1.4); }
}

/* ---- Lightbox ---- */
.lightbox { position: fixed; inset: 0; z-index: 320; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(4px, 2vw, 20px); padding: clamp(12px, 3vw, 40px); }
.lightbox[hidden] { display: none; }
.lightbox__backdrop { position: absolute; inset: 0; background: rgba(16,9,5,.93); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.lightbox__stage { position: relative; z-index: 1; grid-column: 2; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; max-height: 90vh; }
.lightbox__stage img { max-width: min(1100px, 92vw); max-height: 80vh; width: auto; height: auto; border-radius: 12px; box-shadow: 0 40px 90px -30px rgba(0,0,0,.8); object-fit: contain; }
.lightbox__stage figcaption { margin-top: 16px; color: var(--cream); font-family: var(--serif); font-style: italic; font-size: clamp(16px, 2.4vw, 22px); text-align: center; }
.lightbox__close { position: absolute; top: clamp(12px, 3vw, 24px); right: clamp(12px, 3vw, 24px); z-index: 2; width: 48px; height: 48px; border-radius: 50%; border: 0; cursor: pointer; background: rgba(246,239,226,.14); color: var(--cream); font-size: 28px; line-height: 1; display: grid; place-items: center; transition: background 180ms var(--ease-out); }
.lightbox__close:hover { background: rgba(246,239,226,.28); }
.lightbox__nav { position: relative; z-index: 2; width: 56px; height: 56px; flex: none; border-radius: 50%; border: 1px solid rgba(246,239,226,.25); background: rgba(246,239,226,.1); color: var(--cream); font-size: 30px; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background 180ms var(--ease-out), transform 160ms var(--ease-out); }
.lightbox__nav:hover { background: rgba(246,239,226,.24); }
.lightbox__nav:active { transform: scale(.94); }
.lightbox__prev { grid-column: 1; }
.lightbox__next { grid-column: 3; }
.lightbox__count { position: absolute; bottom: clamp(14px, 3vw, 26px); left: 50%; transform: translateX(-50%); z-index: 2; color: rgba(246,239,226,.7); font-size: 13px; letter-spacing: .14em; font-variant-numeric: tabular-nums; }
@media (prefers-reduced-motion: no-preference) {
  .lightbox:not([hidden]) .lightbox__backdrop { animation: modalFade 320ms ease; }
  .lightbox__stage img.lb-in { animation: lbIn 420ms var(--ease-out); }
  @keyframes lbIn { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: none; } }
}
@media (max-width: 620px) {
  .lightbox { grid-template-columns: 1fr; }
  .lightbox__stage { grid-column: 1; }
  .lightbox__nav { position: fixed; bottom: 22px; width: 52px; height: 52px; }
  .lightbox__prev { left: 22px; }
  .lightbox__next { right: 22px; }
  .lightbox__count { bottom: 38px; }
  .lightbox__stage figcaption { max-width: 80vw; }
}

.gallery-hint { text-align: center; margin: 22px 0 0; font-size: 13.5px; color: var(--ink-soft); letter-spacing: .02em; }
@media (max-width: 700px) { .gallery-hint { display: none; } }

/* ============================================================
   RUNDE 4 · Logo-Emblem, Reservierungswege (E-Mail/WhatsApp),
   Speisen-Showcase (madamchutney-inspiriert)
   ============================================================ */

/* ---- Marken-Emblem in der Navigation ---- */
.brand { gap: 12px; }
.brand__emblem { height: 46px; width: auto; flex: none; }

/* ---- Reservierungswege: E-Mail-Assistent + WhatsApp ---- */
.reserve-options { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 840px; margin: 22px auto 0; }
.res-opt {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: clamp(24px, 3vw, 34px); box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; align-items: flex-start; gap: 12px;
  transition: transform 320ms var(--ease-out), box-shadow 320ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) { .res-opt:hover { transform: translateY(-4px); box-shadow: var(--shadow); } }
.res-opt__ico { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: var(--cream); color: var(--terra); font-size: 24px; }
.res-opt__ico--wa { background: rgba(37,211,102,.14); color: #128C4B; }
.res-opt h3 { font-size: clamp(20px, 2.5vw, 25px); color: var(--ink); letter-spacing: -.01em; }
.res-opt p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }
.res-opt__btn { margin-top: 10px; }
.res-opt .btn { width: 100%; justify-content: center; }

.btn--wa { --b: #25D366; background: #25D366; border-color: #25D366; color: #0a3a24; }
.btn--wa .btn__circ { background: rgba(10,58,36,.16); }
@media (hover: hover) and (pointer: fine) { .btn--wa:hover { background: #1fbe5b; border-color: #1fbe5b; color: #0a3a24; } }

/* ---- Speisen-Showcase (dunkle Sektion, Endlos-Marquee) ---- */
.speisen { background: var(--night); color: var(--cream); position: relative; overflow: hidden; }
.speisen h2 { color: var(--cream); }
.speisen .lead { color: rgba(246,239,226,.74); }
.orn--light span { color: var(--saffron-lt); }
.orn--light::before { background: linear-gradient(90deg, transparent, var(--saffron-lt)); }
.orn--light::after { background: linear-gradient(90deg, var(--saffron-lt), transparent); }

.dish-marquee {
  margin: clamp(30px, 5vh, 54px) 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.dish-track { display: flex; width: max-content; }
@media (prefers-reduced-motion: no-preference) {
  .dish-track { animation: dishScroll 48s linear infinite; }
  .dish-marquee:hover .dish-track { animation-play-state: paused; }
  @keyframes dishScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
}
@media (prefers-reduced-motion: reduce) {
  .dish-marquee { overflow-x: auto; scrollbar-width: none; }
  .dish-marquee::-webkit-scrollbar { display: none; }
}
.dish-marquee .dish {
  flex: 0 0 auto; margin-right: 18px; width: clamp(230px, 25vw, 320px); aspect-ratio: 3 / 4;
  border: 0; padding: 0; cursor: pointer; position: relative;
  border-radius: 16px; overflow: hidden; background: var(--night-2);
  box-shadow: 0 24px 50px -26px rgba(0,0,0,.7);
}
.dish-marquee .dish img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms var(--ease-soft); }
@media (hover: hover) and (pointer: fine) { .dish-marquee .dish:hover img { transform: scale(1.07); } }
.dish-marquee .dish__cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 34px 18px 16px;
  color: #fff; font-family: var(--serif); font-style: italic; font-size: 19px; text-align: left;
  background: linear-gradient(transparent, rgba(16,9,5,.85));
}
.dish-marquee .dish::after {
  content: "⤢"; position: absolute; top: 12px; right: 12px; width: 36px; height: 36px;
  border-radius: 50%; background: rgba(16,9,5,.5); color: #fff; display: grid; place-items: center;
  font-size: 15px; opacity: 0; transition: opacity 260ms var(--ease-out); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
}
@media (hover: hover) and (pointer: fine) { .dish-marquee .dish:hover::after { opacity: 1; } }
@media (hover: none) { .dish-marquee .dish::after { opacity: .85; } }
.dish-marquee .dish:focus-visible { outline: 2px solid var(--saffron); outline-offset: 3px; }
.speisen__cta { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ---- Responsive ---- */
@media (max-width: 700px) {
  .reserve-options { grid-template-columns: 1fr; max-width: 480px; }
}
@media (max-width: 560px) {
  .brand__emblem { height: 38px; }
  .dish-marquee .dish { width: 76vw; }
}

/* ============================================================
   RUNDE 5 · Editorial-Feature-Blöcke (Feiern / Lieferservice)
   Design-Sprache nach Madam Chutney: luftiger Split, große
   Typografie, versetzte Bild-Ebene, gestaffelter Scroll-Fluss
   ============================================================ */
.splitfeature { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(34px, 6vw, 96px); align-items: center; }
.splitfeature--rev .splitfeature__media { order: 2; }

.splitfeature__media { position: relative; }
.splitfeature__frame {
  position: relative; z-index: 1; overflow: hidden; border-radius: 20px;
  box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3;
}
.splitfeature__frame img { position: absolute; inset: -6% 0 auto 0; width: 100%; height: 112%; object-fit: cover; will-change: transform; }
/* versetzter Akzentrahmen hinter dem Bild */
.splitfeature__media::after {
  content: ""; position: absolute; z-index: 0; right: -20px; bottom: -20px;
  width: 62%; height: 72%; border-radius: 20px; border: 1.5px solid var(--saffron); opacity: .55;
}
.splitfeature--rev .splitfeature__media::after { right: auto; left: -20px; }
/* schwebendes Kennzahl-Badge */
.splitfeature__badge {
  position: absolute; z-index: 2; top: 18px; left: 18px;
  display: inline-flex; align-items: baseline; gap: 7px;
  background: rgba(38,20,11,.62); color: rgba(246,239,226,.9);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid rgba(234,186,107,.3); border-radius: 999px;
  padding: 9px 16px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
}
.splitfeature--rev .splitfeature__badge { left: auto; right: 18px; }
.splitfeature__badge b { font-family: var(--serif); font-size: 21px; font-weight: 600; color: var(--saffron-lt); letter-spacing: 0; }

.splitfeature__body .eyebrow { margin-bottom: 16px; }
.splitfeature__body h2 { font-size: clamp(31px, 4.3vw, 52px); letter-spacing: -.01em; text-wrap: balance; margin-bottom: 18px; }
.splitfeature__lead { font-size: 18.5px; color: var(--ink-soft); margin: 0 0 26px; max-width: 46ch; }
.splitfeature__list { list-style: none; margin: 0 0 30px; padding: 0; }
.splitfeature__list li { position: relative; padding: 14px 0 14px 28px; border-top: 1px solid var(--line); font-size: 15.5px; color: var(--ink); }
.splitfeature__list li:last-child { border-bottom: 1px solid var(--line); }
.splitfeature__list li::before { content: "✦"; position: absolute; left: 0; top: 14px; color: var(--saffron); font-size: 13px; }

/* gestaffelter Scroll-Reveal (Bild + Text nacheinander) */
.splitfeature.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .splitfeature .splitfeature__media,
  .splitfeature .splitfeature__body > * { opacity: 0; transform: translateY(30px); transition: opacity 800ms var(--ease-out), transform 900ms var(--ease-out); }
  .splitfeature .splitfeature__media { transform: translateY(34px) scale(.985); }
  .splitfeature.in .splitfeature__media { opacity: 1; transform: none; transition-delay: 40ms; }
  .splitfeature.in .splitfeature__body > * { opacity: 1; transform: none; }
  .splitfeature.in .splitfeature__body > *:nth-child(1) { transition-delay: 150ms; }
  .splitfeature.in .splitfeature__body > *:nth-child(2) { transition-delay: 230ms; }
  .splitfeature.in .splitfeature__body > *:nth-child(3) { transition-delay: 310ms; }
  .splitfeature.in .splitfeature__body > *:nth-child(4) { transition-delay: 390ms; }
  .splitfeature.in .splitfeature__body > *:nth-child(5) { transition-delay: 470ms; }
}

@media (max-width: 860px) {
  .splitfeature { grid-template-columns: 1fr; gap: 28px; }
  .splitfeature--rev .splitfeature__media { order: 0; }
  .splitfeature__media::after { display: none; }
  .splitfeature__lead { max-width: none; }
}

/* ============================================================
   RUNDE 6 · dunkle Sektionen, Galerie-Marquee, Footer-Emblem,
   animierte Überschriften (Madam-Chutney-Sprache)
   ============================================================ */

/* ---- dunkle Sektion (Feiern) ---- */
.section--night { background: var(--night); color: var(--cream); }
.section--night h2 { color: var(--cream); }
.section--night .eyebrow { color: var(--saffron-lt); }
.section--night .splitfeature__lead { color: rgba(246,239,226,.74); }
.section--night .splitfeature__list li { color: var(--cream); border-top-color: rgba(246,239,226,.14); }
.section--night .splitfeature__list li:last-child { border-bottom-color: rgba(246,239,226,.14); }

/* ---- Reservierungskarten dunkel (wie Öffnungszeiten) ---- */
.res-opt { background: var(--night-2); border-color: rgba(246,239,226,.1); box-shadow: var(--shadow); }
.res-opt h3 { color: var(--cream); }
.res-opt p { color: rgba(246,239,226,.72); }
.res-opt__ico { background: rgba(246,239,226,.08); color: var(--saffron-lt); }
.res-opt__ico--wa { background: rgba(37,211,102,.18); color: #43d17f; }

/* ---- Galerie als Endlos-Marquee (helle Identität) ---- */
.room-marquee {
  margin: clamp(30px, 5vh, 54px) 0 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.room-track { display: flex; width: max-content; }
@media (prefers-reduced-motion: no-preference) {
  .room-track { animation: roomScroll 54s linear infinite; }
  .room-marquee:hover .room-track { animation-play-state: paused; }
  @keyframes roomScroll { from { transform: translateX(-50%); } to { transform: translateX(0); } }
}
@media (prefers-reduced-motion: reduce) {
  .room-marquee { overflow-x: auto; scrollbar-width: none; }
  .room-marquee::-webkit-scrollbar { display: none; }
}
.room {
  flex: 0 0 auto; margin-right: 16px; width: clamp(260px, 30vw, 400px); aspect-ratio: 4 / 3;
  border: 0; padding: 0; cursor: pointer; position: relative; border-radius: 16px; overflow: hidden;
  background: var(--cream-2); box-shadow: var(--shadow);
}
.room img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms var(--ease-soft); }
@media (hover: hover) and (pointer: fine) { .room:hover img { transform: scale(1.06); } }
.room__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 16px 14px; color: #fff; font-family: var(--serif); font-style: italic; font-size: 18px; text-align: left; background: linear-gradient(transparent, rgba(16,9,5,.8)); }
.room::after { content: "⤢"; position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%; background: rgba(16,9,5,.5); color: #fff; display: grid; place-items: center; font-size: 14px; opacity: 0; transition: opacity 260ms var(--ease-out); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
@media (hover: hover) and (pointer: fine) { .room:hover::after { opacity: 1; } }
@media (hover: none) { .room::after { opacity: .85; } }
.room:focus-visible { outline: 2px solid var(--saffron); outline-offset: 3px; }
@media (max-width: 560px) { .room { width: 76vw; } }

/* ---- Footer-Emblem als Abschluss-/Trennelement ---- */
.footer__crest { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 5vw, 46px); margin-bottom: 52px; }
.footer__crest-line { height: 1px; flex: 1; max-width: 240px; background: linear-gradient(90deg, transparent, rgba(246,239,226,.24)); }
.footer__crest-line:last-child { background: linear-gradient(90deg, rgba(246,239,226,.24), transparent); }
.footer__emblem { flex: none; display: inline-flex; line-height: 0; color: var(--saffron); }
.footer__emblem svg { width: clamp(58px, 9vw, 78px); height: auto; display: block; }
@media (max-width: 560px) { .footer__emblem svg { width: 54px; } }

/* ---- animierte Überschriften: Wörter steigen auf ---- */
.words .word { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .1em; margin-bottom: -.1em; }
.words .word__i { display: inline-block; transform: translateY(112%); transition: transform 700ms var(--ease-out); will-change: transform; }
.words.words-in .word__i { transform: none; }
@media (prefers-reduced-motion: reduce) { .words .word__i { transform: none; } }

/* ============================================================
   RUNDE 7 · Galerie als Collage, Hero-Typewriter
   ============================================================ */

/* ---- Räume als animierte Collage ---- */
.collage { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 16px; margin-top: clamp(30px, 5vh, 50px); }
.collage__it { position: relative; overflow: hidden; border: 0; padding: 0; margin: 0; cursor: pointer; border-radius: 14px; background: var(--cream-2); box-shadow: var(--shadow-sm); }
.collage__it img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms var(--ease-soft); }
.collage__it--tall { grid-row: span 2; }
.collage__it--wide { grid-column: span 2; }
.collage__it--wide-full { grid-column: 1 / -1; }
.collage__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px; color: #fff; font-family: var(--serif); font-style: italic; font-size: 16px; text-align: left; background: linear-gradient(transparent, rgba(16,9,5,.78)); }
.collage__it::after { content: "⤢"; position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border-radius: 50%; background: rgba(16,9,5,.5); color: #fff; display: grid; place-items: center; font-size: 14px; opacity: 0; transition: opacity 260ms var(--ease-out); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
@media (hover: hover) and (pointer: fine) { .collage__it:hover img { transform: scale(1.06); } .collage__it:hover::after { opacity: 1; } }
@media (hover: none) { .collage__it::after { opacity: .85; } }
.collage__it:focus-visible { outline: 2px solid var(--saffron); outline-offset: 3px; }

.collage.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .collage__it { opacity: 0; transform: translateY(26px) scale(.94); transition: opacity 700ms var(--ease-out), transform 820ms var(--ease-out); transition-delay: calc(var(--i, 0) * 95ms); }
  .collage.in .collage__it { opacity: 1; transform: none; }
}
/* Mobil: kompaktes 2-Spalten-Mosaik */
@media (max-width: 860px) {
  .collage { grid-template-columns: 1fr 1fr; grid-auto-rows: 165px; grid-auto-flow: dense; gap: 12px; }
  .collage__it--wide, .collage__it--wide-full { grid-column: auto; }
  .collage__it--tall { grid-row: span 2; }
}
@media (max-width: 420px) { .collage { grid-auto-rows: 140px; } }

/* ---- Hero-Titel: Typewriter ---- */
.hero__title.tw .tw-c { opacity: 0; }
.hero__title.tw .tw-c.on { opacity: 1; }
.tw-caret { display: inline-block; width: 3px; height: .78em; margin-left: 3px; vertical-align: -0.02em; background: var(--saffron-lt); border-radius: 1px; animation: twBlink 1s steps(1) infinite; }
.tw-caret--done { animation: none; opacity: 0; transition: opacity 700ms var(--ease-out); }
@keyframes twBlink { 50% { opacity: 0; } }

/* ============================================================
   RUNDE 8 · Speisekarte als Akkordeon + Kategorie-Chips
   ============================================================ */
.menu-index { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; max-width: 900px; margin: 0 auto 30px; font-family: var(--sans); }
.mchip { border: 1.5px solid var(--line); background: #fff; color: var(--ink); border-radius: 999px; padding: 9px 17px; font-family: var(--sans); font-weight: 600; font-size: 14px; cursor: pointer; transition: background 180ms var(--ease-out), border-color 180ms var(--ease-out), color 180ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) { .mchip:hover { border-color: var(--terra); color: var(--terra); } }
.mchip.is-active { background: var(--terra); border-color: var(--terra); color: #fff; }

.menu-acc { max-width: 860px; margin: 26px auto 0; display: flex; flex-direction: column; gap: 14px; }
.acc { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); overflow: hidden; scroll-margin-top: 90px; }
.acc__head { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "title chev" "teaser chev"; align-items: center; gap: 3px 16px; width: 100%; text-align: left; border: 0; background: none; cursor: pointer; padding: clamp(18px,3vw,24px) clamp(18px,3vw,26px); transition: background 200ms var(--ease-out); }
.acc__title { grid-area: title; display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.acc__name { font-family: var(--serif); font-weight: 600; font-size: clamp(21px,2.6vw,26px); color: var(--ink); line-height: 1.1; }
.acc__sub { font-family: var(--serif); font-style: italic; font-size: 14.5px; color: var(--saffron); }
.acc__teaser { grid-area: teaser; font-size: 13.5px; color: var(--ink-soft); }
.acc__price { grid-area: price; font-family: var(--serif); font-weight: 600; font-size: 26px; color: var(--terra); line-height: 1; white-space: nowrap; }
.acc__price small { font-size: 14px; color: var(--ink-soft); }
.acc__chev { grid-area: chev; width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--line); position: relative; flex: none; transition: transform 380ms var(--ease-out), border-color 200ms var(--ease-out), background 200ms var(--ease-out); }
.acc__chev::before, .acc__chev::after { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 1.6px; background: var(--terra); border-radius: 2px; transition: background 200ms var(--ease-out); }
.acc__chev::before { transform: translate(-72%,-50%) rotate(45deg); }
.acc__chev::after { transform: translate(-28%,-50%) rotate(-45deg); }
@media (hover: hover) and (pointer: fine) { .acc__head:hover { background: rgba(250,245,234,.55); } .acc__head:hover .acc__chev { border-color: var(--terra); } }
.acc.is-open .acc__chev { transform: rotate(180deg); background: var(--terra); border-color: var(--terra); }
.acc.is-open .acc__chev::before, .acc.is-open .acc__chev::after { background: #fff; }
.acc__head:focus-visible { outline: 2px solid var(--terra); outline-offset: -3px; }

.acc__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 440ms var(--ease-io); }
.acc.is-open .acc__panel { grid-template-rows: 1fr; }
.acc__panel-in { overflow: hidden; }
.dishlist { list-style: none; margin: 0; padding: 2px clamp(18px,3vw,26px) clamp(16px,2.6vw,22px); }
.dishrow { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: 6px 14px; padding: 11px 0; border-top: 1px solid var(--line-soft); }
.dishrow:first-child { border-top: 0; }
.dishrow .no { font-size: 11.5px; color: var(--ink-soft); opacity: .65; min-width: 26px; font-variant-numeric: tabular-nums; }
.dishmain { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.dishmain .dish { font-weight: 600; font-size: 15.5px; color: var(--ink); }
.dishmain .desc { font-size: 13px; color: var(--ink-soft); line-height: 1.45; }
.dishrow .pr { font-family: var(--serif); font-weight: 600; font-size: 16px; color: var(--terra); white-space: nowrap; font-variant-numeric: tabular-nums; }
.acc__note { padding: 4px clamp(18px,3vw,26px) clamp(18px,3vw,22px); font-size: 15px; color: var(--ink-soft); line-height: 1.6; }

/* Mittag-Variante mit Preis im Kopf */
.acc--lunch .acc__head { grid-template-columns: 1fr auto auto; grid-template-areas: "title price chev" "teaser price chev"; }

/* ============================================================
   RUNDE 10 · KEGELBAHN-Unterseite (kegelbahn.html)
   Eigene kb-* Namen gegen Klassenkollisionen. Gleiche Tokens,
   gleiche Sprache: warmes Papier / Espresso / Safran, Cormorant.
   ============================================================ */

/* ---- Hero: Poster als gerahmtes Schild auf Espresso ---- */
.kb-hero { position: relative; overflow: hidden; background: var(--night); color: var(--cream);
  padding: clamp(104px, 13vh, 148px) 0 clamp(60px, 9vh, 96px); }
/* Foto-Hintergrund (Kegelbahn-Aufnahme) + Lesbarkeits-Scrim */
.kb-hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.kb-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.kb-hero__bg::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(66% 50% at 50% -2%, rgba(209,138,43,.16), transparent 60%),
    linear-gradient(90deg, rgba(14,8,4,.95) 0%, rgba(14,8,4,.80) 38%, rgba(14,8,4,.46) 64%, rgba(14,8,4,.60) 100%),
    linear-gradient(180deg, rgba(14,8,4,.5) 0%, rgba(14,8,4,0) 22%, rgba(14,8,4,0) 60%, rgba(14,8,4,.78) 100%);
}
/* Sektion selbst bleibt sichtbar (kein Cremeweiß-Flash); nur der Inhalt animiert per .in */
.kb-hero.reveal { opacity: 1; transform: none; }
.kb-hero__in { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr 1.12fr;
  gap: clamp(30px, 5vw, 68px); align-items: center; }
.kb-hero__frame {
  position: relative; width: 100%; padding: 11px; border-radius: 22px;
  background: linear-gradient(150deg, rgba(234,186,107,.55), rgba(124,47,20,.22));
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,.14);
  transform: translateY(26px) scale(.985); opacity: 0;
  transition: opacity 900ms var(--ease-out), transform 1000ms var(--ease-out);
}
.kb-hero__frame::after { content: ""; position: absolute; inset: 11px; border-radius: 13px;
  border: 1px solid rgba(234,186,107,.38); pointer-events: none; }
.kb-hero__frame img { display: block; width: 100%; height: auto; border-radius: 13px; }
.kb-hero__copy { max-width: 560px; }
.kb-hero__copy > * { opacity: 0; transform: translateY(22px); transition: opacity 800ms var(--ease-out), transform 900ms var(--ease-out); }
.kb-hero .eyebrow { color: var(--saffron-lt); margin-bottom: 16px; }
.kb-hero h1 { font-size: clamp(36px, 4.6vw, 62px); line-height: 1.02; letter-spacing: -.01em; text-wrap: balance; }
.kb-hero h1 em { font-style: italic; color: var(--saffron-lt); }
.kb-hero__lead { font-size: 18.5px; color: rgba(243,235,216,.82); margin: 18px 0 0; max-width: 50ch; }
.kb-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.kb-hero.in .kb-hero__frame { opacity: 1; transform: none; }
.kb-hero.in .kb-hero__copy > * { opacity: 1; transform: none; }
.kb-hero.in .kb-hero__copy > *:nth-child(1) { transition-delay: 240ms; }
.kb-hero.in .kb-hero__copy > *:nth-child(2) { transition-delay: 330ms; }
.kb-hero.in .kb-hero__copy > *:nth-child(3) { transition-delay: 420ms; }
.kb-hero.in .kb-hero__copy > *:nth-child(4) { transition-delay: 510ms; }
@media (prefers-reduced-motion: reduce) {
  .kb-hero__frame, .kb-hero__copy > * { opacity: 1; transform: none; transition: none; }
}

/* ---- Angebots-Merkmale (4 Karten) ---- */
.kb-feats { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 24px); }
.kb-feat { position: relative; padding: clamp(26px, 3vw, 34px) clamp(22px, 2.4vw, 28px); border-radius: 20px;
  background: var(--paper); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,.5);
  transition: transform 600ms var(--ease-out), box-shadow 600ms var(--ease-out); }
@media (hover: hover) { .kb-feat:hover { transform: translateY(-5px); box-shadow: var(--shadow); } }
.kb-feat__ic { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 20px;
  border-radius: 50%; border: 1px solid var(--line); color: var(--terra);
  background: radial-gradient(120% 120% at 30% 20%, rgba(255,255,255,.7), rgba(236,224,200,.5)); }
.kb-feat__ic svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.35;
  stroke-linecap: round; stroke-linejoin: round; }
.kb-feat h3 { font-family: var(--serif); font-weight: 600; font-size: 23px; letter-spacing: -.005em; margin-bottom: 8px; color: var(--ink); }
.kb-feat p { font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); margin: 0; }

/* ---- Galerie (Impressionen) mit Lightbox ---- */
.kb-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 1.8vw, 22px); }
.kb-shot { position: relative; margin: 0; overflow: hidden; border-radius: 20px; cursor: zoom-in;
  height: clamp(380px, 56vh, 580px); box-shadow: var(--shadow); background: var(--night-2);
  border: 0; padding: 0; width: 100%; display: block; }
.kb-shot img { display: block; width: 100%; height: 100%; object-fit: cover;
  transition: transform 1000ms var(--ease-out); }
@media (hover: hover) { .kb-shot:hover img { transform: scale(1.055); } }
.kb-shot__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 46px 22px 18px;
  text-align: left; color: #fff; font-family: var(--serif); font-size: 20px; letter-spacing: .01em;
  background: linear-gradient(transparent, rgba(18,9,4,.74));
  opacity: 0; transform: translateY(10px); transition: opacity 500ms var(--ease-out), transform 500ms var(--ease-out); }
.kb-shot:hover .kb-shot__cap, .kb-shot:focus-visible .kb-shot__cap { opacity: 1; transform: none; }
.kb-shot::after { content: "⤢"; position: absolute; top: 14px; right: 16px; width: 38px; height: 38px;
  display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 16px;
  background: rgba(20,10,4,.42); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.22); opacity: 0; transition: opacity 400ms var(--ease-out); }
.kb-shot:hover::after, .kb-shot:focus-visible::after { opacity: 1; }

/* ---- Abschluss-Band (dunkel, zentrierter CTA) ---- */
.kb-band { text-align: center; }
.kb-band .eyebrow { justify-content: center; color: var(--saffron-lt); margin-bottom: 18px; }
.kb-band .eyebrow::after { content: ""; width: 34px; height: 1px; background: var(--saffron); }
.kb-band h2 { font-size: clamp(32px, 4.6vw, 56px); letter-spacing: -.01em; text-wrap: balance; color: var(--cream); }
.kb-band__lead { font-size: 18.5px; color: rgba(243,235,216,.8); margin: 18px auto 0; max-width: 54ch; }
.kb-band__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 30px; }
.kb-band__note { margin-top: 20px; font-size: 14px; color: rgba(243,235,216,.62); letter-spacing: .02em; }

/* Abschluss-Band kompakt: Footer ist gleich dunkel (--night), daher wenig
   Bodenabstand, sonst entsteht eine große braune Leerfläche vor dem Footer. */
.kb-final { padding-top: clamp(44px, 6vh, 68px); padding-bottom: clamp(12px, 2vh, 22px); }
/* Footer auf der Kegelbahn-Seite kompakter (kleinere braune Endfläche) */
body.kb-page .footer { padding-top: 40px; }
body.kb-page .footer__crest { margin-bottom: 30px; }

/* Hero-Split klappt auf dem Handy zu mittigem Stapel um (Bild oben) */
@media (max-width: 860px) {
  .kb-hero__in { grid-template-columns: 1fr; gap: clamp(26px, 5vh, 40px); justify-items: center; text-align: center; }
  .kb-hero__copy { max-width: 600px; }
  .kb-hero .eyebrow { justify-content: center; }
  .kb-hero__lead { margin-left: auto; margin-right: auto; }
  .kb-hero__cta { justify-content: center; }
  .kb-hero__frame { order: -1; width: min(540px, 100%); }
  .kb-hero__bg img { object-position: center 44%; }
  .kb-hero__bg::after { background:
    radial-gradient(92% 40% at 50% 0%, rgba(209,138,43,.14), transparent 60%),
    linear-gradient(180deg, rgba(14,8,4,.66) 0%, rgba(14,8,4,.52) 42%, rgba(14,8,4,.86) 100%); }
}

@media (max-width: 900px) {
  .kb-feats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .kb-gallery { grid-template-columns: 1fr; }
  .kb-shot { height: auto; aspect-ratio: 4 / 3; }
  .kb-shot--tall { aspect-ratio: 4 / 5; }
}
@media (max-width: 540px) {
  .kb-feats { grid-template-columns: 1fr; }
}

/* Zwei-Button-Reihe in Split-CTAs (Feiern-Sektion, Kegelbahn-Link) */
.splitfeature__cta { display: flex; flex-wrap: wrap; gap: 14px; }

/* ============================================================
   FOOTER — Referenz „Website von VistaFront"
   Eigene Zeile zwischen Rechtstexten und Copyright.
   Farbwelt: Creme auf Espresso, Safran als Akzent.
   ============================================================ */
.footer .footer__vf {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(246, 239, 226, .1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px 32px;
  text-decoration: none;
  color: inherit;
}
/* Auf Seiten ohne Rechtstext-Block (Kegelbahn) mehr Luft nach oben */
.footer__top + .footer__vf { margin-top: 52px; }

/* Darf schrumpfen: bei mittlerer Breite bricht der Claim um, statt die CTA umzuwerfen */
.footer__vf-id { flex: 1 1 auto; display: flex; align-items: center; gap: 16px; min-width: 0; }
/* Originallogo in Markenfarben (Navy/Blau) braucht auf Espresso einen hellen Träger */
.footer__vf-badge {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* Padding um die Eigenluft der SVG reduziert (Zeichen füllt nur 408x233 der 463x286-viewBox) */
  padding: 6px 9px;
  border-radius: 11px;
  background: var(--cream);
  opacity: .9;
  transition: opacity 300ms var(--ease-out), background-color 300ms var(--ease-out);
}
.footer .footer__vf:hover .footer__vf-badge,
.footer .footer__vf:focus-visible .footer__vf-badge { opacity: 1; background: var(--paper); }
/* 25px SVG-Höhe ergibt 20px sichtbare Zeichenhöhe */
.footer__vf-mark { display: block; height: 25px; width: auto; }

.footer__vf-text { display: block; min-width: 0; }
.footer__vf-eyebrow {
  display: block;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 12.5px;
  line-height: 1.3;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(246, 239, 226, .6);
  transition: color 260ms var(--ease-out);
}
.footer .footer__vf:hover .footer__vf-eyebrow,
.footer .footer__vf:focus-visible .footer__vf-eyebrow { color: var(--saffron-lt); }
.footer__vf-claim {
  display: block;
  margin-top: 6px;
  font-size: 13.5px;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(246, 239, 226, .5);
}

.footer__vf-cta {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--saffron-lt);
}
.footer__vf-cta svg {
  display: block;
  flex: none;
  transition: transform 480ms var(--ease-out);
}
.footer .footer__vf:hover .footer__vf-cta svg,
.footer .footer__vf:focus-visible .footer__vf-cta svg { transform: translateX(5px); }

/* Schmal: CTA rutscht auf eine eigene Zeile unter die Kennung */
@media (max-width: 700px) {
  .footer .footer__vf { flex-wrap: wrap; align-items: flex-start; gap: 18px; }
  .footer__vf-id { flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .footer__vf-cta svg { transition: none; }
  .footer .footer__vf:hover .footer__vf-cta svg { transform: none; }
}
