/* ==========================================================================
   ÖZ URFA LANGENHAGEN — Design System v7 "Editorial"
   Tiefes Pinien-Grün + warmes Elfenbein · kein Gelb · Glas-Sekundärbuttons
   Typografie: Satoshi (Display) + Fraunces (Serif-Akzente, Ziffern, Preise)
   ========================================================================== */

/* ---- Fonts ---- */
/* Satoshi-Medium.woff2 ist defekt (178 B) — Weight 500 nutzt die Semibold-Datei,
   damit nie auf Inter zurückgefallen wird */
@font-face{font-family:'Satoshi';src:url('/assets/fonts/Satoshi-Semibold.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Satoshi';src:url('/assets/fonts/Satoshi-Semibold.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Inter';src:url('/assets/fonts/Inter-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Inter';src:url('/assets/fonts/Inter-Semibold.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
/* Fraunces Variable (latin + latin-ext, deckt ş/ğ/ı ab) — OFL, selbst gehostet */
@font-face{font-family:'Fraunces';src:url('/assets/fonts/Fraunces-var-latin.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Fraunces';src:url('/assets/fonts/Fraunces-var-latinext.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:swap;unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}

/* ---- Tokens ---- */
:root{
  /* Farbwelt: Pinie & Elfenbein */
  --green-950:#0a2e21;
  --green-900:#0e3b2b;
  --green-800:#155239;
  --green-700:#1b6647;
  --green-600:#237a56;
  --green-500:#2e8a62;
  --sage:#9db9aa;            /* nur für Kicker/Labels auf Dunkelgrün */
  --sage-dim:#7e9c8c;

  --ivory:#f5f1e8;           /* warme Creme-Flächen */
  --ivory-deep:#eee9dc;      /* tiefere Creme für Panels */
  --paper:#fcfbf7;           /* warmes Fast-Weiß */
  --white:#ffffff;
  /* Fließtext auf Dunkelgrün: Elfenbein statt grünstichigem Sage */
  --ivory-70:rgba(245,241,232,.76);
  --ivory-45:rgba(245,241,232,.52);

  --ink:#101b14;             /* Grün-Schwarz für Text */
  --live:#4fd18b;            /* leuchtendes Grün: „geöffnet"-Signal */
  --muted:#5c6b61;
  --line:#e9e5d9;            /* warme Haarlinie */
  --line-dark:rgba(245,241,232,.16);

  /* Legacy-Aliase (altes Token-Set) — alles Gelbe wird Grün */
  --green:#1b6647;
  --green-soft:#f5f1e8;
  --green-soft-2:#eee9dc;
  --yellow:#1b6647;
  --yellow-soft:#eee9dc;
  --off:#f5f1e8;

  /* Geometrie */
  --radius:18px;
  --radius-sm:12px;
  --max:1200px;
  --gutter:clamp(20px,4vw,44px);
  --sec:clamp(80px,9.5vw,140px);
  --sec-sm:clamp(48px,6vw,76px);
  --shadow:0 24px 60px -26px rgba(10,46,33,.2);
  --shadow-sm:0 10px 30px -14px rgba(10,46,33,.14);

  /* Typografie — EINE Familie: Satoshi für alles Displayhafte, Inter für Fließtext */
  --display:'Satoshi',Inter,system-ui,sans-serif;
  --body:'Inter',system-ui,sans-serif;
  --serif:'Satoshi',Inter,system-ui,sans-serif;
  --fs-h1:clamp(2.15rem,4.4vw,3.4rem);
  --fs-h2:clamp(1.75rem,3vw,2.55rem);
  --fs-h3:1.22rem;
  --fs-lead:clamp(1.02rem,1.35vw,1.15rem);
  --dish-img:116px;
}

/* ---- Reset & Basis ---- */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
html,body{overflow-x:clip}
body{
  margin:0;
  font-family:var(--body);
  font-size:16.5px;
  line-height:1.65;
  color:var(--ink);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block}
figure{margin:0}
a{color:inherit;text-decoration:none}
p{margin:0 0 1em}
p:last-child{margin-bottom:0}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
input,select,textarea{font:inherit;color:inherit}
::selection{background:var(--green-700);color:var(--ivory)}

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

.container{max-width:var(--max);margin:0 auto;padding:0 var(--gutter)}

.skip{position:absolute;left:-999px;top:10px;z-index:200;background:var(--green-950);color:var(--ivory);padding:10px 18px;border-radius:999px}
.skip:focus{left:10px}

/* ---- Überschriften-System ---- */
h1,h2,h3,h4{font-family:var(--display);font-weight:600;line-height:1.08;margin:0 0 .45em;letter-spacing:-.022em;text-wrap:balance}
h1{font-size:var(--fs-h1)}
h2{font-size:var(--fs-h2);line-height:1.12}
h3{font-size:var(--fs-h3);line-height:1.3;letter-spacing:-.01em}

/* Einheitliche Schrift: em-Akzente rendern identisch zur Headline */
h1 em,h2 em,.footer-top strong em{
  font-family:inherit;font-style:normal;font-weight:inherit;letter-spacing:inherit;
}

/* Kicker / Eyebrow: Kapitälchen mit Linie */
.kicker,.eyebrow{
  display:inline-flex;align-items:center;gap:14px;
  font-family:var(--display);font-weight:600;
  font-size:.74rem;letter-spacing:.24em;text-transform:uppercase;
  color:var(--green-700);
  margin-bottom:22px;
}
.kicker::before,.eyebrow::before{content:"";width:34px;height:1px;background:currentColor;opacity:.55}
.eyebrow-light{color:var(--sage)}

/* Heading-Blöcke */
.heading,.section-heading{max-width:720px;margin-bottom:clamp(40px,5vw,68px)}
.heading p,.section-heading p{color:var(--muted);font-size:var(--fs-lead);max-width:56ch}
.section-heading.center,.heading.center{margin-left:auto;margin-right:auto;text-align:center}
.section-heading.center .kicker,.section-heading.center .eyebrow{justify-content:center}
.split-heading{
  max-width:none;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr);
  gap:clamp(24px,4vw,72px);align-items:end;
}
.split-heading h2{margin-bottom:0}
.split-heading>p{margin:0 0 .35em;color:var(--muted);font-size:var(--fs-lead)}
@media(max-width:820px){.split-heading{grid-template-columns:1fr;align-items:start}}

/* ---- Buttons ---- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:15px 30px;border-radius:999px;
  font-family:var(--display);font-weight:600;font-size:.93rem;letter-spacing:.02em;
  line-height:1;white-space:nowrap;
  transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,border-color .25s ease,color .25s ease;
  border:1px solid transparent;
}
.btn:active{transform:translateY(1px)}

/* Primär: sattes Pinien-Grün */
.btn-primary,.btn-yellow,.btn-green{
  background:var(--green-800);color:var(--ivory);
}
.btn-primary:hover,.btn-yellow:hover,.btn-green:hover{
  background:var(--green-950);box-shadow:var(--shadow-sm);transform:translateY(-2px);
}

/* Glas: transluzent mit Blur — auf hellen Flächen dunkle Kante */
.btn-glass,.btn-ghost,.btn-outline{
  background:rgba(16,27,20,.04);
  border-color:rgba(16,27,20,.22);
  color:var(--ink);
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
}
.btn-glass:hover,.btn-ghost:hover,.btn-outline:hover{
  border-color:var(--ink);background:rgba(16,27,20,.08);transform:translateY(-2px);
}

/* Glas auf dunklen Flächen */
.home-hero .btn-ghost,.home-hero .btn-glass,
.page-hero .btn-ghost,.page-hero .btn-outline,.page-hero .btn-glass,
.section-green .btn-ghost,.section-green .btn-outline,.section-green .btn-glass,
.fire-section .btn-ghost,.fire-section .btn-glass,
.footer .btn-ghost,.footer .btn-glass{
  background:rgba(245,241,232,.08);
  border-color:rgba(245,241,232,.32);
  color:var(--ivory);
}
.home-hero .btn-ghost:hover,.page-hero .btn-ghost:hover,.page-hero .btn-outline:hover,
.section-green .btn-ghost:hover,.section-green .btn-outline:hover,
.fire-section .btn-ghost:hover,.footer .btn-ghost:hover{
  background:rgba(245,241,232,.16);border-color:rgba(245,241,232,.6);
}

/* Helle Primärvariante auf Dunkelgrün */
.btn-light{background:var(--ivory);color:var(--green-950)}
.btn-light:hover{background:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-sm)}
.section-green .btn-yellow,.section-green .btn-primary,.section-green .btn-green,
.fire-section .btn-yellow,.fire-section .btn-primary{
  background:var(--ivory);color:var(--green-950);
}
.section-green .btn-yellow:hover,.section-green .btn-primary:hover,.section-green .btn-green:hover,
.fire-section .btn-yellow:hover,.fire-section .btn-primary:hover{background:var(--white)}

.btn-dark{background:var(--green-950);color:var(--ivory)}
.btn-dark:hover{background:var(--green-900);transform:translateY(-2px);box-shadow:var(--shadow-sm)}

/* Pfeil-Chip auf Primär-CTAs — die edle Version des alten „dicken" Badges */
.btn-primary::after,.btn-light::after,.btn-dark::after,button.glf-button::after{
  content:"→";display:inline-flex;align-items:center;justify-content:center;
  width:22px;height:22px;border-radius:50%;flex:0 0 auto;
  background:rgba(245,241,232,.16);border:1px solid rgba(245,241,232,.28);
  font-size:.78rem;line-height:1;
  transition:transform .25s ease,background-color .25s ease;
}
.btn-primary:hover::after,.btn-light:hover::after,.btn-dark:hover::after,button.glf-button:hover::after{
  transform:translateX(3px);background:rgba(245,241,232,.26);
}
/* Chip-Variante auf hellen Buttons (Elfenbein-Buttons auf Dunkelgrün) */
.btn-light::after,
.section-green .btn-primary::after,.section-green .btn-yellow::after,.section-green .btn-green::after,
.fire-section .btn-primary::after,.fire-section .btn-yellow::after,
.contact-panel .btn-primary::after,.contact-panel .btn-yellow::after,
.order-band .btn-dark::after{
  background:rgba(10,46,33,.08);border-color:rgba(10,46,33,.2);color:var(--green-950);
}
.btn-light:hover::after,
.section-green .btn-primary:hover::after,.fire-section .btn-primary:hover::after,
.contact-panel .btn-primary:hover::after,.order-band .btn-dark:hover::after{
  background:rgba(10,46,33,.14);
}
/* Glas-Buttons bleiben chip-frei */
.btn-glass::after,.btn-ghost::after,.btn-outline::after,button.glf-button.btn-ghost::after{content:none}
/* Kompakter Chip im Header */
.nav-actions .btn::after,.nav-actions button.glf-button::after{width:18px;height:18px;font-size:.68rem}

/* GloriaFood-Widget erzwingt Orange + display — hart überschreiben */
button.glf-button,.glf-button.btn{
  background:var(--green-800)!important;
  color:var(--ivory)!important;
  border:1px solid transparent!important;
  border-radius:999px!important;
  font-family:var(--display)!important;font-weight:600!important;
  padding:15px 30px!important;font-size:.93rem!important;
  box-shadow:none!important;text-transform:none!important;
}
button.glf-button:hover,.glf-button.btn:hover{background:var(--green-950)!important}
.nav-actions button.glf-button{padding:12px 22px!important;font-size:.88rem!important}
.home-hero button.glf-button.btn-ghost,.hero-actions button.glf-button.btn-ghost{
  background:rgba(245,241,232,.08)!important;
  border-color:rgba(245,241,232,.32)!important;
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
}
.home-hero button.glf-button.btn-ghost:hover,.hero-actions button.glf-button.btn-ghost:hover{
  background:rgba(245,241,232,.16)!important;border-color:rgba(245,241,232,.6)!important;
}

/* Textlink mit Pfeil */
.text-link{
  display:inline-flex;align-items:center;gap:10px;
  font-family:var(--display);font-weight:600;font-size:1rem;color:var(--ink);
  border-bottom:1px solid rgba(16,27,20,.25);padding-bottom:4px;
  transition:border-color .25s ease,gap .25s ease;
}
.text-link span,.text-link b{font-weight:600;transition:transform .25s ease}
.text-link:hover{border-color:var(--ink);gap:14px}

/* ---- Announcement-Bar ---- */
.announcement{background:var(--green-950);color:var(--ivory-45);font-size:.8rem;letter-spacing:.02em}
.announcement-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:9px;padding-bottom:9px}
.announcement a{color:var(--ivory);font-weight:600;letter-spacing:.04em}
.announcement-hours{color:var(--ivory-70);display:inline-flex;align-items:center;gap:10px}
/* Pulsierender „geöffnet"-Punkt */
.announcement-hours::before{
  content:"";flex:0 0 auto;width:7px;height:7px;border-radius:50%;
  background:var(--live);
  box-shadow:0 0 6px rgba(79,209,139,.9),0 0 0 0 rgba(79,209,139,.5);
  animation:live-pulse 2.6s ease-out infinite;
}
@keyframes live-pulse{
  0%{box-shadow:0 0 6px rgba(79,209,139,.9),0 0 0 0 rgba(79,209,139,.5)}
  70%{box-shadow:0 0 9px rgba(79,209,139,1),0 0 0 7px rgba(79,209,139,0)}
  100%{box-shadow:0 0 6px rgba(79,209,139,.9),0 0 0 0 rgba(79,209,139,0)}
}
/* Telefonhörer vor der Nummer */
.announcement a[href^="tel:"]{display:inline-flex;align-items:center;gap:8px}
.announcement a[href^="tel:"]::before{
  content:"";flex:0 0 auto;width:13px;height:13px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5f1e8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center/contain no-repeat;
}
@media(max-width:720px){.announcement-location{display:none}}

/* ---- Header ---- */
.site-header{
  position:sticky;top:0;z-index:90;
  background:rgba(252,251,247,.88);
  -webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
  transition:box-shadow .3s ease;
}
.site-header.is-scrolled{box-shadow:0 12px 34px -18px rgba(10,46,33,.18)}
.nav-shell{display:flex;align-items:center;gap:28px;min-height:78px}
.brand{display:flex;align-items:center;gap:13px;margin-right:auto}
.brand img{width:46px;height:46px;border-radius:50%;object-fit:cover}
.brand-word{display:flex;flex-direction:column;line-height:1}
.brand-word strong{font-family:var(--display);font-weight:600;font-size:1.06rem;letter-spacing:.16em}
.brand-word small{font-size:.6rem;letter-spacing:.34em;color:var(--muted);margin-top:4px}
.navlinks{display:flex;align-items:center;gap:4px}
.navlinks a{
  font-family:var(--display);font-weight:500;font-size:.92rem;color:var(--muted);
  padding:9px 13px;border-radius:999px;transition:color .2s ease,background-color .2s ease;
}
.navlinks a:hover{color:var(--ink)}
.navlinks a.active{color:var(--green-800);background:rgba(27,102,71,.08)}
.nav-actions{display:flex;align-items:center;gap:10px}
.nav-actions .btn{padding:12px 22px;font-size:.88rem}
.route-button{
  display:inline-flex;align-items:center;gap:8px;
  font-family:var(--display);font-weight:600;font-size:.88rem;
  padding:12px 18px;border-radius:999px;border:1px solid var(--line);
  transition:border-color .2s ease,background .2s ease;
}
.route-button b{font-weight:600;color:var(--green-700)}
.route-button:hover{border-color:var(--ink)}
.menu-toggle{display:none}

@media(max-width:1080px){
  .navlinks a{padding:8px 9px;font-size:.88rem}
  .route-button{display:none}
}
@media(max-width:920px){
  /* backdrop-filter macht den Header zum Containing Block für fixed-Kinder
     → beim offenen Menü deaktivieren, damit das Overlay den Viewport füllt */
  body.menu-open .site-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--paper)}
  .menu-toggle{
    display:flex;flex-direction:column;justify-content:center;gap:5px;
    width:46px;height:46px;border-radius:12px;border:1px solid var(--line);
    align-items:center;order:3;position:relative;z-index:96;
  }
  body.menu-open .menu-toggle{border-color:rgba(245,241,232,.35)}
  body.menu-open .menu-toggle span{background:var(--ivory)}
  .menu-toggle span{display:block;width:20px;height:2px;background:var(--ink);border-radius:2px;transition:transform .3s ease,opacity .3s ease}
  body.menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  body.menu-open .menu-toggle span:nth-child(2){opacity:0}
  body.menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .navlinks{
    position:fixed;inset:0;top:0;z-index:85;
    display:none;flex-direction:column;justify-content:center;align-items:center;gap:8px;
    background:var(--green-950);
  }
  .navlinks.open{display:flex}
  .navlinks a{color:var(--ivory-70);font-size:1.5rem;font-weight:600;padding:12px 22px}
  .navlinks a:hover,.navlinks a.active{color:var(--ivory);background:none}
  .nav-actions .btn-order{display:none}
  body.menu-open{overflow:hidden}
}

/* Scroll-Fortschritt — CI-grüner Ladebalken oben */
.scroll-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:120;pointer-events:none;background:rgba(10,46,33,.08)}
.scroll-progress span{
  display:block;height:100%;
  background:linear-gradient(90deg,var(--green-700),var(--green-500));
  box-shadow:0 0 8px rgba(46,138,98,.55);
  transform-origin:0 50%;transform:scaleX(0);
}

/* ---- Sektionen ---- */
.section{padding:var(--sec) 0}
.section-sm{padding:var(--sec-sm) 0}
/* Helle Flächen: Weiß + warmes Fast-Weiß im Wechsel — kein Beige mehr */
.section-white{background:var(--paper)}
.section-cream,.section-cream2{background:var(--white)}
.section-green{background:var(--green-950);color:var(--ivory)}
.section-green .kicker{color:var(--sage)}
.section-green h2,.section-green h3{color:var(--ivory)}
.section-green p,.section-green .heading p{color:var(--ivory-70)}
.section-green .actions{display:flex;gap:14px;flex-wrap:wrap}

.section-action{display:flex;justify-content:flex-end;margin-top:34px}

/* =========================================================
   STARTSEITE
   ========================================================= */

/* ---- Hero: Vollbild-Split, Bild läuft bis an die Kante ---- */
.home-hero{
  position:relative;background:var(--green-950);color:var(--ivory);
  overflow:clip;
  display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);
  min-height:min(86vh,820px);
}
.hero-pattern{
  position:absolute;inset:0;pointer-events:none;opacity:.55;z-index:0;
  background:
    repeating-linear-gradient(45deg,rgba(245,241,232,.022) 0 1px,transparent 1px 26px),
    repeating-linear-gradient(-45deg,rgba(245,241,232,.022) 0 1px,transparent 1px 26px),
    radial-gradient(1100px 520px at 30% -10%,rgba(46,138,98,.22),transparent 60%),
    radial-gradient(900px 600px at -12% 110%,rgba(21,82,57,.5),transparent 55%);
}
.home-hero-copy{
  position:relative;z-index:1;
  display:flex;flex-direction:column;justify-content:center;
  padding:clamp(56px,7vw,96px) clamp(28px,4vw,72px) clamp(56px,7vw,96px)
          max(var(--gutter),calc((100vw - var(--max))/2 + var(--gutter)));
}
.home-hero-copy h1{color:var(--ivory);margin-bottom:24px;max-width:22ch}
/* Auf Dunkelgrün ist der Primär-CTA hell — sonst geht Grün auf Grün unter */
.home-hero .btn-primary,.page-hero .btn-primary,.page-hero .btn-yellow{
  background:var(--ivory);color:var(--green-950);
}
.home-hero .btn-primary:hover,.page-hero .btn-primary:hover,.page-hero .btn-yellow:hover{background:var(--white)}
.home-hero .btn-primary::after,.page-hero .btn-primary::after,.page-hero .btn-yellow::after{
  background:rgba(10,46,33,.08);border-color:rgba(10,46,33,.2);color:var(--green-950);
}
.home-hero .btn-primary:hover::after,.page-hero .btn-primary:hover::after{background:rgba(10,46,33,.14)}
.home-hero-copy>p{color:var(--ivory-70);font-size:var(--fs-lead);max-width:46ch;margin-bottom:36px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px}
/* Google-Bewertung im Hero */
.hero-rating{
  display:inline-flex;align-items:center;gap:12px;align-self:flex-start;
  margin-top:clamp(26px,3.4vw,36px);
  padding:10px 18px 10px 14px;border-radius:999px;
  background:rgba(245,241,232,.07);border:1px solid rgba(245,241,232,.16);
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  transition:border-color .25s ease,background .25s ease,transform .25s ease;
}
.hero-rating:hover{background:rgba(245,241,232,.12);border-color:rgba(245,241,232,.34);transform:translateY(-1px)}
.hero-rating .g{
  flex:0 0 auto;width:19px;height:19px;border-radius:50%;background:var(--ivory);
  display:grid;place-items:center;
  font-family:var(--display);font-weight:600;font-size:.78rem;line-height:1;color:#1a73e8;
}
.hero-rating .stars{
  position:relative;flex:0 0 auto;font-size:.94rem;letter-spacing:.12em;line-height:1;
  color:rgba(245,241,232,.28);
}
.hero-rating .stars::before{
  content:"★★★★★";position:absolute;inset:0;width:var(--stars,90%);overflow:hidden;
  color:#f5b301;white-space:nowrap;
}
.hero-rating b{font-family:var(--display);font-weight:600;font-size:.95rem;color:var(--ivory)}
.hero-rating span.count{font-size:.86rem;color:var(--ivory-70);white-space:nowrap}
@media(max-width:560px){
  .hero-rating{padding:9px 14px 9px 12px;gap:9px}
  .hero-rating span.count{font-size:.8rem}
}

.hero-facts{
  display:flex;flex-wrap:wrap;gap:clamp(24px,3vw,52px);
  margin-top:clamp(30px,4vw,44px);padding-top:28px;
  border-top:1px solid var(--line-dark);
}
.hero-facts span{font-size:.85rem;color:var(--ivory-45);letter-spacing:.01em}
.hero-facts b{
  display:block;font-family:var(--display);font-weight:600;
  font-size:1.55rem;color:var(--ivory);letter-spacing:-.01em;margin-bottom:3px;line-height:1;
}

/* Bildseite: randlos, mit Verlauf in die Textfläche */
.hero-visual{position:relative;overflow:hidden}
.hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-visual::before{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,var(--green-950) 0%,rgba(10,46,33,.34) 26%,transparent 55%),
             linear-gradient(0deg,rgba(10,46,33,.38),transparent 34%);
}
.hero-label{
  position:absolute;left:26px;bottom:24px;z-index:2;
  display:inline-flex;align-items:baseline;gap:10px;
  background:rgba(10,46,33,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);
  border:1px solid rgba(245,241,232,.16);
  padding:11px 20px;border-radius:999px;
}
.hero-label small{font-size:.62rem;letter-spacing:.24em;text-transform:uppercase;color:var(--sage)}
.hero-label strong{font-family:var(--display);font-weight:600;font-size:.98rem;letter-spacing:.01em;color:var(--ivory)}
/* Legacy-Hero-Deko bleibt aus */
.hero-stage-place,.hero-seal,.hero-word{display:none}

@media(max-width:920px){
  .home-hero{grid-template-columns:1fr;min-height:0}
  .home-hero-copy{padding:56px var(--gutter) 56px}
  .hero-visual{min-height:min(58vw,420px)}
  .hero-visual::before{background:linear-gradient(0deg,rgba(10,46,33,.42),transparent 40%)}
}

/* ---- Marquee: leiser Taktgeber ---- */
.food-marquee{
  background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  overflow:clip;padding:13px 0;
}
.food-marquee>div{
  display:flex;gap:52px;width:max-content;
  animation:marquee 52s linear infinite;
}
.food-marquee span{
  font-family:var(--display);font-weight:600;font-size:.7rem;
  letter-spacing:.36em;color:rgba(16,27,20,.42);white-space:nowrap;
}
.food-marquee i{font-style:normal;color:var(--green-600);opacity:.5;font-size:.5rem;line-height:2.1}
@keyframes marquee{to{transform:translateX(-50%)}}

/* ---- Kategorie-Grid ---- */
.category-grid-v2{
  display:grid;grid-template-columns:repeat(12,1fr);gap:18px;
}
.category-feature{
  position:relative;grid-column:span 3;
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;display:flex;flex-direction:column;
  box-shadow:0 8px 24px -18px rgba(10,46,33,.12);
  transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}
.category-feature:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:transparent}
/* Ruhiges, gleichmäßiges Raster: 4 identische Karten, ein Bildformat */
.category-feature img,.category-feature-large img,.category-feature-wide img{
  width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .6s ease;flex:1;
}
.category-feature:hover img{transform:scale(1.045)}
.category-feature-large,.category-feature-wide{grid-column:span 3}
.category-feature>div{padding:22px 24px 26px;display:flex;flex-direction:column;gap:6px}
.category-feature small{font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;color:var(--green-700);font-weight:600;font-family:var(--display)}
.category-feature strong{font-family:var(--display);font-weight:600;font-size:1.22rem;letter-spacing:-.015em}
.category-feature span{color:var(--muted);font-size:.92rem;line-height:1.5}
/* Nummern-Overlays entfallen — weniger Lärm auf den Bildern */
.category-feature b{display:none}
@media(max-width:1080px){
  .category-feature,.category-feature-large,.category-feature-wide{grid-column:span 6}
}
@media(max-width:640px){
  .category-feature,.category-feature-large,.category-feature-wide{grid-column:span 12}
  .category-feature img,.category-feature-large img,.category-feature-wide img{aspect-ratio:16/9}
}

/* ---- Bestseller / Signature ---- */
.bestseller-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.bestseller-card{
  background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;display:flex;flex-direction:column;
  transition:transform .35s ease,box-shadow .35s ease;
}
.bestseller-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.bestseller-card figure{position:relative;overflow:hidden}
.bestseller-card figure img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .6s ease}
.bestseller-card:hover figure img{transform:scale(1.045)}
.bestseller-card figure span{display:none}
.bestseller-card>div{padding:24px 28px 30px;display:flex;flex-direction:column;gap:8px;flex:1}
.bestseller-card small{font-size:.66rem;letter-spacing:.24em;color:var(--green-700);font-weight:600;font-family:var(--display)}
.bestseller-card h3{margin:0;font-size:1.4rem}
.bestseller-card p{color:var(--muted);font-size:.95rem;flex:1}
.bestseller-card a{
  font-family:var(--display);font-weight:600;font-size:.92rem;color:var(--green-800);
  display:inline-flex;gap:8px;align-items:center;
  border-bottom:1px solid rgba(27,102,71,.3);padding-bottom:3px;align-self:flex-start;
  transition:border-color .25s ease;
}
.bestseller-card a:hover{border-color:var(--green-800)}
.bestseller-card-dark{background:var(--green-950);border-color:var(--green-950)}
.bestseller-card-dark small{color:var(--sage)}
.bestseller-card-dark h3{color:var(--ivory)}
.bestseller-card-dark p{color:var(--ivory-70)}
.bestseller-card-dark a{color:var(--ivory);border-color:rgba(245,241,232,.35)}
.bestseller-card-dark a:hover{border-color:var(--ivory)}
@media(max-width:920px){.bestseller-grid{grid-template-columns:1fr}}

/* ---- Abend-Sektion (dunkel, bildstark) ---- */
.fire-section{background:var(--green-950);color:var(--ivory);padding:var(--sec) 0}
.fire-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(36px,6vw,84px);align-items:center}
.fire-image{position:relative}
.fire-image img{width:100%;aspect-ratio:4/3.5;object-fit:cover;border-radius:calc(var(--radius) + 4px);box-shadow:0 40px 90px -30px rgba(0,0,0,.5)}
.fire-caption{
  position:absolute;left:20px;bottom:20px;display:flex;align-items:center;gap:12px;
  background:rgba(10,46,33,.55);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);
  border:1px solid rgba(245,241,232,.18);border-radius:999px;padding:10px 20px;
  font-size:.82rem;color:var(--ivory);
}
.fire-caption b{color:var(--sage);font-size:.6rem}
.fire-copy h2{color:var(--ivory)}
.fire-copy>p{color:var(--ivory-70);font-size:var(--fs-lead);max-width:50ch;margin-bottom:34px}
.number-list{display:flex;gap:clamp(22px,3vw,46px);margin-bottom:40px;flex-wrap:wrap}
.number-list b{
  display:block;font-family:var(--display);font-weight:600;
  font-size:2.1rem;color:var(--ivory);line-height:1;margin-bottom:8px;letter-spacing:-.01em;
}
.number-list span{font-size:.88rem;color:var(--ivory-70);max-width:16ch;display:block;line-height:1.45}
@media(max-width:920px){.fire-grid{grid-template-columns:1fr}}

/* ---- Story / Ort ---- */
.story-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:clamp(36px,6vw,84px);align-items:center}
.story-copy>p{color:var(--muted);font-size:var(--fs-lead);max-width:52ch;margin-bottom:32px}
.story-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.story-media{position:relative;display:grid;grid-template-columns:1fr .58fr;gap:16px;align-items:end}
.story-main{border-radius:var(--radius);overflow:hidden;grid-row:span 2}
.story-main img{width:100%;height:100%;object-fit:cover;aspect-ratio:3/3.6}
.story-small{border-radius:var(--radius);overflow:hidden}
.story-small img{width:100%;object-fit:cover;aspect-ratio:1/1.06}
.story-address{
  background:var(--green-950);color:var(--ivory);border-radius:var(--radius);
  padding:24px 24px 26px;
}
.story-address small{display:block;font-size:.62rem;letter-spacing:.24em;color:var(--sage);margin-bottom:10px;font-family:var(--display);font-weight:600}
.story-address strong{display:block;font-family:var(--display);font-weight:600;font-size:1.16rem;letter-spacing:-.01em;margin-bottom:2px}
.story-address span{color:var(--ivory-70);font-size:.92rem}
@media(max-width:920px){
  .story-grid{grid-template-columns:1fr}
  .story-main img{aspect-ratio:16/10}
}

/* ---- Standort ---- */
.location-v2{
  display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:clamp(36px,6vw,84px);align-items:center;
}
.location-image{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.location-image img{width:100%;aspect-ratio:4/3.2;object-fit:cover}
.location-content .eyebrow-light{color:var(--green-700)}
.location-details{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin:30px 0 36px}
.location-details small{
  display:block;font-size:.64rem;letter-spacing:.24em;color:var(--muted);
  font-family:var(--display);font-weight:600;margin-bottom:10px;
}
.location-details strong{font-family:var(--display);font-weight:600;font-size:1.04rem;line-height:1.5;letter-spacing:0}
@media(max-width:920px){
  .location-v2{grid-template-columns:1fr}
  .location-details{grid-template-columns:1fr}
}

/* ---- Blog-Karten ---- */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.blog-card{
  background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;display:flex;flex-direction:column;
  transition:transform .35s ease,box-shadow .35s ease;
}
.blog-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.blog-card figure{overflow:hidden}
.blog-card figure img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .6s ease}
.blog-card:hover figure img{transform:scale(1.045)}
.blog-card>div{padding:24px 28px 30px;display:flex;flex-direction:column;gap:9px;flex:1}
.blog-card small{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-family:var(--display);font-weight:600}
.blog-card h3{margin:0;font-size:1.28rem}
.blog-card p{color:var(--muted);font-size:.95rem;flex:1}
.blog-card a{
  font-family:var(--display);font-weight:600;font-size:.92rem;color:var(--green-800);
  display:inline-flex;gap:8px;align-items:center;align-self:flex-start;
  border-bottom:1px solid rgba(27,102,71,.3);padding-bottom:3px;
  transition:border-color .25s ease;
}
.blog-card a:hover{border-color:var(--green-800)}
@media(max-width:920px){.blog-grid{grid-template-columns:1fr}}

/* width/height-Attribute (CLS) dürfen aspect-ratio nicht aushebeln */
.category-feature img,.bestseller-card figure img,.blog-card figure img,
.fire-image img,.location-image img{height:auto}

/* =========================================================
   UNTERSEITEN
   ========================================================= */

/* ---- Seiten-Hero ---- */
.page-hero{
  position:relative;background:var(--green-950);color:var(--ivory);overflow:clip;
}
.page-hero-media{position:absolute;inset:0}
.page-hero-media img{
  width:100%;height:100%;object-fit:cover;object-position:center;
  opacity:.62;filter:saturate(.9);
}
/* Verlauf hält die linke Textseite lesbar, rechts darf das Bild wirken */
.page-hero-media::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(100deg,var(--green-950) 22%,rgba(10,46,33,.86) 44%,rgba(10,46,33,.42) 78%,rgba(10,46,33,.3)),
             linear-gradient(0deg,rgba(10,46,33,.5),transparent 45%);
}
.page-hero-inner{
  position:relative;z-index:1;
  padding-top:clamp(64px,8vw,110px);padding-bottom:clamp(64px,8vw,110px);
}
.page-hero .kicker{color:var(--sage)}
.page-hero h1{color:var(--ivory);max-width:18ch}
.page-hero p{color:var(--ivory-70);font-size:var(--fs-lead);max-width:54ch}
.page-hero .actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}

/* ---- Inhaltsraster ---- */
.content-grid{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:clamp(36px,6vw,84px);align-items:center;
}
.content-grid .copy>p{color:var(--muted);font-size:1.02rem;max-width:54ch}
.image-rounded{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.image-rounded img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3.1}
@media(max-width:920px){.content-grid{grid-template-columns:1fr}}

/* Info-Karten (Über uns) */
.info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.info-card{
  background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);
  padding:30px 28px 32px;
  transition:transform .35s ease,box-shadow .35s ease;
}
.info-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}
.info-card b{
  display:block;font-family:var(--display);font-weight:600;font-size:.66rem;
  letter-spacing:.24em;color:var(--green-700);margin-bottom:16px;
}
.info-card h3{font-size:1.22rem;margin-bottom:8px}
.info-card p{color:var(--muted);font-size:.95rem}
@media(max-width:920px){.info-cards{grid-template-columns:1fr}}

/* Feature-Split + Mosaik (Über uns, dunkel) */
.feature-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.06fr);gap:clamp(36px,6vw,84px);align-items:center}
.feature-split .copy>p{color:var(--ivory-70);font-size:var(--fs-lead);max-width:50ch;margin-bottom:32px}
.mosaic{display:grid;grid-template-columns:1.35fr 1fr;gap:16px}
.mosaic figure{border-radius:var(--radius-sm);overflow:hidden}
.mosaic figure:first-child{grid-row:span 2}
.mosaic figure:first-child img{height:100%;aspect-ratio:3/3.4}
.mosaic img{width:100%;height:100%;object-fit:cover;aspect-ratio:1/0.98}
@media(max-width:920px){.feature-split{grid-template-columns:1fr}}

/* Punkte-Liste (Gruppen) */
.brand-points{display:flex;flex-direction:column;gap:20px;margin:30px 0 34px}
.brand-point{display:flex;gap:20px;align-items:flex-start}
.brand-point b{
  flex:0 0 auto;width:52px;height:52px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-family:var(--serif);font-style:normal;font-weight:420;font-size:1.4rem;
  background:var(--white);color:var(--green-900);border:1px solid var(--line);
}
.brand-point strong{display:block;font-family:var(--display);font-weight:600;font-size:1.05rem;margin-bottom:2px}
.brand-point span{color:var(--muted);font-size:.94rem}

/* Galerie (Ambiente) */
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gallery figure{border-radius:var(--radius-sm);overflow:hidden;background:var(--paper)}
.gallery img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .6s ease}
.gallery figure:hover img{transform:scale(1.04)}
@media(max-width:920px){.gallery{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.gallery{grid-template-columns:1fr}}

/* Order-/CTA-Band */
.order-band{
  display:flex;align-items:center;justify-content:space-between;gap:28px;
  background:var(--green-950);color:var(--ivory);
  border-radius:calc(var(--radius) + 4px);
  padding:clamp(34px,4.5vw,56px) clamp(30px,4.5vw,60px);
}
.order-band h2{color:var(--ivory);font-size:clamp(1.5rem,2.6vw,2.1rem);margin-bottom:8px}
.order-band p{color:var(--ivory-70);margin:0}
.order-band .btn{flex:0 0 auto}
.order-band .btn-dark{background:var(--ivory);color:var(--green-950)}
.order-band .btn-dark:hover{background:var(--white)}
@media(max-width:820px){.order-band{flex-direction:column;align-items:flex-start}}

/* Hub-Karten (Glossar/Ratgeber) */
.hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.hub-card{
  background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);
  padding:28px 28px 30px;display:flex;flex-direction:column;gap:8px;
  transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}
.hub-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}
.hub-card small{font-size:.64rem;letter-spacing:.24em;color:var(--green-700);font-family:var(--display);font-weight:600}
.hub-card h3{margin:0;font-size:1.2rem}
.hub-card p{color:var(--muted);font-size:.94rem;margin:0}
@media(max-width:920px){.hub-grid{grid-template-columns:1fr}}

/* ---- Kontakt ---- */
.contact-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(32px,5vw,72px);align-items:start}
.contact-panel{
  background:var(--green-950);color:var(--ivory);border-radius:calc(var(--radius) + 4px);
  padding:clamp(30px,4vw,48px);
}
.contact-panel .pill{
  display:inline-block;font-family:var(--display);font-weight:600;
  font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--sage);
  border:1px solid var(--line-dark);border-radius:999px;padding:8px 16px;margin-bottom:22px;
}
.contact-panel h2{color:var(--ivory)}
.contact-panel h3{
  font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;color:var(--sage);
  margin:26px 0 6px;
}
.contact-panel a{color:var(--ivory);font-family:var(--display);font-weight:500;font-size:1.04rem;line-height:1.55;display:inline-block}
.contact-panel a:hover{text-decoration:underline;text-underline-offset:4px}
.contact-panel p{color:var(--ivory);font-family:var(--display);font-weight:500;font-size:1.04rem}
.contact-panel .btn{margin-top:30px}
.contact-panel .btn-yellow,.contact-panel .btn-primary{background:var(--ivory);color:var(--green-950)}
.contact-panel .btn-yellow:hover,.contact-panel .btn-primary:hover{background:var(--white)}

.contact-form{
  background:var(--paper);border:1px solid var(--line);border-radius:calc(var(--radius) + 4px);
  padding:clamp(30px,4vw,48px);
}
.contact-form>p{color:var(--muted);font-size:.95rem;margin-bottom:26px}
.fields{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}
.field{display:flex;flex-direction:column;gap:7px}
.field.full{grid-column:1/-1}
.field label{font-family:var(--display);font-weight:600;font-size:.8rem;letter-spacing:.04em;color:var(--ink)}
.field input,.field select,.field textarea{
  border:1px solid var(--line);border-radius:12px;background:var(--white);
  padding:13px 15px;font-size:.96rem;transition:border-color .2s ease,box-shadow .2s ease;
}
.field textarea{min-height:130px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;border-color:var(--green-600);box-shadow:0 0 0 3px rgba(35,122,86,.14);
}
/* Datenschutz-Häkchen */
.field-check{
  display:flex;gap:12px;align-items:flex-start;
  font-size:.86rem;color:var(--muted);line-height:1.5;margin-bottom:24px;cursor:pointer;
}
.field-check input[type=checkbox]{
  width:19px;height:19px;flex:0 0 auto;margin-top:1px;
  accent-color:var(--green-700);cursor:pointer;
}
.field-check a{color:var(--green-800);text-decoration:underline;text-underline-offset:3px}
@media(max-width:920px){
  .contact-grid{grid-template-columns:1fr}
  .fields{grid-template-columns:1fr}
}

/* Feature-Karten (Blog „Neu"): bildlos, dunkelgrün, editorial */
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{
  background:var(--green-950);color:var(--ivory);border-radius:var(--radius);
  padding:clamp(28px,3vw,38px) clamp(24px,2.6vw,34px) clamp(26px,2.8vw,34px);
  display:flex;flex-direction:column;gap:10px;
  transition:transform .35s ease,box-shadow .35s ease;
}
.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.feature-card small{
  font-family:var(--display);font-weight:600;font-size:.66rem;
  letter-spacing:.24em;text-transform:uppercase;color:var(--sage);
}
.feature-card h3{color:var(--ivory);font-size:1.35rem;margin:0}
.feature-card p{color:var(--ivory-70);font-size:.95rem;flex:1;margin:0}
.feature-card time{font-size:.78rem;color:var(--ivory-45);font-family:var(--display);font-weight:500}
.feature-card a{
  font-family:var(--display);font-weight:600;font-size:.92rem;color:var(--ivory);
  display:inline-flex;gap:8px;align-items:center;align-self:flex-start;
  border-bottom:1px solid rgba(245,241,232,.35);padding-bottom:3px;
  transition:border-color .25s ease;
}
.feature-card a:hover{border-color:var(--ivory)}
@media(max-width:920px){.feature-grid{grid-template-columns:1fr}}

/* ---- Blog-Artikel ---- */
.article{max-width:800px;margin:0 auto;padding:0 var(--gutter)}
/* Editoriale Initiale statt Titelbild */
.article>p:first-of-type::first-letter{
  font-family:var(--display);font-weight:600;font-size:3.1em;line-height:.82;
  float:left;padding:8px 14px 0 0;color:var(--green-800);
}
.article h1{font-size:clamp(2rem,3.8vw,3rem);margin-bottom:18px}
.article-meta{
  font-family:var(--display);font-weight:500;font-size:.86rem;color:var(--muted);
  padding-bottom:26px;margin-bottom:34px;border-bottom:1px solid var(--line);
}
.article img.image-rounded{box-shadow:var(--shadow)}
.article h2{font-size:clamp(1.45rem,2.4vw,1.9rem);margin:1.7em 0 .55em}
.article p{color:#33403a;font-size:1.04rem;line-height:1.75}
.article ul,.article ol{color:#33403a;font-size:1.04rem;line-height:1.75;padding-left:1.2em}
.article li{margin-bottom:.4em}
.article blockquote{
  margin:1.6em 0;padding:4px 0 4px 24px;border-left:2px solid var(--green-700);
  font-family:var(--serif);font-weight:420;font-size:1.15rem;color:var(--ink);
}
.article a{color:var(--green-800);text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(27,102,71,.4)}
.article a:hover{text-decoration-color:var(--green-800)}

/* Legal-Seiten */
.legal{max-width:800px;margin:0 auto;padding:0 var(--gutter)}
.legal h2{font-size:1.4rem;margin:1.8em 0 .5em}
.legal p,.legal li{color:#33403a;font-size:.99rem}
.legal a{color:var(--green-800);text-decoration:underline;text-underline-offset:3px}

/* =========================================================
   SPEISEKARTE
   ========================================================= */
.menu-intro{background:var(--paper)}
.menu-intro .heading{margin-bottom:0}

.menu-tools{
  position:sticky;top:78px;z-index:60;
  background:rgba(252,251,247,.92);
  -webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  padding:14px 0;
}
.menu-tool-row{display:flex;gap:16px;align-items:center}
.menu-search{flex:0 0 240px}
.menu-search input{
  width:100%;border:1px solid var(--line);border-radius:999px;background:var(--white);
  padding:11px 20px;font-size:.92rem;
}
.menu-search input:focus{outline:none;border-color:var(--green-600);box-shadow:0 0 0 3px rgba(35,122,86,.14)}
.category-tabs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:2px}
.category-tabs::-webkit-scrollbar{display:none}
.category-tabs button{
  flex:0 0 auto;font-family:var(--display);font-weight:600;font-size:.82rem;
  padding:10px 18px;border-radius:999px;border:1px solid var(--line);
  color:var(--muted);background:var(--white);
  transition:color .2s ease,background .2s ease,border-color .2s ease;
}
.category-tabs button:hover{color:var(--ink);border-color:var(--muted)}
.category-tabs button.active{background:var(--green-800);border-color:var(--green-800);color:var(--ivory)}
@media(max-width:820px){
  .menu-tools{top:0}
  .menu-tool-row{flex-direction:column;align-items:stretch;gap:10px}
  .menu-search{flex:auto}
}

.menu-section{padding:clamp(40px,5vw,64px) 0;border-bottom:1px solid var(--line)}
.menu-section:nth-of-type(even){background:var(--white)}
.menu-section-head{
  display:flex;align-items:end;justify-content:space-between;gap:20px;
  margin-bottom:28px;
}
.menu-section-head .kicker{margin-bottom:10px}
.menu-section-head h2{margin:0;font-size:clamp(1.6rem,2.8vw,2.2rem)}
.menu-section-head>p{color:var(--muted);font-size:.86rem;margin:0;font-family:var(--display);font-weight:500;white-space:nowrap}
@media(max-width:640px){.menu-section-head{flex-direction:column;align-items:flex-start;gap:6px}}

.menu-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media(max-width:860px){.menu-cards{grid-template-columns:1fr}}

.dish-card{
  display:flex;gap:16px;align-items:center;
  background:var(--white);border:1px solid var(--line);border-radius:14px;
  padding:12px;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.dish-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm);border-color:transparent}
.dish-card figure{position:relative;flex:0 0 var(--dish-img)}
.dish-card figure img{
  width:var(--dish-img);height:var(--dish-img);border-radius:10px;object-fit:cover;
  display:block;background:#f4f2ec;
  /* feine Kante, damit Fotos mit hellem Grund nicht mit der Karte verschmelzen */
  box-shadow:inset 0 0 0 1px rgba(16,27,20,.07);
}
@media(min-width:1080px){:root{--dish-img:132px}}
@media(max-width:560px){:root{--dish-img:96px}}
.dish-no{
  position:absolute;left:-6px;top:-6px;
  background:var(--green-950);color:var(--ivory);
  font-family:var(--display);font-weight:600;font-size:.6rem;letter-spacing:.06em;
  padding:4px 8px;border-radius:999px;
}
.dish-body{flex:1;min-width:0;display:grid;grid-template-columns:1fr auto;gap:2px 14px;align-items:baseline}
.dish-body h3{margin:0;font-size:1.02rem;letter-spacing:-.005em}
/* Preis in der Serifen — wie auf einer guten Karte */
.dish-price{
  font-family:var(--display);font-weight:600;font-size:1rem;color:var(--green-800);
  font-variant-numeric:tabular-nums;white-space:nowrap;letter-spacing:0;
}
.dish-body p{grid-column:1/-1;margin:0;color:var(--muted);font-size:.86rem;line-height:1.45}

/* Bild fehlt: ruhige Elfenbein-Fläche mit Monogramm */
.dish-card figure.image-missing::before{
  content:"ÖZ";display:flex;align-items:center;justify-content:center;
  width:var(--dish-img);height:var(--dish-img);border-radius:10px;
  background:#f4f2ec;color:var(--sage-dim);
  font-family:var(--display);font-weight:600;font-size:1.1rem;letter-spacing:.14em;
}
.image-missing img{display:none}

.no-results{display:none;text-align:center;color:var(--muted);padding:60px 0;font-size:1.05rem}

/* =========================================================
   FOOTER
   ========================================================= */
.footer{position:relative;background:var(--green-950);color:var(--ivory-70);overflow:clip}
.footer-pattern{
  position:absolute;right:-2%;bottom:-6%;pointer-events:none;user-select:none;
}
.footer-pattern::before{
  content:"ÖZ URFA";font-family:var(--serif);font-weight:500;
  font-size:clamp(120px,18vw,280px);letter-spacing:.02em;line-height:.8;
  color:rgba(245,241,232,.03);white-space:nowrap;display:block;
}
/* CTA-Zeile im Footer */
.footer-top{
  position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding-top:clamp(40px,5vw,60px);padding-bottom:clamp(40px,5vw,60px);
  border-bottom:1px solid var(--line-dark);
}
.footer-top strong{
  display:block;font-family:var(--display);font-weight:600;color:var(--ivory);
  font-size:clamp(1.3rem,2.2vw,1.8rem);letter-spacing:-.015em;margin-bottom:4px;
}
.footer-top span{color:var(--ivory-70);font-size:.95rem}
.footer-top-actions{display:flex;gap:12px;flex:0 0 auto;flex-wrap:wrap}
.footer-top-actions .btn-light{background:var(--ivory);color:var(--green-950)}
@media(max-width:820px){.footer-top{flex-direction:column;align-items:flex-start}}

.footer-grid{
  position:relative;display:grid;
  grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,.8fr));
  gap:clamp(28px,4vw,64px);
  padding-top:clamp(44px,5vw,68px);padding-bottom:clamp(40px,5vw,64px);
}
.footer-brand p{color:var(--ivory-70);font-size:.95rem;max-width:34ch;margin:20px 0 24px}
.brand-footer img{width:56px;height:56px}
.brand-footer .brand-word strong{color:var(--ivory)}
.brand-footer .brand-word small{color:var(--sage)}
.socials{display:flex;gap:10px}
.socials a{
  font-family:var(--display);font-weight:600;font-size:.84rem;color:var(--ivory);
  border:1px solid var(--line-dark);border-radius:999px;padding:9px 18px;
  transition:border-color .25s ease,background .25s ease;
}
.socials a:hover{border-color:var(--sage);background:rgba(245,241,232,.06)}
.footer-grid h3{
  color:var(--ivory);font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;
  margin-bottom:18px;
}
.footer-grid>div>a{display:block;color:var(--ivory-70);padding:5px 0;font-size:.96rem;transition:color .2s ease,transform .2s ease}
.footer-grid>div>a:hover{color:var(--ivory);transform:translateX(4px)}
/* GloriaFood-Button in der Footer-CTA-Zeile: helle Variante */
.footer-top button.glf-button{background:var(--ivory)!important;color:var(--green-950)!important}
.footer-top button.glf-button:hover{background:var(--white)!important}
.footer-top button.glf-button::after{background:rgba(10,46,33,.08);border-color:rgba(10,46,33,.2);color:var(--green-950)}
.footer-grid>div>p{color:var(--ivory-45);font-size:.88rem;margin-top:12px}
.footer-bottom{
  position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;
  border-top:1px solid var(--line-dark);
  padding-top:26px;padding-bottom:30px;
  font-size:.85rem;color:var(--ivory-45);
}
.footer-bottom a{color:var(--ivory-70);margin-left:22px}
.footer-bottom a:hover{color:var(--ivory)}
@media(max-width:920px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .footer-bottom a{margin-left:0;margin-right:22px}
}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr}}

/* Mobile Order-Leiste — nur auf kleinen Screens */
.mobile-order{
  position:fixed;left:16px;right:16px;bottom:16px;z-index:70;
  background:var(--green-800)!important;color:var(--ivory)!important;
  border-radius:999px!important;padding:17px 24px!important;
  font-family:var(--display)!important;font-weight:600!important;font-size:1rem!important;
  box-shadow:0 18px 44px -12px rgba(10,46,33,.5)!important;
  border:1px solid rgba(245,241,232,.18)!important;
  text-align:center;
}
@media(min-width:921px){
  .mobile-order,button.mobile-order.glf-button{display:none!important}
}

/* Mobile-Feinschliff */
@media(max-width:560px){
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions .btn{width:100%}
  .kicker,.eyebrow{font-size:.68rem;letter-spacing:.18em;gap:10px}
  .kicker::before,.eyebrow::before{width:20px}
  .page-hero .actions{flex-direction:column;align-items:stretch}
  .order-band .btn{width:100%}
}

/* =========================================================
   Motion
   ========================================================= */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001s!important;transition-duration:.001s!important}
  .food-marquee>div{animation:none}
  .reveal{opacity:1;transform:none}
  /* „Geöffnet"-Punkt bleibt sichtbar, nur ohne Puls */
  .announcement-hours::before{animation:none!important;box-shadow:0 0 6px rgba(79,209,139,.9)}
}
