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

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

html, body {
  width: 100%;
  background: #050505;
  color: #f5f0e8;
  font-family: 'Inter', system-ui, sans-serif;
  overflow-x: hidden;
}

html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-scrolling iframe { pointer-events: none; }

a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

::selection { background: #c45c26; color: #050505; }

/* ---------- Loader ---------- */
#loader {
  position: fixed; inset: 0; z-index: 200;
  background: #050505;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.5rem;
  transition: opacity 0.8s ease, visibility 0.8s;
}
#loader.hidden { opacity: 0; visibility: hidden; }
.loader-text { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 0.4em; color: #c45c26; }
.loader-bar { width: 120px; height: 2px; background: #1a1a1a; overflow: hidden; }
.loader-bar-inner { height: 100%; width: 0%; background: #c45c26; transition: width 0.3s ease; }

/* ---------- Hero burger-build video, full-bleed, scrubbed by scroll ---------- */
.hero-visual {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
}
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
}

.vignette {
  position: fixed; inset: 0; z-index: 5; pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.75) 100%);
}
.grain {
  position: fixed; inset: 0; z-index: 6; pointer-events: none; opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

/* ---------- Site nav ---------- */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.6rem 5vw;
  transition: background 0.4s ease, padding 0.4s ease, backdrop-filter 0.4s ease, border-color 0.4s ease;
  border-bottom: 1px solid transparent;
}
.site-nav.scrolled {
  background: rgba(5, 5, 5, 0.75);
  backdrop-filter: blur(14px);
  padding: 1rem 5vw;
  border-bottom-color: rgba(245, 240, 232, 0.08);
}
.logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  letter-spacing: 0.16em;
  color: #f5f0e8;
}
.logo span { color: #c45c26; }

.nav-links { display: flex; align-items: center; gap: 2.4rem; }
.nav-links a {
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500;
  opacity: 0.75; position: relative; padding-bottom: 4px;
  transition: opacity 0.3s ease;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: #c45c26; transition: width 0.3s ease;
}
.nav-links a:hover { opacity: 1; }
.nav-links a:hover::after { width: 100%; }
.nav-cta {
  border: 1px solid rgba(245,240,232,0.3); padding: 0.55rem 1.3rem !important; border-radius: 999px;
}
.nav-cta:hover { border-color: #c45c26; background: rgba(196,92,38,0.12); }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; z-index: 60;
}
.nav-toggle span { width: 24px; height: 2px; background: #f5f0e8; }

/* ---------- Hero overlay ---------- */
.hero-overlay {
  position: fixed; inset: 0; z-index: 10; pointer-events: none;
  display: flex; flex-direction: column; justify-content: space-between; padding: 4vw 5vw;
}
.center-content {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  text-align: center; width: 90%; max-width: 900px;
}
.main-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(4.5rem, 14vw, 11rem);
  line-height: 0.85; letter-spacing: 0.04em; color: #f5f0e8;
  text-shadow: 0 0 60px rgba(196, 92, 38, 0.35);
}
.main-title .accent { color: #c45c26; }

/* ---------- Split-character stagger reveal (title + hero buttons) ---------- */
.split-chars { display: inline-block; }
.split-chars .char { display: inline-block; opacity: 0; transform: translateY(0.5em) rotate(6deg); will-change: transform, opacity; }
.sub-title {
  margin-top: 1.4rem; opacity: 0;
}
.sub-title-badge {
  display: inline-flex; align-items: center; gap: 0.15em;
  background: rgba(5,5,5,0.5); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(245,240,232,0.18); border-radius: 999px;
  padding: 0.75rem 1.8rem;
  font-family: 'Inter', sans-serif; font-weight: 600;
  font-size: clamp(0.85rem, 1.6vw, 1.1rem);
  letter-spacing: 0.06em;
  color: #f5f0e8;
  min-height: 1.4em; white-space: nowrap;
}
#typewriter-text { color: #f5f0e8; }
.typewriter-cursor {
  color: #c45c26; margin-left: 0.15em; font-weight: 400;
  animation: cursor-blink 0.9s step-end infinite;
}
@keyframes cursor-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
.hero-btns { margin-top: 2.4rem; display: flex; gap: 1rem; justify-content: center; opacity: 0; pointer-events: auto; }
.btn {
  display: inline-block; padding: 0.85rem 1.9rem; font-size: 0.72rem; letter-spacing: 0.2em;
  text-transform: uppercase; font-weight: 600; border-radius: 999px; transition: all 0.3s ease;
}
.btn-primary { background: #c45c26; color: #050505; }
.btn-primary:hover { background: #e07038; transform: translateY(-2px); }
.btn-outline { border: 1px solid rgba(245,240,232,0.35); color: #f5f0e8; }
.btn-outline:hover { border-color: #c45c26; background: rgba(196,92,38,0.1); }

.bottom-info { display: flex; justify-content: space-between; align-items: flex-end; opacity: 0; }
.scroll-hint { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; opacity: 0.5; }
.scroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom, #c45c26, transparent); animation: pulse 2.2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity:0.3; transform: scaleY(0.7);} 50% { opacity:1; transform: scaleY(1);} }
.product-label { font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; opacity: 0.55; }

/* ---------- Scroll track ---------- */
.scroll-track { position: relative; z-index: 2; height: 300vh; }

/* ---------- Main content (sits above the fixed canvas, opaque) ---------- */
main { position: relative; z-index: 20; background: #050505; }

.section { padding: 8rem 5vw; position: relative; }
.section-tight { padding: 5rem 5vw; }
.eyebrow {
  font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase; color: #c45c26; font-weight: 600; margin-bottom: 1rem;
}
.section-title {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.6rem, 6vw, 4.5rem); line-height: 0.95; letter-spacing: 0.02em;
}
.section-lede { max-width: 640px; color: rgba(245,240,232,0.65); font-size: 1.05rem; line-height: 1.7; margin-top: 1.4rem; font-weight: 300; }

.reveal { opacity: 0; transform: translateY(40px); }

/* ---------- Vision ---------- */
.vision {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.vision-copy p { color: rgba(245,240,232,0.65); line-height: 1.8; margin-top: 1.2rem; font-weight: 300; }
.ingredient-tags { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 2.2rem; }
.tag {
  border: 1px solid rgba(245,240,232,0.2); padding: 0.5rem 1.1rem; border-radius: 999px;
  font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.75;
}
.vision-visual {
  position: relative; aspect-ratio: 4/5; border-radius: 18px; overflow: hidden;
  border: 1px solid rgba(245,240,232,0.1);
}
.vision-visual img { width: 100%; height: 100%; object-fit: cover; }
.vision-visual::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,5,5,0.85), transparent 45%);
}

/* ---------- Angebot cards ---------- */
.offer-grid { margin-top: 3.5rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1.8rem; }
.offer-card {
  position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 3/4;
  border: 1px solid rgba(245,240,232,0.1); cursor: pointer;
}
.offer-card::before {
  content: ''; position: absolute; inset: 0; z-index: 1; border-radius: 16px;
  background: linear-gradient(to top, rgba(5,5,5,0.95) 5%, rgba(5,5,5,0.15) 55%, rgba(5,5,5,0.35));
  pointer-events: none;
}
.explode-grid {
  position: absolute; inset: 0; z-index: 0; border-radius: 16px; overflow: hidden;
  background: #0a0806;
}
.explode-card:hover .explode-band { filter: brightness(1.06) saturate(1.05); }
.explode-band {
  position: absolute; left: 0; width: 100%; background-repeat: no-repeat;
  will-change: transform, filter, opacity; transition: filter 0.4s ease;
  mask-image: linear-gradient(to bottom, transparent 0%, black 14%, black 86%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 14%, black 86%, transparent 100%);
}
.explode-band:first-child { mask-image: linear-gradient(to bottom, black 86%, transparent 100%); -webkit-mask-image: linear-gradient(to bottom, black 86%, transparent 100%); }
.explode-band:last-child { mask-image: linear-gradient(to bottom, transparent 0%, black 14%); -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 14%); }
.offer-copy { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.8rem; z-index: 2; }
.offer-num { font-size: 0.7rem; letter-spacing: 0.2em; color: #c45c26; opacity: 0.9; }
.offer-copy h3 { font-family: 'Bebas Neue', sans-serif; font-size: 2.1rem; letter-spacing: 0.02em; margin: 0.3rem 0 0.6rem; }
.offer-copy p { font-size: 0.85rem; color: rgba(245,240,232,0.7); line-height: 1.6; font-weight: 300; }
.offer-copy .link { display: inline-block; margin-top: 1rem; font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: #f5f0e8; border-bottom: 1px solid #c45c26; padding-bottom: 3px; }

/* ---------- Speisekarte ---------- */
.menu-tabs { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 3rem; }
.menu-tab {
  padding: 0.65rem 1.4rem; border-radius: 999px; border: 1px solid rgba(245,240,232,0.18);
  font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 500; opacity: 0.7;
  cursor: pointer; background: transparent; color: #f5f0e8; transition: all 0.3s ease;
}
.menu-tab:hover { opacity: 1; }
.menu-tab.active { background: #c45c26; border-color: #c45c26; color: #050505; opacity: 1; font-weight: 600; }

.menu-panel { display: none; margin-top: 3rem; }
.menu-panel.active { display: block; }
.menu-panel-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.menu-panel-head p { color: rgba(245,240,232,0.6); max-width: 520px; font-weight: 300; line-height: 1.7; }

.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem 2.5rem; }
.menu-item {
  display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; padding: 1.3rem 0;
  border-bottom: 1px solid rgba(245,240,232,0.1);
}
.menu-item-media {
  flex-shrink: 0; width: 128px; height: 128px; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(245,240,232,0.14);
  box-shadow: 0 12px 30px rgba(0,0,0,0.45);
}
.menu-item-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.menu-item:hover .menu-item-media img { transform: scale(1.14); }
.menu-item-info { flex: 1; min-width: 0; }
.menu-item-name { font-family: 'Bebas Neue', sans-serif; font-size: 1.35rem; letter-spacing: 0.02em; }
.menu-item-desc { font-size: 0.82rem; color: rgba(245,240,232,0.55); margin-top: 0.35rem; line-height: 1.5; font-weight: 300; }
.menu-item-price { font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; color: #c45c26; white-space: nowrap; }

/* Burger cards: the product photos already carry the burger name baked
   into the image (gold script headline), so these cards show the photo
   large and uncropped-at-top instead of squeezing it into a small tile. */
.menu-grid--cards { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; align-items: start; }
.menu-item--card {
  display: flex; flex-direction: column; padding: 0; gap: 0;
  border: 1px solid rgba(245,240,232,0.1); border-radius: 18px; overflow: hidden;
  background: rgba(245,240,232,0.03);
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.menu-item--card:hover { border-color: rgba(196,92,38,0.5); transform: translateY(-4px); }
.menu-item--card .menu-item-media {
  width: 100%; height: auto; aspect-ratio: 8 / 7; border-radius: 0; border: none; box-shadow: none;
}
.menu-item--card .menu-item-media img { object-position: top center; }
.menu-item--card:hover .menu-item-media img { transform: scale(1.06); }
.menu-item--card .menu-item-info { padding: 1.1rem 1.3rem 0; flex: none; }
.menu-item--card .menu-item-price { padding: 0.6rem 1.3rem 1.3rem; align-self: flex-start; }

/* ---------- Focus Marquee ---------- */
.marquee-section { overflow: hidden; }
.focus-marquee {
  position: relative;
  width: 100%;
  height: 380px;
  margin-top: 3.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}
.focus-marquee-sphere {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 260px; height: 260px; border-radius: 50%; z-index: 0;
  background: radial-gradient(circle, rgba(196,92,38,0.25), transparent 70%);
}
.focus-marquee-brackets {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 148px; height: 148px; z-index: 10; pointer-events: none;
}
.focus-marquee-brackets span {
  position: absolute; width: 28px; height: 28px;
  border-color: #c45c26; filter: drop-shadow(0 0 10px rgba(196,92,38,0.55));
}
.focus-marquee-brackets .tl { top: 0; left: 0; border-top: 2px solid; border-left: 2px solid; border-radius: 10px 0 0 0; }
.focus-marquee-brackets .tr { top: 0; right: 0; border-top: 2px solid; border-right: 2px solid; border-radius: 0 10px 0 0; }
.focus-marquee-brackets .bl { bottom: 0; left: 0; border-bottom: 2px solid; border-left: 2px solid; border-radius: 0 0 0 10px; }
.focus-marquee-brackets .br { bottom: 0; right: 0; border-bottom: 2px solid; border-right: 2px solid; border-radius: 0 0 10px 0; }
.focus-marquee-track { position: absolute; inset: 0; z-index: 20; }
.focus-marquee-item {
  position: absolute; top: 50%; left: 0;
  width: 150px; height: 150px; border-radius: 18px; overflow: hidden;
  border: 1px solid rgba(245,240,232,0.14);
  box-shadow: 0 16px 40px rgba(0,0,0,0.55);
  background: #0a0806;
  will-change: transform, opacity;
}
.focus-marquee-item img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Galerie: rotating image-ring showcase ---------- */
.image-group-circle-frame {
  position: relative; margin-top: 3rem; width: 100%; aspect-ratio: 16/9; max-height: 78vh;
  border-radius: 20px; overflow: hidden; border: 1px solid rgba(245,240,232,0.1);
  background: radial-gradient(ellipse at center, #14100c 0%, #050505 75%);
  box-shadow: 0 30px 80px rgba(0,0,0,0.55);
}
.image-group-circle { position: absolute; inset: 0; }
.image-group-card {
  position: absolute; left: 50%; top: 50%; overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.5); will-change: transform;
  border: 1px solid rgba(245,240,232,0.12);
}
.image-group-card img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Ambiente ---------- */
.ambiente {
  position: relative; border-radius: 20px; overflow: hidden; min-height: 70vh;
  display: flex; align-items: flex-end;
}
.ambiente img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ambiente::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,5,5,0.95) 10%, rgba(5,5,5,0.2) 60%, rgba(5,5,5,0.55));
}
.ambiente-copy { position: relative; z-index: 2; padding: 3.5rem; max-width: 640px; }

/* ---------- CTA ---------- */
.cta { text-align: center; }
.cta .section-title { max-width: 800px; margin: 0 auto; }
.cta-btns { margin-top: 2.4rem; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Reservierung ---------- */
.reservierung { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; align-items: center; }
.reserv-panel {
  border: 1px solid rgba(245,240,232,0.12); border-radius: 18px; padding: 2.8rem;
  background: linear-gradient(160deg, rgba(196,92,38,0.12), rgba(245,240,232,0.02));
}
.reserv-panel h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; margin-bottom: 1rem; }
.reserv-row { display: flex; justify-content: space-between; padding: 0.9rem 0; border-bottom: 1px solid rgba(245,240,232,0.08); font-size: 0.85rem; }
.reserv-row span:first-child { opacity: 0.55; }
.reserv-panel .btn { width: 100%; text-align: center; margin-top: 1.6rem; }

/* ---------- Kontakt ---------- */
.kontakt-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; margin-top: 3.5rem; }
.form-group { margin-bottom: 1.4rem; }
.form-group label { display: block; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.6; margin-bottom: 0.6rem; }
.form-group input, .form-group textarea {
  width: 100%; background: rgba(245,240,232,0.04); border: 1px solid rgba(245,240,232,0.15);
  border-radius: 8px; padding: 0.9rem 1rem; color: #f5f0e8; font-family: inherit; font-size: 0.9rem;
  transition: border-color 0.3s ease;
}
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: #c45c26; }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 0.75rem; opacity: 0.45; margin-top: 1rem; }

.info-card {
  border: 1px solid rgba(245,240,232,0.12); border-radius: 16px; padding: 2rem; margin-bottom: 1.2rem;
}
.info-card h4 { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: #c45c26; margin-bottom: 0.9rem; }
.info-card p, .info-card a { font-size: 0.95rem; line-height: 1.6; color: rgba(245,240,232,0.85); }
.whatsapp-btn {
  display: inline-flex; align-items: center; gap: 0.6rem; margin-top: 1rem;
  background: #25D366; color: #050505; padding: 0.7rem 1.3rem; border-radius: 999px;
  font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700;
}

/* ---------- Jobs ---------- */
.jobs-perks { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.perk { border: 1px solid rgba(245,240,232,0.15); border-radius: 999px; padding: 0.6rem 1.2rem; font-size: 0.75rem; opacity: 0.8; }
.job-list { margin-top: 3.5rem; display: flex; flex-direction: column; gap: 1.2rem; }
.job-card {
  border: 1px solid rgba(245,240,232,0.12); border-radius: 16px; padding: 2rem 2.4rem;
  display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.job-card:hover { border-color: rgba(196,92,38,0.5); background: rgba(196,92,38,0.05); }
.job-meta { display: flex; gap: 0.7rem; margin-bottom: 0.7rem; }
.job-meta span { font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.55; border: 1px solid rgba(245,240,232,0.2); padding: 0.25rem 0.7rem; border-radius: 999px; }
.job-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; }
.job-card p { color: rgba(245,240,232,0.6); font-size: 0.88rem; max-width: 480px; margin-top: 0.5rem; font-weight: 300; line-height: 1.6; }
.job-card .btn { white-space: nowrap; }
.jobs-open { text-align: center; margin-top: 3.5rem; padding: 3rem; border: 1px dashed rgba(245,240,232,0.2); border-radius: 16px; }
.jobs-open h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; margin-bottom: 0.6rem; }
.jobs-open p { color: rgba(245,240,232,0.6); margin-bottom: 1.5rem; font-weight: 300; }

/* ---------- Footer ---------- */
footer { border-top: 1px solid rgba(245,240,232,0.1); padding: 4.5rem 5vw 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; }
.footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: 0.14em; }
.footer-logo span { color: #c45c26; }
.footer-grid p { color: rgba(245,240,232,0.5); font-size: 0.88rem; margin-top: 1rem; line-height: 1.6; max-width: 320px; font-weight: 300; }
.footer-col h5 { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: #c45c26; margin-bottom: 1.1rem; }
.footer-col li { margin-bottom: 0.7rem; font-size: 0.88rem; opacity: 0.7; }
.footer-col a:hover { opacity: 1; color: #c45c26; }
.footer-bottom { margin-top: 3.5rem; padding-top: 1.6rem; border-top: 1px solid rgba(245,240,232,0.08); font-size: 0.72rem; opacity: 0.4; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.6rem; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .vision, .reservierung, .kontakt-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .offer-grid { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.mobile-open {
    display: flex; flex-direction: column; position: fixed; inset: 0; background: #050505;
    justify-content: center; align-items: center; gap: 2.2rem; z-index: 55;
  }
  .nav-links.mobile-open a { font-size: 1.1rem; }
  .section { padding: 6rem 6vw; }
  .ambiente-copy { padding: 2rem; }
}
