/* =====================================================================
   Florin's GenussWerk - Stylesheet (Farben & Schriften als :root-Variablen)
   ===================================================================== */

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/lato-v25-latin-300.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lato-v25-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lato-v25-latin-700.woff2") format("woff2");
}

@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/cinzel-v26-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/cinzel-v26-latin-700.woff2") format("woff2");
}

@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/cinzel-v26-latin-900.woff2") format("woff2");
}

@font-face {
  font-family: "Rye";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/rye-v17-latin-regular.woff2") format("woff2");
}

:root {
  --bg: #0f0f0f;
  --bg-soft: #171514;
  --panel: #1c1715;
  --panel-2: #241c18;
  --text: #f3e7cf;
  --muted: #d4c2a1;
  --gold: #d8a13a;
  --rust: #b8641b;

  --line: rgba(216, 161, 58, 0.30);
  --frame-color: rgba(216, 161, 58, 0.30);
  --radius: 5px;
  --radius-sm: 5px;
  --button-radius: 5px;

  --nav-item-width: auto;
  --nav-width-min: 118px;
  --nav-collapse-breakpoint: 940px;

  --shadow: rgba(0, 0, 0, 0.45);
  --shadow-strong: rgba(0, 0, 0, 0.62);
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  padding-top: 84px;
  font-family: "Lato", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(184, 100, 27, 0.18), transparent 30%),
    linear-gradient(180deg, #0c0c0c, #151311 45%, #0b0b0b);
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.frame-soft {
  display: inline-block;
  line-height: 0;
}

.frame-soft img {
  border: 1px solid var(--frame-color);
  border-radius: var(--radius);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 84px;
  background: rgba(9, 9, 9, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--frame-color);
}

.nav-wrap {
  min-height: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
}

.brand {
  height: 100%;
  margin-left: 8px;
  display: flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}

.brand-logo {
  max-height: 100px;
  width: auto;
  display: block;
  margin: 0px 8px -30px;
}

.brand-script,
.logo-script {
  font-family: "Cinzel", serif;
  font-size: 2.4rem;
  color: #c96d1d;
  line-height: 1;
}

.brand-block,
.logo-block {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 2.7rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #f3e7cf;
  line-height: 0.95;
}

.brand-script { font-size: 2rem; }
.brand-block { font-size: 2.4rem; }

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0px;
  flex: 1 1 auto;
  min-width: 0;
}

.primary-nav a {
  text-decoration: none;
  font-family: "Cinzel", serif;
  font-weight: 700;
  letter-spacing: .12em;
  font-size: 0.88rem;
  color: var(--text);
  transition: color .25s ease, transform .3s ease;
  white-space: nowrap;
  text-align: center;
}

.primary-nav .nav-link {
  min-width: max(var(--nav-item-width), var(--nav-width-min));
  padding: 10px 18px 12px 18px;
  overflow: visible;
  flex: 0 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text);
  transition: color .25s ease, transform .25s ease;
}

/* dezente vertikale Trennlinie zwischen Nav-Items (auslaufend oben/unten) */
.primary-nav .nav-link + .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(216, 161, 58, 0.30) 25%,
    rgba(216, 161, 58, 0.45) 50%,
    rgba(216, 161, 58, 0.30) 75%,
    transparent 100%
  );
}

/* Unterstrich: hellster Punkt mittig, beidseitig auslaufend */
.primary-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 9px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  background: linear-gradient(
    to right,
    rgba(216, 161, 58, 0.00)  0%,
    rgba(216, 161, 58, 0.55) 25%,
    rgba(255, 220, 140, 1.00) 50%,
    rgba(216, 161, 58, 0.55) 75%,
    rgba(216, 161, 58, 0.00) 100%
  );
}

.primary-nav .nav-link:hover {
  color: var(--gold);
  transform: translateY(-2px);
}

.primary-nav .nav-link:hover::after,
.primary-nav .nav-link.active::after {
  opacity: 1;
}

.primary-nav .nav-link.active {
  color: var(--gold);
}

.nav-cta {
  width: auto;
  justify-self: end;
  flex: 0 0 auto;
}

body.nav-force-mobile .nav-cta {
  width: 100%;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--frame-color);
  border-radius: var(--radius-sm);
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
}

body.nav-force-mobile .nav-toggle {
  display: inline-flex;
}

body.nav-force-mobile .primary-nav {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: auto;
  display: none;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  background: rgba(10,10,10,.97);
  border: 1px solid var(--frame-color);
  border-radius: 16px;
  padding: 14px;
  gap: 12px;
  z-index: 1005;
}

body.nav-force-mobile .primary-nav.is-open {
  display: grid;
}

body.nav-force-mobile .primary-nav a {
  width: 100%;
}

body.nav-force-mobile .primary-nav .nav-link {
  text-align: left;
  justify-content: flex-start;
}

/* Trennlinien und Unterstrich im Burger-Dropdown ausblenden */
body.nav-force-mobile .primary-nav .nav-link + .nav-link::before,
body.nav-force-mobile .primary-nav .nav-link::after {
  display: none;
}

.hero {
  min-height: 62vh;
  position: relative;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.80) 0%, rgba(0,0,0,.40) 38%, rgba(0,0,0,.40) 62%, rgba(0,0,0,.80) 100%),
    radial-gradient(circle at 20% 30%, rgba(216,161,58,.12), transparent 28%),  
    url("../bilder/hero-bg.jpg") center center / 1200px auto no-repeat; /* eingeschränktes Hintergrundbild */
  border-bottom: 1px solid var(--frame-color);
}

.hero-media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;            /* deckungsgleich mit dem Hintergrundbild (1200px) */
  max-width: 100%;
  pointer-events: none;
  /* Weicher schwarzer Verlauf an den Bildkanten -> Schnittkante unsichtbar */
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.98) 0%,
      rgba(0, 0, 0, 0.6) 9%,
      rgba(0, 0, 0, 0) 22%,
      rgba(0, 0, 0, 0) 78%,
      rgba(0, 0, 0, 0.6) 91%,
      rgba(0, 0, 0, 0.98) 100%
    );
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(216,161,58,.06), transparent 35%),
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.36));
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  justify-items: center;
  padding: 72px 0;
}

.hero-copy {
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.hero-copy h1 {
  margin: 0;
  line-height: .92;
}
.hero-logo-wrap {
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.hero-logo-image {
  display: block;
  width: 100%;
  max-width: 550px;
  height: auto;
}

.logo-script {
  font-family: "Cinzel", serif;
  color: #c96d1d;
  font-size: 5rem;
  line-height: 1;
}

.logo-block {
  display: block;
  font-size: clamp(3.1rem, 9vw, 6.1rem);
  text-shadow: 0 10px 28px var(--shadow);
}

.hero-kicker {
  margin: 0;
  font-family: "Rye", serif;
  font-weight: 400;
  font-size: clamp(1.1rem, 2.8vw, 1.8rem);
  color: var(--gold);
  letter-spacing: .08em;
}

.hero-subline {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
  text-align: center;
}

.hero-brand-panel {
  border: 1px solid var(--frame-color);
  border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(180deg, rgba(31, 22, 17, .88), rgba(9, 9, 9, .92));
  box-shadow: 0 18px 40px var(--shadow-strong);
  overflow: hidden;
}

.hero-brand-image {
  width: 100%;
  aspect-ratio: 1.48 / 1;
  object-fit: cover;
}

.hero-brand-note {
  margin: 0;
  padding: 14px 16px 16px;
  color: var(--muted);
  line-height: 1.6;
  font-size: .94rem;
}

.hero-actions,
.menu-actions,
.contact-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--gold);
  border-radius: var(--button-radius);
  text-decoration: none;
  font-family: "Cinzel", serif;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 0.82rem;
  line-height: 1;
  white-space: nowrap;
  transform: translateY(0) scale(1);
  will-change: transform, box-shadow, filter, background;
  transition: transform .24s ease, background .25s ease, filter .25s ease, box-shadow .24s ease, color .25s ease, border-color .25s ease;
}

.btn:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 22px rgba(0,0,0,.3);
}

.btn-primary {
  color: #111;
  background: linear-gradient(180deg, #e1ab46, #b8641b);
}

.btn-primary:hover {
  color: #111;
  filter: brightness(1.08);
  box-shadow: 0 8px 22px rgba(216,161,58,.28);
}

.btn-secondary,
.btn-outline {
  color: var(--text);
  background: rgba(255,255,255,.02);
}

.btn-secondary:hover,
.btn-outline:hover {
  color: var(--gold);
  background: rgba(31, 24, 18, 0.98);
  border-color: rgba(216,161,58,.55);
  box-shadow: 0 8px 22px rgba(0,0,0,.3);
}

.btn-small {
  min-height: 42px;
  padding: 9px 16px;
}

.section {
  padding: 88px 0;
}

.metal {
  background:
    linear-gradient(180deg, rgba(184,100,27,.10), transparent 12%),
    linear-gradient(180deg, rgba(255,255,255,.01), rgba(0,0,0,.06)),
    var(--bg-soft);
  border-top: 1px solid var(--frame-color);
  border-bottom: 1px solid var(--frame-color);
}

.dark { background: #111; }

.section-head {
  text-align: center;
  margin-bottom: 28px;
}

.section-head.narrow {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  margin: 0 0 14px;
  text-align: center;
  color: var(--gold);
  font-family: "Rye", serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(1.4rem, 5vw, 3rem);
  letter-spacing: .06em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Auslaufende Zierlinie links */
.section-title::before,
.section-title::after {
  content: "";
  flex: 1;
  max-width: 140px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(216, 161, 58, 0.25) 20%,
    rgba(216, 161, 58, 0.70) 100%
  );
}

/* Zierlinie rechts – spiegeln */
.section-title::after {
  background: linear-gradient(
    to left,
    transparent 0%,
    rgba(216, 161, 58, 0.25) 20%,
    rgba(216, 161, 58, 0.70) 100%
  );
}

/* Kontakt-Headline: auf Desktop einzeilig, damit die Zierlinien sichtbar bleiben */
@media (min-width: 561px) {
  .contact-section .section-head.narrow {
    max-width: none;
  }
  .contact-section .section-title {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
  }
}

/* Linksbündig (Über Florin) – Linien ausblenden */
.section-title.left {
  display: block;
  text-align: left;
}
.section-title.left::before,
.section-title.left::after {
  display: none;
}

.section-copy {
  margin: 0 auto;
  max-width: 760px;
  color: var(--muted);
  line-height: 1.75;
}

.card-grid,
.menu-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card,
.card-like {
  border: 1px solid var(--frame-color);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(184,100,27,.11), rgba(0,0,0,.08)), var(--panel);
  box-shadow: 0 12px 34px var(--shadow);
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid var(--frame-color);
  border-radius: 999px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  color: var(--gold);
  font-size: 1.3rem;
  margin-bottom: 14px;
}

.card h3,
.menu-box h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 2rem;
}

/* Konzept-Karten: kleinere Überschrift, damit sie auf 2 Zeilen passt */
.card h3 {
  font-size: 1.6rem;
  line-height: 1.2;
}

.card p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.7;
}

.card-highlight {
  color: var(--text) !important;
  font-size: .92rem;
  letter-spacing: .04em;
}

.card-image {
  margin-top: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 1px solid var(--frame-color);
  border-radius: var(--radius-sm);
}

/* ===== Galerie: Pfeile immer fixiert ===== */
.gallery-shell {
  position: relative;
  display: block;
}

.gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 64px;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-item {
  display: block;
  border: 1px solid var(--frame-color);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel-2);
  scroll-snap-align: center;
  box-shadow: 0 12px 30px var(--shadow);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .35s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

/* Logo- und Bewertungs-Slider im Galerie-Stil */
.logo-item,
.review-item {
  border: 1px solid var(--frame-color);
  border-radius: var(--radius);
  background: var(--panel-2);
  box-shadow: 0 12px 30px var(--shadow);
  display: flex;
  flex-direction: column;
  scroll-snap-align: center;
  padding: 26px 24px;
}

.logo-item {
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1 / 1;
}

.logo-item span {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.3;
  color: var(--text);
  letter-spacing: .02em;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.review-item {
  text-align: left;
  gap: 14px;
  min-height: 230px;
}

.review-stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 3px;
}

.review-text {
  color: var(--muted) !important;
  line-height: 1.6;
  font-size: 1rem;
  margin: 0;
}

.review-meta {
  margin: auto 0 0;
  color: var(--text) !important;
  font-family: "Cinzel", serif;
  font-size: .95rem;
  letter-spacing: .03em;
}

.review-date {
  display: block;
  font-family: "Lato", sans-serif;
  color: var(--muted);
  font-size: .82rem;
  letter-spacing: .02em;
  margin-top: 4px;
}

/* ===== Endlos-Marquee-Slider (Bildergalerie & Bewertungen) ===== */
.gallery-shell.is-marquee .gallery-arrow {
  display: none;
}

.gallery-track.is-marquee {
  grid-auto-columns: calc((100% - 48px) / 3);  /* max. 3 Elemente pro Ansicht */
  scroll-snap-type: none;
  padding-left: 2px;
  padding-right: 2px;
  align-items: stretch;                        /* alle Elemente gleich hoch */
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
}

@media (max-width: 820px) {
  .gallery-track.is-marquee {
    grid-auto-columns: calc((100% - 24px) / 2);
  }
}

@media (max-width: 560px) {
  /* Slider: nur EIN Bild pro Ansicht */
  .gallery-track.is-marquee { grid-auto-columns: 100%; }
  #logoTrack.is-marquee { grid-auto-columns: 100%; }

  /* Kontaktformular: ueber die volle Breite des Smartphones */
  #anfrage .container { width: 100%; padding-left: 12px; padding-right: 12px; }
  #anfrage .contact-form { grid-template-columns: 1fr !important; }

  /* "Anfrage senden" linksbuendig */
  #anfrage .contact-actions { justify-content: flex-start; }
  #anfrage .contact-actions .btn { width: auto; }
}

/* Realisierte Veranstaltungen: kleinere Boxen, 4 pro Ansicht (Desktop), 2 (Mobil) */
#logoTrack.is-marquee {
  grid-auto-columns: calc((100% - 72px) / 4);
}
#logoTrack .logo-item {
  aspect-ratio: 2 / 1;
  padding: 16px 14px;
}
#logoTrack .logo-item span {
  font-size: 1.05rem;
}

@media (max-width: 820px) {
  #logoTrack.is-marquee {
    grid-auto-columns: calc((100% - 24px) / 2);
  }
}

.gallery-arrow,
.lightbox-nav,
.lightbox-close,
.menu-close,
.captcha-reload {
  border: 1px solid var(--frame-color);
  background: rgba(14, 14, 14, 0.92);
  color: var(--text);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 52px;
  height: 52px;
}

.gallery-arrow-left { left: 8px; }
.gallery-arrow-right { right: 8px; }

.gallery-arrow:hover {
  transform: translateY(-50%) scale(1.08);
  color: var(--gold);
  background: rgba(31, 24, 18, 0.98);
  box-shadow: 0 8px 22px rgba(0,0,0,.3);
}

.lightbox-nav:hover,
.lightbox-close:hover,
.menu-close:hover,
.captcha-reload:hover {
  transform: scale(1.08);
  color: var(--gold);
  background: rgba(31, 24, 18, 0.98);
  box-shadow: 0 8px 22px rgba(0,0,0,.3);
}

.about {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 25px;
  align-items: center;
}

.about-image {
  margin-left: 70px;
}

/* Über Florin: Bildhöhe an die Texthöhe angleichen */
#ueber .about-image {
  align-self: stretch;
  display: block;
}
#ueber .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Umgekehrte Variante: Text links, Bild rechts */
.about-reverse .about-text {
  order: 1;
}
.about-reverse .about-image {
  order: 2;
  margin-left: 0;
  margin-right: 70px;
}

.about-image img {
  box-shadow: 0 16px 40px var(--shadow);
}

.about-text p {
  color: var(--muted);
  line-height: 1.8;
}

.quote {
  margin-top: 24px;
  padding-left: 16px;
  border-left: 3px solid var(--gold);
  color: var(--text) !important;
  font-size: 1.1rem;
}

.menu-section { display: grid; gap: 28px; }
.menu-columns.centered { align-items: start; }

.menu-box ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: var(--muted);
  line-height: 1.9;
}

.centered-actions {
  justify-content: center;
}

.captcha-reload {
  width: 42px;
  height: 42px;
}

/* ── Kachel-Dropdown Speisekarte ──────────────────────────── */

/* Button-Zeile am unteren Rand der Kachel */
.menu-box-actions {
  margin-top: auto;
  padding-top: 18px;
}

.menu-card-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Chevron dreht sich beim Öffnen */
.menu-card-chevron {
  font-size: 0.75rem;
  transition: transform .3s ease;
}

.menu-card-toggle[aria-expanded="true"] .menu-card-chevron {
  transform: rotate(180deg);
}

/* Das Dropdown innerhalb der Kachel */
.menu-card-drop {
  grid-column: 1 / -1;   /* spannt später bei Vollbreite */
  margin-top: 18px;
  border-top: 1px solid var(--frame-color);
  padding-top: 14px;
}

.menu-card-drop-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  color: var(--gold);
  font-family: "Cinzel", serif;
  font-size: 0.85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.menu-card-drop iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.414;
  max-height: 80vh;
  border: 0;
  background: #fff;
  border-radius: var(--radius-sm);
  display: block;
}

/* Wenn eine Kachel offen ist: volle Breite über alle 3 Spalten */
.menu-columns.has-open {
  grid-template-columns: 1fr;
}

.menu-box.is-open {
  grid-column: 1 / -1;
}

/* Geschlossene Kacheln neben einer offenen ausblenden */
.menu-columns.has-open .menu-box:not(.is-open) {
  display: none;
}

/* Gleiches Verhalten für die Konzept-Karten */
.card-grid.has-open {
  grid-template-columns: 1fr;
}

.card.is-open {
  grid-column: 1 / -1;
}

.card-grid.has-open .card:not(.is-open) {
  display: none;
}

/* Button-Zeile zwischen Text und Bild in den Konzept-Karten */
.card-actions {
  margin: auto 0 18px;
}

@media (max-width: 980px) {
  .menu-card-drop iframe {
    aspect-ratio: 1 / 1.3;
  }
}

@media (max-width: 560px) {
  .menu-card-drop iframe {
    aspect-ratio: 1 / 1.2;
  }
}

.contact-section { display: grid; gap: 26px; max-width: 100%; overflow: hidden; }

.contact-row {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: start;
}

/* WhatsApp-Karte (linke Spalte) */
.whatsapp-card {
  border: 1px solid var(--frame-color);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(184,100,27,.11), rgba(0,0,0,.08)), var(--panel);
  box-shadow: 0 12px 34px var(--shadow);
  padding: 30px 28px;
  display: grid;
  gap: 16px;
  align-content: start;
}

.whatsapp-kicker {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .82rem;
  color: var(--gold);
}

.whatsapp-title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-weight: 400;
  color: var(--text);
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  line-height: 1.25;
}

.whatsapp-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.whatsapp-btn {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1f8a4c;
  border: 1px solid #1f8a4c;
  color: #fff;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .92rem;
}

.whatsapp-btn i {
  font-size: 1.25rem;
}

.whatsapp-btn:hover {
  background: #23a058;
  border-color: #23a058;
  color: #fff;
  transform: translateY(-2px);
}

.whatsapp-note {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.55;
}

.contact-media {
  display: inline-block;
}

.contact-side-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--frame-color);
}

.contact-center {
  display: grid;
  gap: 18px;
  min-width: 0;
  width: 100%;
}

.contact-intro {
  color: var(--muted);
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.contact-form input.is-invalid,
.contact-form textarea.is-invalid {
  border: 2px solid #c93a2f;
  box-shadow: 0 0 0 1px rgba(201, 58, 47, 0.18);
}

.field-error {
  margin-top: 6px;
  color: #f0c27a;
  font-size: .92rem;
}

.form-field { display: grid; gap: 8px; }
.form-field-full { grid-column: 1 / -1; }

.form-label {
  color: var(--gold);
  font-size: 0.98rem;
}

.required {
  margin-left: 2px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(216,161,58,.72);
  border-radius: var(--radius-sm);
  background: #141414;
  color: var(--text);
}

.contact-form textarea {
  resize: vertical;
  overflow-x: hidden;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 1px rgba(216,161,58,.28);
}

.field-error,
.field-help,
.captcha-error {
  margin: 0;
  font-size: .92rem;
}

.field-error,
.captcha-error {
  color: #f0c27a;
}

.field-help {
  color: var(--muted);
}

.captcha-block { display: grid; gap: 10px; }
.captcha-field { gap: 8px; }

/* Datenschutz-Zustimmung */
.consent-block { display: grid; gap: 8px; }

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  line-height: 1.5;
  color: var(--muted);
  font-size: .96rem;
}

.consent-row input[type="checkbox"] {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--gold);
  cursor: pointer;
}

.consent-row input.is-invalid {
  outline: 2px solid #f0c27a;
  outline-offset: 2px;
}

.consent-link {
  color: var(--gold);
  text-decoration: underline;
}

.captcha-challenge-row {
  display: grid;
  grid-template-columns: auto 48px;
  gap: 10px;
  align-items: center;
  justify-content: start;
}

.captcha-input-wrap {
  display: block;
}

.captcha-reload {
  width: 42px;
  height: 42px;
  justify-self: start;
  align-self: center;
}
.captcha-input-wrap {
  display: grid;
  grid-template-columns: 1fr 48px;
  gap: 8px;
  align-items: center;
}

.captcha-visual {
  min-height: 54px;
  width: min(240px, 100%);
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--frame-color);
  border-radius: var(--radius-sm);
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.75), transparent 18%),
    radial-gradient(circle at 65% 55%, rgba(255,255,255,.55), transparent 14%),
    linear-gradient(135deg, #d9d9d9 0%, #9f9f9f 20%, #f0f0f0 38%, #b7b7b7 55%, #ececec 78%, #9e9e9e 100%);
  color: #101010;
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.captcha-visual::before,
.captcha-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 12%, rgba(0,0,0,.18) 12% 14%, transparent 14% 34%, rgba(0,0,0,.22) 34% 36%, transparent 36% 100%);
  mix-blend-mode: multiply;
  opacity: .65;
}

.captcha-visual::after {
  transform: rotate(180deg);
  opacity: .45;
}

.site-footer {
  border-top: 1px solid var(--frame-color);
  background: #090909;
  padding: 8px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  panding-top: 0px;
  padding-bottom: 0px;
}

.footer-brand .brand-logo {
  display: block;
  max-height: 100px;
  width: auto;
  margin: 0px 12px;
}

.footer-claim {
  margin: 4px 0 0;
  line-height: 1.2;
  color: var(--muted);
}

.small.brand-script { font-size: 1.8rem; }
.small.brand-block { font-size: 2rem; }

.footer-claim {
  margin: 8px 0 0;
  color: var(--muted);
}

.footer-social {
  display: flex;
  gap: 18px;
  justify-content: center;
}

.footer-social {
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footer-icons {
  display: flex;
  gap: 18px;
  justify-content: center;
}

.footer-social .footer-claim {
  margin: 0;
  text-align: center;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border: 1px solid var(--frame-color);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--text);
}

.footer-social a:hover,
.footer-links a:hover {
  color: var(--gold);
  border-color: rgba(216,161,58,.6);
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-links a {
  text-decoration: none;
  color: var(--text);
}

.utility-page {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 80px 0;
}

.utility-box {
  width: min(720px, calc(100% - 32px));
  border: 1px solid var(--frame-color);
  border-radius: var(--radius);
  background: var(--panel);
  padding: 32px;
}

.utility-box h1 {
  margin-top: 0;
  font-family: "Cinzel", serif;
  font-weight: 400;
  color: var(--gold);
  text-transform: uppercase;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(4px);
}

.lightbox-dialog {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 40px));
  height: min(84vh, 780px);
  margin: min(5vh, 40px) auto;
  border: 1px solid var(--frame-color);
  border-radius: 20px;
  background: rgba(10, 10, 10, 0.98);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  padding: 26px 86px 26px 86px;
}

.lightbox-figure {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.lightbox-figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  border: none !important;
  box-shadow: none !important;
  border-radius: 14px;
}

.lightbox .frame-soft,
.lightbox .frame-soft img {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.lightbox-nav,
.lightbox-close {
  position: absolute;
  z-index: 3;
  border: 1px solid var(--frame-color);
  background: rgba(14, 14, 14, 0.92);
  color: var(--text);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}

.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
}

.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }

.lightbox-close {
  top: 16px;
  right: 16px;
  width: 46px;
  height: 46px;
}

.lightbox-nav:hover {
  transform: translateY(-50%) scale(1.08);
  color: var(--gold);
  background: rgba(31, 24, 18, 0.98);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}

.lightbox-close:hover {
  transform: scale(1.08);
  color: var(--gold);
  background: rgba(31, 24, 18, 0.98);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}

.thankyou-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
}

.thankyou-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(4px);
}

.thankyou-dialog {
  position: relative;
  z-index: 2;
  width: min(520px, calc(100% - 32px));
  margin: 16vh auto 0;
  padding: 28px 24px 24px;
  border: 1px solid var(--frame-color);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(31, 22, 17, 0.96), rgba(10, 10, 10, 0.98));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  text-align: center;
}

.thankyou-dialog h3 {
  margin: 0 0 12px;
  color: var(--gold);
  font-family: "Cinzel", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 2rem;
}

.thankyou-dialog p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.thankyou-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--frame-color);
  border-radius: 999px;
  background: rgba(14, 14, 14, 0.92);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}

.thankyou-close:hover {
  transform: scale(1.08);
  color: var(--gold);
  background: rgba(31, 24, 18, 0.98);
  box-shadow: 0 8px 22px rgba(0,0,0,.3);
}


/* ── Responsive Nav: Media-Query als Basis (unabhängig von JS) ─────────────
   JS setzt zusätzlich body.nav-force-mobile für dynamisches Resize.
   Der @media-Query greift sofort beim ersten Paint – kein Flackern.    */
@media (max-width: 939px) {
  .nav-cta {
    width: 100%;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: auto;
    display: none;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    background: rgba(10,10,10,.97);
    border: 1px solid var(--frame-color);
    border-radius: 16px;
    padding: 14px;
    gap: 12px;
    z-index: 1005;
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav a {
    width: 100%;
  }

  .primary-nav .nav-link {
    text-align: left;
    justify-content: flex-start;
  }

  .primary-nav .nav-link + .nav-link::before,
  .primary-nav .nav-link::after {
    display: none;
  }
}
@media (max-width: 1020px) {
  .about {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 28px;
  }

  .about-image {
    transform: none;
    margin: 0 auto;
  }

  .about-reverse .about-image {
    margin: 0 auto;
  }

  .about-text {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }

  .about-text .section-title.left,
  .about-text p,
  .about-text .quote {
    text-align: left;
  }
}

@media (max-width: 980px) {
  /* Karten & Menü-Spalten */
  .card-grid,
  .menu-columns {
    grid-template-columns: 1fr;
  }

  /* Kontakt: Seitenbilder weg, Formular zentriert */
  .contact-side-image {
    display: none;
  }

  .contact-row {
    grid-template-columns: 1fr;
  }

  /* Formular bleibt 2-spaltig auf Tablet */
  .contact-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand,
  .footer-social,
  .footer-links {
    justify-content: center;
  }

  /* Über Florin */
  .about {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 28px;
  }

  .about-image {
    transform: none;
    margin: 0 auto;
  }

  .about-text {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }

  .about-text .section-title.left,
  .about-text p,
  .about-text .quote {
    text-align: left;
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: 58vh;
    background-position: center center;
  }

  .hero-layout {
    padding: 58px 0;
  }
  .footer-brand {
    align-items: center;
  }
  .gallery-track {
    padding: 6px 52px;
    grid-auto-columns: minmax(240px, 85%);
  }

  .menu-panel iframe {
    height: 560px;
  }

  .lightbox-dialog {
    width: calc(100% - 24px);
    height: min(78vh, 620px);
    padding: 22px 68px;
  }

  .lightbox-nav {
    width: 48px;
    height: 48px;
  }

  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--max), calc(100% - 22px));
  }

  /* section-title: Zierlinien ausblenden, Text kann umbrechen */
  .section-title {
    font-size: clamp(1.2rem, 7vw, 1.8rem);
    gap: 8px;
    flex-wrap: wrap;
    white-space: normal;
    overflow-wrap: anywhere;
    max-width: 100%;
  }

  .section-title::before,
  .section-title::after {
    display: none;
  }
  .brand .brand-logo {
    max-height: none;
    height: 82px;
    margin: 0 8px -26px;
  }
  .footer-brand {
    align-items: center;
  }
  .section {
    padding: 68px 0;
  }

  .hero-subline {
    font-size: 1rem;
  }

  .btn {
    width: 100%;
  }

  .hero-actions .btn,
  .menu-actions .btn,
  .contact-actions .btn {
    width: 100%;
  }

  /* Formular: Seitenbilder weg, einspaltig, kein horizontaler Overflow */
  .contact-side-image {
    display: none;
  }

  .contact-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form .form-field,
  .contact-form .form-field-full {
    grid-column: 1;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    box-sizing: border-box;
  }

  .contact-intro {
    padding: 0 8px;
  }

  .captcha-input-wrap {
    grid-template-columns: 1fr;
  }

  .gallery-track {
    grid-auto-columns: 100%;
    padding: 6px 48px;
  }

  .gallery-arrow {
    width: 44px;
    height: 44px;
  }

  .gallery-arrow-left { left: 4px; }
  .gallery-arrow-right { right: 4px; }

  .lightbox-dialog {
    width: calc(100% - 18px);
    min-height: 72vh;
    height: auto;
    padding: 62px 16px 18px;
  }

  .lightbox-figure img {
    max-width: 100%;
    max-height: calc(72vh - 96px);
  }

  .lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
  }

  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}

/* --- Mobile-Logo (Blech-Schild) nur auf Smartphones --- */
.brand .logo-mobile, .footer-brand .logo-mobile { display: none; }
@media (max-width: 992px) {
  .brand .logo-desktop, .footer-brand .logo-desktop { display: none; }
  .brand .logo-mobile { display: block; height: auto; width: auto; max-height: 48px; max-width: min(37vw, 160px); margin: 0 4px -6px; }
  .footer-brand .logo-mobile { display: block; height: auto; width: auto; max-height: 46px; max-width: min(39vw, 160px); margin: 0 auto; }
}
@media (min-width: 993px) {
  .brand .logo-mobile, .footer-brand .logo-mobile { display: none; }
  .brand .logo-desktop, .footer-brand .logo-desktop { display: block; }
}
/* --- Kontaktformular: garantiert kein horizontaler Ueberlauf (alle Breiten) --- */
.title-br-mobile { display: none; }
#anfrage .section-title .title-text { text-align: center; }
@media (max-width: 1024px) { #anfrage .section-title .title-br-mobile { display: inline; } }
#anfrage { overflow-x: clip; }
#anfrage .contact-section, #anfrage .contact-row, #anfrage .contact-center, #anfrage .contact-form { max-width: 100%; min-width: 0; overflow-x: clip; }
.contact-form { min-width: 0; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; max-width: 100%; min-width: 0; box-sizing: border-box; }
/* Tablet: Formular bleibt 2-spaltig, Spalten koennen schrumpfen */
@media (max-width: 980px) {
  #anfrage .contact-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}


/* Pfeile komplett entfernt, Navigation ueber Pagination-Punkte */
.gallery-arrow { display: none !important; }
.slider-dots { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 30px; flex-wrap: wrap; }
.slider-dot { width: 11px; height: 11px; padding: 0; border-radius: 999px; border: 1px solid var(--frame-color); background: transparent; cursor: pointer; transition: background .25s ease, border-color .25s ease, transform .25s ease; }
.slider-dot:hover { border-color: var(--gold); }
.slider-dot.is-active { background: var(--gold); border-color: var(--gold); transform: scale(1.2); }


/* Mobil: mehr Platz links & rechts im Bewertungs-Text pro Karte */
@media (max-width: 560px) {
  #reviewTrack .review-item { padding-left: 30px; padding-right: 30px; }
}

.footer-copyright { display: block; width: 100%; text-align: center; margin: 22px auto 0; padding-top: 18px; border-top: 1px solid var(--frame-color); color: var(--muted); font-size: .82rem; letter-spacing: .04em; }
@media (max-width: 997px) { .footer-copyright { font-size: .7rem; } }
/* Kontakt-Popup: WhatsApp-Button auf Mobil kleiner */
@media (max-width: 560px) {
  #kontaktModal .whatsapp-btn { min-height: 36px; padding: 7px 12px; font-size: .82rem; gap: 7px; }
  #kontaktModal .whatsapp-btn i { font-size: 1rem; }
}

@media (max-width: 560px) {
  .btn {
    width: 100%;
    padding: unset;
  }
}

/* Foodtruck-Button, Standort- & Kontakt-Popup */
.ft-fab {
      position: fixed; right: 24px; bottom: 24px;
      width: 64px; height: 64px; border-radius: 999px;
      background: var(--gold); color: #1a1206; border: none;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.55rem; cursor: pointer; z-index: 1200; overflow: hidden;
      box-shadow: 0 10px 26px rgba(0,0,0,.5);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .ft-fab:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 14px 32px rgba(0,0,0,.55); }
    .ft-fab:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
    .ft-fab i { display: inline-block; animation: ft-drive .55s ease-in-out infinite; }
    .ft-fab::after {
      content: ""; position: absolute; top: 0; left: -120%; width: 55%; height: 100%;
      background: linear-gradient(100deg, transparent 0%, rgba(255,255,255,.7) 50%, transparent 100%);
      transform: skewX(-20deg); pointer-events: none;
      animation: ft-shimmer 5.5s ease-in-out infinite;
    }
    @keyframes ft-shimmer { 0%, 74% { left: -120%; } 88%, 100% { left: 150%; } }
    @keyframes ft-drive {
      0%   { transform: translateY(0)    rotate(-1.5deg); }
      25%  { transform: translateY(-2px) rotate(0deg); }
      50%  { transform: translateY(0)    rotate(1.5deg); }
      75%  { transform: translateY(-1px) rotate(0deg); }
      100% { transform: translateY(0)    rotate(-1.5deg); }
    }
    @media (prefers-reduced-motion: reduce) { .ft-fab i, .ft-fab::after { animation: none; } }
    .ft-fab.is-spotlight { box-shadow: 0 0 0 6px rgba(216,161,58,.30), 0 0 46px 10px rgba(216,161,58,.55); animation: ft-pulse 1.4s ease-in-out infinite; }
    @keyframes ft-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.1); } }
    .ft-spotlight { position: fixed; inset: 0; z-index: 1150; background: rgba(0,0,0,.30); }
    .ft-spotlight[hidden] { display: none; }

    .ft-modal { position: fixed; inset: 0; z-index: 1300; display: flex; align-items: center; justify-content: center; padding: 20px; }
    .ft-modal[hidden] { display: none; }
    .ft-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.74); backdrop-filter: blur(5px); }
    .ft-dialog {
      position: relative; width: min(940px, 100%); max-height: 88vh; overflow: auto;
      background: linear-gradient(180deg, rgba(184,100,27,.10), rgba(0,0,0,.08)), var(--panel);
      border: 1px solid var(--frame-color); border-radius: calc(var(--radius) + 4px);
      padding: 34px; box-shadow: 0 24px 64px rgba(0,0,0,.55);
    }
    .ft-close {
      position: absolute; top: 14px; right: 14px; width: 42px; height: 42px;
      border: 1px solid var(--frame-color); background: rgba(14,14,14,.92); color: var(--text);
      border-radius: 999px; display: inline-flex; align-items: center; justify-content: center;
      cursor: pointer; font-size: 1rem; transition: transform .2s ease, color .2s ease, background .2s ease;
    }
    .ft-close:hover { transform: scale(1.08); color: var(--gold); background: rgba(31,24,18,.98); }
    .ft-eyebrow { font-family: "Rye", serif; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); font-size: .82rem; margin: 0 0 4px; }
    .ft-heading { font-family: "Cinzel", serif; font-weight: 400; color: var(--text); font-size: clamp(1.4rem, 3vw, 1.9rem); margin: 0 0 22px; }
    .ft-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
    .ft-col h3 { font-family: "Cinzel", serif; font-weight: 400; color: var(--gold); font-size: 1.25rem; margin: 0 0 14px; letter-spacing: .02em; }
    .ft-map { position: relative; width: 100%; aspect-ratio: 4 / 3; border: 1px solid var(--frame-color); border-radius: var(--radius); overflow: hidden; }
    .ft-map iframe { width: 100%; height: 100%; border: 0; display: block; }
    .ft-map-consent {
      position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center;
      justify-content: center; gap: 14px; padding: 24px; text-align: center;
      background: rgba(14,14,14,.94);
    }
    .ft-map-consent p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.5; }
    .ft-map-consent a { color: var(--gold); }
    .ft-map-consent[hidden] { display: none; }
    .ft-hours { list-style: none; padding: 0; margin: 0; }
    .ft-hours li { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--frame-color); color: var(--muted); }
    .ft-hours li:last-child { border-bottom: 0; }
    .ft-hours .day { font-family: "Cinzel", serif; color: var(--text); letter-spacing: .02em; }
    .ft-hours .closed { color: var(--muted); opacity: .7; }
    .ft-note { margin: 16px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }
    @media (max-width: 720px) { .ft-grid { grid-template-columns: 1fr; } .ft-dialog { padding: 26px 20px; } }
