/* ============ SMOKY KIOSK – Design System ============ */
:root {
  --bg: #0c0a0e;
  --bg-2: #141017;
  --bg-3: #1c1620;
  --card: rgba(255, 255, 255, 0.04);
  --card-border: rgba(255, 255, 255, 0.08);
  --ember: #ff9210;
  --ember-2: #ff5e1a;
  --ember-glow: rgba(255, 146, 16, 0.35);
  --text: #f2eee9;
  --muted: #a89f99;
  --green: #35d07f;
  --radius: 18px;
  --font-display: 'Bebas Neue', sans-serif;
  --font-body: 'Inter', sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

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

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.05;
}

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.8rem clamp(1rem, 4vw, 3rem);
  background: rgba(12, 10, 14, 0.75);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--card-border);
}

.nav-logo { display: flex; align-items: center; gap: 0.7rem; margin-inline-end: 1.4rem; flex-shrink: 0; }

.logo-mark {
  display: grid; place-items: center;
  width: 42px; height: 42px;
  font-family: var(--font-display); font-size: 1.3rem;
  color: #0c0a0e;
  background: linear-gradient(135deg, var(--ember), var(--ember-2));
  border-radius: 12px;
  box-shadow: 0 0 22px var(--ember-glow);
}

.logo-img {
  height: 46px; width: 150px; object-fit: cover; object-position: center;
  display: block; border-radius: 6px;
}

/* Preise ausgeblendet (SiteSettings.show_prices = aus): fest kodierte Preis-Tags verstecken */
.prices-off .drink-price { display: none; }
.footer-logo .logo-img { height: 50px; width: 164px; }

.logo-text {
  font-family: var(--font-display); font-size: 1.3rem; letter-spacing: 0.06em;
  white-space: nowrap;
}
.logo-text em { font-style: normal; color: var(--ember); }

.nav-links { display: flex; align-items: center; gap: clamp(0.6rem, 1.4vw, 1.4rem); }
.nav-links a { font-size: 0.92rem; font-weight: 500; color: var(--muted); transition: color 0.2s; white-space: nowrap; }
.nav-links a:hover { color: var(--text); }

.nav-cta {
  color: #0c0a0e !important; font-weight: 700 !important;
  background: linear-gradient(135deg, var(--ember), var(--ember-2));
  padding: 0.55rem 1.2rem; border-radius: 999px;
  box-shadow: 0 0 18px var(--ember-glow);
  transition: transform 0.15s, box-shadow 0.2s;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 0 30px var(--ember-glow); }

.nav-toggle { display: none; background: none; border: none; color: var(--text); font-size: 1.6rem; cursor: pointer; }

/* Sprachumschalter */
.lang-switch { display: flex; gap: 0.25rem; margin-inline-start: 0.6rem; }
.lang-btn {
  background: none; border: 1px solid transparent; border-radius: 8px;
  color: var(--muted); font-size: 0.75rem; font-weight: 700;
  padding: 0.3rem 0.5rem; cursor: pointer; font-family: var(--font-body);
  transition: color 0.2s, border-color 0.2s;
}
.lang-btn:hover { color: var(--text); border-color: var(--card-border); }
.lang-active { color: var(--ember); border-color: rgba(255, 146, 16, 0.5); }

/* ============ RTL (Arabisch) ============ */
[dir="rtl"] .hero-shade {
  background:
    linear-gradient(-100deg, rgba(12, 10, 14, 0.93) 18%, rgba(12, 10, 14, 0.62) 44%, rgba(12, 10, 14, 0.18) 72%, rgba(30, 12, 4, 0.08) 100%),
    linear-gradient(to top, var(--bg) 0%, transparent 22%);
}
[dir="rtl"] .hero-dots { left: auto; right: clamp(1rem, 6vw, 5rem); }
[dir="rtl"] .hero-kicker::before { order: 2; }
[dir="rtl"] .ticker-track { animation-direction: reverse; }
[dir="rtl"] .drink-price { right: auto; left: 0.9rem; }
[dir="rtl"] .hours-table td:last-child { text-align: left; }

/* Arabische Schrift */
html[lang="ar"] body { font-family: 'Cairo', var(--font-body); }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3,
html[lang="ar"] .display, html[lang="ar"] .logo-text,
html[lang="ar"] .price, html[lang="ar"] .drink-name,
html[lang="ar"] .screening-date .d, html[lang="ar"] .cat-title {
  font-family: 'Cairo', var(--font-display);
  font-weight: 800; letter-spacing: 0;
}
html[lang="ar"] .hero h1 { font-size: clamp(2.6rem, 8vw, 5.5rem); line-height: 1.25; }

/* ============ HERO ============ */
.hero {
  position: relative; min-height: 92vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 4rem clamp(1rem, 6vw, 5rem);
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(255, 94, 26, 0.10), transparent 60%),
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(255, 146, 16, 0.07), transparent 60%),
    var(--bg);
}

/* drifting smoke blobs — nur transform animieren + eigene GPU-Ebene,
   damit der Blur nicht bei jedem Frame neu gerastert wird */
.smoke {
  position: absolute; border-radius: 50%;
  filter: blur(40px); opacity: 0.5; pointer-events: none;
  will-change: transform;
  transform: translateZ(0);
  animation: drift 18s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion: reduce) {
  .smoke, .ticker-track, .live-dot { animation: none; }
}
.smoke-1 { width: 420px; height: 420px; top: -8%; right: -5%; background: radial-gradient(circle, rgba(255,146,16,0.16), transparent 70%); }
.smoke-2 { width: 340px; height: 340px; bottom: 5%; left: -8%; background: radial-gradient(circle, rgba(180,160,200,0.10), transparent 70%); animation-delay: -6s; animation-duration: 24s; }
.smoke-3 { width: 260px; height: 260px; top: 40%; left: 45%; background: radial-gradient(circle, rgba(255,94,26,0.08), transparent 70%); animation-delay: -12s; animation-duration: 30s; }

@keyframes drift {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(-60px, 40px) scale(1.25); }
}

/* Foto-Slider hinter dem Hero-Text */
.hero-slider { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-slider .slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.4s ease;
  will-change: transform, opacity;
}
.hero-slider .slide.is-active {
  opacity: 1;
  animation: kenburns 9s ease-out forwards;
}
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.08); } }

.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(12, 10, 14, 0.93) 18%, rgba(12, 10, 14, 0.62) 44%, rgba(12, 10, 14, 0.18) 72%, rgba(30, 12, 4, 0.08) 100%),
    linear-gradient(to top, var(--bg) 0%, transparent 22%);
}

.hero-content { position: relative; z-index: 1; }

.hero-dots {
  position: absolute; z-index: 2;
  bottom: 1.8rem; left: clamp(1rem, 6vw, 5rem);
  display: flex; gap: 0.5rem;
}
.dot {
  width: 28px; height: 4px; border-radius: 2px;
  border: none; cursor: pointer; padding: 0;
  background: rgba(255, 255, 255, 0.25);
  transition: background 0.3s, box-shadow 0.3s;
}
.dot.is-active { background: var(--ember); box-shadow: 0 0 12px var(--ember-glow); }
.dot:focus-visible { outline: 2px solid var(--ember); outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
  .hero-slider .slide.is-active { animation: none; }
}

.hero-kicker {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ember); margin-bottom: 1.2rem;
}
.hero-kicker::before { content: ''; width: 34px; height: 2px; background: var(--ember); }

.hero h1 {
  font-size: clamp(3.2rem, 10vw, 7.5rem);
  max-width: 900px;
  text-shadow: 0 0 60px rgba(255, 146, 16, 0.15);
}
.hero h1 .accent {
  background: linear-gradient(120deg, var(--ember), var(--ember-2));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.hero-sub { font-size: clamp(1rem, 2vw, 1.25rem); color: var(--muted); max-width: 560px; margin: 1.4rem 0 2.2rem; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }

.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 1.8rem; border-radius: 999px;
  font-weight: 700; font-size: 1rem; border: none; cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s;
  font-family: var(--font-body);
}
.btn-primary {
  color: #0c0a0e;
  background: linear-gradient(135deg, var(--ember), var(--ember-2));
  box-shadow: 0 0 24px var(--ember-glow);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 40px var(--ember-glow); }
.btn-ghost {
  color: var(--text); background: transparent;
  border: 1px solid var(--card-border);
}
.btn-ghost:hover { border-color: var(--ember); color: var(--ember); }

.hero-badges { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2.6rem; }
.badge {
  font-size: 0.85rem; color: var(--muted);
  border: 1px solid var(--card-border); border-radius: 999px;
  padding: 0.4rem 1rem; background: var(--card);
}

/* ============ TICKER ============ */
.ticker {
  display: flex; overflow: hidden; white-space: nowrap;
  background: linear-gradient(90deg, var(--ember-2), var(--ember));
  color: #14100a; font-weight: 700; font-size: 0.95rem;
  padding: 0.55rem 0;
}
.ticker-track { display: inline-flex; gap: 3rem; padding-left: 100%; animation: ticker 28s linear infinite; }
@keyframes ticker { to { transform: translateX(-100%); } }

/* ============ SECTIONS ============ */
.section { padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1rem, 6vw, 5rem); }
.section-alt { background: var(--bg-2); }

.section-head { margin-bottom: 2.6rem; max-width: 720px; }
.section-kicker {
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ember); margin-bottom: 0.6rem;
}
.section-head h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
.section-head p { color: var(--muted); margin-top: 0.8rem; }

/* ============ CARDS / GRIDS ============ */
.grid { display: grid; gap: 1.2rem; }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 1.6rem;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.card:hover { transform: translateY(-4px); border-color: rgba(255, 146, 16, 0.4); box-shadow: 0 12px 40px rgba(0,0,0,0.4); }

.card-icon { font-size: 2rem; margin-bottom: 0.8rem; }
.card h3 { font-size: 1.5rem; margin-bottom: 0.4rem; }
.card p { color: var(--muted); font-size: 0.95rem; }

/* product cards */
.product-card { display: flex; flex-direction: column; gap: 0.3rem; }
.product-card img { border-radius: 12px; height: 160px; object-fit: cover; margin-bottom: 0.8rem; }
.product-top { display: flex; justify-content: space-between; align-items: baseline; gap: 0.8rem; }
.product-name { font-weight: 600; }
.price { font-family: var(--font-display); font-size: 1.35rem; color: var(--ember); white-space: nowrap; }
.product-desc { color: var(--muted); font-size: 0.88rem; }

.cat-block { margin-bottom: 3rem; }
.cat-title { display: flex; align-items: center; gap: 0.7rem; font-size: 1.9rem; margin-bottom: 1.2rem; }

/* ============ SHOP (Kiosk Bar Cottbus) ============ */
.shop-bar { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 1.2rem; }
.shop-search {
  flex: 1 1 260px;
  background: var(--bg-2); color: var(--text);
  border: 1px solid var(--card-border); border-radius: 999px;
  padding: 0.75rem 1.2rem; font-family: var(--font-body); font-size: 0.95rem;
}
.shop-search:focus { outline: none; border-color: var(--ember); box-shadow: 0 0 0 3px rgba(255,146,16,0.15); }
.shop-sort {
  background: var(--bg-2); color: var(--text);
  border: 1px solid var(--card-border); border-radius: 999px;
  padding: 0.75rem 1.2rem; font-family: var(--font-body); font-size: 0.9rem;
  cursor: pointer;
}
.shop-go { padding: 0.75rem 1.6rem; }

.chip-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.4rem; }
.chip {
  font-size: 0.88rem; font-weight: 600; color: var(--muted);
  border: 1px solid var(--card-border); border-radius: 999px;
  padding: 0.45rem 1.1rem; background: var(--card);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.chip:hover { color: var(--text); border-color: rgba(255,146,16,0.5); }
.chip-active {
  color: #14100a; font-weight: 700;
  background: linear-gradient(135deg, var(--ember), var(--ember-2));
  border-color: transparent;
  box-shadow: 0 0 14px var(--ember-glow);
}

.shop-count { color: var(--muted); font-size: 0.9rem; margin-bottom: 1.2rem; }

.product-cat {
  align-self: flex-start;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 0.4rem;
}
.stock-badge {
  margin-top: 0.7rem; align-self: flex-start;
  font-size: 0.78rem; font-weight: 600; color: var(--green);
  background: rgba(53, 208, 127, 0.10);
  border: 1px solid rgba(53, 208, 127, 0.35);
  border-radius: 999px; padding: 0.25rem 0.8rem;
}

/* screenings */
.screening {
  display: flex; align-items: center; gap: 1.4rem;
  background: var(--card); border: 1px solid var(--card-border);
  border-radius: var(--radius); padding: 1.2rem 1.6rem;
}
.screening-date {
  text-align: center; min-width: 74px;
  font-family: var(--font-display);
  background: linear-gradient(160deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--card-border);
  border-radius: 12px; padding: 0.55rem 0.7rem;
}
.screening-date .d { font-size: 1.6rem; color: var(--ember); line-height: 1; }
.screening-date .t { font-size: 0.95rem; color: var(--muted); }
.screening-match { font-weight: 700; font-size: 1.05rem; }
.screening-meta { color: var(--muted); font-size: 0.88rem; }
.live-dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  background: var(--green); margin-right: 6px;
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse { 50% { opacity: 0.3; } }

/* posts */
.post-card img { border-radius: 12px; height: 190px; object-fit: cover; margin-bottom: 1rem; }
.post-kind {
  display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ember);
  border: 1px solid rgba(255,146,16,0.4); border-radius: 999px;
  padding: 0.15rem 0.7rem; margin-bottom: 0.7rem;
}
.post-date { color: var(--muted); font-size: 0.82rem; }

.post-body { max-width: 720px; color: #d8d2cc; font-size: 1.05rem; white-space: pre-line; }
.post-hero-img { border-radius: var(--radius); max-height: 420px; object-fit: cover; width: 100%; margin: 1.5rem 0; }

/* ============ DRINKS SHELF ============ */
.section-drinks {
  background:
    radial-gradient(ellipse 70% 60% at 85% 10%, rgba(255, 94, 26, 0.07), transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, #17100b 55%, var(--bg-2) 100%);
}

.shelf {
  display: flex; gap: 1.2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.4rem 0.2rem 1.6rem;
  scrollbar-width: none;
}
.shelf::-webkit-scrollbar { display: none; }

.drink {
  position: relative;
  flex: 0 0 240px; height: 360px;
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--card-border);
  scroll-snap-align: start;
  background: var(--bg-3);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.drink:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 146, 16, 0.55);
  box-shadow: 0 18px 48px rgba(255, 94, 26, 0.22);
}
.drink img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.drink:hover img { transform: scale(1.06); }

.drink-price {
  position: absolute; top: 0.9rem; right: 0.9rem; z-index: 2;
  background: linear-gradient(135deg, var(--ember), var(--ember-2));
  color: #14100a; font-weight: 800; font-size: 0.85rem;
  padding: 0.3rem 0.75rem; border-radius: 999px;
  box-shadow: 0 0 16px var(--ember-glow);
}
.drink-info {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  padding: 2.4rem 1.1rem 1.1rem;
  background: linear-gradient(to top, rgba(10, 8, 10, 0.95) 35%, transparent);
}
.drink-name { font-family: var(--font-display); font-size: 1.6rem; letter-spacing: 0.04em; }
.drink-tag { color: var(--muted); font-size: 0.82rem; }

.drink-more {
  display: grid; place-items: center; text-align: center;
  border: 1px dashed rgba(255, 146, 16, 0.45);
  background:
    radial-gradient(ellipse at 50% 80%, rgba(255, 146, 16, 0.10), transparent 65%),
    var(--card);
}
.drink-more:hover { border-style: solid; }

/* ============ PARTY NIGHTS ============ */
.night-card img {
  border-radius: 12px; height: 220px; width: 100%;
  object-fit: cover; margin-bottom: 1rem;
}
.night-card h3 { font-size: 1.8rem; }

.invite-card {
  border-color: rgba(255, 146, 16, 0.4);
  background:
    radial-gradient(ellipse at 100% 0%, rgba(255, 146, 16, 0.10), transparent 60%),
    var(--card);
}

/* ============ HALLE feature split ============ */
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; align-items: center; }
.split-visual {
  position: relative; min-height: 340px; border-radius: var(--radius);
  background:
    radial-gradient(ellipse at 30% 30%, rgba(255,146,16,0.18), transparent 55%),
    linear-gradient(160deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--card-border);
  display: grid; place-items: center;
  overflow: hidden;
}
.split-visual .big-emoji { font-size: 7rem; filter: drop-shadow(0 0 30px var(--ember-glow)); }

.split-photo { padding: 0; }
.split-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.split-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(255, 94, 26, 0.14), rgba(12, 10, 14, 0.45));
  pointer-events: none;
}

.feature-list { list-style: none; margin-top: 1.4rem; display: grid; gap: 0.9rem; }
.feature-list li { display: flex; gap: 0.8rem; align-items: flex-start; color: var(--muted); }
.feature-list .fi { color: var(--ember); font-size: 1.1rem; line-height: 1.5; }
.feature-list strong { color: var(--text); }

/* ============ FORMS ============ */
.form-card {
  max-width: 640px;
  background: var(--card); border: 1px solid var(--card-border);
  border-radius: var(--radius); padding: 2rem;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 1rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 0.85rem; font-weight: 600; color: var(--muted); }
.form-field input, .form-field select, .form-field textarea {
  background: var(--bg-2); color: var(--text);
  border: 1px solid var(--card-border); border-radius: 10px;
  padding: 0.7rem 0.9rem; font-family: var(--font-body); font-size: 0.95rem;
  color-scheme: dark;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--ember); box-shadow: 0 0 0 3px rgba(255,146,16,0.15);
}
.form-error { color: #ff6b6b; font-size: 0.82rem; }

/* ============ MESSAGES ============ */
.messages { position: sticky; top: 70px; z-index: 90; padding: 0 clamp(1rem, 6vw, 5rem); }
.message {
  margin-top: 0.8rem; padding: 1rem 1.4rem; border-radius: 12px; font-weight: 500;
  background: rgba(53, 208, 127, 0.12); border: 1px solid rgba(53, 208, 127, 0.4); color: #a6f0c9;
}

/* ============ HOURS & CONTACT ============ */
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: 0.55rem 0; border-bottom: 1px solid var(--card-border); font-size: 0.95rem; }
.hours-table td:last-child { text-align: right; color: var(--muted); }
.hours-table .today td { color: var(--ember); font-weight: 700; }
.hours-table .today td:last-child { color: var(--ember); }

.map-frame { border: 1px solid var(--card-border); border-radius: var(--radius); overflow: hidden; min-height: 320px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 320px; border: 0; filter: grayscale(0.3) invert(0.9) hue-rotate(180deg); }

/* ============ RECHTLICHES ============ */
.legal-body { max-width: 820px; }
.legal-body h3 {
  font-family: var(--font-body); font-size: 1.05rem; font-weight: 700;
  margin: 2rem 0 0.6rem;
}
.legal-body p { color: var(--muted); font-size: 0.95rem; margin-bottom: 0.8rem; }
.legal-body strong { color: var(--text); }
.todo {
  background: rgba(255, 146, 16, 0.18);
  border: 1px dashed rgba(255, 146, 16, 0.6);
  border-radius: 6px; padding: 0.05rem 0.4rem;
  color: var(--ember); font-weight: 600;
}

/* ============ FOOTER ============ */
.footer { background: var(--bg-2); border-top: 1px solid var(--card-border); padding: 3rem clamp(1rem, 6vw, 5rem) 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
.footer h4 { font-family: var(--font-body); font-size: 0.85rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.9rem; }
.footer a { display: block; color: var(--muted); font-size: 0.95rem; margin-bottom: 0.5rem; transition: color 0.2s; }
.footer a:hover { color: var(--ember); }
.footer p { color: var(--muted); font-size: 0.95rem; }
.footer-logo { margin-bottom: 1rem; }
.footer-tag { margin-bottom: 1rem; }
.footer-insta { font-weight: 600; color: var(--text) !important; }
.footer-bottom { text-align: center; color: #5f5852; font-size: 0.8rem; border-top: 1px solid var(--card-border); padding-top: 1.4rem; }

/* ============ RESPONSIVE ============ */
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: flex-start;
    background: rgba(12, 10, 14, 0.97); padding: 1.2rem clamp(1rem, 4vw, 3rem) 1.6rem;
    border-bottom: 1px solid var(--card-border); gap: 1rem;
  }
  .nav-links.open { display: flex; }
  .split { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* ============ SHOP: Kategorien, Sale, Paginierung, Produktseite ============ */
a.product-card { text-decoration: none; color: inherit; position: relative; }

.sale-badge {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  background: var(--ember); color: #1a1206; font-weight: 700;
  font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 0.22rem 0.6rem; border-radius: 999px;
}

.price-wrap { display: inline-flex; align-items: baseline; gap: 0.5rem; white-space: nowrap; }
.price-old { color: var(--muted); text-decoration: line-through; font-size: 1rem; }
.price-sale { color: var(--ember); }

.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0.8rem; margin-bottom: 1.6rem; }
.cat-tile {
  display: flex; flex-direction: column; align-items: center; gap: 0.25rem;
  text-decoration: none; color: var(--text);
  background: var(--card); border: 1px solid var(--card-border); border-radius: var(--radius);
  padding: 1rem 0.6rem; transition: transform 0.15s, border-color 0.15s;
}
.cat-tile:hover { transform: translateY(-3px); border-color: rgba(255,146,16,0.5); }
.cat-tile.cat-active { border-color: var(--ember); box-shadow: 0 0 0 1px var(--ember) inset; }
.cat-ico { font-size: 1.7rem; }
.cat-name { font-weight: 600; font-size: 0.9rem; text-align: center; }
.cat-count { color: var(--muted); font-size: 0.8rem; }

.pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.4rem; margin-top: 2.5rem; }
.page-link {
  min-width: 42px; text-align: center; padding: 0.5rem 0.8rem; border-radius: 10px;
  text-decoration: none; color: var(--text);
  background: var(--card); border: 1px solid var(--card-border); font-weight: 600;
}
.page-link:hover { border-color: rgba(255,146,16,0.5); }
.page-current { background: var(--ember); color: #1a1206; border-color: var(--ember); }

.crumbs { margin-bottom: 1.2rem; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--ember); }
.pdp { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2.5rem; align-items: start; }
.pdp-main {
  background: var(--card); border: 1px solid var(--card-border); border-radius: var(--radius);
  overflow: hidden; aspect-ratio: 4 / 3;
}
.pdp-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-noimg { width: 100%; height: 100%; display: grid; place-items: center; font-size: 5rem; }
.pdp-thumbs { display: flex; gap: 0.6rem; margin-top: 0.8rem; flex-wrap: wrap; }
.pdp-thumb {
  width: 72px; height: 72px; object-fit: cover; border-radius: 10px; cursor: pointer;
  border: 2px solid transparent; opacity: 0.75; transition: opacity 0.15s, border-color 0.15s;
}
.pdp-thumb:hover, .pdp-thumb.is-active { opacity: 1; border-color: var(--ember); }
.pdp-info h1 { font-size: clamp(2rem, 5vw, 3rem); margin: 0.6rem 0 0.9rem; line-height: 1.05; }
.pdp-cat { display: inline-block; text-decoration: none; }
.pdp-price { display: flex; align-items: baseline; gap: 0.7rem; margin-bottom: 1rem; flex-wrap: wrap; }
.pdp-price .price, .pdp-price .price-sale { font-size: 2rem; }
.pdp-short { color: var(--text); font-size: 1.05rem; margin-bottom: 1rem; }
.pdp-long { color: var(--muted); margin-top: 1.3rem; line-height: 1.7; }
.pdp-long p { margin-bottom: 0.8rem; }
@media (max-width: 720px) { .pdp { grid-template-columns: 1fr; gap: 1.5rem; } }

/* ============ EVENTS (horizontale Karten) ============ */
.event-list { display: flex; flex-direction: column; gap: 1.2rem; }
.event-row {
  display: flex; gap: 0; align-items: stretch; text-decoration: none; color: inherit;
  background: var(--card); border: 1px solid var(--card-border);
  border-radius: var(--radius); overflow: hidden;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.event-row:hover { transform: translateY(-2px); border-color: rgba(255,146,16,0.5); box-shadow: 0 10px 30px rgba(0,0,0,0.25); }
.event-row .event-img { width: 260px; flex-shrink: 0; object-fit: cover; align-self: stretch; height: auto; min-height: 180px; }
.event-body { padding: 1.4rem 1.6rem; display: flex; flex-direction: column; gap: 0.55rem; }
.event-badge {
  display: inline-block; align-self: flex-start; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.04em; color: var(--ember);
  border: 1px solid rgba(255,146,16,0.4); border-radius: 999px; padding: 0.2rem 0.75rem;
}
.event-desc { color: var(--muted); font-size: 0.9rem; }
.events-subhead {
  font-family: var(--font-display); letter-spacing: 1px;
  font-size: 1.9rem; line-height: 1.1; margin: 0 0 1.3rem; color: var(--text);
}
@media (max-width: 640px) {
  .event-row { flex-direction: column; }
  .event-row .event-img { width: 100%; height: 200px; min-height: 0; }
}

/* ===== COTTBUS BAR ===== */
.bar-hero { text-align: center; }
.bar-hero .hero-actions { justify-content: center; margin-top: 1.5rem; }

.bar-features {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1rem;
}
.bar-feature {
  background: var(--card); border: 1px solid var(--card-border);
  border-radius: var(--radius); padding: 1.5rem 1.25rem; text-align: center;
}
.bar-feature .bf-ico { font-size: 2.2rem; display: block; margin-bottom: 0.6rem; }
.bar-feature h3 {
  font-family: var(--font-display); letter-spacing: 0.5px;
  font-size: 1.3rem; margin: 0 0 0.35rem;
}
.bar-feature p { color: var(--muted); font-size: 0.9rem; margin: 0; }

.bar-gallery {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem;
}
.bar-shot {
  margin: 0; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--card-border); position: relative; background: var(--bg-2);
}
.bar-shot img {
  width: 100%; height: 240px; object-fit: cover; display: block;
  transition: transform 0.4s ease;
}
.bar-shot:hover img { transform: scale(1.05); }
.bar-shot figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 0.6rem 0.85rem; font-size: 0.85rem; color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,0.75));
}

.bar-videos {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 1rem;
}
.bar-video-frame {
  position: relative; padding-top: 56.25%; border-radius: var(--radius);
  overflow: hidden; border: 1px solid var(--card-border); background: #000;
}
.bar-video-frame iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}
.bar-video-cap { color: var(--muted); font-size: 0.9rem; margin: 0.6rem 0 0; }

@media (max-width: 900px) {
  .bar-features { grid-template-columns: repeat(2, 1fr); }
  .bar-gallery { grid-template-columns: repeat(2, 1fr); }
  .bar-videos { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .bar-features { grid-template-columns: 1fr 1fr; }
  .bar-gallery { grid-template-columns: 1fr; }
}

/* ===== SCHWEBENDE KONTAKT-BUTTONS (WhatsApp-Chat + Anruf) ===== */
.fab-contact {
  position: fixed; right: 18px; bottom: 18px; z-index: 1000;
  display: flex; flex-direction: column; gap: 12px; align-items: flex-end;
}
.fab {
  display: flex; align-items: center; justify-content: center;
  width: 58px; height: 58px; border-radius: 50%; color: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4); text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.fab:hover { transform: scale(1.08); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.fab svg { width: 30px; height: 30px; fill: currentColor; }
.fab-wa { background: #25D366; animation: fab-pulse 2.6s infinite; }
.fab-call { background: linear-gradient(135deg, var(--ember), var(--ember-2)); display: none; }
.fab-label { display: none; }
@keyframes fab-pulse {
  0%   { box-shadow: 0 8px 24px rgba(0,0,0,0.4), 0 0 0 0 rgba(37,211,102,0.55); }
  70%  { box-shadow: 0 8px 24px rgba(0,0,0,0.4), 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 8px 24px rgba(0,0,0,0.4), 0 0 0 0 rgba(37,211,102,0); }
}
@media (prefers-reduced-motion: reduce) { .fab-wa { animation: none; } }
/* Anruf-Button nur auf Mobilgeräten anzeigen */
@media (max-width: 640px) {
  .fab-call { display: flex; }
  .fab-contact { right: 14px; bottom: 14px; }
}
