@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700&display=swap');

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

:root {
  --black: #080808;
  --dark: #0f0f0f;
  --card: #161616;
  --border: #222;
  --red: #b83228;
  --orange: #d4691e;
  --gold: #c9a84c;
  --white: #eeeeee;
  --muted: #666;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--black); color: var(--white); line-height: 1.6; overflow-x: hidden; }

/* TOP BAR */
.topbar { background: var(--red); display: flex; justify-content: space-between; align-items: center; padding: 0.45rem 2rem; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.08em; }
.topbar a { color: var(--white); text-decoration: none; font-weight: 600; }
.topbar span { color: rgba(255,255,255,0.85); }

/* NAV */
nav {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.8rem 2.5rem;
  background: rgba(8,8,8,0.97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--white); }

/* EMBLEM */
.nav-logo { text-decoration: none; }
.emblem-ring { width: 72px; height: 72px; border: 2px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; }
.emblem-ring::before { content: ''; position: absolute; inset: 4px; border: 1px solid rgba(201,168,76,0.3); border-radius: 50%; }
.emblem-inner { text-align: center; line-height: 1; }
.emblem-title { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 0.2em; color: var(--gold); }
.emblem-sub { display: block; font-size: 0.45rem; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(201,168,76,0.7); margin: 1px 0; }
.emblem-city { display: block; font-size: 0.38rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(201,168,76,0.5); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--white); }

/* HERO */
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; text-align: center; }
.hero-bg { position: absolute; inset: 0; background-image: url('https://images.unsplash.com/photo-1756362847925-71c792d6729c?w=1600&q=80'); background-size: cover; background-position: center 25%; filter: brightness(0.15) saturate(0.8); }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(180,50,40,0.08) 0%, transparent 70%); }
.hero-content { position: relative; max-width: 760px; padding: 0 2rem; }
.hero-tag { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 2rem; }
.hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(4rem, 11vw, 8rem); line-height: 0.9; letter-spacing: 0.02em; margin-bottom: 1.5rem; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero p { font-size: 1rem; color: var(--muted); max-width: 400px; margin: 0 auto 2.5rem; font-weight: 300; line-height: 1.8; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); }

/* BUTTONS */
.btn { display: inline-block; padding: 0.85rem 2.2rem; background: var(--red); color: var(--white); text-decoration: none; font-weight: 600; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; border-radius: 1px; transition: background 0.2s, transform 0.15s; }
.btn:hover { background: #9b2920; transform: translateY(-2px); }
.btn-ghost { background: transparent; border: 1px solid var(--border); color: var(--muted); }
.btn-ghost:hover { border-color: var(--muted); color: var(--white); background: transparent; }

/* STATS BAND */
.stats-band { background: var(--card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stats-band-inner { max-width: 900px; margin: 0 auto; display: flex; align-items: stretch; }
.stat-item { flex: 1; padding: 1.6rem 1rem; text-align: center; }
.stat-item strong { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; color: var(--white); letter-spacing: 0.05em; margin-bottom: 0.2rem; }
.stat-item span { font-size: 0.68rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.12em; }
.stat-divider { width: 1px; background: var(--border); flex-shrink: 0; }

/* SECTIONS */
section { padding: 7rem 2rem; }
.container { max-width: 1100px; margin: 0 auto; width: 100%; }
.section-label { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2rem, 5vw, 3.5rem); letter-spacing: 0.03em; line-height: 1.05; margin-bottom: 1.5rem; }

/* ABOUT */
#about { background: var(--dark); }
.about-grid { display: grid; grid-template-columns: 5fr 6fr; gap: 5rem; align-items: center; }
.about-img { position: relative; }
.about-img img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 2px; filter: brightness(0.88); display: block; }
.about-img::after { content: ''; position: absolute; bottom: -1.5rem; right: -1.5rem; width: 50%; height: 50%; border: 2px solid rgba(201,168,76,0.3); border-radius: 2px; z-index: -1; pointer-events: none; }
.about-text p { color: var(--muted); margin-bottom: 1.1rem; font-weight: 300; line-height: 1.9; font-size: 0.95rem; }
.about-text strong { color: var(--white); font-weight: 500; }
.about-divider { height: 1px; background: var(--border); margin: 2rem 0; }
.about-badges { display: flex; gap: 2rem; }
.about-badge strong { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; color: var(--white); letter-spacing: 0.05em; }
.about-badge span { font-size: 0.72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; }

/* SPEISEKARTE */
#speisekarte { background: var(--black); }
.menu-header { margin-bottom: 0; }
.menu-nav { display: flex; border-bottom: 1px solid var(--border); margin: 2rem 0 0; }
.menu-tab { padding: 0.8rem 1.6rem; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); cursor: pointer; border: none; background: none; border-bottom: 2px solid transparent; margin-bottom: -1px; transition: color 0.2s, border-color 0.2s; font-family: 'Inter', sans-serif; }
.menu-tab.active { color: var(--white); border-bottom-color: var(--red); }
.menu-tab:hover { color: var(--white); }
.menu-panel { display: none; padding-top: 2.5rem; }
.menu-panel.active { display: block; }
.menu-split { display: grid; grid-template-columns: 1fr 380px; gap: 4rem; align-items: start; }
.menu-list-clean { }
.menu-entry { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; padding: 1.2rem 0; border-bottom: 1px solid var(--border); }
.menu-entry:first-child { border-top: 1px solid var(--border); }
.menu-entry-name { font-weight: 600; font-size: 0.95rem; margin-bottom: 0.3rem; }
.menu-entry-desc { font-size: 0.8rem; color: var(--muted); font-weight: 300; line-height: 1.5; }
.menu-entry-price { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; color: var(--white); white-space: nowrap; letter-spacing: 0.05em; flex-shrink: 0; }
.menu-photo { height: 420px; background-size: cover; background-position: center; border-radius: 2px; filter: brightness(0.8); position: sticky; top: 6rem; }

/* GALERIE */
#galerie { background: var(--dark); padding-bottom: 0; }
#galerie .container { margin-bottom: 2.5rem; }
.gallery-slider { display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.gallery-slider::-webkit-scrollbar { display: none; }
.gallery-slide { flex: 0 0 380px; height: 480px; background-size: cover; background-position: center; scroll-snap-align: start; filter: brightness(0.75); transition: filter 0.3s; }
.gallery-slide:hover { filter: brightness(1); }

/* REVIEWS */
#reviews { background: var(--black); }
.reviews-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; flex-wrap: wrap; gap: 2rem; }
.reviews-score { text-align: right; }
.score-number { font-family: 'Bebas Neue', sans-serif; font-size: 4rem; color: var(--white); line-height: 1; }
.score-stars { color: var(--gold); font-size: 1rem; letter-spacing: 0.1em; margin: 0.2rem 0; }
.score-count { font-size: 0.72rem; color: var(--muted); letter-spacing: 0.08em; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.review-card { background: var(--card); padding: 2rem; }
.review-stars { color: var(--gold); font-size: 0.8rem; letter-spacing: 0.12em; margin-bottom: 1rem; }
.review-card p { font-size: 0.88rem; color: var(--muted); font-weight: 300; line-height: 1.8; font-style: italic; margin-bottom: 1.5rem; }
.review-author { font-size: 0.72rem; color: #444; font-weight: 500; letter-spacing: 0.05em; }

/* INFO */
#info { background: var(--dark); }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; }
.hours-table { width: 100%; border-collapse: collapse; margin-top: 0.5rem; }
.hours-table tr { border-bottom: 1px solid var(--border); }
.hours-table td { padding: 1rem 0; font-size: 0.88rem; }
.hours-table td:first-child { color: var(--muted); }
.hours-table td:last-child { text-align: right; font-weight: 500; }
.closed { color: #884; !important; opacity: 0.6; }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.4rem; }
.contact-icon { width: 36px; height: 36px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; flex-shrink: 0; border-radius: 1px; }
.contact-item p { font-size: 0.88rem; color: var(--muted); font-weight: 300; line-height: 1.6; }
.contact-item strong { color: var(--white); font-weight: 500; display: block; margin-bottom: 0.2rem; }
.contact-item a { color: var(--muted); text-decoration: none; }
.contact-item a:hover { color: var(--white); }

/* FOOTER */
footer { background: var(--black); border-top: 1px solid var(--border); padding: 3rem 2rem; text-align: center; }
.footer-emblem { display: flex; justify-content: center; margin-bottom: 1rem; }
.emblem-ring.small { width: 56px; height: 56px; }
.emblem-ring.small .emblem-title { font-size: 0.85rem; }
.footer-claim { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.5rem; }
.footer-links { font-size: 0.75rem; color: var(--muted); display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--white); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .menu-split { grid-template-columns: 1fr; }
  .menu-photo { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-img::after { display: none; }
  .info-grid { grid-template-columns: 1fr; gap: 3rem; }
  .reviews-grid { grid-template-columns: 1fr; }
  .stats-band-inner { flex-wrap: wrap; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(8,8,8,0.99); padding: 1.5rem 2rem; border-bottom: 1px solid var(--border); gap: 1.5rem; }
  .nav-toggle { display: flex; }
  .topbar span { display: none; }
  .gallery-slide { flex: 0 0 280px; height: 360px; }
  .reviews-top { flex-direction: column; align-items: flex-start; }
  .reviews-score { text-align: left; }
}
