/* ============================================================
   TimeOut Shisha Lounge — Website
   Klassisches, foto-basiertes Design. Schwarz / Gelb.
   Keine externen Ressourcen (DSGVO-freundlich).
   ============================================================ */

/* --- Selbst-gehostete Schriften (keine externen Requests) --- */
@font-face { font-family: "Bebas Neue"; src: url("../fonts/bebasneue-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Hanken Grotesk"; src: url("../fonts/hanken-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Hanken Grotesk"; src: url("../fonts/hanken-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Hanken Grotesk"; src: url("../fonts/hanken-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Hanken Grotesk"; src: url("../fonts/hanken-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Hanken Grotesk"; src: url("../fonts/hanken-800.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; }

:root {
  --bg:        #000000;
  --bg-alt:    #000000;
  --surface:   #0b0b0b;
  --surface-2: #141414;
  --line:      #2a2a2a;
  --line-soft: #1c1c1c;

  --ink:       #f4f4f2;
  --muted:     #b0b0b2;
  --muted-2:   #83838a;

  --gold:      #fff200;
  --gold-dark: #d9ce00;
  --gold-ink:  #121200;

  --maxw:      1160px;
  --radius:    10px;
  --radius-sm: 6px;

  --font:      "Hanken Grotesk", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
  --font-display: "Bebas Neue", "Arial Narrow", "Helvetica Neue", Impact, sans-serif;
  --shadow:    0 14px 40px rgba(0, 0, 0, 0.5);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  background-color: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--gold); }

/* ---------- layout ---------- */
.wrap { width: min(100% - 40px, var(--maxw)); margin-inline: auto; }
.section { padding: clamp(60px, 9vw, 110px) 0; }
.section.tight { padding: clamp(44px, 6vw, 72px) 0; }
.bg-alt { background: var(--bg-alt); }

/* ---------- headings ---------- */
h1, h2, h3, h4 { margin: 0; font-weight: 800; line-height: 1.12; letter-spacing: -0.01em; }

/* Display-Schrift (Bebas Neue) für große Titel */
.title, .legal h1, .menu-cat-head h2, .event-body h2, .pagehead-title {
  font-family: var(--font-display); font-weight: 400; letter-spacing: 0.015em;
  line-height: 1.02; text-transform: uppercase;
}
.kicker {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}
.kicker.on-photo { color: #fff59a; }
.section-head { max-width: 640px; margin-bottom: 44px; }
.section-head.center { margin-inline: auto; text-align: center; }
h2.title { font-size: clamp(2.3rem, 5.4vw, 3.7rem); }
.title .u { color: var(--gold); }
.sub { color: var(--muted); font-size: clamp(1rem, 2vw, 1.12rem); margin-top: 14px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  font: inherit; font-weight: 700; font-size: 15px; letter-spacing: 0.01em;
  text-decoration: none; padding: 14px 26px; border-radius: var(--radius-sm);
  border: 1px solid transparent; transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.1s;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--gold); color: var(--gold-ink); }
.btn-primary:hover { background: #ffdb45; }
.btn-outline { background: transparent; color: var(--ink); border-color: #3a3a42; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-outline.on-photo { border-color: rgba(255, 255, 255, 0.4); }
.btn-outline.on-photo:hover { border-color: var(--gold); color: var(--gold); background: rgba(0, 0, 0, 0.25); }
.btn-sm { padding: 11px 18px; font-size: 14px; }

/* ---------- header / nav ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(0, 0, 0, 0.92);
  border-bottom-color: var(--line);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { height: 46px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  color: var(--ink); text-decoration: none; font-size: 15px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.03em;
  padding: 9px 15px; border-radius: var(--radius-sm); transition: color 0.2s, background 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta .btn { text-transform: uppercase; letter-spacing: 0.03em; }
.nav-cta { display: flex; align-items: center; gap: 12px; }

.nav-toggle {
  display: none; width: 46px; height: 44px; border: 1px solid #3a3a42;
  background: transparent; border-radius: var(--radius-sm); cursor: pointer;
  align-items: center; justify-content: center; padding: 0;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 22px; height: 2px; background: var(--gold); border-radius: 2px;
  transition: transform 0.25s, opacity 0.2s; position: relative;
}
.nav-toggle span::before { position: absolute; top: -7px; }
.nav-toggle span::after  { position: absolute; top: 7px; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle span::after  { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 880px) {
  .nav-toggle { display: inline-flex; }
  .nav-links {
    position: fixed; inset: 78px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(0, 0, 0, 0.98); border-bottom: 1px solid var(--line);
    padding: 10px 20px 22px; transform: translateY(calc(-100% - 90px)); transition: transform 0.3s ease;
    pointer-events: none; visibility: hidden;
  }
  body.nav-open .nav-links { transform: translateY(0); pointer-events: auto; visibility: visible; }
  .nav-links a { padding: 15px 8px; font-size: 17px; border-bottom: 1px solid var(--line-soft); }
  .nav-cta .hide-sm { display: none; }
}

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 120px 0 80px; }
.hero-media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.68) 55%, rgba(0, 0, 0, 1) 100%);
}
.hero-inner { max-width: 720px; }
.hero-logo { width: min(420px, 78vw); margin-bottom: 26px; }
.hero h1 { font-size: clamp(2.3rem, 6vw, 4rem); }
.hero .slogan {
  font-size: clamp(1rem, 2.4vw, 1.35rem); letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin: 0 0 18px;
}
.hero p.intro { color: #e4e4e6; font-size: clamp(1.02rem, 2vw, 1.2rem); max-width: 46ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.scroll-hint {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  color: var(--muted); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.scroll-hint::after {
  content: ""; width: 1px; height: 34px; background: linear-gradient(var(--gold), transparent);
}
@media (max-width: 600px) { .scroll-hint { display: none; } }

/* ---------- split (about) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-media.tall img { aspect-ratio: 4 / 5; }
.split-body p { color: var(--muted); }
.split-body p + p { margin-top: 14px; }
.mini-facts { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 28px; }
.mini-facts .f b { display: block; font-size: 1.5rem; color: var(--gold); font-weight: 800; }
.mini-facts .f span { font-size: 0.85rem; color: var(--muted-2); }
@media (max-width: 800px) {
  .split { grid-template-columns: 1fr; gap: 30px; }
  .split.reverse .split-media { order: 0; }
  .split-media img { aspect-ratio: 16 / 10; }
}

/* ---------- aktuelles Event ---------- */
.event { display: grid; grid-template-columns: minmax(0, 340px) 1fr; gap: clamp(28px, 5vw, 56px); align-items: center; }
.event-frame {
  position: relative; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); background: #000; box-shadow: var(--shadow);
  aspect-ratio: 9 / 16; max-height: 600px; margin-inline: auto; width: 100%;
}
.event-frame img { width: 100%; height: 100%; object-fit: cover; }
.event-live {
  position: absolute; top: 14px; left: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 7px;
  background: var(--gold); color: var(--gold-ink); font-size: 12px; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 12px; border-radius: 100px;
}
.event-live .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-ink); animation: blink 1.5s infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.event-frame .ev-cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 46px 18px 16px; background: linear-gradient(transparent, rgba(0, 0, 0, 0.9)); }
.event-frame .ev-cap h3 { font-size: 1.15rem; color: #fff; }
.event-frame .ev-cap p { margin: 5px 0 0; font-size: 0.86rem; color: #dcdce0; font-weight: 500; }
.event-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; gap: 12px; text-align: center; padding: 28px; color: var(--muted); }
.event-body h2 { font-size: clamp(2rem, 4vw, 3rem); }
.event-body .ev-title { color: var(--gold); margin-top: 8px; font-size: 1.3rem; font-weight: 800; }
.event-body p { color: var(--muted); margin-top: 12px; }
.event-body .ev-actions { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 12px; }
.ig-note { margin-top: 16px; font-size: 0.9rem; color: var(--muted-2); }
.ig-note a { font-weight: 600; }
@media (max-width: 720px) {
  .event { grid-template-columns: 1fr; }
  .event-frame { max-width: 300px; }
}

/* ---------- highlights (Foto-Karten) ---------- */
.cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; max-width: 900px; margin-inline: auto; }
.card-photo {
  position: relative; display: block; flex: 1 1 calc(50% - 9px); border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 4 / 3; text-decoration: none; color: var(--ink); background: var(--surface);
  border: 1px solid var(--line-soft);
}
.card-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.card-photo:hover img { transform: scale(1.05); }
.card-photo .cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 18px 16px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}
.card-photo .cap h3 { font-size: 1.2rem; }
.card-photo .cap p { margin: 3px 0 0; font-size: 0.88rem; color: #cfcfd4; font-weight: 500; }
@media (max-width: 520px) { .card-photo { flex-basis: 100%; max-width: none; aspect-ratio: 16 / 10; } }

/* Chips: weitere Angebote ohne Foto */
.chips-head { margin: 40px 0 16px; font-size: 0.85rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted-2); font-weight: 700; }
.chips { display: flex; flex-wrap: wrap; gap: 12px; }
.chip {
  display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 100px;
  font-weight: 600; font-size: 0.95rem;
}
.chip svg { color: var(--gold); flex: none; }

/* ---------- Ambiente banner ---------- */
.banner { position: relative; overflow: hidden; }
.banner-media { position: absolute; inset: 0; z-index: -1; }
.banner-media img { width: 100%; height: 100%; object-fit: cover; }
.banner-media::after { content: ""; position: absolute; inset: 0; background: rgba(10, 10, 12, 0.62); }
.banner-inner { padding: clamp(64px, 10vw, 130px) 0; text-align: center; }
.banner-inner blockquote { margin: 0 auto; max-width: 720px; }
.banner-inner .q { font-size: clamp(1.5rem, 4vw, 2.4rem); font-weight: 800; line-height: 1.3; }
.banner-inner .q span { color: var(--gold); }
.banner-inner cite { display: block; margin-top: 16px; font-style: normal; color: var(--muted); letter-spacing: 0.16em; text-transform: uppercase; font-size: 0.85rem; }

/* ---------- cards (generisch) ---------- */
.panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 3vw, 34px); }

/* ---------- Öffnungszeiten ---------- */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: start; }
@media (max-width: 820px) { .two-col { grid-template-columns: 1fr; } }
.hours-list { list-style: none; margin: 0; padding: 0; }
.hours-list li { display: flex; justify-content: space-between; gap: 16px; padding: 13px 2px; border-bottom: 1px solid var(--line-soft); }
.hours-list li:last-child { border-bottom: 0; }
.hours-list .day { font-weight: 600; }
.hours-list .time { color: var(--muted); font-variant-numeric: tabular-nums; }
.hours-list li.today { background: rgba(255, 210, 30, 0.07); margin-inline: -12px; padding-inline: 12px; border-radius: var(--radius-sm); border-bottom-color: transparent; }
.hours-list li.today .day, .hours-list li.today .time { color: var(--gold); }
.hours-list li.closed .time { color: var(--muted-2); }
.today-tag { font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-ink); background: var(--gold); padding: 2px 7px; border-radius: 100px; margin-left: 9px; vertical-align: middle; }
.hours-note { margin-top: 18px; color: var(--muted-2); font-size: 0.86rem; }
.status {
  display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 14px;
  padding: 9px 15px; border-radius: 100px; border: 1px solid var(--line); margin-bottom: 20px;
}
.status .dot { width: 9px; height: 9px; border-radius: 50%; }
.status.open { color: #7ee29a; border-color: rgba(126, 226, 154, 0.35); }
.status.open .dot { background: #7ee29a; }
.status.closed { color: #e98d8d; border-color: rgba(233, 141, 141, 0.35); }
.status.closed .dot { background: #e98d8d; }

/* ---------- Anfahrt ---------- */
.addr { font-size: 1.15rem; line-height: 1.55; margin: 4px 0 22px; }
.addr strong { font-weight: 800; }
.map-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.privacy-note {
  margin-top: 18px; padding: 14px 16px; border-radius: var(--radius-sm);
  border: 1px solid var(--line); background: var(--surface); color: var(--muted);
  font-size: 0.86rem; display: flex; gap: 11px; align-items: flex-start; line-height: 1.55;
}
.privacy-note svg { flex: none; margin-top: 3px; color: var(--gold); }
.contact-list { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 13px; }
.contact-list li { display: flex; gap: 14px; align-items: baseline; }
.contact-list .lbl { min-width: 80px; color: var(--muted-2); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-list a { color: var(--ink); text-decoration: none; }
.contact-list a:hover { color: var(--gold); }

/* ---------- Speisekarte (Kategorie-Umschalter) ---------- */
.menu-section {
  background-image: url("../img/menu-pattern.svg");
  background-size: 500px auto;
  background-repeat: repeat;
  padding-block: 8px 40px;
}
.menu-layout { display: grid; grid-template-columns: 264px minmax(0, 1fr); gap: clamp(24px, 4vw, 52px); align-items: start; }
.menu-side { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 10px; }
.cat-btn {
  display: flex; align-items: center; gap: 13px; width: 100%; text-align: left; cursor: pointer;
  font: inherit; font-weight: 700; font-size: 0.9rem; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--muted); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 15px 17px; transition: color 0.18s, background 0.18s, border-color 0.18s;
}
.cat-btn .cicon { flex: none; display: grid; place-items: center; width: 22px; height: 22px; color: var(--muted-2); transition: color 0.18s; }
.cat-btn .cicon svg { width: 22px; height: 22px; display: block; }
.cat-btn .cl { min-width: 0; }
.cat-btn:not(.active):hover { color: var(--ink); border-color: var(--gold); }
.cat-btn:not(.active):hover .cicon { color: var(--gold); }
.cat-btn.active { color: var(--gold-ink); background: var(--gold); border-color: var(--gold); }
.cat-btn.active .cicon { color: var(--gold-ink); }
.menu-panel { min-height: 320px; }
.menu-panel-cat[hidden] { display: none; }
.menu-panel-cat { animation: fadein 0.25s ease; }
@keyframes fadein { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

@media (max-width: 820px) {
  .menu-layout { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  /* Kategorien als komplettes Kachel-Raster (alle sichtbar, kein Wischen) */
  .menu-side { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .cat-btn { width: auto; white-space: normal; min-height: 62px; line-height: 1.2; }
}

.menu-cat { margin-bottom: 48px; scroll-margin-top: 150px; }
.menu-cat-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--gold); }
.menu-cat-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); letter-spacing: 0.03em; }
.menu-cat-head .cat-note { margin-left: auto; color: var(--muted-2); font-size: 0.85rem; font-weight: 500; }
.menu-items { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); gap: 2px 44px; }
.menu-item { display: flex; align-items: baseline; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line-soft); }
.menu-item .mi-main { min-width: 0; }
.menu-item .mi-name { font-weight: 700; }
.menu-item .mi-desc { color: var(--muted); font-size: 0.86rem; margin-top: 1px; }
.menu-item .mi-dots { flex: 1; border-bottom: 1px dotted #3a3a42; transform: translateY(-5px); min-width: 16px; }
.menu-item .mi-price { color: var(--gold); font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.menu-item .tag { font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-ink); background: var(--gold); border-radius: 3px; padding: 1px 6px; margin-left: 8px; }

/* ---------- Subseiten-Titel-Banner ---------- */
.pagehead {
  position: relative; display: flex; align-items: center; justify-content: center; text-align: center;
  min-height: 340px; padding: 130px 20px 66px; overflow: hidden; background: var(--bg);
}
.pagehead-media { position: absolute; inset: 0; z-index: 0; }
.pagehead-media img { width: 100%; height: 100%; object-fit: cover; }
.pagehead::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.68) 60%, rgba(0, 0, 0, 1));
}
.pagehead .ph-inner { position: relative; z-index: 2; }
.ph-frame { display: inline-block; border: 1px solid rgba(255, 242, 0, 0.55); padding: 20px clamp(34px, 8vw, 88px); }
.pagehead-title { margin: 0; color: var(--gold); font-size: clamp(2.6rem, 8vw, 5rem); letter-spacing: 0.14em; }
.pagehead-sub { margin: 16px auto 0; color: var(--muted); max-width: 52ch; position: relative; z-index: 2; }

/* ---------- Allergene (dezent, unten) ---------- */
.allergens-band { border-top: 1px solid var(--line); padding: 24px 0 8px; }
.allergens h4 { font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin: 0 0 12px; font-weight: 700; }
.allergens .al-legend { display: flex; flex-wrap: wrap; gap: 6px 22px; color: var(--muted-2); font-size: 0.82rem; line-height: 1.5; }
.allergens .al-item { white-space: nowrap; }
.allergens .al-item b { color: var(--muted); font-weight: 700; }
.allergens .al-note { margin: 14px 0 0; color: var(--muted-2); font-size: 0.8rem; max-width: 80ch; line-height: 1.6; }
.mi-allergens { font-size: 0.58em; vertical-align: super; color: var(--muted-2); margin-left: 4px; font-weight: 600; letter-spacing: 0.03em; }

/* ---------- Rechtstexte ---------- */
.legal { max-width: 820px; margin-inline: auto; }
.legal h1 { font-size: clamp(2.6rem, 6vw, 3.8rem); margin-bottom: 8px; }
.legal h2 { font-size: 1.25rem; margin: 30px 0 10px; color: var(--gold); }
.legal h3 { font-size: 1.03rem; margin: 20px 0 6px; }
.legal p, .legal li { color: var(--muted); font-size: 0.96rem; }
.legal .panel + .panel { margin-top: 18px; }

/* Credit-Block (Agentur) im Impressum – linksbündig */
.impressum-credit { text-align: left; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.impressum-credit .credit-eyebrow { color: var(--muted); font-size: 0.9rem; margin: 0 0 14px; }
.impressum-credit a { display: inline-block; transition: opacity 0.2s; }
.impressum-credit a:hover { opacity: 0.8; }
.impressum-credit img { width: 280px; max-width: 100%; height: auto; }
.impressum-credit .credit-name { color: var(--muted-2); font-size: 0.88rem; margin: 14px 0 0; }

/* ---------- 404 ---------- */
.notfound { min-height: 70vh; display: flex; align-items: center; padding: 150px 0 90px; text-align: center; }
.nf-code {
  font-family: var(--font-display); font-size: clamp(5rem, 22vw, 13rem); line-height: 0.9;
  color: var(--gold); letter-spacing: 0.04em; margin-bottom: 6px;
}

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 56px 0 28px; background: var(--bg-alt); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.footer-brand img { height: 58px; margin-bottom: 16px; }
.footer-brand p { color: var(--muted); font-size: 0.92rem; max-width: 34ch; }
.footer-col h4 { font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 14px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer-col a { color: var(--muted); text-decoration: none; font-size: 0.93rem; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; color: var(--muted-2); font-size: 0.83rem; }
.footer-bottom a { color: var(--muted-2); text-decoration: none; }
.footer-bottom a:hover { color: var(--gold); }
.social { display: inline-flex; gap: 10px; margin-top: 18px; }
.social a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: var(--radius-sm); border: 1px solid var(--line); color: var(--muted); transition: all 0.2s; }
.social a:hover { color: var(--gold); border-color: var(--gold); }
@media (max-width: 780px) { .footer-top { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }

/* ---------- reveal (dezent) ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

hr.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }
[hidden] { display: none !important; }
