@font-face {
  font-family: "Protest Demo";
  src: url("assets/font/protest-demo-regular/Protest Demo Regular.ttf") format("truetype"),
       url("assets/font/protest-demo-regular/Protest Demo Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight: #25214d;
  --white: #efefef;
  --black: #16161c;
  --violet: #6d4c9a;
  --violet-soft: rgba(109, 76, 154, .28);
  --line: rgba(239, 239, 239, .10);
  --text-soft: rgba(239, 239, 239, .68);
  --shadow: 0 24px 80px rgba(0, 0, 0, .42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .9rem;
  background:
    radial-gradient(circle at 12% 8%, rgba(109, 76, 154, .24), transparent 34rem),
    radial-gradient(circle at 85% 20%, rgba(37, 33, 77, .42), transparent 30rem),
    var(--black);
  color: var(--white);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(239, 239, 239, .03) 1px, transparent 1px), linear-gradient(rgba(239, 239, 239, .03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.noise {
  position: fixed;
  inset: 0;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(22, 22, 28, .72);
  border-bottom: 1px solid var(--line);
}

.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.brand-mark {
  width: 46px;
  height: 48px;
  display: grid;
  place-items: center;
}

.brand-mark img {
  width: 45px;
  height: auto;
}

.brand-name {
  font-size: 1.04rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  padding: 11px 15px;
  border-radius: 999px;
  color: var(--text-soft);
  font-size: .92rem;
  font-weight: 700;
  transition: .2s ease;
}

.nav-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}

.social-link,
.social-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(109, 76, 154, .35);
  color: var(--white);
  background: rgba(109, 76, 154, .12);
  font-size: .78rem;
  font-weight: 700;
  transition: .2s ease;
}

.social-pill img {
  width: 32px;
  height: auto;
  margin-right: 20px;
}

.social-link:hover,
.social-pill:hover {
  background: rgba(109, 76, 154, .24);
}

.footer-social-links a:hover {
  background: transparent;
}

.social-section {
  margin: 48px auto;
  padding: 40px 0 24px;
}

.social-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.footer-info {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-links a:hover {
  color: var(--white);
  background: rgba(239, 239, 239, .06);
}

.pill-link {
  color: var(--white) !important;
  background: rgba(109, 76, 154, .24);
  border: 1px solid rgba(109, 76, 154, .5);
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 7px;
  background: var(--white);
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 72px;
  align-items: center;
  padding: 82px 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--violet);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 900;
  font-size: .78rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  font-family: "Protest Demo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 6vw, 4rem);
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -.065em;
  margin-bottom: 24px;
}

h1 span {
  font-family: Arial, Helvetica, sans-serif;
  line-height: .92;
  font-size: clamp(2.8rem, 7.5vw, 5.8rem);
  color: transparent;
  -webkit-text-stroke: 1px rgba(239, 239, 239, .8);
  text-shadow: 0 0 46px rgba(109, 76, 154, .35);
}

.hero-text {
  max-width: 610px;
  color: var(--text-soft);
  font-size: .96rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--violet), var(--midnight));
  box-shadow: 0 16px 42px rgba(109, 76, 154, .24);
}

.btn.secondary {
  border: 1px solid var(--line);
  color: var(--text-soft);
  background: rgba(239, 239, 239, .04);
}

.hero-card {
  position: relative;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 34px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(37, 33, 77, .76), rgba(22, 22, 28, .88));
  box-shadow: var(--shadow);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(239, 239, 239, .08);
  border-radius: 24px;
}



.hero-logo {
  position: relative;
  z-index: 2;
  width: min(72%, 360px);
  filter: drop-shadow(0 22px 46px rgba(0, 0, 0, .6));
}

.orbit {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 1px solid rgba(109, 76, 154, .34);
  box-shadow: 0 0 90px rgba(109, 76, 154, .16), inset 0 0 60px rgba(109, 76, 154, .12);
  animation: pulse 4s ease-in-out infinite;
}

.card-bottom {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-soft);
}

.card-bottom strong {
  color: var(--white);
  letter-spacing: .22em;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: -34px;
}

.stats article,
.feature-card,
.player-card,
.match-card,
.cta {
  border: 1px solid var(--line);
  background: rgba(239, 239, 239, .045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(12px);
}

.stats article {
  border-radius: 22px;
  padding: 24px;
}

.stats strong {
  display: block;
  font-size: 2rem;
  letter-spacing: -.05em;
}

.stats span {
  color: var(--text-soft);
}

.section {
  padding: 120px 0 0;
}

.split {
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: 42px;
  align-items: start;
}

.section-title {
  position: sticky;
  top: 110px;
}

.section h2 {
  font-size: clamp(1.7rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -.055em;
  margin-bottom: 22px;
}

.muted,
.section-head p {
  color: var(--text-soft);
  line-height: 1.7;
}

.content-grid {
  display: grid;
  gap: 16px;
}

.feature-card {
  border-radius: 26px;
  padding: 30px;
}

.feature-number {
  color: var(--violet);
  font-weight: 900;
}

.feature-card h3,
.player-card h3 {
  font-size: 1.45rem;
  letter-spacing: -.03em;
  margin: 14px 0 10px;
}

.feature-card p,
.player-card p,
.match-card p,
.cta p {
  color: var(--text-soft);
  line-height: 1.7;
  margin-bottom: 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-head .eyebrow {
  color: var(--violet);
}

.section-head p {
  max-width: 420px;
}

.rosters {
  display: grid;
  gap: 28px;
}

.roster-block {
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 24px;
  background: rgba(239, 239, 239, .035);
}

.roster-title {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 1.4rem;
  letter-spacing: -.04em;
}

.players {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.players > p {
  grid-column: 1 / -1;
  text-align: center;
  margin: 20px 0 20px 0;
  font-size: 1rem;
  letter-spacing: -.03em;
  color: var(--text-soft);
}

.player-card {
  min-height: 220px;
  border-radius: 28px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  overflow: hidden;
}

.player-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, var(--violet-soft), transparent 58%);
  opacity: .9;
}

.player-card span,
.player-card h3,
.player-card p {
  position: relative;
}

.player-card span {
  color: var(--violet);
  font-weight: 900;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.matches {
  display: grid;
  gap: 16px;
}

.match-card {
  border-radius: 24px;
  padding: 24px;
  width: auto;
  height: 125px;
  text-align: center;
  margin-top: 40px;
}

.match-title {
  font-size: 1.25rem;
  letter-spacing: -.03em;
  margin: 20px 0 10px;
}

.date {
  color: var(--violet);
  font-weight: 900;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.match-card div {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 20px 0 8px;
  font-size: 1.45rem;
}

.match-card em {
  color: var(--text-soft);
  font-style: normal;
  font-size: .9rem;
}

.cta {
  margin-top: 120px;
  padding: 62px 28px;
  border-radius: 34px;
  text-align: center;
  background: radial-gradient(circle at 50% 0%, rgba(109, 76, 154, .32), transparent 48%), rgba(239, 239, 239, .045);
}

.cta img {
  width: 96px;
  margin-bottom: 24px;
}

.cta p {
  max-width: 610px;
  margin: 0 auto 30px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 42px 0;
  color: var(--text-soft);
  font-size: .92rem;
}

.footer p {
  margin: 0;
  color: var(--text-soft);
}

.footer-info {
  display: flex;
  align-items: center;
  gap: 275px;
}

.footer-social-links {
  display: flex;
  align-items: center;
}

.footer-social-links a,
.footer > div:last-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  color: var(--text-soft);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(.96);
    opacity: .74;
  }

  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 78px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(22, 22, 28, .96);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-social {
    display: none;
  }

  .hero,
  .split {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-card {
    min-height: 390px;
  }

  .section-title {
    position: static;
  }

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

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .stats,
  .players {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: block;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-info {
    width: 100%;
    justify-content: space-between;
  }

  .footer-social-links,
  .footer > div:last-child {
    width: 100%;
  }

  .footer-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer-social-links {
    flex-wrap: wrap;
  }

  h1 {
    font-size: 3.35rem;
  }

  .hero-card::after {
    font-size: 5.8rem;
  }
}