/* ZUMA Lounge, Geilenkirchen — gestanzt aus templates/gastro */
/* ── FONTS: editorial ── */
@font-face { font-family: "Display"; src: url("display.woff2") format("woff2"); font-weight: 400 800; font-display: swap; }
@font-face { font-family: "Body"; src: url("body.woff2") format("woff2"); font-weight: 300 500; font-display: swap; }
@font-face { font-family: "Body"; src: url("body-600.woff2") format("woff2"); font-weight: 600 800; font-display: swap; }
:root {
  --display: "Display", Georgia, serif;
  --sans: "Body", "Helvetica Neue", Arial, system-ui, sans-serif;
  --display-weight: 700;
  --display-tracking: -0.015em;
}
/* ── FONTS:END ── */

/* ── PALETTE: mitternacht-gold ── */
:root {
  color-scheme: dark;
  --bg: #0d1220;
  --bg-rgb: 13 18 32;
  --panel: #131a2c;
  --line: rgb(241 238 231 / 0.1);
  --ink: #f1eee7;
  --ink-rgb: 241 238 231;
  --muted: #a8a294;
  --accent: #d4af6a;
  --accent-rgb: 212 175 106;
  --accent-dark: #b8934e;
  --accent2: #f0d9a8;
  --accent2-rgb: 240 217 168;
  --on-accent: #1c1503;
  --btn-bg: linear-gradient(100deg, #d4af6a, #b8934e);
  --btn-ink: #1c1503;
  --grad: linear-gradient(100deg, #f0d9a8, #d4af6a 50%, #a67c3b);
  --photo-filter: brightness(0.85) saturate(1.05);
}
/* ── PALETTE:END ── */

/* ── Basis ── */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { background: var(--bg); color: var(--ink); font-family: var(--sans); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--accent); text-decoration: none; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 22px; }
.container.narrow { max-width: 760px; }
.center { text-align: center; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.accent { color: var(--accent); } /* ruhigere Alternative zum Gradient-Highlight */
.ic { width: 1.1em; height: 1.1em; vertical-align: -0.18em; }

.demo-banner { background: var(--accent); color: var(--on-accent); text-align: center; padding: 7px 16px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em; position: relative; z-index: 30; }

/* ── Header ── */
.site-header { position: sticky; top: 0; z-index: 20; background: rgb(var(--bg-rgb) / 0.88); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; gap: 24px; padding-top: 13px; padding-bottom: 13px; }
.brand { font-family: var(--display); font-weight: var(--display-weight); font-size: 22px; letter-spacing: 0.04em; color: var(--accent); }
.logo-img { height: 46px; width: auto; }
.main-nav { display: flex; gap: 20px; margin-left: auto; font-size: 14.5px; }
.main-nav a { color: var(--muted); }
.main-nav a:hover { color: var(--ink); }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 24px; border-radius: 999px; font-weight: 700; font-size: 16px; border: 0; cursor: pointer; transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease, border-color 140ms ease; }
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--btn-bg); color: var(--btn-ink); box-shadow: 0 6px 24px rgb(var(--accent-rgb) / 0.3); }
.btn-primary:hover { box-shadow: 0 8px 32px rgb(var(--accent-rgb) / 0.42); transform: translateY(-1px); }
.btn-ghost { border: 1.5px solid rgb(var(--ink-rgb) / 0.25); color: var(--ink); font-weight: 600; background: rgb(var(--bg-rgb) / 0.35); backdrop-filter: blur(4px); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-small { padding: 9px 18px; font-size: 13.5px; }
.btn-big { padding: 16px 30px; font-size: 17px; }
.btn-wa { background: #1faa53; color: #fff; font-size: 14.5px; padding: 10px 18px; }
.btn-wa:hover { filter: brightness(1.08); }
.btn-insta { background: linear-gradient(45deg, #f58529, #dd2a7b 55%, #8134af); color: #fff; font-size: 14.5px; padding: 10px 18px; }
.btn-insta:hover { filter: brightness(1.08); }

/* ── Hero: gemeinsame Bausteine ── */
.kicker { color: var(--accent); font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; font-size: 13px; margin-bottom: 14px; }
.hero h1 { font-family: var(--display); font-weight: var(--display-weight); font-size: clamp(42px, 6.6vw, 78px); line-height: 1.05; letter-spacing: var(--display-tracking); }
.hero .sub { margin-top: 18px; font-size: 18.5px; color: var(--muted); max-width: 48ch; }
.cta-row { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 28px; }
.badge-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgb(var(--ink-rgb) / 0.16); background: rgb(var(--bg-rgb) / 0.55); backdrop-filter: blur(6px); border-radius: 999px; padding: 7px 14px; font-size: 13px; color: var(--muted); }
.badge .dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 10px #22c55e; }
.badge .dot.closed { background: #d97706; box-shadow: 0 0 8px rgb(217 119 6 / 0.6); animation: none; }
.badge .pulse { animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.hours-micro { margin-top: 16px; font-size: 14px; color: var(--muted); }
.rating-badge { margin-top: 18px; font-size: 15px; color: var(--muted); }
.rating-badge strong { color: var(--accent); font-size: 16.5px; }
.stars-inline { color: var(--accent); letter-spacing: 2px; text-shadow: 0 0 10px rgb(var(--accent-rgb) / 0.45); }
.stars-inline em { font-style: normal; color: rgb(var(--accent-rgb) / 0.3); }
/* Teilstern: <em class="star-frac" style="--f:30%">★</em> — füllt den Stern zu --f (z. B. 4,3 → 30%) */
.star-frac { position: relative; display: inline-block; }
.star-frac::before { content: "★"; position: absolute; left: 0; top: 0; width: var(--f, 50%); overflow: hidden; color: var(--accent); }
.stat-row { display: flex; align-items: center; gap: 14px; margin-top: 26px; font-size: 14.5px; color: var(--muted); flex-wrap: wrap; }
.stat strong { color: var(--accent); font-size: 16px; }
.stat-sep { width: 4px; height: 4px; border-radius: 50%; background: rgb(var(--ink-rgb) / 0.25); }

/* ── VARIANT:hero-cinema — vollflächiges Foto ── */
.hero-cinema { position: relative; min-height: min(92svh, 860px); display: flex; align-items: center; overflow: hidden; padding: 56px 0 72px; }
.hero-cinema .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% 45%; filter: var(--photo-filter); }
.hero-cinema .hero-shade { position: absolute; inset: 0; background:
  linear-gradient(95deg, rgb(var(--bg-rgb) / 0.96) 28%, rgb(var(--bg-rgb) / 0.68) 56%, rgb(var(--bg-rgb) / 0.28)),
  linear-gradient(to top, var(--bg) 2%, transparent 32%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.hero-glow.g1 { width: 700px; height: 700px; right: -180px; top: -100px; background: radial-gradient(circle, rgb(var(--accent2-rgb) / 0.28), transparent 65%); }
.hero-glow.g2 { width: 540px; height: 540px; left: -160px; bottom: -220px; background: radial-gradient(circle, rgb(var(--accent-rgb) / 0.16), transparent 65%); }
.hero-cinema .hero-inner { position: relative; z-index: 2; width: 100%; }
.hero-cinema .hero-copy { max-width: 60ch; }
/* ── /VARIANT:hero-cinema ── */


/* ── SIGNATURE:ember — Glut-Partikel + Rauchfahnen (nur hero-cinema) ── */
.embers { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.embers i { position: absolute; bottom: -8px; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px 1px rgb(var(--accent-rgb) / 0.8); opacity: 0; animation: ember 9s linear infinite; }
.embers i:nth-child(1) { left: 8%; animation-delay: 0s; }
.embers i:nth-child(2) { left: 18%; animation-delay: 2.2s; width: 3px; height: 3px; }
.embers i:nth-child(3) { left: 29%; animation-delay: 5s; }
.embers i:nth-child(4) { left: 38%; animation-delay: 1.2s; width: 2.5px; height: 2.5px; }
.embers i:nth-child(5) { left: 51%; animation-delay: 6.4s; }
.embers i:nth-child(6) { left: 60%; animation-delay: 3.1s; width: 3px; height: 3px; }
.embers i:nth-child(7) { left: 71%; animation-delay: 0.7s; }
.embers i:nth-child(8) { left: 80%; animation-delay: 4.4s; width: 2.5px; height: 2.5px; }
.embers i:nth-child(9) { left: 88%; animation-delay: 7.6s; }
.embers i:nth-child(10) { left: 95%; animation-delay: 2.9s; width: 3px; height: 3px; }
@keyframes ember {
  0% { transform: translateY(0) translateX(0); opacity: 0; }
  8% { opacity: 0.9; }
  60% { opacity: 0.5; }
  100% { transform: translateY(-92vh) translateX(26px); opacity: 0; }
}
.smoke-set { position: absolute; right: 12%; top: 8%; width: 200px; height: 60%; pointer-events: none; z-index: 1; }
.smoke-set .smoke { position: absolute; top: 30%; left: 50%; width: 90px; height: 130px; border-radius: 50%; background: radial-gradient(ellipse, rgb(var(--ink-rgb) / 0.13), transparent 70%); filter: blur(16px); animation: rise 7s ease-in-out infinite; }
.smoke-set .s2 { animation-delay: 2.3s; width: 60px; }
.smoke-set .s3 { animation-delay: 4.6s; width: 120px; height: 90px; }
@keyframes rise {
  0% { transform: translate(-50%, 30px) scale(0.7); opacity: 0; }
  30% { opacity: 0.9; }
  100% { transform: translate(calc(-50% + 34px), -150px) scale(1.5); opacity: 0; }
}
/* ── /SIGNATURE:ember ── */



/* ── Sections ── */
.section { padding: 84px 0; scroll-margin-top: 84px; }
.section.alt { background: var(--panel); }
.section h2, .section h1 { font-family: var(--display); font-weight: var(--display-weight); font-size: clamp(29px, 4.2vw, 44px); letter-spacing: var(--display-tracking); margin-bottom: 34px; }
.section p + p { margin-top: 14px; }

/* Karten */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.card { position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: 20px; padding: 30px 26px; overflow: hidden; transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease; }
.section.alt .card, .section .card { background: var(--panel); }
.section:not(.alt) .card { background: var(--panel); }
.section.alt .cards .card { background: var(--bg); }
.card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--accent), rgb(var(--accent-rgb) / 0.1)); }
.card:hover { transform: translateY(-5px); border-color: rgb(var(--accent-rgb) / 0.4); box-shadow: 0 18px 44px rgb(0 0 0 / 0.18); }
.card-ic { width: 32px; height: 32px; color: var(--accent); filter: drop-shadow(0 0 10px rgb(var(--accent-rgb) / 0.4)); }
.card h3 { font-family: var(--display); font-weight: var(--display-weight); margin: 14px 0 8px; font-size: 20px; }
.card p { color: var(--muted); font-size: 15px; }
.cta-inline { margin-top: 30px; text-align: center; }

/* SECTION:events */
.events-intro { max-width: 56ch; color: var(--muted); margin: -18px 0 30px; }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 900px) { .event-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .event-grid { grid-template-columns: 1fr; } }
.event-card { position: relative; overflow: hidden; background: var(--bg); border: 1px solid var(--line); border-radius: 18px; padding: 24px 22px 20px; transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease; }
.event-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--grad); }
.event-card:hover { transform: translateY(-4px); border-color: rgb(var(--accent-rgb) / 0.4); box-shadow: 0 0 40px rgb(var(--accent-rgb) / 0.14); }
.event-card h3 { font-family: var(--display); font-weight: var(--display-weight); font-size: 20px; margin-bottom: 6px; }
.event-card p { color: var(--muted); font-size: 14.5px; }
.insta-wrap { text-align: center; margin-top: 34px; }
/* Sekundär-Aktion bewusst als Ghost abgestuft, damit der Anruf konkurrenzlos bleibt */
.insta-btn { display: inline-flex; align-items: center; gap: 10px; padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: 15px; color: var(--ink); background: transparent; border: 1.5px solid rgb(var(--ink-rgb) / 0.28); transition: transform 140ms ease, border-color 140ms ease; }
.insta-btn:hover { transform: translateY(-2px); border-color: var(--accent); }
.insta-sub { margin-top: 10px; font-size: 13px; color: var(--muted); }

/* SECTION:galerie */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: start; }
@media (max-width: 680px) { .gallery { grid-template-columns: 1fr; } }
/* height:auto + align-items:start nötig: Grid-Stretch überschreibt sonst die aspect-ratio (Bild ragt in voller Naturhöhe aus dem Raster) */
.gallery img { border-radius: 18px; aspect-ratio: 4 / 5; height: auto; object-fit: cover; width: 100%; border: 1px solid var(--line); filter: var(--photo-filter); transition: transform 400ms ease, box-shadow 300ms ease; }
.gallery img:hover { transform: scale(1.02); box-shadow: 0 0 40px rgb(var(--accent-rgb) / 0.18); }
.gallery-note { margin-top: 12px; font-size: 13px; color: var(--muted); text-align: center; }

/* SECTION:rating-hero — die große Zahl */
.rating-stage { background: radial-gradient(520px 300px at 50% 40%, rgb(var(--accent-rgb) / 0.1), transparent 70%); }
.rating-num { font-family: var(--display); font-weight: var(--display-weight); font-size: clamp(92px, 15vw, 165px); line-height: 1; color: var(--accent); text-shadow: 0 0 60px rgb(var(--accent-rgb) / 0.35); }
.rating-stars { font-size: clamp(22px, 3.4vw, 30px); letter-spacing: 0.3em; color: var(--accent); margin-top: 6px; }
.rating-stars .star-dim { opacity: 0.28; }
html.js .rating-stars span { color: rgb(var(--accent-rgb) / 0.16); transition: color 420ms ease, text-shadow 420ms ease; }
html.js .rating-stars span.star-dim { transition: none; }
.stars-in .rating-stars span:nth-child(1) { transition-delay: 200ms; }
.stars-in .rating-stars span:nth-child(2) { transition-delay: 420ms; }
.stars-in .rating-stars span:nth-child(3) { transition-delay: 640ms; }
.stars-in .rating-stars span:nth-child(4) { transition-delay: 860ms; }
.stars-in .rating-stars span:nth-child(5) { transition-delay: 1080ms; }
html.js .stars-in .rating-stars span { color: var(--accent); text-shadow: 0 0 18px rgb(var(--accent-rgb) / 0.5); }
html.js .stars-in .rating-stars span.star-dim { color: rgb(var(--accent-rgb) / 0.24); text-shadow: none; }
html.js .rating-stars span.star-frac::before { opacity: 0; transition: opacity 420ms ease 1080ms; }
html.js .stars-in .rating-stars span.star-frac::before { opacity: 1; }
.rating-sub { margin-top: 16px; font-size: 17px; color: var(--muted); }
.rating-sub strong { color: var(--ink); }

/* Öffnungszeiten */
.hours-table { width: 100%; max-width: 460px; border-collapse: collapse; font-size: 17px; }
.hours-table th, .hours-table td { padding: 13px 0; border-bottom: 1px solid var(--line); text-align: left; font-weight: 400; }
.hours-table td:last-child { text-align: right; font-weight: 600; color: var(--accent); }
.hours-note { margin-top: 18px; color: var(--muted); }

/* Kontakt */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
@media (max-width: 720px) { .contact-grid { grid-template-columns: 1fr; } }
.adr { font-size: 18px; line-height: 1.7; }
.adr-note { margin-top: 10px; margin-bottom: 12px; color: var(--muted); max-width: 42ch; }
.contact-info p { margin-bottom: 12px; }
.maps-link { font-weight: 600; }
.maps-link:hover { text-decoration: underline; }
.social-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.contact-cta { background: var(--bg); border: 1px solid var(--line); border-radius: 20px; padding: 28px; text-align: center; }
.contact-cta > p { color: var(--muted); margin-bottom: 18px; }
.contact-cta .small { margin-top: 12px; font-size: 13px; margin-bottom: 0; }

/* ── Sticky Mobile Call (Pflicht) ── */
.sticky-call { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 25; display: none; align-items: center; justify-content: center; gap: 9px; padding: 15px; border-radius: 999px; background: var(--btn-bg); color: var(--btn-ink); font-weight: 800; font-size: 16px; box-shadow: 0 10px 34px rgb(var(--accent-rgb) / 0.45); }

/* ── Footer ── */
.site-footer { border-top: 1px solid var(--line); padding: 24px 0 32px; font-size: 13.5px; color: var(--muted); }
.footer-row { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--ink); }
.made-by { font-size: 12.5px; opacity: 0.85; }

/* ── Scroll-Reveal ── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.in { opacity: 1; transform: none; }

/* ── Mobil ── */
@media (max-width: 760px) {
  .sticky-call { display: flex; }
  .main-nav { display: none; }
  .nav { justify-content: space-between; }
  .cta-row .btn-primary { display: none; } /* Sticky-Call übernimmt, kein Doppel-CTA */
  .hero-cinema { min-height: auto; }
  .demo-banner { font-size: 11px; }
  body { font-size: 16.5px; }
  .card p { font-size: 15.5px; }
  #kontakt { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
  .site-footer { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
}

/* ── Reduced Motion: alle Loops aus, Inhalte sofort sichtbar ── */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .badge .pulse, .embers i, .smoke-set .smoke, .steam, .marquee-track { animation: none; }
  .embers, .smoke-set { display: none; }
  html.js .rating-stars span { color: var(--accent); transition: none; text-shadow: none; }
  .btn, .card, .event-card, .gallery img { transition: none; }
}
