:root {
  --bg: #090b0f;
  --surface: #11151b;
  --surface-2: #171c24;
  --line: rgba(255,255,255,.12);
  --text: #f5f6f7;
  --muted: #a5abb5;
  /* SRC-Orange, direkt aus dem Logo (#e05e1c). */
  --red: #e05e1c;
  --red-dark: #e05e1c;
  --lime: #e05e1c;
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 20px;
  --shadow: 0 24px 80px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: white; color: black; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(9,11,15,.95); box-shadow: 0 14px 40px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.utility-bar { border-bottom: 1px solid var(--line); font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
.utility-inner { display: flex; min-height: 34px; align-items: center; gap: 24px; color: #c7cbd2; }
.social-mini { margin-left: auto; display: flex; gap: 16px; }
.utility-inner a:hover, .social-mini a:hover { color: var(--lime); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 270px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .84rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.main-nav a { position: relative; padding: 10px 0; }
.main-nav a:not(.nav-shop)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--red); transition: right .25s; }
.main-nav a:hover::after { right: 0; }
.nav-shop { padding: 11px 18px !important; background: var(--red); clip-path: polygon(9px 0,100% 0,calc(100% - 9px) 100%,0 100%); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 28px; height: 2px; margin: 6px; background: white; }

.hero { position: relative; min-height: 800px; height: 94vh; overflow: hidden; background: #050609; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; background-image: var(--hero-image); background-size: cover; background-position: center; transform: scale(1.04); transition: opacity .65s ease, transform 1.2s ease, visibility .65s; }
.hero-slide.active { opacity: 1; visibility: visible; transform: scale(1); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,5,8,.92) 0%,rgba(3,5,8,.68) 42%,rgba(3,5,8,.12) 75%), linear-gradient(0deg, #090b0f 0%, transparent 30%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 100px; }
.eyebrow { margin: 0 0 20px; color: var(--lime); font-size: .75rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .hero h2, .section h2, .contact-section h2 { margin: 0; max-width: 820px; font-size: clamp(3rem, 7.2vw, 6.6rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; font-weight: 950; }
em { color: var(--red); font-style: normal; }
.hero-copy { max-width: 570px; margin: 28px 0 34px; color: #d5d8de; font-size: clamp(1rem, 1.6vw, 1.22rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 24px; border: 1px solid transparent; color: white; font-size: .8rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--red); }
.button.primary:hover { background: #e05e1c; }
.button.ghost { border-color: rgba(255,255,255,.55); background: rgba(0,0,0,.22); }
.button.dark { background: var(--surface-2); border-color: var(--line); }
.hero-controls { position: absolute; z-index: 4; left: 50%; bottom: 52px; transform: translateX(-50%); display: flex; align-items: center; gap: 14px; }
.hero-arrow { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: rgba(0,0,0,.25); color: white; cursor: pointer; }
.hero-dots { display: flex; gap: 7px; }
.hero-dots button { width: 36px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.28); cursor: pointer; transition: background .2s, width .2s; }
.hero-dots button.active { width: 64px; background: var(--red); }
.hero-status { position: absolute; z-index: 4; right: 28px; bottom: 58px; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.pulse { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(224,94,28,.5); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(224,94,28,0); } }

.quick-links { position: relative; z-index: 6; margin-top: -28px; display: grid; grid-template-columns: repeat(4, 1fr); box-shadow: var(--shadow); }
.quick-links a { min-height: 124px; padding: 24px; background: var(--surface-2); border-right: 1px solid var(--line); transition: background .25s, transform .25s; }
.quick-links a:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.quick-links a:last-child { border-radius: 0 var(--radius) var(--radius) 0; border: 0; }
.quick-links a:hover { position: relative; z-index: 2; background: var(--red); transform: translateY(-5px); }
.quick-links span { display: block; color: var(--red); font-size: .66rem; font-weight: 900; letter-spacing: .15em; }
.quick-links a:hover span { color: white; }
.quick-links strong, .quick-links small { display: block; }
.quick-links strong { margin-top: 10px; font-size: 1.1rem; text-transform: uppercase; }
.quick-links small { color: var(--muted); }
.quick-links a:hover small { color: white; }

.section { padding: 125px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 58px; }
.section-heading h2, .contact-section h2 { font-size: clamp(2.5rem, 5vw, 5rem); }
.section-heading > p { max-width: 500px; margin: 0 0 7px; color: var(--muted); font-size: 1.06rem; }
.section-heading.compact { margin-bottom: 42px; }
.series-section { background: linear-gradient(180deg, #090b0f, #0e1116); }
.series-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.series-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 18px 55px rgba(0,0,0,.2); }
.series-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; filter: saturate(.82); transition: transform .45s, filter .45s; }
.series-card:hover img { transform: scale(1.035); filter: saturate(1.1); }
.series-card.featured { outline: 1px solid rgba(224,94,28,.48); }
.series-body { padding: 25px; }
.tag-row { display: flex; justify-content: space-between; gap: 10px; color: var(--lime); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.live-tag { color: var(--red); }
.series-card h3 { margin: 13px 0 12px; font-size: 1.6rem; line-height: 1.05; text-transform: uppercase; }
.series-card p { min-height: 74px; margin: 0; color: var(--muted); }
.card-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 24px; }
.card-links a { padding: 9px 10px; border: 1px solid var(--line); color: #dfe2e7; font-size: .72rem; text-align: center; text-transform: uppercase; font-weight: 750; }
.card-links a:hover { border-color: var(--red); color: white; }

.community-section { overflow: hidden; background: #f1f2f3; color: #111318; }
.community-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.community-copy .lead { max-width: 580px; color: #555b64; font-size: 1.12rem; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 42px 0; }
.stats div { border-left: 3px solid var(--red); padding-left: 15px; }
.stats strong, .stats span { display: block; }
.stats strong { font-size: 2rem; line-height: 1; }
.stats span { margin-top: 7px; color: #646a73; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.community-visual { position: relative; }
.community-visual::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 2px solid var(--red); }
.community-visual img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--shadow); }
.visual-note { position: absolute; z-index: 2; right: -25px; bottom: -28px; min-width: 190px; padding: 22px; background: var(--red); color: white; text-transform: uppercase; font-size: .78rem; font-weight: 800; }
.visual-note span { display: block; font-size: 2.1rem; line-height: 1; }

.feature-section { background: #0c0f14; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-grid article { padding: 40px 34px; border-right: 1px solid var(--line); }
.feature-grid article:last-child { border: 0; }
.feature-grid span { color: var(--red); font-size: .72rem; font-weight: 900; }
.feature-grid h3 { margin: 20px 0 12px; font-size: 1.25rem; text-transform: uppercase; }
.feature-grid p { margin: 0; color: var(--muted); }
.rule-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.rule-links a { display: flex; justify-content: space-between; padding: 17px 20px; background: var(--surface-2); border: 1px solid var(--line); font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.rule-links a:hover { border-color: var(--red); }
.rule-links span { color: var(--red); }

.gallery-strip { display: grid; grid-template-columns: repeat(4, 1fr); height: 360px; overflow: hidden; }
.gallery-strip figure { position: relative; margin: 0; overflow: hidden; }
.gallery-strip img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.55) brightness(.72); transition: transform .45s, filter .45s; }
.gallery-strip figure:hover img { transform: scale(1.06); filter: grayscale(0) brightness(.9); }
.gallery-strip figcaption { position: absolute; left: 20px; bottom: 18px; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.news-section { background: #f1f2f3; color: #111318; }
.text-link { color: var(--red); font-size: .8rem; font-weight: 850; text-transform: uppercase; }
.news-grid { display: grid; grid-template-columns: 1.5fr .75fr; gap: 18px; }
.news-card { padding: 30px; border: 1px solid #d3d6da; border-radius: var(--radius); background: white; }
.news-card.large { grid-row: span 2; padding: 0; overflow: hidden; }
.news-card.large > div { padding: 30px; }
.news-card img { width: 100%; aspect-ratio: 16/8; object-fit: cover; }
.news-card time { color: var(--red); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.news-card h3 { margin: 10px 0; font-size: 1.45rem; line-height: 1.15; text-transform: uppercase; }
.news-card p { color: #666c75; }
.news-card a { color: var(--red); font-size: .75rem; font-weight: 850; text-transform: uppercase; }

.media-section { padding-top: 0; background: #f1f2f3; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.media-card { min-height: 310px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; color: white; border-radius: var(--radius); transition: transform .25s; }
.media-card:hover { transform: translateY(-5px); }
.media-card.discord { background: linear-gradient(135deg,#5865f2,#2731a9); }
.media-card.youtube { background: #e05e1c; }
.media-card.twitch { background: linear-gradient(135deg,#9146ff,#4b2190); }
.media-card > span { margin-bottom: auto; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.media-card h3 { margin: 0 0 10px; font-size: 2.25rem; line-height: .9; text-transform: uppercase; }
.media-card p { margin: 0 0 20px; opacity: .78; }
.media-card b { font-size: .74rem; text-transform: uppercase; }

.contact-section { padding: 125px 0; background: linear-gradient(135deg,#12161d 0%,#090b0f 70%); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-grid > div > p:not(.eyebrow) { color: var(--muted); max-width: 430px; }
.phone-link { display: block; margin-top: 32px; color: var(--lime); font-size: 1.35rem; font-weight: 850; }
.contact-grid small { color: var(--muted); }
.offline-form { position: relative; display: grid; gap: 18px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.offline-form label { color: #c9cdd3; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.offline-form input, .offline-form textarea { display: block; width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid var(--line); outline: none; background: #0a0d11; color: white; resize: vertical; }
.offline-form input:focus, .offline-form textarea:focus { border-color: var(--red); }
.offline-form .button { justify-self: start; border: 0; }
.form-note { margin: 0; color: var(--muted); font-size: .72rem; }
.form-note.success { color: var(--lime); }

.site-footer { padding: 76px 0 24px; background: #050609; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 55px; }
.footer-brand img { width: 250px; }
.footer-brand p { color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.footer-top h3 { margin: 0 0 20px; font-size: .8rem; color: var(--red); text-transform: uppercase; letter-spacing: .12em; }
.footer-top > div > a { display: block; margin: 10px 0; color: #b9bec6; font-size: .86rem; }
.footer-top > div > a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--line); color: #777e88; font-size: .75rem; }
.footer-bottom div { display: flex; gap: 20px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .utility-bar { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 220px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 72px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; background: rgba(9,11,15,.98); border: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 10px; }
  .nav-shop { clip-path: none; text-align: center; margin-top: 8px; }
  .hero { min-height: 680px; height: 86vh; }
  .hero-content { padding-top: 80px; }
  .hero-status { display: none; }
  .quick-links { grid-template-columns: 1fr 1fr; margin-top: 0; }
  .quick-links a, .quick-links a:first-child, .quick-links a:last-child { border-radius: 0; }
  .series-grid { grid-template-columns: 1fr; }
  .community-grid, .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .community-visual { max-width: 700px; }
  .feature-grid, .rule-links, .media-grid { grid-template-columns: 1fr; }
  .feature-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .gallery-strip { grid-template-columns: 1fr 1fr; height: 600px; }
  .news-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  .hero h1, .hero h2 { font-size: clamp(2.7rem, 15vw, 4.4rem); }
  .hero-copy { margin: 22px 0 28px; }
  .button-row { width: 100%; }
  .button-row .button { flex: 1 1 100%; }
  .hero-controls { bottom: 24px; }
  .quick-links { grid-template-columns: 1fr; }
  .quick-links a { min-height: 100px; }
  .section, .contact-section { padding: 88px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .stats { grid-template-columns: 1fr; }
  .visual-note { right: -5px; }
  .gallery-strip { height: 760px; grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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