/* =========================================================
   1. Design-Grundlagen
   ========================================================= */
/* =========================================================
   Lokale Schriftarten – keine externe Google-Fonts-Verbindung
   ========================================================= */
@font-face {
  font-family:'Cinzel';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('assets/fonts/cinzel-400.ttf') format('truetype');
}
@font-face {
  font-family:'Cinzel';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('assets/fonts/cinzel-500.ttf') format('truetype');
}
@font-face {
  font-family:'Cinzel';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('assets/fonts/cinzel-600.ttf') format('truetype');
}
@font-face {
  font-family:'DM Sans';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('assets/fonts/dm-sans-400.ttf') format('truetype');
}
@font-face {
  font-family:'DM Sans';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('assets/fonts/dm-sans-500.ttf') format('truetype');
}
@font-face {
  font-family:'DM Sans';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('assets/fonts/dm-sans-600.ttf') format('truetype');
}

:root {
  --ink:#11110f;
  --paper:#f5f0e6;
  --gold:#d4af37;
  --gold-soft:#ba8e2f;
  --olive:#667347;
  --line:rgba(212,175,55,.35)
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:var(--ink);
  color:var(--paper);
  font-family:'DM Sans',sans-serif
}

/* =========================================================
   2. Globale Elemente & Header
   ========================================================= */
.site-header {
  height:82px;
  position:absolute;
  top:0;
  z-index:4;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 clamp(25px,5vw,80px);
  border-bottom:1px solid rgba(255,255,255,.12)
}
.brand img {
  width:198px;
  height:60px;
  object-fit:contain
}
.site-header nav {
  display:flex;
  align-items:center;
  gap:25px
}
.site-header nav a {
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#fff;
  text-decoration:none;
  transition:color .2s
}
.site-header nav a:hover {
  color:var(--gold)
}
.site-header nav .nav-cta,.button {
  display:inline-flex;
  align-items:center;
  gap:27px;
  background:var(--gold);
  color:#17130b;
  padding:14px 18px;
  font-size:10px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.1em;
  text-decoration:none
}
.site-header nav .nav-cta:hover {
  color:#fff;
}
.menu-toggle {
  display:none
}

/* =========================================================
   3. Startbereich / Hero
   ========================================================= */
.hero {
  height:min(780px,100vh);
  min-height:610px;
  position:relative;
  isolation:isolate;
  display:flex;
  align-items:center;
  padding:100px clamp(25px,11vw,172px) 50px;
  overflow:hidden
}
.hero-image {
  background:linear-gradient(90deg,rgba(8,8,7,.84),rgba(8,8,7,.22)),url('assets/home/schatzkaestle-main.jpg') center/cover;
  position:absolute;
  inset:0;
  z-index:-2;
  animation:slow-zoom 18s ease-out both
}
.hero-shade {
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(0deg,rgba(17,17,15,.72),transparent 44%)
}
.hero-copy {
  max-width:690px
}
.eyebrow {
  text-transform:uppercase;
  color:var(--gold);
  font-size:11px;
  letter-spacing:.25em;
  margin:0 0 20px
}
.hero h1,h2,h3 {
  font-family:Cinzel,serif;
  font-weight:400
}
.hero h1 {
  font-size:clamp(46px,6.8vw,102px);
  line-height:1.08;
  letter-spacing:.035em;
  margin:0
}
.hero h1 em,h2 em {
  color:var(--gold);
  font-style:normal
}
.intro {
  margin:26px 0 32px;
  font-size:16px;
  line-height:1.7;
  max-width:415px;
  color:#f4f1e9
}
.button {
  transition:transform .25s,background .25s
}
.button:hover {
  transform:translateY(-3px);
  background:#efc755
}
.button span {
  font-size:20px;
  line-height:10px
}
.scroll-hint {
  position:absolute;
  bottom:32px;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:9px;
  display:flex;
  gap:10px;
  align-items:center
}
.scroll-hint i {
  height:34px;
  width:1px;
  background:var(--gold);
  display:block
}
.hero-mark {
  position:absolute;
  right:7vw;
  bottom:8%;
  opacity:.9;
  width:150px
}
.hero-mark img {
  width:100%
}

/* =========================================================
   4. Inhaltsbereiche & Philosophie
   ========================================================= */
.section-pad {
  padding:clamp(80px,11vw,160px) clamp(25px,11vw,172px)
}
.intro-section {
  position:relative;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:90px;
  background:#171713;
  overflow:hidden
}
.section-title h2,.menu-heading h2,.gallery-copy h2,.booking h2 {
  font-size:clamp(35px,4.6vw,66px);
  line-height:1.2;
  margin:0;
  letter-spacing:.01em
}
.intro-text {
  max-width:420px;
  align-self:end
}
.intro-text p {
  font-size:18px;
  line-height:1.8;
  color:#d7d2c6;
  margin:0 0 28px
}
.text-link {
  font-size:12px;
  letter-spacing:.12em;
  color:var(--gold);
  text-transform:uppercase;
  text-decoration:none
}
.text-link span {
  font-size:20px;
  margin-left:8px
}
.olive-branch {
  position:absolute;
  font-family:Cinzel;
  font-size:220px;
  line-height:1;
  color:#24241d;
  right:2%;
  bottom:-54px
}

/* =========================================================
   5. Highlight-Karten
   ========================================================= */
.signature-grid {
  display:grid;
  grid-template-columns:1.2fr .8fr
}
.feature-card {
  min-height:560px;
  padding:clamp(35px,5vw,85px);
  position:relative;
  overflow:hidden
}
.food-card {
  background:linear-gradient(0deg,rgba(10,10,8,.65),rgba(10,10,8,.06)),url('assets/home/meze-tisch.jpg') center/cover
}
.food-card .card-content {
  position:absolute;
  bottom:65px
}
.feature-card h3 {
  font-size:clamp(34px,3.8vw,58px);
  line-height:1.2;
  margin:0
}
.round-link {
  border:1px solid var(--gold);
  height:53px;
  width:53px;
  border-radius:100%;
  color:var(--gold);
  display:grid;
  place-items:center;
  text-decoration:none;
  font-size:23px;
  margin-top:28px
}
.dark-card {
  background:var(--olive);
  display:flex;
  flex-direction:column;
  justify-content:flex-end
}
.dark-card p:not(.eyebrow) {
  line-height:1.7;
  max-width:370px;
  color:#ebe7da
}
.sun-disc {
  position:absolute;
  right:-90px;
  top:-75px;
  width:270px;
  height:270px;
  border-radius:50%;
  background:#c49b33;
  opacity:.9
}
.line-art {
  position:absolute;
  right:11%;
  bottom:10%;
  font-size:110px;
  color:rgba(245,240,230,.2)
}

/* =========================================================
   6. Speisekarte
   ========================================================= */
.menu-section {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:100px;
  background:var(--paper);
  color:var(--ink)
}
.menu-heading {
  position:sticky;
  top:40px;
  align-self:start
}
.menu-heading .button {
  margin-top:38px
}
.button-outline {
  background:transparent;
  border:1px solid var(--gold-soft);
  color:#473512
}
.menu-list>div {
  border-top:1px solid #cbbf9e;
  padding:26px 0;
  display:grid;
  grid-template-columns:42px 1fr auto;
  align-items:center;
  column-gap:10px
}
.menu-list>div:last-child {
  border-bottom:1px solid #cbbf9e
}
.menu-list span {
  font-size:11px;
  color:#927638
}
.menu-list h3 {
  font-size:31px;
  margin:0
}
.menu-list p {
  grid-column:2;
  margin:8px 0 0;
  font-size:13px;
  color:#655d4c
}
.menu-list b,.menu-list a {
  grid-column:3;
  grid-row:1/3;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#806727;
  text-decoration:none
}
.menu-list a:hover,.menu-list a:focus-visible {
  color:#17130b;
  outline:none
}

/* =========================================================
   7. Galerie
   ========================================================= */
.gallery-section {
  background:#1d1e16;
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  min-height:680px
}
.gallery-copy {
  padding:clamp(70px,10vw,150px) clamp(25px,7vw,110px);
  align-self:center
}
.gallery-copy>p:last-child {
  line-height:1.8;
  max-width:340px;
  color:#d6d2c5
}
.gallery-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:1fr 1fr;
  gap:8px;
  padding:8px 8px 8px 0
}
.gallery-grid div {
  min-height:200px;
  background-size:cover;
  background-position:center
}
.g1 {
  grid-row:span 2;
  background-image:url('assets/home/greek-wrap.jpg')
}
.g2 {
  background-image:url('assets/home/ouzo.jpg')
}
.g3 {
  background-image:url('assets/home/olive.jpg')
}

/* =========================================================
   8. Reservierung & Footer
   ========================================================= */
.booking {
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:90px;
  background:#0e0e0d;
  align-items:center
}
.booking-emblem {
  max-width:290px;
  justify-self:center;
  opacity:.85
}
.booking-emblem img {
  width:100%
}
.booking>div:last-child>p:not(.eyebrow) {
  color:#d8d1c2;
  max-width:470px;
  line-height:1.7;
  margin:26px 0 32px
}
footer {
  padding:65px clamp(25px,11vw,172px) 22px;
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr;
  gap:45px;
  background:#c29532;
  color:#17130c;
  position:relative
}
footer img {
  width:250px;
  max-width:100%;
  filter:brightness(.15)
}
footer p,footer a {
  font-size:14px;
  line-height:1.8;
  margin:0;
  color:#17130c;
  text-decoration:none
}
footer small {
  grid-column:1/-1;
  border-top:1px solid rgba(23,19,12,.35);
  padding-top:18px;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.1em
}
footer small .legal-footer-link {
  color:inherit;
  font-size:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  text-decoration:none;
  text-underline-offset:4px;
  transition:color .2s ease,text-decoration-color .2s ease;
}
footer small .legal-footer-link:hover {
  color:var(--paper);
  text-decoration:underline;
}
footer small .legal-footer-link:focus-visible {
  color:var(--paper);
  outline:2px solid var(--ink);
  outline-offset:4px;
  text-decoration:underline;
}

/* =========================================================
   9. Rechtliche Seiten
   ========================================================= */
.legal-page {
  background:var(--ink);
  color:var(--paper);
}
.legal-hero {
  min-height:350px;
  display:flex;
  align-items:flex-end;
  padding:150px clamp(25px,11vw,172px) 68px;
  background:linear-gradient(120deg,rgba(17,17,15,.98),rgba(30,28,20,.92));
  border-bottom:1px solid var(--line);
}
.legal-hero-copy { max-width:780px; }
.legal-hero h1 {
  margin:0;
  color:var(--paper);
  font-family:Cinzel,serif;
  font-size:clamp(44px,6vw,76px);
  font-weight:400;
  line-height:1.08;
}
.legal-hero .legal-subtitle {
  max-width:600px;
  margin:20px 0 0;
  color:#d3cec1;
  font-size:16px;
  line-height:1.7;
}
.legal-content {
  width:min(100% - 50px,860px);
  margin:0 auto;
  padding:78px 0 100px;
}
.legal-content section + section {
  margin-top:52px;
  padding-top:50px;
  border-top:1px solid rgba(245,240,230,.16);
}
.legal-content section.legal-section--without-divider {
  border-top:0;
}
.legal-content h2 {
  margin:0 0 18px;
  color:var(--gold);
  font-family:Cinzel,serif;
  font-size:clamp(23px,3vw,31px);
  font-weight:400;
  line-height:1.3;
}
.legal-content h3 {
  margin:28px 0 10px;
  color:var(--paper);
  font-size:15px;
  font-weight:600;
  letter-spacing:.04em;
}
.legal-content p,.legal-content li {
  color:#e2ddd4;
  font-size:16px;
  line-height:1.8;
}
.legal-content p { margin:0 0 16px; }
.legal-content ul { margin:0 0 16px; padding-left:22px; }
.legal-content a {
  color:#e4c96d;
  text-decoration-color:rgba(228,201,109,.52);
  text-underline-offset:4px;
}
.legal-content a:hover { color:var(--paper); }
.legal-content a:focus-visible {
  outline:2px solid var(--gold);
  outline-offset:3px;
}
.legal-details {
  margin:24px 0 0;
  padding:24px 0;
  border-top:1px solid rgba(212,175,55,.35);
  border-bottom:1px solid rgba(212,175,55,.35);
}
.legal-details p:last-child { margin-bottom:0; }
.legal-placeholder {
  color:#f0d681;
  font-weight:600;
}
.legal-note {
  margin-top:26px;
  padding:18px 20px;
  border-left:2px solid var(--gold);
  background:rgba(212,175,55,.08);
}
.legal-note p { margin:0; }

/* =========================================================
   10. Scroll-Animationen
   ========================================================= */
.reveal {
  opacity:0;
  transform:translateY(26px);
  transition:opacity .9s ease,transform .9s ease
}
.reveal.visible {
  opacity:1;
  transform:none
}
@keyframes slow-zoom {
  from {
    transform:scale(1.1)
  }
  to {
    transform:scale(1)
  }
}

/* =========================================================
   10. Über-uns-Seite
   ========================================================= */
.site-header-solid {
  background:rgba(17,17,15,.96);
}
.site-header nav .is-active {
  color:var(--gold);
}
.page-hero {
  min-height:650px;
  height:76vh;
  position:relative;
  display:flex;
  align-items:center;
  padding:120px clamp(25px,11vw,172px) 60px;
  overflow:hidden;
}
.page-hero-image,.page-hero-shade {
  position:absolute;
  inset:0;
}
.page-hero-image {
  z-index:-2;
  background:url('assets/ueberuns/schatzkaestle-innen.jpg') center/cover;
  animation:slow-zoom 18s ease-out both;
}
.page-hero-shade {
  z-index:-1;
  background:linear-gradient(90deg,rgba(8,8,7,.86),rgba(8,8,7,.16)),linear-gradient(0deg,rgba(17,17,15,.48),transparent 48%);
}
.page-hero-copy {
  max-width:650px;
}
.page-hero h1 {
  font-family:Cinzel,serif;
  font-size:clamp(48px,7vw,100px);
  font-weight:400;
  line-height:1.08;
  margin:0;
}
.page-hero h1 em {
  color:var(--gold);
  font-style:normal;
}
.page-hero-copy > p:last-child {
  max-width:410px;
  font-size:16px;
  line-height:1.75;
  margin:27px 0 0;
}
.page-number {
  position:absolute;
  right:clamp(25px,5vw,80px);
  bottom:32px;
  color:var(--gold);
  font-size:10px;
  letter-spacing:.2em;
}
.story-intro {
  background:var(--paper);
  color:var(--ink);
}
.story-intro-grid {
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:clamp(50px,9vw,150px);
}
.story-intro h2,.values h2,.about-closing h2 {
  font-family:Cinzel,serif;
  font-size:clamp(36px,4.7vw,66px);
  font-weight:400;
  line-height:1.22;
  margin:0;
}
.story-intro h2 em,.values h2 em,.about-closing h2 em {
  color:var(--gold-soft);
  font-style:normal;
}
.story-intro-grid > div p {
  color:#625a48;
  font-size:17px;
  line-height:1.8;
  margin:0 0 22px;
}
.about-image-section {
  min-height:660px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  background:#191915;
}
.about-image {
  min-height:450px;
  background:url('assets/home/olive.jpg') center/cover;
}
.about-quote {
  align-self:center;
  padding:clamp(45px,8vw,130px);
}
.quote-mark {
  color:var(--gold);
  display:block;
  font-family:Cinzel,serif;
  font-size:90px;
  height:72px;
}
.about-quote p {
  font-family:Cinzel,serif;
  font-size:clamp(25px,3vw,42px);
  line-height:1.4;
  margin:0 0 27px;
}
.quote-source {
  color:var(--gold);
  font-size:10px;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.values {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:clamp(55px,8vw,135px);
  background:#68744c;
}
.values h2 em {
  color:#d9b657;
}
.values-list {
  border-top:1px solid rgba(245,240,230,.35);
}
.value {
  display:grid;
  grid-template-columns:45px 1fr;
  column-gap:16px;
  padding:22px 0 26px;
  border-bottom:1px solid rgba(245,240,230,.35);
}
.value span {
  color:#d9b657;
  font-size:11px;
}
.value h3 {
  font-family:Cinzel,serif;
  font-size:26px;
  font-weight:400;
  margin:0;
}
.value p {
  grid-column:2;
  color:#ece9dd;
  line-height:1.65;
  margin:8px 0 0;
}
.about-closing {
  min-height:540px;
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  align-items:center;
  gap:80px;
  padding:clamp(70px,10vw,135px) clamp(25px,11vw,172px);
  background:#0e0e0d;
}
.closing-logo {
  max-width:240px;
  justify-self:center;
  opacity:.8;
}
.closing-logo img {
  width:100%;
}
.about-closing .button {
  margin-top:32px;
}

/* =========================================================
   11. Galerie-Seite
   ========================================================= */
.gallery-page-hero {
  min-height:475px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  padding:150px clamp(25px,11vw,172px) 75px;
  background:#171713;
}
.gallery-page-copy {
  max-width:720px;
}
.gallery-page-copy h1 {
  font-family:Cinzel,serif;
  font-size:clamp(45px,6vw,84px);
  font-weight:400;
  line-height:1.1;
  margin:0;
}
.gallery-page-copy h1 em,.gallery-closing h2 em {
  color:var(--gold);
  font-style:normal;
}
.gallery-page-copy > p:last-child {
  max-width:440px;
  color:#d8d2c3;
  font-size:16px;
  line-height:1.75;
  margin:23px 0 0;
}
.gallery-page-logo {
  width:145px;
  opacity:.65;
}
.gallery-page-logo img {
  width:100%;
}
.food-gallery {
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:clamp(110px,13vw,190px);
  gap:8px;
  padding:8px;
  background:#171713;
}
.dish {
  position:relative;
  margin:0;
  overflow:hidden;
  background-color:#2b2a20;
  background-position:center;
  background-size:cover;
}
.dish::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(5,5,4,.72),transparent 54%);
  opacity:0;
  transition:opacity .35s ease;
}
.dish:hover::after {
  opacity:1;
}
.dish figcaption {
  position:absolute;
  z-index:1;
  right:20px;
  bottom:17px;
  left:20px;
  color:#fff;
  font-size:10px;
  letter-spacing:.13em;
  opacity:0;
  text-transform:uppercase;
  transform:translateY(8px);
  transition:opacity .35s ease,transform .35s ease;
}
.dish:hover figcaption {
  opacity:1;
  transform:none;
}
.dish figcaption span {
  color:var(--gold);
  margin-right:8px;
}
.dish-01 { grid-column:span 7; grid-row:span 2; background-image:url('assets/galerie/gavros.jpg'); }
.dish-02 { grid-column:span 5; background-image:url('assets/galerie/haenchenspiess.jpg'); }
.dish-03 { grid-column:span 5; background-image:url('assets/galerie/grill.jpg'); }
.dish-04 { grid-column:span 4; background-image:url('assets/galerie/pfanne.jpg'); }
.dish-05 { grid-column:span 4; background-image:url('assets/galerie/meze-tisch.jpg'); }
.dish-06 { grid-column:span 4; background-image:url('assets/galerie/meze01.jpg'); }
.dish-07 { grid-column:span 4; background-image:url('assets/galerie/meze02.jpg'); }
.dish-08 { grid-column:span 4; background-image:url('assets/galerie/fenster.jpg'); }
.dish-09 { grid-column:span 4; background-image:url('assets/galerie/ouzo01.jpg'); }
.gallery-closing {
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:540px;
  background:var(--olive);
}
.gallery-closing > div:first-child {
  padding:clamp(70px,10vw,145px) clamp(25px,11vw,172px);
}
.gallery-closing h2 {
  font-family:Cinzel,serif;
  font-size:clamp(35px,4.7vw,64px);
  font-weight:400;
  line-height:1.2;
  margin:0;
}
.gallery-closing .button {
  margin-top:35px;
}
.gallery-closing-image {
  min-height:360px;
  background:linear-gradient(0deg,rgba(9,9,7,.2),rgba(9,9,7,.05)),url('assets/galerie/ouzo02.jpg') center/cover;
}

/* =========================================================
   12. Datengetriebene Speisekarte
   Inhalte werden durch data/speisekarte.json und js/menu.js erzeugt.
   ========================================================= */
.menu-page-hero {
  min-height:520px;
  display:flex;
  align-items:flex-end;
  padding:150px clamp(25px,11vw,172px) 80px;
  background:linear-gradient(90deg,rgba(8,8,7,.86),rgba(8,8,7,.24)),url('assets/speisekarte/pfanne.jpg') center/cover;
}
.menu-page-hero-copy {
  max-width:650px;
}
.menu-page-hero h1 {
  font-family:Cinzel,serif;
  font-size:clamp(48px,6.7vw,92px);
  font-weight:400;
  line-height:1.08;
  margin:0;
}
.menu-page-hero h1 em,.menu-page-intro h2 em {
  color:var(--gold);
  font-style:normal;
}
.menu-page-hero-copy > p:last-child {
  max-width:450px;
  font-size:16px;
  line-height:1.75;
  margin:25px 0 0;
}
.menu-page-content {
  max-width:1180px;
  margin:0 auto;
  padding:clamp(75px,10vw,130px) clamp(25px,5vw,55px);
  color:var(--paper);
  background:#11110f;
}
.menu-page-intro {
  max-width:690px;
  margin-bottom:55px;
}
.menu-page-intro h2 {
  font-family:Cinzel,serif;
  font-size:clamp(36px,4.7vw,64px);
  font-weight:400;
  line-height:1.18;
  margin:0;
}
.menu-page-intro > p:last-child {
  max-width:500px;
  color:#d3cec1;
  font-size:16px;
  line-height:1.75;
  margin:24px 0 0;
}
.menu-category-nav {
  position:sticky;
  top:0;
  z-index:3;
  display:flex;
  gap:8px;
  overflow-x:auto;
  margin:0 -10px 68px;
  padding:14px 10px;
  background:rgba(17,17,15,.97);
  border-top:1px solid rgba(212,175,55,.35);
  border-bottom:1px solid rgba(212,175,55,.35);
  scrollbar-width:thin;
}
.menu-category-nav a {
  flex:0 0 auto;
  border:1px solid transparent;
  border-radius:999px;
  color:#d9d3c6;
  font-size:10px;
  font-weight:600;
  letter-spacing:.1em;
  padding:10px 13px;
  text-decoration:none;
  text-transform:uppercase;
  transition:background .2s,color .2s,border-color .2s;
}
.menu-category-nav a:hover,.menu-category-nav a:focus-visible,.menu-category-nav a.is-active {
  background:var(--gold);
  border-color:var(--gold);
  color:#17130b;
  outline:none;
}
.menu-status {
  padding:25px 0 70px;
  color:#d3cec1;
  font-family:Cinzel,serif;
  font-size:20px;
}
.menu-status--error {
  color:#e6a390;
}
.menu-category {
  scroll-margin-top:110px;
  padding:0 0 86px;
}
.menu-category + .menu-category {
  border-top:1px solid rgba(212,175,55,.3);
  padding-top:70px;
}
.menu-category-header {
  max-width:620px;
  margin-bottom:30px;
}
.menu-category-header h2 {
  font-family:Cinzel,serif;
  font-size:clamp(31px,3.8vw,50px);
  font-weight:400;
  margin:0;
}
.menu-category-description {
  color:#d3cec1;
  font-size:15px;
  line-height:1.7;
  margin:15px 0 0;
}
.menu-item {
  display:flex;
  gap:25px;
  padding:23px 0;
  border-top:1px solid rgba(245,240,230,.18);
}
.menu-item-details {
  flex:1 1 auto;
  min-width:0;
}
.menu-item-topline {
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:20px;
}
.menu-item h3 {
  font-family:Cinzel,serif;
  font-size:22px;
  font-weight:500;
  line-height:1.35;
  margin:0;
}
.menu-item-price {
  flex:0 0 auto;
  font-size:15px;
  font-weight:600;
  white-space:nowrap;
}
.menu-price-variant {
  display:flex;
  gap:12px;
  justify-content:space-between;
  font-size:13px;
  line-height:1.65;
}
.menu-price-variant + .menu-price-variant {
  margin-top:3px;
}
.menu-item-description {
  color:#d3cec1;
  font-size:15px;
  line-height:1.65;
  margin:7px 0 0;
}
.menu-item-meta {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
  margin-top:13px;
}
.menu-label {
  border:1px solid rgba(212,175,55,.68);
  color:#e2c672;
  font-size:9px;
  font-weight:600;
  letter-spacing:.08em;
  padding:4px 7px;
  text-transform:uppercase;
}
.menu-label--recommendation {
  background:var(--gold);
  border-color:var(--gold);
  color:#181307;
}
.menu-label--vegan { border-color:#93a363; color:#b5c986; }
.menu-label--vegetarian { border-color:#c5ad69; color:#e1ca8b; }
.menu-label--spicy { border-color:#d07859; color:#eda48b; }
.menu-label--new { border-color:#d3b85e; color:#ecd781; }
.menu-label--seasonal { border-color:#85a28a; color:#b4d0b8; }
.menu-label--unavailable { border-color:#9a948d; color:#beb8b0; }
.menu-item.is-unavailable {
  opacity:.54;
}
.menu-item-image {
  width:130px;
  height:100px;
  object-fit:cover;
}

/* =========================================================
   10. Mobile Ansicht (bis 800 px)
   ========================================================= */
@media(max-width:800px) {
  .site-header {
    height:70px;
    padding:0 20px
  }
  .brand img {
    width:145px
  }
  .site-header nav {
    position:absolute;
    top:70px;
    right:0;
    left:0;
    background:#171713;
    display:none;
    flex-direction:column;
    align-items:stretch;
    padding:26px;
    gap:22px;
    border-top:1px solid var(--line)
  }
  .site-header nav.open {
    display:flex
  }
  .site-header nav .nav-cta {
    text-align:center;
    justify-content:center
  }
  .menu-toggle {
    display:grid;
    border:0;
    background:none;
    gap:6px;
    padding:8px
  }
  .menu-toggle span {
    display:block;
    width:24px;
    height:1px;
    background:var(--gold)
  }
  .hero {
    padding-left:26px
  }
  .hero-mark {
    right:-35px;
    width:130px
  }
  .intro-section,.menu-section,.gallery-section,.booking {
    grid-template-columns:1fr;
    gap:45px
  }
  .intro-section {
    gap:30px
  }
  .olive-branch {
    font-size:150px
  }
  .signature-grid {
    grid-template-columns:1fr
  }
  .feature-card {
    min-height:470px
  }
  .menu-heading {
    position:static
  }
  .gallery-copy {
    padding-bottom:5px
  }
  .gallery-grid {
    padding:8px;
    min-height:480px
  }
  .booking-emblem {
    width:170px;
    justify-self:start
  }
  footer {
    grid-template-columns:1fr 1fr;
    gap:30px
  }
  footer>div:first-child {
    grid-column:1/-1
  }
  .menu-list>div {
    grid-template-columns:28px 1fr
  }
  .menu-list b,.menu-list a {
    display:none
  }
  .page-hero {
    min-height:570px;
    height:74vh;
    padding-top:115px;
  }
  .story-intro-grid,.about-image-section,.values,.about-closing {
    grid-template-columns:1fr;
    gap:45px;
  }
  .about-image-section {
    min-height:0;
  }
  .about-image {
    min-height:390px;
  }
  .about-quote {
    padding-top:18px;
  }
  .about-closing {
    min-height:0;
  }
  .closing-logo {
    width:150px;
    justify-self:start;
  }
  .gallery-page-hero {
    min-height:460px;
    align-items:flex-start;
    flex-direction:column;
    padding-top:125px;
  }
  .gallery-page-logo {
    display:none;
  }
  .food-gallery {
    grid-template-columns:1fr 1fr;
    grid-auto-rows:190px;
  }
  .dish-01,.dish-02,.dish-03,.dish-04,.dish-05,.dish-06,.dish-07,.dish-08,.dish-09 {
    grid-column:span 1;
    grid-row:span 1;
  }
  .dish-01,.dish-06 {
    grid-column:span 2;
  }
  .dish figcaption {
    opacity:1;
    transform:none;
  }
  .dish::after {
    opacity:1;
  }
  .gallery-closing {
    grid-template-columns:1fr;
    min-height:0;
  }
}

@media(max-width:800px) {
  .legal-hero {
    min-height:285px;
    padding:120px 25px 48px;
  }
  .legal-content {
    width:min(100% - 40px,860px);
    padding:56px 0 72px;
  }
  .legal-content section + section {
    margin-top:40px;
    padding-top:38px;
  }
  .legal-content p,.legal-content li {
    font-size:16px;
    line-height:1.72;
  }
  .menu-page-hero {
    min-height:480px;
    padding-top:125px;
    padding-bottom:65px;
  }
  .menu-page-content {
    padding-top:70px;
  }
  .menu-category-nav {
    margin-bottom:45px;
  }
  .menu-category {
    padding-bottom:62px;
  }
  .menu-category + .menu-category {
    padding-top:55px;
  }
  .menu-item {
    gap:14px;
    padding:20px 0;
  }
  .menu-item h3 {
    font-size:19px;
  }
  .menu-item-price {
    font-size:14px;
  }
  .menu-item-description {
    font-size:16px;
  }
  .menu-item-image {
    width:82px;
    height:82px;
  }
}

/* =========================================================
   Footer: Social Media
   ========================================================= */
.social-links {
  display:flex;
  gap:10px;
  align-items:center;
  margin-top:16px;
}
.social-link {
  display:grid;
  width:34px;
  height:34px;
  place-items:center;
  border:1px solid rgba(23,19,12,.55);
  border-radius:50%;
  color:#17130c;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.social-link:hover {
  background:#17130c;
  color:var(--paper);
  transform:translateY(-2px);
}
.social-link:focus-visible {
  outline:2px solid var(--paper);
  outline-offset:3px;
}
.social-link svg {
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.8;
}
.social-link:nth-child(2) svg { fill:currentColor; stroke:none; }

.google-review-link {
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:14px;
  padding:8px 11px;
  border:1px solid rgba(23,19,12,.55);
  border-radius:999px;
  background:transparent;
  color:#17130c;
  font-size:10px;
  font-weight:600;
  letter-spacing:.07em;
  line-height:1.3;
  text-decoration:none;
  text-transform:uppercase;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.google-review-link:hover {
  background:#17130c;
  color:var(--paper);
  transform:translateY(-2px);
}
.google-review-link:focus-visible {
  outline:2px solid var(--paper);
  outline-offset:3px;
}

