@import url("styles.css?v=112");

:root {
  --ink: #f8fbff;
  --white: #ffffff;
  --muted-dark: #a4aebc;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  background: #fff;
  color: #02040a;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
.subpage-auth-gate {
  background:
    linear-gradient(90deg, #02040a 0%, #02040a 42%, rgba(2,4,10,.82) 50%, rgba(2,4,10,.45) 64%, rgba(2,4,10,.72) 100%),
    linear-gradient(180deg, #02040a 0%, #02040a 10%, rgba(2,4,10,.82) 18%, rgba(2,4,10,.18) 34%, rgba(2,4,10,.18) 72%, rgba(2,4,10,.84) 91%, #02040a 100%),
    radial-gradient(circle at 70% 16%, rgba(7,87,255,.28), transparent 30rem),
    url("assets/pr0xy.webp") right center / auto 100% no-repeat,
    #02040a;
}

.nav-dropdown { position: relative; }
.nav-dropdown summary {
  color: #d8dde6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  transition: color .18s, text-shadow .18s;
}
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { content: "+"; margin-left: 5px; color: var(--blue2); }
.nav-dropdown[open] summary::after { content: "−"; }
.nav-dropdown summary:hover,
.nav-dropdown.is-active summary { color: #fff; text-shadow: 0 0 10px rgba(0,140,255,.55); }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: -18px;
  width: 245px;
  display: grid;
  gap: 0;
  padding: 10px;
  border: 1px solid rgba(110,180,255,.26);
  background: rgba(2,4,10,.97);
  box-shadow: 0 24px 70px rgba(0,0,0,.52), 0 0 24px rgba(7,87,255,.14);
  backdrop-filter: blur(16px);
}
.nav-dropdown-menu a {
  display: block;
  padding: 11px 10px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav-dropdown-menu a:last-child { border-bottom: 0; }

.container { width: min(1220px, calc(100% - 44px)); margin-inline: auto; }
.section {
  position: relative;
  padding: clamp(68px, 7vw, 96px) 0;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 84% 10%, rgba(7,87,255,.13), transparent 28rem),
    linear-gradient(180deg, #02040a, #050b14);
  overflow: hidden;
}
.section-muted {
  background:
    radial-gradient(circle at 12% 8%, rgba(7,87,255,.16), transparent 27rem),
    linear-gradient(180deg, #050b14, #02040a);
}
.section-light {
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(7,87,255,.07), transparent 22%, transparent 78%, rgba(7,87,255,.06)),
    #060b13;
}
.section-blue {
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(0,140,255,.26), transparent 28rem),
    linear-gradient(135deg, #052269, #071327 58%, #02040a);
}
.section-blue .kicker,
.section-blue [style*="color:#07101a"] { color: var(--blue2) !important; }
.section-blue .lede,
.section-blue [style*="color:#eaf4ff"] { color: #d7e1ed !important; }
.section-light [style*="var(--muted-dark)"],
[style*="color:var(--ink)"] { color: var(--muted) !important; }

.page-hero {
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: end;
  padding: 180px 0 82px;
  border-bottom: 0;
  background:
    linear-gradient(90deg, #02040a 0%, rgba(2,4,10,.92) 44%, rgba(2,4,10,.5) 78%, #02040a),
    radial-gradient(circle at 72% 20%, rgba(7,87,255,.3), transparent 30rem),
    linear-gradient(135deg, #07101b, #02040a 68%);
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 112px 112px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero-compact { min-height: 490px; }
.page-hero h1 {
  max-width: 900px;
  font-size: clamp(72px, 9vw, 132px);
}
.page-hero h1 .accent,
h1 > .accent {
  display: block;
  width: fit-content;
  margin-top: -8px;
  color: var(--blue);
  font: 400 clamp(46px, 6vw, 82px)/.82 var(--brush);
  text-transform: uppercase;
  transform: rotate(-2deg);
  text-shadow: 3px 3px 0 #00145a, 0 0 18px rgba(7,87,255,.58);
}
.page-hero .lede { max-width: 720px; margin: 30px 0 0; }
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
  color: #9da8b6;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.breadcrumb a:hover { color: #fff; }
.lede { color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.68; }
.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(38px, 7vw, 90px);
  align-items: center;
}
.split-reverse > :first-child { order: 2; }
.section h2 { font-size: clamp(52px, 6vw, 86px); line-height: .9; font-style: italic; }
.section h2 .accent { display: block; }
.section h3,
.info-card h3,
.feature-card h3,
.person-card h3,
.step-card h3,
.job-card h3,
.data-card h3 {
  margin: 0;
  font: italic 900 30px/.95 var(--cond);
  text-transform: uppercase;
}
.section p:not(.kicker),
.section li { line-height: 1.72; }
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: end;
  margin-bottom: 44px;
}
.section-head > .lede { max-width: 480px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn,
.text-link,
.carousel-button,
.filter-button {
  position: relative;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn:hover,
.text-link:hover,
.carousel-button:hover,
.filter-button:hover {
  transform: translateY(-2px);
  border-color: rgba(122,184,255,.82);
  box-shadow: 0 9px 22px rgba(0,0,0,.28), 0 0 12px rgba(7,87,255,.16);
}
.btn:active,
.carousel-button:active,
.filter-button:active { transform: translateY(0); }
.btn-primary { background: var(--blue); color: #fff; }
.btn-outline { background: rgba(2,6,14,.7); color: #fff; }
.btn-light { border-color: #fff; background: #fff; color: #02040a; }
.text-link {
  display: inline-flex;
  margin-top: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.media-frame {
  position: relative;
  min-height: 360px;
  margin: 0;
  border: 1px solid rgba(110,180,255,.24);
  background: #03060c;
  box-shadow: 0 28px 90px rgba(0,0,0,.46), inset 0 0 30px rgba(7,87,255,.1);
  overflow: hidden;
}
.media-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(2,4,10,.82)); pointer-events: none; }
.media-frame img { display: block; width: 100%; height: 100%; min-height: 360px; object-fit: cover; filter: brightness(.82) saturate(.95) contrast(1.08); }
.media-frame figcaption { position: absolute; z-index: 1; right: 18px; bottom: 15px; font: italic 24px var(--cond); text-transform: uppercase; }
.team-feature-image::after { display: none; }

.card-grid,
.partner-grid,
.team-overview-grid,
.news-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.info-card,
.feature-card,
.person-card,
.job-card,
.data-card,
.contact-card {
  position: relative;
  min-height: 260px;
  display: block;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(145deg, rgba(7,87,255,.12), transparent 48%),
    #07101b;
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
a.info-card:hover,
.partner-card:hover,
.team-overview-card:hover,
.job-card:hover {
  transform: translateY(-3px);
  border-color: rgba(54,126,255,.68);
  box-shadow: 0 26px 72px rgba(0,0,0,.42), 0 0 16px rgba(7,87,255,.1);
}
.info-card p,
.feature-card p,
.person-card p,
.job-card p,
.data-card p,
.contact-card p { color: var(--muted); }
.card-index,
.person-role {
  display: block;
  margin-bottom: 34px;
  color: var(--blue2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.person-monogram {
  display: grid;
  width: 78px;
  height: 78px;
  margin-bottom: 30px;
  place-items: center;
  border: 1px solid rgba(110,180,255,.42);
  background: rgba(7,87,255,.16);
  color: #fff;
  font: italic 900 30px var(--cond);
  box-shadow: 0 0 28px rgba(7,87,255,.18);
}
.profile-card { overflow: hidden; }
.profile-card-image {
  display: block;
  width: calc(100% + 56px);
  max-width: none;
  height: 235px;
  margin: -28px -28px 26px;
  object-fit: cover;
  object-position: center 16%;
  border-bottom: 1px solid rgba(110,180,255,.24);
  filter: saturate(1.08) contrast(1.04) brightness(.92);
  transition: transform .28s ease, filter .28s ease;
}
.profile-card:hover .profile-card-image { transform: scale(1.025); filter: saturate(1.14) contrast(1.06) brightness(.98); }

.stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 44px; background: rgba(7,87,255,.42); }
.stat-card { min-height: 150px; display: grid; align-content: center; gap: 8px; padding: 26px; background: #07101b !important; color: #fff !important; }
.stat-card strong { color: #fff; font: italic 58px/.8 var(--cond); }
.stat-card span { color: #dfe6ef; font-size: 12px; font-weight: 900; text-transform: uppercase; }

.timeline { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 0 42px; }
.timeline-year {
  padding: 30px 0;
  border-top: 1px solid rgba(7,87,255,.48);
  color: var(--blue);
  font: italic 900 48px/.9 var(--cond);
}
.timeline-entry { padding: 30px 0 38px; border-top: 1px solid rgba(255,255,255,.12); }
.timeline-entry h3 { margin: 0 0 12px; font: italic 900 34px var(--cond); text-transform: uppercase; }
.timeline-entry p,
.timeline-entry li { color: var(--muted); }

.step-list { display: grid; gap: 12px; }
.step-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  background: #07101b;
}
.step-card p { max-width: 780px; margin-bottom: 0; color: var(--muted); }

.legal-index { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: clamp(36px, 6vw, 88px); align-items: start; }
.legal-nav { position: sticky; top: 118px; display: grid; padding: 14px; border: 1px solid var(--line); background: #07101b; }
.legal-nav a { padding: 9px 10px; border-bottom: 1px solid rgba(255,255,255,.07); color: var(--muted); font-size: 12px; }
.legal-nav a:hover { color: #fff; }
.legal-copy { max-width: 880px; }
.legal-copy article { padding: 26px 0; border-top: 1px solid rgba(255,255,255,.14); }
.legal-copy article:first-of-type { border-top: 0; }
.legal-copy h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 54px); }
.legal-copy p,
.legal-copy li { color: var(--muted); }
.legal-copy a { color: #fff; border-bottom: 1px solid var(--blue); }
.form-note { padding: 16px 18px; border-left: 3px solid var(--blue); background: rgba(7,87,255,.1); color: #cbd5e1 !important; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 24px; align-items: start; }
.form-card { padding: clamp(24px, 4vw, 42px); border: 1px solid rgba(255,255,255,.14); background: #07101b; box-shadow: 0 28px 82px rgba(0,0,0,.36); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-field,
.form-field-wide { display: grid; gap: 8px; color: #dfe6ef; font-size: 12px; font-weight: 900; letter-spacing: .6px; text-transform: uppercase; }
.form-field-wide { grid-column: 1 / -1; }
.form-card input,
.form-card select,
.form-card textarea,
.filter-search {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.18);
  outline: 0;
  background: #030812;
  color: #fff;
  font: 700 14px var(--body);
}
.form-card textarea { min-height: 180px; resize: vertical; }
.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus,
.filter-search:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,87,255,.18); }
.contact-side { display: grid; gap: 18px; }

.talent-stage { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: 22px; }
.talent-live-board {
  position: relative;
  min-height: 410px;
  padding: 34px;
  border: 1px solid rgba(110,180,255,.24);
  background:
    linear-gradient(180deg, rgba(2,4,10,.18), rgba(2,4,10,.9)),
    url("assets/pr0xy-city.webp") center / cover;
  display: grid;
  align-content: end;
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(0,0,0,.42), inset 0 0 36px rgba(7,87,255,.12);
}
.talent-live-board::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(122,184,255,.2);
  pointer-events: none;
}
.talent-list { display: grid; gap: 14px; }
.talent-card {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 126px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(135deg, rgba(7,87,255,.1), rgba(255,255,255,.02)), #07101b;
  overflow: hidden;
  box-shadow: 0 18px 54px rgba(0,0,0,.28);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.talent-card:hover {
  transform: translateY(-3px);
  border-color: rgba(122,184,255,.58);
  box-shadow: 0 24px 62px rgba(0,0,0,.38), 0 0 14px rgba(7,87,255,.12);
}
.talent-avatar { display: grid; width: 82px; height: 82px; place-items: center; border: 1px solid rgba(110,180,255,.3); color: var(--blue2); font: italic 900 24px var(--cond); background: rgba(2,6,14,.72); }
.talent-photo { object-fit: cover; object-position: center; filter: brightness(.86) contrast(1.08) saturate(.96); }
.talent-card:focus-visible { outline: 3px solid rgba(122,184,255,.9); outline-offset: 3px; }
.talent-card strong { display: block; font: italic 30px/.95 var(--cond); text-transform: uppercase; }
.talent-card small { color: var(--muted); }
.talent-card:only-child {
  min-height: 410px;
  grid-template-columns: 148px minmax(0, 1fr);
  align-content: end;
}
.talent-card:only-child .talent-avatar { width: 138px; height: 138px; }
.talent-card:only-child .status-pill { position: absolute; top: 18px; right: 18px; }
.status-pill,
.tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid rgba(110,180,255,.26);
  background: rgba(7,87,255,.13);
  color: #dce6f2;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.status-pill.is-live { border-color: #ff304f; background: rgba(255,48,79,.14); }
.live-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #66717e; }
.live-dot.is-live { background: #ff304f; box-shadow: 0 0 12px #ff304f; }
.empty-state { min-height: 250px; display: grid; align-content: center; padding: 32px; border: 1px dashed rgba(110,180,255,.34); background: rgba(7,87,255,.06); }
.empty-state strong { font: italic 30px var(--cond); text-transform: uppercase; }
.empty-state p { color: var(--muted); }

.carousel-controls { display: flex; gap: 9px; }
.carousel-button,
.filter-button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(7,87,255,.62);
  background: rgba(2,6,14,.72);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .6px;
  text-transform: uppercase;
  cursor: pointer;
}
.carousel-button { width: 44px; padding: 0; font-size: 20px; }
.carousel-button:hover,
.filter-button:hover,
.filter-button.is-active { background: var(--blue); box-shadow: 0 8px 18px rgba(0,0,0,.28), 0 0 12px rgba(7,87,255,.16); }
.carousel-track,
.news-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar,
.news-track::-webkit-scrollbar { display: none; }
.game-card {
  flex: 0 0 min(300px, 78vw);
  min-height: 190px;
  display: grid;
  place-items: center;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(110,180,255,.18);
  background: radial-gradient(circle at 50% 30%, rgba(7,87,255,.22), transparent 62%), #07101b;
  scroll-snap-align: start;
}
.game-card img { max-width: 190px; max-height: 76px; object-fit: contain; filter: drop-shadow(0 0 18px rgba(7,87,255,.54)); }
.game-card-meta { width: 100%; display: flex; justify-content: space-between; gap: 12px; align-items: end; }
.game-card-meta strong { display: block; font: italic 22px var(--cond); text-transform: uppercase; }
.game-card-meta small { color: var(--muted); }

.team-overview-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  background: radial-gradient(circle at 50% 24%, rgba(7,87,255,.23), transparent 58%), #07101b;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.team-overview-card > img { width: min(220px, 78%); height: 90px; margin: 10px auto 34px; object-fit: contain; filter: drop-shadow(0 0 20px rgba(7,87,255,.48)); }
.team-overview-card > div > strong { display: block; font: italic 28px var(--cond); text-transform: uppercase; }
.team-overview-card small,
.team-overview-card p { color: var(--muted); }

.achievement-list { display: grid; }
.achievement-row {
  display: grid;
  grid-template-columns: 100px 70px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.14);
}
.achievement-row > strong { color: var(--blue); font: italic 36px var(--cond); }
.achievement-row > img { width: 54px; height: 38px; object-fit: contain; }
.achievement-copy strong { display: block; font: italic 26px var(--cond); text-transform: uppercase; }
.achievement-copy small { color: var(--muted); }

.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 32px; }
.filter-search { max-width: 360px; }
.news-listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.news-listing-grid .news-card,
.news-track .news-card { min-height: 420px; }
.news-track .news-card { flex: 0 0 min(410px, 82vw); scroll-snap-align: start; }
.news-card-media { position: relative; height: 230px; background: #030812; overflow: hidden; }
.news-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; filter: brightness(.96) saturate(1.02); transition: transform .25s ease; }
.news-card-media img.is-logo { object-fit: contain; padding: 50px; background: radial-gradient(circle, rgba(7,87,255,.24), transparent 60%), #050b14; filter: none; }
.news-card-body { position: relative; z-index: 2; padding: 22px; }
.news-card-body time { margin-left: 10px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.news-card-body h3 { margin: 18px 0 10px; font: italic 34px/.95 var(--cond); text-transform: uppercase; }
.news-card-body p { color: var(--muted); }
.news-card:hover .news-card-media img { transform: scale(1.05); }

.partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.partner-card {
  min-height: 260px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  background: #07101b;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.partner-card img { width: 100%; max-height: 90px; object-fit: contain; filter: brightness(1.08); }
.partner-wordmark { color: #fff; font: italic clamp(30px, 4vw, 46px)/.9 var(--cond); text-transform: uppercase; word-break: break-word; }
.partner-card p { color: var(--muted); }
.spotlight {
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: clamp(34px, 7vw, 82px);
  border: 1px solid rgba(110,180,255,.24);
  background:
    linear-gradient(90deg, rgba(2,4,10,.98), rgba(2,4,10,.75)),
    radial-gradient(circle at 82% 30%, rgba(7,87,255,.4), transparent 30rem),
    #030812;
  box-shadow: 0 30px 96px rgba(0,0,0,.48);
}
.spotlight-copy { max-width: 620px; }
.spotlight-logo { width: min(270px, 70%); max-height: 90px; object-fit: contain; object-position: left center; }
.spotlight-copy p { color: var(--muted); }

.sponsor-strip {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid rgba(110,180,255,.22);
  background: #07101b;
}
.sponsor-strip a { justify-self: center; }
.sponsor-strip img { display: block; max-width: 260px; max-height: 52px; object-fit: contain; }
.sponsor-strip-label { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }
.article-shell { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(36px, 6vw, 78px); align-items: start; margin-top: 28px; }
.article-main > h1 { max-width: 900px; margin: 22px 0 34px; font-size: clamp(62px, 8vw, 112px); }
.article-meta { display: flex; justify-content: space-between; gap: 20px; align-items: center; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.article-meta [data-article-tags] { display: flex; flex-wrap: wrap; gap: 7px; }
.article-image { display: block; width: 100%; max-height: 620px; object-fit: cover; border: 1px solid rgba(110,180,255,.2); background: #030812; }
.article-image.is-logo { padding: clamp(50px, 10vw, 130px); object-fit: contain; }
.article-copy { max-width: 780px; margin: 42px auto 0; }
.article-copy h2 { margin: 46px 0 18px; font-size: clamp(38px, 5vw, 60px); }
.article-copy p { color: #c2cbd7; font-size: 17px; line-height: 1.85; }
.article-copy .lede { color: #fff; font-size: 22px; }
.article-copy blockquote { margin: 36px 0; padding: 22px 26px; border-left: 4px solid var(--blue); background: rgba(7,87,255,.1); font: italic 30px/1.25 var(--cond); }
.article-aside { position: sticky; top: 118px; display: grid; gap: 18px; }

.team-detail-hero {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: center;
  padding: 150px 0 76px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, #02040a 0%, rgba(2,4,10,.92) 43%, rgba(2,4,10,.52) 72%, rgba(2,4,10,.84)),
    var(--team-bg) center / cover,
    #02040a;
  overflow: hidden;
}
.team-detail-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #02040a, transparent 44%); pointer-events: none; }
.team-detail-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 60px; align-items: center; }
.team-detail-hero h1 { max-width: 850px; }
.team-detail-logo { min-height: 270px; display: grid; place-items: center; padding: 38px; border: 1px solid rgba(110,180,255,.26); background: rgba(2,6,14,.72); box-shadow: 0 30px 90px rgba(0,0,0,.46), inset 0 0 32px rgba(7,87,255,.1); backdrop-filter: blur(8px); }
.team-detail-logo img { display: block; width: min(100%, 260px); height: auto; max-height: 130px; object-fit: contain; filter: drop-shadow(0 0 24px rgba(7,87,255,.52)); }
.team-meta-bar { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 28px; color: #d5dce6; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.team-meta-bar > * { padding: 8px 10px; border: 1px solid rgba(110,180,255,.2); background: rgba(2,6,14,.55); }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 80px auto; height: 80px; }
  .header-actions { justify-self: end; grid-column: 2; grid-row: 1; }
  .nav {
    position: fixed;
    top: 80px;
    left: 18px;
    right: 18px;
    display: grid;
    justify-content: stretch;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    padding: 18px;
    border: 1px solid var(--line);
    background: rgba(2,4,10,.97);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
  }
  .nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .join { display: none; }
  .menu { display: grid; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown summary { padding: 10px 0; }
  .nav-dropdown-menu { position: static; width: 100%; margin: 4px 0 8px; padding: 4px 10px; box-shadow: none; }
  .card-grid,
  .team-overview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .split,
  .talent-stage,
  .contact-layout,
  .article-shell,
  .team-detail-grid { grid-template-columns: 1fr; }
  .article-aside { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid,
  .partner-grid,
  .team-overview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-listing-grid { grid-template-columns: 1fr; }
  .legal-index { grid-template-columns: 1fr; }
  .legal-nav { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-detail-logo { width: min(360px, 100%); min-height: 220px; }
}

@media (max-width: 620px) {
  .container { width: calc(100% - 36px); }
  .section { padding: 60px 0; }
  .page-hero { min-height: 540px; padding: 150px 0 64px; }
  .page-hero-compact { min-height: 470px; }
  .page-hero h1 { font-size: 66px; }
  .page-hero h1 .accent,
  h1 > .accent { font-size: 46px; }
  .section-head { display: grid; align-items: start; }
  .card-grid,
  .partner-grid,
  .team-overview-grid,
  .stat-grid,
  .article-aside { grid-template-columns: 1fr; }
  .step-card { grid-template-columns: 1fr; }
  .step-card .btn { width: 100%; }
  .timeline { grid-template-columns: 1fr; }
  .timeline-year { padding-bottom: 8px; }
  .timeline-entry { padding-top: 12px; }
  .legal-nav { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .talent-card { grid-template-columns: 60px minmax(0, 1fr); }
  .talent-avatar { width: 56px; height: 56px; }
  .talent-card:only-child { min-height: 280px; grid-template-columns: 72px minmax(0, 1fr); }
  .talent-card:only-child .talent-avatar { width: 64px; height: 64px; }
  .talent-card .status-pill { grid-column: 1 / -1; }
  .partner-card { grid-template-columns: 1fr; }
  .partner-card img { width: 190px; justify-self: start; }
  .achievement-row { grid-template-columns: 66px 48px minmax(0, 1fr); gap: 12px; }
  .achievement-row > .text-link,
  .achievement-row > .status-pill { grid-column: 3; }
  .sponsor-strip { grid-template-columns: 1fr; justify-items: start; }
  .sponsor-strip a { justify-self: start; }
  .article-main > h1 { font-size: 58px; }
  .article-meta { display: grid; }
  .team-detail-hero { min-height: 700px; padding-top: 130px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
}

/* Newsroom und Artikel */
.news-archive-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  gap: 48px;
  align-items: end;
  margin-bottom: 44px;
}
.news-archive-head p:last-child { color: #566274; line-height: 1.65; }
.news-archive-head p:last-child strong { color: var(--ink-dark); font: italic 28px var(--cond); text-transform: uppercase; }
.news-filter-bar { padding: 16px 0; border-top: 1px solid rgba(5,16,32,.16); border-bottom: 1px solid rgba(5,16,32,.16); }
.news-filter-bar .filter-search { min-height: 44px; background: #fff; border-color: rgba(5,16,32,.18); color: #07101b; }
.news-listing-grid { margin-top: 34px; }
.news-listing-grid .news-card {
  min-height: 0;
  border-color: rgba(5,16,32,.14);
  background: #07101b;
}
.news-listing-grid .news-card > a,
.news-track .news-card > a { position: relative; inset: auto; display: grid; height: 100%; }
.news-listing-grid .news-card > a::after,
.news-track .news-card > a::after { display: none; }
.news-listing-grid .news-card.is-featured { grid-column: 1 / -1; }
.news-listing-grid .news-card.is-featured > a { grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr); }
.news-listing-grid .news-card.is-featured .news-card-media { height: 100%; min-height: 420px; }
.news-listing-grid .news-card.is-featured .news-card-body { align-content: end; padding: clamp(28px, 5vw, 58px); }
.news-listing-grid .news-card.is-featured .news-card-body h3 { font-size: clamp(44px, 6vw, 72px); }
.news-card-media { border-bottom: 1px solid rgba(110,180,255,.14); }
.news-card-body { display: grid; align-content: start; }
.news-card-body .news-card-meta { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; }
.news-card-body time { margin-left: 0; }
.news-card-body .text-link { margin-top: 18px; }
.news-card:hover { transform: translateY(-3px); border-color: rgba(54,126,255,.62); }

.article-hero {
  position: relative;
  min-height: min(820px, 92vh);
  display: flex;
  align-items: end;
  padding: 150px 0 76px;
  border-bottom: 1px solid rgba(110,180,255,.2);
  background: #02040a;
  isolation: isolate;
  overflow: hidden;
}
.article-hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.96) contrast(1.04) brightness(.9); }
.article-hero-image.is-logo { object-fit: contain; padding: clamp(120px, 18vw, 260px); background: #050b14; }
.article-hero-shade { position: absolute; z-index: -1; inset: 0; background: radial-gradient(ellipse 92% 72% at 31% 82%, rgba(2,4,10,.9) 0%, rgba(2,4,10,.7) 43%, rgba(2,4,10,.14) 76%, transparent 100%), linear-gradient(0deg, rgba(2,4,10,.98) 0%, rgba(2,4,10,.76) 30%, rgba(2,4,10,.16) 64%, rgba(2,4,10,.02) 100%); }
.article-hero-content { width: min(1220px, calc(100% - 44px)); }
.article-hero .breadcrumb { margin-bottom: 44px; }
.article-hero .article-meta { max-width: 920px; justify-content: flex-start; }
.article-hero .article-meta time { margin-left: auto; }
.article-hero h1 { max-width: 1040px; margin: 22px 0; font-size: clamp(58px, 9vw, 118px); line-height: .86; }
.article-hero-lede { max-width: 760px; margin: 0; color: #d7dee8; font-size: clamp(18px, 2vw, 24px); line-height: 1.55; }
.article-byline { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; color: #aeb8c6; font-size: 11px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.article-byline b { color: #fff; }
.article-content-section { background: #050912; }
.article-content-section .sponsor-strip { margin-bottom: 58px; background: rgba(7,16,27,.8); }
.article-content-section .article-shell { margin-top: 0; }
.article-copy { max-width: 760px; margin: 0; }
.article-copy p { color: #c9d1dc; font-size: 18px; line-height: 1.88; }
.article-copy .lede { margin-top: 0; color: #fff; font-size: clamp(22px, 2.5vw, 28px); line-height: 1.5; }
.article-copy h2 { max-width: 680px; margin: 58px 0 18px; color: #fff; font-size: clamp(42px, 5vw, 66px); }
.article-copy blockquote { margin: 44px 0; padding: 6px 0 6px 28px; border-left: 4px solid var(--blue); background: transparent; color: #fff; font-size: clamp(28px, 4vw, 42px); }
.article-list { display: grid; gap: 10px; margin: 26px 0 34px; padding: 0; list-style: none; }
.article-list li { position: relative; padding: 13px 16px 13px 44px; border-top: 1px solid rgba(110,180,255,.16); color: #dce4ee; font-weight: 750; }
.article-list li::before { content: ""; position: absolute; left: 16px; top: 21px; width: 9px; height: 3px; background: var(--blue2); }
.article-actions { padding-top: 24px; border-top: 1px solid rgba(110,180,255,.16); }
.article-actions .btn-outline { color: #fff; }
.article-aside { border-top: 1px solid rgba(110,180,255,.22); }
.article-aside-block { padding: 26px 0; border-bottom: 1px solid rgba(110,180,255,.18); }
.article-aside-block h3 { margin: 8px 0 12px; font-size: 32px; }
.article-aside-block p:not(.kicker) { color: var(--muted); line-height: 1.65; }
.related-news-section .news-card { background: #07101b; }
.community-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 6vw, 82px); margin-top: 64px; padding-top: 42px; border-top: 1px solid rgba(5,16,32,.16); }
.community-detail-grid h3 { margin: 8px 0 20px; color: var(--ink-dark); font-size: 34px; }
.content-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.content-list li { position: relative; padding-left: 24px; color: #4f5b6d; line-height: 1.6; }
.content-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 10px; height: 3px; background: var(--blue); }
.main-games { margin-top: 54px; }
.community-game-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  border-top: 1px solid rgba(110,180,255,.2);
  border-left: 1px solid rgba(110,180,255,.2);
}
.community-game {
  min-width: 0;
  min-height: 126px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 22px 18px;
  border-right: 1px solid rgba(110,180,255,.2);
  border-bottom: 1px solid rgba(110,180,255,.2);
  background: rgba(3,10,20,.58);
  color: #dce6f2;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.community-game img {
  width: min(100%, 190px);
  height: 76px;
  object-fit: contain;
  opacity: .9;
  filter: saturate(.82) brightness(.96);
  transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}
.community-game img[src*="minecraft"] { filter: grayscale(1) brightness(2.35); }
.community-game[href]:hover,
.community-game[href]:focus-visible {
  z-index: 1;
  border-color: rgba(49,155,255,.58);
  background: rgba(15,73,129,.42);
  color: #fff;
  transform: translateY(-2px);
}
.community-game[href]:hover img,
.community-game[href]:focus-visible img { opacity: 1; filter: saturate(1) brightness(1.08); transform: scale(1.035); }
.community-game[href]:focus-visible { outline: 2px solid var(--blue2); outline-offset: -3px; }
.benefit-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 52px; border-top: 1px solid rgba(110,180,255,.18); }
.benefit-list span { min-height: 84px; display: flex; align-items: center; padding: 18px 18px 18px 42px; border-bottom: 1px solid rgba(110,180,255,.18); color: #dce4ef; font-weight: 800; line-height: 1.45; position: relative; }
.benefit-list span::before { content: "+"; position: absolute; left: 15px; color: var(--blue2); font: 900 22px var(--cond); }

@media (max-width: 760px) {
  .community-game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .community-game { min-height: 112px; padding: 16px 12px; }
  .community-game img { height: 66px; }
}
.contact-mini-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(110,180,255,.2); }
.contact-mini-grid article { min-height: 230px; padding: 30px 28px; border-right: 1px solid rgba(110,180,255,.18); border-bottom: 1px solid rgba(110,180,255,.18); }
.contact-mini-grid article { overflow: hidden; }
.contact-mini-grid .profile-card-image { width: calc(100% + 56px); height: 230px; margin: -30px -28px 26px; }
.contact-mini-grid article:last-child { border-right: 0; }
.contact-mini-grid span { color: var(--blue2); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.contact-mini-grid h3 { margin: 28px 0 12px; font-size: 40px; }
.contact-mini-grid p { color: var(--muted); }

@media (max-width: 980px) {
  .news-archive-head { grid-template-columns: 1fr; gap: 16px; }
  .news-listing-grid .news-card.is-featured > a { grid-template-columns: 1fr; }
  .news-listing-grid .news-card.is-featured .news-card-media { min-height: 320px; }
  .article-hero { min-height: 720px; }
  .benefit-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .news-listing-grid .news-card.is-featured .news-card-media { min-height: 250px; }
  .news-listing-grid .news-card.is-featured .news-card-body h3 { font-size: 42px; }
  .article-hero { min-height: 660px; padding: 132px 0 56px; }
  .article-hero .breadcrumb { margin-bottom: 32px; }
  .article-hero h1 { font-size: 58px; }
  .article-hero .article-meta { display: flex; align-items: flex-start; }
  .article-hero .article-meta time { width: 100%; margin-left: 0; }
  .article-content-section .sponsor-strip { margin-bottom: 42px; }
  .article-copy p { font-size: 17px; }
  .community-detail-grid,
  .benefit-list,
  .contact-mini-grid { grid-template-columns: 1fr; }
  .contact-mini-grid article { border-right: 0; }
}

/* Editorial news archive */
.news-page-hero {
  background:
    linear-gradient(90deg, rgba(2,4,10,.98), rgba(2,4,10,.78) 58%, rgba(2,4,10,.3)),
    url("assets/caggtus-stage-2024-optimized.webp") center 38% / cover;
}
.news-featured { margin-bottom: 92px; }
.news-feature-link {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr);
  min-height: 500px;
  border: 1px solid rgba(5,16,32,.16);
  background: #07101b;
  color: #fff;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.news-feature-link:hover {
  transform: translateY(-3px);
  border-color: rgba(7,87,255,.62);
  box-shadow: 0 24px 70px rgba(5,16,32,.18);
}
.news-feature-media { position: relative; min-height: 500px; overflow: hidden; }
.news-feature-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,4,10,.38), transparent 48%); pointer-events: none; }
.news-feature-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.04); transition: transform .35s ease; }
.news-feature-media img.is-logo { padding: 18%; object-fit: contain; background: #050b14; }
.news-feature-link:hover .news-feature-media img { transform: scale(1.018); }
.news-feature-index { position: absolute; z-index: 1; left: 24px; bottom: 22px; color: #fff; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.news-feature-copy { display: grid; align-content: end; padding: 50px; }
.news-feature-copy h2 { margin: 24px 0 18px; color: #fff; font-size: 62px; line-height: .92; }
.news-feature-copy p { color: #c5cfdb; font-size: 17px; line-height: 1.7; }
.news-feature-copy .text-link { margin-top: 28px; color: #fff; }
.news-archive-head { padding-top: 66px; border-top: 1px solid rgba(5,16,32,.16); }
.news-listing-grid .news-card { transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.news-listing-grid .news-card:hover { box-shadow: 0 20px 56px rgba(5,16,32,.16); }

/* Editorial article */
.article-progress { position: fixed; z-index: 150; top: 0; left: 0; right: 0; height: 3px; background: rgba(255,255,255,.08); }
.article-progress span { display: block; width: 100%; height: 100%; background: #2d80ff; transform: scaleX(0); transform-origin: left center; }
.article-hero { min-height: min(780px, 90vh); }
.article-hero-shade { background: radial-gradient(ellipse 92% 72% at 31% 82%, rgba(2,4,10,.9) 0%, rgba(2,4,10,.7) 43%, rgba(2,4,10,.14) 76%, transparent 100%), linear-gradient(0deg, rgba(2,4,10,.98) 0%, rgba(2,4,10,.76) 30%, rgba(2,4,10,.16) 64%, rgba(2,4,10,.02) 100%); }
.article-hero-content { width: min(1240px, calc(100% - 44px)); }
.article-hero .breadcrumb { max-width: 860px; margin-bottom: 36px; overflow: hidden; }
.article-hero .breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.article-hero-layout { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 36px; align-items: start; max-width: 1080px; }
.article-date-lockup { display: grid; align-content: start; justify-items: start; padding-top: 8px; border-top: 3px solid #2d80ff; color: #fff; text-transform: uppercase; }
.article-date-lockup strong { font: italic 64px/.9 var(--cond); }
.article-date-lockup span { margin-top: 7px; color: #8fc0ff; font-size: 13px; font-weight: 950; }
.article-date-lockup small { margin-top: 3px; color: #9aa7b8; font-size: 11px; font-weight: 900; }
.article-hero-copy { min-width: 0; }
.article-hero h1 { max-width: 920px; margin: 22px 0; font-size: 96px; line-height: .9; overflow-wrap: anywhere; }
.article-hero-lede { max-width: 720px; font-size: 21px; }
.article-meta [data-article-tags] { gap: 7px; }
.article-content-section { background: #050912; color: #fff; }
.article-content-section .sponsor-strip { margin-bottom: 72px; border-color: rgba(110,180,255,.18); background: #07101b; }
.article-shell { grid-template-columns: minmax(0, 780px) minmax(250px, 320px); justify-content: space-between; }
.article-copy p { color: #c9d1dc; font-size: 18px; line-height: 1.85; }
.article-copy .lede { padding-bottom: 34px; border-bottom: 1px solid rgba(110,180,255,.18); color: #fff; font-size: 25px; line-height: 1.55; }
.article-copy h2 { margin: 64px 0 20px; color: #fff; font-size: 54px; line-height: .96; scroll-margin-top: 120px; }
.article-copy blockquote { margin: 46px 0; padding: 26px 30px; border: 0; border-left: 4px solid #2d80ff; background: rgba(7,87,255,.1); color: #fff; font-size: 34px; line-height: 1.25; }
.article-person-quote,
.article-person-card {
  margin: 46px 0;
  display: grid;
  grid-template-columns: minmax(220px, .78fr) minmax(0, 1.22fr);
  overflow: hidden;
  border: 1px solid rgba(110,180,255,.25);
  background: #07101b;
  box-shadow: 0 28px 74px rgba(0,0,0,.34);
}
.article-person-quote > img,
.article-person-card > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  filter: saturate(.9) contrast(1.04) brightness(.88);
}
.article-person-quote figcaption,
.article-person-card figcaption {
  display: grid;
  align-content: center;
  padding: clamp(28px, 5vw, 52px);
}
.article-copy .article-person-quote blockquote {
  margin: 22px 0 28px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: clamp(27px, 3.1vw, 38px);
  line-height: 1.22;
}
.article-person-name {
  display: block;
  color: #fff;
  font: italic 900 28px/1 var(--cond);
  text-transform: uppercase;
}
.article-person-role {
  display: block;
  margin-top: 8px;
  color: #8fc0ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.article-people-feature {
  display: grid;
  gap: 16px;
  margin: 46px 0;
}
.article-people-feature.is-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.article-people-feature .article-person-card { margin: 0; }
.article-people-feature.is-grid .article-person-card { grid-template-columns: 1fr; }
.article-people-feature.is-grid .article-person-card > img { height: auto; aspect-ratio: 1 / 1; min-height: 0; }
.article-person-card.is-scene { grid-template-columns: minmax(0, 1.45fr) minmax(190px, .55fr); }
.article-person-card.is-scene > img { aspect-ratio: 3 / 2; min-height: 0; }
.article-list li { border-color: rgba(110,180,255,.16); color: #dce4ee; }
.article-list li::before { background: #2d80ff; }
.team-staff-board {
  margin-top: 22px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(45,128,255,.28);
  background: linear-gradient(180deg, rgba(7,87,255,.1), rgba(5,11,20,.96));
}
.team-staff-head {
  display: flex;
  justify-content: space-between;
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}
.team-staff-head h2 {
  max-width: 620px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: .92;
}
.team-staff-head > p {
  max-width: 430px;
  margin: 0;
  color: #aeb9c7;
  line-height: 1.65;
}
.team-staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
  gap: 16px;
}
.team-staff-grid .player-card.player-portrait {
  min-height: 300px;
}
.article-actions { border-color: rgba(110,180,255,.18); }
.article-actions .btn-outline { border-color: rgba(110,180,255,.28); color: #fff; }
.article-aside { border-top-color: rgba(110,180,255,.22); }
.article-aside-block { border-bottom-color: rgba(110,180,255,.18); }
.article-aside-block h3 { color: #fff; }
.article-aside-block p:not(.kicker) { color: #9eabbb; }
.article-toc { display: grid; }
.article-toc a { padding: 12px 0; border-top: 1px solid rgba(110,180,255,.16); color: #c0cad7; font-size: 12px; font-weight: 850; line-height: 1.4; }
.article-toc a:hover { color: #73adff; }
.article-share-button { min-height: 42px; width: 100%; border: 1px solid rgba(110,180,255,.28); background: transparent; color: #fff; font-weight: 900; text-transform: uppercase; cursor: pointer; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.article-share-button:hover { border-color: #0757ff; background: #0757ff; color: #fff; }
.article-neighbors { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 82px; border-top: 1px solid rgba(110,180,255,.18); border-bottom: 1px solid rgba(110,180,255,.18); }
.article-neighbors a { min-height: 150px; display: grid; align-content: center; gap: 10px; padding: 28px 34px; color: #fff; transition: background .2s ease, color .2s ease; }
.article-neighbors a + a { border-left: 1px solid rgba(110,180,255,.18); text-align: right; }
.article-neighbors a:hover { background: #0757ff; color: #fff; }
.article-neighbors span { color: #73adff; font-size: 10px; font-weight: 950; text-transform: uppercase; }
.article-neighbors strong { font: italic 28px/1 var(--cond); text-transform: uppercase; }
.related-news-section .news-card { background: #07101b; }

/* Creator club */
.creator-club-hero {
  background:
    linear-gradient(90deg, rgba(2,4,10,.98), rgba(2,4,10,.76) 56%, rgba(2,4,10,.26)),
    url("assets/creator-bg.webp") center / cover;
}
.official-creators-section .section-head > .lede,
.community-creators-section .section-head > .lede { max-width: 520px; color: #aeb9c8; }
.official-creators-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.official-creator-card { min-width: 0; border: 1px solid rgba(110,180,255,.2); background: #07101b; overflow: hidden; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.official-creator-card:hover { transform: translateY(-3px); border-color: rgba(87,151,255,.64); box-shadow: 0 24px 72px rgba(0,0,0,.34); }
.official-creator-card:focus-within { border-color: rgba(87,151,255,.64); }
.official-creator-profile-link { display: block; }
.official-creator-profile-link:focus-visible,
.official-creator-name-link:focus-visible { outline: 3px solid rgba(122,184,255,.9); outline-offset: -3px; }
.official-creator-media { position: relative; height: 390px; background: #030812; overflow: hidden; }
.official-creator-media::before { content: ""; position: absolute; z-index: 0; inset: -24px; background: var(--creator-card-image) center 24% / cover no-repeat; filter: blur(18px) brightness(.48) saturate(.8); transform: scale(1.06); pointer-events: none; }
.official-creator-media::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(2,4,10,.74), transparent 58%); pointer-events: none; }
.official-creator-photo { position: relative; z-index: 1; display: block; width: calc(100% + 8px); height: calc(100% + 8px); margin: -4px; object-fit: cover; object-position: center 24%; filter: saturate(.9) contrast(1.04); transition: transform .34s ease, filter .34s ease; }
.official-creator-card[data-creator-slug="stellfine"] .official-creator-photo { position: absolute; inset: -8% 0 auto; width: 100%; height: 160%; margin: 0; object-fit: contain; object-position: center top; }
.official-creator-card[data-creator-slug="pr0xy"] .official-creator-photo { position: absolute; inset: -10% 0 auto; width: 100%; height: 128%; margin: 0; object-fit: contain; object-position: center; }
.official-creator-photo[src*="creator-ginamylenia"] { object-position: center 52%; }
.official-creator-card:hover .official-creator-photo { transform: scale(1.018); filter: saturate(1) contrast(1.04); }
.official-creator-badges { position: absolute; z-index: 2; top: 18px; left: 18px; right: 18px; display: flex; justify-content: space-between; gap: 10px; }
.creator-tier,
.creator-live { display: inline-flex; align-items: center; gap: 7px; width: fit-content; padding: 7px 10px; border: 1px solid rgba(122,184,255,.34); background: rgba(2,6,14,.82); color: #fff; font-size: 10px; font-weight: 950; text-transform: uppercase; }
.creator-live { border-color: rgba(255,48,79,.64); }
.creator-live[hidden] { display: none; }
.creator-profile-live { margin: 0 0 0 10px; vertical-align: middle; }
.official-creator-number { position: absolute; z-index: 2; right: 18px; bottom: 12px; color: rgba(255,255,255,.72); font: italic 38px/.9 var(--cond); }
.official-creator-copy { position: relative; min-height: 208px; padding: 28px 30px; }
.official-creator-copy h3 { margin: 9px 0 8px; font-size: 52px; }
.official-creator-card.is-long-name .official-creator-copy h3 { font-size: 42px; }
.official-creator-name-link { color: inherit; }
.official-creator-copy p { margin: 0; color: #aeb9c8; }
.official-creator-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 22px; }
.official-creator-actions .text-link { margin-top: 0; }
.official-creator-socials { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.official-creator-social-link { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(110,180,255,.25); background: #040a13; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.official-creator-social-link:hover { transform: translateY(-2px); border-color: #2d80ff; background: #0757ff; }
.official-creator-social-link:focus-visible { outline: 3px solid rgba(122,184,255,.9); outline-offset: 2px; }
.official-creator-social-link img { display: block; width: 18px; height: 18px; object-fit: contain; }
.official-creator-handle { color: #73adff; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.creator-agency { min-height: 214px; display: grid; grid-template-columns: 180px minmax(0, 1fr) auto; align-items: center; gap: 32px; margin-top: 22px; padding: 26px 32px 26px 20px; border: 1px solid rgba(110,180,255,.24); background: #040a13; color: #fff; overflow: hidden; transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.creator-agency:hover { transform: translateY(-3px); border-color: rgba(87,151,255,.68); background: #07101b; }
.creator-agency:focus-visible { outline: 3px solid rgba(122,184,255,.9); outline-offset: 3px; }
.creator-agency-mark { width: 156px; height: 158px; display: grid; place-items: center; border-right: 1px solid rgba(110,180,255,.18); }
.creator-agency-mark img { display: block; width: 132px; height: 110px; object-fit: contain; }
.creator-agency-copy { min-width: 0; display: grid; align-content: center; }
.creator-agency-copy > span { color: #73adff; font-size: 10px; font-weight: 950; text-transform: uppercase; }
.creator-agency-copy strong { margin-top: 6px; font: italic 54px/.85 var(--cond); text-transform: uppercase; }
.creator-agency-copy p { max-width: 700px; margin: 15px 0 0; color: #c0cad7; font-size: 14px; line-height: 1.62; }
.creator-agency-copy small { margin-top: 11px; color: #73adff; font-size: 11px; font-weight: 850; }
.creator-agency-link { display: inline-flex; align-items: center; gap: 10px; color: #dce6f2; font-size: 12px; font-weight: 950; text-transform: uppercase; }
.creator-agency-link span { color: #73adff; font-size: 19px; transition: transform .2s ease; }
.creator-agency:hover .creator-agency-link span { transform: translate(3px, -3px); }
.creator-program-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 64px; border-top: 1px solid rgba(110,180,255,.2); border-bottom: 1px solid rgba(110,180,255,.2); }
.creator-program-column { padding: 38px 44px 38px 0; }
.creator-program-column + .creator-program-column { padding-left: 44px; border-left: 1px solid rgba(110,180,255,.2); }
.creator-program-label { display: block; margin-bottom: 24px; color: #73adff; font-size: 11px; font-weight: 950; text-transform: uppercase; }
.creator-program-section .content-list li { color: #c8d2df; }
.creator-program-owner { max-width: 780px; min-height: 144px; display: grid; grid-template-columns: 116px minmax(0, 1fr) auto; align-items: center; gap: 26px; margin-top: 36px; border: 1px solid rgba(110,180,255,.24); background: #07101b; color: #fff; overflow: hidden; }
.creator-program-owner-media { width: 116px; height: 144px; overflow: hidden; background: #030812; }
.creator-program-owner-media img { display: block; width: calc(100% + 4px); height: calc(100% + 4px); margin: -2px; object-fit: cover; object-position: center 20%; filter: saturate(.9) contrast(1.03); }
.creator-program-owner-copy { min-width: 0; display: grid; gap: 5px; }
.creator-program-owner-copy > span { color: #73adff; font-size: 10px; font-weight: 950; text-transform: uppercase; }
.creator-program-owner-copy strong { font: italic 31px/1 var(--cond); text-transform: uppercase; }
.creator-program-owner-copy em { color: #73adff; font-style: inherit; }
.creator-program-owner-copy small { color: #aeb9c8; font-size: 12px; font-weight: 750; }
.creator-program-owner-copy .creator-program-owner-handle { color: #73adff; font-size: 10px; text-transform: uppercase; }
.creator-program-owner-actions { display: flex; align-items: center; gap: 16px; margin-right: 26px; }
.creator-program-owner-social { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(110,180,255,.3); background: #040a13; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.creator-program-owner-social:hover { transform: translateY(-2px); border-color: #2d80ff; background: #0757ff; }
.creator-program-owner-social:focus-visible { outline: 3px solid rgba(122,184,255,.9); outline-offset: 3px; }
.creator-program-owner-social img { display: block; width: 18px; height: 18px; object-fit: contain; }
.community-creators-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid rgba(110,180,255,.18); }
.community-creator-card { min-width: 0; padding: 20px; border-right: 1px solid rgba(110,180,255,.16); border-bottom: 1px solid rgba(110,180,255,.16); color: inherit; transition: background .2s ease, border-color .2s ease; }
.community-creator-card:last-child { border-right: 0; }
.community-creator-card[href]:hover { background: rgba(7,87,255,.08); border-bottom-color: rgba(87,151,255,.62); }
.community-creator-card[href]:focus-visible { position: relative; z-index: 1; outline: 3px solid rgba(122,184,255,.9); outline-offset: -3px; }
.community-creator-media { aspect-ratio: 1; margin-bottom: 20px; overflow: hidden; background: #030812; }
.community-creator-photo { display: block; width: calc(100% + 4px); height: calc(100% + 4px); margin: -2px; object-fit: cover; object-position: center 22%; filter: saturate(.78) brightness(.82); transition: filter .24s ease; }
.community-creator-card:hover .community-creator-photo { filter: saturate(.96) brightness(.9); }
.community-creator-card strong { display: block; font: italic 29px/.95 var(--cond); text-transform: uppercase; overflow-wrap: anywhere; }
.community-creator-card small { display: block; min-height: 40px; margin-top: 7px; color: #b3bfce; line-height: 1.45; }
.community-creator-card .status-pill { margin-top: 18px; }

/* Official creator profile */
.creator-profile-hero { position: relative; min-height: 780px; display: flex; align-items: end; padding: 150px 0 76px; background: #02040a; isolation: isolate; overflow: hidden; }
.creator-profile-hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: saturate(.85) contrast(1.06); }
body[data-creator-slug="ginamylenia"] .creator-profile-hero-image { object-position: center 32%; }
.creator-profile-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2,4,10,.96) 0%, rgba(2,4,10,.7) 48%, rgba(2,4,10,.18)), linear-gradient(0deg, #02040a, transparent 62%); }
.creator-profile-hero-content { width: min(1240px, calc(100% - 44px)); }
.creator-profile-title { max-width: 760px; margin-top: 58px; }
.creator-profile-title > p { margin: 26px 0 0; color: #8fc0ff; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.creator-profile-title h1 { margin: 5px 0 14px; font-size: 112px; line-height: .84; }
body[data-creator-slug="ginamylenia"] .creator-profile-title h1 { font-size: 100px; }
.creator-profile-title > strong { color: #dce4ef; font-size: 16px; text-transform: uppercase; }
.creator-about-grid { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: 80px; align-items: start; }
.creator-about-copy .lede { color: #cbd5e1; font-size: 23px; line-height: 1.65; }
.creator-about-copy blockquote { margin: 42px 0 0; padding: 25px 0 25px 30px; border-left: 4px solid #2d80ff; color: #fff; font: italic 34px/1.3 var(--cond); }
.creator-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 80px; }
.creator-detail-grid h3 { max-width: 520px; margin: 28px 0 16px; font-size: 46px; }
.creator-schedule-note { max-width: 520px; color: #9aa7b8; }
.creator-game-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.creator-game-list span { padding: 12px 14px; border: 1px solid rgba(110,180,255,.24); background: rgba(7,87,255,.1); color: #dce6f2; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.creator-socials { margin-top: 70px; padding-top: 34px; border-top: 1px solid rgba(110,180,255,.18); }
.creator-socials > div { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 22px; }
.creator-profile-actions { align-items: center; justify-content: space-between; }
.creator-profile-social-links { display: flex; flex-wrap: wrap; gap: 12px; }
.creator-imprint-button { min-height: 72px; display: inline-flex; align-items: center; margin-left: auto; }
.creator-social-link { width: 72px; min-height: 72px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(110,180,255,.24); background: #050b14; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.creator-social-link:hover { transform: translateY(-2px); border-color: #2d80ff; background: #0757ff; box-shadow: 0 14px 30px rgba(0,0,0,.3); }
.creator-social-link:focus-visible { outline: 3px solid rgba(122,184,255,.9); outline-offset: 3px; }
.creator-social-icon { display: block; width: 28px; height: 28px; object-fit: contain; }
.creator-imprint-hero { min-height: 560px; }
.creator-imprint-hero .creator-profile-hero-content { padding-bottom: 2px; }
.creator-imprint-hero h1 { max-width: 880px; margin: 12px 0 16px; font-size: clamp(62px, 8vw, 104px); overflow-wrap: anywhere; }
.creator-imprint-hero .lede { max-width: 680px; color: #c6d0dd; }
.creator-imprint-layout { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 92px; align-items: start; }
.creator-imprint-intro { min-width: 0; position: sticky; top: 120px; }
.creator-imprint-intro h2 { margin: 12px 0 24px; font-size: 64px; }
.creator-imprint-intro .lede { color: #c8d2df; }
.creator-imprint-service-note { margin-top: 28px; padding: 16px 18px; border: 1px solid rgba(110,180,255,.2); border-left: 3px solid #2d80ff; background: rgba(7,87,255,.07); }
.creator-imprint-service-note strong { display: block; margin-bottom: 7px; color: #fff; font-size: 10px; font-weight: 950; text-transform: uppercase; }
.creator-imprint-service-note p { margin: 0; color: #92a0b2; font-size: 12px; line-height: 1.55; }
.creator-imprint-details { min-width: 0; border-top: 1px solid rgba(110,180,255,.24); }
.creator-imprint-details article { position: relative; padding: 34px 0 38px 54px; border-bottom: 1px solid rgba(110,180,255,.2); }
.creator-imprint-details article > span { position: absolute; top: 40px; left: 0; color: #73adff; font-size: 11px; font-weight: 950; }
.creator-imprint-details h3 { margin: 0 0 16px; font-size: 38px; }
.creator-imprint-details p,
.creator-imprint-details address { margin: 0; color: #c5cfdb; font-style: normal; line-height: 1.75; }
.creator-imprint-details p,
.creator-imprint-details address,
.creator-imprint-details a { overflow-wrap: anywhere; }
.creator-imprint-details address strong { color: #fff; }
.creator-imprint-details a:not(.btn) { color: #fff; border-bottom: 1px solid #2d80ff; }
.creator-imprint-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.official-creators-grid-compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.official-creators-grid-compact .official-creator-media { height: 280px; }
.official-creators-grid-compact .official-creator-copy { min-height: 198px; }
.official-creators-grid-compact .official-creator-card.is-long-name .official-creator-copy h3 { font-size: 34px; }

@media (max-width: 980px) {
  .news-feature-link { grid-template-columns: 1fr; }
  .news-feature-media { min-height: 430px; }
  .news-feature-copy { padding: 40px; }
  .article-hero h1 { font-size: 72px; }
  .article-shell { grid-template-columns: 1fr; }
  .article-aside { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .team-staff-head { display: grid; align-items: start; }
  .official-creators-grid-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .community-creators-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .community-creator-card:nth-child(3) { border-right: 0; }
  .creator-about-grid { grid-template-columns: 1fr; gap: 34px; }
  .creator-imprint-layout { grid-template-columns: 1fr; gap: 52px; }
  .creator-imprint-intro { position: static; }
  .creator-agency { grid-template-columns: 150px minmax(0, 1fr) auto; gap: 24px; }
  .creator-agency-mark { width: 134px; }
}

@media (max-width: 620px) {
  .news-featured { margin-bottom: 64px; }
  .news-feature-link { min-height: 0; }
  .news-feature-media { min-height: 280px; }
  .news-feature-copy { padding: 28px 24px 32px; }
  .news-feature-copy h2 { font-size: 42px; }
  .article-hero { min-height: 700px; }
  .article-hero-layout { grid-template-columns: 72px minmax(0, 1fr); gap: 18px; }
  .article-date-lockup strong { font-size: 45px; }
  .article-hero h1 { font-size: 50px; }
  .article-hero-lede { font-size: 17px; }
  .article-byline { display: grid; }
  .article-copy .lede { font-size: 21px; }
  .article-copy h2 { font-size: 40px; }
  .article-copy blockquote { padding: 22px; font-size: 28px; }
  .article-person-quote,
  .article-person-card,
  .article-person-card.is-scene { grid-template-columns: 1fr; margin: 34px 0; }
  .article-person-quote > img,
  .article-person-card > img { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .article-person-quote figcaption,
  .article-person-card figcaption { padding: 25px 22px 28px; }
  .article-people-feature { margin: 34px 0; }
  .article-people-feature.is-grid { grid-template-columns: 1fr; }
  .article-aside { grid-template-columns: 1fr; }
  .article-neighbors { grid-template-columns: 1fr; }
  .article-neighbors a + a { border-top: 1px solid rgba(110,180,255,.18); border-left: 0; text-align: left; }
  .official-creators-grid,
  .official-creators-grid-compact,
  .creator-program-grid,
  .community-creators-grid,
  .creator-detail-grid { display: grid; grid-template-columns: 1fr; }
  .creator-socials > div { display: flex; }
  .creator-profile-actions { align-items: stretch; }
  .creator-imprint-button { width: 100%; min-height: 56px; justify-content: center; margin-left: 0; }
  .creator-imprint-hero { min-height: 520px; }
  .creator-imprint-hero .creator-profile-hero-content { min-width: 0; }
  .creator-imprint-hero h1 {
    max-width: 100%;
    font-size: 54px;
    line-height: .88;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  body[data-creator-slug="professordisconnect"] .creator-imprint-hero h1,
  body[data-creator-slug="ginamylenia"] .creator-imprint-hero h1 { font-size: 46px; }
  .creator-imprint-intro h2 { font-size: 46px; line-height: .94; }
  .creator-imprint-details article { padding-left: 42px; }
  .creator-imprint-details h3 { font-size: 30px; line-height: 1.05; }
  .creator-imprint-links .btn { flex: 1 1 180px; justify-content: center; }
  .official-creator-media { height: 330px; }
  .official-creator-copy h3 { font-size: 44px; }
  .official-creator-card.is-long-name .official-creator-copy h3 { font-size: 30px; }
  .creator-program-column { padding: 30px 0; }
  .creator-program-column + .creator-program-column { padding-left: 0; border-top: 1px solid rgba(110,180,255,.2); border-left: 0; }
  .creator-agency { grid-template-columns: 90px minmax(0, 1fr); gap: 18px; min-height: 138px; padding: 22px 18px; }
  .creator-agency-mark { width: 82px; height: 126px; }
  .creator-agency-mark img { width: 76px; height: 72px; }
  .creator-agency-copy strong { font-size: 40px; }
  .creator-agency-copy p { font-size: 13px; line-height: 1.55; }
  .creator-agency-link { grid-column: 2; }
  .creator-program-owner { grid-template-columns: 92px minmax(0, 1fr); gap: 18px; min-height: 122px; }
  .creator-program-owner-media { width: 92px; height: 122px; }
  .creator-program-owner-copy { padding-right: 16px; }
  .creator-program-owner-copy strong { font-size: 24px; }
  .creator-program-owner-actions { grid-column: 2; margin: -12px 0 18px; }
  .community-creator-card { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 16px; align-items: center; border-right: 0; }
  .community-creator-media { width: 86px; margin: 0; grid-row: span 2; }
  .community-creator-card .status-pill { grid-column: 2; margin-top: 0; }
  .creator-profile-hero { min-height: 680px; padding: 130px 0 58px; }
  .creator-profile-title h1 { font-size: 68px; }
  body[data-creator-slug="ginamylenia"] .creator-profile-title h1 { font-size: 64px; }
  .creator-about-copy .lede { font-size: 20px; }
  .creator-detail-grid { gap: 58px; }
  .team-staff-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-staff-grid .player-card.player-portrait { min-height: 270px; }
}

/* Bildbanner für alle öffentlichen Unterseiten */
.page-hero.has-page-banner {
  --page-hero-render-size: var(--page-hero-desktop-size, cover);
  --page-hero-render-position: var(--page-hero-desktop-position, center);
  background:
    linear-gradient(90deg, #02040a 0%, #02040a var(--page-hero-fade-solid, 20%), rgba(2,4,10,.9) var(--page-hero-fade-dark, 36%), rgba(2,4,10,.58) var(--page-hero-fade-mid, 58%), rgba(2,4,10,.2) var(--page-hero-fade-light, 78%), rgba(2,4,10,.34) 100%),
    linear-gradient(0deg, #02040a 0%, #02040a 2%, transparent 60%),
    var(--page-hero-art) var(--page-hero-render-position) / var(--page-hero-render-size) no-repeat,
    #02040a;
}
.page-hero.has-page-banner::after { opacity: .42; }

@media (max-width: 620px) {
  .page-hero.has-page-banner {
    --page-hero-render-size: var(--page-hero-mobile-size, cover);
    --page-hero-render-position: var(--page-hero-mobile-position, var(--page-hero-desktop-position, center));
  }
}

/* Dunkles Newsarchiv */
.news-archive-section { background: #050912; color: #fff; }
.news-archive-section .news-archive-head { border-top-color: rgba(110,180,255,.2); }
.news-archive-section .news-archive-head p:last-child { color: #9da9b9; }
.news-archive-section .news-archive-head p:last-child strong { color: #fff; }
.news-archive-section .news-filter-bar { border-top-color: rgba(110,180,255,.18); border-bottom-color: rgba(110,180,255,.18); }
.news-archive-section .news-filter-bar .filter-search { border-color: rgba(110,180,255,.2); background: #07101b; color: #fff; }
.news-archive-section .news-filter-bar .filter-search::placeholder { color: #7f8c9f; }
.news-archive-section .news-listing-grid .news-card { border-color: rgba(110,180,255,.16); }
.news-archive-section .news-listing-grid .news-card:hover { border-color: rgba(87,151,255,.62); box-shadow: 0 22px 62px rgba(0,0,0,.34); }
.news-more-row { display: flex; justify-content: center; margin-top: 42px; }
.news-more-row .btn { min-width: 240px; }

/* Originale Vereinssatzung */
.statute-document-section { background: #050912; }
.statute-intro { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 80px; align-items: end; }
.statute-intro .lede { color: #aeb9c8; }
.statute-intro .button-row { margin-top: 28px; }
.statute-meta { display: grid; grid-template-columns: .55fr .9fr 1.15fr 1.35fr; margin: 62px 0 26px; border-top: 1px solid rgba(110,180,255,.2); border-left: 1px solid rgba(110,180,255,.2); }
.statute-meta > span { min-height: 104px; display: grid; align-content: center; gap: 8px; padding: 20px 22px; border-right: 1px solid rgba(110,180,255,.2); border-bottom: 1px solid rgba(110,180,255,.2); }
.statute-meta small { color: #7f8da1; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.statute-meta strong { color: #fff; font: italic 25px/1 var(--cond); text-transform: uppercase; }
.statute-viewer { display: block; width: 100%; height: min(980px, 82vh); border: 1px solid rgba(110,180,255,.22); background: #fff; }
.statute-fallback { min-height: 420px; display: grid; place-content: center; justify-items: center; gap: 20px; padding: 30px; color: #07101b; text-align: center; }
.statute-source { margin-top: 18px; color: #778599; font-size: 11px; line-height: 1.6; }

@media (max-width: 760px) {
  .statute-intro { grid-template-columns: 1fr; gap: 28px; }
  .statute-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .statute-viewer { height: 70vh; min-height: 520px; }
}

@media (max-width: 480px) {
  .statute-meta { grid-template-columns: 1fr; }
  .statute-meta > span { min-height: 82px; }
  .statute-viewer { min-height: 460px; }
}

/* 404 Brand Kit */
@font-face {
  font-family: "Space Madness";
  src: url("assets/branding/space-madness.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GeForce";
  src: url("assets/branding/geforce-light.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "GeForce";
  src: url("assets/branding/geforce-bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Orbitron 404";
  src: url("assets/branding/orbitron.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Orbitron 404";
  src: url("assets/branding/orbitron-bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Lato 404";
  src: url("assets/branding/lato-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Lato 404";
  src: url("assets/branding/lato-bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
.branding-hero .lede { max-width: 650px; }
.brand-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(42px, 8vw, 110px); align-items: start; }
.brand-intro-copy h2 { max-width: 620px; }
.brand-intro-copy .lede { margin-top: 28px; }
.brand-rules { margin: 8px 0 0; padding: 0; list-style: none; counter-reset: brand-rule; border-top: 1px solid rgba(110,180,255,.2); }
.brand-rules li { position: relative; min-height: 82px; display: grid; align-content: center; padding: 20px 20px 20px 66px; border-bottom: 1px solid rgba(110,180,255,.2); color: #c5cfdb; }
.brand-rules li::before { counter-increment: brand-rule; content: "0" counter(brand-rule); position: absolute; left: 0; color: #62a4ff; font: italic 24px/1 var(--cond); }
.brand-logo-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.brand-logo-grid .brand-asset { grid-column: span 2; }
.brand-logo-grid .brand-asset:nth-child(4),
.brand-logo-grid .brand-asset:nth-child(5) { grid-column: span 3; }
.brand-asset { margin: 0; border: 1px solid rgba(110,180,255,.2); background: #07101b; overflow: hidden; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.brand-asset:hover { transform: translateY(-3px); border-color: rgba(98,164,255,.65); box-shadow: 0 22px 60px rgba(0,0,0,.28); }
.brand-asset-preview { min-height: 260px; display: grid; place-items: center; padding: clamp(28px, 5vw, 64px); background: #050912; }
.brand-asset-preview.is-light { background: #f4f7fb; }
.brand-asset-preview.is-blue { background: #0472de; }
.brand-asset-preview img { display: block; width: min(100%, 420px); max-height: 180px; object-fit: contain; }
.brand-asset-meta { min-height: 92px; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 20px 24px; border-top: 1px solid rgba(110,180,255,.18); }
.brand-asset-meta strong { display: block; color: #fff; font: italic 25px/1 var(--cond); text-transform: uppercase; }
.brand-asset-meta small { display: block; margin-top: 6px; color: #76859a; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.brand-download { flex: 0 0 auto; padding-bottom: 5px; border-bottom: 1px solid #2d80ff; color: #8fc0ff; font-size: 10px; font-weight: 950; text-transform: uppercase; }
.brand-download:hover { color: #fff; }
.brand-colors { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(110,180,255,.2); border-left: 1px solid rgba(110,180,255,.2); }
.brand-color { min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border-right: 1px solid rgba(110,180,255,.2); border-bottom: 1px solid rgba(110,180,255,.2); background: var(--swatch); color: var(--swatch-copy, #fff); }
.brand-color small { font-size: 10px; font-weight: 950; text-transform: uppercase; }
.brand-color strong { font: italic 34px/1 var(--cond); }
.brand-font-list { border-top: 1px solid rgba(110,180,255,.2); }
.brand-font-row { min-height: 150px; display: grid; grid-template-columns: 210px minmax(0, 1fr); align-items: center; gap: 36px; padding: 28px 0; border-bottom: 1px solid rgba(110,180,255,.2); }
.brand-font-row h3 { margin: 0; color: #73adff; font-size: 18px; }
.brand-font-row p { margin: 0; color: #fff; font-size: clamp(34px, 5vw, 68px); line-height: 1; overflow-wrap: anywhere; }
.font-space-madness { font-family: "Space Madness", sans-serif; }
.font-geforce { font-family: "GeForce", sans-serif; font-weight: 700; }
.font-orbitron { font-family: "Orbitron 404", sans-serif; font-weight: 700; }
.font-lato { font-family: "Lato 404", sans-serif; font-weight: 700; }
.brand-profile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.brand-profile-grid .brand-asset-preview { aspect-ratio: 4 / 3; padding: 28px; }
.brand-profile-grid .brand-asset-preview img { width: min(76%, 420px); max-height: 100%; }
.brand-wallpaper-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.brand-wallpaper-preview { aspect-ratio: 16 / 9; overflow: hidden; background: #03070e; }
.brand-wallpaper-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.brand-asset:hover .brand-wallpaper-preview img { transform: scale(1.018); }
.brand-contact { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); gap: 70px; align-items: end; }
.brand-contact .lede { color: #d7e1ed; }
.brand-contact .button-row { justify-content: flex-end; }

@media (max-width: 860px) {
  .brand-intro,
  .brand-contact { grid-template-columns: 1fr; gap: 38px; }
  .brand-contact .button-row { justify-content: flex-start; }
  .brand-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-logo-grid .brand-asset,
  .brand-logo-grid .brand-asset:nth-child(4) { grid-column: auto; }
  .brand-logo-grid .brand-asset:nth-child(5) { grid-column: 1 / -1; }
  .brand-colors { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-font-row { grid-template-columns: 150px minmax(0, 1fr); }
}

@media (max-width: 620px) {
  .brand-logo-grid,
  .brand-profile-grid,
  .brand-wallpaper-grid { grid-template-columns: 1fr; }
  .brand-logo-grid .brand-asset:nth-child(5) { grid-column: auto; }
  .brand-asset-preview { min-height: 220px; }
  .brand-asset-meta { align-items: flex-start; flex-direction: column; }
  .brand-color { min-height: 190px; }
  .brand-font-row { min-height: 124px; grid-template-columns: 1fr; gap: 14px; }
  .brand-font-row p { font-size: 34px; }
}

/* Partnerseite */
body[data-page="partner"] .partner-page-hero {
  min-height: 720px;
  padding-bottom: 64px;
}
body[data-page="partner"] .partner-page-hero h1 {
  max-width: 1060px;
  font-size: clamp(68px, 8vw, 116px);
}
body[data-page="partner"] .partner-page-hero h1 .accent {
  font-size: clamp(44px, 5.7vw, 76px);
}
body[data-page="partner"] .partner-page-hero .lede { max-width: 680px; }
.partner-hero-facts {
  width: min(720px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid rgba(110,180,255,.32);
  border-left: 1px solid rgba(110,180,255,.32);
  background: rgba(2,6,14,.5);
  backdrop-filter: blur(8px);
}
.partner-hero-facts span {
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 16px 22px;
  border-right: 1px solid rgba(110,180,255,.32);
  border-bottom: 1px solid rgba(110,180,255,.32);
}
.partner-hero-facts strong {
  color: #fff;
  font: italic 30px/1 var(--cond);
  text-transform: uppercase;
}
.partner-hero-facts small {
  color: #9ba9ba;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.partner-showcase-section {
  background:
    linear-gradient(135deg, rgba(7,87,255,.1), transparent 34%),
    #03070e;
}
.partner-section-head { margin-bottom: 54px; }
.partner-section-head h2 .accent,
.partner-fields-intro h2 .accent {
  color: var(--blue);
  font-family: var(--brush);
  font-size: .78em;
  font-style: normal;
  line-height: .86;
  text-shadow: 2px 2px 0 #00175e;
  transform: rotate(-2deg);
}
.partner-section-head .lede { max-width: 540px; }
.partner-feature {
  height: 610px;
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  border: 1px solid rgba(110,180,255,.22);
  background: #050b14;
  box-shadow: 0 34px 90px rgba(0,0,0,.42);
  overflow: hidden;
}
.partner-feature-stage {
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 28px;
  border-right: 1px solid rgba(110,180,255,.2);
  background:
    linear-gradient(90deg, rgba(110,180,255,.06) 1px, transparent 1px),
    linear-gradient(rgba(110,180,255,.06) 1px, transparent 1px),
    linear-gradient(135deg, #071426, #03070e 72%);
  background-size: 72px 72px, 72px 72px, auto;
}
.partner-feature-stage-head,
.partner-feature-controls {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  color: #718096;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.partner-feature-stage-head b { color: #76adff; font: italic 22px/1 var(--cond); }
.partner-feature-logo-wrap {
  display: grid;
  place-items: center;
  padding: 44px;
}
body[data-page="partner"] .partner-feature .spotlight-logo {
  width: min(82%, 390px);
  height: auto;
  max-height: 145px;
  margin: 0;
  object-fit: contain;
  object-position: center;
  filter: brightness(1.12) drop-shadow(0 0 28px rgba(7,87,255,.28));
}
.partner-feature-stage[data-partner-id="techniker"] .spotlight-logo {
  width: min(134%, 640px);
  max-width: none;
}
.partner-feature-steps { display: flex; gap: 8px; align-items: center; }
.partner-feature-step {
  width: 28px;
  height: 3px;
  padding: 0;
  border: 0;
  background: rgba(255,255,255,.2);
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}
.partner-feature-step:hover,
.partner-feature-step.is-active { width: 42px; background: var(--blue); }
.partner-feature-arrows { display: flex; gap: 8px; }
.partner-feature-arrows button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(110,180,255,.3);
  background: rgba(2,6,14,.74);
  color: #fff;
  font-size: 19px;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.partner-feature-arrows button:hover {
  transform: translateY(-2px);
  border-color: #5797ff;
  background: rgba(7,87,255,.2);
}
.partner-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(36px, 5vw, 72px);
}
.partner-feature-copy h3 {
  max-width: 520px;
  margin: 16px 0 24px;
  color: #fff;
  font: italic 900 clamp(40px, 4.2vw, 58px)/.92 var(--cond);
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
  text-transform: uppercase;
}
.partner-feature[data-partner-id="sparkasse"] .partner-feature-copy h3 {
  font-size: clamp(38px, 3.5vw, 48px);
}
.partner-feature-description {
  max-width: 520px;
  margin: 0;
  color: #b3bdcb;
  font-size: 18px;
  line-height: 1.7;
}
.partner-feature-principle {
  display: grid;
  gap: 8px;
  margin: 30px 0;
  padding: 4px 0 4px 18px;
  border-left: 2px solid var(--blue);
}
.partner-feature-principle span {
  color: #75adff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.partner-feature-principle p { margin: 0; color: #dce4ee; font-size: 14px; }
.partner-feature.is-switching .spotlight-logo,
.partner-feature.is-switching .partner-feature-copy > * { animation: partnerReveal .36s ease both; }
.partner-feature.is-switching .partner-feature-copy > *:nth-child(2) { animation-delay: .04s; }
.partner-feature.is-switching .partner-feature-copy > *:nth-child(3) { animation-delay: .08s; }
@keyframes partnerReveal {
  from { opacity: .3; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
.partner-network-section { background: #060b13; }
body[data-page="partner"] .partner-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}
body[data-page="partner"] .partner-card {
  position: relative;
  min-height: 350px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 118px 1fr auto;
  gap: 22px;
  align-items: start;
  padding: 30px;
  border: 1px solid rgba(110,180,255,.18);
  background:
    linear-gradient(145deg, rgba(7,87,255,.11), transparent 42%),
    #07101b;
  box-shadow: none;
  overflow: hidden;
}
body[data-page="partner"] .partner-card:nth-child(1) { grid-column: span 7; }
body[data-page="partner"] .partner-card:nth-child(2) { grid-column: span 5; }
body[data-page="partner"] .partner-card:nth-child(n+3) { grid-column: span 4; }
body[data-page="partner"] .partner-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}
body[data-page="partner"] .partner-card:hover::before { transform: scaleX(1); }
.partner-card-index {
  justify-self: end;
  color: #58708f;
  font: italic 22px/1 var(--cond);
}
.partner-card-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body[data-page="partner"] .partner-card-logo img {
  width: min(76%, 270px);
  height: auto;
  max-height: 86px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(1.08) drop-shadow(0 0 16px rgba(7,87,255,.12));
  transition: transform .24s ease, filter .24s ease;
}
body[data-page="partner"] .partner-card:hover .partner-card-logo img {
  transform: scale(1.025);
  filter: brightness(1.16) drop-shadow(0 0 22px rgba(7,87,255,.2));
}
body[data-page="partner"] .partner-card[data-partner-id="techniker"] .partner-card-logo img {
  width: min(118%, 430px);
  max-width: none;
}
.partner-card-copy h3 {
  margin: 16px 0 12px;
  color: #fff;
  font: italic 900 clamp(26px, 2.8vw, 38px)/.95 var(--cond);
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
  text-transform: uppercase;
}
.partner-card-copy p { margin: 0; color: #99a6b7; }
.partner-card-link {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(110,180,255,.16);
  color: #dfe7f2;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.partner-card-link b { color: #6ca8ff; font-size: 16px; }
.partner-fields-section { background: #02040a; }
.partner-fields-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: end;
  margin-bottom: 58px;
}
.partner-fields-intro .lede { max-width: 520px; }
.partner-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(110,180,255,.22);
  border-left: 1px solid rgba(110,180,255,.22);
}
.partner-field {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid rgba(110,180,255,.22);
  border-bottom: 1px solid rgba(110,180,255,.22);
}
.partner-field > span { color: #5998ff; font: italic 25px/1 var(--cond); }
.partner-field h3 { margin: auto 0 18px; color: #fff; font-size: 34px; }
.partner-field p { margin: 0; color: #99a6b7; }
.partner-contact-section {
  position: relative;
  padding: clamp(76px, 9vw, 126px) 0;
  border-bottom: 1px solid rgba(110,180,255,.2);
  background:
    linear-gradient(110deg, rgba(7,87,255,.88), rgba(4,30,82,.84) 45%, rgba(2,4,10,.96)),
    url("assets/city-hero.webp") right 46% / auto 118% no-repeat,
    #051536;
  overflow: hidden;
}
.partner-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: end;
}
.partner-contact h2 {
  margin: 0;
  color: #fff;
  font: italic 900 clamp(58px, 7vw, 100px)/.88 var(--cond);
  text-transform: uppercase;
}
.partner-contact h2 span {
  display: block;
  width: fit-content;
  color: #fff;
  font-family: var(--brush);
  font-size: .76em;
  font-style: normal;
  transform: rotate(-2deg);
  text-shadow: 3px 3px 0 #003fbe;
}
.partner-contact-copy .lede { color: #e3ebf5; }
.partner-contact-copy .button-row { margin-top: 30px; align-items: center; }
.partner-contact-copy .text-link { margin-top: 0; }

@media (max-width: 980px) {
  .partner-feature,
  .partner-fields-intro,
  .partner-contact { grid-template-columns: 1fr; }
  .partner-feature { height: auto; min-height: 0; }
  .partner-feature-stage { height: 440px; min-height: 440px; border-right: 0; border-bottom: 1px solid rgba(110,180,255,.2); }
  .partner-feature-copy { height: 520px; min-height: 520px; }
  body[data-page="partner"] .partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[data-page="partner"] .partner-card,
  body[data-page="partner"] .partner-card:nth-child(n) { grid-column: auto; }
  body[data-page="partner"] .partner-card:last-child { grid-column: 1 / -1; }
  .partner-fields { grid-template-columns: 1fr; }
  .partner-field { min-height: 230px; }
}

@media (max-width: 620px) {
  body[data-page="partner"] .partner-page-hero { min-height: 650px; padding-bottom: 48px; }
  body[data-page="partner"] .partner-page-hero h1 { font-size: 59px; }
  body[data-page="partner"] .partner-page-hero h1 .accent { margin-top: 2px; font-size: 40px; }
  .partner-hero-facts { grid-template-columns: 1fr; margin-top: 28px; }
  .partner-hero-facts span { min-height: 64px; grid-template-columns: minmax(0, 125px) minmax(0, 1fr); column-gap: 16px; align-items: center; }
  .partner-hero-facts strong { font-size: 28px; }
  .partner-section-head { margin-bottom: 36px; }
  .partner-feature-stage { min-height: 340px; padding: 20px; }
  .partner-feature-stage { height: 340px; }
  .partner-feature-logo-wrap { padding: 30px 18px; }
  body[data-page="partner"] .partner-feature .spotlight-logo { width: min(84%, 280px); max-height: 105px; }
  .partner-feature-step { width: 18px; }
  .partner-feature-step:hover,
  .partner-feature-step.is-active { width: 28px; }
  .partner-feature-arrows button { width: 40px; height: 40px; }
  .partner-feature-copy { height: 500px; min-height: 500px; padding: 30px 24px 36px; }
  .partner-feature-copy h3 { font-size: 42px; }
  .partner-feature[data-partner-id="sparkasse"] .partner-feature-copy h3 { font-size: 34px; }
  .partner-feature-description { font-size: 16px; }
  body[data-page="partner"] .partner-grid { grid-template-columns: 1fr; }
  body[data-page="partner"] .partner-card:last-child { grid-column: auto; }
  body[data-page="partner"] .partner-card { min-height: 330px; padding: 24px; }
  .partner-fields-intro { margin-bottom: 40px; }
  .partner-field { min-height: 250px; padding: 24px; }
  .partner-contact-section { background-size: auto, auto 100%, auto; }
  .partner-contact h2 { font-size: 59px; }
  .partner-contact-copy .button-row { align-items: stretch; }
  .partner-contact-copy .btn { width: 100%; }
}

@media (max-width: 360px) {
  .partner-feature[data-partner-id="sparkasse"] .partner-feature-copy h3 { font-size: 27px; }
}

@media (max-width: 620px) {
  .vorstand-page .page-hero h1 { font-size: 61px; }
  .vorstand-page .page-hero h1 .accent {
    max-width: 100%;
    font-size: 34px;
    white-space: nowrap;
  }
}

.vorstand-board-section .container { width: min(1290px, calc(100% - 44px)); }
.vorstand-card-grid { gap: 16px; }
.vorstand-card-grid .person-card h3 {
  font-size: 28px;
  white-space: nowrap;
}

@media (max-width: 620px) {
  .vorstand-board-section .container { width: calc(100% - 28px); }
  .vorstand-card-grid .person-card h3 { font-size: clamp(18px, 5.8vw, 24px); }
}

/* Mobile layout QA */
@media (max-width: 620px) {
  .article-hero {
    min-height: 680px;
    padding: 128px 0 54px;
  }

  .article-hero-content {
    width: calc(100% - 32px);
  }

  .article-hero .breadcrumb {
    margin-bottom: 24px;
  }

  .article-hero-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .article-date-lockup {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding-top: 10px;
  }

  .article-date-lockup strong { font-size: 38px; }
  .article-date-lockup span,
  .article-date-lockup small { margin-top: 0; }

  .article-hero h1 {
    max-width: 100%;
    font-size: clamp(36px, 10vw, 40px);
    line-height: .94;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  .article-main,
  .article-copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .article-copy p,
  .article-copy li,
  .article-copy blockquote,
  .article-aside {
    overflow-wrap: anywhere;
  }

  .contact-layout > *,
  .contact-side,
  .contact-card,
  .news-listing-grid .news-card,
  .news-listing-grid .news-card > a,
  .news-listing-grid .news-card-body {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .contact-card a,
  .news-listing-grid .news-card-body h3 {
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  body[data-creator-slug="professordisconnect"] .creator-profile-title h1 { font-size: 54px; }
  body[data-creator-slug="ginamylenia"] .creator-profile-title h1 { font-size: 58px; }
  body[data-creator-slug="ginamylenia"] .creator-imprint-hero h1 { font-size: 46px; }

  .vorstand-page .page-hero { min-height: 590px; }

  .partner-feature-step {
    width: 40px;
    height: 40px;
    border: 0;
    background: linear-gradient(#7ab8ff, #7ab8ff) center / 18px 3px no-repeat;
  }

  .partner-feature-step:hover,
  .partner-feature-step.is-active {
    width: 40px;
    background-size: 28px 3px;
  }

  .partner-feature-controls { gap: 10px; }
  .partner-feature-steps { gap: 2px; }
}

@media (max-width: 380px) {
  body[data-creator-slug="professordisconnect"] .creator-imprint-hero h1,
  body[data-creator-slug="ginamylenia"] .creator-imprint-hero h1 { font-size: 40px; }
  .partner-feature-stage { min-width: 0; padding-inline: 12px; }
  .partner-feature-copy { min-width: 0; }
  .official-creator-copy { padding-inline: 24px; }
  .official-creator-card.is-long-name .official-creator-copy h3,
  .official-creators-grid-compact .official-creator-card.is-long-name .official-creator-copy h3 { font-size: 28px; }
  .news-listing-grid .news-card-body h3 { font-size: 30px; }
}



