@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@600;700;800;900&family=Inter:wght@400;600;700;800&display=swap");
:root {
  --b: #06080a;
  --p: #12171b;
  --w: #f4f5f1;
  --l: #d9ff2f;
  --g: #a8adb0;
  --line: #30363a;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--b);
  color: var(--w);
  font:
    16px/1.6 Inter,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
header {
  height: 76px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 20;
  background: #06080af2;
  border-bottom: 1px solid #262b2e;
}
.brand {
  font: 800 1.15rem "Barlow Condensed";
  letter-spacing: 3px;
}
.brand b {
  color: var(--l);
  font-size: 2.2rem;
  font-style: italic;
  letter-spacing: -1px;
}
.menu {
  display: none;
  background: none;
  color: white;
  border: 1px solid var(--line);
  padding: 9px 13px;
}
nav {
  display: flex;
  gap: 1.7rem;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.outline {
  border: 1px solid #596166;
  padding: 12px 17px;
}
.hero {
  min-height: calc(100vh - 76px);
  padding: 6vw;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: 5vw;
  background:
    radial-gradient(circle at 75% 50%, #343b24, transparent 28%),
    linear-gradient(122deg, #06080a 68%, #151a1e 68%);
}
.badge {
  background: var(--l);
  color: #070909;
  padding: 7px 12px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 1.5px;
}
.eyebrow,
.kicker {
  color: var(--l);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 1.6rem 0 1rem;
}
h1,
h2 {
  font: 900 clamp(4.8rem, 11vw, 10rem)/0.78 "Barlow Condensed";
  letter-spacing: -0.045em;
  text-transform: uppercase;
  margin: 0.16em 0;
}
h1 em {
  color: var(--l);
}
.role {
  font: 800 1.1rem "Barlow Condensed";
  letter-spacing: 5px;
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.primary {
  background: var(--l);
  color: #070909;
  padding: 13px 19px;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}
.hero aside {
  aspect-ratio: 4/5;
  position: relative;
  display: grid;
  place-items: center;
  border: 2px solid white;
  background: linear-gradient(145deg, #171c20, #090b0d);
  box-shadow: 15px 15px var(--l);
  transform: rotate(2deg);
}
.big15 {
  position: absolute;
  font: italic 900 18rem/0.8 "Barlow Condensed";
  color: #20262a;
}
.od {
  position: relative;
  color: var(--l);
  font: italic 900 6rem "Barlow Condensed";
  border-bottom: 6px solid var(--l);
}
.cardline {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  font: 800 1rem "Barlow Condensed";
  letter-spacing: 2px;
}
.quick {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--l);
  color: #080a0a;
}
.quick div {
  padding: 1.1rem 1.5rem;
  border-right: 1px solid #92aa22;
}
.quick small {
  display: block;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 2px;
}
.quick b {
  font: 800 1.3rem "Barlow Condensed";
}
.section {
  padding: 8rem 7vw;
}
.split,
.head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 8vw;
  align-items: center;
}
.light {
  background: var(--w);
  color: #121518;
}
.light .kicker,
.lime .kicker {
  color: #718400;
}
.lead {
  font: 700 2rem/1.25 "Barlow Condensed";
  text-transform: uppercase;
}
.lead.small {
  font-size: 1.6rem;
}
.note {
  padding: 1rem;
  border-left: 4px solid var(--l);
  background: #e7e9e3;
  font-size: 0.75rem;
}
.head {
  align-items: end;
  margin-bottom: 3rem;
}
.head > p {
  color: var(--g);
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.stats article {
  padding: 2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stats b {
  display: block;
  color: var(--l);
  font: 900 5rem/0.9 "Barlow Condensed";
}
.stats span {
  font-size: 0.68rem;
  color: var(--g);
  text-transform: uppercase;
}
.source {
  margin: 1.3rem 0 3rem;
  background: var(--l);
  color: #080a0a;
  padding: 1rem 1.3rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.68rem;
  letter-spacing: 1px;
}
.source a {
  text-decoration: underline;
}
.games h3 {
  font: 800 1.4rem "Barlow Condensed";
}
.games p {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 1rem;
  font: 700 1rem "Barlow Condensed";
}
.games strong {
  color: var(--l);
}
.dark {
  background: #0d1114;
}
.film {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 2rem;
  border: 1px solid var(--line);
  margin-top: 14px;
}
.film:hover {
  border-color: var(--l);
}
.film i {
  width: 60px;
  height: 60px;
  background: var(--l);
  color: #070909;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-style: normal;
}
.film small,
.news small {
  color: var(--l);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 2px;
}
.film h3,
.milestones h3,
.news h3 {
  font: 800 2rem/1.05 "Barlow Condensed";
  text-transform: uppercase;
  margin: 0.2rem 0;
}
.film p {
  margin: 0;
  color: var(--g);
  font-size: 0.8rem;
}
.film > b {
  font-size: 0.68rem;
}
.lime {
  background: var(--l);
  color: #090b0b;
}
.lime .head > p {
  color: #444a36;
}
.rankings {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #8ea51f;
}
.rankings article {
  padding: 1.8rem;
  border-right: 1px solid #8ea51f;
}
.rankings small {
  font-size: 0.58rem;
  font-weight: 900;
}
.rankings b {
  display: block;
  font: 900 5rem/0.9 "Barlow Condensed";
}
.rankings span {
  font: 700 1rem "Barlow Condensed";
  text-transform: uppercase;
}
.rankings .black {
  background: #080a0a;
  color: white;
}
.recruit-copy {
  padding: 2rem 0;
  border-bottom: 1px solid #8ea51f;
}
.recruit-copy a {
  text-decoration: underline;
  font-weight: 800;
}
.milestones article {
  display: grid;
  grid-template-columns: 90px 1fr;
  border-top: 1px solid #8ea51f;
  padding: 1.8rem 0;
}
.milestones article > b {
  font: 900 1.5rem "Barlow Condensed";
}
.milestones p {
  margin: 0.3rem 0;
}
.milestones a {
  font-size: 0.68rem;
  text-decoration: underline;
}
.news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 3rem;
}
.news a {
  min-height: 270px;
  padding: 2rem;
  background: #171c20;
  border-top: 4px solid var(--l);
  display: flex;
  flex-direction: column;
}
.news a > b {
  margin-top: auto;
  font-size: 0.68rem;
}
.contact {
  text-align: center;
}
.contact > p {
  color: var(--g);
}
.center {
  justify-content: center;
}
.contact small {
  display: block;
  color: #777;
  margin-top: 2rem;
}
footer {
  padding: 2rem 5vw;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #777;
  font-size: 0.65rem;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  header {
    height: 66px;
  }
  .menu {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    padding: 24px;
    background: #080a0c;
    flex-direction: column;
    align-items: stretch;
  }
  nav.open {
    display: flex;
  }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 5rem 6vw;
  }
  .hero aside {
    width: min(310px, 80vw);
    justify-self: center;
    margin-top: 3rem;
  }
  .quick {
    grid-template-columns: 1fr 1fr;
  }
  .quick div:last-child {
    grid-column: 1/-1;
  }
  .split,
  .head {
    grid-template-columns: 1fr;
  }
  .stats,
  .rankings {
    grid-template-columns: 1fr 1fr;
  }
  .news {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 5.5rem 6vw;
  }
  footer {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 520px) {
  h1 {
    font-size: 20vw;
  }
  .role {
    letter-spacing: 2px;
  }
  .actions {
    flex-direction: column;
  }
  .actions a {
    text-align: center;
  }
  .stats,
  .rankings {
    grid-template-columns: 1fr;
  }
  .stats b,
  .rankings b {
    font-size: 4rem;
  }
  .source {
    display: block;
  }
  .source a {
    display: block;
    margin-top: 8px;
  }
  .film {
    grid-template-columns: 55px 1fr;
  }
  .film > b {
    grid-column: 2;
  }
  .games p {
    grid-template-columns: 1fr 1fr;
  }
  .hero aside {
    box-shadow: 10px 10px var(--l);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
