/* ==========================================================================
   LA FIAMMA — Designsystem für Pizzeria Bella Napoli
   Dunkel, glutwarm, editorial. Fraunces (Display) + Karla (Text).
   ========================================================================== */

:root {
  --ash: #0B0704;
  --coal: #150D07;
  --smoke: #1E1409;
  --card: rgba(26, 17, 10, 0.78);
  --card-solid: #1A110A;
  --line: rgba(232, 155, 59, 0.16);
  --line-strong: rgba(232, 155, 59, 0.35);
  --cream: #F6ECDD;
  --parchment: #C8B394;
  --faded: #8F7C5C;
  --ember: #E89B3B;
  --ember-hot: #FF8A3C;
  --flame: #D64B2A;
  --basil: #6F8F4F;
  --gold-grad: linear-gradient(150deg, #F5C56A 0%, #E89B3B 45%, #C77E22 100%);
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Karla", "Helvetica Neue", Arial, sans-serif;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
  --glow: 0 0 0 1px var(--line), 0 10px 40px rgba(232, 155, 59, 0.10);
}

/* ---------- Grundstimmung ---------- */

html { scroll-behavior: smooth; }

/* iOS-Sticky-Fix: feste 100%-Höhe von html/body bricht position:sticky
   nach dem ersten Viewport — Höhe freigeben, Mindesthöhe behalten */
html.h-100, body.h-100 {
  height: auto !important;
  min-height: 100vh;
}

body {
  background: var(--ash);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 1rem;
  letter-spacing: 0.01em;
  min-height: 100vh;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: var(--serif);
  color: var(--cream);
  font-weight: 600;
}

a { color: var(--ember); }
a:hover { color: var(--ember-hot); }

::selection { background: var(--ember); color: var(--ash); }

/* ---------- Ambient: Feuer-Video hinter allem ---------- */

.bella-ambient {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: var(--ash);
}

.bella-ambient video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8) saturate(1.3) contrast(1.08);
  transform: scale(1.04);
}

.bella-ambient::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(11, 7, 4, 0.1) 0%, rgba(11, 7, 4, 0.6) 55%, rgba(11, 7, 4, 0.92) 100%),
    linear-gradient(180deg, rgba(11, 7, 4, 0.2) 0%, rgba(11, 7, 4, 0.75) 70%, var(--ash) 100%);
}

/* Filmkorn */
.bella-grain {
  position: fixed;
  inset: 0;
  z-index: 2000;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
}

/* Auf Innenseiten Video stärker abdunkeln */
body.bn-inner .bella-ambient video { filter: brightness(0.55) saturate(1.2); }

/* ---------- Header ---------- */

.bn-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(11, 7, 4, 0.85), rgba(11, 7, 4, 0.55));
  border-bottom: 1px solid var(--line);
}

.bn-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.65rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.bn-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.bn-brand img {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: var(--glow);
}

@media (max-width: 720px) {
  .bn-brand img { width: 54px; height: 54px; border-radius: 13px; }
}

.bn-brand span {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--cream);
}

.bn-brand em {
  color: var(--ember);
  font-style: normal;
}

.bn-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.bn-nav a {
  color: var(--parchment);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.bn-nav a:hover { color: var(--ember-hot); }

.bn-nav a.bn-nav__cta {
  color: var(--ash);
  background: var(--gold-grad);
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  box-shadow: 0 6px 24px rgba(232, 155, 59, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bn-nav a.bn-nav__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 32px rgba(232, 155, 59, 0.5);
  color: var(--ash);
}

@media (max-width: 720px) {
  .bn-nav { gap: 0.9rem; }
  .bn-nav a:not(.bn-nav__cta) { display: none; }

  /* Mobile: Header scrollt mit, Kategorieleiste pinnt bündig an der Oberkante */
  .bn-header { position: static; }
  .bn-catbar { top: 0; }
}

/* ---------- Hero (Startseite) ---------- */

.bn-hero {
  min-height: calc(100vh - 66px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 1.25rem 6rem;
}

.bn-hero__kicker {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 1.4rem;
  animation: bn-up 0.9s 0.1s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.bn-hero h1 {
  font-size: clamp(3.2rem, 9vw, 7.5rem);
  line-height: 0.98;
  font-weight: 600;
  margin: 0 0 1.2rem;
  max-width: 12ch;
}

.bn-hero h1 .bn-line {
  display: block;
  overflow: hidden;
}

.bn-hero h1 .bn-line > span {
  display: inline-block;
  animation: bn-rise 1s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.bn-hero h1 .bn-line:nth-child(1) > span { animation-delay: 0.15s; }
.bn-hero h1 .bn-line:nth-child(2) > span { animation-delay: 0.3s; }

.bn-hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--ember);
}

.bn-hero__tagline {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: var(--parchment);
  max-width: 46ch;
  margin-bottom: 2.4rem;
  animation: bn-up 0.9s 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.bn-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  animation: bn-up 0.9s 0.65s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.bn-hero__meta {
  position: absolute;
  bottom: 2.2rem;
  left: 1.25rem;
  right: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: var(--faded);
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  animation: bn-up 0.9s 0.9s both;
}

.bn-scroll {
  width: 1px;
  height: 54px;
  background: linear-gradient(180deg, var(--ember), transparent);
  position: relative;
  overflow: hidden;
}

.bn-scroll::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 1px;
  height: 20px;
  background: var(--cream);
  animation: bn-drip 2.2s ease-in-out infinite;
}

/* Glut-Partikel */
.bn-embers {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.bn-embers i {
  position: absolute;
  bottom: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--ember-hot);
  filter: blur(0.5px);
  opacity: 0;
  animation: bn-ember 7s linear infinite;
}

.bn-embers i:nth-child(1) { left: 8%;  animation-delay: 0s;   animation-duration: 8s; }
.bn-embers i:nth-child(2) { left: 22%; animation-delay: 2.2s; width: 3px; height: 3px; }
.bn-embers i:nth-child(3) { left: 36%; animation-delay: 4.5s; animation-duration: 9s; }
.bn-embers i:nth-child(4) { left: 52%; animation-delay: 1.1s; width: 5px; height: 5px; }
.bn-embers i:nth-child(5) { left: 64%; animation-delay: 3.4s; animation-duration: 6.5s; }
.bn-embers i:nth-child(6) { left: 78%; animation-delay: 0.6s; width: 3px; height: 3px; }
.bn-embers i:nth-child(7) { left: 88%; animation-delay: 5s;   animation-duration: 10s; }
.bn-embers i:nth-child(8) { left: 45%; animation-delay: 6.2s; width: 3px; height: 3px; }

/* ---------- Marquee ---------- */

.bn-marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(21, 13, 7, 0.6);
  backdrop-filter: blur(6px);
  overflow: hidden;
  white-space: nowrap;
  padding: 0.9rem 0;
}

.bn-marquee__track {
  display: inline-block;
  animation: bn-marquee 28s linear infinite;
}

.bn-marquee span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--parchment);
  padding: 0 1.6rem;
}

.bn-marquee b {
  color: var(--ember);
  font-weight: 400;
}

/* ---------- Sektionen (Startseite) ---------- */

.bn-section {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 1.25rem;
}

.bn-ghost {
  position: absolute;
  top: 1rem;
  right: -1rem;
  font-family: var(--serif);
  font-size: clamp(6rem, 17vw, 15rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(232, 155, 59, 0.13);
  pointer-events: none;
  user-select: none;
}

.bn-section__kicker {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 0.9rem;
}

.bn-section h2 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  margin-bottom: 2.6rem;
  max-width: 20ch;
}

.bn-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

@media (max-width: 900px) { .bn-cards { grid-template-columns: 1fr; } }

.bn-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.6rem;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.bn-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow);
}

.bn-card:nth-child(2) { transform: translateY(1.6rem); }
.bn-card:nth-child(2):hover { transform: translateY(calc(1.6rem - 4px)); }

@media (max-width: 900px) {
  .bn-card:nth-child(2), .bn-card:nth-child(2):hover { transform: none; }
}

.bn-card .bn-num {
  font-family: var(--serif);
  font-style: italic;
  color: var(--ember);
  font-size: 1rem;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 1rem;
}

.bn-card h3 {
  font-size: 1.45rem;
  margin-bottom: 0.6rem;
}

.bn-card p {
  color: var(--parchment);
  margin: 0;
  line-height: 1.65;
}

/* Info-Band: Adresse & Zeiten */
.bn-info {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.4rem;
  align-items: stretch;
}

@media (max-width: 900px) { .bn-info { grid-template-columns: 1fr; } }

.bn-info__panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2.4rem 2rem;
  backdrop-filter: blur(10px);
}

.bn-info__panel h3 {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}

.bn-info__panel h3 em { color: var(--ember); font-style: italic; }

.bn-info dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 1.4rem;
  margin: 0;
  color: var(--parchment);
}

.bn-info dt {
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--faded);
  padding-top: 0.2rem;
}

.bn-info dd { margin: 0; font-size: 1.02rem; }

/* ---------- Buttons (global) ---------- */

.btn {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn-primary, .hero-btn-primary {
  background: var(--gold-grad) !important;
  border: none !important;
  color: #221302 !important;
  box-shadow: 0 8px 28px rgba(232, 155, 59, 0.35);
}

.btn-primary:hover, .hero-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 36px rgba(232, 155, 59, 0.5);
  color: #221302 !important;
}

.btn-outline-secondary, .hero-btn-outline {
  border: 1px solid var(--line-strong) !important;
  color: var(--cream) !important;
  background: transparent !important;
}

.btn-outline-secondary:hover, .hero-btn-outline:hover {
  background: rgba(232, 155, 59, 0.12) !important;
  color: var(--ember-hot) !important;
}

.btn-lg { padding: 0.85rem 2rem; }

/* Großer Hero-CTA: der eine Weg — online bestellen */
.hero-btn-xl {
  padding: 1.15rem 3.4rem !important;
  font-size: 1.2rem !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: bn-cta-glow 2.8s ease-in-out infinite;
}

.hero-btn-xl:hover { animation-play-state: paused; }

@keyframes bn-cta-glow {
  0%, 100% { box-shadow: 0 8px 28px rgba(232, 155, 59, 0.35); }
  50% { box-shadow: 0 10px 44px rgba(255, 138, 60, 0.6), 0 0 60px rgba(232, 155, 59, 0.25); }
}

/* ---------- Bootstrap-Utilities einfangen (Innenseiten & Checkout) ---------- */

.bg-white { background-color: transparent !important; }
.bg-light { background-color: rgba(30, 20, 9, 0.5) !important; }
.text-muted { color: var(--parchment) !important; }
.text-dark { color: var(--cream) !important; }
.border, .border-bottom, .border-top { border-color: var(--line) !important; }
.shadow-sm, .shadow { box-shadow: var(--shadow) !important; }

.module-box, .local-control {
  background: var(--card) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius) !important;
  backdrop-filter: blur(10px);
  color: var(--cream);
}

/* ---------- Speisekarte: Bühne ---------- */

.bn-stage {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.5rem 1.25rem 2rem;
  position: relative;
}

.bn-stage__kicker {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 0.8rem;
}

.bn-stage h1 {
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 1;
  margin-bottom: 1.1rem;
}

.bn-stage h1 em { font-style: italic; color: var(--ember); }

.bn-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0;
}

.bn-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid var(--line);
  background: rgba(21, 13, 7, 0.55);
  color: var(--parchment);
  border-radius: 999px;
  padding: 0.4rem 0.95rem;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  backdrop-filter: blur(6px);
}

.bn-chip i { color: var(--ember); font-style: normal; }

.bn-chip--open { border-color: rgba(111, 143, 79, 0.5); }
.bn-chip--open i { color: #9DBF6E; }

.bn-stage__side {
  position: absolute;
  right: 1.25rem;
  top: 3.5rem;
  width: 320px;
}

@media (max-width: 992px) {
  .bn-stage__side { position: static; width: auto; margin-top: 1.4rem; }
}

/* Kontroll-Panel auf der Speisekarte (Toggle + Zeit + Menü-Button) */
.bn-controls {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  backdrop-filter: blur(10px);
}

.bn-segment {
  display: flex;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 0.85rem;
}

.bn-segment__btn {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--parchment);
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.7rem 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.bn-segment__btn.is-active {
  background: var(--gold-grad);
  color: #221302;
  box-shadow: 0 4px 18px rgba(232, 155, 59, 0.35);
}

.bn-segment__btn:not(.is-active):hover { color: var(--ember-hot); }

.bn-controls__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.bn-controls__time { font-weight: 700; font-size: 0.95rem; }

.bn-menu-btn {
  border: 1px solid var(--line-strong);
  background: rgba(21, 13, 7, 0.55);
  color: var(--cream);
  border-radius: 999px;
  padding: 0.55rem 1.15rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.bn-menu-btn:hover {
  border-color: var(--ember);
  color: var(--ember-hot);
  transform: translateY(-1px);
}

.bn-menu-btn .fa { color: var(--ember); }

/* Kategorien-Modal */
.bn-cat-list { display: flex; flex-direction: column; gap: 0.6rem; }

.bn-cat-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(21, 13, 7, 0.55);
  border-radius: 14px;
  padding: 0.85rem 1.1rem;
  color: var(--cream);
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
}

.bn-cat-row:hover {
  border-color: var(--ember);
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(232, 155, 59, 0.15);
}

.bn-cat-row__icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(232, 155, 59, 0.12);
  color: var(--ember);
  flex-shrink: 0;
}

.bn-cat-row__name {
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 600;
  flex-grow: 1;
}

.bn-cat-row__chev { color: var(--faded); font-size: 1.4rem; line-height: 1; }

/* Kategorie-Leiste */
.bn-catbar {
  position: sticky;
  top: 66px; /* Desktop: unter dem Sticky-Header */
  z-index: 1020;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(11, 7, 4, 0.9), rgba(11, 7, 4, 0.72));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.bn-catbar .container-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.bn-catbar .nav, .bn-catbar [class*="scroll"] {
  scrollbar-width: thin;
  scrollbar-color: var(--line-strong) transparent;
}

.bn-catbar ::-webkit-scrollbar { height: 5px; }
.bn-catbar ::-webkit-scrollbar-track { background: transparent; }
.bn-catbar ::-webkit-scrollbar-thumb { background: var(--line-strong); border-radius: 3px; }

.bn-catbar .nav-link, .bn-catbar a {
  color: var(--parchment) !important;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.5rem 1.1rem;
}

.bn-catbar .nav-link.active, .bn-catbar .active > a, .bn-catbar a.active {
  background: var(--gold-grad) !important;
  color: #221302 !important;
}

.bn-catbar a:hover { color: var(--ember-hot) !important; }

/* Menü-Liste */
.bn-menu {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.25rem 6rem;
}

.menu-search .form-control {
  background: rgba(21, 13, 7, 0.55) !important;
  border: 1px solid var(--line) !important;
  border-radius: 999px !important;
  color: var(--cream) !important;
  padding: 0.75rem 1.2rem;
}

.menu-search .form-control::placeholder { color: var(--faded); }

/* Abstand zwischen Kategorie-Blöcken (Akkordeons) */
.menu-group .menu-group-item { margin-bottom: 1.4rem; }

/* Kategorie-Überschriften (zusammenklappbare Blöcke, h4.menu-group-toggle) */
.category-header .menu-group-toggle {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 600;
  color: var(--cream);
  cursor: pointer;
  position: relative;
  padding: 0.35rem 2.4rem 0.75rem 0.15rem;
  letter-spacing: 0.01em;
  transition: color 0.25s ease;
}

.category-header .menu-group-toggle::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  bottom: 0.25rem;
  width: 60px;
  height: 2px;
  background: var(--gold-grad);
  border-radius: 2px;
  transition: width 0.3s ease, opacity 0.3s ease;
}

.category-header .menu-group-toggle.collapsed {
  color: var(--parchment);
}

.category-header .menu-group-toggle.collapsed::before {
  width: 26px;
  opacity: 0.45;
}

.category-header .menu-group-toggle:hover {
  color: var(--ember-hot);
}

.category-header .menu-group-toggle:hover::before {
  width: 60px;
  opacity: 1;
}

.menu-category > p {
  color: var(--faded);
  font-style: italic;
  margin: 0.4rem 0 1rem 0.15rem;
}

.bn-footer p a { color: var(--ember); text-decoration: none; }
.bn-footer p a:hover { color: var(--ember-hot); }

.category-header h3, .category-header .h3, .menu-category h3 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-style: italic;
  color: var(--cream);
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
  margin-top: 1.6rem;
}

.category-header h3::after, .menu-category h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 2px;
  background: var(--gold-grad);
  border-radius: 2px;
}

.category-header p { color: var(--faded); font-style: italic; }

/* Item-Karten */
.menu-group-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem 1.2rem;
  backdrop-filter: blur(10px);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  height: 100%;
}

.menu-group-item:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.5), 0 0 30px rgba(232, 155, 59, 0.08);
}

.menu-item-image, .menu-item-image img, .image img, .img-fluid.rounded {
  border-radius: 14px !important;
  object-fit: cover;
}

.menu-item-image {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.menu-name, .menu-name a {
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 600;
  color: var(--cream) !important;
  letter-spacing: 0.01em;
}

/* Info-Button für Inhaltsstoffe/Allergene neben dem Produktnamen */
.bn-ing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  vertical-align: 2px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--ember);
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.8rem;
  line-height: 1;
  cursor: help;
  transition: all 0.2s ease;
}

.bn-ing-btn:hover {
  background: var(--gold-grad);
  color: #221302;
  border-color: transparent;
  transform: scale(1.12);
}

.bn-ing-group {
  font-family: var(--serif);
  font-style: italic;
  color: var(--ember);
  font-size: 1.05rem;
  margin: 1rem 0 0.4rem;
}

.bn-ing-group:first-child { margin-top: 0; }

.bn-ing-list {
  columns: 2;
  column-gap: 1.6rem;
  color: var(--parchment);
  font-size: 0.92rem;
  padding-left: 1.1rem;
  margin: 0;
}

.bn-ing-list li { margin-bottom: 0.25rem; break-inside: avoid; }

@media (max-width: 576px) { .bn-ing-list { columns: 1; } }

.menu-desc {
  color: var(--parchment) !important;
  font-size: 0.94rem;
  line-height: 1.5;
}

.menu-price {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ember) !important;
}

.menu-group-item .btn-outline-secondary {
  border-radius: 999px !important;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: var(--line-strong) !important;
  color: var(--ember) !important;
  font-size: 1.1rem;
  transition: all 0.2s ease;
}

.menu-group-item .btn-outline-secondary:hover {
  background: var(--gold-grad) !important;
  color: #221302 !important;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(232, 155, 59, 0.4);
}

/* ---------- Warenkorb-Box ---------- */

.module-box .btn-primary { width: 100%; }

/* Artikelnamen im Warenkorb sind .btn-Elemente — Bootstrap-Default wäre dunkel */
.cart-items .btn, .module-box .cart-items button {
  color: var(--cream) !important;
}

.cart-items .btn:hover { color: var(--ember-hot) !important; }

.cart-items .bg-light { color: var(--parchment) !important; }

/* Gutschein-Feld: Haken-Button in Gold statt grau */
.cart-coupon .btn-secondary {
  background: transparent !important;
  border: 1px solid var(--line-strong) !important;
  color: var(--ember) !important;
}

.cart-coupon .btn-secondary:hover {
  background: rgba(232, 155, 59, 0.15) !important;
}

.module-box table { color: var(--cream); }

.module-box .fa-basket-shopping { color: var(--faded); }

/* ---------- Modals & Offcanvas (Bestell-Dialog) ---------- */

.modal-content {
  background: rgba(24, 15, 8, 0.92) !important;
  backdrop-filter: blur(18px);
  border: 1px solid var(--line-strong) !important;
  border-radius: 22px !important;
  color: var(--cream);
  overflow: hidden;
}

.modal-backdrop.show { opacity: 0.75; }

.modal-header {
  border-bottom: 1px solid var(--line) !important;
}

.modal-title, .modal-header h5 {
  font-family: var(--serif);
  font-size: 1.5rem;
}

.modal-content img { border-radius: 0; }

.modal-content .btn-close {
  filter: invert(1) sepia(1) saturate(3) hue-rotate(5deg);
  opacity: 0.7;
}

.modal-content h5:not(.modal-title) {
  font-family: var(--serif);
  font-style: italic;
  color: var(--ember);
  font-size: 1.15rem;
}

.modal-content .form-check-input {
  background-color: transparent;
  border-color: var(--line-strong);
}

.modal-content .form-check-input:checked {
  background-color: var(--ember);
  border-color: var(--ember);
}

.modal-content .badge { background: var(--flame) !important; }

input[type="radio"], input[type="checkbox"] { accent-color: var(--ember); }

/* ---------- Bestell-Dialog: Zwei-Schritt-Wizard ---------- */

.bn-step-hint {
  display: inline-block;
  margin-top: 0.3rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ember);
}

.bn-step-back {
  background: none;
  border: none;
  padding: 0;
  margin-top: 0.3rem;
  font-size: 0.85rem;
  color: var(--parchment);
  cursor: pointer;
  letter-spacing: 0.04em;
}

.bn-step-back:hover { color: var(--ember-hot); }

.bn-size-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.05rem 1.25rem;
  margin-bottom: 0.75rem;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: rgba(21, 13, 7, 0.55);
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.bn-size-row:hover {
  border-color: var(--ember);
  transform: translateY(-1px);
  box-shadow: 0 8px 26px rgba(232, 155, 59, 0.18);
}

.bn-size-row:has(.bn-size-radio:checked) {
  border-color: var(--ember);
  background: rgba(232, 155, 59, 0.12);
}

.bn-size-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bn-size-row__name {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--cream);
}

.bn-size-row__price {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: #221302;
  background: var(--gold-grad);
  border-radius: 999px;
  padding: 0.35rem 1rem;
  white-space: nowrap;
}

/* ---------- Formulare (Checkout) ---------- */

.form-control, .form-select {
  background: rgba(21, 13, 7, 0.6) !important;
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  color: var(--cream) !important;
  padding: 0.7rem 1rem;
}

/* Native Selects (Datum/Uhrzeit im Vorbestell-Dialog) dark */
.modal select, .modal-content select, select.form-select, .modal input[type="date"], .modal input[type="time"] {
  background-color: rgba(21, 13, 7, 0.85) !important;
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  color: var(--cream) !important;
  padding: 0.6rem 0.9rem;
  color-scheme: dark;
}

.modal select option { background: var(--card-solid); color: var(--cream); }

.form-control:focus, .form-select:focus {
  border-color: var(--ember) !important;
  box-shadow: 0 0 0 3px rgba(232, 155, 59, 0.18) !important;
}

.form-control::placeholder { color: var(--faded) !important; }

.form-label, label { color: var(--parchment); }

.form-check-label { color: var(--cream); }

/* Checkout-Karten */
body.bn-inner .card,
body.bn-inner .checkout-box,
body.bn-inner .rounded-3.p-3,
body.bn-inner .p-3.border {
  background: var(--card) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius) !important;
  color: var(--cream);
}

/* ---------- Checkout: Zahlarten & Summen ---------- */

.list-group, .list-group-item {
  background: transparent !important;
  color: var(--cream) !important;
  border-color: var(--line) !important;
}

.list-group-item .form-check-label,
.list-group-item span,
.list-group-item small {
  color: var(--cream) !important;
}

.list-group-item small, .list-group-item .text-muted {
  color: var(--parchment) !important;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-color: var(--cream);
  color: var(--cream);
  border-color: var(--line);
}

.table td, .table th { border-color: var(--line); }

/* ---------- Rechtsseiten ---------- */

.bn-legal {
  max-width: 820px;
  margin: 0 auto;
  padding: 3.5rem 1.25rem 5rem;
  color: var(--parchment);
  line-height: 1.7;
}

.bn-legal h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  margin-bottom: 2rem;
}

.bn-legal h2 {
  font-size: 1.4rem;
  font-style: italic;
  color: var(--ember);
  margin: 2.2rem 0 0.7rem;
}

.bn-legal h3 {
  font-size: 1.15rem;
  color: var(--cream);
  margin: 1.6rem 0 0.5rem;
}

.bn-legal p { margin-bottom: 0.9rem; }
.bn-legal strong { color: var(--cream); }
.bn-legal a { color: var(--ember); }

/* Auf Rechtsseiten kein Video — ruhiger, dunkler Grund */
.bn-legal ~ * .bella-ambient, body.bn-inner .bella-ambient:empty { background: radial-gradient(90% 60% at 50% 0%, #1B120A 0%, var(--ash) 70%); }

/* ---------- Footer ---------- */

.bn-footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, transparent, rgba(11, 7, 4, 0.9));
  padding: 3.2rem 1.25rem 2.2rem;
}

.bn-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
}

.bn-footer h4 {
  font-size: 1.5rem;
  margin-bottom: 0.4rem;
}

.bn-footer h4 em { color: var(--ember); font-style: italic; }

.bn-footer p {
  color: var(--faded);
  margin: 0;
  font-size: 0.92rem;
}

.bn-footer nav {
  display: flex;
  gap: 1.4rem;
}

.bn-footer nav a {
  color: var(--parchment);
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bn-footer nav a:hover { color: var(--ember-hot); }

/* ---------- Karte (Leaflet, dunkle Kacheln) ---------- */

.bn-map-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.bn-map {
  height: 440px;
  width: 100%;
  background: var(--coal);
  filter: saturate(0.85) contrast(1.02);
}

.bn-map-card {
  position: absolute;
  z-index: 500;
  top: 1.4rem;
  left: 4.8rem;
  background: rgba(24, 15, 8, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 1.4rem 1.5rem;
  max-width: 280px;
}

.bn-map-card h3 { font-size: 1.4rem; margin-bottom: 0.4rem; }
.bn-map-card h3 em { color: var(--ember); font-style: italic; }
.bn-map-card p { color: var(--parchment); margin: 0 0 1rem; line-height: 1.5; }

.bn-pin {
  background: var(--ember-hot);
  border: 3px solid var(--cream);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 138, 60, 0.6);
  animation: bn-pulse 2.2s ease-out infinite;
}

@keyframes bn-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 138, 60, 0.55); }
  70% { box-shadow: 0 0 0 22px rgba(255, 138, 60, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 138, 60, 0); }
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: var(--card-solid) !important;
  color: var(--cream) !important;
  border: 1px solid var(--line-strong);
}

.leaflet-container a.leaflet-popup-close-button { color: var(--parchment) !important; }

.leaflet-control-zoom a {
  background: var(--card-solid) !important;
  color: var(--cream) !important;
  border-color: var(--line) !important;
}

.leaflet-control-attribution {
  background: rgba(11, 7, 4, 0.75) !important;
  color: var(--faded) !important;
}

.leaflet-control-attribution a { color: var(--parchment) !important; }

/* ---------- Cookie-Banner ---------- */

#euCookieBanner {
  background: rgba(24, 15, 8, 0.95) !important;
  border-top: 1px solid var(--line);
  color: var(--parchment) !important;
}

/* ---------- Warnhinweis (z. B. Sofort außerhalb Öffnungszeiten) ---------- */

.bn-warn {
  display: none;
  margin: 0.35rem 0.5rem 0.85rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(214, 75, 42, 0.55);
  background: rgba(214, 75, 42, 0.14);
  border-radius: 12px;
  color: #F3C1AF;
  font-size: 0.92rem;
  line-height: 1.5;
}

.bn-warn strong { color: #FFD9CB; }
.bn-warn em { color: var(--ember); font-style: normal; font-weight: 700; }

/* Nur zeigen, wenn „Sofort" gewählt ist (überlebt Livewire-Morphs, kein JS nötig) */
.form-check:has(#isAsap:checked) + .bn-warn-asap { display: block; }

/* ---------- Scroll-Reveal ---------- */

.bn-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.bn-reveal.is-in {
  opacity: 1;
  transform: none;
}

/* ---------- Keyframes ---------- */

@keyframes bn-rise {
  from { transform: translateY(110%); }
  to { transform: translateY(0); }
}

@keyframes bn-up {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

@keyframes bn-drip {
  0% { top: -20px; }
  60% { top: 54px; }
  100% { top: 54px; }
}

@keyframes bn-ember {
  0% { opacity: 0; transform: translateY(0) translateX(0); }
  8% { opacity: 0.9; }
  60% { opacity: 0.5; }
  100% { opacity: 0; transform: translateY(-78vh) translateX(24px); }
}

@keyframes bn-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Mobile: Kategorieleiste bündig oben (muss NACH der Basis-Regel stehen) */
@media (max-width: 720px) {
  .bn-catbar { top: 0; }
}

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