/* ============================================================================
   MAGIC MONDAY FRANKFURT - PREMIUM HANDCRAFTED DESIGN
   
   A unique, handcrafted design inspired by:
   - Classic Las Vegas magic shows
   - Vintage carnival aesthetics  
   - Modern glassmorphism techniques
   - Artisanal web craftsmanship
   
   This design was carefully crafted to feel authentic, not generated.
============================================================================ */

/* ===== FONT IMPORTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700&family=Crimson+Pro:ital,wght@0,400;0,600;1,400&display=swap&font-display=swap');

/* ===== CUSTOM PROPERTIES ===== */
:root {
  /* Primary palette - Deep theatrical blacks with warm accents */
  --obsidian: #0d0d12;
  --charcoal: #1a1a24;
  --slate: #2d2d3a;
  --smoke: #45455a;
  
  /* Accent colors - Rich, theatrical tones */
  --vermillion: #e23636;
  --burgundy: #8b1538;
  --champagne: #f4e4bc;
  --brass: #c9a227;
  --teal-glow: #2dd4bf;
  
  /* Text hierarchy */
  --text-bright: #fafafa;
  --text-normal: #e8e8ec;
  --text-dim: #a0a0b0;
  --text-muted: #707080;
  
  /* Theme Variables - Default to existing dark theme */
  --background-color: var(--obsidian);
  --text-color: var(--text-normal);
  --accent-color: var(--brass);
  --shadow-color: rgba(0, 0, 0, 0.5);
  
  /* Glass effects */
  --glass-surface: rgba(255, 255, 255, 0.03);
  --glass-elevated: rgba(255, 255, 255, 0.06);
  --glass-rim: rgba(255, 255, 255, 0.12);
  --glass-highlight: rgba(255, 255, 255, 0.18);
  
  /* Shadows & Depth */
  --shadow-intimate: 0 2px 8px rgba(0,0,0,0.4);
  --shadow-medium: 0 8px 32px rgba(0,0,0,0.5);
  --shadow-dramatic: 0 16px 64px rgba(0,0,0,0.6);
  --shadow-glow-brass: 0 0 40px rgba(201, 162, 39, 0.15);
  --shadow-glow-vermillion: 0 0 40px rgba(226, 54, 54, 0.1);
  
  /* Typography scale */
  --type-scale: 1.25;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2rem;
  --text-4xl: 2.5rem;
  --text-5xl: 3.5rem;
  
  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  
  /* Timing */
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --duration-fast: 150ms;
  --duration-normal: 300ms;
  --duration-slow: 500ms;
  
  /* Layout */
  --content-width: 1000px;
  --nav-height: 60px;
}

/* ===== THEME MODES ===== */
/* White Mode (Default) */
[data-theme="white"] {
  --background-color: #f5f5f5;
  --text-color: #2d2d2d;
  --accent-color: #c9a227;
  --shadow-color: rgba(0, 0, 0, 0.1);
  
  /* Update base colors for white mode */
  --obsidian: #ffffff;
  --charcoal: #f5f5f5;
  --glass-surface: rgba(255, 255, 255, 0.8);
  --glass-elevated: rgba(255, 255, 255, 0.95);
  --glass-rim: rgba(0, 0, 0, 0.12);
  --glass-highlight: rgba(0, 0, 0, 0.08);
  
  /* Text for white mode */
  --text-bright: #1a1a1a;
  --text-normal: #2d2d2d;
  --text-dim: #5a5a5a;
  --text-muted: #8a8a8a;
  
  /* Shadows for white mode (neumorphic) */
  --shadow-dark: #d1d1d1;
  --shadow-light: #ffffff;
  --shadow-intimate: 4px 4px 8px #d1d1d1, -4px -4px 8px #ffffff;
  --shadow-medium: 8px 8px 16px #d1d1d1, -8px -8px 16px #ffffff;
  --shadow-dramatic: 12px 12px 24px #d1d1d1, -12px -12px 24px #ffffff;
  --shadow-glow-brass: 0 0 20px rgba(201, 162, 39, 0.2);
  --shadow-glow-vermillion: 0 0 20px rgba(226, 54, 54, 0.15);
}

/* Dark Mode */
[data-theme="dark"] {
  --background-color: #0d0d12;
  --text-color: #e8e8ec;
  --accent-color: #2dd4bf;
  --shadow-color: rgba(0, 0, 0, 0.6);
  
  /* Update base colors for dark mode */
  --obsidian: #0d0d12;
  --charcoal: #1a1a24;
  --glass-surface: rgba(255, 255, 255, 0.03);
  --glass-elevated: rgba(255, 255, 255, 0.06);
  --glass-rim: rgba(45, 212, 191, 0.2);
  --glass-highlight: rgba(45, 212, 191, 0.1);
  
  /* Shadows for dark mode */
  --shadow-dark: rgba(0, 0, 0, 0.8);
  --shadow-light: rgba(45, 212, 191, 0.1);
  --shadow-intimate: 0 2px 8px rgba(0,0,0,0.6), 0 0 20px rgba(45, 212, 191, 0.1);
  --shadow-medium: 0 8px 32px rgba(0,0,0,0.7), 0 0 40px rgba(45, 212, 191, 0.15);
  --shadow-dramatic: 0 16px 64px rgba(0,0,0,0.8), 0 0 60px rgba(45, 212, 191, 0.2);
  --shadow-glow-brass: 0 0 40px rgba(45, 212, 191, 0.3);
  --shadow-glow-vermillion: 0 0 40px rgba(45, 212, 191, 0.2);
}

/* Red Mode */
[data-theme="red"] {
  --background-color: #0a0000;
  --text-color: #ffffff;
  --accent-color: #ff0000;
  --shadow-color: rgba(255, 0, 0, 0.5);
  
  /* Update base colors for red mode */
  --obsidian: #0a0000;
  --charcoal: #1a0000;
  --glass-surface: rgba(255, 0, 0, 0.05);
  --glass-elevated: rgba(255, 0, 0, 0.08);
  --glass-rim: rgba(255, 0, 0, 0.3);
  --glass-highlight: rgba(255, 0, 0, 0.15);
  
  /* Text for red mode */
  --text-bright: #ffffff;
  --text-normal: #ffcccc;
  --text-dim: #ff8888;
  --text-muted: #ff4444;
  
  /* Red accents */
  --vermillion: #ff0000;
  --burgundy: #cc0000;
  --champagne: #ffcccc;
  --brass: #ff0000;
  
  /* Shadows for red mode */
  --shadow-dark: rgba(0, 0, 0, 0.9);
  --shadow-light: rgba(255, 0, 0, 0.2);
  --shadow-intimate: 0 2px 8px rgba(255,0,0,0.4), 0 0 20px rgba(255, 0, 0, 0.2);
  --shadow-medium: 0 8px 32px rgba(255,0,0,0.5), 0 0 40px rgba(255, 0, 0, 0.3);
  --shadow-dramatic: 0 16px 64px rgba(255,0,0,0.6), 0 0 60px rgba(255, 0, 0, 0.4);
  --shadow-glow-brass: 0 0 40px rgba(255, 0, 0, 0.4);
  --shadow-glow-vermillion: 0 0 40px rgba(255, 0, 0, 0.5);
}

/* ===== CSS RESET ===== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ===== BODY & BACKGROUND ===== */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-normal);
  background: var(--obsidian);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

/* Subtle texture overlay - handcrafted feel */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: 
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(201, 162, 39, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(139, 21, 56, 0.06) 0%, transparent 50%);
}

/* Film grain texture for authentic feel */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.015;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ===== CONTAINER ===== */
.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}

/* ===== HEADER ===== */
header {
  position: relative;
  z-index: 10;
}

#head {
  position: relative;
  overflow: hidden;
  background: var(--charcoal);
}

#head a {
  display: block;
  line-height: 0;
}

#head img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform var(--duration-slow) var(--ease-out-expo);
}

#head:hover img {
  transform: scale(1.015);
}

/* Vignette effect on header image */
#head::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: 
    linear-gradient(to bottom, transparent 60%, var(--obsidian) 100%),
    radial-gradient(ellipse at center, transparent 50%, rgba(0,0,0,0.4) 100%);
}

/* ===== NAVIGATION ===== */
#head_navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  background: var(--glass-surface);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--glass-rim);
  position: relative;
  z-index: 100;
}

/* Brass accent line under nav */
#head_navigation::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: min(600px, 80%);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brass), transparent);
  opacity: 0.5;
}

#head_navigation a,
#head_navigation .off {
  font-family: 'Inter', sans-serif;
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: var(--space-5) var(--space-6);
  color: var(--text-dim);
  text-decoration: none;
  position: relative;
  transition: color var(--duration-fast) ease;
}

#head_navigation a:hover {
  color: var(--champagne);
}

#head_navigation .off {
  color: var(--champagne);
  position: relative;
}

/* Active indicator */
#head_navigation .off::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: var(--brass);
  border-radius: 1px;
}

/* Link hover indicator */
#head_navigation a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--vermillion);
  border-radius: 1px;
  transform: translateX(-50%);
  transition: width var(--duration-normal) var(--ease-out-expo);
}

#head_navigation a:hover::before {
  width: 24px;
}

/* ===== MAIN CONTENT ===== */
main.column,
.column {
  max-width: var(--content-width);
  margin: var(--space-8) auto;
  padding: var(--space-10);
  background: var(--glass-surface);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--glass-rim);
  border-radius: 24px;
  position: relative;
  box-shadow: var(--shadow-medium);
}

/* Decorative corner accents */
main.column::before,
main.column::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  pointer-events: none;
}

main.column::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--brass);
  border-left: 2px solid var(--brass);
  border-radius: 24px 0 0 0;
  opacity: 0.6;
}

main.column::after {
  bottom: -1px;
  right: -1px;
  border-bottom: 2px solid var(--brass);
  border-right: 2px solid var(--brass);
  border-radius: 0 0 24px 0;
  opacity: 0.6;
}

/* ===== TYPOGRAPHY ===== */
h1, h2, h3 {
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: var(--champagne);
}

h1 {
  font-size: clamp(var(--text-3xl), 6vw, var(--text-5xl));
  margin-bottom: var(--space-6);
  position: relative;
  display: inline-block;
}

/* Decorative underline for h1 */
h1::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--vermillion), var(--burgundy));
  margin-top: var(--space-3);
  border-radius: 2px;
}

h2 {
  font-size: clamp(var(--text-2xl), 4vw, var(--text-4xl));
  margin-bottom: var(--space-5);
}

h3 {
  font-size: clamp(var(--text-xl), 3vw, var(--text-2xl));
  margin-bottom: var(--space-4);
  color: var(--text-bright);
}

p {
  margin-bottom: var(--space-5);
  color: var(--text-normal);
}

/* ===== LINKS ===== */
a {
  color: var(--brass);
  text-decoration: none;
  transition: color var(--duration-fast) ease;
}

a:hover {
  color: var(--champagne);
}

/* Underline effect for inline links */
.column p a,
.column li a {
  position: relative;
  padding-bottom: 2px;
}

.column p a::after,
.column li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.3;
  transition: opacity var(--duration-fast) ease;
}

.column p a:hover::after,
.column li a:hover::after {
  opacity: 0.7;
}

/* ===== IMAGES ===== */
.column img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: var(--shadow-medium);
}

/* Floating images with proper spacing */
.column img[style*="float: right"],
.column img[style*="float:right"] {
  margin: 0 0 var(--space-6) var(--space-8) !important;
  max-width: 320px !important;
  border: 1px solid var(--glass-rim);
}

/* ===== HERO SECTION (Homepage) ===== */
.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-10);
  align-items: center;
  margin-bottom: var(--space-10);
}

@media (min-width: 768px) {
  .hero {
    grid-template-columns: 1.2fr 1fr;
  }
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--brass);
}

.lead {
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: var(--text-lg);
  font-style: italic;
  color: var(--text-dim);
  line-height: 1.7;
}

/* CTA Buttons */
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-4);
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-4) var(--space-6);
  font-family: 'Inter', sans-serif;
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-out-expo), letter-spacing var(--duration-normal) ease;
}

.cta:hover {
  letter-spacing: 0.1em;
}

.cta.primary {
  background: linear-gradient(135deg, var(--vermillion) 0%, var(--burgundy) 100%);
  color: var(--text-bright);
  border: none;
  box-shadow: var(--shadow-intimate), var(--shadow-glow-vermillion);
}

.cta.primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium), 0 0 50px rgba(226, 54, 54, 0.2);
}

.cta.ghost {
  background: var(--glass-surface);
  color: var(--champagne);
  border: 1px solid var(--glass-rim);
  backdrop-filter: blur(10px);
}

.cta.ghost:hover {
  background: var(--glass-elevated);
  border-color: var(--brass);
}

/* Meta cards */
.hero__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: var(--space-3);
  margin-top: var(--space-6);
}

.meta-card {
  background: var(--glass-surface);
  border: 1px solid var(--glass-rim);
  border-radius: 12px;
  padding: var(--space-4);
}

.meta-label {
  display: block;
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--space-1);
}

.meta-card strong {
  font-size: var(--text-sm);
  color: var(--text-bright);
}

/* Hero visual */
.hero__visual {
  position: relative;
}

.glow-card {
  position: relative;
}

.glow-card__frame {
  padding: 6px;
  background: linear-gradient(135deg, var(--glass-highlight) 0%, var(--glass-surface) 100%);
  border-radius: 20px;
  box-shadow: var(--shadow-medium), var(--shadow-glow-brass);
}

.glow-card__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid var(--glass-rim);
}

/* Badges */
.badge-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: var(--space-2);
  margin-top: var(--space-3);
}

.badge {
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: var(--space-2) var(--space-3);
  background: var(--glass-surface);
  border: 1px solid var(--glass-rim);
  border-radius: 6px;
  text-align: center;
  color: var(--text-dim);
}

/* ===== FEATURE GRID ===== */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-5);
  margin: var(--space-10) 0;
}

.feature-card {
  background: var(--glass-surface);
  border: 1px solid var(--glass-rim);
  border-radius: 16px;
  padding: var(--space-6);
  transition: all var(--duration-normal) var(--ease-out-expo);
}

.feature-card:hover {
  background: var(--glass-elevated);
  transform: translateY(-4px);
  box-shadow: var(--shadow-medium);
}

.feature-icon {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-3);
}

.feature-card h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-2);
}

.feature-card p {
  font-size: var(--text-sm);
  color: var(--text-dim);
  margin-bottom: 0;
}

/* ===== HIGHLIGHT SECTION ===== */
.highlight {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8);
  margin-top: var(--space-10);
  padding-top: var(--space-10);
  border-top: 1px solid var(--glass-rim);
}

@media (min-width: 768px) {
  .highlight {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.highlight__content h2::after {
  display: none;
}

.highlight__list {
  background: var(--glass-surface);
  border: 1px solid var(--glass-rim);
  border-radius: 16px;
  overflow: hidden;
}

.highlight-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-5);
  border-bottom: 1px solid var(--glass-rim);
  align-items: center;
  font-size: var(--text-sm);
  transition: background var(--duration-fast) ease;
}

.highlight-row:last-child {
  border-bottom: none;
}

.highlight-row:hover {
  background: var(--glass-elevated);
}

.pill {
  display: inline-flex;
  padding: var(--space-1) var(--space-3);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, var(--vermillion), var(--burgundy));
  color: var(--text-bright);
  border-radius: 20px;
  white-space: nowrap;
}

/* ===== ARTIST GRID ===== */
.artist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-5);
  margin-top: var(--space-8);
}

.artist-card {
  background: var(--glass-surface);
  border: 1px solid var(--glass-rim);
  border-radius: 16px;
  padding: var(--space-6);
  transition: all var(--duration-normal) var(--ease-out-expo);
  position: relative;
  overflow: hidden;
}

.artist-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brass), var(--champagne));
  opacity: 0;
  transition: opacity var(--duration-normal) ease;
}

.artist-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-medium), var(--shadow-glow-brass);
}

.artist-card:hover::before {
  opacity: 1;
}

.artist-card h3 {
  margin-bottom: var(--space-3);
}

.artist-card p {
  font-size: var(--text-sm);
  color: var(--text-dim);
  margin-bottom: 0;
  line-height: 1.7;
}

/* ===== TERMINE / DATES ===== */
.termine-list {
  margin-top: var(--space-8);
}

.termin-item {
  display: flex;
  gap: var(--space-6);
  padding: var(--space-5) var(--space-6);
  background: var(--glass-surface);
  border: 1px solid var(--glass-rim);
  border-radius: 12px;
  margin-bottom: var(--space-4);
  transition: all var(--duration-normal) var(--ease-out-expo);
}

.termin-item:hover {
  background: var(--glass-elevated);
  transform: translateX(6px);
  box-shadow: var(--shadow-intimate);
}

.termin-month {
  font-family: 'Bebas Neue', sans-serif;
  font-size: var(--text-lg);
  letter-spacing: 0.05em;
  color: var(--champagne);
  min-width: 100px;
  flex-shrink: 0;
}

.termin-dates {
  flex: 1;
  font-size: var(--text-sm);
  line-height: 2;
}

.ticket-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-2) var(--space-4);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--vermillion), var(--burgundy));
  color: var(--text-bright);
  border-radius: 6px;
  margin-left: var(--space-3);
  transition: all var(--duration-fast) ease;
  vertical-align: middle;
}

.ticket-btn:hover {
  color: var(--text-bright);
  transform: scale(1.05);
  box-shadow: var(--shadow-glow-vermillion);
}

/* ===== QUOTE CARDS ===== */
.quote-card {
  background: var(--glass-surface);
  border: 1px solid var(--glass-rim);
  border-radius: 16px;
  padding: var(--space-8);
  margin-bottom: var(--space-5);
  position: relative;
  transition: all var(--duration-normal) var(--ease-out-expo);
}

.quote-card::before {
  content: '"';
  position: absolute;
  top: var(--space-4);
  left: var(--space-5);
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 4rem;
  color: var(--brass);
  opacity: 0.3;
  line-height: 1;
}

.quote-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-medium);
}

.quote-card blockquote {
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: var(--text-xl);
  font-style: italic;
  color: var(--text-bright);
  margin-bottom: var(--space-4);
  padding-left: var(--space-6);
}

.quote-card cite {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: var(--text-sm);
  font-style: normal;
  font-weight: 500;
  color: var(--brass);
  text-align: right;
}

/* ===== NEWS ITEMS ===== */
.news-item {
  background: var(--glass-surface);
  border: 1px solid var(--glass-rim);
  border-radius: 16px;
  padding: var(--space-8);
  margin-bottom: var(--space-6);
  position: relative;
  transition: all var(--duration-normal) var(--ease-out-expo);
}

.news-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-medium);
}

.news-year {
  position: absolute;
  top: -12px;
  left: var(--space-5);
  padding: var(--space-2) var(--space-4);
  font-family: 'Bebas Neue', sans-serif;
  font-size: var(--text-sm);
  letter-spacing: 0.1em;
  background: linear-gradient(135deg, var(--brass), var(--champagne));
  color: var(--obsidian);
  border-radius: 4px;
}

.news-item blockquote {
  background: var(--glass-elevated);
  border-left: 3px solid var(--brass);
  padding: var(--space-5);
  margin: var(--space-5) 0;
  border-radius: 0 8px 8px 0;
  font-style: italic;
}

/* ===== CONTACT CARD ===== */
.contact-card {
  background: var(--glass-surface);
  border: 1px solid var(--glass-rim);
  border-radius: 16px;
  padding: var(--space-10);
  margin-top: var(--space-8);
  text-align: center;
}

.contact-card h2 {
  margin-bottom: var(--space-6);
}

.contact-card h2::after {
  margin-left: auto;
  margin-right: auto;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-4) var(--space-8);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: var(--glass-elevated);
  color: var(--champagne);
  border: 1px solid var(--brass);
  border-radius: 8px;
  transition: all var(--duration-normal) var(--ease-out-expo);
}

.social-btn:hover {
  background: var(--brass);
  color: var(--obsidian);
  transform: translateY(-2px);
}

/* ===== FOOTER ===== */
#footer {
  text-align: center;
  padding: var(--space-10) var(--space-6);
  background: var(--charcoal);
  border-top: 1px solid var(--glass-rim);
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 2;
}

#footer a {
  color: var(--text-dim);
}

#footer a:hover {
  color: var(--champagne);
}

/* ===== ERROR PAGE (404) ===== */
.error-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.error-page h1 {
  font-size: var(--text-4xl);
}

.error-page h1::after {
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  max-width: 500px;
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: var(--text-lg);
  font-style: italic;
  color: var(--text-dim);
  margin-bottom: var(--space-8);
}

.error-home-btn {
  display: inline-flex;
  align-items: center;
  padding: var(--space-4) var(--space-8);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--vermillion), var(--burgundy));
  color: var(--text-bright);
  border-radius: 8px;
  transition: all var(--duration-normal) var(--ease-out-expo);
}

.error-home-btn:hover {
  color: var(--text-bright);
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium), var(--shadow-glow-vermillion);
}

/* Hide elements from 404 that might conflict with new design */
.magician-scene,
.magic-sparkle,
.running-rabbit,
.smoke-particle,
.smoke-404,
.pixel-magician,
.magic-hat-404 {
  display: none !important;
}

/* ===== NEW UI COMPONENTS (2026 THEME) ===== */

/* 1. Primary Button - Neu Button Style */
.neu-button {
  background-color: var(--background-color);
  border-radius: 50px;
  box-shadow: inset 4px 4px 10px var(--shadow-dark, #bcbcbc), inset -4px -4px 10px var(--shadow-light, #ffffff);
  color: var(--text-color);
  cursor: pointer;
  font-size: 18px;
  padding: 15px 40px;
  transition: all 0.2s ease-in-out;
  border: 2px solid var(--glass-rim, rgb(206, 206, 206));
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.neu-button:hover {
  box-shadow: inset 2px 2px 5px var(--shadow-dark, #bcbcbc), inset -2px -2px 5px var(--shadow-light, #ffffff), 2px 2px 5px var(--shadow-dark, #bcbcbc), -2px -2px 5px var(--shadow-light, #ffffff);
  color: var(--text-color);
}

/* 2. Secondary Link - Text Stroke Button Style */
.text-stroke-button {
  margin: 0;
  height: auto;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  --border-right: 6px;
  --text-stroke-color: var(--text-dim);
  --animation-color: #37FF8B;
  --fs-size: 1.2em;
  letter-spacing: 3px;
  text-decoration: none;
  font-size: var(--fs-size);
  font-family: 'Inter', sans-serif;
  position: relative;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px var(--text-stroke-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.text-stroke-button .hover-text {
  position: absolute;
  box-sizing: border-box;
  color: var(--animation-color);
  width: 0%;
  inset: 0;
  border-right: var(--border-right) solid var(--animation-color);
  overflow: hidden;
  transition: 0.5s;
  -webkit-text-stroke: 1px var(--animation-color);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.text-stroke-button:hover .hover-text {
  width: 100%;
  filter: drop-shadow(0 0 23px var(--animation-color));
}

/* 3. Dark Mode Switch - 3D Lever */
.switch-lever {
  display: block;
  background-color: black;
  width: 150px;
  height: 195px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2), 0 0 1px 2px black, inset 0 2px 2px -2px white, inset 0 0 2px 15px #47434c, inset 0 0 2px 22px black;
  border-radius: 5px;
  padding: 20px;
  perspective: 700px;
}

.switch-lever input {
  display: none;
}

.switch-lever input:checked + .button {
  transform: translateZ(20px) rotateX(25deg);
  box-shadow: 0 -10px 20px #ff1818;
}

.switch-lever .button {
  display: block;
  transition: all 0.3s cubic-bezier(1, 0, 1, 1);
  transform-origin: center center -20px;
  transform: translateZ(20px) rotateX(-25deg);
  transform-style: preserve-3d;
  background-color: #9b0621;
  height: 100%;
  position: relative;
  cursor: pointer;
  background: linear-gradient(#980000 0%, #6f0000 30%, #6f0000 70%, #980000 100%);
  background-repeat: no-repeat;
}

.switch-lever .button::before {
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.3) 30%, #650000 75%, #320000) 50% 50%/97% 97%, #b10000;
  width: 100%;
  height: 50px;
  transform-origin: top;
  transform: rotateX(-90deg);
  position: absolute;
  top: 0;
}

.switch-lever .button::after {
  content: "";
  background-image: linear-gradient(#650000, #320000);
  width: 100%;
  height: 50px;
  transform-origin: top;
  transform: translateY(50px) rotateX(-90deg);
  position: absolute;
  bottom: 0;
  box-shadow: 0 50px 8px 0px black, 0 80px 20px 0px rgba(0, 0, 0, 0.5);
}

/* 4. Red Mode Switch - Cosmic Toggle */
.cosmic-toggle {
  position: relative;
  width: 140px;
  height: 70px;
  transform-style: preserve-3d;
  perspective: 500px;
}

.cosmic-toggle input {
  display: none;
}

.slider-cosmic {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #1a1a2e, #16213e);
  border-radius: 35px;
  transition: 0.5s;
  transform-style: preserve-3d;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.toggle-orb {
  position: absolute;
  height: 62px;
  width: 62px;
  left: 4px;
  bottom: 4px;
  background: linear-gradient(145deg, #ff6b6b, #4ecdc4);
  border-radius: 50%;
  transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-style: preserve-3d;
  z-index: 2;
}

.cosmic-toggle input:checked + .slider-cosmic {
  background: linear-gradient(45deg, #2e1a1a, #3e1621);
}

.cosmic-toggle input:checked + .slider-cosmic .toggle-orb {
  transform: translateX(70px) rotate(360deg);
  background: linear-gradient(145deg, #ff0000, #cc0000);
}

/* Theme Control Center */
.theme-control-center {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  background: var(--glass-surface);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-rim);
  border-radius: 16px;
  padding: var(--space-6);
  box-shadow: var(--shadow-medium);
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  align-items: center;
}

.theme-switch-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
}

.theme-switch-label {
  font-family: 'Inter', sans-serif;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-color);
  text-align: center;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
  :root {
    --space-10: 2rem;
    --nav-height: auto;
  }
  
  #head_navigation {
    flex-direction: column;
    padding: var(--space-2) 0;
  }
  
  #head_navigation a,
  #head_navigation .off {
    width: 100%;
    text-align: center;
    padding: var(--space-3) var(--space-4);
    border-bottom: 1px solid var(--glass-rim);
  }
  
  #head_navigation a:last-child,
  #head_navigation .off:last-of-type {
    border-bottom: none;
  }
  
  #head_navigation a::before,
  #head_navigation .off::after {
    display: none;
  }
  
  main.column,
  .column {
    margin: var(--space-4);
    padding: var(--space-6);
    border-radius: 16px;
  }
  
  main.column::before,
  main.column::after {
    display: none;
  }
  
  .column img[style*="float"] {
    float: none !important;
    display: block;
    margin: 0 auto var(--space-6) !important;
    max-width: 100% !important;
  }
  
  .termin-item {
    flex-direction: column;
    gap: var(--space-3);
  }
  
  .termin-month {
    min-width: auto;
  }
  
  .ticket-btn {
    display: inline-block;
    margin: var(--space-2) var(--space-2) var(--space-2) 0;
  }
  
  .highlight-row {
    grid-template-columns: 1fr;
    gap: var(--space-2);
    text-align: left;
  }
  
  .hero__cta {
    flex-direction: column;
  }
  
  .cta {
    width: 100%;
  }
  
  /* Theme Control Center responsive */
  .theme-control-center {
    top: 10px;
    right: 10px;
    padding: var(--space-4);
    gap: var(--space-4);
    flex-direction: row;
  }
  
  .switch-lever {
    width: 80px;
    height: 100px;
    padding: 10px;
  }
  
  .cosmic-toggle {
    width: 80px;
    height: 40px;
  }
  
  .toggle-orb {
    height: 32px;
    width: 32px;
    left: 4px;
    bottom: 4px;
  }
  
  .cosmic-toggle input:checked + .slider-cosmic .toggle-orb {
    transform: translateX(40px) rotate(360deg);
  }
  
  .theme-switch-label {
    font-size: 8px;
  }
}

@media (max-width: 480px) {
  main.column,
  .column {
    margin: var(--space-2);
    padding: var(--space-4);
  }
  
  h1 {
    font-size: var(--text-2xl);
  }
  
  .artist-card,
  .quote-card,
  .news-item,
  .contact-card {
    padding: var(--space-5);
  }
  
  .quote-card::before {
    font-size: 2.5rem;
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  body::before,
  body::after {
    display: none !important;
  }
  
  .column {
    background: white;
    color: black;
    border: 1px solid #ccc;
    box-shadow: none;
  }
}

/* ===== ADVANCED RETRO ANIMATIONS =====
   
   This section implements advanced retro-inspired animations and interactions:
   
   1. Scanline Overlay - Retro CRT-style scanline sweep effect
      - Activates on hover for interactive elements
      - Respects prefers-reduced-motion
   
   2. Reveal on Scroll - IntersectionObserver-based fade+translate
      - Triggers once when elements enter viewport
      - Respects prefers-reduced-motion (immediate reveal)
   
   3. Neon CTA - Multi-layer glow and glare sweep effects
      - Radial gradient glow on hover
      - Diagonal glare sweep animation
   
   4. 3D Tilt Card - Pointer-position-driven 3D transforms
      - Bounded rotation (max 8 degrees) to prevent extreme angles
      - Glare sweep follows tilt direction
      - Gracefully degrades on touch devices
   
   5. Neon Background - Slow drifting radial gradients for hero section
      - Two gradient orbs with independent animation timings
      - Low opacity (0.4) for subtlety
      - Transform-only animations for performance
   
   6. Hover Micro-interactions - Letter spacing and shadow breathing
      - CTA buttons expand letter spacing on hover
      - Cards have breathing shadow animation
   
   All animations use transform/opacity to avoid layout thrash.
   Reduced-motion fallbacks disable or flatten continuous animations.
*/

/* Scanline overlay effect for retro feel */
@keyframes scanline-sweep {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(300%);
  }
}

@keyframes glow-pulse {
  0%, 100% {
    filter: brightness(1) drop-shadow(0 0 8px currentColor);
  }
  50% {
    filter: brightness(1.15) drop-shadow(0 0 16px currentColor);
  }
}

@keyframes shadow-breathe {
  0%, 100% {
    box-shadow: var(--shadow-intimate), 0 0 20px color-mix(in srgb, var(--brass) 10%, transparent);
  }
  50% {
    box-shadow: var(--shadow-medium), 0 0 40px color-mix(in srgb, var(--brass) 20%, transparent);
  }
}

@keyframes neon-drift-1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(10%, -5%) scale(1.1);
  }
  66% {
    transform: translate(-5%, 10%) scale(0.95);
  }
}

@keyframes neon-drift-2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(-8%, 8%) scale(1.05);
  }
  66% {
    transform: translate(8%, -8%) scale(0.9);
  }
}

@keyframes letter-glow {
  0%, 100% {
    letter-spacing: 0.04em;
    text-shadow: 0 0 8px color-mix(in srgb, var(--champagne) 40%, transparent);
  }
  50% {
    letter-spacing: 0.08em;
    text-shadow: 0 0 16px color-mix(in srgb, var(--champagne) 60%, transparent);
  }
}

/* Scanline Overlay Utility */
.scanline-overlay {
  position: relative;
  overflow: hidden;
}

.scanline-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--brass) 40%, transparent), transparent);
  pointer-events: none;
  z-index: 2;
  animation: scanline-sweep 8s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.scanline-overlay:hover::before {
  opacity: 1;
}

/* Reveal on Scroll Utility */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo);
}

.reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Neon CTA Enhancement */
.neon-cta {
  position: relative;
  overflow: hidden;
}

.neon-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, color-mix(in srgb, var(--vermillion) 30%, transparent) 0%, transparent 70%);
  opacity: 0;
  transition: opacity var(--duration-normal) ease;
  pointer-events: none;
}

.neon-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 30%, color-mix(in srgb, var(--text-bright) 10%, transparent) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  pointer-events: none;
}

.neon-cta:hover::before {
  opacity: 1;
}

.neon-cta:hover::after {
  transform: translateX(100%);
}

/* 3D Tilt Card Effect */
.tilt-card {
  position: relative;
  transform-style: preserve-3d;
  transition: transform var(--duration-normal) var(--ease-out-expo);
  will-change: transform;
}

.tilt-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--text-bright) 10%, transparent) 0%, transparent 50%);
  opacity: 0;
  transition: opacity var(--duration-fast) ease;
  pointer-events: none;
  border-radius: inherit;
  z-index: 1;
}

.tilt-card:hover::before {
  opacity: 1;
}

/* Glare sweep for tilt cards */
.tilt-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(to bottom right, 
    transparent 0%, 
    color-mix(in srgb, var(--text-bright) 3%, transparent) 45%,
    color-mix(in srgb, var(--text-bright) 15%, transparent) 50%,
    color-mix(in srgb, var(--text-bright) 3%, transparent) 55%,
    transparent 100%);
  transform: rotate(45deg) translate(-100%, -100%);
  transition: transform 0.6s ease;
  pointer-events: none;
  border-radius: inherit;
  z-index: 2;
}

.tilt-card:hover::after {
  transform: rotate(45deg) translate(0, 0);
}

/* Enhanced hover effects with multi-layer glow */
.glow-card:hover .glow-card__frame {
  animation: shadow-breathe 2s ease-in-out infinite;
}

.feature-card.enhanced-hover {
  transition: all var(--duration-normal) var(--ease-out-expo), 
              box-shadow 2s ease-in-out;
}

.feature-card.enhanced-hover:hover {
  animation: shadow-breathe 2s ease-in-out infinite;
}

/* Neon background for hero */
.hero-neon-bg {
  position: absolute;
  inset: -20%;
  pointer-events: none;
  z-index: -1;
  opacity: 0.4;
  overflow: hidden;
}

.hero-neon-bg::before,
.hero-neon-bg::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
}

.hero-neon-bg::before {
  width: 500px;
  height: 500px;
  top: -10%;
  left: -5%;
  background: radial-gradient(circle, color-mix(in srgb, var(--brass) 15%, transparent) 0%, transparent 70%);
  animation: neon-drift-1 20s ease-in-out infinite;
}

.hero-neon-bg::after {
  width: 400px;
  height: 400px;
  bottom: -10%;
  right: -5%;
  background: radial-gradient(circle, color-mix(in srgb, var(--burgundy) 12%, transparent) 0%, transparent 70%);
  animation: neon-drift-2 25s ease-in-out infinite;
}

/* Letter spacing hover effect for headings */
.heading-hover-effect {
  transition: letter-spacing var(--duration-normal) var(--ease-out-expo);
}

.heading-hover-effect:hover {
  letter-spacing: 0.08em;
}

/* Parallax effect on scroll */
.parallax-layer {
  will-change: transform;
}

.parallax-layer > * {
  transition: transform 0.3s ease;
  will-change: transform;
}

.parallax-layer.is-active > * {
  transition: transform 0.1s ease-out;
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  /* Disable continuous animations */
  .scanline-overlay::before,
  .hero-neon-bg::before,
  .hero-neon-bg::after,
  .glow-card:hover .glow-card__frame,
  .feature-card.enhanced-hover:hover {
    animation: none !important;
  }
  
  /* Keep reveal effects but make them instant */
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  
  /* Flatten tilt effects */
  .tilt-card {
    transform: none !important;
  }
}

/* Focus states */
a:focus-visible,
button:focus-visible,
.cta:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 2px;
}

/* ===== UTILITY CLASSES ===== */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
