/* Trauma Kingdom — Mobil-Variante (Längsformat, rahmenlos)
   Wird NACH shared/style.css geladen und überschreibt nur das Layout.
   Farben, Schriften und Rahmen bleiben identisch zur Desktop-Version —
   dieselbe Steinwand laeuft durch, Panels haben Schattenwurf statt
   Ridge-Balken (siehe shared/desktop.css fuer dasselbe Prinzip). */

:root { --cell: 22px; }
.lore-text { font-size: 20px; }

html, body { height: auto; }

.layout { display: block; height: auto; overflow: visible; }

/* ---------- Kopfzeile: kompakt, klebend, ohne Balken ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(12, 11, 10, 0.9);
  backdrop-filter: blur(2px);
  border-bottom: none;
  padding: 12px 14px;
  gap: 10px;
}
.site-header::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 2px;
  background: rgba(127,217,217,0.55);
  pointer-events: none;
}
.site-header { position: sticky; }
.site-logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px outset rgba(217, 143, 176, 0.55);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.6);
}
.header-left { gap: 10px; }
.site-title { font-size: 30px; letter-spacing: 1px; text-shadow: 3px 3px 0 #000, 0 0 20px rgba(217, 143, 176, 0.4); }
.site-tagline { font-size: 16px; text-shadow: 2px 2px 0 #000; }
.badge { font-size: 14px; padding: 4px 7px; text-align: center; box-shadow: 0 3px 0 rgba(0, 0, 0, 0.6); }

/* ---------- Navigation als Menueband, ohne Rahmenkasten ---------- */
.middle { display: block; }
.sidebar {
  background: transparent;
  border-right: none;
  border-bottom: none;
  padding: 12px 14px 0;
  overflow: visible;
  display: block;
}

.nav-mobile { padding: 10px 14px 0; }
.menu-band {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1c1715;
  border: 2px outset var(--teal);
  color: var(--pink);
  font-family: 'VT323', monospace;
  font-size: 22px;
  padding: 8px 12px;
  text-align: left;
  cursor: inherit;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.55);
}
.menu-band.open { background: #2a1f24; border: 2px inset var(--pink); }
.menu-band-icon { font-size: 24px; color: var(--teal); }
.menu-band-label { flex: 1; }
.menu-band-caret { color: var(--teal); font-size: 18px; transition: transform 0.15s; }
.menu-band.open .menu-band-caret { transform: rotate(180deg); }

.nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: none;
}
.nav-links[hidden] { display: none; }
.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 6px;
  font-size: 22px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5);
}

/* ---------- Inhalt: Tafeln mit Schattenwurf auf der Wand ---------- */
.content { overflow: visible; padding: 16px 14px 26px; gap: 18px; }
.panel { padding: 14px; box-shadow: 0 6px 0 rgba(0, 0, 0, 0.55), 0 0 22px rgba(0, 0, 0, 0.5); }
.panel h2 { font-size: 28px; }
.panel p, .news-body { font-size: 20px; }
.news-date { font-size: 17px; }
.player-box { padding: 12px; }
.button { min-height: 44px; display: inline-flex; align-items: center; font-size: 20px; }
.mono-box { font-size: 18px; word-break: break-word; }
.link-row { flex-wrap: wrap; }

/* ---------- Seitenleisten-Extras unter dem Inhalt ---------- */
.sidebar-bottom { border-bottom: none; border-top: none; padding-bottom: 4px; }
.sidebar-extras { margin-top: 0; }
.sidebar-extras .link-box, .sidebar-extras .counter, .sidebar-extras .note, .sidebar-extras .bgm-box {
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5);
}
.sidebar-extras .link-box { width: 100%; min-height: 44px; font-size: 19px; }

/* ---------- Diskografie ---------- */
.disco-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; }
.disco-title { font-size: 21px; }

/* ---------- Live-Termine & Press kit ---------- */
.show-row { grid-template-columns: 1fr; gap: 2px; }
.show-what { font-size: 20px; }
.press-row { flex-direction: column; }
.press-photo, .press-photo.missing { width: 100%; max-width: 300px; height: auto; aspect-ratio: 1 / 1; }
.press-body { min-width: 0; }

/* ---------- Gästebuch ---------- */
.guestbook-form input, .guestbook-form textarea { font-size: 18px; }
.guest-entry { font-size: 19px; }

/* ---------- Labyrinth ---------- */
.maze-wrap { flex-direction: column; gap: 14px; }
.maze-frame { padding: 6px; align-self: center; }
.maze-cell { font-size: 14px; }
.maze-side { min-width: 0; width: 100%; }
.maze-find-title { font-size: 26px; }
.maze-find-row { flex-direction: column; }
.maze-cover { width: 100%; max-width: 260px; height: auto; aspect-ratio: 1 / 1; }
.maze-find-body { min-width: 0; font-size: 20px; }
.maze-hint { font-size: 18px; }
.maze-pad { grid-template-columns: repeat(3, 60px); grid-auto-rows: 60px; margin: 0 auto; }
.maze-btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
.maze-controls { justify-content: center; }
.maze-voucher-code { font-size: 32px; letter-spacing: 4px; }

/* ---------- Fußzeile: Zeile statt Leiste ---------- */
.site-footer {
  background: transparent;
  border-top: none;
  flex-direction: column;
  gap: 6px;
  padding: 16px 14px 26px;
  height: auto;
  font-size: 13px;
  position: relative;
}
.site-footer::before {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 2px;
  background: rgba(127,217,217,0.55);
}
