:root {
  --red: #ff0033;
  --red-deep: #ed1a3b;
  --black: #000;
  --ink: #101010;
  --white: #fff;
  --muted: rgba(255, 255, 255, 0.72);
  --soft: #f3f3f3;
  --line: rgba(255, 255, 255, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
}

body {
  margin: 0;
  color: var(--white);
  font-family:
    Inter, "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  background: var(--black);
}

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

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: clamp(22px, 4vw, 54px);
  isolation: isolate;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.78) 36%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.14) 48%, rgba(0, 0, 0, 0.64)),
    url("assets/hero-bg.png") center / cover no-repeat;
  filter: saturate(0.9) contrast(1.18);
  transform: scale(1.02);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 88%);
}

.hero::after {
  position: absolute;
  right: -9vw;
  bottom: 10vh;
  z-index: -1;
  width: min(54vw, 740px);
  height: 46vh;
  content: "";
  background: var(--red);
  clip-path: polygon(17% 0, 100% 0, 83% 100%, 0% 100%);
  opacity: 0.92;
  transform: skewX(-15deg);
}

.topbar {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.brand-mark {
  display: inline-flex;
  width: clamp(116px, 12vw, 172px);
  transform: translateX(-8px);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status__dot {
  width: 8px;
  height: 8px;
  background: var(--red);
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(255, 0, 51, 0.58);
  animation: livePulse 1.8s infinite;
}

.hero__content {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 4vh 0 72px;
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--red);
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 930px;
  margin-bottom: 22px;
  font-size: clamp(44px, 6.7vw, 98px);
  line-height: 0.92;
  font-weight: 950;
  text-transform: uppercase;
}

.lead {
  max-width: 680px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.42;
}

.hero__actions {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
.launch-card {
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: skewX(-15deg);
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button span {
  transform: skewX(15deg);
}

.button--primary {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.button--primary:hover {
  background: var(--white);
  color: var(--black);
  transform: skewX(-15deg) translateY(-2px);
}

.launch-card {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
}

.launch-card span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.launch-card strong {
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1;
}

.logo-stage {
  position: absolute;
  right: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 15vh;
  z-index: 1;
  width: min(43vw, 560px);
  pointer-events: none;
}

.logo-stage__logo {
  display: block;
  width: 100%;
  filter: drop-shadow(0 24px 32px rgba(0, 0, 0, 0.38));
  transform: rotate(-2deg);
  animation: logoKick 4.8s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

.logo-stage__shadow {
  position: absolute;
  inset: 18% -5% 22% 8%;
  background: rgba(0, 0, 0, 0.34);
  filter: blur(36px);
  transform: skewX(-15deg);
}

.logo-stage__pulse {
  position: absolute;
  right: 5%;
  top: 34%;
  width: clamp(32px, 5vw, 72px);
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  animation: playPulse 1.6s infinite;
}

.track-lines {
  position: absolute;
  inset: auto -20vw 13vh auto;
  z-index: 0;
  display: grid;
  gap: 14px;
  width: 66vw;
  transform: rotate(-15deg);
  opacity: 0.32;
}

.track-lines span {
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--white), transparent);
  animation: lineRun 2.8s linear infinite;
}

.track-lines span:nth-child(2) {
  animation-delay: -0.8s;
}

.track-lines span:nth-child(3) {
  animation-delay: -1.5s;
}

.ticker {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  height: 54px;
  background: var(--red);
  color: var(--white);
  transform: translateZ(0);
}

.ticker__track {
  display: flex;
  width: max-content;
  min-width: 200%;
  height: 100%;
  align-items: center;
  gap: 34px;
  animation: ticker 18s linear infinite;
}

.ticker span {
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker span::after {
  margin-left: 34px;
  content: ">";
}

.manifest {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(56px, 8vw, 110px) clamp(22px, 4vw, 54px);
  background: var(--soft);
  color: var(--black);
}

.manifest__intro,
.manifest__grid {
  width: 100%;
  max-width: calc(var(--max) / 2);
}

.manifest__intro {
  justify-self: end;
}

.manifest__intro h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 76px);
  line-height: 0.96;
  font-weight: 950;
  text-transform: uppercase;
}

.manifest__grid {
  display: grid;
  gap: 12px;
  align-self: start;
}

.manifest article {
  display: grid;
  grid-template-columns: 54px 0.5fr 1fr;
  align-items: start;
  gap: clamp(12px, 2vw, 28px);
  min-height: 112px;
  padding: 22px 0;
  border-top: 2px solid var(--black);
}

.manifest article:last-child {
  border-bottom: 2px solid var(--black);
}

.manifest article span {
  color: var(--red);
  font-weight: 950;
}

.manifest h3 {
  margin-bottom: 0;
  font-size: clamp(22px, 3vw, 42px);
  line-height: 0.95;
  text-transform: uppercase;
}

.manifest p {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.68);
  font-size: 16px;
  line-height: 1.42;
}

@keyframes livePulse {
  70% {
    box-shadow: 0 0 0 12px rgba(255, 0, 51, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 51, 0);
  }
}

@keyframes logoKick {
  0%,
  78%,
  100% {
    transform: translateX(0) rotate(-2deg);
  }
  82% {
    transform: translateX(18px) rotate(-2deg);
  }
  86% {
    transform: translateX(-7px) rotate(-2deg);
  }
}

@keyframes playPulse {
  0% {
    opacity: 0.9;
    transform: scale(0.84);
  }
  100% {
    opacity: 0;
    transform: scale(1.85);
  }
}

@keyframes lineRun {
  from {
    transform: translateX(22%);
  }
  to {
    transform: translateX(-22%);
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 920px) {
  .hero {
    min-height: 780px;
  }

  .hero::after {
    right: -36vw;
    bottom: 14vh;
    width: 92vw;
    height: 34vh;
  }

  .hero__content {
    align-self: start;
    padding-top: 9vh;
    padding-bottom: 26vh;
  }

  .logo-stage {
    right: -6vw;
    bottom: 12vh;
    width: min(88vw, 520px);
    opacity: 0.82;
  }

  .manifest {
    grid-template-columns: 1fr;
  }

  .manifest__intro,
  .manifest__grid {
    justify-self: start;
    max-width: none;
  }
}

@media (max-width: 620px) {
  .hero {
    display: block;
    min-height: 100svh;
    padding: calc(max(24px, env(safe-area-inset-top, 0px)) + 14px) 18px 0;
  }

  .hero__media {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.88) 50%, rgba(0, 0, 0, 0.52) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.58)),
      url("assets/hero-bg.png") 58% center / cover no-repeat;
  }

  .hero::after {
    right: -34vw;
    bottom: 88px;
    width: 122vw;
    height: 188px;
    opacity: 0.9;
  }

  .topbar {
    align-items: center;
    gap: 14px;
  }

  .brand-mark {
    width: 104px;
    transform: none;
  }

  .status {
    min-height: 30px;
    padding: 0 10px;
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .hero__content {
    padding-top: 26px;
    padding-bottom: 0;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.14em;
  }

  h1 {
    max-width: 350px;
    margin-bottom: 18px;
    font-size: clamp(38px, 12.4vw, 52px);
    line-height: 0.96;
  }

  .lead {
    max-width: 330px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.5;
  }

  .logo-stage {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    width: min(88vw, 360px);
    margin: 28px auto 22px;
    opacity: 1;
    z-index: 2;
  }

  .logo-stage__shadow {
    display: none;
  }

  .logo-stage__logo {
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.42));
  }

  .logo-stage__pulse {
    right: -3%;
    top: 32%;
    display: block;
    width: 52px;
    border-color: rgba(255, 255, 255, 0.68);
  }

  .track-lines {
    right: -42vw;
    bottom: 70px;
    width: 100vw;
    opacity: 0.22;
  }

  .button,
  .launch-card {
    min-height: 54px;
    width: 100%;
  }

  .button {
    padding: 0 18px;
    font-size: 12px;
  }

  .launch-card {
    justify-content: space-between;
    padding: 0 16px;
  }

  .launch-card strong {
    font-size: 30px;
  }

  .ticker {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    height: 44px;
    margin: 0 -18px;
  }

  .ticker__track {
    gap: 24px;
  }

  .ticker span {
    font-size: 12px;
  }

  .manifest {
    padding: 52px 18px 64px;
  }

  .manifest article {
    grid-template-columns: 44px 1fr;
  }

  .manifest article p {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
