:root {
  --navy: #070b12;
  --navy-2: #101826;
  --navy-3: #182235;
  --yellow: #f5c400;
  --yellow-2: #ffd84a;
  --ink: #e8edf5;
  --muted: #93a0b8;
  --line: rgba(255, 255, 255, 0.1);
  --max: 74rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  font-family: Manrope, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--navy);
  line-height: 1.55;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--yellow);
  text-underline-offset: 0.16em;
}

a:hover {
  color: var(--yellow-2);
}

h1,
h2,
h3,
.display {
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 0.95;
}

.wrap {
  width: min(var(--max), calc(100% - 1.5rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(7, 11, 18, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.is-home .site-header {
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, rgba(7, 11, 18, 0.72), transparent);
  border-bottom-color: transparent;
}

.is-home .site-header.is-scrolled,
.is-home .site-header.is-open {
  position: fixed;
  background: rgba(7, 11, 18, 0.96);
  border-bottom-color: var(--line);
}

.site-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
  text-decoration: none;
}

.brand:hover {
  color: #fff;
}

.brand img {
  width: 2.7rem;
  height: 2.7rem;
}

.brand__name {
  font-family: Oswald, sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
}

.brand__sub {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-toggle {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 0.4rem 0.75rem;
  font: inherit;
  cursor: pointer;
}

.site-nav {
  display: none;
  flex-basis: 100%;
  flex-direction: column;
}

.site-nav.is-open {
  display: flex;
}

.site-nav a {
  color: #fff;
  text-decoration: none;
  padding: 0.7rem 0;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--yellow);
}

.site-main {
  flex: 1;
}

.site-footer {
  background: #05070c;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer__grid {
  display: grid;
  gap: 1.5rem;
  padding: 2.2rem 0 1.6rem;
}

.site-footer strong {
  display: block;
  color: #fff;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--yellow);
}

.site-footer__legal {
  border-top: 1px solid var(--line);
  padding: 0.9rem 0 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  font-size: 0.85rem;
}

.kicker {
  margin: 0 0 0.55rem;
  color: var(--yellow);
  font-family: Oswald, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lede,
.meta,
.note {
  color: var(--muted);
}

.page {
  padding: 2rem 0 3.5rem;
}

.page h1 {
  margin: 0 0 0.7rem;
  font-size: clamp(2.4rem, 8vw, 4.6rem);
}

.lede {
  margin: 0 0 1.6rem;
  max-width: 38rem;
  font-size: 1.05rem;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(245, 196, 0, 0.2), transparent 28%),
    linear-gradient(180deg, transparent 30%, #070b12 92%),
    repeating-linear-gradient(90deg, transparent 0 78px, rgba(255, 255, 255, 0.035) 78px 80px),
    repeating-linear-gradient(0deg, transparent 0 78px, rgba(255, 255, 255, 0.035) 78px 80px),
    linear-gradient(135deg, #102247, #070b12 58%);
}

.hero::before {
  content: "09";
  position: absolute;
  right: -4vw;
  top: 12vh;
  font-family: Oswald, sans-serif;
  font-size: clamp(8rem, 28vw, 22rem);
  color: rgba(255, 255, 255, 0.04);
  line-height: 0.8;
  pointer-events: none;
}

.hero__inner {
  position: relative;
  padding: 7.5rem 0 2.4rem;
}

.hero h1 {
  margin: 0 0 0.8rem;
  font-size: clamp(2.6rem, 8vw, 5.6rem);
  max-width: 14ch;
}

.hero p {
  max-width: 36rem;
  margin: 0 0 1.3rem;
  font-size: 1.08rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  background: var(--yellow);
  color: #111;
  text-decoration: none;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.85rem 1.15rem;
  font-size: 0.95rem;
}

.btn:hover {
  background: var(--yellow-2);
  color: #111;
}

.btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.btn--ghost:hover {
  color: var(--yellow);
  border-color: var(--yellow);
}

.ticker {
  display: flex;
  overflow-x: auto;
  background: var(--yellow);
  color: #111;
  scrollbar-width: none;
}

.ticker::-webkit-scrollbar {
  display: none;
}

.ticker span,
.ticker a {
  flex: 0 0 auto;
  padding: 0.85rem 1.2rem;
  color: #111;
  text-decoration: none;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.92rem;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.section {
  padding: 3.2rem 0;
}

.section__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem 1.5rem;
  align-items: end;
  margin-bottom: 1.4rem;
}

.section__head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 3rem);
}

.bento {
  display: grid;
  gap: 0.85rem;
}

.story {
  display: grid;
  align-content: end;
  min-height: 16rem;
  padding: 1.2rem;
  text-decoration: none;
  color: #fff;
  background: var(--navy-2);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.story::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 90% 0, rgba(245, 196, 0, 0.16), transparent 36%),
    linear-gradient(180deg, transparent, rgba(7, 11, 18, 0.55));
}

.story > * {
  position: relative;
}

.story:hover {
  color: #fff;
  border-color: var(--yellow);
}

.story--lg {
  min-height: 20rem;
}

.story h3 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.story p {
  margin: 0;
  color: #c5d0e4;
}

.band {
  padding: 3rem 0;
  background: var(--navy-2);
  border-block: 1px solid var(--line);
}

.team-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(11rem, 1fr);
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.3rem;
}

.team-tile {
  display: grid;
  min-height: 13rem;
  padding: 1rem;
  align-content: space-between;
  text-decoration: none;
  color: #fff;
  background: var(--navy);
  border: 1px solid var(--line);
}

.team-tile:hover {
  color: #fff;
  border-color: var(--yellow);
}

.team-tile strong {
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  line-height: 0.85;
  color: var(--yellow);
}

.team-tile span {
  color: var(--muted);
  font-size: 0.9rem;
}

.sponsor-band {
  padding: 2.4rem 0;
  background:
    linear-gradient(90deg, rgba(245, 196, 0, 0.12), transparent 42%),
    var(--navy);
}

.sponsor-band__inner {
  display: grid;
  gap: 1rem;
}

.sponsor-mark {
  display: inline-flex;
  align-items: center;
  min-height: 4rem;
  padding: 0.6rem 1rem;
  background: #fff;
  color: #0a3278;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.cta-band {
  display: grid;
  gap: 1rem;
  padding: 2rem 0 3rem;
}

.group {
  margin: 0 0 2rem;
}

.group h2 {
  margin: 0 0 0.9rem;
  font-size: 1.5rem;
}

.cards {
  display: grid;
  gap: 0.75rem;
}

.team-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: center;
  padding: 1rem;
  background: var(--navy-2);
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
}

.team-card:hover {
  border-color: var(--yellow);
  color: inherit;
}

.team-card b {
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  color: var(--yellow);
  min-width: 3.4rem;
}

.team-card h3 {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
}

.team-card p {
  margin: 0;
  color: var(--muted);
}

.article-hero {
  min-height: 42svh;
  display: grid;
  align-items: end;
  background:
    radial-gradient(circle at 80% 10%, rgba(245, 196, 0, 0.18), transparent 32%),
    linear-gradient(180deg, transparent, #070b12 88%),
    linear-gradient(135deg, #16356d, #070b12);
}

.article-hero__inner {
  padding: 6.5rem 0 1.8rem;
}

.article-hero h1 {
  margin: 0 0 0.6rem;
  font-size: clamp(2.2rem, 7vw, 4.4rem);
  max-width: 16ch;
}

.article-body {
  max-width: 42rem;
  padding: 0.4rem 0 3rem;
  font-size: 1.05rem;
}

.article-body p + p {
  margin-top: 1rem;
}

.back {
  color: #fff;
  text-decoration: none;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.panel,
.person-list li {
  background: var(--navy-2);
  border: 1px solid var(--line);
  padding: 1rem 1.1rem;
}

.person-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.person-list strong {
  display: block;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.55rem;
}

.media {
  min-height: 7rem;
  background:
    radial-gradient(circle at 70% 20%, rgba(245, 196, 0, 0.22), transparent 40%),
    linear-gradient(145deg, #16356d, #070b12);
}

.media--2 {
  background:
    radial-gradient(circle at 20% 80%, rgba(245, 196, 0, 0.16), transparent 40%),
    linear-gradient(200deg, #1c4fd6, #070b12);
}

.media--3 {
  background: linear-gradient(160deg, #0d1b33, #070b12 70%);
}

@media (min-width: 720px) {
  .wrap {
    width: min(var(--max), calc(100% - 2.5rem));
  }

  .draft-switch {
    justify-content: flex-end;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav,
  .site-nav.is-open {
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    gap: 1.15rem;
  }

  .site-nav a {
    padding: 0.15rem 0;
  }

  .site-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .bento {
    grid-template-columns: 1.3fr 1fr;
  }

  .story--lg {
    grid-row: span 2;
    min-height: 28rem;
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .sponsor-band__inner,
  .cta-band {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1080px) {
  .bento {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .story--lg {
    grid-row: span 2;
  }
}

.draft-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.7rem;
  justify-content: flex-start;
  padding: 0.35rem 0 0;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.draft-switch a {
  color: var(--muted);
  text-decoration: none;
}

.draft-switch a.is-on,
.draft-switch a:hover {
  color: var(--yellow);
}
