@font-face {
  font-family: "Special Elite";
  src: url("assets/fonts/special-elite-ascii.d66a9318.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #ffffff;
  --accent: #ff5045;
  --page: #070606;
  --side: clamp(2rem, 4.55vw, 4.75rem);
  font-family: "Special Elite", "Courier New", monospace;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background: var(--page);
}

body {
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: var(--page);
}

.hero__media,
.hero__poster,
.hero__video,
.hero__scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__media {
  z-index: -3;
  overflow: hidden;
  background: #050505;
}

.hero__poster {
  z-index: -2;
  background: url("assets/hero-poster.27ceae32.webp") center / cover no-repeat;
}

.hero__video {
  z-index: -1;
  display: block;
  border: 0;
  object-fit: cover;
  object-position: center center;
  background: transparent;
}

.hero__scrim {
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 2, 2, 0.68) 0%, rgba(2, 2, 2, 0.54) 22%, rgba(2, 2, 2, 0.16) 42%, rgba(2, 2, 2, 0.02) 64%),
    linear-gradient(0deg, rgba(2, 2, 2, 0.64) 0%, rgba(2, 2, 2, 0.17) 28%, rgba(2, 2, 2, 0.02) 58%),
    rgba(0, 0, 0, 0.14);
}

.hero__copy {
  position: absolute;
  top: 35.81%;
  left: var(--side);
  z-index: 1;
  width: min(34rem, calc(100vw - (2 * var(--side))));
}

.hero__title,
.hero__tagline,
.hero__description {
  margin: 0;
  font-weight: 400;
}

.hero__title span {
  display: block;
}

.hero__brand {
  font-size: clamp(2.25rem, 2.7vw, 2.9rem);
  line-height: 1;
  position: relative;
  top: 0.06rem;
  left: -0.19rem;
  letter-spacing: 0.06em;
}

.hero__platform {
  position: relative;
  left: -0.19rem;
  margin-top: 1.43rem;
  color: var(--accent);
  font-size: clamp(2.65rem, 3.28vw, 3.55rem);
  line-height: 1;
  letter-spacing: 0.003em;
  word-spacing: 0.65rem;
}

.hero__tagline {
  position: relative;
  top: -0.06rem;
  margin-top: 2.875rem;
  font-size: 1.5625rem;
  line-height: 1.15;
  word-spacing: 0.62rem;
}

.hero__description {
  position: relative;
  margin-top: 1.61rem;
  font-size: clamp(1.1rem, 1.36vw, 1.42rem);
  line-height: 1.76;
  letter-spacing: -0.004em;
  word-spacing: 0.06rem;
}

.hero__description span {
  position: relative;
  left: 0.125rem;
  color: var(--accent);
}

.hero__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 20.94rem;
  min-height: 3.15rem;
  margin-top: 2.2275rem;
  padding: 0.68rem 1.375rem 0.52rem 1.06rem;
  border: 1px solid var(--accent);
  border-radius: 0.32rem;
  background: rgba(240, 76, 36, 0.24);
  color: var(--ink);
  font-size: 1.42rem;
  line-height: 1;
  word-spacing: 0.2rem;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hero__cta:hover {
  color: #fff;
  background: rgba(240, 76, 36, 0.36);
  box-shadow: 0 0 1.6rem rgba(240, 76, 36, 0.22);
}

.hero__cta:active {
  transform: translateY(1px);
}

.hero__cta:focus-visible,
.hero__footer a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.hero__cta > span:first-child {
  position: relative;
  top: 0.24rem;
}

.hero__arrow {
  position: relative;
  top: 0.03rem;
  width: 1.35rem;
  height: 0.75rem;
  flex: 0 0 auto;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  word-spacing: normal;
}

.hero__arrow::before,
.hero__arrow::after {
  position: absolute;
  display: block;
  content: "";
}

.hero__arrow::before {
  top: 50%;
  right: 0.05rem;
  left: 0;
  height: 1px;
  background: var(--ink);
}

.hero__arrow::after {
  top: 50%;
  right: 0.08rem;
  width: 0.42rem;
  height: 0.42rem;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
  transform: translateY(-50%) rotate(45deg);
}

.hero__footer {
  position: absolute;
  bottom: clamp(1.6rem, 3.82vh, 2.26rem);
  left: calc(var(--side) - 1px);
  z-index: 1;
  max-width: calc(100vw - (2 * var(--side)));
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.85rem, 1.04vw, 1.028rem);
  line-height: 1.5;
}

.hero__footer a {
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

@media (max-width: 700px) {
  :root {
    --side: clamp(1.35rem, 6.4vw, 2rem);
  }

  .hero {
    display: flex;
    min-height: 100vh;
    min-height: 100svh;
    flex-direction: column;
    overflow: auto;
  }

  .hero__media {
    position: relative;
    inset: auto;
    z-index: -2;
    flex: 0 0 auto;
    width: 100%;
    height: clamp(20rem, 51svh, 29rem);
  }

  .hero__video {
    object-position: 50% 29%;
  }

  .hero__scrim {
    z-index: -1;
    height: clamp(22rem, 58svh, 32rem);
    background:
      linear-gradient(0deg, var(--page) 0%, rgba(7, 6, 6, 0.96) 13%, rgba(7, 6, 6, 0.18) 52%, rgba(7, 6, 6, 0.1) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 70%);
  }

  .hero__copy {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    width: auto;
    margin-top: -4.7rem;
    padding: 0 var(--side);
  }

  .hero__brand {
    font-size: clamp(1.95rem, 8.1vw, 2.35rem);
  }

  .hero__platform {
    margin-top: 0.85rem;
    font-size: clamp(2.45rem, 10.4vw, 3rem);
  }

  .hero__tagline {
    margin-top: 2rem;
    font-size: clamp(1.25rem, 5.6vw, 1.5rem);
  }

  .hero__description {
    margin-top: 1.35rem;
    font-size: clamp(1rem, 4.45vw, 1.18rem);
    line-height: 1.58;
  }

  .hero__description br {
    display: none;
  }

  .hero__cta {
    width: min(100%, 21rem);
    min-height: 3.15rem;
    margin-top: 1.8rem;
    font-size: clamp(1.06rem, 4.8vw, 1.3rem);
  }

  .hero__footer {
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 1;
    max-width: none;
    margin-top: auto;
    padding: 2.8rem var(--side) max(1.25rem, env(safe-area-inset-bottom));
    font-size: clamp(0.72rem, 3.2vw, 0.86rem);
  }
}

@media (max-width: 390px) {
  .hero__media {
    height: clamp(18rem, 47svh, 23rem);
  }

  .hero__copy {
    margin-top: -3.7rem;
  }

  .hero__footer {
    padding-top: 2.2rem;
  }
}

@media (min-width: 701px) and (max-height: 650px) {
  .hero__copy {
    top: 10%;
  }

  .hero__platform {
    margin-top: 0.8rem;
  }

  .hero__tagline {
    margin-top: 1.6rem;
  }

  .hero__description {
    margin-top: 1rem;
    line-height: 1.45;
  }

  .hero__cta {
    margin-top: 1.3rem;
  }
}

@media (min-width: 520px) and (max-width: 700px) and (max-height: 500px) {
  :root {
    --side: clamp(1.5rem, 4.5vw, 2rem);
  }

  .hero {
    display: block;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
  }

  .hero__media {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
  }

  .hero__video {
    object-position: center center;
  }

  .hero__scrim {
    z-index: -1;
    height: 100%;
    background:
      linear-gradient(90deg, rgba(2, 2, 2, 0.76) 0%, rgba(2, 2, 2, 0.58) 37%, rgba(2, 2, 2, 0.12) 66%, transparent 82%),
      linear-gradient(0deg, rgba(2, 2, 2, 0.5), transparent 36%),
      rgba(0, 0, 0, 0.08);
  }

  .hero__copy {
    position: absolute;
    top: 7%;
    left: var(--side);
    width: min(49vw, 21rem);
    margin: 0;
    padding: 0;
  }

  .hero__brand {
    font-size: clamp(1.45rem, 4vw, 1.8rem);
  }

  .hero__platform {
    margin-top: 0.45rem;
    font-size: clamp(1.85rem, 5vw, 2.2rem);
  }

  .hero__tagline {
    margin-top: 1.05rem;
    font-size: clamp(1rem, 2.8vw, 1.2rem);
    word-spacing: 0.25rem;
  }

  .hero__description {
    margin-top: 0.65rem;
    font-size: clamp(0.78rem, 2.15vw, 0.95rem);
    line-height: 1.48;
  }

  .hero__description br {
    display: none;
  }

  .hero__cta {
    width: min(100%, 18rem);
    min-height: 2.65rem;
    margin-top: 1.05rem;
    padding-top: 0.5rem;
    padding-bottom: 0.38rem;
    font-size: clamp(0.88rem, 2.45vw, 1.05rem);
  }

  .hero__footer {
    position: absolute;
    bottom: max(0.65rem, env(safe-area-inset-bottom));
    left: var(--side);
    max-width: calc(100% - (2 * var(--side)));
    margin: 0;
    padding: 0;
    font-size: clamp(0.58rem, 1.75vw, 0.72rem);
    line-height: 1.35;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__video {
    display: none;
  }

  .hero__cta {
    transition: none;
  }
}
