/* =========================================================================
   A'MURA · Ristorante · Enoteca · Trattoria — Hannover
   Designsystem & Stylesheet
   Farben abgeleitet aus dem Logo: Rot #E30613, Gold #87764E, Grün #3FA535
   ========================================================================= */

/* ---------- 1. Tokens ---------------------------------------------------- */
:root {
  /* Flächen */
  --ink-900:#0D0B08;
  --ink-800:#13100B;
  --ink-700:#1A1610;
  --ink-600:#221D16;
  --ink-500:#2C261D;

  /* Linien */
  --line:      rgba(201,174,113,.20);
  --line-soft: rgba(201,174,113,.10);
  --line-hard: rgba(201,174,113,.42);

  /* Akzente */
  --gold:     #C9AE71;
  --gold-mid: #A88F58;
  --gold-deep:#9A8659;   /* AA-tauglich fuer kleine Texte (>=4.7:1) */
  --gold-brand:#87764E;  /* Originalton aus dem Logo, nur fuer Flaechen/Ornamente */
  --red:      #E30613;
  --green:    #3FA535;

  /* Schrift */
  --cream: #F4F0E7;
  --body:  #C0B8A8;
  --muted: #948B7B;

  /* Typografie */
  --f-display: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --f-label:   "Jost", "Avenir Next", "Segoe UI", sans-serif;
  --f-body:    "Inter", "Helvetica Neue", Arial, sans-serif;

  --fs-hero:   clamp(2.6rem, 1.45rem + 4.6vw, 5.25rem);
  --fs-h1:     clamp(2.30rem, 1.45rem + 3.5vw, 4.50rem);
  --fs-h2:     clamp(1.95rem, 1.35rem + 2.4vw, 3.35rem);
  --fs-h3:     clamp(1.35rem, 1.12rem + 0.9vw, 1.90rem);
  --fs-h4:     clamp(1.10rem, 1.02rem + 0.4vw, 1.35rem);
  --fs-lead:   clamp(1.06rem, 0.99rem + 0.42vw, 1.32rem);
  --fs-body:   1.0625rem;
  --fs-sm:     0.9375rem;
  --fs-xs:     0.8125rem;
  --fs-eyebrow:0.75rem;

  /* Raster & Abstände */
  --wrap: 1280px;
  --wrap-narrow: 860px;
  --gutter: clamp(1.25rem, 4vw, 3.5rem);
  --section: clamp(4.5rem, 2.8rem + 7vw, 9rem);
  --gap: clamp(1.75rem, 1rem + 3vw, 4.5rem);

  --ease: cubic-bezier(.22,.61,.36,1);
  --dur: .45s;
}

/* ---------- 2. Reset ----------------------------------------------------- */
*,*::before,*::after{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
@media (prefers-reduced-motion:reduce){ html{ scroll-behavior:auto; } }

body{
  margin:0;
  background:var(--ink-900);
  color:var(--body);
  font-family:var(--f-body);
  font-size:var(--fs-body);
  line-height:1.7;
  font-feature-settings:"kern","liga";
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img,svg,video{ display:block; max-width:100%; }
img{ height:auto; }
/* picture erzeugt keine eigene Box — so greifen Größenangaben direkt am <img> */
picture{ display:contents; }
h1,h2,h3,h4{ margin:0; font-weight:400; line-height:1.08; color:var(--cream); font-family:var(--f-display); letter-spacing:-.005em; }
h1{ font-size:var(--fs-h1); }
h2{ font-size:var(--fs-h2); }
h3{ font-size:var(--fs-h3); line-height:1.18; }
h4{ font-size:var(--fs-h4); font-family:var(--f-label); font-weight:500; letter-spacing:.01em; line-height:1.35; }
p{ margin:0 0 1.15em; }
p:last-child{ margin-bottom:0; }
a{ color:inherit; }
ul,ol{ margin:0; padding:0; list-style:none; }
button{ font:inherit; color:inherit; background:none; border:0; cursor:pointer; }
hr{ border:0; border-top:1px solid var(--line); margin:0; }
::selection{ background:var(--gold); color:var(--ink-900); }

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

.skip{
  position:absolute; left:-9999px; top:0; z-index:999;
  background:var(--gold); color:var(--ink-900);
  padding:.85rem 1.4rem; font-family:var(--f-label); font-weight:500;
  text-decoration:none;
}
.skip:focus{ left:1rem; top:1rem; }

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

/* ---------- 3. Layout ---------------------------------------------------- */
.wrap{ width:100%; max-width:var(--wrap); margin-inline:auto; padding-inline:var(--gutter); }
.wrap--narrow{ max-width:var(--wrap-narrow); }
.section{ padding-block:var(--section); position:relative; }
.section--tight{ padding-block:clamp(3rem,2rem + 4vw,5.5rem); }
.section--alt{ background:var(--ink-800); }
.section--deep{ background:var(--ink-700); }

/* ---------- 4. Marken-Elemente ------------------------------------------- */

/* Tricolore-Haarlinie aus dem Logo */
.tricolore{
  display:block; height:2px; width:76px; border:0; margin:0;
  background:linear-gradient(90deg,
    var(--green) 0 33.33%, var(--cream) 33.33% 66.66%, var(--red) 66.66% 100%);
}
.tricolore--full{ width:100%; height:2px; }

/* Kapitel-Label: 01 — Das Haus */
.eyebrow{
  display:flex; align-items:center; gap:.85rem;
  font-family:var(--f-label); font-size:var(--fs-eyebrow); font-weight:500;
  letter-spacing:.24em; text-transform:uppercase; color:var(--gold);
  margin:0 0 1.5rem;
}
.eyebrow::before{
  content:""; width:clamp(24px,4vw,48px); height:1px;
  background:var(--gold-mid); flex:none;
}
.eyebrow--plain::before{ display:none; }
.center .eyebrow,
.cta__inner .eyebrow,
.quote + .eyebrow{ justify-content:center; }
.feder-wrap + .eyebrow{ margin-top:1.75rem; }
.eyebrow__num{ color:var(--gold-deep); font-variant-numeric:tabular-nums; }

/* Feder-Ornament aus dem Logo */
.feder-wrap{ display:flex; justify-content:center; }
.feder{ width:70px; height:auto; opacity:.92; }
.feder-wrap--sm .feder{ width:48px; opacity:.8; }

.lead{
  font-size:var(--fs-lead); line-height:1.62; color:var(--body);
  max-width:56ch;
}
.dropcap::first-letter{
  font-family:var(--f-display); font-size:3.6em; line-height:.82;
  float:left; margin:.06em .12em 0 0; color:var(--gold);
}
.muted{ color:var(--muted); }
.small{ font-size:var(--fs-sm); }
.xs{ font-size:var(--fs-xs); }

/* Zahlen / Fakten */
.figure-label{
  font-family:var(--f-label); font-size:var(--fs-xs); font-weight:500;
  letter-spacing:.2em; text-transform:uppercase; color:var(--muted);
}

/* ---------- 5. Buttons --------------------------------------------------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.6rem;
  font-family:var(--f-label); font-size:.8125rem; font-weight:500;
  letter-spacing:.16em; text-transform:uppercase; text-decoration:none;
  padding:1.05rem 1.9rem; border:1px solid transparent; border-radius:1px;
  transition:background var(--dur) var(--ease), color var(--dur) var(--ease),
             border-color var(--dur) var(--ease);
  white-space:nowrap;
}
.btn--primary{ background:var(--gold); color:var(--ink-900); border-color:var(--gold); }
.btn--primary:hover{ background:var(--cream); border-color:var(--cream); }
.btn--ghost{ border-color:var(--line-hard); color:var(--cream); }
.btn--ghost:hover{ border-color:var(--gold); background:rgba(201,174,113,.10); }
.btn--block{ width:100%; }

.btn-row{ display:flex; flex-wrap:wrap; gap:.85rem; }

/* Textlink mit Unterstrich-Animation */
.link{
  display:inline-flex; align-items:center; gap:.5rem;
  font-family:var(--f-label); font-size:.8125rem; font-weight:500;
  letter-spacing:.16em; text-transform:uppercase; color:var(--gold);
  text-decoration:none; padding-bottom:.35rem;
  border-bottom:1px solid var(--line-hard);
  transition:color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.link:hover{ color:var(--cream); border-color:var(--cream); }
.link svg{ width:14px; height:14px; transition:transform var(--dur) var(--ease); }
.link:hover svg{ transform:translateX(4px); }

/* ---------- 6. Kopfbereich (helle Leiste, Logo im Original) -------------- */
:root{ --header-h:120px; --paper-head:#F6F2E9; --head-ink:#1B1712; --head-red:#B01E12; }
@media (max-width:1023px){ :root{ --header-h:84px; } }

/* sticky statt fixed: die Leiste steht im Fluss, der Inhalt beginnt darunter */
.header{
  position:sticky; top:0; z-index:100;
  background:var(--paper-head);
  transition:box-shadow .5s var(--ease);
}
.header::after{                       /* Abschlusskante zur dunklen Seite */
  content:""; position:absolute; left:0; right:0; bottom:0; height:1px;
  background:rgba(27,23,18,.16);
}
.header.is-solid{ box-shadow:0 10px 34px rgba(0,0,0,.45); }

.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:1.5rem; padding-block:clamp(.7rem,1.4vw,1.25rem); position:relative;
}

.brand{ display:block; flex:none; line-height:0; }
.brand img{ width:clamp(132px,15vw,182px); height:auto; }

.nav{ display:none; }
@media (min-width:1024px){
  .nav{ display:flex; align-items:center; gap:clamp(1rem,1.8vw,2.25rem); }
}
.nav a{
  font-family:var(--f-label); font-size:.975rem; font-weight:400;
  letter-spacing:.13em; text-transform:uppercase; text-decoration:none;
  color:var(--head-ink); padding-block:.45rem; position:relative;
  transition:color var(--dur) var(--ease);
}
.nav a::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:1px;
  background:var(--head-red); transform:scaleX(0); transform-origin:left;
  transition:transform var(--dur) var(--ease);
}
.nav a:hover{ color:var(--head-red); }
.nav a:hover::after,
.nav a[aria-current="page"]::after{ transform:scaleX(1); }
.nav a[aria-current="page"]{ color:var(--head-red); }

.header__cta{ display:none; }
@media (min-width:1024px){
  .header__cta{
    display:inline-flex; padding:.85rem clamp(1.15rem,1.6vw,1.5rem);
    background:var(--head-ink); color:var(--paper-head); border-color:var(--head-ink);
  }
  .header__cta:hover{ background:var(--head-red); border-color:var(--head-red); color:#fff; }
}

/* Social-Icons in der Kopfleiste — zwischen Navigation und Reservierungs-Button */
.header__social{ display:none; }
@media (min-width:1200px){
  .header__social{
    display:flex; align-items:center; gap:.15rem; position:relative;
    margin-left:clamp(.4rem,1vw,1rem);
    padding-left:clamp(.9rem,1.5vw,1.5rem);
  }
  .header__social::before{               /* feine Trennlinie zur Navigation */
    content:""; position:absolute; left:0; top:50%; transform:translateY(-50%);
    width:1px; height:22px; background:rgba(27,23,18,.22);
  }
}
.header__social a{
  display:flex; align-items:center; justify-content:center;
  width:36px; height:36px; color:var(--head-ink);
  transition:color var(--dur) var(--ease);
}
.header__social a:hover{ color:var(--head-red); }
.header__social svg{ width:19px; height:19px; }

.header :focus-visible{ outline-color:var(--head-ink); }

/* Burger */
.burger{
  display:inline-flex; flex-direction:column; justify-content:center; gap:6px;
  width:46px; height:46px; align-items:flex-end; margin-right:-6px;
}
@media (min-width:1024px){ .burger{ display:none; } }
.burger span{
  display:block; height:1.5px; width:26px; background:var(--head-ink);
  transition:transform .4s var(--ease), opacity .25s var(--ease), width .4s var(--ease);
}
.burger span:nth-child(2){ width:18px; }
.header.is-open .burger span:nth-child(1){ transform:translateY(3.75px) rotate(45deg); }
.header.is-open .burger span:nth-child(2){ opacity:0; width:26px; }
.header.is-open .burger span:nth-child(3){ transform:translateY(-3.75px) rotate(-45deg); }

/* Mobile-Menü — beginnt unterhalb der Kopfleiste */
.menu{
  position:fixed; inset:0; z-index:99;
  background:var(--ink-900);
  display:flex; flex-direction:column; justify-content:flex-start;
  padding:calc(var(--header-h) + 1.75rem) var(--gutter) 2.5rem;
  opacity:0; visibility:hidden; transform:translateY(-8px);
  transition:opacity .4s var(--ease), transform .4s var(--ease), visibility .4s;
  overflow-y:auto;
}
.menu.is-open{ opacity:1; visibility:visible; transform:none; }
@media (min-width:1024px){ .menu{ display:none; } }
.menu ul{ display:flex; flex-direction:column; gap:.1rem; margin-bottom:auto; }
.menu a{
  display:block; font-family:var(--f-display); font-size:clamp(1.7rem,7.2vw,2.5rem);
  color:var(--cream); text-decoration:none; padding-block:.28rem;
  transition:color var(--dur) var(--ease);
}
.menu a:hover,.menu a[aria-current="page"]{ color:var(--gold); }
.menu__meta{ border-top:1px solid var(--line); padding-top:1.4rem; margin-top:1.75rem; }
.menu__meta a{ font-family:var(--f-body); font-size:1rem; color:var(--body); }

/* ---------- 7. Hero ------------------------------------------------------ */
.hero{ position:relative; background:var(--ink-900); }
.hero__grid{ display:grid; }
@media (min-width:900px){
  .hero__grid{ grid-template-columns:minmax(0,1.02fr) minmax(0,1fr);
    min-height:calc(100svh - var(--header-h)); }
}
.hero__text{
  display:flex; flex-direction:column; justify-content:center;
  padding:clamp(3rem,7vw,5rem) var(--gutter);
  max-width:760px; margin-left:auto; width:100%;
}
@media (min-width:900px){
  .hero__text{ padding-right:clamp(2.5rem,5vw,5rem); padding-block:clamp(3.5rem,6vw,6rem); }
}
.hero__title{
  font-size:var(--fs-hero); line-height:.98; letter-spacing:-.02em;
  margin-bottom:1.6rem;
}
.hero__title em{ font-style:italic; color:var(--gold); }
.hero__sub{ font-size:var(--fs-lead); line-height:1.6; max-width:46ch; margin-bottom:2.6rem; }
.hero__media{ position:relative; min-height:72vw; }
@media (min-width:900px){ .hero__media{ min-height:100%; } }
.hero__media img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  object-position:center 42%;
}
.hero__media::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(13,11,8,.45) 0%, rgba(13,11,8,0) 32%, rgba(13,11,8,.30) 100%);
}
@media (min-width:900px){
  .hero__media::after{
    background:linear-gradient(90deg, rgba(13,11,8,.85) 0%, rgba(13,11,8,0) 26%, rgba(13,11,8,.22) 100%);
  }
}

/* Info-Leiste unter dem Hero */
.factbar{ border-block:1px solid var(--line-soft); background:var(--ink-800); }
.factbar__grid{
  display:grid; grid-template-columns:1fr; gap:0;
}
@media (min-width:720px){ .factbar__grid{ grid-template-columns:repeat(3,1fr); } }
.factbar__item{
  padding:1.6rem 0; display:flex; flex-direction:column; gap:.35rem;
  border-bottom:1px solid var(--line-soft);
}
.factbar__item:last-child{ border-bottom:0; }
@media (min-width:720px){
  .factbar__item{ border-bottom:0; border-left:1px solid var(--line-soft);
    padding:1.9rem clamp(1rem,2.5vw,2.25rem); }
  .factbar__item:first-child{ border-left:0; padding-left:0; }
}
.factbar__val{
  font-family:var(--f-display); font-size:1.35rem; color:var(--cream);
  text-decoration:none; line-height:1.3;
}
a.factbar__val:hover{ color:var(--gold); }

/* ---------- 8. Seitenkopf (Unterseiten) ---------------------------------- */
.pagehead{
  position:relative; padding-block:clamp(3.5rem,7vw,6.5rem) clamp(3.5rem,6vw,6rem);
  border-bottom:1px solid var(--line-soft); overflow:hidden;
}
.pagehead::before{
  content:""; position:absolute; inset:0;
  background:radial-gradient(120% 90% at 22% 0%, rgba(135,118,78,.20), transparent 62%);
  pointer-events:none;
}
.pagehead__inner{ position:relative; }
.pagehead h1{ max-width:16ch; margin-bottom:1.5rem; }
.pagehead .lead{ max-width:54ch; }
.pagehead--media{ padding-bottom:0; border-bottom:0; }
.pagehead__img{
  margin-top:clamp(3rem,6vw,5rem); height:clamp(240px,42vw,520px); position:relative;
}
.pagehead__img img{ width:100%; height:100%; object-fit:cover; }

/* ---------- 9. Editorial-Raster ------------------------------------------ */
.split{
  display:grid; gap:var(--gap); align-items:center;
}
@media (min-width:900px){
  .split{ grid-template-columns:minmax(0,1fr) minmax(0,1fr); }
  .split--wide-media{ grid-template-columns:minmax(0,1.25fr) minmax(0,1fr); }
  .split--wide-text{ grid-template-columns:minmax(0,1fr) minmax(0,1.15fr); }
  .split--top{ align-items:start; }
  .split--rev .split__media{ order:-1; }
}
.split__text > * + *{ margin-top:1.15rem; }
.split__text h2{ margin-bottom:.35rem; }
.split__media{ position:relative; }
.split__media img{ width:100%; }

/* Bild mit versetztem Detailbild */
.stack-media{ position:relative; }
.stack-media__main img{ width:100%; }
.stack-media__inset{
  display:none;
}
@media (min-width:1080px){
  .stack-media__inset{
    display:block; position:absolute; width:44%; right:-2.5rem; bottom:-3rem;
    border:8px solid var(--ink-900); box-shadow:0 24px 60px rgba(0,0,0,.55);
  }
  .stack-media--left .stack-media__inset{ right:auto; left:-2.5rem; }
}

.figcap{
  font-family:var(--f-label); font-size:var(--fs-xs); letter-spacing:.14em;
  text-transform:uppercase; color:var(--muted); margin-top:.9rem;
}

/* ---------- 10. Drei Häuser (Ristorante / Enoteca / Trattoria) ------------ */
.triple{ display:grid; gap:0; border-top:1px solid var(--line); }
@media (min-width:840px){
  .triple{ grid-template-columns:repeat(3,1fr); }
}
.triple__item{
  padding:clamp(2.25rem,3.5vw,3.25rem) 0;
  border-bottom:1px solid var(--line);
  display:flex; flex-direction:column; gap:1rem;
}
@media (min-width:840px){
  .triple__item{
    border-bottom:0; border-left:1px solid var(--line);
    padding:clamp(2.5rem,3.2vw,3.5rem) clamp(1.5rem,2.6vw,2.75rem);
  }
  .triple__item:first-child{ border-left:0; padding-left:0; }
  .triple__item:last-child{ padding-right:0; }
}
.triple__head{ display:flex; align-items:baseline; gap:.9rem; }
.triple__num{
  font-family:var(--f-label); font-size:var(--fs-xs); letter-spacing:.2em;
  color:var(--gold-deep); font-variant-numeric:tabular-nums;
}
.triple__item h3{ font-style:italic; color:var(--gold); }
.triple__item p{ font-size:var(--fs-sm); }
.triple__list{ display:flex; flex-direction:column; gap:.5rem; margin-top:auto; padding-top:.5rem; }
.triple__list li{
  font-family:var(--f-label); font-size:var(--fs-xs); letter-spacing:.1em;
  text-transform:uppercase; color:var(--muted);
  padding-top:.5rem; border-top:1px solid var(--line-soft);
}

/* ---------- 11. Speisekarte ---------------------------------------------- */
.menu-card{ max-width:none; }
.menu-group + .menu-group{ margin-top:clamp(3rem,5vw,4.75rem); }
.menu-group__head{
  display:flex; align-items:baseline; justify-content:space-between;
  gap:1.5rem; flex-wrap:wrap;
  padding-bottom:1rem; margin-bottom:1.75rem;
  border-bottom:1px solid var(--line-hard);
}
.menu-group__head h2{ font-style:italic; font-size:var(--fs-h3); color:var(--gold); }
.menu-group__note{ font-family:var(--f-label); font-size:var(--fs-xs);
  letter-spacing:.16em; text-transform:uppercase; color:var(--muted); }

.dishes{ display:grid; gap:1.6rem; }
@media (min-width:900px){ .dishes--two{ grid-template-columns:repeat(2,1fr); column-gap:clamp(2.5rem,5vw,5rem); gap:1.75rem clamp(2.5rem,5vw,5rem); } }

.dish__top{ display:flex; align-items:baseline; gap:.75rem; }
.dish__name{
  font-family:var(--f-display); font-size:1.28rem; color:var(--cream);
  line-height:1.3; flex:none; max-width:75%;
}
.dish__dots{
  flex:1 1 auto; height:0; align-self:center; margin-bottom:.25rem;
  border-bottom:1px dotted rgba(201,174,113,.38);
}
.dish__price{
  font-family:var(--f-label); font-size:1rem; font-weight:500; color:var(--gold);
  font-variant-numeric:tabular-nums; flex:none; white-space:nowrap;
}
.dish__desc{ font-size:var(--fs-sm); color:var(--muted); margin-top:.3rem; max-width:52ch; }
.dish__add{
  display:inline-block; margin-top:.35rem;
  font-family:var(--f-label); font-size:var(--fs-xs); letter-spacing:.08em;
  color:var(--gold-deep);
}

/* Auszug auf der Startseite — im Raster darf kein Sammelabstand greifen */
.menu-teaser{ display:grid; gap:clamp(2.5rem,4vw,3.75rem); align-items:start; }
@media (min-width:860px){
  .menu-teaser{ grid-template-columns:repeat(2,1fr);
    gap:clamp(2.5rem,4vw,3.75rem) clamp(2.5rem,5vw,5rem); }
}
.menu-teaser .menu-group + .menu-group{ margin-top:0; }

/* ---------- 12. Weinkarte ------------------------------------------------ */
.wine-group + .wine-group{ margin-top:clamp(2.75rem,4.5vw,4rem); }
.wine-group h3{
  font-style:italic; color:var(--gold); padding-bottom:.85rem;
  border-bottom:1px solid var(--line-hard); margin-bottom:1.5rem;
}
.wine-list{ display:grid; gap:1.15rem; }
@media (min-width:820px){ .wine-list{ grid-template-columns:repeat(2,1fr); gap:1.25rem clamp(2.5rem,5vw,4.5rem); } }
.wine__region{
  font-family:var(--f-label); font-size:var(--fs-xs); letter-spacing:.18em;
  text-transform:uppercase; color:var(--gold-deep); display:block; margin-bottom:.2rem;
}
.wine__name{ font-family:var(--f-display); font-size:1.2rem; color:var(--cream); line-height:1.35; }
.wine__prod{ font-size:var(--fs-sm); color:var(--muted); }

/* ---------- 13. Galerie -------------------------------------------------- */
.gallery{
  display:grid; gap:clamp(.5rem,1.2vw,1rem);
  grid-template-columns:repeat(2,1fr);
}
@media (min-width:760px){ .gallery{ grid-template-columns:repeat(3,1fr); } }
@media (min-width:1100px){ .gallery{ grid-template-columns:repeat(4,1fr); } }

.gallery__item{
  position:relative; overflow:hidden; background:var(--ink-700);
  aspect-ratio:1/1; padding:0; margin:0; border:0; width:100%; display:block;
}
.gallery__item img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  transition:transform .7s var(--ease);
}
.gallery__item::after{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(180deg, rgba(13,11,8,0) 55%, rgba(13,11,8,.45) 100%);
  opacity:0; transition:opacity var(--dur) var(--ease);
}
.gallery__item:hover img,
.gallery__item:focus-visible img{ transform:scale(1.05); }
.gallery__item:hover::after,
.gallery__item:focus-visible::after{ opacity:1; }
@media (prefers-reduced-motion:reduce){ .gallery__item:hover img{ transform:none; } }

/* Detail-Mosaik */
.mosaic{ display:grid; gap:clamp(.6rem,1.4vw,1.15rem); grid-template-columns:repeat(2,1fr); }
@media (min-width:640px){ .mosaic{ grid-template-columns:repeat(4,1fr); } }
.mosaic img{ width:100%; aspect-ratio:3/4; object-fit:cover; }
.mosaic > *:nth-child(4n+1) img,
.mosaic > *:nth-child(4n+4) img{ aspect-ratio:3/4; }

/* Lightbox */
.lightbox{
  position:fixed; inset:0; z-index:200; background:rgba(8,7,5,.96);
  display:flex; align-items:center; justify-content:center; padding:clamp(1rem,4vw,3rem);
  opacity:0; visibility:hidden; transition:opacity .35s var(--ease), visibility .35s;
}
.lightbox.is-open{ opacity:1; visibility:visible; }
.lightbox img{ max-width:100%; max-height:86svh; object-fit:contain; }
.lightbox__close,.lightbox__nav{
  position:absolute; width:52px; height:52px; display:flex;
  align-items:center; justify-content:center; color:var(--cream);
  border:1px solid var(--line-hard); background:rgba(13,11,8,.6);
  transition:border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.lightbox__close:hover,.lightbox__nav:hover{ border-color:var(--gold); color:var(--gold); }
.lightbox__close{ top:clamp(1rem,3vw,2rem); right:clamp(1rem,3vw,2rem); }
.lightbox__nav--prev{ left:clamp(.5rem,2vw,2rem); top:50%; transform:translateY(-50%); }
.lightbox__nav--next{ right:clamp(.5rem,2vw,2rem); top:50%; transform:translateY(-50%); }
.lightbox__count{
  position:absolute; bottom:clamp(1rem,3vw,2rem); left:50%; transform:translateX(-50%);
  font-family:var(--f-label); font-size:var(--fs-xs); letter-spacing:.2em; color:var(--muted);
}

/* ---------- 14. Zitat ---------------------------------------------------- */
.quote{ text-align:center; max-width:24ch; margin-inline:auto; }
.quote blockquote{
  margin:0; font-family:var(--f-display); font-style:italic;
  font-size:clamp(1.7rem,1rem + 2.6vw,3rem); line-height:1.22; color:var(--cream);
}
.quote figcaption{
  margin-top:1.9rem; font-family:var(--f-label); font-size:var(--fs-xs);
  letter-spacing:.18em; text-transform:uppercase; color:var(--gold-deep);
  width:max-content; max-width:100%; margin-inline:auto;
}

/* ---------- 15. CTA-Band ------------------------------------------------- */
.cta{ position:relative; overflow:hidden; background:var(--ink-800); }
.cta__bg{ position:absolute; inset:0; }
.cta__bg img{ width:100%; height:100%; object-fit:cover; opacity:.24; }
.cta__bg::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(13,11,8,.7), rgba(13,11,8,.9));
}
.cta__inner{ position:relative; text-align:center; padding-block:var(--section); }
.cta__inner h2{ max-width:18ch; margin-inline:auto; margin-bottom:1.4rem; }
.cta__inner .lead{ margin-inline:auto; max-width:52ch; margin-bottom:2.4rem; }
.cta .btn-row{ justify-content:center; }
.cta__phone{
  display:block; margin-top:2.25rem; font-family:var(--f-display);
  font-size:clamp(1.6rem,1rem + 2vw,2.4rem); color:var(--gold);
  text-decoration:none; letter-spacing:.01em;
}
.cta__phone:hover{ color:var(--cream); }

/* ---------- 16. Formular ------------------------------------------------- */
.form{ display:grid; gap:1.35rem; }
@media (min-width:700px){ .form__row{ display:grid; grid-template-columns:repeat(2,1fr); gap:1.35rem; } }
.field{ display:flex; flex-direction:column; gap:.5rem; }
.field label{
  font-family:var(--f-label); font-size:var(--fs-xs); font-weight:500;
  letter-spacing:.16em; text-transform:uppercase; color:var(--gold);
}
.field input,.field select,.field textarea{
  font-family:var(--f-body); font-size:1rem; color:var(--cream);
  background:var(--ink-700); border:1px solid var(--line);
  padding:.9rem 1rem; border-radius:1px; width:100%;
  transition:border-color var(--dur) var(--ease), background var(--dur) var(--ease);
  appearance:none;
}
.field select{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23C9AE71' stroke-width='1.4'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:right 1rem center; background-size:12px;
  padding-right:2.6rem;
}
.field textarea{ min-height:130px; resize:vertical; }
.field input:focus,.field select:focus,.field textarea:focus{
  border-color:var(--gold); background:var(--ink-600); outline:none;
}
.field input::placeholder,.field textarea::placeholder{ color:var(--muted); }
.consent{ display:flex; gap:.85rem; align-items:flex-start; font-size:var(--fs-sm); color:var(--muted); }
.consent input{ width:18px; height:18px; margin-top:.3rem; flex:none; accent-color:var(--gold); }
.form__note{ font-size:var(--fs-xs); color:var(--muted); }

/* ---------- 17. Info-Listen ---------------------------------------------- */
.deflist{ display:grid; gap:0; }
.deflist__row{
  display:flex; justify-content:space-between; gap:1.5rem;
  padding-block:.95rem; border-bottom:1px solid var(--line-soft);
}
.deflist__row:first-child{ border-top:1px solid var(--line-soft); }
.deflist__key{ font-family:var(--f-label); font-size:var(--fs-sm); color:var(--muted); }
.deflist__val{ color:var(--cream); text-align:right; font-variant-numeric:tabular-nums; }

.infocard{
  border:1px solid var(--line); padding:clamp(1.75rem,3vw,2.5rem);
  background:var(--ink-800); display:flex; flex-direction:column; gap:1.1rem;
}
.infocard h3{ font-size:var(--fs-h4); font-family:var(--f-label); font-weight:500; color:var(--cream); }
.infocard a{ color:var(--gold); text-decoration:none; border-bottom:1px solid var(--line-hard); }
.infocard a:hover{ color:var(--cream); border-color:var(--cream); }

.map{ position:relative; width:100%; aspect-ratio:16/10; background:var(--ink-700); border:1px solid var(--line); }
.map iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; filter:grayscale(1) invert(.92) contrast(.86) brightness(.92); }

/* ---------- 18. Fließtext-Seiten (Recht) --------------------------------- */
.prose h2{ font-size:var(--fs-h3); margin:2.75rem 0 1rem; }
.prose h3{ font-size:var(--fs-h4); font-family:var(--f-label); font-weight:500; margin:2rem 0 .65rem; color:var(--cream); }
.prose p,.prose li{ font-size:var(--fs-sm); }
.prose ul{ list-style:disc; padding-left:1.25rem; margin-bottom:1.15em; display:grid; gap:.4rem; }
.prose a{ color:var(--gold); }
.prose > *:first-child{ margin-top:0; }

/* ---------- 19. Footer --------------------------------------------------- */
.footer{ background:var(--ink-800); border-top:1px solid var(--line-soft); }
.footer__top{ padding-block:clamp(3.5rem,6vw,5.5rem); display:grid; gap:clamp(2.5rem,5vw,4rem); }
@media (min-width:900px){
  .footer__top{ grid-template-columns:1.35fr 1fr 1fr 1.1fr; }
}
.footer__brand img{ width:172px; margin-bottom:1.5rem; }
.footer .footer__h{
  font-family:var(--f-label); font-size:var(--fs-xs); font-weight:500;
  letter-spacing:.22em; text-transform:uppercase; color:var(--gold);
  margin-bottom:1.25rem;
}
.footer ul{ display:grid; gap:.65rem; }
.footer a{ color:var(--body); text-decoration:none; font-size:var(--fs-sm);
  transition:color var(--dur) var(--ease); }
.footer a:hover{ color:var(--gold); }
.footer__bottom{
  border-top:1px solid var(--line-soft); padding-block:1.6rem;
  display:flex; flex-wrap:wrap; gap:1rem 2rem; justify-content:space-between;
  align-items:center; font-size:var(--fs-xs); color:var(--muted);
}
.footer__legal{ display:flex; gap:1.5rem; flex-wrap:wrap; }
.footer__legal a{ font-size:var(--fs-xs); }
.social{ display:flex; gap:.75rem; }
.social a{
  width:42px; height:42px; display:flex; align-items:center; justify-content:center;
  border:1px solid var(--line); color:var(--body);
  transition:border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.social a:hover{ border-color:var(--gold); color:var(--gold); }
.social svg{ width:18px; height:18px; }

/* ---------- 20. Scroll-Reveal -------------------------------------------- */
.reveal{ opacity:0; transform:translateY(22px); }
.reveal.is-in{
  opacity:1; transform:none;
  transition:opacity .8s var(--ease), transform .8s var(--ease);
}
@media (prefers-reduced-motion:reduce){
  .reveal{ opacity:1!important; transform:none!important; transition:none!important; }
}

/* ---------- 21. Utilities ------------------------------------------------ */
.stack-sm > * + *{ margin-top:.75rem; }
.stack > * + *{ margin-top:1.25rem; }
.stack-lg > * + *{ margin-top:2.5rem; }
.center{ text-align:center; }
.mt-lg{ margin-top:clamp(2.5rem,4vw,4rem); }
.mb-lg{ margin-bottom:clamp(2.5rem,4vw,4rem); }
.divider{ display:flex; align-items:center; gap:1.5rem; }
.divider::before,.divider::after{ content:""; flex:1; height:1px; background:var(--line); }

@media print{
  .header,.menu,.cta,.footer__top,.social,.lightbox{ display:none!important; }
  body{ background:#fff; color:#000; }
  h1,h2,h3,.dish__name{ color:#000; }
  .dish__price{ color:#000; }
}

/* ---------- 22. Überschriften mit abweichender Rolle -------------------- */
/* Semantisch korrekte Ebene, visuell wie zuvor */
.triple__h{
  font-size:var(--fs-h4); font-family:var(--f-label); font-weight:500;
  letter-spacing:.01em; line-height:1.35; color:var(--cream);
}
.infocard__h{
  font-size:var(--fs-h4); font-family:var(--f-label); font-weight:500;
  letter-spacing:.01em; line-height:1.35; color:var(--cream);
}
.footer .footer__h{
  font-family:var(--f-label); font-size:var(--fs-xs); font-weight:500;
  letter-spacing:.22em; text-transform:uppercase; color:var(--gold);
  margin-bottom:1.25rem; line-height:1.4;
}

/* Sehr niedrige Viewports: Menü kompakter, damit alles ohne Scrollen passt */
@media (max-height:760px) and (max-width:1023px){
  .menu{ padding-top:calc(var(--header-h) + 1rem); padding-bottom:1.5rem; }
  .menu a{ font-size:clamp(1.35rem,5.6vw,1.8rem); padding-block:.16rem; }
  .menu__meta{ padding-top:1rem; margin-top:1.1rem; }
  .menu__meta .small{ display:none; }
  .menu__meta p{ margin-bottom:.5rem; }
}
