:root {
  --bg: #07080a;
  --surface: #0f1115;
  --surface-2: #15181e;
  --text: #f5f6f7;
  --muted: #9ba1aa;
  --line: rgba(255,255,255,.1);
  --accent: #ff5a1f;
  --accent-2: #ff7a3c;
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Arial, Helvetica, system-ui, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled {
  background: rgba(7,8,10,.88);
  backdrop-filter: blur(16px);
  border-color: var(--line);
}
.nav-wrap {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; }
.brand-wave {
  width: 54px; height: 38px; object-fit: contain; display: block;
  filter: drop-shadow(0 0 13px rgba(201,82,224,.32));
}
.brand-text {
  font-family: Arial, Helvetica, system-ui, sans-serif;
  font-size: 18px; font-weight: 700; letter-spacing: .06em;
}
.brand-text span { color: var(--accent); }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { color: #d8dbe0; transition: color .2s; }
.main-nav > a:not(.nav-cta):hover { color: white; }
.nav-cta {
  padding: 11px 17px; border: 1px solid rgba(255,255,255,.24);
  border-radius: 3px; transition: .2s;
}
.nav-cta:hover { background: white; color: #090a0c; }
.menu-toggle { display: none; }

.hero {
  min-height: 780px;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 50%, rgba(255,90,31,.09), transparent 36%),
    linear-gradient(135deg, #090a0d, #050607 65%);
}
.hero-grid {
  position: absolute; inset: 0; z-index: -4; opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to right, black, transparent 82%);
}
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 220px; z-index: -2;
  background: linear-gradient(transparent, var(--bg));
}
.hero-layout {
  display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 40px;
  padding-top: 64px;
}
.eyebrow {
  display: flex; align-items: center; gap: 12px;
  margin: 0 0 20px;
  color: #b9bec6; text-transform: uppercase; letter-spacing: .24em;
  font-size: 11px; font-weight: 700;
}
.eyebrow span { width: 28px; height: 2px; background: var(--accent); }
.hero h1, .section-heading h2, .catalog h2, .contact h2 {
  margin: 0;
  font-family: Arial, Helvetica, system-ui, sans-serif;
  line-height: .98;
  letter-spacing: -.05em;
}
.hero h1 { font-size: clamp(58px, 7vw, 94px); font-weight: 500; }
.hero h1 strong, .contact h2 strong { color: var(--accent); font-weight: 700; }
.hero-intro {
  max-width: 570px; margin: 28px 0 0; color: var(--muted);
  font-size: 17px; line-height: 1.8;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  min-height: 52px; padding: 0 22px; border-radius: 3px;
  font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: .22s ease;
}
.button-primary {
  background: var(--accent); color: white;
  box-shadow: 0 14px 34px rgba(255,90,31,.18);
}
.button-primary:hover { background: var(--accent-2); transform: translateY(-2px); }
.button-secondary { border: 1px solid rgba(255,255,255,.18); color: #e3e5e8; }
.button-secondary:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.35); }

.hero-stage {
  position: relative; height: 520px; transform: perspective(900px) rotateY(-5deg);
}
.truss { position: absolute; border: 1px solid rgba(255,255,255,.25); opacity: .66; }
.truss::before, .truss::after {
  content: ""; position: absolute; inset: 4px;
  background: repeating-linear-gradient(45deg, transparent 0 15px, rgba(255,255,255,.28) 16px 17px);
}
.truss-top { top: 40px; left: 30px; right: 20px; height: 24px; }
.truss-left { top: 40px; left: 30px; width: 24px; bottom: 52px; }
.truss-right { top: 40px; right: 20px; width: 24px; bottom: 52px; }
.stage-platform {
  position: absolute; left: 75px; right: 60px; bottom: 45px; height: 34px;
  background: linear-gradient(#292d35,#111318);
  transform: perspective(300px) rotateX(58deg);
  box-shadow: 0 20px 40px rgba(0,0,0,.7);
}
.stage-line {
  position: absolute; left: 70px; right: 55px; bottom: 63px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  box-shadow: 0 0 22px var(--accent);
}
.speaker {
  position: absolute; bottom: 87px; width: 92px; height: 180px;
  border-radius: 4px; border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(145deg,#1e2229,#090a0d 70%);
  box-shadow: 0 25px 42px rgba(0,0,0,.45);
}
.speaker-left { left: 100px; transform: rotateY(10deg); }
.speaker-right { right: 85px; transform: rotateY(-10deg); }
.speaker span {
  position: absolute; left: 50%; transform: translateX(-50%); border-radius: 50%;
  background: radial-gradient(circle, #050607 0 22%, #242831 24% 37%, #08090b 39% 60%, #1c2027 62%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.speaker span:first-child { width: 47px; height: 47px; top: 18px; }
.speaker span:last-child { width: 68px; height: 68px; bottom: 20px; }
.beam {
  position: absolute; top: 62px; width: 160px; height: 350px;
  clip-path: polygon(46% 0,54% 0,100% 100%,0 100%);
  background: linear-gradient(rgba(255,90,31,.32), transparent 76%);
  filter: blur(5px); opacity: .56; transform-origin: top;
}
.beam-one { left: 105px; transform: rotate(-18deg); }
.beam-two { left: 48%; transform: translateX(-50%); opacity: .35; }
.beam-three { right: 65px; transform: rotate(18deg); }
.stage-caption {
  position: absolute; top: 155px; left: 50%; transform: translateX(-50%);
  width: 250px; padding: 22px; text-align: center;
  border: 1px solid rgba(255,255,255,.09); background: rgba(9,10,12,.66);
  box-shadow: 0 0 55px rgba(255,90,31,.1);
}
.stage-logo-wave { width: 94px; height: 42px; object-fit: contain; display: block; margin: 0 auto 10px; }
.stage-caption small { display: block; color: #d65ce9; letter-spacing: .3em; font-weight: 700; }
.stage-caption strong { display: block; margin-top: 8px; font-family: Arial, Helvetica, system-ui, sans-serif; font-size: 20px; letter-spacing: .08em; }
.scroll-indicator {
  position: absolute; bottom: 38px; left: 50%; transform: translateX(-50%);
  width: 30px; height: 48px; border: 1px solid rgba(255,255,255,.25); border-radius: 20px;
}
.scroll-indicator span {
  position: absolute; left: 50%; top: 9px; width: 3px; height: 8px;
  background: var(--accent); border-radius: 4px; transform: translateX(-50%);
  animation: scroll 1.7s infinite;
}
@keyframes scroll { 0% { opacity: 0; transform: translate(-50%,0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,18px); } }

.services { background: var(--bg); }
.section-heading {
  display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 58px;
}
.section-heading h2, .catalog h2, .contact h2 { font-size: clamp(48px,6vw,76px); font-weight: 600; }
.section-heading > p { color: var(--muted); margin: 0 0 5px; max-width: 440px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card {
  position: relative; min-height: 390px; padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line); background: linear-gradient(145deg, var(--surface-2), #0b0c0f);
  transition: transform .25s, border-color .25s;
}
.service-card:hover { transform: translateY(-7px); border-color: rgba(255,90,31,.55); }
.service-card.featured {
  background:
    radial-gradient(circle at 100% 0, rgba(255,90,31,.22), transparent 40%),
    linear-gradient(145deg,#17191f,#0b0c0f);
}
.card-number { color: #666d77; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.service-icon { height: 124px; margin-top: 28px; position: relative; }
.speaker-icon {
  width: 80px; border-radius: 3px;
  background: linear-gradient(145deg,#2a2f38,#0e1014);
  border: 1px solid rgba(255,255,255,.16);
}
.speaker-icon i { position: absolute; left: 50%; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle,#07080a 25%,#343943 28% 41%,#0a0b0e 44%); }
.speaker-icon i:first-child { top: 15px; width: 32px; height: 32px; }
.speaker-icon i:last-child { bottom: 13px; width: 52px; height: 52px; }
.light-icon i {
  position: absolute; top: 8px; width: 42px; height: 72px; border-radius: 5px 5px 18px 18px;
  background: linear-gradient(#2d323c,#0d0f13); border: 1px solid rgba(255,255,255,.14);
}
.light-icon i:nth-child(1) { left: 5px; transform: rotate(-15deg); }
.light-icon i:nth-child(2) { left: 65px; }
.light-icon i:nth-child(3) { left: 125px; transform: rotate(15deg); }
.light-icon::after {
  content: ""; position: absolute; left: 9px; top: 60px; width: 160px; height: 90px;
  background: linear-gradient(rgba(255,90,31,.35),transparent); clip-path: polygon(7% 0,93% 0,75% 100%,25% 100%); filter: blur(5px);
}
.dj-icon i:first-child {
  position: absolute; left: 8px; top: 12px; width: 150px; height: 82px; border-radius: 5px;
  background: linear-gradient(145deg,#272c34,#0c0e11); border: 1px solid rgba(255,255,255,.14);
}
.dj-icon i:first-child::before, .dj-icon i:first-child::after {
  content: ""; position: absolute; top: 18px; width: 46px; height: 46px; border-radius: 50%;
  background: repeating-radial-gradient(circle,#0a0b0e 0 5px,#343943 6px 7px);
}
.dj-icon i:first-child::before { left: 13px; }
.dj-icon i:first-child::after { right: 13px; }
.dj-icon i:last-child {
  position: absolute; left: 66px; top: 36px; width: 34px; height: 4px; background: var(--accent);
  box-shadow: 0 12px 0 #59606b, 0 24px 0 #59606b;
}
.service-card h3 { margin: 20px 0 12px; font-family: Arial, Helvetica, system-ui, sans-serif; font-size: 29px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; max-width: 310px; }
.card-arrow {
  position: absolute; right: 26px; bottom: 24px; font-size: 22px; color: var(--accent);
}

.catalog { padding-top: 0; }
.catalog-panel {
  position: relative; min-height: 430px; overflow: hidden;
  display: grid; grid-template-columns: 1fr auto; align-items: center;
  padding: 70px;
  background: var(--accent);
}
.catalog-panel::after {
  content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(0,0,0,.12);
  border-radius: 50%; right: -80px; top: -160px;
  box-shadow: 0 0 0 60px rgba(0,0,0,.035), 0 0 0 120px rgba(0,0,0,.025);
}
.catalog-lines {
  position: absolute; inset: 0; opacity: .1;
  background: repeating-linear-gradient(125deg, transparent 0 28px, #000 29px 30px);
}
.catalog-copy { position: relative; z-index: 2; max-width: 720px; }
.eyebrow.light { color: rgba(255,255,255,.78); }
.eyebrow.light span { background: white; }
.catalog h2 { color: white; }
.catalog-copy > p:last-child { max-width: 520px; color: rgba(255,255,255,.78); }
.round-link {
  position: relative; z-index: 3; width: 150px; height: 150px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  border-radius: 50%; background: #0a0b0d; color: white; transition: .25s;
}
.round-link:hover { transform: rotate(-8deg) scale(1.04); }
.round-link span { font-size: 34px; }
.round-link small { margin-top: 8px; font-size: 10px; letter-spacing: .22em; }

.contact { background: #0b0c0f; }
.contact-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 80px; align-items: center; }
.contact-copy > p:not(.eyebrow) { margin-top: 30px; color: var(--muted); }
.mail-link {
  display: inline-flex; align-items: center; gap: 14px; margin-top: 10px;
  font-family: Arial, Helvetica, system-ui, sans-serif; font-size: clamp(22px,3vw,35px); font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,.22); padding-bottom: 8px;
}
.mail-link span { color: var(--accent); }
.contact-card {
  padding: 38px; border: 1px solid var(--line);
  background: linear-gradient(145deg,#171a20,#0d0f12);
}
.contact-card-top { display: flex; justify-content: space-between; color: #8d939c; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.status { display: inline-flex; align-items: center; gap: 7px; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #46c976; box-shadow: 0 0 12px #46c976; }
.contact-card h3 { margin: 50px 0 12px; font-family: Arial, Helvetica, system-ui, sans-serif; font-size: 32px; line-height: 1.15; }
.contact-card p { color: var(--muted); }
.button.full { width: 100%; margin-top: 24px; }

.site-footer { border-top: 1px solid var(--line); background: #07080a; padding: 32px 0; }
.footer-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-links { display: flex; gap: 24px; color: #969ca5; font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-row > p { justify-self: end; color: #666c75; font-size: 12px; }

@media (max-width: 900px) {
  .hero { height: auto; min-height: 950px; padding: 130px 0 80px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-stage { height: 410px; max-width: 620px; width: 100%; margin-inline: auto; }
  .section-heading, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .catalog-panel { padding: 55px 40px; grid-template-columns: 1fr; gap: 35px; }
  .round-link { width: 125px; height: 125px; }
  .footer-row { grid-template-columns: 1fr; justify-items: start; }
  .footer-row > p { justify-self: start; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max-width)); }
  .section { padding: 78px 0; }
  .main-nav {
    position: fixed; top: 96px; left: 14px; right: 14px;
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    padding: 12px; background: rgba(15,17,21,.98); border: 1px solid var(--line);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 15px; }
  .menu-toggle {
    width: 42px; height: 42px; display: grid; place-content: center; gap: 5px;
    border: 1px solid var(--line); background: transparent; color: white;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; background: currentColor; }
  .hero h1 { font-size: 54px; }
  .hero-intro { font-size: 15px; }
  .hero-stage { height: 350px; transform: none; margin-left: -10px; width: calc(100% + 20px); }
  .truss-top { left: 10px; right: 10px; }
  .truss-left { left: 10px; }
  .truss-right { right: 10px; }
  .speaker-left { left: 48px; }
  .speaker-right { right: 38px; }
  .stage-caption { width: 210px; }
  .section-heading h2, .catalog h2, .contact h2 { font-size: 47px; }
  .catalog-panel { padding: 48px 24px; }
  .contact-card { padding: 26px; }
  .footer-links { flex-direction: column; gap: 8px; }
}


/* Rechtliche Unterseiten */
.legal-main { min-height: calc(100vh - 130px); padding: 150px 0 100px; background: radial-gradient(circle at 85% 5%, rgba(255,90,31,.08), transparent 32%), var(--bg); }
.legal-layout { max-width: 900px; }
.legal-layout > h1 { margin: 0 0 55px; font-family: Arial, Helvetica, sans-serif; font-size: clamp(48px, 7vw, 82px); line-height: 1; letter-spacing: -.045em; }
.legal-section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 18px; font-size: 24px; letter-spacing: -.02em; }
.legal-section h3 { margin: 24px 0 8px; font-size: 17px; }
.legal-section p { margin: 0 0 16px; color: var(--muted); }
.legal-section a { color: var(--text); border-bottom: 1px solid rgba(255,90,31,.55); }
.legal-section strong { color: var(--text); }
@media (max-width: 720px) {
  .legal-main { padding-top: 120px; }
  .legal-nav { display: flex; position: static; padding: 0; border: 0; background: transparent; flex-direction: row; }
  .legal-nav > a:not(.nav-cta) { display: none; }
  .legal-nav .nav-cta { padding: 10px 12px; }
}

@media (max-width: 720px) {
  .brand-wave { width: 82px; height: 54px; }
  .footer-brand .brand-wave { width: 92px; height: 60px; }
}


/* v7 hero animation */
.hero-stage.hero-stage-gif {
  position: relative;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
}
.hero-stage.hero-stage-gif::before {
  content: "";
  position: absolute;
  inset: 16% 12% 12%;
  border-radius: 24px;
  background: radial-gradient(circle at center, rgba(255,90,31,.08), rgba(205,92,233,.05) 45%, transparent 72%);
  filter: blur(14px);
}
.hero-movingheads {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  height: auto;
  display: block;
  filter: drop-shadow(0 0 30px rgba(255,90,31,.18));
}
@media (max-width: 900px) {
  .hero-stage.hero-stage-gif { height: 400px; }
  .hero-movingheads { width: min(100%, 620px); }
}
@media (max-width: 720px) {
  .hero-stage.hero-stage-gif {
    height: 280px;
    margin-left: 0;
    width: 100%;
  }
  .hero-movingheads { width: 100%; }
}
