:root {
  color-scheme: dark;
  --black: #030303;
  --panel: #070807;
  --white: #f7f7f2;
  --muted: #a9aaa5;
  --line: rgba(255, 255, 255, 0.12);
  --lime: #b7ff00;
  --lime-hot: #cfff10;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family:
    "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

.site {
  min-height: 100vh;
  overflow: hidden;
  background: #030303;
}

.site-header {
  position: relative;
  z-index: 5;
  min-height: 112px;
  padding: 0 clamp(32px, 5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: #030303;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.logo,
.hero-logo {
  display: inline-flex;
  align-items: baseline;
  color: var(--white);
  font-family: Impact, "Arial Black", "Arial Narrow", sans-serif;
  font-style: italic;
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
  text-decoration: none;
  transform: skewX(-10deg) scaleX(1.06);
  transform-origin: center;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.22),
    0 18px 34px rgba(0, 0, 0, 0.8);
}

.logo {
  font-size: clamp(2.15rem, 4vw, 3.35rem);
}

.logo strong,
.hero-logo strong,
h1 span,
.intro strong {
  color: var(--lime);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 52px);
}

.nav__link {
  position: relative;
  padding: 12px 0;
  color: rgba(247, 247, 242, 0.9);
  font-size: clamp(0.93rem, 1.5vw, 1.1rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 3px;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--lime);
  box-shadow: 0 0 18px rgba(183, 255, 0, 0.82);
  transition: transform 160ms ease;
}

.nav__link:hover::after,
.nav__link--active::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 860px;
  padding: clamp(156px, 16vw, 235px) 24px 112px;
  display: grid;
  place-items: start center;
  overflow: hidden;
  background: #030303;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 96px;
  width: clamp(116px, 15vw, 190px);
  height: clamp(120px, 15vw, 190px);
  opacity: 0.86;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 22%, #fff 0 4px, transparent 5px),
    radial-gradient(circle at 44% 19%, #fff 0 4px, transparent 5px),
    radial-gradient(circle at 60% 22%, #fff 0 4px, transparent 5px),
    radial-gradient(circle at 24% 40%, #fff 0 4px, transparent 5px),
    radial-gradient(circle at 42% 39%, #fff 0 4px, transparent 5px),
    radial-gradient(circle at 60% 42%, #fff 0 4px, transparent 5px),
    radial-gradient(circle at 30% 58%, #fff 0 4px, transparent 5px),
    radial-gradient(circle at 48% 58%, #fff 0 4px, transparent 5px),
    radial-gradient(circle at 66% 60%, #fff 0 4px, transparent 5px),
    radial-gradient(ellipse at 48% 42%, rgba(255, 255, 255, 0.5), transparent 46%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.24), transparent 68%);
  filter:
    drop-shadow(0 0 9px rgba(255, 255, 255, 0.85))
    drop-shadow(0 0 36px rgba(255, 255, 255, 0.5));
}

.hero::before {
  left: clamp(34px, 5vw, 72px);
  transform: rotate(12deg);
}

.hero::after {
  right: clamp(34px, 5vw, 72px);
  transform: scaleX(-1) rotate(12deg);
}

.stadium {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.34) 47%, rgba(0, 0, 0, 0.92) 100%),
    radial-gradient(ellipse at 50% 44%, rgba(183, 255, 0, 0.1), transparent 28rem),
    url("/assets/stadium-premium.png");
  background-position: center top;
  background-size: cover;
}

.stadium::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 0 42%, rgba(0, 0, 0, 0.42) 74%, rgba(0, 0, 0, 0.9) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 24%, transparent 76%, rgba(0, 0, 0, 0.72));
}

.stadium::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.45) 0 1px, transparent 1.4px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent 0%, black 24%, black 72%, transparent 100%);
}

.hero__content {
  width: min(1030px, 100%);
  text-align: center;
}

.hero-logo {
  justify-content: center;
  margin: 0 0 38px;
  font-size: clamp(5.4rem, 12vw, 10.6rem);
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.72));
}

h1 {
  max-width: 940px;
  margin: 0 auto;
  color: var(--white);
  font-size: clamp(2rem, 4.25vw, 4rem);
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0.14em;
  line-height: 1.08;
  text-transform: uppercase;
  text-shadow: 0 14px 28px rgba(0, 0, 0, 0.85);
}

.lime-rule {
  width: 98px;
  height: 5px;
  margin: 35px auto 32px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow:
    0 0 18px rgba(183, 255, 0, 0.9),
    0 0 44px rgba(183, 255, 0, 0.32);
}

.intro {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.62rem, 2.8vw, 2.35rem);
  line-height: 1.42;
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.75);
}

.intro strong {
  display: inline-block;
  font-weight: 800;
}

.waitlist {
  width: min(720px, 100%);
  margin: 58px auto 0;
}

.waitlist__label {
  margin: 0 0 22px;
  color: var(--white);
  font-size: 1.04rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.waitlist__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 256px;
  gap: 18px;
}

.waitlist input,
.waitlist button {
  min-height: 68px;
  border-radius: 7px;
}

.waitlist input {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
    rgba(7, 8, 7, 0.86);
  color: var(--white);
  padding: 0 28px;
  outline: 0;
  font-size: 1.12rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 42px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(8px);
}

.waitlist input::placeholder {
  color: rgba(247, 247, 242, 0.78);
}

.waitlist input:focus {
  border-color: rgba(183, 255, 0, 0.9);
  box-shadow:
    0 0 0 3px rgba(183, 255, 0, 0.16),
    0 18px 42px rgba(0, 0, 0, 0.36);
}

.waitlist button {
  border: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent 48%),
    linear-gradient(135deg, #d8ff2d, var(--lime));
  color: #070807;
  cursor: pointer;
  font-size: 1.02rem;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 0 28px rgba(183, 255, 0, 0.27),
    0 18px 40px rgba(0, 0, 0, 0.42);
  transition:
    box-shadow 160ms ease,
    transform 160ms ease;
}

.waitlist button:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 0 44px rgba(183, 255, 0, 0.48),
    0 18px 40px rgba(0, 0, 0, 0.42);
}

.waitlist button span {
  display: inline-block;
  margin-left: 11px;
  font-size: 1.6rem;
  line-height: 0;
  transform: translateY(1px);
}

.privacy-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0 0;
  color: rgba(247, 247, 242, 0.72);
  font-size: 0.98rem;
}

.privacy-note svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--lime);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.features {
  position: relative;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 68px 0 88px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #030303;
}

.features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.08);
}

.feature {
  min-width: 0;
  padding: 0 clamp(20px, 4vw, 60px);
  text-align: center;
}

.feature + .feature {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.feature__icon {
  width: 74px;
  height: 74px;
  margin-bottom: 26px;
  fill: none;
  stroke: var(--lime);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 0 8px rgba(183, 255, 0, 0.48))
    drop-shadow(0 0 22px rgba(183, 255, 0, 0.2));
}

.feature h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.12rem, 1.9vw, 1.42rem);
  font-weight: 950;
  letter-spacing: 0.055em;
  line-height: 1.24;
  text-transform: uppercase;
}

.feature p {
  max-width: 260px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.62;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 34%),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 8px),
    #040504;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.coming-soon {
  margin: 0;
  padding: 46px 24px 30px;
  color: var(--lime);
  font-size: clamp(1.35rem, 2.7vw, 1.9rem);
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0.43em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(183, 255, 0, 0.34);
}

.socials {
  display: flex;
  justify-content: center;
  gap: 44px;
  padding-bottom: 46px;
}

.socials a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  text-decoration: none;
  opacity: 0.95;
}

.socials a:hover {
  color: var(--lime);
}

.socials svg {
  width: 33px;
  height: 33px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-bottom {
  width: min(1280px, 100%);
  min-height: 74px;
  margin: 0 auto;
  padding: 18px clamp(28px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(247, 247, 242, 0.62);
  font-size: 1rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom nav {
  display: flex;
  gap: 42px;
}

.footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: var(--lime);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 860px) {
  .site-header {
    min-height: 98px;
    align-items: flex-start;
    padding-top: 24px;
  }

  .nav {
    gap: 20px;
  }

  .nav__link {
    font-size: 0.86rem;
  }

  .hero {
    min-height: 790px;
    padding: 106px 20px 76px;
  }

  .stadium {
    background-position: center top;
  }

  .hero-logo {
    width: min(100%, 370px);
    margin-bottom: 28px;
    font-size: clamp(3rem, 13vw, 4.55rem);
  }

  h1 {
    max-width: 410px;
    font-size: clamp(1.34rem, 6vw, 2.1rem);
    letter-spacing: 0.07em;
  }

  .intro {
    font-size: 1.52rem;
  }

  .waitlist {
    margin-top: 54px;
  }

  .waitlist__controls {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .features {
    grid-template-columns: 1fr;
    padding: 36px 0 74px;
  }

  .feature {
    padding: 36px 0;
  }

  .feature + .feature {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 540px) {
  .site-header {
    min-height: 146px;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: 22px;
  }

  .logo {
    font-size: 2.15rem;
  }

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

  .hero {
    min-height: 748px;
    padding: 94px 18px 66px;
  }

  .hero-logo {
    width: min(100%, 335px);
    font-size: clamp(2.62rem, 12vw, 3.35rem);
  }

  h1 {
    max-width: 320px;
    font-size: clamp(1.15rem, 5.8vw, 1.48rem);
  }

  .lime-rule {
    margin: 30px auto 30px;
  }

  .waitlist input,
  .waitlist button {
    min-height: 60px;
  }

  .coming-soon {
    letter-spacing: 0.25em;
  }

  .footer-bottom nav {
    gap: 24px;
  }
}
