/* ════════════════════════════════════════════════════════════
   LA FENICE — Design-System (Tiara-Sprache)
   Tokens · Grid · Nav · Hero · Sektionen · Menü · Formular ·
   Hover-Vokabular · Reveals · Footer. Eine Quelle der Wahrheit.
   ════════════════════════════════════════════════════════════ */
:root {
  --cols: 12;
  --gutter: clamp(16px, 2vw, 24px);
  --margin: clamp(20px, 4vw, 56px);
  --bl: 8px;
  --maxw: 1200px;
  --cream: #F5F0E8;
  --paper: #FAF6EE;
  --ink: #1A1614;
  --night: #14100E;
  --maroon: #571E1A;
  --maroon-deep: #431714;
  --red: #C93E45;
  --gold: #D4A03D;
  --piazza-blau: #0066B3;
  --hairline: rgba(26, 22, 20, 0.16);
  --ease: cubic-bezier(0.24, 1, 0.36, 1);
  --ease-entrance: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-line: cubic-bezier(0.86, 0, 0.07, 1);
}

* { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; overflow-x: clip; } /* clip auf html, NICHT body — body-clip bricht position:sticky in Safari */
body {
  margin: 0;
  background: var(--night);
  color: var(--ink);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
::selection { background: rgba(201, 62, 69, 0.22); color: var(--ink); }
:focus-visible { outline: 1px solid var(--red); outline-offset: 4px; }

.serif { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; }
.mono-label { font-size: 10px; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; }
.script { font-family: 'Caveat', cursive; font-weight: 600; }

/* ── Grid: Wrap + Subgrid-Bänder ── */
.wrap {
  width: 100%;
  max-width: calc(var(--maxw) + 2 * var(--margin));
  margin-inline: auto;
  padding-inline: var(--margin);
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  column-gap: var(--gutter);
  align-items: start;
}
.band {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid;
  column-gap: var(--gutter);
  align-items: start;
}
@supports not (grid-template-columns: subgrid) {
  .band { grid-template-columns: repeat(var(--cols), 1fr); }
}
@media (max-width: 768px) {
  .wrap > *:not(.sm-keep), .band > *:not(.sm-keep) { grid-column: 1 / -1 !important; }
}

/* ── Buttons ── */
.btn {
  display: inline-block;
  font-size: 10px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase;
  padding: 13px 26px; border-radius: 999px;
  background: rgba(245, 240, 232, 0.92); color: var(--ink);
  transition: background 350ms var(--ease), color 350ms var(--ease), box-shadow 350ms var(--ease), transform 350ms var(--ease);
}
/* Ein Hover-Prinzip fuer ALLE Buttons: gefuellt <-> offen.
   Kein Rot, kein Gold — der Kontrast kommt aus den zwei Toenen des Buttons selbst. */
.btn:hover { background: transparent; color: var(--cream); box-shadow: inset 0 0 0 1.5px var(--cream); }
.btn:active { transform: scale(0.96); }
.btn--dark { background: var(--ink); color: var(--cream); }
.btn--dark:hover { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn--ghost { background: rgba(245, 240, 232, 0.08); color: inherit; box-shadow: inset 0 0 0 1.5px currentColor; backdrop-filter: blur(4px); }
.btn--ghost:hover { background: var(--cream); color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--cream); }
/* Button-Paare ausserhalb der Finales: Desktop nebeneinander, Mobile gestapelt */
.btn-row { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 10px; }
@media (max-width: 768px) {
  .btn-row { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
  .btn-row--center { align-items: center; }
}

/* ── Nav (fixed, Belichtungswechsel) ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 24px var(--margin);
  color: var(--cream);
  transition: background 450ms var(--ease), box-shadow 450ms var(--ease), padding 450ms var(--ease);
}
.nav.scrolled {
  background: rgba(20, 16, 14, 0.88);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 1px 0 rgba(245, 240, 232, 0.12);
  padding-top: 14px; padding-bottom: 14px;
}
.nav-brand .serif { font-size: 21px; letter-spacing: 0.02em; }
/* Wortmarke (Creme, nur auf dunklem Grund) — Hoehe steuert, Breite folgt dem 2.08:1-Verhaeltnis */
.nav-brand { display: flex; align-items: center; }
.nav-brand img { height: 48px; width: auto; max-width: none; transition: height 450ms var(--ease); }
.nav.scrolled .nav-brand img { height: 36px; }
.footer-brand { display: block; height: 68px; width: auto; max-width: none; margin-bottom: 4px; }
@media (max-width: 900px) {
  .nav-brand img { height: 36px; transition: none; }
  .footer-brand { height: 52px; }
  /* CTA darf neben Logo + Menue nicht auf zwei Zeilen brechen */
  .nav .btn { white-space: nowrap; padding-inline: 17px; letter-spacing: 0.16em; }
  .nav { gap: 12px; transition: none; }
  /* Mobile: Navbar scrollt mit weg — fixe Leiste kaempfte mit iOS' Adressleiste */
  .nav { position: absolute; }
  .nav.scrolled {
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
    padding-top: 24px; padding-bottom: 24px;
  }

}
.nav-links { display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); flex-wrap: wrap; justify-content: flex-end; }
.nav-links a { font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; opacity: 0.85; transition: opacity 250ms var(--ease); }
.nav-links a:hover { opacity: 1; }
.nav-links a.is-active { opacity: 1; }
.nav-links a.is-active.fx-wipe::after { transform: scaleX(1); background: currentColor; opacity: 0.5; }

/* ── Hero (Vollbild-Foto, Copy unten) ── */
.hero {
  position: relative;
  min-height: 92svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--cream);
  isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; background: var(--maroon-deep); }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.05) brightness(0.72); animation: bgSettle 2.6s var(--ease-entrance) both; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26, 22, 20, 0.55), rgba(26, 22, 20, 0.15) 34%, rgba(26, 22, 20, 0.22) 52%, rgba(26, 22, 20, 0.8));
}
.hero-copy { padding-bottom: clamp(40px, 6vh, 64px); align-items: end; row-gap: 24px; }
.hero-main { grid-column: 1 / 9; }
.hero-side { grid-column: 9 / 13; justify-self: end; text-align: right; font-size: 11px; line-height: 2; color: rgba(245, 240, 232, 0.75); }
.hero-side .scrollhint { color: var(--gold); }
.hero-kicker { color: rgba(245, 240, 232, 0.8); margin-bottom: 18px; display: block; }
.hero-h {
  margin: 0 0 22px;
  font-size: clamp(38px, 5.2vw, 84px);
  line-height: 1.02;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.hero-h em { font-style: italic; text-transform: none; letter-spacing: 0; font-size: 1.06em; }
.hero-main p { margin: 0 0 26px; max-width: 52ch; font-size: 12.5px; color: rgba(245, 240, 232, 0.88); }
.hero-script { display: inline-block; font-size: clamp(22px, 2.2vw, 34px); color: var(--gold); transform: rotate(-3deg); margin-bottom: 8px; }
/* Widescreen: Hero-Copy flieht mit der randlosen Nav (Logo/CTA), nicht mit der 1200px-Spalte */
@media (min-width: 1440px) {
  .hero-copy { max-width: none; }
  .hero-h { font-size: clamp(84px, 5.2vw, 108px); }
}

@keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes bgSettle { from { transform: scale(1.045); } to { transform: none; } }
.hero-kicker, .hero-h, .hero-main p, .hero-main .btn, .hero-main .hero-script, .hero-side {
  opacity: 0; animation: rise 1s var(--ease-entrance) forwards;
}
.hero-kicker { animation-delay: 0.25s; }
.hero-h { animation-delay: 0.4s; }
.hero-main .hero-script { animation-delay: 0.55s; }
.hero-main p { animation-delay: 0.62s; }
.hero-main .btn { animation-delay: 0.78s; }
.hero-side { animation-delay: 0.95s; }

/* ── Sektionen ── */
.sec { padding: clamp(88px, 11vh, 152px) 0; }
.sec--paper { background: var(--paper); }
.sec--cream { background: var(--cream); }
.sec--maroon { background: var(--maroon); color: var(--cream); position: relative; }
.sec--night { background: var(--night); color: var(--cream); }
.sec--blau { background: var(--piazza-blau); color: var(--cream); }
.sec--maroon .mono-label, .sec--night .mono-label { color: var(--gold); }
.sec--maroon p, .sec--night p { color: rgba(245, 240, 232, 0.86); }
.sec--tape::before {
  content: "";
  position: absolute; top: -14px; left: 50%;
  width: 130px; height: 30px;
  background: rgba(224, 205, 169, 0.85);
  transform: translateX(-50%) rotate(-2deg);
}

.sec-h {
  margin: 10px 0 0;
  font-size: clamp(32px, 4vw, 60px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.015em;
}
.sec-h em { font-style: italic; text-transform: none; }
.sec-head { margin-bottom: 48px; align-items: end; row-gap: 16px; }
.sec-head > div { grid-column: 1 / 8; }
.sec-head > .sec-note { grid-column: 9 / 13; }
.sec-note { font-size: 11.5px; color: rgba(26, 22, 20, 0.65); }
.sec--night .sec-note, .sec--maroon .sec-note { color: rgba(245, 240, 232, 0.6); }

/* Kapitel (Geschichte): Text + Polaroid im Wechsel */
.chapter { align-items: center; row-gap: 48px; }
.chapter-copy p { margin: 0 0 16px; font-size: 12.5px; max-width: 48ch; }
.chapter-tag { color: var(--red); display: block; margin-bottom: 6px; }
.sec--maroon .chapter-tag { color: var(--gold); }

/* Polaroid + Filmstreifen */
.polaroid {
  position: relative;
  background: var(--paper);
  padding: 12px 12px 40px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
  color: var(--ink);
}
.polaroid img { width: 100%; height: 100%; object-fit: cover; }
.polaroid-cap {
  position: absolute; left: 0; right: 0; bottom: 8px;
  text-align: center;
  font-family: 'Caveat', cursive; font-weight: 600;
  font-size: 21px; color: rgba(26, 22, 20, 0.75);
}
.polaroid--tape::before {
  content: "";
  position: absolute; top: -12px; left: 34%;
  width: 92px; height: 26px;
  background: rgba(224, 205, 169, 0.85);
  transform: rotate(-3deg);
}
.filmstrip {
  background: #100C0B;
  padding: 12px 10px;
  display: grid; gap: 10px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4);
}
.filmstrip img { aspect-ratio: 0.92; object-fit: cover; opacity: 0.92; }

/* Personen-Zeilen (Familie) + Credits */
.person { padding: 28px 4px; border-bottom: 1px solid var(--hairline); align-items: baseline; transition: background 300ms var(--ease); }
.person:first-of-type { border-top: 1px solid var(--hairline); }
.person:hover { background: rgba(201, 62, 69, 0.045); }
.person-id { grid-column: 1 / 5; display: flex; align-items: baseline; gap: 16px; }
.person-num { font-size: 12px; color: var(--red); font-style: italic; font-family: 'Cormorant Garamond', serif; font-weight: 500; min-width: 2em; }
.person-name { font-size: clamp(26px, 2.8vw, 40px); line-height: 1; transition: color 300ms var(--ease); }
.person:hover .person-name { color: var(--red); }
.person-role { grid-column: 5 / 8; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(26, 22, 20, 0.55); align-self: center; }
.person-text { grid-column: 8 / 13; font-size: 12px; color: rgba(26, 22, 20, 0.7); margin: 0; }

/* ── Menü (Print-Sprache: punktierte Preislinien) ── */
.mc-cat { padding: 40px 0; border-top: 1px solid var(--hairline); }
.mc-cat:first-of-type { border-top: 0; padding-top: 0; }
.mc-id { grid-column: 1 / 4; }
.mc-num { font-size: 13px; color: var(--red); font-style: italic; font-family: 'Cormorant Garamond', serif; font-weight: 500; }
.mc-title { margin: 4px 0 2px; font-size: clamp(26px, 2.6vw, 38px); line-height: 1.05; }
.mc-sub { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(26, 22, 20, 0.5); }
.mc-items { grid-column: 4 / 13; display: grid; gap: 2px; }
.mc-item { display: flex; align-items: baseline; gap: 12px; padding: 9px 0; }
.mc-name { font-size: 15px; font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; white-space: nowrap; transition: color 250ms var(--ease); }
.mc-item:hover .mc-name { color: var(--red); }
.mc-desc { font-size: 11px; color: rgba(26, 22, 20, 0.6); }
.mc-fill { flex: 1; min-width: 20px; border-bottom: 1px dotted rgba(26, 22, 20, 0.3); transform: translateY(-0.35em); }
.mc-price { font-size: 12px; font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
.mc-all { font-size: 9px; color: rgba(26, 22, 20, 0.4); letter-spacing: 0.08em; white-space: nowrap; }
.mc-legend { grid-column: 1 / 13; margin: 32px 0 0; padding-top: 20px; border-top: 1px dotted rgba(26, 22, 20, 0.3); font-size: 10.5px; line-height: 1.8; letter-spacing: 0.04em; color: rgba(26, 22, 20, 0.5); }
.mc-promo {
  display: grid;
  gap: 14px;
  margin: 0 0 26px;
  padding: clamp(20px, 2.4vw, 30px);
  overflow: hidden;
  border-top: 3px solid var(--gold);
  border-radius: 4px;
  background:
    radial-gradient(480px 240px at 92% 0%, rgba(212, 160, 61, 0.1), transparent 62%),
    var(--maroon-deep);
  color: var(--cream);
}
.mc-promo-label { color: var(--gold); }
.mc-promo-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 20px;
}
.mc-promo-title {
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 0.98;
  text-wrap: balance;
}
.mc-promo-deal {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  color: rgba(245, 240, 232, 0.78);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.mc-promo-deal strong {
  color: var(--cream);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.mc-promo-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px 22px;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(245, 240, 232, 0.16);
  color: rgba(245, 240, 232, 0.68);
  font-size: 10px;
  line-height: 1.6;
}

/* Getränke: zweispaltige Karten */
.dk-grid { row-gap: 40px; }
.dk-cat { grid-column: span 6; }
.dk-cat h3 { margin: 0 0 2px; font-size: clamp(22px, 2.2vw, 30px); }
.dk-sub { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(26, 22, 20, 0.5); display: block; margin-bottom: 14px; }
.dk-item { display: flex; align-items: baseline; gap: 12px; padding: 6px 0; font-size: 12px; }
.dk-fill { flex: 1; min-width: 20px; border-bottom: 1px dotted rgba(26, 22, 20, 0.3); transform: translateY(-0.35em); }
.dk-price { font-variant-numeric: tabular-nums; font-weight: 600; white-space: nowrap; }
.dk-all { font-size: 9px; color: rgba(26, 22, 20, 0.4); letter-spacing: 0.08em; white-space: nowrap; margin-right: 2px; }
@media (max-width: 360px) {
  /* Sehr schmale Phones: lange Mengen-/Preiszeilen brauchen den Platz der
     Punktlinie. Das Zweispaltenraster bleibt lesbar und exakt im Viewport. */
  .dk-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
  .dk-fill { display: none; }
  .dk-price { justify-self: end; }
}

/* ── Galerie (Nacht) ── */
.gal { row-gap: 0; }
.gal figure { margin: 0; position: relative; transition: opacity 600ms var(--ease), filter 600ms var(--ease); }
.gal figure img { width: 100%; aspect-ratio: 0.92; object-fit: cover; border-radius: 4px; transition: filter 900ms cubic-bezier(0.18, 1, 0.22, 1); }
.gal figcaption { margin-top: 12px; font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); transition: color 400ms var(--ease); }
.gal-media { position: relative; display: block; }
.gal-media::after {
  content: ""; position: absolute; inset: 10px;
  border: 1px solid rgba(212, 160, 61, 0);
  transition: border-color 600ms var(--ease);
  pointer-events: none;
}
.gal > figure:nth-of-type(1) { grid-column: 1 / 5; }
.gal > figure:nth-of-type(2) { grid-column: 5 / 9; }
.gal > figure:nth-of-type(3) { grid-column: 9 / 13; }

/* ── Reservierung: Telefon-Karte (kein Formular — Tische gibt's nur am Telefon) ── */
.form-card { grid-column: 1 / 8; background: var(--paper); border-radius: 8px; padding: clamp(28px, 3.5vw, 48px); box-shadow: 0 16px 48px rgba(26, 22, 20, 0.08); }
.call-card { text-align: center; padding-block: clamp(40px, 5vw, 72px); }
.call-badge { display: inline-block; padding: 7px 14px; border: 1px solid var(--red);
  font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); }
.call-h { margin: 22px 0 0; font-size: clamp(32px, 4vw, 58px); line-height: 1.02;
  text-transform: uppercase; letter-spacing: 0.015em; }
.call-h em { font-style: italic; text-transform: none; color: var(--red); }
.call-lead { margin: 16px auto 0; max-width: 44ch; font-size: 12.5px; line-height: 1.7; color: rgba(26, 22, 20, 0.68); }
/* Die Nummer ist das Hauptelement der Seite — Display-Serif, Ziffern tabellarisch. */
.call-num { display: block; margin-top: clamp(24px, 3vw, 40px);
  font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600;
  font-size: clamp(30px, 3.8vw, 54px); line-height: 1; letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums; color: var(--ink); white-space: nowrap;
  text-decoration: none; transition: opacity 300ms var(--ease); }
.call-num:hover { opacity: 0.6; }
.call-cta { display: block; margin-top: clamp(22px, 2.6vw, 34px); }
.call-hours { margin: 20px 0 0; font-family: 'IBM Plex Mono', monospace; font-size: 11px;
  letter-spacing: 0.1em; color: rgba(26, 22, 20, 0.5); }
.info-stack { grid-column: 8 / 13; display: grid; gap: 18px; }
.info-card { background: var(--paper); border-radius: 8px; padding: 26px; box-shadow: 0 16px 48px rgba(26, 22, 20, 0.08); }
.info-card--night { background: var(--ink); color: var(--cream); }
.info-card--night .mono-label { color: var(--gold); }
.info-card h3 { margin: 8px 0 10px; font-size: clamp(22px, 2vw, 28px); }
.info-card p, .info-card li { font-size: 11.5px; color: rgba(26, 22, 20, 0.7); }
.info-card--night p, .info-card--night li { color: rgba(245, 240, 232, 0.8); }
.info-card ul { margin: 0; padding-left: 16px; display: grid; gap: 8px; }

/* Besuchs-Panel (Adresse + Zeiten) */
.visit { align-items: end; row-gap: 32px; }
.visit-main { grid-column: 1 / 8; }
.visit-hours { grid-column: 9 / 13; display: grid; }
.visit-address { margin: 12px 0 16px; font-size: clamp(34px, 4.4vw, 64px); line-height: 1.02; text-transform: uppercase; letter-spacing: 0.015em; }
.visit-address em { font-style: italic; text-transform: none; color: var(--red); }
.sec--night .visit-address em, .sec--maroon .visit-address em { color: var(--gold); }
.visit-row { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-bottom: 1px solid rgba(245, 240, 232, 0.14); font-size: 11.5px; }
.visit-row:last-child { border-bottom: 0; }
.visit-day { letter-spacing: 0.14em; text-transform: uppercase; font-size: 10px; color: rgba(245, 240, 232, 0.6); }
.visit-time { font-variant-numeric: tabular-nums; }

/* ── Finale ── */
.finale { text-align: center; }
.finale .wrap > * { grid-column: 3 / 11; justify-self: center; }
.finale-h { margin: 14px auto 22px; font-size: clamp(40px, 6vw, 96px); line-height: 1; text-transform: uppercase; letter-spacing: 0.015em; }
.finale-h em { font-style: italic; text-transform: none; color: var(--red); }
.sec--blau .finale-h em { color: var(--gold); }
.finale p { margin: 0 auto 32px; max-width: 46ch; font-size: 12.5px; }
.finale .btn + .btn { margin-left: 10px; }
/* Mobile: Finale-Buttons immer untereinander, mittig, mit klarer Luft —
   margin-left:0 hatte nebeneinander passende Paare aneinandergeklebt */
@media (max-width: 768px) {
  .finale .btn { display: block; width: fit-content; margin-inline: auto; }
  .finale .btn + .btn { margin-left: auto; margin-top: 16px; }
}


/* ── Footer ── */
.footer {
  background: var(--night);
  color: rgba(245, 240, 232, 0.82);
  border-top: 1px solid rgba(245, 240, 232, 0.12);
  padding: clamp(48px, 7vh, 80px) 0 32px;
}
.footer-grid { align-items: end; row-gap: 32px; }
.footer-grid > div:first-child { grid-column: 1 / 7; }
.footer-grid > div:last-child { grid-column: 7 / 13; justify-self: end; text-align: right; }
.footer .serif { font-size: 30px; color: var(--cream); }
.footer-meta { font-size: 11px; line-height: 2; }
.footer-meta a { position: relative; }
.footer-meta a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px;
  background: var(--cream);
  transform: scaleX(0); transform-origin: right;
  transition: transform 450ms var(--ease-line);
}
.footer-meta a:hover::after { transform: scaleX(1); transform-origin: left; }
.footer-bottom {
  max-width: calc(var(--maxw) + 2 * var(--margin)); margin: 40px auto 0;
  padding: 16px var(--margin) 0;
  border-top: 1px solid rgba(245, 240, 232, 0.14);
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between;
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(245, 240, 232, 0.5);
}
.credit-link { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; color: inherit; }
.credit-link b { font-weight: 600; }
/* Mobile: Footer einspaltig linksbuendig — rechtsbuendige Linkliste unter linkem Adressblock sah zerrissen aus */
@media (max-width: 768px) {
  .footer-grid > div:last-child { justify-self: start; text-align: left; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .credit-link { white-space: normal; overflow-wrap: anywhere; line-height: 1.7; }
}


/* Curtain */
.page { position: relative; z-index: 1; background: var(--cream); box-shadow: 0 24px 72px rgba(0, 0, 0, 0.35); }
.footer.curtain { position: fixed; left: 0; right: 0; bottom: 0; z-index: 0; }

/* ── Reveals ── */
[data-r] { opacity: 0; transform: translateY(24px); transition: opacity 0.85s var(--ease), transform 0.85s var(--ease); transition-delay: calc(var(--i, 0) * 90ms); }
[data-r].in { opacity: 1; transform: none; }

/* ── Hover-Vokabular ── */
@media (hover: hover) {
  .gal:hover figure:not(:hover) { opacity: 0.45; filter: saturate(0.8); }
  .gal figure:hover .gal-media::after { border-color: rgba(212, 160, 61, 0.55); }
  .gal figure:hover figcaption { color: var(--cream); }
  .gal figure:hover img { filter: saturate(1.08) brightness(1.04); }
  .polaroid, .filmstrip { transition: transform 700ms var(--ease), box-shadow 700ms var(--ease); }
  .polaroid:hover { box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45); }
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .nav-links a:not(.btn) { display: none; }
  .hero-side { text-align: left; justify-self: start; } /* Box UND Text links — halb umgestellt sah zerrissen aus */
  /* Mobile: Copy liegt ueber der hellen Bildmitte — Verlauf dort dezent tiefer */
  .hero-bg::after {
    background: linear-gradient(180deg,
      rgba(26, 22, 20, 0.55),
      rgba(26, 22, 20, 0.28) 26%,
      rgba(26, 22, 20, 0.5) 52%,
      rgba(26, 22, 20, 0.88));
  }

  .dk-cat { grid-column: 1 / -1; }
}
@media (max-width: 430px) and (max-height: 700px) {
  /* Kleine/kurze Phones: Der Hero darf höher als der Viewport werden, damit
     Nav, Kicker und Headline nie übereinander geraten. */
  .hero { min-height: 700px; }
}
@media (max-width: 340px) {
  /* Auf 320px ist Logo + Reservierungs-CTA + Menü zu dicht. Die identische
     Reservierungs-CTA bleibt prominent im Drawer. */
  .nav-links { display: none; }
}
/* Speisekarte mobil: Karten-Layout statt Flexzeile — Name+Preis oben, Beschreibung darunter.
   (Desktop-Nowrap + globales min-width:0 ließ Name und Beschreibung übereinanderlaufen.) */
@media (max-width: 768px) {
  .mc-promo {
    gap: 16px;
    margin: 0 0 22px;
    padding: 20px 18px;
  }
  .mc-promo-offer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
  }
  .mc-promo-title { font-size: clamp(27px, 9vw, 36px); }
  .mc-promo-deal { justify-content: space-between; }
  .mc-promo-meta { display: grid; justify-content: start; }
  .mc-item {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "name price" "desc desc" "all all";
    align-items: baseline;
    column-gap: 14px; row-gap: 3px;
    padding: 13px 0;
    border-bottom: 1px dotted rgba(26, 22, 20, 0.22);
  }
  .mc-item:last-child { border-bottom: 0; }
  .mc-name { grid-area: name; white-space: normal; font-size: 16px; }
  .mc-price { grid-area: price; justify-self: end; font-size: 13px; }
  .mc-desc { grid-area: desc; }
  .mc-all { grid-area: all; }
  .mc-fill { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-bg img, .hero-kicker, .hero-h, .hero-main p, .hero-main .btn, .hero-main .hero-script, .hero-side { animation: none; opacity: 1; }
  [data-r] { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

/* ── Carta-Leiste: Sprungnavigation als Papier-Objekt ── */
.carta-scope { position: relative; }
.carta-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 246, 238, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hairline);
}
.carta-mobile-nav { display: none; }
.carta-sheet { color: var(--ink); }
@media (max-width: 900px) {
  /* iOS Safari: overflow/clip am Root kann sticky weiterhin aushebeln. */
  html { overflow-x: visible; }
  .carta-bar {
    position: relative;
    top: auto;
    z-index: 1;
  }
  .carta-mobile-nav {
    position: sticky;
    top: max(12px, env(safe-area-inset-top));
    z-index: 52;
    height: 0;
    display: flex;
    justify-content: center;
    padding-inline: 16px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 220ms ease, transform 300ms var(--ease);
  }
  .carta-mobile-nav.is-visible { opacity: 1; transform: none; }
  .carta-mobile-trigger {
    min-height: 46px;
    max-width: calc(100vw - 32px);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(26, 22, 20, 0.14);
    border-radius: 999px;
    padding: 0 16px 0 18px;
    background: rgba(250, 246, 238, 0.94);
    color: var(--ink);
    box-shadow: 0 8px 28px rgba(26, 22, 20, 0.16);
    backdrop-filter: blur(14px) saturate(130%);
    -webkit-backdrop-filter: blur(14px) saturate(130%);
    font: 500 10px/1 'IBM Plex Mono', monospace;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    pointer-events: auto;
  }
  .carta-mobile-current { color: var(--red); }
  [data-page="piazza"] .carta-mobile-current { color: var(--piazza-blau); }
  .carta-mobile-label { color: rgba(26, 22, 20, 0.55); }

  .carta-sheet {
    position: fixed;
    inset: auto 0 0;
    width: 100%;
    max-width: none;
    max-height: min(82svh, 680px);
    margin: 0;
    border: 0;
    border-radius: 24px 24px 0 0;
    padding: 18px 20px max(24px, env(safe-area-inset-bottom));
    background: var(--paper);
    box-shadow: 0 -18px 60px rgba(20, 16, 14, 0.24);
    transform: translate3d(0, calc(100% + 24px), 0);
    transform-origin: center bottom;
    backface-visibility: hidden;
    will-change: transform;
    transition: transform 380ms cubic-bezier(0.32, 0.72, 0, 1);
  }
  .carta-sheet.is-open {
    transform: translate3d(0, 0, 0);
    transition-duration: 520ms;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
  .carta-sheet.is-closing { pointer-events: none; }
  .carta-sheet:focus { outline: none; }
  .carta-sheet::backdrop {
    background: rgba(20, 16, 14, 0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    transition: background 360ms ease, -webkit-backdrop-filter 360ms ease, backdrop-filter 360ms ease;
  }
  .carta-sheet.is-open::backdrop {
    background: rgba(20, 16, 14, 0.58);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .carta-sheet-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 2px 0 12px; }
  .carta-sheet-close {
    min-height: 44px;
    border: 0;
    background: transparent;
    color: rgba(26, 22, 20, 0.58);
    padding: 0 2px 0 16px;
    font: 500 10px/1 'IBM Plex Mono', monospace;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
  .carta-sheet-links { display: grid; }
  .carta-sheet-links a {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--hairline);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 25px;
    line-height: 1;
  }
  .carta-sheet-links a::after { content: "↗"; font: 400 14px/1 'IBM Plex Mono', monospace; color: rgba(26, 22, 20, 0.35); }
  .carta-sheet-links a.is-active { color: var(--red); font-style: italic; }
  [data-page="piazza"] .carta-sheet-links a.is-active { color: var(--piazza-blau); }
  .carta-sheet-links a.is-active::after { content: "●"; font-size: 9px; color: currentColor; }
  @media (prefers-reduced-motion: reduce) {
    .carta-mobile-nav { transition: none; }
    .carta-sheet { transform: none; transition: none; }
    .carta-sheet::backdrop { transition: none; }
  }
}
.carta-bar-inner {
  max-width: calc(var(--maxw) + 2 * var(--margin));
  margin-inline: auto;
  padding: 0 var(--margin);
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.carta-bar-inner::-webkit-scrollbar { display: none; }
.carta-bar a {
  position: relative;
  flex: none;
  padding: 15px 0 13px;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(26, 22, 20, 0.55);
  transition: color 250ms var(--ease);
}
.carta-bar a::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -1px; height: 2px;
  background: var(--red);
  transform: scaleX(0); transform-origin: right;
  transition: transform 450ms var(--ease-line);
}
.carta-bar a:hover, .carta-bar a.is-active { color: var(--ink); }
.carta-bar a.is-active::after, .carta-bar a:hover::after {
  transform: scaleX(1); transform-origin: left;
}
[data-page="piazza"] .carta-bar a.is-active::after,
[data-page="piazza"] .carta-bar a:hover::after { background: var(--piazza-blau); }
.mc-cat, #k-getraenke { scroll-margin-top: 72px; }

/* ── Kuratierte Bildausschnitte auf schmalen Screens ── */
@media (max-width: 900px) {
  [data-page="familie"] .hero-bg img { object-position: 62% center; }
  [data-page="geschichte"] .hero-bg img { object-position: 40% center; }
  [data-page="speisekarte"] .hero-bg img { object-position: center 62%; }
  [data-page="reservierung"] .hero-bg img { object-position: center 58%; }
}

/* ── Rechtsseiten: monochrom, editorial ── */
.legal { background: var(--paper); padding: clamp(140px, 18vh, 200px) 0 clamp(88px, 11vh, 152px); min-height: 70svh; }
.legal .wrap > * { grid-column: 3 / 11; }
.legal-kicker { color: rgba(26, 22, 20, 0.5); }
.legal h1 { margin: 10px 0 40px; font-size: clamp(36px, 4.4vw, 64px); line-height: 1.02; text-transform: uppercase; letter-spacing: 0.015em; }
.legal h2 { margin: 40px 0 10px; font-size: clamp(20px, 2vw, 26px); }
.legal p { margin: 0 0 14px; font-size: 12.5px; color: rgba(26, 22, 20, 0.75); max-width: 62ch; }
.legal a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(26, 22, 20, 0.35); transition: text-decoration-color 250ms var(--ease); }
.legal a:hover { text-decoration-color: var(--ink); }
.legal .todo { background: rgba(26, 22, 20, 0.06); padding: 2px 6px; border-radius: 3px; }
.legal-note { margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--hairline); font-size: 11px; color: rgba(26, 22, 20, 0.5); }

/* Rechtsseiten ohne Foto-Hero: Nav von Anfang an als Nacht-Leiste */
[data-page="impressum"] .nav,
[data-page="datenschutz"] .nav {
  background: rgba(20, 16, 14, 0.92);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 1px 0 rgba(245, 240, 232, 0.12);
}

[data-page="geschichte"] .hero-bg img { filter: saturate(1.05) brightness(0.62) contrast(1.04); }

/* ── La Bottega: Teaser mit verschwommenem Bild ── */
.gal figure.tease .gal-media { overflow: hidden; border-radius: 4px; }
.gal figure.tease img { filter: blur(16px) brightness(0.5) saturate(0.9); transform: scale(1.12); }
@media (hover: hover) {
  .gal figure.tease:hover img { filter: blur(16px) brightness(0.5) saturate(0.9); }
}
.tease-overlay {
  position: absolute; inset: 0; z-index: 1;
  display: grid; place-content: center; gap: 8px;
  text-align: center;
}
.tease-overlay .mono-label { color: var(--gold); }
.tease-overlay .serif { font-size: clamp(26px, 2.6vw, 40px); font-style: italic; color: var(--cream); }
.gal figure.tease { cursor: default; }

/* Finali beruhigt: monochrome Typo, Rot nur am Primär-Button */
.finale .mono-label { color: rgba(245, 240, 232, 0.55); }
.finale-h em { color: inherit; }
.sec--blau .finale-h em { color: var(--gold); } /* Piazza: Blau + ein Akzent */
/* Reservierung: Hero leicht geblurrt, damit die Copy trägt (scale kaschiert die Blur-Kante) */
body[data-page="reservierung"] .hero-bg { overflow: hidden; }
body[data-page="reservierung"] .hero-bg img { filter: saturate(1.05) brightness(0.72) blur(3px); scale: 1.04; }

/* Nav: Hover/Aktiv-Linie in Textfarbe — nie Rot/Gold-Mix in der Leiste */
.nav .fx-wipe::after { background: currentColor; }
