/* ─── DESIGN TOKENS ─── */
:root {
  --bg: #fbf7f0;
  --bg-warm: #f4ede1;
  --surface: #ffffff;
  --ink: #2b2420;
  --ink-soft: #6b5f54;
  --line: #e7ddcf;
  --accent: #a4612f;        /* warmes Karamell/Kupfer */
  --accent-dark: #80471f;
  --green: #6c7a4a;
  --shadow: 0 14px 40px rgba(60, 40, 20, 0.10);
  --radius: 16px;
  --maxw: 1140px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.12; letter-spacing: -0.01em; }

.eyebrow {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--accent); font-weight: 600; margin-bottom: 14px;
}

.section { padding: 96px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3rem); }
.section-lead { color: var(--ink-soft); margin-top: 14px; }

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 28px; border-radius: 100px; font-weight: 600; font-size: 0.95rem;
  text-decoration: none; cursor: pointer; border: 1.5px solid transparent;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-outline { border-color: currentColor; color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-block { width: 100%; }

/* ─── HEADER / NAV ─── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(251, 247, 240, 0.85); backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 4px 20px rgba(60,40,20,.06); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { text-decoration: none; display: flex; align-items: center; }
.logo-word { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: var(--ink); letter-spacing: .01em; }
.logo-accent { color: var(--accent); }
.logo-img { height: 42px; width: auto; display: block; filter: brightness(0); }
.footer-logo { height: 52px; width: auto; display: inline-block; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { text-decoration: none; color: var(--ink); font-size: 0.95rem; font-weight: 500; transition: color .15s; }
.main-nav a:hover { color: var(--accent); }
.nav-cta { background: var(--accent); color: #fff !important; padding: 9px 20px; border-radius: 100px; }
.nav-cta:hover { background: var(--accent-dark); }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.burger span { width: 24px; height: 2px; background: var(--ink); transition: .3s; }

/* ─── HERO ─── */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background: #2b2017 url("../images/eingang.jpg") center 42% / cover no-repeat;
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(26,18,10,.88) 0%, rgba(40,28,16,.66) 48%, rgba(26,18,10,.55) 100%);
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,14,8,.5), transparent 60%); }
.hero-content { position: relative; z-index: 2; color: #fff; padding-top: 72px; }
.hero-eyebrow { font-size: .82rem; text-transform: uppercase; letter-spacing: .22em; color: #e7c79b; font-weight: 600; margin-bottom: 18px; }
.hero-title { font-size: clamp(2.8rem, 7vw, 5.2rem); margin-bottom: 20px; }
.hero-sub { font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 560px; color: #f0e6d8; font-weight: 300; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero .btn-outline { color: #fff; }
.hero .btn-outline:hover { background: #fff; color: var(--ink); }
.hero-hours {
  position: absolute; bottom: 26px; right: 24px; z-index: 3;
  background: rgba(255,255,255,.12); backdrop-filter: blur(8px); color: #fff;
  border: 1px solid rgba(255,255,255,.2); border-radius: 100px;
  padding: 9px 18px; font-size: .85rem; font-weight: 500;
  display: flex; align-items: center; gap: 9px;
}
.hero-hours .dot { width: 8px; height: 8px; border-radius: 50%; background: #7fd18a; box-shadow: 0 0 0 3px rgba(127,209,138,.3); }

/* ─── ÜBER UNS / GESCHICHTE ─── */
.about { background: var(--bg); }
/* Höhere Spezifität als .section (auch im Mobile-Media-Query), damit der Abstand
   über der Speisekarte überall kleiner bleibt. */
.section.about { padding-bottom: 48px; }
.about-head { margin-bottom: 44px; }

/* Kennzahlen-Strip (animiert) */
.stats-strip {
  display: flex; justify-content: center; gap: 18px; flex-wrap: wrap;
  margin: 0 auto 60px; max-width: 880px;
}
.stat {
  flex: 1 1 200px; display: flex; flex-direction: column; align-items: center; text-align: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 20px; box-shadow: var(--shadow);
}
.stat-num { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 700; color: var(--accent); line-height: 1; }
.stat-label { font-size: .85rem; color: var(--ink-soft); margin-top: 8px; }

/* Interaktiver Zeitstrahl */
.timeline { margin: 0 auto 66px; max-width: 920px; }
.timeline-track { display: flex; position: relative; }
.timeline-track::before {
  content: ""; position: absolute; top: 8px; left: 12%; right: 12%;
  height: 2px; background: var(--line);
}
.tl-step {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: 9px;
  background: none; border: none; cursor: pointer; position: relative; padding: 0 6px;
  font-family: var(--sans);
}
.tl-dot {
  width: 18px; height: 18px; border-radius: 50%; background: var(--surface);
  border: 2px solid var(--line); transition: .2s; z-index: 1;
}
.tl-step:hover .tl-dot { border-color: var(--accent); transform: scale(1.1); }
.tl-step.active .tl-dot { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 0 6px rgba(164,97,47,.14); }
.tl-year { font-family: var(--serif); font-weight: 700; font-size: 1.2rem; color: var(--ink); transition: color .2s; }
.tl-step.active .tl-year { color: var(--accent); }
.tl-cap { font-size: .78rem; color: var(--ink-soft); line-height: 1.3; }
.timeline-panels { margin-top: 30px; }
.tl-panel {
  display: grid; grid-template-columns: 168px 1fr; gap: 32px; align-items: center;
  background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--accent);
  border-radius: var(--radius); padding: 26px 30px; box-shadow: var(--shadow);
  animation: tl-fade .45s ease;
}
.tl-panel[hidden] { display: none; }
.tl-figure {
  aspect-ratio: 1 / 1; border-radius: 14px; color: var(--accent);
  background: radial-gradient(circle at 50% 38%, #fbf3e6 0%, var(--bg-warm) 100%);
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
}
.tl-figure svg { width: 78%; height: 78%; display: block; }
.tl-badge {
  display: inline-block; font-family: var(--sans); font-size: .7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .12em; color: var(--accent);
  background: rgba(164, 97, 47, .10); padding: 5px 12px; border-radius: 100px; margin-bottom: 12px;
}
.tl-text h3 { font-size: 1.55rem; margin-bottom: 10px; }
.tl-text p { color: var(--ink-soft); font-size: 1.02rem; }
@keyframes tl-fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* Standort & Ausblick */
.location-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: stretch; }
.location-media { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); min-height: 360px; }
.location-media img { width: 100%; height: 100%; object-fit: cover; }
.location-media figcaption {
  position: absolute; left: 0; bottom: 0; right: 0; z-index: 2;
  padding: 22px 20px 16px; color: #fff; font-weight: 500; font-size: .92rem;
  background: linear-gradient(to top, rgba(0,0,0,.6), transparent);
}
.location-info {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 34px; box-shadow: var(--shadow);
}
.location-info h3 { font-size: 1.6rem; margin-bottom: 8px; }
.location-lead { color: var(--ink-soft); font-size: .95rem; margin-bottom: 18px; }
.view-list { list-style: none; margin-bottom: 26px; }
.view-list li { display: flex; align-items: flex-start; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.view-icon { color: var(--accent); font-size: .7rem; margin-top: 6px; }
.view-list strong { display: block; font-size: 1rem; }
.view-list span { font-size: .85rem; color: var(--ink-soft); }
.location-hours { margin-bottom: 24px; }
.location-hours h4 { font-family: var(--serif); font-size: 1.2rem; margin-bottom: 6px; }
.hours-list { list-style: none; }
.hours-list li { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.hours-list li span:first-child { color: var(--ink-soft); }
.hours-list li span:last-child { font-weight: 600; }

/* Scroll-Einblendungen (nur aktiv, wenn JS sie steuert) */
.has-reveal .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.has-reveal .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .has-reveal .reveal { opacity: 1; transform: none; transition: none; }
  .tl-panel { animation: none; }
}

/* ─── SPEISEKARTE ─── */
.menu { background: linear-gradient(180deg, var(--bg) 0%, #f3ebdd 100%); }
.section.menu { padding-top: 20px; }
.menu-updated { font-size: .85rem; color: var(--accent); font-weight: 500; }
.weekly {
  background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--accent);
  border-radius: var(--radius); padding: 30px 34px; margin-bottom: 50px; box-shadow: var(--shadow);
}
.weekly-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 6px; flex-wrap: wrap; }
.weekly-head h3 { font-size: 1.7rem; }
.weekly-head .badge { background: var(--accent); color: #fff; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; padding: 4px 11px; border-radius: 100px; font-family: var(--sans); font-weight: 600; }
.weekly-sub { color: var(--ink-soft); font-size: .92rem; margin-bottom: 18px; }
.menu-tabs { position: sticky; top: 71px; z-index: 20; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 14px 0; margin-bottom: 34px; background: rgba(247, 240, 228, 0.94); backdrop-filter: blur(8px); }
.menu-tab { font-family: var(--sans); font-size: .95rem; font-weight: 600; padding: 9px 22px; border-radius: 100px; border: 1.5px solid var(--line); background: var(--surface); color: var(--ink-soft); cursor: pointer; transition: transform .15s, background .15s, color .15s, border-color .15s; }
.menu-tab:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-1px); }
.menu-tab.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.menu-cats { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 56px; }
.menu-cat-title { font-size: 1.6rem; padding-bottom: 8px; border-bottom: 2px solid var(--line); margin-bottom: 4px; }
.menu-cat-sub { font-size: .85rem; color: var(--accent); margin-bottom: 16px; }
.dish { display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px dashed var(--line); }
.dish:last-child { border-bottom: none; }
.dish-main { flex: 1; }
.dish-name { font-weight: 600; font-size: 1.02rem; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.dish-desc { font-size: .88rem; color: var(--ink-soft); margin-top: 2px; }
.dish-price { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; color: var(--accent); white-space: nowrap; }
.tag { font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; padding: 2px 7px; border-radius: 100px; }
.tag-vegetarisch { background: #eef2e0; color: var(--green); }
.tag-vegan { background: #e2f0e4; color: #3f7a4a; }
.menu-legend { text-align: center; margin-top: 46px; font-size: .85rem; color: var(--ink-soft); display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.menu-loading { text-align: center; color: var(--ink-soft); grid-column: 1 / -1; }

/* ─── GALERIE ─── */
.gallery { background: var(--bg); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-item {
  position: relative; overflow: hidden; border-radius: var(--radius);
  aspect-ratio: 4 / 3; margin: 0; box-shadow: var(--shadow);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(0,0,0,.55), transparent 55%); }
.gallery-item figcaption { position: absolute; left: 0; bottom: 0; z-index: 2; padding: 16px 18px; color: #fff; font-weight: 500; font-size: .92rem; text-shadow: 0 1px 6px rgba(0,0,0,.5); }
.gallery-note { text-align: center; font-size: .82rem; color: var(--ink-soft); margin-top: 18px; }

/* ─── KONTAKT ─── */
.contact { background: linear-gradient(180deg, #f3ebdd 0%, var(--bg) 100%); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact-info h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 24px; }
.contact-list { list-style: none; margin-bottom: 14px; }
.contact-list li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.contact-list strong { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--accent); margin-bottom: 3px; }
.contact-list a { color: var(--ink); text-decoration: none; }
.contact-note { font-size: .85rem; color: var(--ink-soft); margin-bottom: 22px; }
.map-embed { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); height: 220px; }
.map-embed iframe { width: 100%; height: 100%; border: 0; }
.map-link {
  position: absolute; right: 10px; bottom: 10px; z-index: 2;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 11px; border-radius: 100px;
  background: rgba(255, 255, 255, .9); backdrop-filter: blur(4px);
  color: var(--accent); font-weight: 600; font-size: .78rem; text-decoration: none;
  border: 1px solid var(--line); box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  transition: background .15s, transform .15s, color .15s;
}
.map-link:hover { background: #fff; color: var(--accent-dark); transform: translateY(-1px); }
.map-link svg { width: 14px; height: 14px; }
.map-placeholder { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #4a3422, #80471f); color: #f0e6d8; font-size: .9rem; font-weight: 500; }
.contact-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.contact-form h3 { font-size: 1.5rem; margin-bottom: 22px; }
.contact-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.form-tabs { display: flex; gap: 6px; background: var(--bg); padding: 5px; border-radius: 100px; margin-bottom: 26px; }
.form-tab { flex: 1; padding: 11px 14px; border: none; border-radius: 100px; background: transparent; font-family: var(--sans); font-size: .92rem; font-weight: 600; color: var(--ink-soft); cursor: pointer; transition: background .15s, color .15s; }
.form-tab.active { background: var(--accent); color: #fff; }
.form-panel[hidden] { display: none; }
.form-hint { font-size: .82rem; color: var(--ink-soft); text-align: center; margin-top: 12px; }
.form-consent { font-size: .78rem; color: var(--ink-soft); text-align: center; margin-top: 10px; line-height: 1.5; }
.form-consent a { color: var(--accent); }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-size: .82rem; font-weight: 600; color: var(--ink-soft); }
.form-row input, .form-row textarea {
  width: 100%; margin-top: 6px; padding: 12px 14px; border: 1px solid var(--line);
  border-radius: 10px; font-family: var(--sans); font-size: .95rem; background: var(--bg); color: var(--ink);
}
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: var(--accent); }
.form-status { font-size: .88rem; margin-top: 12px; text-align: center; }
.form-status.ok { color: var(--green); }
.form-status.err { color: #c0492f; }

/* ─── GUTSCHEINE ─── */
.gutscheine { background: linear-gradient(135deg, #2b2017 0%, #4a3422 60%, #6b4a2c 100%); color: #f0e6d8; text-align: center; }
.gutschein-inner { max-width: 680px; margin: 0 auto; }
.gutscheine h2 { color: #fff; font-size: clamp(1.9rem, 3.5vw, 2.7rem); margin-bottom: 18px; }
.gutscheine p { color: #e7d8c4; font-size: 1.05rem; }
.eyebrow-light { color: #e7c79b; }
.gutschein-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin: 30px 0 16px; }
.btn-light-outline { border: 1.5px solid rgba(255,255,255,.55); color: #fff; }
.btn-light-outline:hover { background: #fff; color: var(--ink); }
.gutschein-note { font-size: .85rem; color: #c4b29c !important; }

/* ─── RESERVIERUNG ─── */
.reservation { background: var(--bg-warm); }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* ─── FOOTER ─── */
.site-footer { background: #2b2017; color: #e7d8c4; padding: 50px 0 30px; text-align: center; }
.site-footer .logo-word { color: #fff; }
.footer-inner p { font-size: .9rem; margin: 12px 0; color: #c4b29c; }
.footer-nav { display: flex; gap: 22px; justify-content: center; margin: 16px 0; }
.footer-nav a { color: #e7d8c4; text-decoration: none; font-size: .88rem; }
.footer-nav a:hover { color: var(--accent); }
.footer-copy { font-size: .8rem; color: #94806c !important; }

/* ─── BLOG / NEUIGKEITEN ─── */
.blog-teaser-sec { background: var(--bg); }
.blog-page { background: var(--bg); }
.page-top { padding-top: 128px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.blog-card {
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(60,40,20,.16); }
.blog-card-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--bg-warm); }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.blog-card:hover .blog-card-media img { transform: scale(1.06); }
.blog-cat {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: var(--accent); color: #fff; font-size: .68rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .1em; padding: 5px 12px; border-radius: 100px;
}
.blog-card-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.blog-date { font-size: .8rem; color: var(--ink-soft); letter-spacing: .02em; }
.blog-card-title { font-size: 1.45rem; margin: 8px 0 10px; line-height: 1.2; }
.blog-card-excerpt { color: var(--ink-soft); font-size: .95rem; margin-bottom: 18px; flex: 1; }
.blog-more { color: var(--accent); font-weight: 600; font-size: .92rem; margin-top: auto; }
.blog-teaser-more { text-align: center; margin-top: 46px; }
.blog-empty { grid-column: 1 / -1; text-align: center; color: var(--ink-soft); }
.blog-empty a { color: var(--accent); }

/* ─── EINZELNER BEITRAG ─── */
.article-page { padding-bottom: 90px; }
.article-narrow { max-width: 760px; }
.article-hero { padding-top: 72px; }
.article-hero-img {
  width: 100%; height: clamp(280px, 42vw, 460px); object-fit: cover;
  margin-bottom: 30px;
}
.article-hero-text { margin-bottom: 10px; }
.article-back { color: var(--accent); text-decoration: none; font-weight: 600; font-size: .9rem; }
.article-back:hover { text-decoration: underline; }
.article-meta { display: flex; align-items: center; gap: 14px; margin: 20px 0 12px; flex-wrap: wrap; }
.blog-cat-inline { position: static; }
.article-hero-text h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
.article-body { padding-top: 14px; }
.article-body p { color: var(--ink); font-size: 1.08rem; line-height: 1.8; margin-bottom: 22px; }
.article-body h2 { font-size: 1.7rem; margin: 34px 0 14px; }
.article-author { color: var(--ink-soft); font-style: italic; margin-top: 30px; }
.article-footer { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--line); }

/* ─── RESPONSIVE ─── */
@media (max-width: 880px) {
  .location-grid, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .location-media { min-height: 260px; }
  .menu-cats { grid-template-columns: 1fr; gap: 8px 0; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .section { padding: 70px 0; }
  .main-nav {
    position: fixed; top: 0; right: 0; bottom: 0; left: auto;
    height: 100vh; height: 100dvh; width: min(80vw, 320px);
    z-index: 105; overflow-y: auto;
    flex-direction: column; align-items: flex-start; justify-content: flex-start;
    background: var(--bg); padding: 104px 40px 40px; gap: 26px;
    transform: translateX(100%); transition: transform .3s ease; box-shadow: var(--shadow);
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { font-size: 1.2rem; }
  .burger { display: flex; z-index: 110; }
  body.nav-open { overflow: hidden; }
  .gallery-grid { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
  .menu-tabs { top: 0; }
  .hero-hours { left: 24px; right: 24px; justify-content: center; }
  .blog-grid { grid-template-columns: 1fr; }
  .article-footer .btn { flex: 1; }
  .stats-strip { gap: 12px; }
  .stat { flex-basis: 100%; padding: 20px; }
  .tl-cap { display: none; }
  .tl-year { font-size: 1rem; }
  .tl-panel { grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .tl-figure { aspect-ratio: 16 / 7; }
  .tl-figure svg { width: auto; height: 86px; }
}

/* ═══════════ SOCIAL & DESIGN-VARIANTEN ═══════════ */

/* Social-Media-Links im Footer */
.social-links { display: flex; gap: 14px; justify-content: center; margin: 16px 0 4px; }
.social-links a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .22); color: #e7d8c4;
  transition: background .18s, color .18s, border-color .18s, transform .18s;
}
.social-links a:hover { background: var(--accent); border-color: var(--accent); color: #fff; transform: translateY(-2px); }
.social-links svg { width: 19px; height: 19px; }

/* Bild-Ebene im Zeitstrahl ist standardmäßig aus (nur in Variante 2 sichtbar) */
.tl-photo { display: none; }

/* ─── DESIGN-VARIANTEN-UMSCHALTER ─── */
.theme-switch {
  position: fixed; top: 84px; right: 18px; z-index: 200;
  display: flex; align-items: center; gap: 6px;
  background: rgba(255, 255, 255, .9); backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: 100px;
  padding: 5px 8px 5px 14px; box-shadow: var(--shadow);
}
.theme-switch-label {
  font-family: var(--sans); font-size: .62rem; text-transform: uppercase;
  letter-spacing: .14em; font-weight: 700; color: var(--ink-soft); margin-right: 2px;
}
.theme-switch button {
  width: 27px; height: 27px; border-radius: 50%; border: none; cursor: pointer;
  background: transparent; color: var(--ink-soft); font-weight: 700; font-size: .85rem;
  font-family: var(--sans); transition: background .15s, color .15s, transform .15s;
}
.theme-switch button:hover { color: var(--accent); transform: translateY(-1px); }
.theme-switch button.active { background: var(--accent); color: #fff; }
@media (max-width: 680px) {
  .theme-switch { top: auto; bottom: 16px; right: 14px; padding: 4px 6px 4px 12px; }
}

/* ─── VARIANTE 3: „Editorial Rosso" – modernes Poster-Design: flach, kantig, fett ─── */
[data-theme="v3"] {
  --bg: #f3eee2; --bg-warm: #e9e2d0; --surface: #ffffff;
  --ink: #1b1813; --ink-soft: #6c6456; --line: #ddd4c1;
  --accent: #c8381f; --accent-dark: #9f2c16;
  --radius: 2px;
  --shadow: 4px 4px 0 rgba(27, 24, 19, .88);
}
/* Überschriften & Kennzahlen: kräftige serifenlose Typo statt Serife */
[data-theme="v3"] h1, [data-theme="v3"] h2, [data-theme="v3"] h3,
[data-theme="v3"] .hero-title, [data-theme="v3"] .stat-num,
[data-theme="v3"] .location-hours h4 {
  font-family: var(--sans); font-weight: 800; letter-spacing: -0.02em; line-height: 1.06;
}
/* Eyebrows als rote Label-Chips */
[data-theme="v3"] .eyebrow {
  display: inline-block; background: var(--accent); color: #fff;
  padding: 5px 12px; border-radius: 2px; letter-spacing: .14em;
}
[data-theme="v3"] .hero-eyebrow {
  display: inline-block; background: var(--accent); color: #fff;
  padding: 6px 14px; border-radius: 2px; letter-spacing: .16em;
}
/* Section-Köpfe linksbündig (Editorial-Look statt zentriert) */
[data-theme="v3"] .section-head { text-align: left; max-width: 860px; margin: 0 0 46px; }
/* Flache, scharf umrandete Karten mit Hartschatten */
[data-theme="v3"] .stat,
[data-theme="v3"] .weekly,
[data-theme="v3"] .about-card,
[data-theme="v3"] .location-info,
[data-theme="v3"] .location-media,
[data-theme="v3"] .contact-card,
[data-theme="v3"] .blog-card,
[data-theme="v3"] .map-embed {
  border: 2px solid var(--ink); border-radius: 2px;
}
[data-theme="v3"] .weekly { border-left: 6px solid var(--accent); }
/* Kantige Buttons, Tabs & Chips; Primärbutton mit „Druck"-Effekt */
[data-theme="v3"] .btn, [data-theme="v3"] .nav-cta,
[data-theme="v3"] .menu-tab, [data-theme="v3"] .form-tabs,
[data-theme="v3"] .form-tab, [data-theme="v3"] .tag,
[data-theme="v3"] .badge, [data-theme="v3"] .hero-hours,
[data-theme="v3"] .form-row input, [data-theme="v3"] .form-row textarea { border-radius: 2px; }
[data-theme="v3"] .btn-primary { box-shadow: 3px 3px 0 var(--ink); }
[data-theme="v3"] .btn-primary:hover { transform: translate(3px, 3px); box-shadow: 0 0 0 var(--ink); background: var(--accent-dark); }
[data-theme="v3"] .blog-card:hover { transform: translate(-3px, -3px); box-shadow: 7px 7px 0 var(--ink); }
/* Flache Flächen statt Verläufen */
[data-theme="v3"] .menu { background: var(--bg); }
[data-theme="v3"] .contact { background: var(--bg-warm); }
[data-theme="v3"] .menu-tabs { background: rgba(243, 238, 226, .94); }
[data-theme="v3"] .site-header { background: rgba(243, 238, 226, .92); }

/* Zeitstrahl (1952 …) wird in Variante 2 & 3 komplett ausgeblendet */
[data-theme="v3"] #timeline, [data-theme="v2"] #timeline { display: none; }
[data-theme="v3"] .tl-lead-extra, [data-theme="v2"] .tl-lead-extra { display: none; }

/* ─── VARIANTE 2: „Abend" – dunkel & Gold, zentriert, kantig ─── */
[data-theme="v2"] {
  --bg: #1b1916; --bg-warm: #232019; --surface: #26221c;
  --ink: #f1e9dc; --ink-soft: #b4a890; --line: #39332b;
  --accent: #d8a14e; --accent-dark: #c08f3e;
  --shadow: 0 16px 44px rgba(0, 0, 0, .45);
}
[data-theme="v2"] .site-header { background: rgba(22, 20, 17, .82); }
[data-theme="v2"] .site-header.scrolled { border-color: var(--line); }
[data-theme="v2"] .logo-img { filter: none; }
[data-theme="v2"] .menu { background: linear-gradient(180deg, var(--bg) 0%, #131210 100%); }
[data-theme="v2"] .contact { background: linear-gradient(180deg, #131210 0%, var(--bg) 100%); }
[data-theme="v2"] .menu-tabs { background: rgba(22, 20, 17, .9); }
[data-theme="v2"] .tl-figure {
  background: radial-gradient(circle at 50% 38%, #322c20 0%, var(--bg-warm) 100%);
}
[data-theme="v2"] .tag-vegetarisch { background: #2a3320; color: #abc47a; }
[data-theme="v2"] .tag-vegan { background: #213320; color: #84cc8b; }
/* Layout-Twist: zentrierter Hero, kantige Buttons & Tabs */
[data-theme="v2"] .hero-content { text-align: center; margin-left: auto; margin-right: auto; }
[data-theme="v2"] .hero-sub { margin-left: auto; margin-right: auto; }
[data-theme="v2"] .hero-actions { justify-content: center; }
[data-theme="v2"] .btn,
[data-theme="v2"] .nav-cta { border-radius: 6px; }
[data-theme="v2"] .menu-tab { border-radius: 6px; }
[data-theme="v2"] .theme-switch { background: rgba(38, 34, 28, .9); }
