/* MORUQ Aachen — Café & Shisha-Lounge: Mitternachtsblau + Gold, Display-Schrift
   Marcellus (lokal, OFL). Signature: die große 5,0. */

@font-face {
  font-family: "Marcellus";
  src: url("marcellus.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

:root {
  --accent: #d4af6a;
  --accent-dark: #b8934e;
  --ink: #f1eee7;
  --muted: #a8a294;
  --bg: #0d1220;
  --bg-alt: #131a2c;
  --line: rgb(241 238 231 / 0.1);
  --radius: 16px;
  --display: "Marcellus", Georgia, serif;
  --sans: "Helvetica Neue", Arial, system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--bg); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: var(--accent); }

.container { max-width: 1060px; margin: 0 auto; padding: 0 20px; }
.container.narrow { max-width: 740px; }
.center { text-align: center; }
.gold { color: var(--accent); }

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

.site-header { position: sticky; top: 0; background: rgb(13 18 32 / 0.88); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); z-index: 20; }
.nav { display: flex; align-items: center; gap: 20px; padding-top: 14px; padding-bottom: 14px; }
.brand { font-family: var(--display); font-size: 23px; letter-spacing: 0.22em; color: var(--accent); }
.main-nav { display: flex; gap: 20px; margin-left: auto; font-size: 14.5px; }
.main-nav a { color: var(--muted); text-decoration: none; }
.main-nav a:hover { color: var(--ink); }
@media (max-width: 680px) { .main-nav { display: none; } .nav { justify-content: space-between; } }

.btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 22px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 16px; transition: transform 120ms ease, background 120ms ease, box-shadow 120ms ease; border: 0; cursor: pointer; }
.btn:active { transform: scale(0.98); }
.btn-primary { background: var(--accent); color: #1c1503; box-shadow: 0 6px 24px rgb(212 175 106 / 0.3); }
.btn-primary:hover { background: var(--accent-dark); box-shadow: 0 8px 30px rgb(212 175 106 / 0.4); }
.btn-small { padding: 9px 16px; font-size: 14px; background: var(--accent); color: #1c1503; }
.btn-insta { background: linear-gradient(45deg, #f58529, #dd2a7b 55%, #8134af); color: #fff; }
.btn-insta:hover { opacity: 0.9; }
.btn-tiktok { background: #101010; color: #fff; border: 1px solid rgb(255 255 255 / 0.25); }
.btn-tiktok:hover { border-color: #fff; }
.ic { width: 1.1em; height: 1.1em; }

/* Hero */
.hero { position: relative; min-height: min(82vh, 720px); display: flex; align-items: center; overflow: hidden; padding: 60px 0; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 45%; }
.hero-shade { position: absolute; inset: 0; background:
  linear-gradient(97deg, rgb(13 18 32 / 0.96) 28%, rgb(13 18 32 / 0.7) 55%, rgb(13 18 32 / 0.3)),
  linear-gradient(to top, var(--bg) 0%, transparent 32%); }
.hero-glow { position: absolute; width: 640px; height: 640px; right: -160px; top: -120px; border-radius: 50%;
  background: radial-gradient(circle, rgb(212 175 106 / 0.16), transparent 65%); filter: blur(70px); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; width: 100%; }
.hero-copy { max-width: 60ch; }
.kicker { color: var(--accent); font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; font-size: 13px; margin-bottom: 14px; }
.hero h1 { font-family: var(--display); font-weight: 400; font-size: clamp(42px, 6.4vw, 76px); line-height: 1.06; letter-spacing: 0.01em; }
.hero .sub { margin-top: 18px; font-size: 18.5px; color: #cfc9bc; max-width: 48ch; }
.cta-row { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; }
.hours-hint { margin-top: 20px; font-size: 14.5px; color: var(--muted); }

/* Signature: die 5,0 */
.rating-stage { padding: 96px 0; background:
  radial-gradient(520px 300px at 50% 40%, rgb(212 175 106 / 0.12), transparent 70%); }
.rating-num { font-family: var(--display); font-size: clamp(96px, 16vw, 170px); line-height: 1; color: var(--accent);
  text-shadow: 0 0 60px rgb(212 175 106 / 0.35); }
.rating-stars { font-size: clamp(22px, 3.4vw, 30px); letter-spacing: 0.3em; color: var(--accent); margin-top: 6px; }
html.js .rating-stars span { opacity: 0; transition: opacity 350ms ease; }
.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 { opacity: 1; }
@media (prefers-reduced-motion: reduce) { html.js .rating-stars span { opacity: 1; transition: none; } }
.rating-sub { margin-top: 16px; font-size: 17px; color: var(--muted); }
.rating-sub strong { color: var(--ink); }

/* Sections */
.section { padding: 72px 0; }
.section.alt { background: var(--bg-alt); }
.section h2 { font-family: var(--display); font-weight: 400; font-size: clamp(27px, 3.6vw, 38px); letter-spacing: 0.02em; margin-bottom: 28px; }
.section p + p { margin-top: 14px; }

.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.card { position: relative; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; overflow: hidden; }
.card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--accent), rgb(212 175 106 / 0.1)); }
.section:not(.alt) .card { background: var(--bg-alt); }
.card h3 { font-family: var(--display); font-weight: 400; font-size: 21px; margin-bottom: 8px; color: var(--accent); }
.card p { color: var(--muted); font-size: 15px; }

/* Galerie */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 680px) { .gallery { grid-template-columns: 1fr; } }
.gallery img { border-radius: var(--radius); aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.gallery-note { margin-top: 12px; font-size: 13px; color: var(--muted); text-align: center; }

/* Öffnungszeiten */
.hours-table { width: 100%; max-width: 460px; border-collapse: collapse; font-size: 17px; }
.hours-table td { padding: 13px 0; border-bottom: 1px solid var(--line); }
.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; } }
.contact-info p { margin-bottom: 12px; }
.maps-link { font-weight: 600; text-decoration: none; }
.social-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.social-row .btn { padding: 10px 18px; font-size: 14.5px; }
.contact-cta { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.contact-cta p { margin-bottom: 16px; color: var(--muted); }

/* Scroll-Reveal */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 500ms ease, transform 500ms ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Mobiler Sticky-Call */
.sticky-call { display: none; }
@media (max-width: 640px) {
  .sticky-call { display: block; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 25;
    background: var(--accent); color: #1c1503; text-align: center; padding: 15px; border-radius: 999px;
    font-weight: 700; text-decoration: none; box-shadow: 0 10px 30px rgb(0 0 0 / 0.55); }
  body { padding-bottom: 76px; }
}

.site-footer { border-top: 1px solid var(--line); padding: 24px 0; font-size: 14px; color: var(--muted); }
.footer-row { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.site-footer a { color: var(--muted); }
