/* ================================================================
   Orfeas Zirndorf — Stylesheet
   Dark warm mediterranean: midnight blue + terracotta/gold + white
================================================================ */

:root {
  --bg: #0e1726;
  --bg-2: #131e31;
  --bg-3: #1a2740;
  --ink: #f4ecdc;
  --ink-soft: #b8b0a0;
  --muted: #7f8aa3;
  --gold: #d4a24c;
  --gold-soft: #e6c07a;
  --terra: #c96f4a;
  --line: rgba(244, 236, 220, 0.12);
  --glass: rgba(14, 23, 38, 0.55);
  --radius: 14px;
  --maxw: 1200px;
  --shadow-lg: 0 30px 80px -20px rgba(0,0,0,0.55);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  margin: 0; padding: 0;
  overflow-x: hidden;
  max-width: 100%;
}
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 0.6em;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); }
h3 { font-size: 1.25rem; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(70px, 10vw, 130px) 0; position: relative; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.75rem;
  color: var(--gold);
  font-weight: 600;
  margin: 0 0 12px;
}
.lead { font-size: 1.1rem; color: var(--ink-soft); }
.muted { color: var(--muted); font-size: 0.9rem; }

/* ---------- NAV ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(14, 23, 38, 0.35);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, padding .3s ease;
}
.nav.scrolled {
  background: rgba(14, 23, 38, 0.85);
  border-bottom-color: var(--line);
}
.nav-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 18px 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 12px; font-family: 'Playfair Display', serif; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--gold), var(--terra));
  color: #1a1408; font-weight: 700; font-size: 1.25rem;
}
.brand-text { display: flex; flex-direction: column; line-height: 1; font-size: 1.25rem; }
.brand-text small {
  font-family: 'Inter', sans-serif; font-size: 0.65rem;
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); margin-top: 4px;
}
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-size: 0.92rem; font-weight: 500; color: var(--ink-soft);
  position: relative; transition: color .2s;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px;
  background: var(--gold); transition: width .25s ease;
}
.nav-links a:not(.nav-cta):hover::after,
.nav-links a:not(.nav-cta).is-active::after { width: 100%; }
.nav-links a.is-active { color: var(--gold); }
.nav-cta {
  padding: 10px 20px; border: 1px solid var(--gold);
  border-radius: 999px; color: var(--gold) !important;
}
.nav-cta:hover { background: var(--gold); color: #1a1408 !important; }

.burger {
  display: none; background: none; border: 0; cursor: pointer;
  width: 40px; height: 40px; flex-direction: column; gap: 5px;
  justify-content: center; align-items: center;
}
.burger span {
  width: 24px; height: 2px; background: var(--ink);
  transition: transform .3s, opacity .3s;
}
.burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- HERO ---------- */
.hero {
  position: relative; min-height: 100vh;
  display: grid; place-items: center;
  overflow: hidden; isolation: isolate;
}
.hero-bg {
  position: absolute; inset: -10% -5% -5% -5%; z-index: -2;
  background-image: url('assets/biergarten/biergarten-04.jpg');
  background-size: cover; background-position: center;
  transform: translateZ(0);
  will-change: transform;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(212,162,76,0.18), transparent 60%),
    linear-gradient(180deg, rgba(14,23,38,0.55) 0%, rgba(14,23,38,0.78) 60%, var(--bg) 100%);
}
.hero-content {
  text-align: center; max-width: 900px; padding: 120px 24px 80px;
}
.hero-title { margin-bottom: 28px; }
.hero-title span { display: block; }
.hero-title .accent {
  background: linear-gradient(120deg, var(--gold), var(--terra) 60%, var(--gold-soft));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-style: italic;
}
.hero-sub { font-size: 1.15rem; color: var(--ink-soft); max-width: 620px; margin: 0 auto 36px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 50px; }
.hero-meta {
  display: inline-flex; flex-wrap: wrap; align-items: center; gap: 14px;
  font-size: 0.85rem; color: var(--muted);
  padding: 12px 22px; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(14,23,38,0.5);
}
.hero-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.scroll-cue {
  position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%);
  width: 22px; height: 36px; border: 1px solid var(--ink-soft); border-radius: 12px;
  display: grid; place-items: start center; padding-top: 6px;
}
.scroll-cue span { width: 2px; height: 8px; background: var(--gold); border-radius: 2px; animation: cue 1.6s ease-in-out infinite; }
@keyframes cue { 0%{transform:translateY(0);opacity:1} 60%{transform:translateY(12px);opacity:0} 100%{opacity:0} }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 28px; border-radius: 999px; font-weight: 600;
  font-size: 0.95rem; letter-spacing: 0.02em;
  cursor: pointer; transition: transform .2s ease, box-shadow .2s, background .2s, color .2s;
  border: 1px solid transparent;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--terra));
  color: #1a1408;
  box-shadow: 0 12px 30px -10px rgba(201,111,74,0.6);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -12px rgba(201,111,74,0.8); }
.btn-ghost {
  background: transparent; color: var(--ink); border-color: var(--ink-soft);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* ---------- STORY ---------- */
.two-col {
  display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center;
}
.story h2 { margin-top: 6px; }
.signature {
  font-family: 'Playfair Display', serif; font-style: italic;
  color: var(--gold); margin-top: 24px;
}
.story-visual { position: relative; }
.story-slider {
  position: relative; aspect-ratio: 4/5; border-radius: 18px;
  overflow: hidden; box-shadow: var(--shadow-lg);
}
.story-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.2s ease;
}
.story-img.is-active { opacity: 1; }
.story-badge {
  position: absolute; right: -20px; bottom: 30px;
  background: var(--bg-3); border: 1px solid var(--line);
  padding: 16px 22px; border-radius: 14px; text-align: center;
  box-shadow: var(--shadow-lg);
}
.story-badge strong { display: block; color: var(--gold); font-family: 'Playfair Display', serif; font-size: 1.1rem; }
.story-badge span { font-size: 0.75rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.2em; }

/* ---------- BIERGARTEN ---------- */
.biergarten { background: var(--bg); }
.biergarten .two-col { grid-template-columns: 1fr 1fr; }
.biergarten-visual { position: relative; }
.biergarten-slider {
  position: relative; aspect-ratio: 5/4; border-radius: 18px;
  overflow: hidden; box-shadow: var(--shadow-lg);
}
.biergarten-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.2s ease;
}
.biergarten-slider > .biergarten-img:only-child,
.biergarten-img.is-active { opacity: 1; }
.biergarten-badge {
  position: absolute; left: -20px; top: 30px;
  background: var(--bg-3); border: 1px solid var(--line);
  padding: 14px 20px; border-radius: 14px; text-align: center;
  box-shadow: var(--shadow-lg);
}
.biergarten-badge strong { display: block; color: var(--gold); font-family: 'Playfair Display', serif; font-size: 1.05rem; }
.biergarten-badge span { font-size: 0.72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.18em; }

.social-row { display: flex; gap: 12px; margin-top: 18px; flex-wrap: wrap; }
.social-link {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--ink-soft);
  text-decoration: none; font-size: 0.9rem; letter-spacing: 0.02em;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.social-link:hover { color: var(--gold); border-color: var(--gold); transform: translateY(-1px); }

.bullets { list-style: none; padding: 0; margin: 20px 0 26px; }
.bullets li {
  position: relative; padding: 8px 0 8px 26px;
  color: var(--ink-soft); border-bottom: 1px dashed var(--line);
}
.bullets li:last-child { border-bottom: 0; }
.bullets li::before {
  content: ""; position: absolute; left: 0; top: 16px;
  width: 10px; height: 10px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--terra));
}

/* ---------- MITTAGSTISCH ---------- */
.mittagstisch { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.info-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.info-card {
  background: var(--bg-3); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 32px 26px; text-align: center;
  transition: transform .3s ease, border-color .3s;
}
.info-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.info-card .info-icon {
  display: inline-grid; place-items: center;
  width: 54px; height: 54px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--terra));
  color: #1a1408; font-size: 1.5rem; margin-bottom: 14px;
}
.info-card h3 { color: var(--gold); margin-bottom: 8px; }
.info-card p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- FEIERN ---------- */
.feiern { background: var(--bg-2); }
.feiern-visual { position: relative; }
.feiern-img {
  aspect-ratio: 4/5; border-radius: 18px;
  background-size: cover; background-position: center;
  box-shadow: var(--shadow-lg);
}
.feiern-video-wrap {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  isolation: isolate;
  background: #0b0f1a;
}
.feiern-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.feiern-video-wrap::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(8,12,22,0.35) 100%);
  pointer-events: none;
  z-index: 2;
}

/* ---------- GUTSCHEIN ---------- */
.gutschein { background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%); }
.voucher {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 50px; align-items: center;
  max-width: 1000px; margin: 0 auto;
}
.voucher-card {
  position: relative;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(212,162,76,0.22), transparent 60%),
    linear-gradient(135deg, #1a2740 0%, #0e1726 100%);
  border: 1px solid var(--gold);
  border-radius: 18px;
  padding: 44px 36px 36px;
  text-align: center;
  box-shadow: 0 30px 80px -20px rgba(212,162,76,0.25), var(--shadow-lg);
  overflow: hidden;
}
.voucher-card::before, .voucher-card::after {
  content: ""; position: absolute; width: 26px; height: 26px;
  border-radius: 50%; background: var(--bg);
  border: 1px solid var(--gold);
}
.voucher-card::before { left: -14px; top: 50%; transform: translateY(-50%); }
.voucher-card::after { right: -14px; top: 50%; transform: translateY(-50%); }
.voucher-ribbon {
  position: absolute; top: 18px; right: -38px; transform: rotate(35deg);
  background: linear-gradient(135deg, var(--gold), var(--terra));
  color: #1a1408; padding: 6px 44px; font-size: 0.72rem;
  letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700;
}
.voucher-mark {
  display: inline-grid; place-items: center;
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--terra));
  color: #1a1408; font-family: 'Playfair Display', serif;
  font-size: 1.8rem; font-weight: 700; margin-bottom: 14px;
}
.voucher-card h3 {
  font-size: 1.8rem; color: var(--ink); margin: 0 0 6px;
}
.voucher-line {
  font-style: italic; color: var(--ink-soft);
  font-family: 'Playfair Display', serif; margin: 0 0 22px;
}
.voucher-amount {
  display: inline-block; padding: 12px 26px;
  border: 1px dashed var(--gold); border-radius: 999px;
  color: var(--gold); font-family: 'Playfair Display', serif;
  font-size: 1.3rem; margin: 0 0 18px;
}
.voucher-foot { font-size: 0.78rem; color: var(--muted); margin: 0; }

.voucher-info h3 { color: var(--gold); font-size: 1rem; text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 18px; }
.steps { padding-left: 0; list-style: none; counter-reset: step; margin: 0 0 24px; }
.steps li {
  counter-increment: step;
  position: relative; padding: 10px 0 10px 44px;
  color: var(--ink-soft); border-bottom: 1px dashed var(--line);
}
.steps li:last-child { border-bottom: 0; }
.steps li::before {
  content: counter(step);
  position: absolute; left: 0; top: 10px;
  width: 30px; height: 30px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--terra));
  color: #1a1408; font-weight: 700;
  display: grid; place-items: center; font-size: 0.85rem;
}

/* ---------- SPECIALTIES ---------- */
.specialties { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.cards {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.card {
  background: var(--bg-3); border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .35s ease, border-color .3s;
}
.card:hover { transform: translateY(-6px); border-color: var(--gold); }
.card-img { aspect-ratio: 4/3; background-size: cover; background-position: center; transition: transform .6s ease; }
.card:hover .card-img { transform: scale(1.06); }
.card-body { padding: 22px 22px 26px; }
.card-body h3 { margin-bottom: 8px; color: var(--ink); }
.card-body p { margin: 0; color: var(--ink-soft); font-size: 0.92rem; }

/* ---------- MENU ---------- */
.menu { background: var(--bg-2); }
.tabs-shell {
  position: relative;
  margin: 0 -24px 36px;
}
.tabs-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 3;
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(14,23,38,0.85);
  color: var(--gold);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: opacity .25s, transform .2s, background .2s, color .2s;
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
}
.tabs-arrow:hover { background: var(--gold); color: #1a1408; transform: translateY(-50%) scale(1.06); }
.tabs-arrow svg { width: 18px; height: 18px; }
.tabs-arrow--prev { left: 6px; }
.tabs-arrow--next { right: 6px; }
.tabs-arrow[hidden] { display: none; }
.tabs-wrap {
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  mask-image: linear-gradient(90deg, transparent 0, #000 32px, #000 calc(100% - 32px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 32px, #000 calc(100% - 32px), transparent 100%);
}
.tabs-wrap::-webkit-scrollbar { display: none; height: 0; }
.tabs {
  display: flex; flex-wrap: nowrap; gap: 8px; justify-content: flex-start;
  padding: 4px 24px 14px;
  width: max-content;
  margin: 0 auto;
}
.tab {
  background: transparent; color: var(--ink-soft);
  border: 1px solid var(--line); padding: 10px 20px;
  border-radius: 999px; font: inherit; font-size: 0.9rem; font-weight: 500;
  cursor: pointer; transition: all .25s;
  white-space: nowrap; flex-shrink: 0;
}
.tab:hover { color: var(--ink); border-color: var(--ink-soft); }
.tab.active { background: var(--gold); border-color: var(--gold); color: #1a1408; }
.tab-panel { display: none; max-width: 860px; margin: 0 auto; }
.tab-panel.active { display: block; animation: fadeUp .4s ease; }
.panel-note {
  text-align: center; color: var(--gold-soft); font-style: italic;
  font-size: 0.92rem; margin: 0 0 18px;
  padding: 10px 18px; border: 1px dashed var(--line); border-radius: 12px;
  background: rgba(212,162,76,0.04);
}
.menu-list { list-style: none; margin: 0; padding: 0; }
.menu-list li {
  padding: 16px 0;
  border-bottom: 1px dashed var(--line);
}
.menu-list .m-head {
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: baseline; gap: 10px;
}
.menu-list .m-name { font-family: 'Playfair Display', serif; font-size: 1.12rem; color: var(--ink); font-weight: 600; }
.menu-list .m-dots { border-bottom: 1px dotted var(--muted); transform: translateY(-4px); min-width: 20px; }
.menu-list .m-price {
  font-family: 'Playfair Display', serif; font-size: 1.05rem;
  color: var(--gold); font-weight: 600; white-space: nowrap;
}
.menu-list .m-price::after { content: " €"; font-size: 0.85em; color: var(--gold-soft); }
.menu-list .m-desc {
  display: block; color: var(--ink-soft); font-size: 0.9rem;
  margin-top: 6px; font-style: italic;
}

.drinks-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 36px;
}
.drinks-col .drinks-title {
  color: var(--gold); font-size: 0.95rem;
  text-transform: uppercase; letter-spacing: 0.22em;
  font-family: 'Inter', sans-serif; font-weight: 600;
  margin: 0 0 10px;
  padding-bottom: 8px; border-bottom: 1px solid var(--line);
}

.menu-notes {
  max-width: 860px; margin: 48px auto 0;
  padding: 22px 26px;
  background: rgba(14,23,38,0.5);
  border: 1px solid var(--line); border-radius: var(--radius);
  font-size: 0.88rem; color: var(--ink-soft);
}
.menu-notes p { margin: 4px 0; }
.menu-notes strong { color: var(--gold); margin-right: 4px; }

.menu-download {
  text-align: center; margin-top: 36px;
}
.btn-download {
  font-size: 1.02rem; padding: 16px 34px;
  gap: 10px;
}
.btn-download-icon {
  display: inline-grid; place-items: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(26,20,8,0.18); font-size: 0.95rem;
}
.menu-download-hint { margin-top: 12px; font-size: 0.82rem; }

@keyframes fadeUp { from {opacity:0; transform: translateY(10px);} to {opacity:1; transform: none;} }

/* ---------- PARALLAX DIVIDER ---------- */
.parallax-divider {
  position: relative;
  min-height: 55vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid; place-items: center;
  overflow: hidden;
  isolation: isolate;
}
.parallax-divider::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(180deg, rgba(14,23,38,0.7) 0%, rgba(14,23,38,0.45) 50%, rgba(14,23,38,0.7) 100%);
}
.pd-inner { position: relative; z-index: 1; padding: 40px 24px; text-align: center; max-width: 900px; }
.pd-quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.3rem, 3vw, 2.1rem);
  color: var(--ink);
  margin: 0;
  text-shadow: 0 4px 30px rgba(0,0,0,0.7);
  letter-spacing: 0.01em;
}
@media (hover: hover) and (min-width: 900px) {
  .parallax-divider { background-attachment: fixed; }
}

/* ---------- GALLERY ---------- */
.grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  grid-auto-rows: 260px;
}
.g-item {
  position: relative; overflow: hidden; border-radius: var(--radius);
  background-size: cover; background-position: center;
  cursor: pointer; transition: transform .5s ease;
}
.g-item.tall { grid-row: span 2; }
.g-item::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(14,23,38,0.85));
  opacity: 0.6; transition: opacity .3s;
}
.g-item span {
  position: absolute; left: 20px; bottom: 16px; z-index: 1;
  color: var(--ink); font-family: 'Playfair Display', serif;
  font-size: 1.2rem; transform: translateY(8px); opacity: 0;
  transition: transform .35s, opacity .35s;
}
.g-item:hover { transform: scale(1.015); }
.g-item:hover::after { opacity: 0.9; }
.g-item:hover span { transform: translateY(0); opacity: 1; }
.g-item.hidden { display: none; }
.grid.collapsed .g-item:nth-child(n+6) { display: none; }
.gallery-more { text-align: center; margin-top: 28px; }
.gallery-more-btn { display: inline-flex; align-items: center; gap: 10px; }
.gallery-more-btn .gm-arrow { transition: transform .3s ease; display: inline-block; }
.gallery-more-btn[aria-expanded="true"] .gm-arrow { transform: rotate(180deg); }

.gallery-filter {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  margin: 0 0 30px;
}
.gf-btn {
  background: transparent; color: var(--ink-soft);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 9px 18px; font-size: 0.88rem; font-family: inherit;
  cursor: pointer; transition: all .2s;
}
.gf-btn:hover { color: var(--gold); border-color: var(--gold); }
.gf-btn.active {
  background: var(--gold); color: #1a1408; border-color: var(--gold);
  font-weight: 600;
}

/* ---------- LIGHTBOX ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(8,12,22,0.95);
  display: grid; place-items: center;
  animation: lbFade .2s ease;
}
.lightbox[hidden] { display: none; }
@keyframes lbFade { from { opacity: 0; } to { opacity: 1; } }
.lb-img {
  max-width: 92vw; max-height: 88vh;
  border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  object-fit: contain;
}
.lb-close, .lb-nav {
  position: absolute; background: rgba(255,255,255,0.08);
  color: #fff; border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px; cursor: pointer;
  display: grid; place-items: center;
  transition: background .2s, transform .2s;
  font-family: inherit;
}
.lb-close {
  top: 24px; right: 24px;
  width: 46px; height: 46px; font-size: 1.6rem;
}
.lb-nav {
  top: 50%; transform: translateY(-50%);
  width: 54px; height: 54px; font-size: 2rem;
}
.lb-prev { left: 24px; }
.lb-next { right: 24px; }
.lb-close:hover, .lb-nav:hover {
  background: var(--gold); color: #1a1408; border-color: var(--gold);
}
.lb-counter {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  color: var(--ink-soft); font-size: 0.85rem;
  background: rgba(0,0,0,0.4); padding: 6px 14px; border-radius: 999px;
}
@media (max-width: 720px) {
  .lb-nav { width: 42px; height: 42px; font-size: 1.5rem; }
  .lb-prev { left: 10px; } .lb-next { right: 10px; }
  .lb-close { top: 12px; right: 12px; width: 40px; height: 40px; }
}

/* ---------- VISIT ---------- */
.visit { background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%); }
.info-block { margin-bottom: 36px; }
.info-block h3 { color: var(--gold); font-size: 1rem; text-transform: uppercase; letter-spacing: 0.2em; }
.hours { list-style: none; padding: 0; margin: 0; }
.hours li {
  display: flex; justify-content: space-between; padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.hours li.closed b { color: var(--terra); }
.hours b { font-weight: 600; color: var(--ink); }
.hint { font-size: 0.85rem; color: var(--muted); margin-top: 10px; }
.contact-lines a { color: var(--ink); border-bottom: 1px solid var(--line); transition: border-color .2s; }
.contact-lines a:hover { border-color: var(--gold); color: var(--gold); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }

.map-wrap {
  position: relative; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); aspect-ratio: 4/5; min-height: 460px;
  box-shadow: var(--shadow-lg);
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: contrast(0.95) saturate(0.9); }
.map-link {
  position: absolute; left: 14px; bottom: 14px;
  background: var(--bg); color: var(--gold);
  padding: 8px 14px; border-radius: 999px;
  font-size: 0.82rem; border: 1px solid var(--gold);
}
.map-link:hover { background: var(--gold); color: #1a1408; }

/* ---------- FOOTER ---------- */
.footer {
  background: #0a1120; border-top: 1px solid var(--line);
  padding: 50px 0 30px;
}
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; justify-content: center; }
.footer-links a { color: var(--ink-soft); font-size: 0.9rem; transition: color .2s; }
.footer-links a:hover { color: var(--gold); }
.copyright { text-align: right; margin: 0; }

/* ---------- REVEAL ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---------- LEGAL PAGES (Impressum / Datenschutz) ---------- */
.legal-page { padding-top: 130px; }
.legal-container { max-width: 820px; }
.legal-container h1 { margin: 6px 0 28px; font-size: clamp(2rem, 4vw, 3rem); }
.legal-container h2 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--gold);
  font-size: 1.25rem;
  margin: 36px 0 12px;
}
.legal-container p, .legal-container ul { color: var(--ink-soft); }
.legal-container ul { padding-left: 20px; }
.legal-container ul li { margin: 4px 0; }
.legal-container a { color: var(--gold); border-bottom: 1px solid rgba(212,162,76,0.35); }
.legal-container a:hover { color: var(--gold-soft); border-bottom-color: var(--gold-soft); }
.legal-container strong { color: var(--ink); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 960px) {
  .two-col,
  .biergarten .two-col { grid-template-columns: 1fr; gap: 40px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .info-cards { grid-template-columns: 1fr; }
  .voucher { grid-template-columns: 1fr; gap: 32px; }
  .biergarten-badge { left: 10px; top: 10px; padding: 10px 14px; }
  .grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .g-item.tall { grid-row: auto; }
  .map-wrap { aspect-ratio: 16/10; min-height: 360px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .copyright { text-align: center; }

  .burger { display: flex; }
  .nav-links {
    position: fixed; inset: 64px 0 0 0;
    flex-direction: column; gap: 22px; padding: 50px 24px;
    background: rgba(14,23,38,0.97); backdrop-filter: blur(16px);
    transform: translateX(100%); transition: transform .35s ease;
    align-items: flex-start;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { font-size: 1.1rem; }
  .nav-cta { align-self: stretch; text-align: center; padding: 14px 20px; }
}

@media (max-width: 720px) {

  .hero-content { padding: 140px 20px 80px; }
  .hero-meta { font-size: 0.78rem; gap: 8px; padding: 10px 16px; }
  .cards { grid-template-columns: 1fr; }
  .grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .grid.collapsed .g-item:nth-child(n+5) { display: none; }
  .story-badge { right: 10px; bottom: 10px; padding: 12px 16px; }
  .menu-list .m-head { grid-template-columns: 1fr auto; gap: 8px; }
  .menu-list .m-dots { display: none; }
  .drinks-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* Reservierungs-Popup */
.reserve-modal[hidden] { display: none; }
.reserve-modal {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  animation: reserveFade .25s ease-out;
}
.reserve-backdrop {
  position: absolute; inset: 0;
  background: rgba(6, 10, 20, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.reserve-card {
  position: relative;
  background:
    radial-gradient(circle at 50% -20%, rgba(212,162,76,0.18), transparent 60%),
    linear-gradient(180deg, var(--bg-3), var(--bg-2) 60%, var(--bg));
  color: var(--ink);
  border: 1px solid rgba(212,162,76,0.28);
  border-radius: 18px;
  padding: 44px 36px 32px;
  max-width: 440px;
  width: 100%;
  box-shadow:
    0 30px 80px rgba(0,0,0,.6),
    0 0 0 1px rgba(244,236,220,0.04) inset,
    0 0 60px rgba(212,162,76,0.08) inset;
  text-align: center;
  animation: reservePop .35s cubic-bezier(.2,.9,.3,1.2);
}
.reserve-card::before {
  content: "";
  position: absolute; left: 50%; top: -28px;
  width: 56px; height: 56px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, #b88735 100%);
  box-shadow: 0 8px 24px rgba(212,162,76,0.4), 0 0 0 6px var(--bg-3);
  background-image:
    linear-gradient(135deg, var(--gold) 0%, #b88735 100%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1408' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover, 26px 26px;
}
.reserve-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.85rem;
  margin: 14px 0 6px;
  color: var(--ink);
  letter-spacing: .3px;
}
.reserve-card .reserve-eyebrow {
  display: inline-block;
  font-size: 0.78rem; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
  margin-bottom: 4px;
}
.reserve-card .reserve-divider {
  width: 60px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 18px auto;
  border: 0;
}
.reserve-close {
  position: absolute; top: 12px; right: 14px;
  width: 32px; height: 32px;
  background: transparent; border: 1px solid transparent;
  border-radius: 50%;
  font-size: 22px; line-height: 1; cursor: pointer;
  color: var(--ink-soft);
  transition: all .2s;
  display: inline-flex; align-items: center; justify-content: center;
}
.reserve-close:hover {
  color: var(--gold);
  border-color: rgba(212,162,76,0.4);
  background: rgba(212,162,76,0.08);
}
.reserve-number {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  text-decoration: none;
  margin: 6px 0 6px;
  letter-spacing: 1px;
  text-shadow: 0 0 24px rgba(212,162,76,0.25);
  transition: color .2s, text-shadow .2s;
}
.reserve-number:hover {
  color: var(--gold-soft);
  text-shadow: 0 0 28px rgba(230,192,122,0.45);
}
.reserve-actions {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  margin: 22px 0 18px;
}
.reserve-actions .btn { min-width: 150px; }
.reserve-hours {
  font-size: .85rem;
  margin: 0;
  color: var(--ink-soft);
  letter-spacing: .3px;
}
.reserve-card .muted { color: var(--ink-soft); }
.reserve-card .btn-ghost {
  color: var(--ink);
  border-color: var(--line);
  background: transparent;
}
.reserve-card .btn-ghost:hover {
  background: rgba(244,236,220,0.06);
  color: var(--gold);
  border-color: var(--gold);
}
@keyframes reserveFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes reservePop {
  from { opacity: 0; transform: translateY(10px) scale(.96); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
