:root {
  --ink: #080808;
  --paper: #f1f0e9;
  --acid: #d8ff31;
  --violet: #8b4dff;
  --signal: #ff5038;
  --muted-copy: #aaa9a2;
  --line: rgba(241, 240, 233, 0.18);
  --background: var(--ink);
  --foreground: var(--paper);
  --card: #121212;
  --card-foreground: var(--paper);
  --popover: #121212;
  --popover-foreground: var(--paper);
  --primary: var(--acid);
  --primary-foreground: var(--ink);
  --secondary: #242424;
  --secondary-foreground: var(--paper);
  --muted: #242424;
  --muted-foreground: var(--muted-copy);
  --accent: var(--violet);
  --accent-foreground: var(--paper);
  --destructive: var(--signal);
  --border: var(--line);
  --input: rgba(241, 240, 233, 0.22);
  --ring: var(--acid);
  --radius: 0;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
}

img { display: block; max-width: 100%; }

.site-header svg,
.kicker svg,
.volume-icon,
.status-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, [role="slider"]:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 4px;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 92px;
  padding: 16px 4vw;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 8, 8, 0.96);
}

.brand {
  order: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}

.brand-mark {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 47px;
  height: 47px;
  background: var(--acid);
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: -0.08em;
  transform: rotate(-3deg);
}

.brand-name {
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-header nav {
  order: 3;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 24px;
  color: #cbc9c0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-header nav a {
  display: block;
  padding: 12px 0;
}

.site-header nav a, .text-link, footer a {
  transition: color 180ms ease;
}

.site-header nav a:hover, .text-link:hover, footer a:hover {
  color: var(--acid);
}

.header-live, .menu-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--paper);
  border-radius: 0;
  background: transparent;
  color: var(--paper);
  font: inherit;
  cursor: pointer;
}

.header-live {
  order: 4;
  gap: 10px;
  width: 156px;
  padding: 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.header-live:hover:not(:disabled) {
  background: var(--paper);
  color: var(--ink);
}

.header-live.is-playing {
  background: var(--acid);
  border-color: var(--acid);
  color: var(--ink);
}

.header-live:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.menu-toggle {
  order: 2;
  width: 44px;
  padding: 0;
  border-color: var(--line);
}

.menu-toggle:hover,
.menu-toggle[aria-expanded="true"] {
  border-color: var(--acid);
  color: var(--acid);
}

.site-header .menu-toggle svg {
  width: 24px;
  height: 24px;
}

.site-header.is-compact nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  max-height: 70vh;
  padding: 8px 4vw 16px;
  overflow-y: auto;
  background: var(--ink);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.35);
}

.site-header.is-compact nav a {
  padding: 15px 8px;
  border-bottom: 1px solid var(--line);
}

.site-header.is-compact nav a:last-child {
  border-bottom: 0;
}

.site-header nav[hidden],
.menu-toggle[hidden] {
  display: none;
}

/* =========================================================
   HERO
   ========================================================= */

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 520px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 26%, rgba(139, 77, 255, 0.22), transparent 34%),
    #080808;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 92% center;
  filter: saturate(0.95) contrast(1.03) brightness(0.98);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 8, 0.88) 0%, rgba(8, 6, 12, 0.68) 34%, rgba(19, 10, 28, 0.28) 60%, rgba(17, 7, 27, 0.08) 100%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.02) 0%, rgba(8, 8, 8, 0.06) 70%, rgba(8, 8, 8, 0.42) 100%);
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
  padding: 92px 4vw 105px;
}

.kicker,
.micro-label {
  margin: 0;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--acid);
}

.hero-live-dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(216, 255, 49, 0.08), 0 0 18px rgba(216, 255, 49, 0.6);
}

.hero h1 {
  max-width: 960px;
  margin: 30px 0 28px;
  font-size: clamp(64px, 7.7vw, 136px);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.82;
  text-transform: uppercase;
}

.hero h1 span {
  color: var(--paper);
  text-shadow: 4px 4px 0 rgba(139, 77, 255, 0.82), 8px 8px 30px rgba(139, 77, 255, 0.2);
}

.hero-intro {
  max-width: 620px;
  margin: 0;
  color: rgba(241, 240, 233, 0.78);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 42px;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
  background: var(--acid);
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 0 1px rgba(216, 255, 49, 0.14), 0 0 32px rgba(216, 255, 49, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-cta:hover {
  transform: translate(-3px, -3px);
  box-shadow: 7px 7px 0 var(--violet), 0 0 38px rgba(216, 255, 49, 0.18);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cfcdc5;
  font-size: 13px;
  font-weight: 800;
}

.ticker {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  background: var(--acid);
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 -12px 34px rgba(139, 77, 255, 0.08), 0 12px 30px rgba(216, 255, 49, 0.04);
}

.ticker div {
  width: max-content;
  padding: 5px 0;
  animation: marquee 70s linear infinite;
}

.ticker span { padding: 0 18px; }
.content-wrap { width: min(1500px, calc(100% - 8vw)); margin: 0 auto; }

/* =========================================================
   KOMPAKTER NOW-PLAYING-PLAYER
   ========================================================= */

.player-shell.player-shell-compact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, .85fr) minmax(260px, 1.55fr) 110px minmax(170px, 1fr) minmax(160px, .9fr) auto;
  align-items: stretch;
  min-height: 92px;
  margin-top: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  border: 1px solid rgba(241, 240, 233, 0.14);
  background:
    radial-gradient(circle at 70% 20%, rgba(139, 77, 255, 0.13), transparent 35%),
    linear-gradient(90deg, #080a0d 0%, #0d0c13 55%, #090a0d 100%);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.player-stream-status,
.player-previous {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.player-now-label,
.player-current,
.player-wave,
.player-next,
.player-program,
.player-shell-compact .player-controls {
  min-width: 0;
  border-right: 1px solid rgba(241, 240, 233, 0.12);
}

.player-now-label {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
}

.player-now-label .micro-label,
.player-next .micro-label,
.player-program .micro-label { color: var(--acid); }

.player-subline {
  margin: 3px 0 0;
  color: rgba(241, 240, 233, 0.55);
  font-family: "Courier New", Courier, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.live-dot {
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #5c5c5c;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.035);
}

.live-dot.is-ready {
  background: var(--acid);
  box-shadow: 0 0 0 7px rgba(216, 255, 49, 0.08), 0 0 20px rgba(216, 255, 49, 0.42);
  animation: live 1.6s ease-in-out infinite;
}

.player-current {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
}

.equalizer {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #9c55ff, #6a28d9);
  box-shadow: 0 0 24px rgba(139, 77, 255, 0.22);
}

.equalizer i { display: block; width: 3px; height: 7px; background: var(--paper); }
.equalizer.is-playing i { animation: bars .8s ease-in-out infinite alternate; }
.equalizer.is-playing i:nth-child(2) { animation-delay: -.3s; }
.equalizer.is-playing i:nth-child(3) { animation-delay: -.6s; }
.equalizer.is-playing i:nth-child(4) { animation-delay: -.2s; }
.equalizer.is-playing i:nth-child(5) { animation-delay: -.5s; }

.player-current-copy { min-width: 0; }
.player-current-copy h2 {
  margin: 0 0 5px;
  color: rgba(241, 240, 233, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.track-message {
  margin: 0;
  overflow: hidden;
  color: var(--paper);
  font-weight: 800;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.player-current-copy .track-message { font-size: 15px; font-weight: 850; }

.player-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 0 14px;
}
.player-wave i {
  display: block;
  width: 3px;
  border-radius: 2px;
  background: var(--acid);
  box-shadow: 0 0 7px rgba(216, 255, 49, 0.25);
}
.player-wave i:nth-child(1) { height: 13px; }
.player-wave i:nth-child(2) { height: 24px; }
.player-wave i:nth-child(3) { height: 34px; }
.player-wave i:nth-child(4) { height: 22px; }
.player-wave i:nth-child(5) { height: 41px; }
.player-wave i:nth-child(6) { height: 29px; }
.player-wave i:nth-child(7) { height: 18px; }
.player-wave i:nth-child(8) { height: 36px; }
.player-wave i:nth-child(9) { height: 25px; }
.player-wave i:nth-child(10) { height: 16px; }
.player-wave i:nth-child(11) { height: 28px; }
.player-wave i:nth-child(12) { height: 19px; }
.player-wave i:nth-child(13) { height: 11px; }

.player-next,
.player-program {
  display: flex;
  justify-content: center;
  padding: 15px 18px;
}
.player-next { flex-direction: column; }
.player-next .micro-label,
.player-program .micro-label { margin-bottom: 6px; font-size: 9px; }
.player-next .track-message,
.player-program-name { font-size: 12px; }

.player-program {
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  transition: background 180ms ease;
}
.player-program:hover { background: rgba(216, 255, 49, 0.05); }
.player-program-name { margin: 0; font-weight: 800; }
.player-program-arrow {
  color: var(--paper);
  font-size: 22px;
  transition: color 180ms ease, transform 180ms ease;
}
.player-program:hover .player-program-arrow { color: var(--acid); transform: translateX(3px); }

.player-shell-compact .player-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 92px;
  padding: 12px 16px;
  border-right: 0;
}

.volume-icon { width: 16px; height: 16px; opacity: .55; }
.volume-slider {
  width: 72px;
  height: 4px;
  border: 0;
  appearance: none;
  background: rgba(241, 240, 233, 0.25);
  cursor: pointer;
}
.volume-slider::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
  appearance: none;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
}
.volume-slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
}
.volume-slider:disabled { cursor: not-allowed; opacity: .35; }

.play-button {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--acid);
  color: var(--ink);
  cursor: pointer;
  font-size: 16px;
  box-shadow: 0 0 20px rgba(216, 255, 49, 0.15);
  transition: transform 180ms ease;
}
.play-button:hover { transform: scale(1.05); }

/* =========================================================
   YOUTUBE LIVE – BASIS
   ========================================================= */

.dj-live-section {
  border-top: 1px solid var(--line);
}

.dj-video-shell {
  position: relative;
  display: grid;
  place-items: center;
  width: min(1200px, 100%);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 20% 20%, rgba(139, 61, 255, 0.24), transparent 35%),
    linear-gradient(135deg, #151515, #080808);
}

.dj-offline {
  max-width: 620px;
  text-align: center;
}

.dj-offline-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted-copy);
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dj-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #686868;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.05);
}

.dj-offline h3 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.status-section {
  display: grid;
  grid-template-columns: auto 0.9fr 1fr;
  align-items: center;
  gap: 34px;
  margin: 20px 0 120px;
  padding: 42px;
  background: var(--paper);
  color: var(--ink);
}
.status-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  background: var(--violet);
  color: var(--paper);
  transform: rotate(-4deg);
}
.status-section h2 { margin: 7px 0 0; font-size: clamp(25px, 2.5vw, 38px); letter-spacing: -0.045em; }
.status-section > p { margin: 0; color: #484844; font-size: 15px; line-height: 1.65; }

footer p, footer a {
  margin: 0;
  color: var(--muted-copy);
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes live { 50% { opacity: 0.45; } }
@keyframes bars { to { height: 25px; } }

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .hero { min-height: 670px; }
  .hero-copy { padding-top: 72px; padding-bottom: 92px; }
  .hero h1 { font-size: clamp(58px, 12vw, 94px); }

  .player-shell.player-shell-compact {
    grid-template-columns: minmax(145px, .8fr) minmax(240px, 1.4fr) 95px minmax(160px, 1fr) auto;
  }
  .player-program { display: none; }
}

@media (max-width: 760px) {
  .hero { min-height: 650px; }
  .hero-image { object-position: 92% center; }
  .hero-shade {
    background: linear-gradient(180deg, rgba(7, 6, 10, 0.55) 0%, rgba(7, 6, 10, 0.72) 54%, rgba(7, 6, 10, 0.9) 100%);
  }
  .hero-copy {
    width: 100%;
    min-height: 650px;
    justify-content: flex-end;
    padding: 90px 6vw 72px;
  }
  .hero h1 { margin-top: 22px; font-size: clamp(52px, 15vw, 78px); line-height: .84; }
  .hero-intro { max-width: 100%; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 30px; }

  .content-wrap { width: calc(100% - 10vw); }

  .player-shell.player-shell-compact {
    grid-template-columns: 1fr auto;
    min-height: auto;
  }
  .player-now-label {
    grid-column: 1 / -1;
    min-height: 62px;
    border-right: 0;
    border-bottom: 1px solid rgba(241, 240, 233, 0.12);
  }
  .player-current { min-height: 82px; }
  .player-wave { display: none; }
  .player-next {
    grid-column: 1 / -1;
    min-height: 64px;
    border-right: 0;
    border-top: 1px solid rgba(241, 240, 233, 0.12);
  }
  .player-program { display: none; }
  .player-shell-compact .player-controls { min-height: 82px; }
  .player-shell-compact .volume-icon,
  .player-shell-compact .volume-slider { display: none; }

  .status-section { grid-template-columns: auto 1fr; padding: 28px; }
  .status-section > p { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .site-header { gap: 10px; min-height: 76px; padding: 12px; }
  .brand { gap: 8px; }
  .brand-mark { width: 36px; height: 36px; font-size: 13px; }
  .brand-name { letter-spacing: .04em; }
  .header-live { width: 44px; padding: 0; font-size: 18px; }
  .header-play-text { display: none; }
}

@media (max-width: 360px) {
  .site-header { gap: 8px; }
  .brand { gap: 6px; }
  .brand-mark { width: 32px; height: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* =========================================================
   WIR – YOUTUBE LIVE + DYNAMISCHER DJ
   ========================================================= */

.dj-live-section {
  padding: 40px 0 0;
}

.dj-live-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 42px;
}

.dj-live-heading h2 {
  margin: 14px 0 0;
  font-size: clamp(46px, 5vw, 82px);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: .92;
  text-transform: uppercase;
}

.dj-live-heading > p {
  margin: 0;
  max-width: 520px;
  color: rgba(241, 240, 233, .66);
  font-size: 16px;
  line-height: 1.65;
}

.dj-live-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
  gap: 24px;
  align-items: stretch;
}

.dj-live-layout .dj-video-shell {
  width: 100%;
  margin: 0;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(241, 240, 233, .14);
  background:
    radial-gradient(circle at 20% 20%, rgba(139, 77, 255, .22), transparent 38%),
    linear-gradient(135deg, #15131b, #08090d);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .28);
}

.dj-live-layout iframe.dj-video {
  width: 100%;
  height: 100%;
  border: 0;
}

.dj-live-layout .dj-offline {
  max-width: 620px;
  padding: 42px;
}

.dj-live-layout .dj-offline h3 {
  margin: 24px 0 16px;
  font-size: clamp(30px, 3.5vw, 54px);
  line-height: .98;
}

.dj-live-layout .dj-offline > p {
  max-width: 540px;
  margin: 0 auto 28px;
}

.dj-live-profile {
  min-height: 100%;
  border: 1px solid rgba(241, 240, 233, .14);
  background:
    radial-gradient(circle at 80% 10%, rgba(139, 77, 255, .18), transparent 35%),
    linear-gradient(180deg, rgba(18, 15, 26, .98), rgba(8, 8, 11, .98));
  box-shadow: 0 18px 60px rgba(0, 0, 0, .22);
  overflow: hidden;
}

.dj-live-profile-card + .dj-live-profile-card {
  border-top: 1px solid rgba(241, 240, 233, .12);
}

.dj-live-profile-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(139, 77, 255, .38), rgba(20, 15, 28, .95));
}

.dj-live-profile-image-placeholder {
  display: grid;
  place-items: center;
  color: var(--acid);
  font-size: clamp(58px, 6vw, 92px);
  font-weight: 950;
  letter-spacing: -0.07em;
}

.dj-live-profile-copy {
  padding: 28px 26px 30px;
}

.dj-live-profile-copy .micro-label {
  color: var(--acid);
}

.dj-live-profile-name {
  margin: 9px 0 5px;
  color: var(--paper);
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 950;
  line-height: .95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.dj-live-profile-location {
  margin: 0;
  color: rgba(241, 240, 233, .52);
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dj-live-profile-genres {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.dj-live-profile-genres span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(216, 255, 49, .38);
  color: var(--acid);
  font-family: "Courier New", Courier, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dj-live-profile-bio {
  margin: 22px 0 0;
  color: rgba(241, 240, 233, .72);
  font-size: 14px;
  line-height: 1.65;
}

.dj-live-profile-empty,
.dj-live-profile-placeholder {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

.dj-live-profile-loading {
  margin: 10px 0 0;
  color: rgba(241, 240, 233, .56);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .dj-live-layout {
    grid-template-columns: 1fr;
  }

  .dj-live-profile {
    display: grid;
    grid-template-columns: 220px 1fr;
  }

  .dj-live-profile-card {
    display: contents;
  }

  .dj-live-profile-image {
    height: 100%;
    aspect-ratio: auto;
  }

  .dj-live-profile-copy {
    align-self: center;
  }
}

@media (max-width: 760px) {
  .dj-live-section {
    padding: 80px 0 90px;
  }

  .dj-live-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .dj-live-heading h2 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .dj-live-heading > p {
    font-size: 15px;
  }

  .dj-live-layout .dj-offline {
    padding: 26px 18px;
  }

  .dj-live-profile {
    display: block;
  }

  .dj-live-profile-image {
    aspect-ratio: 16 / 10;
  }

  .dj-live-profile-copy {
    padding: 24px 22px 26px;
  }
}

/* =========================================================
   WIR – EINSTIEGSKARTEN
   ========================================================= */

.wir-entry-section {
  padding: 70px 0 0;
}

.wir-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wir-entry-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(241, 240, 233, 0.16);
  background:
    radial-gradient(circle at 85% 15%, rgba(139, 77, 255, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(18, 15, 26, 0.98), rgba(8, 8, 11, 0.98));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.2);
  transition: transform 180ms ease, border-color 180ms ease;
}

.wir-entry-card:hover {
  transform: translateY(-5px);
  border-color: rgba(216, 255, 49, 0.4);
}

.wir-entry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(7, 7, 10, 0.96) 0%, rgba(7, 7, 10, 0.78) 55%, rgba(7, 7, 10, 0.25) 100%);
}

.wir-entry-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 22px;
}

.wir-entry-card .micro-label {
  color: var(--acid);
  margin-bottom: 18px;
}

.wir-entry-title-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.wir-entry-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(241, 240, 233, 0.38);
  color: var(--paper);
  font-size: 19px;
  line-height: 1;
}

.wir-entry-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.wir-entry-title-row h2 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.wir-entry-text {
  max-width: 88%;
  margin: 22px 0 26px;
  color: rgba(241, 240, 233, 0.7);
  font-size: 14px;
  line-height: 1.55;
}

.wir-entry-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  min-width: 170px;
  min-height: 42px;
  margin-top: auto;
  padding: 0 14px;
  border: 1px solid rgba(241, 240, 233, 0.72);
  color: var(--paper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.wir-entry-button:hover {
  background: var(--acid);
  border-color: var(--acid);
  color: var(--ink);
}

.wir-entry-button span {
  margin-left: 18px;
  font-size: 18px;
}

.wir-entry-programm {
  background:
    linear-gradient(90deg, rgba(7, 7, 10, 0.94) 0%, rgba(7, 7, 10, 0.76) 52%, rgba(7, 7, 10, 0.30) 100%),
    url("assets/wir-programm-bg.webp");
  background-size: cover;
  background-position: 60% center;
  background-repeat: no-repeat;
}

.wir-entry-community {
  background:
    linear-gradient(90deg, rgba(7, 7, 10, 0.94) 0%, rgba(7, 7, 10, 0.74) 52%, rgba(7, 7, 10, 0.28) 100%),
    url("assets/wir-community-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wir-entry-werbung {
  background:
    linear-gradient(90deg, rgba(7, 7, 10, 0.96) 0%, rgba(7, 7, 10, 0.78) 52%, rgba(7, 7, 10, 0.20) 100%),
    url("assets/wir-werbung-billboard-bg.webp");
  background-size: cover;
  background-position: 65% center;
  background-repeat: no-repeat;
}

@media (max-width: 980px) {
  .wir-entry-grid {
    grid-template-columns: 1fr;
  }

  .wir-entry-card,
  .wir-entry-content {
    min-height: 260px;
  }
}

@media (max-width: 680px) {
  .wir-entry-section {
    padding: 70px 0 80px;
  }

  .wir-entry-content {
    padding: 20px;
  }

  .wir-entry-title-row h2 {
    font-size: 28px;
  }

  .wir-entry-text {
    max-width: 100%;
  }
}

/* =========================================================
   WIR – EVENT-TIPP + SHOP
   ========================================================= */

.wir-feature-section {
  padding: 40px 0 110px;
}

.wir-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .95fr);
  gap: 18px;
}

.wir-feature-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(241, 240, 233, .16);
  background:
    radial-gradient(circle at 78% 25%, rgba(139, 77, 255, .24), transparent 38%),
    linear-gradient(135deg, rgba(18, 15, 26, .98), rgba(8, 8, 11, .98));
  box-shadow: 0 18px 55px rgba(0, 0, 0, .22);
}

.wir-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 7, 10, .96) 0%, rgba(6, 7, 10, .78) 42%, rgba(6, 7, 10, .26) 100%);
  pointer-events: none;
}

.wir-feature-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 24px;
}

.wir-feature-card .micro-label {
  color: var(--acid);
  margin-bottom: 14px;
}

.wir-feature-date {
  margin: 0 0 6px;
  color: var(--paper);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 950;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.wir-feature-card h2 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 950;
  line-height: .92;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.wir-feature-subtitle {
  margin: 10px 0 18px;
  color: rgba(241, 240, 233, .8);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.wir-feature-location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: rgba(241, 240, 233, .72);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.wir-feature-location span:first-child {
  color: var(--acid);
  font-size: 18px;
}

.wir-feature-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  min-width: 170px;
  min-height: 42px;
  margin-top: auto;
  padding: 0 14px;
  border: 1px solid rgba(241, 240, 233, .72);
  color: var(--paper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.wir-feature-button:hover {
  background: var(--acid);
  border-color: var(--acid);
  color: var(--ink);
}

.wir-feature-button span {
  margin-left: 20px;
  font-size: 18px;
}

.wir-feature-event {
  background:
    radial-gradient(circle at 72% 30%, rgba(132, 62, 235, .38), transparent 38%),
    linear-gradient(135deg, #16111f, #08090d);
}

.wir-feature-message {
  position: absolute;
  right: 5%;
  bottom: 9%;
  z-index: 2;
  color: var(--paper);
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -0.04em;
  transform: rotate(-7deg);
  text-shadow: 3px 3px 0 rgba(139, 77, 255, .7);
}

.wir-feature-shop {
  background:
    radial-gradient(circle at 78% 30%, rgba(139, 77, 255, .32), transparent 40%),
    linear-gradient(135deg, #14101c, #08090d);
}

.wir-feature-shop .wir-feature-content {
  max-width: 72%;
}

.wir-shop-slogan {
  position: absolute;
  right: 6%;
  bottom: 8%;
  z-index: 2;
  color: var(--paper);
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 900;
  line-height: .94;
  letter-spacing: -0.04em;
  transform: rotate(-6deg);
  text-shadow: 3px 3px 0 rgba(139, 77, 255, .7);
}

@media (max-width: 980px) {
  .wir-feature-grid {
    grid-template-columns: 1fr;
  }

  .wir-feature-card,
  .wir-feature-content {
    min-height: 300px;
  }

  .wir-feature-shop .wir-feature-content {
    max-width: 78%;
  }
}

@media (max-width: 680px) {
  .wir-feature-section {
    padding: 30px 0 80px;
  }

  .wir-feature-content {
    padding: 20px;
  }

  .wir-feature-shop .wir-feature-content {
    max-width: 100%;
  }

  .wir-feature-message,
  .wir-shop-slogan {
    opacity: .25;
    right: 4%;
  }
}

/* =========================================================
   WIR – FOOTER
   ========================================================= */

.wir-footer {
  width: 100%;
  margin-top: 70px;
  padding: 42px 0 24px;
  border-top: 1px solid rgba(241, 240, 233, .12);
  background:
    radial-gradient(circle at 85% 10%, rgba(139, 77, 255, .08), transparent 32%),
    linear-gradient(180deg, #080a0d 0%, #07080b 100%);
}

.wir-footer-main {
  display: grid;
  grid-template-columns: 1.25fr .7fr .7fr 1.45fr;
  gap: 42px;
  align-items: start;
}

.wir-footer-brand-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.wir-footer-logo {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--acid);
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
  transform: rotate(-6deg);
}

.wir-footer-brand strong {
  color: var(--paper);
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: .02em;
}

.wir-footer-brand > p {
  margin: 14px 0 0 62px;
  color: rgba(241, 240, 233, .5);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}

.wir-footer-title {
  margin: 0 0 12px;
  color: rgba(241, 240, 233, .78);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.wir-footer-column nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.wir-footer-column a {
  color: rgba(241, 240, 233, .78);
  font-size: 13px;
  transition: color 160ms ease, transform 160ms ease;
}

.wir-footer-column a:hover {
  color: var(--acid);
  transform: translateX(3px);
}

.wir-footer-newsletter {
  display: grid;
  grid-template-columns: 1fr 46px;
  min-height: 42px;
  border: 1px solid rgba(241, 240, 233, .38);
}

.wir-footer-newsletter input {
  min-width: 0;
  padding: 0 14px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--paper);
  font: inherit;
  font-size: 13px;
}

.wir-footer-newsletter input::placeholder {
  color: rgba(241, 240, 233, .45);
}

.wir-footer-newsletter button {
  border: 0;
  border-left: 1px solid rgba(241, 240, 233, .26);
  background: transparent;
  color: var(--paper);
  font-size: 20px;
  cursor: pointer;
}

.wir-footer-newsletter button:hover {
  background: var(--acid);
  color: var(--ink);
}

.wir-footer-note {
  margin: 8px 0 20px;
  color: rgba(241, 240, 233, .5);
  font-size: 11px;
}

.wir-footer-socials {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.wir-footer-socials a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--paper);
  transition: color 160ms ease, transform 160ms ease;
}

.wir-footer-socials a:hover {
  color: var(--acid);
  transform: translateY(-2px);
}

.wir-footer-socials svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wir-footer-socials .social-fill {
  fill: currentColor;
  stroke: none;
}

.wir-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(241, 240, 233, .2);
}

.wir-footer-main {
  width: 100%;
}

.wir-footer-bottom p {
  margin: 0;
  color: rgba(241, 240, 233, .52);
  font-size: 10px;
}

.wir-footer-signature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: monospace;
  letter-spacing: .08em;
}

.wir-footer-signature span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--acid);
}

@media (max-width: 980px) {
  .wir-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .wir-footer-connect {
    grid-column: span 2;
  }

  .wir-footer-socials {
    justify-content: flex-start;
  }
}

@media (max-width: 650px) {
  .wir-footer {
    padding-top: 32px;
  }

  .wir-footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .wir-footer-connect {
    grid-column: auto;
  }

  .wir-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .wir-footer-brand > p {
    margin-left: 0;
  }
}

/* =========================================================
   WIR PROGRAMM
   ========================================================= */

.wir-programm {
  width: min(1500px, calc(100% - 8vw));
  margin: 0 auto;
  padding: 34px 0 90px;
}

.wir-programm-hero {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(6, 6, 9, 0.96) 0%, rgba(6, 6, 9, 0.78) 48%, rgba(6, 6, 9, 0.20) 100%),
    url("assets/wir-programm-bg.webp");
  background-size: cover;
  background-position: 60% center;
  background-repeat: no-repeat;
}

.wir-programm-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.wir-programm-hero h1 {
  margin: 12px 0 18px;
  font-size: clamp(56px, 7vw, 108px);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.wir-programm-hero h1 em {
  color: var(--acid);
  font-style: normal;
}

.wir-programm-hero .wir-intro {
  max-width: 650px;
  margin-bottom: 28px;
}

.wir-programm-schedule-section {
  padding-top: 70px;
}

.wir-programm-schedule-section .wir-section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 20px;
}

.wir-programm-schedule-section h2 {
  margin: 5px 0 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.95;
}

.wir-programm-update {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wir-schedule {
  display: grid;
  gap: 10px;
}

.wir-schedule-row {
  display: grid;
  grid-template-columns: minmax(130px, 0.45fr) minmax(0, 2fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 110px;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.wir-schedule-row:hover {
  transform: translateX(4px);
  border-color: rgba(255, 255, 255, 0.18);
}

.wir-schedule-featured {
  border-color: rgba(200, 255, 0, 0.55);
  background: linear-gradient(90deg, rgba(200, 255, 0, 0.12), rgba(200, 255, 0, 0.025));
}

.wir-time {
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 800;
  line-height: 0.95;
}

.wir-time span {
  display: block;
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
}

.wir-schedule-row h3 {
  margin: 3px 0 5px;
  font-size: clamp(22px, 2.3vw, 32px);
}

.wir-schedule-row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

.wir-status {
  white-space: nowrap;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.wir-schedule-featured .wir-status {
  border-color: var(--acid);
  color: var(--acid);
}

.wir-programm-note {
  margin-top: 22px;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 760px) {
  .wir-programm {
    width: calc(100% - 10vw);
    padding-top: 22px;
  }

  .wir-programm-hero {
    min-height: 430px;
    padding: 28px;
    background-position: 68% center;
  }

  .wir-programm-hero h1 {
    font-size: clamp(50px, 15vw, 74px);
  }

  .wir-programm-schedule-section .wir-section-title {
    display: block;
  }

  .wir-programm-schedule-section .wir-section-title > span {
    display: block;
    margin-top: 10px;
  }

  .wir-schedule-row {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }

  .wir-status {
    width: max-content;
  }
}

/* =========================================================
   WIR ÜBER UNS
   ========================================================= */

.wir-about {
  width: min(1500px, calc(100% - 8vw));
  margin: 0 auto;
  padding: 34px 0 100px;
}

.wir-about-hero {
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  padding: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(6, 6, 9, 0.96) 0%, rgba(6, 6, 9, 0.78) 50%, rgba(6, 6, 9, 0.22) 100%),
    url("assets/wir-community-bg.webp");
  background-size: cover;
  background-position: 65% center;
  background-repeat: no-repeat;
}

.wir-about-hero-copy {
  max-width: 780px;
}

.wir-about-hero h1 {
  margin: 12px 0 18px;
  font-size: clamp(56px, 7vw, 108px);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.wir-about-hero h1 em {
  color: var(--acid);
  font-style: normal;
}

.wir-about-statement {
  padding: 85px 0 40px;
}

.wir-about-statement h2 {
  margin: 8px 0 30px;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.95;
}

.wir-about-text-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 45px;
  max-width: 1100px;
}

.wir-about-text-columns p {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
}

.wir-about-worlds {
  padding-top: 70px;
}

.wir-about-worlds .wir-card-grid {
  margin-top: 30px;
}

.wir-about-worlds .wir-card {
  min-height: 260px;
}

.wir-about-team {
  padding-top: 80px;
}

#team-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

#team-list .wir-about-person {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
}

#team-list .wir-about-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: rgba(255, 255, 255, 0.04);
}

#team-list .wir-about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#team-list .wir-about-person h3 {
  margin: 5px 0 10px;
  font-size: clamp(28px, 3vw, 42px);
}

#team-list .wir-about-person p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

.wir-about-values-section {
  padding-top: 90px;
}

.wir-about-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.wir-about-values .wir-card {
  min-height: 230px;
}

.wir-contact {
  margin-top: 90px;
  padding-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wir-contact-intro {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
}

.wir-contact form {
  margin-top: 28px;
}

@media (max-width: 760px) {
  .wir-about {
    width: calc(100% - 10vw);
    padding-top: 22px;
  }

  .wir-about-hero {
    min-height: 400px;
    padding: 28px;
  }

  .wir-about-hero h1 {
    font-size: clamp(50px, 15vw, 74px);
  }

  .wir-about-text-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #team-list .wir-about-person {
    grid-template-columns: 1fr;
  }

  #team-list .wir-about-photo {
    max-width: 220px;
  }

  .wir-about-values {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   WIR EVENTS
   ========================================================= */

.wir-events {
  width: min(1500px, calc(100% - 8vw));
  margin: 0 auto;
  padding: 34px 0 100px;
}

.wir-events-hero {
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  padding: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(6, 6, 9, 0.96) 0%, rgba(6, 6, 9, 0.76) 50%, rgba(6, 6, 9, 0.18) 100%),
    url("assets/vienna-underground-radio-hero.png");
  background-size: cover;
  background-position: 65% center;
  background-repeat: no-repeat;
}

.wir-events-hero-copy {
  max-width: 820px;
}

.wir-events-hero h1 {
  margin: 12px 0 18px;
  font-size: clamp(56px, 7vw, 108px);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.wir-events-hero h1 em {
  color: var(--acid);
  font-style: normal;
}

.wir-events-hero .wir-intro {
  max-width: 680px;
  margin-bottom: 24px;
}

/* =========================================================
   WIR WERBUNG
   ========================================================= */

.wir-advertising {
  width: min(1500px, calc(100% - 8vw));
  margin: 0 auto;
  padding: 34px 0 100px;
}

.wir-advertising-hero {
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  padding: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(6, 6, 9, 0.96) 0%, rgba(6, 6, 9, 0.78) 50%, rgba(6, 6, 9, 0.18) 100%),
    url("assets/wir-werbung-billboard-bg.webp");
  background-size: cover;
  background-position: 65% center;
  background-repeat: no-repeat;
}

.wir-advertising-hero-copy {
  max-width: 820px;
}

.wir-advertising-hero h1 {
  margin: 12px 0 18px;
  font-size: clamp(56px, 7vw, 108px);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.wir-advertising-hero h1 em {
  color: var(--acid);
  font-style: normal;
}

.wir-advertising-hero .wir-intro {
  max-width: 680px;
  margin-bottom: 28px;
}

.wir-advertising-intro {
  padding: 85px 0 40px;
  max-width: 1050px;
}

.wir-advertising-intro h2 {
  margin: 8px 0 26px;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.95;
}

.wir-advertising-intro > p:last-child {
  max-width: 820px;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
}

.wir-advertising-formats {
  padding-top: 65px;
}

.wir-advertising-formats .wir-card-grid {
  margin-top: 30px;
}

.wir-advertising-formats .wir-card {
  min-height: 260px;
}

.wir-ad-brief {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  margin-top: 90px;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 100% 0%, rgba(132, 0, 255, 0.18), transparent 40%),
    rgba(255, 255, 255, 0.02);
}

.wir-ad-brief h2 {
  margin: 8px 0 20px;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 0.95;
}

.wir-ad-brief p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.66);
}

.wir-ad-brief ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.wir-ad-brief li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wir-advertising-note {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 760px) {
  .wir-advertising {
    width: calc(100% - 10vw);
    padding-top: 22px;
  }

  .wir-advertising-hero {
    min-height: 420px;
    padding: 28px;
    background-position: 68% center;
  }

  .wir-advertising-hero h1 {
    font-size: clamp(50px, 15vw, 74px);
  }

  .wir-ad-brief {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 32px 26px;
  }
}

/* =========================================================
   WIR LIVE
   ========================================================= */

.wir-live {
  width: min(1500px, calc(100% - 8vw));
  margin: 0 auto;
  padding: 34px 0 60px;
}

.wir-live-lead {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(6, 6, 9, 0.96) 0%, rgba(6, 6, 9, 0.76) 50%, rgba(6, 6, 9, 0.18) 100%),
    url("assets/WIR_DJ_von_hinten_klein.jpg");
  background-size: cover;
  background-position: 65% center;
  background-repeat: no-repeat;
}

.wir-live-lead h1 {
  margin: 12px 0 18px;
  font-size: clamp(56px, 7vw, 108px);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.wir-live-lead h1 em {
  color: var(--acid);
  font-style: normal;
}

.wir-live-lead .wir-intro {
  max-width: 680px;
  margin-bottom: 22px;
}

.wir-live-note {
  margin-top: 28px;
  padding: 28px 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
}

.wir-live-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.wir-live-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 760px) {
  .wir-live {
    width: calc(100% - 10vw);
    padding-top: 22px;
  }

  .wir-live-lead {
    min-height: 420px;
    padding: 28px;
    background-position: 68% center;
  }

  .wir-live-lead h1 {
    font-size: clamp(50px, 15vw, 74px);
  }

  .wir-live-note {
    padding: 24px;
  }
}

/* =========================================================
   WIR MERCH / SHOP
   ========================================================= */

.wir-shop {
  width: min(1500px, calc(100% - 8vw));
  margin: 0 auto;
  padding: 34px 0 100px;
}

.wir-shop-hero {
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  padding: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(6, 6, 9, 0.96) 0%, rgba(6, 6, 9, 0.76) 50%, rgba(6, 6, 9, 0.18) 100%),
    url("assets/Merch.png");
  background-size: cover;
  background-position: 65% center;
  background-repeat: no-repeat;
}

.wir-shop-hero-copy {
  max-width: 820px;
}

.wir-shop-hero h1 {
  margin: 12px 0 18px;
  font-size: clamp(56px, 7vw, 108px);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.wir-shop-hero h1 em {
  color: var(--acid);
  font-style: normal;
}

.wir-shop-hero .wir-intro {
  max-width: 680px;
}

.wir-shop-section {
  padding-top: 75px;
}

.wir-shop-section .wir-section-title {
  margin-bottom: 30px;
}

.wir-shop-section h2 {
  margin: 5px 0 0;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 0.95;
}

.wir-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.wir-shop-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
}

.wir-shop-card-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.03);
}

.wir-shop-card-body {
  padding: 22px;
}

.wir-shop-card-body h2 {
  margin: 0 0 12px;
  font-size: 26px;
}

.wir-shop-price {
  display: block;
  margin-bottom: 18px;
  color: var(--acid);
  font-size: 20px;
}

.wir-shop-details {
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  text-transform: uppercase;
}

.wir-shop-details:hover {
  border-color: var(--acid);
  color: var(--acid);
}

.wir-shop-panel:not(:has(.wir-shop-grid)) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

@media (max-width: 760px) {
  .wir-shop {
    width: calc(100% - 10vw);
    padding-top: 22px;
  }

  .wir-shop-hero {
    min-height: 420px;
    padding: 28px;
    background-position: 68% center;
  }

  .wir-shop-hero h1 {
    font-size: clamp(50px, 15vw, 74px);
  }

  .wir-shop-grid {
    grid-template-columns: 1fr;
  }

  .wir-shop-panel:not(:has(.wir-shop-grid)) {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }
}
