/* ═══════════════════════════════════════════════════════════════════════════
   GOLDENER ADLER · WIESENTHEID
   Stylesheet · Editorial · Dark · Cinematic · 2026
   Erstellt von DreiHundertSechzig · www.dreihundertsechzig.com
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─── Self-hosted Fonts (DSGVO-konform, keine externen Requests) ─── */
/* Pirata One — Blackletter, fränkischer Wirtshaus-Charakter (Marke & Schauzeilen) */
@font-face { font-family:'Pirata One'; font-weight:400; font-display:swap; src:url('/fonts/pirata-400.woff2') format('woff2'); }
/* Playfair Display — elegante Schauschrift (Überschriften, Gerichte) */
@font-face { font-family:'Playfair Display'; font-style:normal; font-weight:400; font-display:swap; src:url('/fonts/playfair-400.woff2') format('woff2'); }
@font-face { font-family:'Playfair Display'; font-style:normal; font-weight:600; font-display:swap; src:url('/fonts/playfair-600.woff2') format('woff2'); }
@font-face { font-family:'Playfair Display'; font-style:normal; font-weight:700; font-display:swap; src:url('/fonts/playfair-700.woff2') format('woff2'); }
@font-face { font-family:'Playfair Display'; font-style:normal; font-weight:800; font-display:swap; src:url('/fonts/playfair-800.woff2') format('woff2'); }
@font-face { font-family:'Playfair Display'; font-style:italic; font-weight:400; font-display:swap; src:url('/fonts/playfair-400i.woff2') format('woff2'); }
@font-face { font-family:'Playfair Display'; font-style:italic; font-weight:600; font-display:swap; src:url('/fonts/playfair-600i.woff2') format('woff2'); }
/* Spectral — warmer, gut lesbarer Fließtext-Serif */
@font-face { font-family:'Spectral'; font-style:normal; font-weight:400; font-display:swap; src:url('/fonts/spectral-400.woff2') format('woff2'); }
@font-face { font-family:'Spectral'; font-style:normal; font-weight:500; font-display:swap; src:url('/fonts/spectral-500.woff2') format('woff2'); }
@font-face { font-family:'Spectral'; font-style:normal; font-weight:600; font-display:swap; src:url('/fonts/spectral-600.woff2') format('woff2'); }
@font-face { font-family:'Spectral'; font-style:italic; font-weight:400; font-display:swap; src:url('/fonts/spectral-400i.woff2') format('woff2'); }
/* Space Grotesk — moderne Display-Schrift (Headlines) */
@font-face { font-family:'Space Grotesk'; font-weight:500; font-display:swap; src:url('/fonts/spacegrotesk-500.woff2') format('woff2'); }
@font-face { font-family:'Space Grotesk'; font-weight:600; font-display:swap; src:url('/fonts/spacegrotesk-600.woff2') format('woff2'); }
@font-face { font-family:'Space Grotesk'; font-weight:700; font-display:swap; src:url('/fonts/spacegrotesk-700.woff2') format('woff2'); }
/* Inter — moderner, klar lesbarer Fließtext + DreiHundertSechzig-Wortmarke */
@font-face { font-family:'Inter'; font-style:normal; font-weight:400; font-display:swap; src:url('/fonts/inter-400.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:italic; font-weight:400; font-display:swap; src:url('/fonts/inter-400i.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:500; font-display:swap; src:url('/fonts/inter-500.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:600; font-display:swap; src:url('/fonts/inter-600.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-weight:700; font-display:swap; src:url('/fonts/inter-700.woff2') format('woff2'); }
@font-face { font-family:'JetBrains Mono'; font-weight:400; font-display:swap; src:url('/fonts/jetbrains-400.woff2') format('woff2'); }
@font-face { font-family:'JetBrains Mono'; font-weight:500; font-display:swap; src:url('/fonts/jetbrains-500.woff2') format('woff2'); }

:root {
  --bg:           #0B0807;
  --bg-1:         #110D0A;
  --bg-2:         #1A1410;
  --bg-3:         #241B15;
  --cream:        #F5EBD8;
  --cream-soft:   #E8DCC2;
  --cream-dim:    rgba(245, 235, 216, 0.80);
  --cream-faint:  rgba(245, 235, 216, 0.28);
  --gold:         #D4A862;
  --gold-bright:  #E8C079;
  --gold-deep:    #A07D45;
  --ember:        #C46844;
  --ember-deep:   #9F4923;
  --green:        #bef088;
  --green-deep:   #1f2c1a;
  --line:         rgba(212, 168, 98, 0.32);
  --line-soft:    rgba(245, 235, 216, 0.14);

  --serif:  'Space Grotesk', 'Inter', 'Helvetica Neue', Arial, sans-serif; /* moderne Display-Schrift */
  --sans:   'Inter', 'Helvetica Neue', system-ui, Arial, sans-serif;
  --black:  'Pirata One', 'Playfair Display', serif;
  --mono:   'JetBrains Mono', ui-monospace, monospace;

  --shadow-sm: 0 2px 8px rgba(0,0,0,0.4);
  --shadow:    0 12px 36px -8px rgba(0,0,0,0.55), 0 4px 12px -4px rgba(0,0,0,0.4);
  --shadow-lg: 0 40px 80px -20px rgba(0,0,0,0.7), 0 12px 32px -8px rgba(0,0,0,0.5);
  --glow-gold: 0 0 60px rgba(212, 168, 98, 0.18);

  --ease:        cubic-bezier(0.22, 1, 0.36, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --fast: 180ms; --norm: 360ms; --slow: 700ms;

  --col:       1280px;
  --col-wide:  1480px;
  --gutter:    clamp(20px, 4vw, 48px);
  --section-y: clamp(52px, 7vw, 96px);
  --nav-h:     72px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
*::selection { background: var(--gold); color: var(--bg); }

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; scroll-padding-top: calc(var(--nav-h) + 18px); }
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--cream);
  background: var(--bg);
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 50% at 20% 0%, rgba(212,168,98,0.03) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 100% 50%, rgba(196,104,68,0.02) 0%, transparent 60%),
    radial-gradient(ellipse 80% 50% at 50% 100%, rgba(212,168,98,0.025) 0%, transparent 60%);
  
}
@keyframes meshFloat { 0%{transform:translate3d(0,0,0) scale(1)} 100%{transform:translate3d(-30px,20px,0) scale(1.05)} }
/* Feine Korn-/Papiertextur für Wärme & Tiefe */
body::after {
  content: ''; position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: 0.022; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { background: none; border: none; color: inherit; font: inherit; cursor: pointer; }

.wrap { max-width: var(--col); margin: 0 auto; padding: 0 var(--gutter); position: relative; z-index: 1; }
.wrap-wide { max-width: var(--col-wide); margin: 0 auto; padding: 0 var(--gutter); position: relative; z-index: 1; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}

/* ─── Skip link (a11y) ─── */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 9999;
  background: var(--gold); color: var(--bg); padding: 12px 20px; border-radius: 0 0 8px 0;
  font-size: 13px; font-weight: 600;
}
.skip-link:focus { left: 0; }

/* ═══════════════════════════ LOADER ═══════════════════════════ */
.loader {
  position: fixed; inset: 0; z-index: 9999; background: var(--bg);
  display: grid; place-items: center;
  transition: opacity 600ms var(--ease), visibility 600ms var(--ease);
}
.loader.done { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-eagle { width: 70px; height: 70px; animation: loaderPulse 2s ease-in-out infinite; }
.loader-eagle img { width: 100%; height: 100%; object-fit: contain; }
@keyframes loaderPulse { 0%,100%{transform:scale(1);opacity:.5} 50%{transform:scale(1.12);opacity:1} }


/* ═══════════════════════════ NAVIGATION ═══════════════════════════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 20px var(--gutter);
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
  transition: padding .4s var(--ease), background .4s var(--ease), backdrop-filter .4s var(--ease);
}
.nav.scrolled {
  padding: 12px var(--gutter);
  background: rgba(11,8,7,0.82);
  backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--line);
}
.nav-brand { display: flex; align-items: center; gap: 13px; color: var(--cream); }
.nav-brand img { width: 42px; height: 42px; object-fit: contain; flex-shrink: 0; filter: drop-shadow(0 2px 8px rgba(212,168,98,0.35)); transition: transform .4s var(--ease); }
.nav.scrolled .nav-brand img { transform: scale(0.9); }
.nav-brand-text { font-family: var(--black); font-weight: 400; font-size: 25px; line-height: 0.9; letter-spacing: 0.01em; display: flex; flex-direction: column; gap: 4px; color: var(--gold-bright); }
.nav-brand-text small { font-family: var(--sans); font-size: 9.5px; font-weight: 600; letter-spacing: 0.34em; text-transform: uppercase; color: var(--cream-dim); }
.nav-links { display: none; align-items: center; justify-content: center; gap: 30px; }
.nav-link {
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500;
  color: var(--cream); position: relative; padding: 6px 0; transition: color .2s var(--ease);
}
.nav-link::after { content:''; position:absolute; left:50%; bottom:0; width:0; height:1px; background:var(--gold); transition:width .3s var(--ease), left .3s var(--ease); }
.nav-link:hover, .nav-link.active { color: var(--gold-bright); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; left: 0; }
.nav-cta {
  display: inline-flex; align-items: center; gap: 7px; padding: 9px 16px;
  color: var(--bg);
  text-transform: none; font-family: var(--serif); font-weight: 600; letter-spacing: 0.02em; font-size: 12.5px; border-radius: 11px;
  transition: all .25s var(--ease); box-shadow: 0 5px 14px -6px rgba(212,168,98,0.5), inset 0 1px 0 rgba(255,255,255,0.25); background: linear-gradient(180deg, var(--gold-bright), var(--gold));
}
.nav-cta:hover { background: var(--gold-bright); transform: translateY(-1px); box-shadow: 0 8px 24px -4px rgba(212,168,98,0.55), inset 0 -2px 0 rgba(0,0,0,0.12); }
.nav-cta svg { width: 14px; height: 14px; transition: transform .3s var(--ease); }
.nav-cta:hover svg { transform: translateX(3px); }
.nav-burger { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; padding: 10px; }
.nav-actions { display: flex; align-items: center; gap: 12px; justify-self: end; }
.lang-toggle { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 11px; background: rgba(245,235,216,0.04); color: var(--cream); transition: all .25s var(--ease); white-space: nowrap; }
.lang-toggle:hover { border-color: var(--gold); color: var(--gold-bright); background: rgba(212,168,98,0.1); transform: translateY(-1px); }
.lang-toggle .lang-ico { width: 17px; height: 17px; color: var(--gold); flex-shrink: 0; }
.lang-toggle #langLabel { font-family: var(--black); font-size: 14px; line-height: 1; letter-spacing: 0.02em; }
@media (max-width: 1100px) { .lang-toggle #langLabel { display: none; } .lang-toggle { padding: 10px; } }
.nav-burger span { display: block; width: 20px; height: 1.5px; background: var(--cream); transition: transform .3s var(--ease), opacity .2s var(--ease); }
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu {
  position: fixed; inset: 0; z-index: 99; background: var(--bg);
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 28px;
  padding: 80px var(--gutter) 40px; opacity: 0; visibility: hidden;
  transition: opacity .4s var(--ease), visibility .4s var(--ease);
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu-link { font-family: var(--serif); font-size: clamp(30px, 8vw, 42px); font-weight: 400; color: var(--cream); letter-spacing: -0.01em; }
.mobile-menu-link em { font-style: normal; color: var(--gold); }
.mobile-menu-cta { margin-top: 16px; }
@media (min-width: 980px) { .nav-links { display: flex; } .nav-burger { display: none; } }
@media (max-width: 979px) { .nav-cta span { display: none; } .nav-cta { padding: 12px; } .nav-cta svg { width: 16px; height: 16px; } }

/* ═══════════════════════════ BUTTONS ═══════════════════════════ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 26px; font-family: var(--serif); font-size: 13.5px; letter-spacing: 0.04em; text-transform: none; font-weight: 600; border-radius: 14px; transition: all .25s var(--ease); position: relative; overflow: hidden; }
.btn:active { transform: translateY(0) scale(0.985); }
.btn:focus-visible, .nav-cta:focus-visible, .menu-tab:focus-visible, .chat-chip:focus-visible, .loc-btn:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 2px; }
.btn-primary { background: linear-gradient(180deg, var(--gold-bright), var(--gold)); color: var(--bg); box-shadow: 0 8px 24px -8px rgba(212,168,98,0.55), inset 0 1px 0 rgba(255,255,255,0.28); }
.btn-primary::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,transparent,rgba(255,255,255,0.3),transparent); transform:translateX(-100%); transition:transform .8s var(--ease); }
.btn-primary:hover::after { transform: translateX(100%); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px -8px rgba(212,168,98,0.6), inset 0 1px 0 rgba(255,255,255,0.32); }
.btn-ghost { background: rgba(245,235,216,0.06); color: var(--cream); border: 1px solid rgba(245,235,216,0.22); }
.btn-ghost:hover { background: rgba(212,168,98,0.12); border-color: var(--gold); color: var(--gold-bright); transform: translateY(-2px); }
.btn svg { width: 16px; height: 16px; }

/* ═══════════════════════════ SECTION PRIMITIVES ═══════════════════════════ */
section.section { padding: var(--section-y) 0; position: relative; z-index: 1; }
.section-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 500; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.section-eyebrow::before { content:''; width: 32px; height: 1px; background: var(--gold); }
.section-eyebrow.center { justify-content: center; }
.section-title { font-family: var(--serif); font-size: clamp(34px, 6vw, 68px); font-weight: 600; line-height: 1.05; letter-spacing: -0.03em; color: var(--cream); margin-bottom: 24px; max-width: 18ch; }
.section-title em { font-style: normal; color: var(--gold); }
.section-intro { font-size: 17px; line-height: 1.6; color: var(--cream-dim); max-width: 56ch; margin-bottom: 36px; }

/* ─── Reveal animations ─── */
[data-reveal] { opacity: 0; transform: translateY(40px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].in { opacity: 1; transform: translateY(0); }
[data-reveal="left"] { transform: translateX(-40px); }
[data-reveal="left"].in { transform: translateX(0); }
[data-reveal="right"] { transform: translateX(40px); }
[data-reveal="right"].in { transform: translateX(0); }
[data-reveal="scale"] { transform: scale(0.94); }
[data-reveal="scale"].in { transform: scale(1); }
[data-reveal-delay="1"]{transition-delay:.1s} [data-reveal-delay="2"]{transition-delay:.2s}
[data-reveal-delay="3"]{transition-delay:.3s} [data-reveal-delay="4"]{transition-delay:.4s}
[data-reveal-delay="5"]{transition-delay:.5s} [data-reveal-delay="6"]{transition-delay:.6s}

/* ─── Dekorative Ornamente (mehr Charakter) ─── */
.ornament { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 0 auto 20px; color: var(--gold); opacity: 0.8; }
.ornament::before, .ornament::after { content: ''; height: 1px; width: clamp(40px, 12vw, 120px); background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.ornament svg { width: 26px; height: 26px; fill: var(--gold); flex-shrink: 0; }
.section-eyebrow { font-family: var(--sans); }
/* Goldakzent-Initiale für Blackletter-Marke im Hero/Headern wirkt edler */
.page-header h1, .hero-title { -webkit-font-smoothing: antialiased; }

/* ═══════════════════════════ PAGE HEADER (Unterseiten) ═══════════════════════════ */
.page-header {
  position: relative; padding: calc(var(--nav-h) + clamp(44px,7vw,84px)) 0 clamp(36px,5vw,64px);
  overflow: hidden; text-align: center;
}
.page-header-bg { position: absolute; inset: 0; z-index: 0; }
.page-header-bg::before {
  content: ''; position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.4) saturate(1.05);
}
.page-header-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,8,7,0.6) 0%, rgba(11,8,7,0.4) 40%, var(--bg) 100%);
}
.page-header[data-bg="schaeufele"] .page-header-bg::before { background-image: url('/img/hero-schaeufele.jpg'); background-image: image-set(url('/img/hero-schaeufele.webp') type('image/webp'), url('/img/hero-schaeufele.jpg') type('image/jpeg')); }
.page-header[data-bg="terrasse"] .page-header-bg::before { background-image: url('/img/atmos-terrasse-hero.jpg');
  background-image: image-set(url('/img/atmos-terrasse-hero.webp') type('image/webp'), url('/img/atmos-terrasse-hero.jpg') type('image/jpeg')); }
.page-header[data-bg="gastraum"] .page-header-bg::before { background-image: url('/img/atmos-gastraum.jpg'); background-image: image-set(url('/img/atmos-gastraum.webp') type('image/webp'), url('/img/atmos-gastraum.jpg') type('image/jpeg')); }
.page-header[data-bg="bar"] .page-header-bg::before { background-image: url('/img/atmos-bar.jpg'); background-image: image-set(url('/img/atmos-bar.webp') type('image/webp'), url('/img/atmos-bar.jpg') type('image/jpeg')); }
.page-header[data-bg="spargel"] .page-header-bg::before { background-image: url('/img/food-spargel.jpg'); background-image: image-set(url('/img/food-spargel.webp') type('image/webp'), url('/img/food-spargel.jpg') type('image/jpeg')); }
.page-header-inner { position: relative; z-index: 1; }
.page-header h1 { font-family: var(--serif); font-size: clamp(40px, 8vw, 92px); font-weight: 300; line-height: 1; letter-spacing: -0.03em; margin-bottom: 18px; }
.page-header h1 em { font-style: normal; color: var(--gold); }
.page-header p { font-size: 17px; color: var(--cream-dim); max-width: 52ch; margin: 0 auto; line-height: 1.6; }
.breadcrumb { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream-soft); font-weight: 600; }
.breadcrumb a { color: var(--gold); }
.breadcrumb span { opacity: 0.5; }

/* ═══════════════════════════ HERO (Home) ═══════════════════════════ */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: grid; align-items: end; padding: calc(var(--nav-h) + 14px) var(--gutter) clamp(56px,10vw,110px); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg::before {
  content:''; position:absolute; inset:0;
  background-image: url('/img/atmos-terrasse-hero.jpg');
  background-image: image-set(url('/img/atmos-terrasse-hero.webp') type('image/webp'), url('/img/atmos-terrasse-hero.jpg') type('image/jpeg'));
  background-size: cover; background-position: center;
  animation: heroZoom 30s var(--ease) infinite alternate; will-change: transform;
}
/* mehrlagiger Scrim für deutlich besseren Kontrast/Lesbarkeit */
.hero-bg::after {
  content:''; position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(11,8,7,0.78) 0%, rgba(11,8,7,0.35) 26%, rgba(11,8,7,0.45) 60%, rgba(11,8,7,0.97) 100%),
    linear-gradient(95deg, rgba(11,8,7,0.85) 0%, rgba(11,8,7,0.5) 42%, rgba(11,8,7,0.05) 72%);
}
@keyframes heroZoom { 0%{transform:scale(1) translateY(0)} 100%{transform:scale(1.08) translateY(-2%)} }
.hero-content { position: relative; z-index: 2; max-width: var(--col); margin: 0 auto; width: 100%; display: grid; gap: 40px; align-items: end; grid-template-columns: 1fr; }
@media (min-width: 900px) { .hero-content { gap: 60px; } }
.hero-left { display: flex; flex-direction: column; gap: 26px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 500; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold-bright); opacity: 0; animation: fadeUp 1s var(--ease) .5s forwards; }
.hero-eyebrow::before, .hero-eyebrow::after { content:''; width: 28px; height: 1px; background: var(--gold); opacity: 0.6; }
@keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }
.hero-title { font-family: var(--serif); font-size: clamp(48px, 9vw, 122px); font-weight: 700; line-height: 0.98; letter-spacing: -0.02em; color: var(--cream); max-width: 900px; text-shadow: 0 2px 30px rgba(0,0,0,0.6), 0 1px 4px rgba(0,0,0,0.5); }
.hero-title .word { display: inline-block; opacity: 0; transform: translateY(40px) rotateX(-30deg); animation: titleIn 1.2s var(--ease) forwards; transform-origin: bottom center; }
.hero-title .word:nth-child(1){animation-delay:.2s} .hero-title .word:nth-child(2){animation-delay:.4s} .hero-title .word:nth-child(3){animation-delay:.6s}
.hero-title em { font-style: normal; font-weight: 700; color: var(--gold-bright); }
@keyframes titleIn { to{opacity:1;transform:translateY(0) rotateX(0)} }
.hero-tagline { font-size: 17px; line-height: 1.6; color: var(--cream-soft); max-width: 520px; opacity: 0; animation: fadeUp 1s var(--ease) 1s forwards; text-shadow: 0 1px 12px rgba(0,0,0,0.7); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; opacity: 0; animation: fadeUp 1s var(--ease) 1.2s forwards; }
/* ═══ Hero: statisches Wappen unten rechts (stört die Sicht nicht) ═══ */
.hero-logo { position: absolute; z-index: 2; pointer-events: none;
  right: clamp(18px, 3vw, 52px); bottom: clamp(108px, 13vw, 150px);
  width: clamp(96px, 13vw, 164px); aspect-ratio: 1; display: none; }
.hero-logo img { width: 100%; height: 100%; object-fit: contain;
  filter: drop-shadow(0 8px 22px rgba(0,0,0,0.55)); }
@media (min-width: 768px) { .hero-logo { display: block; } }
@keyframes dotPulse { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.3);opacity:.7} }
.hero-scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 3; width: 24px; height: 40px; border: 1px solid var(--cream-dim); border-radius: 12px; opacity: 0; animation: fadeUp 1s var(--ease) 1.8s forwards; }
.hero-scroll::after { content:''; position:absolute; top:6px; left:50%; transform:translateX(-50%); width:3px; height:8px; background:var(--gold); border-radius:2px; animation:scrollDot 2s ease-in-out infinite; }
@keyframes scrollDot { 0%{opacity:1;transform:translate(-50%,0)} 80%{opacity:0;transform:translate(-50%,16px)} 100%{opacity:0;transform:translate(-50%,16px)} }
@media (max-width: 899px) { .hero-scroll { display: none; } }

/* ═══════════════════════════ SAISON BANNER ═══════════════════════════ */
.saison { position: relative; padding: 34px var(--gutter); background: linear-gradient(135deg, #221a11 0%, #2e2316 50%, #221a11 100%); overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.saison::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse at 0% 50%, rgba(212,168,98,0.10) 0%, transparent 40%), radial-gradient(ellipse at 100% 50%, rgba(212,168,98,0.07) 0%, transparent 40%); pointer-events: none; }
.saison-inner { max-width: var(--col); margin: 0 auto; display: grid; gap: 20px; align-items: center; grid-template-columns: 1fr; position: relative; z-index: 1; }
@media (min-width: 768px) { .saison-inner { grid-template-columns: auto 1fr auto; gap: 32px; } }
.saison-icon { width: 56px; height: 56px; display: grid; place-items: center; flex-shrink: 0; }
.saison-icon svg { width: 100%; height: 100%; stroke: var(--gold-bright); fill: none; stroke-width: 1.5; animation: swayLeaf 4s ease-in-out infinite; transform-origin: bottom center; }
@keyframes swayLeaf { 0%,100%{transform:rotate(-5deg)} 50%{transform:rotate(5deg)} }
.saison-label { font-size: 10px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 6px; }
.saison-title { font-family: var(--serif); font-size: clamp(20px,3vw,28px); font-weight: 400; line-height: 1.2; letter-spacing: -0.01em; color: var(--cream); }
.saison-title em { font-style: normal; color: var(--gold-bright); }
.saison-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; background: rgba(212,168,98,0.14); border: 1px solid rgba(212,168,98,0.5); border-radius: 12px; color: var(--gold-bright); font-family: var(--serif); font-size: 13px; letter-spacing: 0.03em; text-transform: none; font-weight: 600; transition: all .3s var(--ease); white-space: nowrap; }
.saison-cta:hover { background: var(--gold); color: var(--bg); transform: translateY(-1px); }
.saison-cta svg { width: 14px; height: 14px; }

/* ═══════════════════════════ STORY / SPLIT ═══════════════════════════ */
.split-grid { display: grid; gap: 56px; align-items: center; grid-template-columns: 1fr; }
@media (min-width: 900px) { .split-grid { grid-template-columns: 1.1fr 1fr; gap: 80px; } .split-grid.reverse { grid-template-columns: 1fr 1.1fr; } .split-grid.reverse .split-media { order: 2; } }
.split-media { position: relative; aspect-ratio: 4/5; border-radius: 4px; overflow: hidden; box-shadow: var(--shadow-lg); }
.split-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.split-media:hover img { transform: scale(1.04); }
.split-media::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 50%,rgba(11,8,7,0.4) 100%); pointer-events:none; }
.media-tag { position: absolute; bottom: 20px; left: 20px; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 10px 16px; background: rgba(11,8,7,0.7); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid var(--line); border-radius: 999px; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; }
.media-tag .dot { display: none; }
.split-text { display: flex; flex-direction: column; gap: 20px; }
.split-text p { font-size: 16px; line-height: 1.7; color: var(--cream); }


/* Stats */
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 16px; padding: 28px; background: rgba(245,235,216,0.03); border: 1px solid var(--line); border-radius: 8px; position: relative; overflow: hidden; }
.stats::before { content:''; position:absolute; top:0; left:0; width:3px; height:100%; background:linear-gradient(180deg,var(--gold),transparent); }
.stat { text-align: center; }
.stat-num { font-family: var(--serif); font-size: clamp(24px,3vw,36px); font-weight: 400; color: var(--gold); line-height: 1; display: block; margin-bottom: 4px; }
.stat-label { font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; color: var(--cream-soft); }

/* ═══════════════════════════ DISH CARDS ═══════════════════════════ */
.dishes { background: linear-gradient(180deg, transparent 0%, var(--bg-1) 30%, var(--bg-1) 70%, transparent 100%); }
.dishes-head { display: grid; gap: 24px; align-items: end; grid-template-columns: 1fr; margin-bottom: 40px; }
@media (min-width: 768px) { .dishes-head { grid-template-columns: 1fr auto; gap: 60px; } }
.dishes-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 760px) { .dishes-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .dishes-grid { grid-template-columns: repeat(4, 1fr); gap: 22px; } }
@media (max-width: 560px) { .dishes-grid { grid-template-columns: 1fr; } }
.dish-card { position: relative; aspect-ratio: 3/4; border-radius: 6px; overflow: hidden; cursor: pointer; transition: transform .6s var(--ease), box-shadow .6s var(--ease); }
.dish-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg), var(--glow-gold); }
.dish-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease), filter .6s var(--ease); filter: brightness(0.85) saturate(1.05); }
.dish-card:hover img { transform: scale(1.08); filter: brightness(1) saturate(1.1); }
.dish-card-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; background: linear-gradient(180deg, transparent 0%, rgba(11,8,7,0.1) 40%, rgba(11,8,7,0.85) 90%, rgba(11,8,7,0.95) 100%); color: var(--cream); }
.dish-card-tag { --chip: var(--gold-bright); position: absolute; top: 12px; left: 12px; z-index: 3; display: inline-flex; align-items: center; gap: 7px; padding: 6px 11px; border-radius: 8px; background: rgba(11,8,7,0.72); border: 1px solid rgba(245,235,216,0.14); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; font-weight: 600; color: var(--chip); }
.dish-card-tag::before { display: none; }
.dish-card-tag.spargel { --chip: var(--gold-bright); }
.dish-card-tag.frankisch { --chip: #e09a74; }
.dish-card-tag.vegan { --chip: #d8cba8; }
.dish-card-name { font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.2; letter-spacing: -0.01em; margin-bottom: 6px; }
.dish-card-desc { font-size: 13px; line-height: 1.5; color: var(--cream-dim); margin-bottom: 12px; }
.dish-card-price { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 12px; border-top: 1px solid rgba(245,235,216,0.15); }
.dish-card-price .price { font-family: var(--serif); font-size: 22px; font-weight: 500; color: var(--gold-bright); }
.dish-card-price .arrow { width: 32px; height: 32px; border-radius: 50%; background: rgba(212,168,98,0.18); border: 1px solid var(--gold); display: grid; place-items: center; transition: all .3s var(--ease); }
.dish-card-price .arrow svg { width: 14px; height: 14px; stroke: var(--gold); fill: none; stroke-width: 2.4; }
.dish-card:hover .arrow { background: var(--gold); transform: rotate(-45deg); }
.dish-card:hover .arrow svg { stroke: var(--bg); }

/* ═══════════════════════════ ATMOSPHERE GALLERY ═══════════════════════════ */
.atmos { overflow: hidden; }
.atmos-grid { display: grid; gap: 16px; grid-template-columns: 1fr; grid-template-areas: "a" "b" "c" "d" "e"; }
@media (min-width: 768px) { .atmos-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 320px 320px; grid-template-areas: "a b" "a c" "d e"; gap: 18px; } }
@media (min-width: 1100px) { .atmos-grid { grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 280px 280px; grid-template-areas: "a b c" "a d e"; gap: 20px; } }
.atmos-tile { position: relative; overflow: hidden; border-radius: 6px; min-height: 240px; cursor: pointer; }
.atmos-tile:nth-child(1){grid-area:a} .atmos-tile:nth-child(2){grid-area:b} .atmos-tile:nth-child(3){grid-area:c} .atmos-tile:nth-child(4){grid-area:d} .atmos-tile:nth-child(5){grid-area:e}
.atmos-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.5s var(--ease), filter .6s var(--ease); filter: brightness(0.8) saturate(1.05); }
.atmos-tile:hover img { transform: scale(1.06); filter: brightness(1) saturate(1.1); }
.atmos-tile::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 50%,rgba(11,8,7,0.6) 100%); pointer-events:none; }
.atmos-label { position: absolute; bottom: 16px; left: 16px; z-index: 2; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; color: var(--cream); padding: 6px 12px; background: rgba(11,8,7,0.5); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid var(--line); border-radius: 999px; transform: translateY(8px); opacity: 0; transition: all .3s var(--ease); }
.atmos-tile:hover .atmos-label, .atmos-tile:focus-within .atmos-label { transform: translateY(0); opacity: 1; }

/* Gallery (Über uns) – masonry-ish */
.gallery-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 760px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); } }
.gallery-item { position: relative; overflow: hidden; border-radius: 12px; cursor: zoom-in; aspect-ratio: 4/3; border: 1px solid var(--line-soft); }

.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease), filter .5s var(--ease); filter: brightness(0.85); }
.gallery-item:hover img { transform: scale(1.06); filter: brightness(1); }

/* ═══════════════════════════ REVIEWS ═══════════════════════════ */
.reviews { background: linear-gradient(180deg, transparent, var(--bg-1) 25%, var(--bg-1) 75%, transparent); overflow: hidden; }
.reviews-head { text-align: center; margin-bottom: 56px; }
.reviews-head .section-eyebrow { justify-content: center; display: inline-flex; }
.reviews-rating { display: inline-flex; align-items: center; gap: 14px; margin-top: 8px; padding: 14px 26px; background: rgba(245,235,216,0.04); border: 1px solid var(--line); border-radius: 999px; }
.reviews-rating .score { font-family: var(--serif); font-size: 34px; font-weight: 500; color: var(--gold-bright); line-height: 1; }
.reviews-stars { display: flex; gap: 3px; }
.reviews-stars svg { width: 18px; height: 18px; fill: var(--gold); }
.reviews-rating .count { font-size: 13px; color: var(--cream-dim); }
.reviews-rating .count strong { color: var(--cream); display: block; font-size: 15px; }
.reviews-track-wrap { position: relative; }
.reviews-grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .reviews-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); } }
.review-card { padding: 28px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); border: 1px solid var(--line); border-radius: 12px; display: flex; flex-direction: column; gap: 14px; position: relative; transition: transform .4s var(--ease), border-color .4s var(--ease); }
.review-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.review-card::before { content: '\201C'; position: absolute; top: 8px; right: 20px; font-family: var(--serif); font-size: 80px; color: var(--gold); opacity: 0.12; line-height: 1; }
.review-stars { display: flex; gap: 2px; }
.review-stars svg { width: 16px; height: 16px; fill: var(--gold); }
.review-text { font-size: 15px; line-height: 1.65; color: var(--cream); font-family: var(--sans); flex: 1; }
.review-author { display: flex; align-items: center; gap: 12px; margin-top: 4px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-deep)); display: grid; place-items: center; font-weight: 600; color: var(--bg); font-size: 16px; flex-shrink: 0; }
.review-author-info strong { display: block; font-size: 14px; font-weight: 600; color: var(--cream); }
.review-author-info span { font-size: 11px; color: var(--cream-dim); display: flex; align-items: center; gap: 5px; }
.review-google { width: 12px; height: 12px; }
.reviews-cta { text-align: center; margin-top: 48px; }

/* ═══════════════════════════ SPEISEKARTE ═══════════════════════════ */
.menu-tabs-wrap { position: sticky; top: var(--nav-h); z-index: 50; margin: 0 calc(-1 * var(--gutter)) 36px; padding: 14px calc(var(--gutter) - 28px); background: var(--bg); border-bottom: 1px solid var(--line); position: sticky; }
.menu-tabs-wrap::before, .menu-tabs-wrap::after { content:""; position:absolute; top:0; bottom:0; width:56px; z-index:2; pointer-events:none; }
.menu-tabs-wrap::before { left:0; background: linear-gradient(90deg, var(--bg) 18%, transparent); }
.menu-tabs-wrap::after { right:0; background: linear-gradient(270deg, var(--bg) 18%, transparent); }
.menu-tabs { max-width: var(--col); margin: 0 auto; display: flex; flex-wrap: nowrap; justify-content: flex-start; gap: 8px; overflow-x: auto; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 2px 28px; cursor: grab; }
.menu-tabs::-webkit-scrollbar { display: none; }
.menu-tabs.dragging { cursor: grabbing; scroll-snap-type: none; }
.menu-tabs.dragging .menu-tab { pointer-events: none; }
@media (min-width: 1240px) { .menu-tabs { justify-content: center; } }
.menu-tab svg { width: 14px; height: 14px; vertical-align: -2px; margin-right: 2px; }
.menu-tab { flex-shrink: 0; scroll-snap-align: center; display: inline-flex; align-items: center; gap: 7px; padding: 11px 18px; font-family: var(--serif); font-size: 13.5px; letter-spacing: 0.01em; text-transform: none; font-weight: 600; color: var(--cream-soft); background: rgba(245,235,216,0.045); border: 1px solid rgba(245,235,216,0.1); border-radius: 12px; transition: all .25s var(--ease); white-space: nowrap; }
.menu-tab:hover { color: var(--cream); border-color: var(--gold); transform: translateY(-1px); }
.menu-tab.active { background: var(--gold); color: var(--bg); border-color: var(--gold); font-weight: 700; box-shadow: 0 4px 12px -4px rgba(212,168,98,0.45); }
.menu-tab.saison { background: rgba(212,168,98,0.12); border-color: rgba(212,168,98,0.5); color: var(--gold-bright); }
.menu-tab.saison.active { background: linear-gradient(180deg, var(--gold-bright), var(--gold)); color: var(--bg); border-color: var(--gold); box-shadow: 0 4px 12px -4px rgba(212,168,98,0.45); }
.menu-tab .badge { display: inline-block; margin-left: 6px; padding: 2px 6px; font-size: 9px; letter-spacing: 0.1em; background: var(--ember); color: var(--cream); border-radius: 4px; }
.menu-tab.active .badge { background: var(--bg); color: var(--gold); }
/* Mobile: horizontale Scroll-Leiste mit Fade-Hinweis */
@media (max-width: 760px) {
}
.menu-panel { display: none; animation: panelFade .5s var(--ease); }
.menu-panel.active { display: block; }
@keyframes panelFade { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }
.menu-callout { padding: 24px 28px; margin-bottom: 32px; background: rgba(212,168,98,0.06); border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: 4px; }
.menu-callout.spargel { background: rgba(212,168,98,0.07); border-color: rgba(212,168,98,0.2); border-left-color: var(--gold); }
.menu-callout-title svg { width: 17px; height: 17px; vertical-align: -2px; margin-right: 4px; }
.menu-callout-title { font-family: var(--serif); font-size: 20px; font-weight: 400; margin-bottom: 6px; color: var(--gold-bright); }
.menu-callout.spargel .menu-callout-title { color: var(--gold-bright); }
.menu-callout-text { font-size: 14px; line-height: 1.55; color: var(--cream-dim); }
.menu-items { display: grid; gap: 28px; grid-template-columns: 1fr; }
@media (min-width: 768px) { .menu-items.cols-2 { grid-template-columns: 1fr 1fr; gap: 28px 64px; } }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; align-items: baseline; }
.menu-item-name { font-family: var(--serif); font-size: 19px; font-weight: 500; color: var(--cream); line-height: 1.3; }
.menu-item-name em { font-style: normal; color: var(--gold); font-weight: 500; }
.menu-item-name .tag { display: inline-block; margin-left: 8px; padding: 2px 8px; font-family: var(--sans); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; vertical-align: middle; border-radius: 4px; font-weight: 600; }
.menu-item-name .tag.v { background: rgba(216,203,168,0.16); color: #d8cba8; }
.menu-item-name .tag.fr { background: rgba(196,104,68,0.18); color: var(--ember); }
.menu-item-name .tag.new { background: var(--gold); color: var(--bg); }
.menu-item-price { font-family: var(--serif); font-size: 17px; font-weight: 500; color: var(--gold-bright); white-space: nowrap; }
.menu-item-price.multi { font-size: 14px; font-family: var(--sans); font-weight: 500; }
.menu-item-desc { grid-column: 1 / -1; font-size: 14px; line-height: 1.5; color: var(--cream-dim); }
.menu-subtitle { grid-column: 1 / -1; margin: 24px 0 8px; padding-bottom: 8px; border-bottom: 1px solid var(--line); font-family: var(--sans); font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.menu-subtitle:first-child { margin-top: 0; }
.menu-footnote { max-width: var(--col); margin: 48px auto 0; padding: 16px 24px; background: rgba(245,235,216,0.04); border-radius: 6px; font-size: 12.5px; color: var(--cream-dim); text-align: center; }

/* Allergen legend */
.allergen-legend { margin-top: 24px; padding: 24px 28px; background: rgba(245,235,216,0.03); border: 1px solid var(--line-soft); border-radius: 8px; }
.allergen-legend h3 { font-family: var(--serif); font-size: 18px; font-weight: 400; color: var(--gold-bright); margin-bottom: 14px; }
.allergen-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px 20px; }
.allergen-item { font-size: 13px; color: var(--cream-dim); display: flex; gap: 8px; }
.allergen-item b { color: var(--gold); font-weight: 600; }

/* ═══════════════════════════ RESERVIERUNG ═══════════════════════════ */
.reserv { position: relative; overflow: hidden; }
.reserv::before { content:''; position:absolute; top:-100px; right:-100px; width:600px; height:600px; background:radial-gradient(circle,rgba(212,168,98,0.08) 0%,transparent 70%); pointer-events:none; }
.reserv-grid { display: grid; gap: 56px; align-items: start; grid-template-columns: 1fr; }
@media (min-width: 1000px) { .reserv-grid { grid-template-columns: 0.9fr 1.1fr; gap: 72px; } }
.reserv-info { display: flex; flex-direction: column; gap: 22px; }
.reserv-info-items { display: flex; flex-direction: column; gap: 14px; margin-top: 12px; }
.reserv-info-item { display: flex; gap: 16px; align-items: flex-start; padding: 16px; background: rgba(245,235,216,0.03); border: 1px solid var(--line-soft); border-radius: 8px; transition: all .3s var(--ease); }
.reserv-info-item:hover { background: rgba(245,235,216,0.06); border-color: var(--line); }
.reserv-info-icon { width: 36px; height: 36px; flex-shrink: 0; display: grid; place-items: center; background: rgba(212,168,98,0.12); border-radius: 50%; }
.reserv-info-icon svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 1.8; }
.reserv-info-text strong { display: block; font-family: var(--serif); font-size: 16px; font-weight: 500; color: var(--cream); margin-bottom: 2px; }
.reserv-info-text span { display: block; font-size: 13px; color: var(--cream-dim); line-height: 1.5; }
.reserv-card { background: linear-gradient(180deg, var(--bg-1), var(--bg-2)); border: 1px solid var(--line); border-radius: 14px; padding: clamp(24px, 4vw, 44px); position: relative; box-shadow: var(--shadow-lg); }
.reserv-card::before { content:''; position:absolute; top:0; left:0; width:100%; height:3px; background:linear-gradient(90deg,transparent,var(--gold),transparent); border-radius:14px 14px 0 0; }
.reserv-progress { display: flex; align-items: flex-start; gap: 0; margin-bottom: 18px; position: relative; }
.reserv-progress::before { content:""; position:absolute; top:19px; left:9%; right:9%; height:2px; background: rgba(245,235,216,0.1); border-radius:2px; }
.reserv-progress .step { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 7px; position: relative; z-index: 1; }
.reserv-progress .step i { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--bg-2); border: 1.5px solid rgba(245,235,216,0.16); color: var(--cream-dim); transition: all .4s var(--ease); }
.reserv-progress .step i svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.reserv-progress .step em { font-style: normal; font-family: var(--sans); font-size: 10.5px; letter-spacing: 0.06em; font-weight: 600; color: var(--cream-dim); transition: color .4s var(--ease); }
.reserv-progress .step.done i { background: rgba(212,168,98,0.16); border-color: var(--gold); color: var(--gold-bright); }
.reserv-progress .step.done em { color: var(--cream-soft); }
.reserv-progress .step.active i { background: linear-gradient(180deg, var(--gold-bright), var(--gold)); border-color: var(--gold); color: var(--bg); box-shadow: 0 0 0 5px rgba(212,168,98,0.14), 0 6px 16px -6px rgba(212,168,98,0.6); animation: stepPop .45s var(--ease-bounce); }
.reserv-progress .step.active em { color: var(--gold-bright); }
@keyframes stepPop { 50% { transform: scale(1.12); } }
@media (max-width: 560px) { .reserv-progress .step em { display: none; } .reserv-progress .step i { width: 34px; height: 34px; } .reserv-progress::before { top: 17px; } }
.reserv-progress-label { font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream-soft); margin-bottom: 28px; font-weight: 600; }
.reserv-step { display: none; animation: stepIn .5s var(--ease); }
.reserv-step.active { display: block; }
@keyframes stepIn { from{opacity:0;transform:translateX(24px)} to{opacity:1;transform:translateX(0)} }
.reserv-step-title { font-family: var(--serif); font-size: clamp(24px,3.5vw,32px); font-weight: 400; line-height: 1.2; letter-spacing: -0.01em; color: var(--cream); margin-bottom: 24px; }
.reserv-step-title em { font-style: normal; color: var(--gold); }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.field-label { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream-dim); }
.field-label .req { color: var(--ember); margin-left: 2px; }
.field-label .opt { color: var(--cream-dim); font-weight: 400; text-transform: none; letter-spacing: normal; font-size: 11px; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 16px; background: rgba(11,8,7,0.4); border: 1px solid var(--line); border-radius: 8px; color: var(--cream); font-family: var(--sans); font-size: 15px; transition: all .25s var(--ease); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: rgba(11,8,7,0.6); box-shadow: 0 0 0 3px rgba(212,168,98,0.12); }
.field input::placeholder, .field textarea::placeholder { color: rgba(245,235,216,0.3); }
.field input.invalid, .field textarea.invalid { border-color: var(--ember); box-shadow: 0 0 0 3px rgba(196,104,68,0.12); }
/* Datums-/Zeit-Felder: iOS-Safari rendert den Wert sonst zentriert und unsauber */
.field input[type="date"], .field input[type="time"] { -webkit-appearance: none; appearance: none; min-height: 50px; line-height: 1.2; text-align: left; }
.field input[type="date"]::-webkit-date-and-time-value,
.field input[type="time"]::-webkit-date-and-time-value { text-align: left; margin: 0; padding: 0; }
.field input[type="date"]::-webkit-calendar-picker-indicator,
.field input[type="time"]::-webkit-calendar-picker-indicator { filter: invert(0.85) sepia(0.4) saturate(3) hue-rotate(2deg); opacity: 0.75; cursor: pointer; }
.field input[type="date"]::-webkit-datetime-edit, .field input[type="time"]::-webkit-datetime-edit { padding: 0; }
.field textarea { resize: vertical; min-height: 80px; }
.field-row { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 640px) { .field-row { grid-template-columns: 1fr 1fr; gap: 16px; } }
.people-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
@media (min-width: 480px) { .people-grid { grid-template-columns: repeat(8,1fr); } }
.people-btn { aspect-ratio: 1; max-height: 56px; display: grid; place-items: center; background: rgba(11,8,7,0.4); border: 1px solid var(--line); border-radius: 8px; font-family: var(--serif); font-size: 18px; color: var(--cream); transition: all .2s var(--ease); }
.people-btn:hover { border-color: var(--gold); color: var(--gold-bright); }
.people-btn.selected { background: var(--gold); border-color: var(--gold); color: var(--bg); font-weight: 600; transform: scale(1.05); }
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.area-btn { display: flex; flex-direction: column; gap: 6px; padding: 16px; background: rgba(11,8,7,0.4); border: 1px solid var(--line); border-radius: 10px; text-align: left; transition: all .2s var(--ease); }
.area-btn:hover { border-color: var(--gold); }
.area-btn.selected { border-color: var(--gold); background: rgba(212,168,98,0.1); }
.area-btn .area-icon { width: 28px; height: 28px; }
.area-btn .area-icon svg { width: 100%; height: 100%; stroke: var(--gold); fill: none; stroke-width: 1.6; }
.area-btn strong { font-family: var(--serif); font-size: 17px; font-weight: 500; color: var(--cream); }
.area-btn span { font-size: 12px; color: var(--cream-dim); }
.time-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
@media (min-width: 480px) { .time-grid { grid-template-columns: repeat(4,1fr); } }
.time-btn { padding: 12px 8px; background: rgba(11,8,7,0.4); border: 1px solid var(--line); border-radius: 8px; font-family: var(--mono); font-size: 14px; color: var(--cream); transition: all .2s var(--ease); }
.time-btn:hover:not(:disabled) { border-color: var(--gold); color: var(--gold-bright); }
.time-btn.selected { background: var(--gold); border-color: var(--gold); color: var(--bg); font-weight: 700; }
.time-btn:disabled { opacity: 0.35; cursor: not-allowed; }
.time-period-label { grid-column: 1 / -1; font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-top: 8px; }
.time-period-label:first-child { margin-top: 0; }
.checkbox-row { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: flex-start; padding: 14px; background: rgba(245,235,216,0.03); border-radius: 8px; margin-bottom: 18px; }
.checkbox-row input { width: 22px; height: 22px; accent-color: var(--gold); margin-top: 1px; }
.checkbox-row label { font-size: 13px; line-height: 1.5; color: var(--cream-dim); }
.checkbox-row label a { color: var(--gold); border-bottom: 1px solid var(--line); }
.checkbox-row label a:hover { color: var(--gold-bright); }
.step-actions { display: flex; gap: 12px; margin-top: 28px; justify-content: space-between; }
.step-back, .step-next { padding: 14px 24px; border-radius: 999px; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; transition: all .3s var(--ease); display: inline-flex; align-items: center; gap: 8px; }
.step-back { background: transparent; border: 1px solid var(--line); color: var(--cream-dim); }
.step-back:hover { border-color: var(--cream); color: var(--cream); }
.step-next { background: var(--gold); border: 1px solid var(--gold); color: var(--bg); flex: 1; justify-content: center; box-shadow: 0 4px 14px -2px rgba(212,168,98,0.35); }
.step-next:hover { background: var(--gold-bright); transform: translateY(-1px); box-shadow: 0 8px 24px -4px rgba(212,168,98,0.5); }
.step-next:disabled { opacity: 0.4; cursor: not-allowed; transform: none; box-shadow: none; }
.step-next svg, .step-back svg { width: 14px; height: 14px; }
.step-next.loading { pointer-events: none; }
.step-next .spin { display: inline-block; width: 14px; height: 14px; border: 2px solid rgba(11,8,7,0.3); border-top-color: var(--bg); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.summary { padding: 4px 0 20px; }
.summary-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px dashed var(--line-soft); font-size: 14px; }
.summary-row:last-child { border: none; }
.summary-row .label { color: var(--cream-dim); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; display: flex; align-items: center; gap: 8px; }
.summary-row .label svg { width: 14px; height: 14px; stroke: var(--gold); fill: none; stroke-width: 1.8; }
.summary-row .val { color: var(--cream); font-family: var(--serif); font-size: 17px; font-weight: 500; text-align: right; }
.summary-row .val em { font-style: normal; color: var(--gold); }
.summary-edit { background: none; border: none; color: var(--gold); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; margin-left: 10px; border-bottom: 1px solid transparent; }
.summary-edit:hover { border-color: var(--gold); }

/* ─── Animated Success / Danke ─── */
.reserv-success { text-align: center; padding: 12px 0; }
.success-burst { width: 110px; height: 110px; margin: 0 auto 28px; position: relative; }
.success-burst .ring { position: absolute; inset: 0; border-radius: 50%; border: 2px solid #4ade80; opacity: 0; animation: burstRing 1.6s var(--ease) forwards; }
.success-burst .ring:nth-child(2) { animation-delay: .2s; }
.success-burst .ring:nth-child(3) { animation-delay: .4s; }
@keyframes burstRing { 0%{transform:scale(0.4);opacity:.8} 100%{transform:scale(1.5);opacity:0} }
.success-burst .check { position: absolute; inset: 22px; background: linear-gradient(135deg, #4ade80, #22c55e); border-radius: 50%; display: grid; place-items: center; animation: successPop 1s var(--ease-bounce); box-shadow: 0 0 40px rgba(74,222,128,0.4); }
.success-burst .check svg { width: 36px; height: 36px; stroke: #0B0807; fill: none; stroke-width: 3.5; stroke-dasharray: 30; stroke-dashoffset: 30; animation: drawCheck .5s var(--ease) .4s forwards; }
@keyframes successPop { 0%{transform:scale(0)} 60%{transform:scale(1.15)} 100%{transform:scale(1)} }
@keyframes drawCheck { to { stroke-dashoffset: 0; } }
.reserv-success h3 { font-family: var(--serif); font-size: clamp(28px, 4vw, 38px); font-weight: 400; color: var(--cream); margin-bottom: 14px; }
.reserv-success h3 em { font-style: normal; color: var(--gold); }
.reserv-success > p { color: var(--cream-dim); max-width: 420px; margin: 0 auto 16px; line-height: 1.6; }
.success-summary { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 20px 0 28px; }
.success-chip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; background: rgba(212,168,98,0.1); border: 1px solid var(--line); border-radius: 999px; font-family: var(--serif); font-size: 16px; color: var(--gold-bright); }
.success-chip svg { width: 15px; height: 15px; stroke: var(--gold); fill: none; stroke-width: 1.8; }
.success-confetti { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; overflow: hidden; }
.confetti-piece { position: absolute; width: 8px; height: 8px; top: -10px; opacity: 0; animation: confettiFall 2.5s ease-in forwards; }
@keyframes confettiFall { 0%{opacity:1;transform:translateY(0) rotate(0)} 100%{opacity:0;transform:translateY(400px) rotate(540deg)} }

.reserv-error { padding: 14px 18px; background: rgba(248,113,113,0.1); border: 1px solid rgba(248,113,113,0.3); border-radius: 8px; color: #fca5a5; font-size: 13px; margin-bottom: 16px; display: none; }
.reserv-error.show { display: block; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

/* ═══════════════════════════ HOURS + LOCATION ═══════════════════════════ */
.hours-grid { display: grid; gap: 40px; grid-template-columns: minmax(0, 1fr); align-items: start; }
@media (min-width: 900px) { .hours-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; } }
.hours-list { min-width: 0; }
.loc-card, .loc-card * { min-width: 0; }
.hours-list { display: flex; flex-direction: column; gap: 4px; margin-top: 24px; }
.hours-row { display: grid; grid-template-columns: 96px 1fr auto; gap: 16px; align-items: center; padding: 14px 16px; border-radius: 8px; transition: background .2s var(--ease); }
.hours-row.today { background: rgba(212,168,98,0.08); border: 1px solid var(--line); }
.hours-day { font-family: var(--serif); font-size: 17px; font-weight: 500; color: var(--cream); }
.hours-row.today .hours-day { color: var(--gold-bright); }
.hours-times { font-family: var(--sans); font-size: 15px; color: var(--cream-soft); font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }
.hours-row.today .hours-times { color: var(--cream); }
.hours-status { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.hours-status.closed { background: rgba(248,113,113,0.1); color: #fca5a5; }
.hours-status.now { background: rgba(74,222,128,0.12); color: #86efac; }
.hours-status.soon { background: rgba(212,168,98,0.14); color: var(--gold-bright); }
.hours-status.countdown { font-variant-numeric: tabular-nums; }

/* Mobil: alles auf einer Linie, Spalten synchron ausgerichtet */
@media (max-width: 620px) {
  .hours-row { grid-template-columns: 1fr auto 116px; gap: 8px; padding: 13px 12px; }
  .hours-day { font-size: 14.5px; }
  .hours-times { font-size: 12.5px; }
  .hours-status { font-size: 8.5px; letter-spacing: 0.06em; padding: 3px 7px; justify-self: end; text-align: center; }
  /* Lange Sonntags-Zeiten dürfen umbrechen, damit das Status-Badge in der Box bleibt */
  .hours-row[data-day="0"] .hours-times { white-space: normal; line-height: 1.3; }
}
@media (max-width: 380px) {
  .hours-row { grid-template-columns: 1fr auto 108px; gap: 6px; }
  .hours-day { font-size: 13.5px; }
  .hours-times { font-size: 11.5px; }
  .hours-status { font-size: 8px; padding: 3px 6px; }
}
.loc-card { background: linear-gradient(180deg, var(--bg-1), var(--bg-2)); border: 1px solid var(--line); border-radius: 16px; padding: clamp(24px,4vw,36px); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.loc-card .map-embed { margin-top: auto; }
.hours-card { height: 100%; }
.loc-address { margin-top: 0; }
@keyframes pinPulse { 0%{transform:scale(0.6);opacity:1} 100%{transform:scale(1.4);opacity:0} }
.loc-address { text-align: center; margin-bottom: 24px; }
.loc-address .name { font-family: var(--serif); font-size: 24px; font-weight: 400; color: var(--cream); margin-bottom: 4px; }
.loc-address .street { font-size: 15px; color: var(--cream-dim); line-height: 1.6; }
.loc-hint { text-align: center; padding: 14px 16px; background: rgba(245,235,216,0.04); border-radius: 10px; font-size: 13px; color: var(--cream-soft); margin-bottom: 24px; line-height: 1.55; }
.loc-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.loc-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 14px; font-family: var(--serif); font-size: 13px; letter-spacing: 0.03em; text-transform: none; font-weight: 600; border-radius: 12px; transition: all .25s var(--ease); }
.loc-btn-primary { background: var(--ember); color: var(--cream); box-shadow: 0 4px 14px -2px rgba(196,104,68,0.4); }
.loc-btn-primary:hover { background: var(--ember-deep); transform: translateY(-1px); }
.loc-btn-ghost { background: transparent; color: var(--cream); border: 1px solid var(--line); }
.loc-btn-ghost:hover { border-color: var(--gold); color: var(--gold-bright); }
.loc-btn svg { width: 16px; height: 16px; }
.map-embed { margin-top: 20px; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16/10; background: var(--bg-2); }
.map-embed:has(.map-consent) { aspect-ratio: auto; }
.map-embed iframe { width: 100%; height: 100%; border: 0; }
.map-consent { position: relative; display: grid; place-items: center; width: 100%; height: 100%; padding: 28px 22px; text-align: center; background: linear-gradient(160deg, var(--bg-2), var(--bg-3)); }
.map-consent-inner { max-width: 380px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.map-consent-inner svg.mc-pin { width: 38px; height: 38px; stroke: var(--gold); fill: none; stroke-width: 1.8; }
.map-consent-inner h3 { font-family: var(--serif); font-size: 21px; font-weight: 500; color: var(--cream); }
.map-consent-inner p { font-size: 13px; line-height: 1.6; color: var(--cream-soft); }
.map-consent-inner p a { color: var(--gold-bright); border-bottom: 1px solid var(--gold); }
.map-consent-remember { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--cream-soft); cursor: pointer; }
.map-consent-remember input { accent-color: var(--gold); width: 15px; height: 15px; }
.map-revoke { display: inline-block; margin-top: 10px; font-size: 12px; color: var(--cream-soft); border-bottom: 1px solid var(--line); cursor: pointer; }
.map-revoke:hover { color: var(--gold-bright); }

/* ═══════════════════════════ FAQ ═══════════════════════════ */
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: rgba(245,235,216,0.03); border: 1px solid var(--line-soft); border-radius: 10px; overflow: hidden; transition: border-color .3s var(--ease); }
.faq-item.open { border-color: var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; text-align: left; font-family: var(--serif); font-size: 18px; font-weight: 500; color: var(--cream); }
.faq-q .icon { width: 24px; height: 24px; flex-shrink: 0; position: relative; }
.faq-q .icon::before, .faq-q .icon::after { content:''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); background:var(--gold); transition:transform .3s var(--ease); }
.faq-q .icon::before { width: 14px; height: 2px; }
.faq-q .icon::after { width: 2px; height: 14px; }
.faq-item.open .faq-q .icon::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a-inner { padding: 0 24px 22px; font-size: 15px; line-height: 1.65; color: var(--cream-dim); }
.faq-a-inner a { color: var(--gold); border-bottom: 1px solid var(--line); }

/* ═══════════════════════════ CTA BAND ═══════════════════════════ */
.cta-band { position: relative; padding: clamp(60px,9vw,110px) 0; text-align: center; overflow: hidden; background: linear-gradient(135deg, var(--bg-2), var(--bg-3)); }
.cta-band::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 60% 80% at 50% 50%, rgba(212,168,98,0.12) 0%, transparent 70%); }
.cta-band-inner { position: relative; z-index: 1; }
.cta-band h2 { font-family: var(--serif); font-size: clamp(32px,5.5vw,64px); font-weight: 300; line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 20px; }
.cta-band h2 em { font-style: normal; color: var(--gold); }
.cta-band p { font-size: 17px; color: var(--cream-dim); max-width: 48ch; margin: 0 auto 36px; }
.cta-band-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ═══════════════════════════ FOOTER + 360 BRANDING ═══════════════════════════ */
footer.foot { position: relative; padding: 80px 0 0; background: var(--bg-1); border-top: 1px solid var(--line); }
.foot-grid { display: grid; gap: 40px; grid-template-columns: 1fr; margin-bottom: 56px; }
@media (min-width: 640px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (min-width: 1024px) { .foot-grid { grid-template-columns: 1.8fr 1fr 1fr 1.5fr; gap: 44px; } }
.foot-brand { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.foot-brand img { width: 58px; height: 58px; object-fit: contain; }
.foot-brand h3 { font-family: var(--serif); font-size: 24px; font-weight: 400; color: var(--cream); margin-bottom: 2px; }
.foot-brand small { font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--cream-dim); font-weight: 500; }
.foot-tagline { font-size: 15px; color: var(--cream-soft); line-height: 1.6; max-width: 320px; margin-bottom: 20px; }
.foot-social { display: flex; gap: 10px; }
.foot-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: all .3s var(--ease); }
.foot-social a:hover { border-color: var(--gold); background: rgba(212,168,98,0.1); transform: translateY(-2px); }
.foot-social svg { width: 16px; height: 16px; fill: var(--cream-dim); transition: fill .3s var(--ease), stroke .3s var(--ease); }
.foot-social svg[fill="none"] { fill: none; stroke: var(--cream-dim); }
.foot-social a:hover svg[fill="none"] { fill: none; stroke: var(--gold); }
.foot-social a:hover svg { fill: var(--gold); }
.foot-col h4 { font-size: 11px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.foot-col a, .foot-col li { font-size: 15px; color: var(--cream-soft); transition: color .2s var(--ease); }
.foot-col a:hover { color: var(--gold-bright); }
.foot-hours-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 4px 16px; font-size: 14px; line-height: 1.5; }
.foot-hours-row span:first-child { color: var(--cream); font-weight: 500; }
.foot-hours-row span:last-child { color: var(--cream-soft); font-family: var(--sans); font-size: 14px; font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }

/* 360 Maker Band – prominent, echtes DreiHundertSechzig-Logo rotiert */
.maker-band { position: relative; padding: 56px 0; border-top: 1px solid var(--line-soft); background: linear-gradient(180deg, var(--bg-1), #0a0f08); overflow: hidden; }
.maker-band::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 50% 100% at 50% 100%, rgba(190,235,100,0.08) 0%, transparent 70%); }
.maker-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center; }
.maker-badge img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 0 34px rgba(190,235,100,0.35)); animation: dhsGlow 4s ease-in-out infinite; }
@keyframes dhsGlow { 0%,100% { filter: drop-shadow(0 0 26px rgba(190,235,100,0.3)); } 50% { filter: drop-shadow(0 0 46px rgba(190,235,100,0.55)); } }
.maker-badge { position: relative; width: clamp(170px, 22vw, 220px); aspect-ratio: 1; display: grid; place-items: center; }
@keyframes makerPulse { 0%,100%{box-shadow:0 0 26px rgba(190,235,100,0.5), inset 0 -4px 10px rgba(0,0,0,0.35)} 50%{box-shadow:0 0 44px rgba(190,235,100,0.85), inset 0 -4px 10px rgba(0,0,0,0.35)} }
.maker-text { max-width: 460px; }
.maker-eyebrow { font-family: var(--sans); font-size: 10px; letter-spacing: 0.4em; text-transform: uppercase; color: var(--green); margin-bottom: 12px; font-weight: 600; }
.maker-title { font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif; font-size: clamp(24px,3.5vw,34px); font-weight: 700; letter-spacing: -0.02em; color: var(--cream); line-height: 1.15; margin-bottom: 10px; }
.maker-title b { font-weight: 700; color: #f4f6f1; }
.maker-title i { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-weight: 600; color: #b8e25f; }
.maker-sub { font-family: var(--sans); font-size: 15px; color: var(--cream-soft); line-height: 1.6; margin-bottom: 20px; }
.maker-link { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; background: linear-gradient(135deg, #c9f24d, #8fbf2e); color: #0a0f08; font-family: var(--serif); font-size: 13.5px; letter-spacing: 0.02em; text-transform: none; font-weight: 700; border-radius: 13px; transition: all .3s var(--ease); box-shadow: 0 6px 22px -4px rgba(190,235,100,0.5); }
.maker-link:hover { transform: translateY(-2px); box-shadow: 0 12px 32px -6px rgba(190,235,100,0.75); }
.maker-link svg { width: 14px; height: 14px; }

.foot-bottom { padding: 24px var(--gutter); border-top: 1px solid var(--line-soft); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--cream-soft); max-width: var(--col); margin: 0 auto; }
.foot-bottom-links { display: flex; gap: 18px; flex-wrap: wrap; }
.foot-bottom a:hover { color: var(--gold-bright); }

/* ═══════════════════════════ CHATBOT · ADLER GUIDE ═══════════════════════════ */
.chat-fab { position: fixed; bottom: 26px; right: 26px; z-index: 200; width: 68px; height: 68px; border-radius: 50%; background: transparent; display: grid; place-items: center; box-shadow: 0 12px 34px -6px rgba(0,0,0,0.65), 0 0 0 0 rgba(212,168,98,0.0); transition: transform .4s var(--ease-bounce), box-shadow .4s var(--ease); overflow: visible; }
.chat-fab-logo { width: 100%; height: 100%; border-radius: 50%; object-fit: contain; display: block; filter: drop-shadow(0 4px 14px rgba(0,0,0,0.5)); }
.chat-fab.open .chat-fab-logo { display: none; }
.chat-fab.open { background: var(--gold); box-shadow: 0 12px 34px -6px rgba(212,168,98,0.6); }
.chat-fab::before { content:''; position:absolute; inset:-4px; border-radius:50%; border:2px solid rgba(212,168,98,0.5); animation: fabRing 2.6s ease-out infinite; }
@keyframes fabRing { 0%{transform:scale(1);opacity:.7} 100%{transform:scale(1.5);opacity:0} }
.chat-fab:hover { transform: scale(1.09) rotate(4deg); box-shadow: 0 16px 44px -6px rgba(212,168,98,0.75); }
.chat-fab svg { width: 28px; height: 28px; fill: var(--bg); transition: transform .4s var(--ease); }

.chat-fab .close-icon { display: none; }
.chat-fab.open .close-icon { display: block; }
.chat-fab.open { transform: rotate(90deg); }
.chat-fab .chat-badge { position: absolute; top: -3px; right: -3px; width: 22px; height: 22px; border-radius: 50%; background: var(--ember); color: var(--cream); font-family: var(--sans); font-size: 11px; font-weight: 700; display: grid; place-items: center; border: 2px solid var(--bg); animation: badgeBounce 2s var(--ease-bounce) infinite; z-index: 2; }
@keyframes badgeBounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-3px)} }
.chat-fab.open .chat-badge { display: none; }

.chat-panel { position: fixed; bottom: 104px; right: 26px; z-index: 200; width: min(400px, calc(100vw - 40px)); height: min(600px, calc(100vh - 150px)); height: min(600px, calc(100dvh - 150px)); background: linear-gradient(180deg, rgba(26,20,16,0.96), rgba(11,8,7,0.98)); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 30px 70px -16px rgba(0,0,0,0.7); display: flex; flex-direction: column; overflow: hidden; opacity: 0; visibility: hidden; transform: translateY(24px) scale(0.94); transform-origin: bottom right; transition: opacity .4s var(--ease), transform .45s var(--ease-bounce), visibility .4s var(--ease); }
.chat-panel.open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }

/* Header als „Guide" mit bewegtem Verlauf */
.chat-header { position: relative; padding: 20px; background: linear-gradient(120deg, #2a1f16, #3a2a1c 50%, #241b14); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 13px; overflow: hidden; }
.chat-header::before { content:''; position:absolute; inset:0; background:radial-gradient(circle at 80% -20%, rgba(212,168,98,0.25), transparent 60%); }
.chat-header-avatar { position: relative; width: 46px; height: 46px; flex-shrink: 0; }
@keyframes avatarFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-3px)} }
.chat-header-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: contain; display: block; }
.chat-header-avatar .online { position: absolute; bottom: 0; right: 0; width: 12px; height: 12px; border-radius: 50%; background: #4ade80; border: 2px solid #2a1f16; box-shadow: 0 0 8px rgba(74,222,128,0.8); }
.chat-header-info { position: relative; z-index: 1; }
.chat-header-info h4 { font-family: var(--serif); font-size: 18px; font-weight: 600; color: var(--cream); line-height: 1.1; }
.chat-header-info span { font-family: var(--sans); font-size: 11.5px; color: var(--cream-dim); display: flex; align-items: center; gap: 5px; }
.chat-header-info span::before { content:''; width: 6px; height: 6px; border-radius: 50%; background: #4ade80; animation: dotPulse 2s ease-in-out infinite; }

.chat-body { flex: 1; overflow-y: auto; padding: 20px; display: flex; flex-direction: column; gap: 12px; scrollbar-width: thin; scrollbar-color: var(--line) transparent; }
.chat-body::-webkit-scrollbar { width: 6px; }
.chat-body::-webkit-scrollbar-thumb { background: var(--line); border-radius: 3px; }
.chat-msg { max-width: 86%; padding: 13px 16px; border-radius: 18px; font-family: var(--sans); font-size: 14.5px; line-height: 1.55; animation: msgIn .45s var(--ease-bounce); }
@keyframes msgIn { from{opacity:0;transform:translateY(12px) scale(.96)} to{opacity:1;transform:translateY(0) scale(1)} }
.chat-msg.bot { align-self: flex-start; background: linear-gradient(165deg, var(--bg-3), var(--bg-2)); color: var(--cream); border: 1px solid var(--line-soft); border-bottom-left-radius: 6px; }
.chat-msg.user { align-self: flex-end; background: linear-gradient(140deg, var(--gold), var(--gold-deep)); color: var(--bg); border-bottom-right-radius: 6px; font-weight: 500; box-shadow: 0 4px 14px -4px rgba(212,168,98,0.5); }
.chat-msg.bot strong { color: var(--gold-bright); }
.chat-msg.bot a { color: var(--gold-bright); border-bottom: 1px solid var(--line); font-weight: 600; }
.chat-msg.bot a:hover { color: var(--cream); }
/* Reichhaltige Guide-Karten in Bot-Antworten */
.chat-card { display: block; margin-top: 10px; padding: 12px 14px; background: rgba(212,168,98,0.08); border: 1px solid var(--line); border-radius: 12px; text-decoration: none; transition: all .25s var(--ease); }
.chat-card:hover { background: rgba(212,168,98,0.16); transform: translateY(-1px); border-color: var(--gold); }
.chat-card .ct { display: flex; align-items: center; gap: 8px; font-family: var(--serif); font-size: 15px; color: var(--gold-bright); font-weight: 600; }
.chat-card .ct svg { width: 15px; height: 15px; stroke: var(--gold); fill: none; stroke-width: 1.8; }
.chat-card .cs { font-size: 12.5px; color: var(--cream-dim); margin-top: 2px; }
.chat-typing { align-self: flex-start; display: flex; gap: 4px; padding: 15px 17px; background: var(--bg-3); border-radius: 18px; border-bottom-left-radius: 6px; }
.chat-typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); animation: typing 1.2s ease-in-out infinite; }
.chat-typing span:nth-child(2){animation-delay:.2s} .chat-typing span:nth-child(3){animation-delay:.4s}
@keyframes typing { 0%,60%,100%{transform:translateY(0);opacity:.4} 30%{transform:translateY(-6px);opacity:1} }

.chat-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 4px 20px 12px; }
.chat-chip svg { width: 14px; height: 14px; flex-shrink: 0; }
.chat-chip { display: inline-flex; align-items: center; gap: 7px; padding: 9px 14px; background: rgba(212,168,98,0.1); border: 1px solid var(--line); border-radius: 10px; font-family: var(--sans); font-size: 12.5px; font-weight: 500; color: var(--gold-bright); transition: all .25s var(--ease); white-space: nowrap; }
.chat-chip:hover { background: var(--gold); color: var(--bg); transform: translateY(-2px); box-shadow: 0 4px 12px -3px rgba(212,168,98,0.5); }
.chat-input-row { padding: 14px 16px; border-top: 1px solid var(--line); display: flex; gap: 10px; align-items: center; background: rgba(11,8,7,0.6); }
.chat-input-row input { flex: 1; padding: 12px 16px; background: rgba(11,8,7,0.5); border: 1px solid var(--line); border-radius: 999px; color: var(--cream); font-family: var(--sans); font-size: 14px; }
.chat-input-row input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,168,98,0.12); }
.chat-input-row input::placeholder { color: rgba(245,235,216,0.3); }
.chat-send { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(140deg, var(--gold-bright), var(--gold-deep)); display: grid; place-items: center; flex-shrink: 0; transition: all .25s var(--ease); }
.chat-send:hover { transform: scale(1.08) rotate(8deg); box-shadow: 0 6px 16px -4px rgba(212,168,98,0.6); }
.chat-send svg { width: 18px; height: 18px; fill: var(--bg); }
.chat-powered { text-align: center; padding: 10px; font-family: var(--sans); font-size: 11.5px; color: var(--cream-soft); letter-spacing: 0.08em; background: rgba(11,8,7,0.6); }
.chat-powered a { color: var(--green); }
@media (max-width: 480px) { .chat-panel { bottom: 90px; right: 12px; left: 12px; width: auto; height: min(560px, calc(100vh - 130px)); height: min(560px, calc(100dvh - 130px)); } .chat-fab { bottom: 16px; right: 16px; } }

/* ═══════════════════════════ AKTUELLES ═══════════════════════════ */
.akt { padding-top: clamp(40px,6vw,72px); }
.akt-featured { position: relative; border-radius: 16px; overflow: hidden; min-height: 360px; display: flex; align-items: flex-end; margin-bottom: 56px; border: 1px solid var(--line); }
.akt-featured img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.55); transition: transform 1.2s var(--ease); }
.akt-featured:hover img { transform: scale(1.04); }
.akt-featured::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(11,8,7,0.1) 0%, rgba(11,8,7,0.55) 55%, rgba(11,8,7,0.95) 100%); }
.akt-featured-inner { position: relative; z-index: 1; padding: clamp(28px,5vw,52px); max-width: 640px; }
.akt-badge svg { display: none; }
.akt-badge { --chip: var(--gold-bright); display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 8px; background: rgba(245,235,216,0.05); border: 1px solid rgba(245,235,216,0.13); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font-family: var(--sans); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--chip); margin-bottom: 16px; }
.akt-badge::before { display: none; }
.akt-badge.saison { --chip: var(--gold-bright); }
.akt-badge.event { --chip: #e09a74; }
.akt-badge.news { --chip: var(--cream-soft); }
.akt-featured h2 { font-family: var(--serif); font-size: clamp(28px,4.5vw,48px); font-weight: 700; line-height: 1.05; margin-bottom: 14px; }
.akt-featured h2 em { font-style: normal; color: var(--gold-bright); }
.akt-featured p { font-size: 16px; color: var(--cream-soft); line-height: 1.6; margin-bottom: 22px; max-width: 52ch; }
.akt-grid { display: grid; gap: 24px; grid-template-columns: 1fr; margin-bottom: 56px; }
@media (min-width: 680px) { .akt-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .akt-grid { grid-template-columns: repeat(3,1fr); } }
.akt-card { display: flex; flex-direction: column; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: transform .4s var(--ease), border-color .4s var(--ease); }
.akt-card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: var(--shadow-lg); }
.akt-card-img { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.akt-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); filter: brightness(0.9); }
.akt-card:hover .akt-card-img img { transform: scale(1.06); }
.akt-card-date { position: absolute; top: 12px; left: 12px; z-index: 2; display: flex; flex-direction: column; align-items: center; background: rgba(11,8,7,0.82); backdrop-filter: blur(8px); border: 1px solid var(--line); border-radius: 10px; padding: 8px 12px; min-width: 54px; }
.akt-card-date .d { font-family: var(--serif); font-size: 22px; font-weight: 700; color: var(--gold-bright); line-height: 1; }
.akt-card-date .m { font-family: var(--sans); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream-dim); margin-top: 2px; }
.akt-card-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.akt-card-body h3 { font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1.2; margin: 6px 0 10px; }
.akt-card-body p { font-size: 14px; color: var(--cream-dim); line-height: 1.6; flex: 1; }
.akt-card-meta { display: flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 12px; color: var(--gold); letter-spacing: 0.08em; }
.akt-card-meta svg { width: 14px; height: 14px; stroke: var(--gold); fill: none; stroke-width: 1.8; }
@media (min-width: 760px) {  }
.legal { padding: calc(var(--nav-h) + 60px) 0 var(--section-y); }
.legal-content { max-width: 800px; margin: 0 auto; }
.legal-content h1 { font-family: var(--serif); font-size: clamp(34px,6vw,56px); font-weight: 300; letter-spacing: -0.02em; margin-bottom: 12px; }
.legal-content h1 em { font-style: normal; color: var(--gold); }
.legal-content .updated { font-size: 13px; color: var(--cream-dim); margin-bottom: 48px; font-family: var(--mono); }
.legal-content h2 { font-family: var(--serif); font-size: clamp(22px,3vw,30px); font-weight: 400; color: var(--gold-bright); margin: 40px 0 16px; }
.legal-content h3 { font-size: 16px; font-weight: 600; color: var(--cream); margin: 24px 0 10px; letter-spacing: 0.01em; }
.legal-content p { font-size: 15px; line-height: 1.75; color: var(--cream-soft); margin-bottom: 16px; }
.legal-content ul { margin: 0 0 16px 20px; }
.legal-content li { font-size: 15px; line-height: 1.7; color: var(--cream-soft); margin-bottom: 6px; }
.legal-content a { color: var(--gold); border-bottom: 1px solid var(--line); }
.legal-content a:hover { color: var(--gold-bright); }
.legal-content strong { color: var(--cream); }
.legal-note { padding: 18px 22px; background: rgba(212,168,98,0.06); border-left: 3px solid var(--gold); border-radius: 4px; margin: 24px 0; font-size: 14px; color: var(--cream-dim); font-style: italic; }
.legal-content .placeholder { background: rgba(196,104,68,0.15); color: var(--ember); padding: 1px 6px; border-radius: 4px; font-family: var(--mono); font-size: 13px; font-style: normal; }


/* ═══ Regionale News (Aktuelles) — rechtssicher verlinkt ═══ */
.region-news { margin-top: 56px; }
.region-news-grid { display: grid; gap: 16px; grid-template-columns: 1fr; margin-top: 28px; }
@media (min-width: 760px) { .region-news-grid { grid-template-columns: 1fr 1fr; } }
.region-news-card { display: flex; gap: 16px; align-items: flex-start; padding: 20px 22px; background: rgba(245,235,216,0.04); border: 1px solid var(--line-soft); border-radius: 12px; transition: all .3s var(--ease); }
.region-news-card:hover { border-color: var(--gold); background: rgba(212,168,98,0.08); transform: translateY(-2px); }
.region-news-ico { width: 40px; height: 40px; flex-shrink: 0; display: grid; place-items: center; background: rgba(212,168,98,0.14); border-radius: 50%; }
.region-news-ico svg { width: 19px; height: 19px; stroke: var(--gold); fill: none; stroke-width: 1.8; }
.region-news-card strong { display: flex; align-items: center; gap: 7px; font-family: var(--serif); font-size: 17px; font-weight: 500; color: var(--cream); margin-bottom: 4px; }
.region-news-card strong svg { width: 13px; height: 13px; stroke: var(--gold); opacity: .85; }
.region-news-card span { display: block; font-size: 13.5px; line-height: 1.55; color: var(--cream-soft); }
.region-news-note { margin-top: 18px; font-size: 12px; line-height: 1.6; color: var(--cream-dim); }


/* ═══ FEIERN & ANLÄSSE ═══ */
.feiern { background: linear-gradient(180deg, transparent, rgba(212,168,98,0.04) 30%, transparent); }
.feiern-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .feiern-grid { grid-template-columns: repeat(3, 1fr); } }
.feiern-tile { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--line-soft); aspect-ratio: 4/3; box-shadow: var(--shadow); }
.feiern-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.feiern-tile:hover img { transform: scale(1.05); }
.feiern-tile::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(11,8,7,0.72) 100%); pointer-events:none; }
.feiern-tile .atmos-label { position: absolute; left: 14px; bottom: 12px; z-index: 2; }
.feiern-facts { display: grid; gap: 14px; grid-template-columns: 1fr; margin-top: 28px; }
@media (min-width: 760px) { .feiern-facts { grid-template-columns: 1fr 1fr 1fr; } }
.feiern-fact { display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; background: rgba(245,235,216,0.04); border: 1px solid var(--line-soft); border-radius: 12px; }
.feiern-fact svg { width: 22px; height: 22px; flex-shrink: 0; stroke: var(--gold); fill: none; stroke-width: 1.8; stroke-linecap: round; margin-top: 2px; }
.feiern-fact strong { display: block; font-family: var(--serif); font-size: 15.5px; font-weight: 600; color: var(--cream); margin-bottom: 3px; letter-spacing: -0.01em; }
.feiern-fact span { display: block; font-size: 13px; line-height: 1.55; color: var(--cream-soft); }


/* ═══ Animierte Kennzahlen ═══ */
.stat-num { font-variant-numeric: tabular-nums; }
.stat-num.counting { text-shadow: 0 0 24px rgba(212,168,98,0.35); }
[data-counter] { display: inline-block; min-width: 1ch; }


/* ═══ HERO-STATUS · Live-Uhr (modern, im Content-Fluss) ═══ */
.hero-status { align-self: flex-start; display: inline-flex; align-items: center; gap: 12px; padding: 10px 16px 10px 13px; margin-bottom: 22px; background: rgba(11,8,7,0.55); border: 1px solid rgba(245,235,216,0.16); border-radius: 13px; backdrop-filter: blur(14px) saturate(130%); -webkit-backdrop-filter: blur(14px) saturate(130%); box-shadow: 0 8px 28px -12px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.06); opacity: 0; animation: fadeUp 1s var(--ease) .35s forwards; }
.hero-status .hs-dot { width: 9px; height: 9px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 0 rgba(74,222,128,0.5); animation: hsPing 2.2s cubic-bezier(0,0,0.2,1) infinite; flex-shrink: 0; }
.hero-status .hs-dot.closed { background: #f87171; animation-name: hsPingRed; }
@keyframes hsPing { 0%{box-shadow:0 0 0 0 rgba(74,222,128,0.45)} 70%{box-shadow:0 0 0 9px rgba(74,222,128,0)} 100%{box-shadow:0 0 0 0 rgba(74,222,128,0)} }
@keyframes hsPingRed { 0%{box-shadow:0 0 0 0 rgba(248,113,113,0.45)} 70%{box-shadow:0 0 0 9px rgba(248,113,113,0)} 100%{box-shadow:0 0 0 0 rgba(248,113,113,0)} }
.hero-status .hs-clock { font-family: var(--mono); font-size: 13.5px; font-weight: 500; letter-spacing: 0.06em; color: var(--gold-bright); font-variant-numeric: tabular-nums; min-width: 8ch; }
.hero-status .hs-sep { width: 1px; height: 16px; background: rgba(245,235,216,0.2); flex-shrink: 0; }
.hero-status .hs-text { font-family: var(--sans); font-size: 13px; font-weight: 500; color: var(--cream); letter-spacing: 0.01em; white-space: nowrap; }
@media (max-width: 460px) { .hero-status { gap: 9px; padding: 9px 13px 9px 11px; } .hero-status .hs-text { white-space: normal; line-height: 1.3; font-size: 12px; } }

/* ═══ GUTSCHEIN ═══ */
.gutschein { padding-top: 0; }
.voucher { position: relative; border-radius: 20px; overflow: hidden; background: linear-gradient(135deg, var(--bg-2) 0%, #2a2017 55%, var(--bg-2) 100%); border: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.voucher::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse 60% 90% at 85% 50%, rgba(212,168,98,0.14) 0%, transparent 60%); pointer-events:none; }
.voucher-inner { position: relative; display: grid; gap: 36px; padding: clamp(28px,5vw,56px); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .voucher-inner { grid-template-columns: 1.25fr 1fr; gap: 48px; } }
.voucher-card { display: grid; place-items: center; }
.voucher-ticket { position: relative; width: min(320px, 100%); padding: 30px 26px; text-align: center; background: linear-gradient(160deg, #f7f0e1, #e9dcc0); border-radius: 16px; box-shadow: 0 24px 50px -18px rgba(0,0,0,0.65), inset 0 1px 0 rgba(255,255,255,0.7); transform: rotate(2.5deg); transition: transform .5s var(--ease); }
.voucher:hover .voucher-ticket { transform: rotate(0deg) translateY(-4px); }
.voucher-ticket::before, .voucher-ticket::after { content:''; position:absolute; top:50%; width:26px; height:26px; border-radius:50%; background: var(--bg-2); transform: translateY(-50%); }
.voucher-ticket::before { left: -13px; } .voucher-ticket::after { right: -13px; }
.voucher-ticket img { width: 86px; height: 86px; margin: 0 auto 10px; }
.voucher-ticket .vt-title { font-family: var(--black); font-size: 34px; color: #3a2a16; line-height: 1; }
.voucher-ticket .vt-sub { font-family: var(--sans); font-size: 10.5px; letter-spacing: 0.28em; text-transform: uppercase; color: #8a6f49; margin-top: 6px; font-weight: 600; }
.voucher-ticket .vt-line { margin: 16px auto 12px; width: 70%; border-top: 2px dashed rgba(58,42,22,0.3); }
.voucher-ticket .vt-value { font-family: var(--serif); font-size: 15px; font-weight: 600; color: #5b4528; }

/* ═══ LIGHTBOX ═══ */
html.lb-lock { overflow: hidden; }
.lb { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s var(--ease); }
.lb.open { opacity: 1; visibility: visible; }
.lb-backdrop { position: absolute; inset: 0; background: rgba(5,4,3,0.88); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.lb-stage { position: relative; z-index: 2; max-width: min(1100px, 92vw); margin: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; pointer-events: none; }
.lb-img { max-width: 92vw; max-height: 80vh; border-radius: 14px; box-shadow: 0 40px 90px -20px rgba(0,0,0,0.9); opacity: 0; transform: scale(0.965); transition: opacity .35s var(--ease), transform .45s var(--ease); }
.lb-img.in { opacity: 1; transform: scale(1); }
.lb-cap { font-family: var(--sans); font-size: 13.5px; color: var(--cream-soft); text-align: center; max-width: 70ch; }
.lb-btn { position: absolute; z-index: 3; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: var(--cream); background: rgba(245,235,216,0.08); border: 1px solid rgba(245,235,216,0.18); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: all .25s var(--ease); }
.lb-btn:hover { background: var(--gold); color: var(--bg); border-color: var(--gold); }
.lb-btn svg { width: 20px; height: 20px; }
.lb-close { top: 18px; right: 18px; }
.lb-prev { left: 14px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 14px; top: 50%; transform: translateY(-50%); }
.lb-count { position: absolute; z-index: 3; bottom: 18px; left: 50%; transform: translateX(-50%); font-family: var(--mono); font-size: 12px; color: var(--cream-soft); letter-spacing: 0.1em; }
@media (max-width: 640px) { .lb-prev { left: 8px; } .lb-next { right: 8px; } .lb-btn { width: 42px; height: 42px; } .lb-img { max-height: 72vh; } }

/* ═══ MAKER-BAND · nahtlose Logo-Integration ═══ */
.maker-band { background: radial-gradient(ellipse 120% 160% at 50% 120%, #101a09 0%, #0a0f08 45%, var(--bg-1) 100%); }
.maker-inner { flex-direction: column; }
@media (min-width: 860px) { .maker-inner { flex-direction: row; text-align: left; justify-content: center; gap: 44px; } .maker-text { max-width: 430px; } }
.maker-badge { width: clamp(190px, 24vw, 250px); }
.maker-badge img { animation: none; filter: none; }
.maker-badge::after { content:''; position:absolute; inset:-18%; background: radial-gradient(circle, rgba(190,235,100,0.10) 0%, transparent 62%); pointer-events:none; animation: dhsBreath 5s ease-in-out infinite; }
@keyframes dhsBreath { 0%,100%{opacity:.7} 50%{opacity:1} }

/* ═══ PAGE-TRANSITIONS ═══ */
html.pt-ready body { animation: ptIn .45s var(--ease) both; }
@keyframes ptIn { from { opacity: 0; } to { opacity: 1; } }
html.pt-out body { opacity: 0; transition: opacity .22s ease; }

/* ═══ Mobile-Härtung: kein Verziehen, kein Überscrollen, ruhige Taps ═══ */
html { overflow-x: clip; }
/* clip statt hidden: schneidet seitlichen Überstand ab, OHNE den body zum Scroll-Container
   zu machen — genau das (hidden + overscroll-behavior) hatte das Mausrad in Edge lahmgelegt */
body { overflow-x: clip; }
@supports not (overflow: clip) { body { overflow-x: hidden; } }
html { overscroll-behavior-y: none; }
body { width: 100%; max-width: 100vw; }
a, button, .btn, .menu-tab, .chat-chip { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
img, picture { -webkit-user-drag: none; user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; }
.hero-bg { will-change: transform; }


/* ═══ DREI VERSPRECHEN — prominent & animiert ═══ */
.promise-grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 820px) { .promise-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
.promise-card { position: relative; overflow: hidden; padding: 40px 30px 34px; background: linear-gradient(165deg, rgba(245,235,216,0.05), rgba(245,235,216,0.015)); border: 1px solid var(--line-soft); border-radius: 18px; transition: transform .45s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease); }
.promise-card::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity:.65; }
.promise-card:hover { transform: translateY(-6px); border-color: var(--line); box-shadow: 0 24px 50px -22px rgba(0,0,0,0.7), 0 0 0 1px rgba(212,168,98,0.12), 0 0 50px -18px rgba(212,168,98,0.3); }
.promise-num { position: absolute; top: 14px; right: 20px; font-family: var(--serif); font-weight: 700; font-size: 64px; line-height: 1; color: rgba(212,168,98,0.10); letter-spacing: -0.04em; transition: color .45s var(--ease), transform .45s var(--ease); }
.promise-card:hover .promise-num { color: rgba(212,168,98,0.22); transform: translateY(-3px); }
.promise-icon { position: relative; width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 22px; color: var(--gold-bright); }
.promise-icon svg { width: 32px; height: 32px; position: relative; z-index: 2; }
.promise-ring { position: absolute; inset: 0; border-radius: 50%; border: 1.5px dashed rgba(212,168,98,0.45); animation: promSpin 22s linear infinite; }
.promise-ring::after { content:''; position:absolute; inset:7px; border-radius:50%; background: radial-gradient(circle, rgba(212,168,98,0.16), rgba(212,168,98,0.05) 70%); }
@keyframes promSpin { to { transform: rotate(360deg); } }
.promise-card:hover .promise-icon { animation: promPop .5s var(--ease-bounce); }
@keyframes promPop { 50% { transform: scale(1.12); } }
.pi-draw { stroke-dasharray: 70; stroke-dashoffset: 70; }
.pi-2 { stroke-dasharray: 30; stroke-dashoffset: 30; }
[data-reveal].in .pi-draw { animation: piDraw 1.1s var(--ease) .25s forwards; }
[data-reveal].in .pi-2 { animation: piDraw .7s var(--ease) .9s forwards; }
@keyframes piDraw { to { stroke-dashoffset: 0; } }
.promise-card h3 { font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: -0.01em; color: var(--cream); margin-bottom: 10px; }
.promise-card h3 em { font-style: normal; color: var(--gold); }
.promise-card p { font-size: 15px; line-height: 1.65; color: var(--cream-soft); }

/* ═══ REGION-AUSFLÜGE — illustrierte Karten ═══ */
.region-tips { margin: 8px 0 48px; }
.rt-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .rt-grid { grid-template-columns: 1fr 1fr; gap: 22px; } }
.rt-card { display: flex; flex-direction: column; border-radius: 16px; overflow: hidden; border: 1px solid var(--line-soft); background: linear-gradient(170deg, rgba(245,235,216,0.04), rgba(245,235,216,0.01)); transition: transform .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease); }
.rt-card:hover { transform: translateY(-5px); border-color: var(--line); box-shadow: 0 22px 44px -20px rgba(0,0,0,0.7), 0 0 44px -20px rgba(212,168,98,0.3); }
.rt-art { position: relative; padding: 20px 24px 12px; color: var(--gold); background: radial-gradient(ellipse 90% 120% at 50% -30%, rgba(212,168,98,0.13), transparent 65%); }
.rt-art svg { width: 100%; height: auto; max-height: 92px; display: block; opacity: .9; transition: transform .5s var(--ease), opacity .4s var(--ease); }
.rt-card:hover .rt-art svg { transform: translateY(-3px) scale(1.02); opacity: 1; }
.rt-body { padding: 4px 26px 24px; }
.rt-body strong { display: block; font-family: var(--serif); font-size: 19px; font-weight: 600; color: var(--cream); margin-bottom: 6px; letter-spacing: -0.01em; }
.rt-body span { display: block; font-size: 14px; line-height: 1.6; color: var(--cream-soft); margin-bottom: 12px; }
.rt-body em { font-style: normal; font-size: 12.5px; font-weight: 600; letter-spacing: 0.04em; color: var(--gold-bright); }

/* ═══ Galerie-Labels ═══ */
.gallery-item .atmos-label { position: absolute; left: 12px; bottom: 10px; z-index: 2; }
.gallery-item::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 60%,rgba(11,8,7,0.65) 100%); pointer-events:none; }

/* ═══ Fränkisch-Hinweis (humorvolle Sprechblase) ═══ */
.frk-hint { position: fixed; z-index: 180; top: calc(var(--nav-h) + 10px); right: 16px; left: auto; width: max-content; max-width: min(250px, calc(100vw - 24px)); padding: 14px 16px; background: linear-gradient(170deg, #2e2316, #221a11); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 44px -14px rgba(0,0,0,0.75), 0 0 0 1px rgba(212,168,98,0.08); opacity: 0; transform: translateY(-8px) scale(.96); transform-origin: top right; transition: opacity .45s var(--ease-bounce), transform .45s var(--ease-bounce); pointer-events: none; }
.frk-hint.show { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.frk-hint::before { content:''; position:absolute; top:-7px; right: var(--arrow-r, 22px); left:auto; width:12px; height:12px; background:#2e2316; border-left:1px solid var(--line); border-top:1px solid var(--line); transform:rotate(45deg); }
.frk-hint p { font-family: var(--sans); font-size: 13px; line-height: 1.5; color: var(--cream); margin: 0; }
.frk-hint p b { font-family: var(--black); font-weight: 400; font-size: 15px; color: var(--gold-bright); letter-spacing: 0.02em; }
.frk-hint .frk-hint-x { position: absolute; top: 6px; right: 8px; width: 22px; height: 22px; display: grid; place-items: center; color: var(--cream-dim); border-radius: 50%; }
.frk-hint .frk-hint-x:hover { color: var(--gold-bright); background: rgba(245,235,216,0.06); }
.frk-hint svg.pretzel { width: 18px; height: 18px; color: var(--gold-bright); vertical-align: -4px; margin-right: 4px; }
@media (max-width: 979px) { .frk-hint { right: 12px; } }


/* ═══ DHS-SIGNATURE — rotierender Lime-Ring + dezenter Pointer-Tilt ═══ */
.dhs-scene { perspective: 700px; }
.dhs-tilt { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; transition: transform .35s var(--ease); will-change: transform; display: grid; place-items: center; }
.dhs-tilt img { position: relative; z-index: 2; grid-area: 1 / 1; }
/* Der lime Ring des Logos dreht sich — heller Lichtbogen läuft endlos um */
.dhs-spin { grid-area: 1 / 1; position: relative; z-index: 1; width: 86%; aspect-ratio: 1; border-radius: 50%; pointer-events: none;
  background: conic-gradient(from 0deg,
    rgba(201,242,77,0) 0deg,
    rgba(201,242,77,0.15) 90deg,
    rgba(201,242,77,0.6) 200deg,
    rgba(224,255,120,1) 320deg,
    rgba(255,255,255,0.95) 350deg,
    rgba(201,242,77,0) 360deg);
  -webkit-mask: radial-gradient(closest-side, transparent calc(100% - 5px), #000 calc(100% - 4.5px));
  mask: radial-gradient(closest-side, transparent calc(100% - 5px), #000 calc(100% - 4.5px));
  filter: drop-shadow(0 0 12px rgba(201,242,77,0.75));
  animation: dhsRingSpin 4.5s linear infinite; }
@keyframes dhsRingSpin { to { transform: rotate(360deg); } }
.dhs-scene:hover .dhs-spin { animation-duration: 2.2s; }
@media (prefers-reduced-motion: reduce) {
  .dhs-spin { animation: none; opacity: .8; }
}


/* Aktiver Tab: Gradient + Unterstreich-Glow */
.menu-tab { position: relative; transition: all .25s var(--ease); }
.menu-tab.active { transform: translateY(-1px); }
.menu-tab.active::after { content:''; position:absolute; left:18%; right:18%; bottom:-15px; height:2px; border-radius:2px; background: linear-gradient(90deg, transparent, var(--gold-bright), transparent); }


/* Abhol-Karte hervorheben */
.pickup-card { background: linear-gradient(165deg, rgba(212,168,98,0.1), rgba(212,168,98,0.03)); border: 1px solid rgba(212,168,98,0.3); border-radius: 14px; padding: 16px 18px; }
.pickup-card .reserv-info-icon { background: linear-gradient(180deg, var(--gold-bright), var(--gold)); }
.pickup-card .reserv-info-icon svg { stroke: var(--bg); }
.pickup-card .reserv-info-text a { color: var(--gold-bright); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ═══ Kontaktformular (Design der Website) ═══ */
.contact-form-wrap { max-width: 720px; margin: 0 auto; background: linear-gradient(180deg, var(--bg-1), var(--bg-2)); border: 1px solid var(--line); border-radius: 18px; padding: clamp(26px,4vw,44px); box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.contact-form-wrap::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.contact-form .checkbox-row { display: flex; gap: 12px; align-items: flex-start; margin: 6px 0 4px; font-size: 13.5px; line-height: 1.5; color: var(--cream-soft); }
.contact-form .checkbox-row .req { color: var(--ember); }
.contact-form-actions { margin-top: 22px; display: flex; }
.contact-form-actions .step-next { flex: 1; }
.contact-form-error { margin-top: 16px; padding: 12px 16px; border-radius: 8px; background: rgba(196,104,68,0.12); border: 1px solid rgba(196,104,68,0.4); color: #e9b8a4; font-size: 13.5px; }
.contact-success { max-width: 720px; margin: 0 auto; text-align: center; background: linear-gradient(180deg, var(--bg-1), var(--bg-2)); border: 1px solid var(--line); border-radius: 18px; padding: clamp(36px,5vw,56px); box-shadow: var(--shadow-lg); animation: fadeUp .6s var(--ease) both; }
.contact-success-icon { width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 50%; display: grid; place-items: center; color: var(--gold-bright); background: radial-gradient(circle, rgba(212,168,98,0.22), transparent 70%); border: 1px solid rgba(212,168,98,0.4); }
.contact-success-icon svg { width: 30px; height: 30px; }
.contact-success h3 { font-family: var(--serif); font-size: clamp(24px,3.5vw,32px); font-weight: 600; color: var(--cream); margin-bottom: 12px; }
.contact-success p { color: var(--cream-soft); font-size: 16px; line-height: 1.6; max-width: 460px; margin: 0 auto; }

/* ═══ Live-Musik & Veranstaltungen (Aktuelles) ═══ */
.live-section { margin: clamp(40px,7vw,80px) 0; }
.live-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.live-clip { margin: 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: #0c0907; box-shadow: var(--shadow-md); position: relative; }
.live-clip video { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: #0c0907; cursor: pointer; }
.live-note { text-align: center; max-width: 640px; margin: 26px auto 0; color: var(--cream-soft); font-size: 15px; line-height: 1.6; }
.live-note a { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 900px) { .live-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
@media (max-width: 460px) { .live-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

/* ═══ Nächste Live-Termine (Gig-Karten) ═══ */
.gig-list { display: grid; grid-template-columns: 1fr; gap: 18px; max-width: 900px; margin: 0 auto 18px; }
@media (min-width: 720px) { .gig-list { grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; } }
.gig-card { display: flex; flex-direction: column; border-radius: 16px; overflow: hidden; border: 1px solid var(--line-soft); background: linear-gradient(170deg, rgba(245,235,216,0.045), rgba(245,235,216,0.012)); transition: transform .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease); }
.gig-card:hover { transform: translateY(-4px); border-color: var(--line); box-shadow: 0 22px 44px -20px rgba(0,0,0,0.7), 0 0 40px -22px rgba(212,168,98,0.3); }
.gig-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #15100b; }
.gig-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.gig-media.gig-media-2 { aspect-ratio: 4 / 3; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.gig-media-2 picture { display: block; width: 100%; height: 100%; overflow: hidden; }
.gig-media-2 img { object-position: center 22%; }
.gig-info { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.gig-date { align-self: flex-start; display: inline-flex; align-items: baseline; gap: 7px; padding: 4px 11px 4px 9px; border-radius: 9px; background: rgba(212,168,98,0.12); border: 1px solid rgba(212,168,98,0.22); margin-bottom: 2px; }
.gig-date .gd-day { font-family: var(--mono); font-size: 19px; font-weight: 700; color: var(--gold-bright); line-height: 1; }
.gig-date .gd-mon { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }
.gig-band { font-family: var(--serif); font-size: 20px; font-weight: 600; color: var(--cream); margin: 0; letter-spacing: -0.01em; }
.gig-meta { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--cream-soft); line-height: 1.4; }
.gig-meta svg { width: 15px; height: 15px; color: var(--gold); flex-shrink: 0; }
.gig-link { margin-top: 6px; align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--gold-bright); text-decoration: none; }
.gig-link svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.gig-link:hover svg { transform: translateX(3px); }
.gig-extra { text-align: center; max-width: 660px; margin: 4px auto 0; color: var(--cream-dim); font-size: 14px; line-height: 1.65; }
.gig-extra a { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 2px; }
.live-section .live-grid { margin-top: 30px; }

/* ═══ Stammtisch ═══ */
.stammtisch { margin: clamp(40px,7vw,80px) 0; }
.stammtisch-inner { display: grid; grid-template-columns: auto 1fr; gap: clamp(20px,4vw,40px); align-items: center; max-width: 920px; margin: 0 auto; background: linear-gradient(135deg, var(--bg-1), var(--bg-2)); border: 1px solid var(--line); border-radius: 20px; padding: clamp(28px,4vw,48px); box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.stammtisch-inner::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.stammtisch-art { width: clamp(72px,12vw,104px); height: clamp(72px,12vw,104px); flex-shrink: 0; display: grid; place-items: center; color: var(--gold-bright); background: radial-gradient(circle, rgba(212,168,98,0.16), transparent 70%); border: 1px solid rgba(212,168,98,0.32); border-radius: 50%; }
.stammtisch-art svg { width: 52%; height: 52%; }
.stammtisch-body h2 { font-family: var(--serif); font-size: clamp(26px,3.5vw,38px); font-weight: 600; color: var(--cream); margin: 0 0 12px; }
.stammtisch-body h2 em { color: var(--gold-bright); font-style: italic; }
.stammtisch-body p { color: var(--cream-soft); font-size: 16px; line-height: 1.7; margin: 0 0 16px; }
.stammtisch-meta { display: inline-flex; align-items: center; gap: 9px; font-family: var(--sans); font-size: 13px; letter-spacing: 0.04em; color: var(--gold-bright); background: rgba(212,168,98,0.1); border: 1px solid rgba(212,168,98,0.28); padding: 8px 14px; border-radius: 999px; }
.stammtisch-meta svg { width: 16px; height: 16px; }
@media (max-width: 620px) { .stammtisch-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; } .stammtisch-meta { justify-content: center; } }
