:root {
  color-scheme: dark;
  --bg: #05070a;
  --panel: #0b1118;
  --panel-strong: #101820;
  --red: #ff2d3d;
  --cyan: #00e5ff;
  --gold: #ffc857;
  --green: #65f0a5;
  --text: #f5f7fa;
  --muted: #a5afbd;
  --line: rgba(245, 247, 250, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(255, 45, 61, 0.18), transparent 24%, transparent 76%, rgba(0, 229, 255, 0.16)),
    linear-gradient(180deg, #05070a 0%, #06181d 58%, #05070a 100%);
}

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

img {
  display: block;
  max-width: 100%;
}

.launch {
  min-height: 100vh;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 82vh;
  padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 4rem);
  padding-top: max(clamp(1rem, 3vw, 2rem), env(safe-area-inset-top));
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(5, 7, 10, 0.1), rgba(5, 7, 10, 0.82) 62%),
    linear-gradient(180deg, transparent, rgba(5, 7, 10, 0.88));
}

.nav,
.hero__grid {
  position: relative;
  z-index: 1;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(245, 247, 250, 0.16);
  border-radius: 8px;
  background: rgba(7, 11, 16, 0.9);
  box-shadow:
    inset 0 2px 0 rgba(255, 200, 87, 0.7),
    0 18px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.nav .brand {
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  font-weight: 950;
  text-transform: uppercase;
}

.brand img {
  width: 82px;
  height: 61px;
  flex: 0 0 82px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.brand--nav img {
  width: 96px;
  height: 72px;
  flex-basis: 96px;
}

.brand span {
  overflow-wrap: anywhere;
}

.brand strong {
  color: var(--gold);
}

.nav__link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(0, 229, 255, 0.5);
  border-radius: 8px;
  color: var(--text);
  background: rgba(0, 229, 255, 0.08);
  font-weight: 800;
}

.nav__link:hover,
.nav__link:focus-visible {
  border-color: var(--cyan);
  background: rgba(0, 229, 255, 0.14);
}

.nav__link-label--mobile {
  display: none;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.7fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  max-width: 1180px;
  min-height: calc(82vh - 92px);
  margin: 0 auto;
  padding-top: clamp(2.5rem, 7vw, 6rem);
}

.hero__grid > *,
.section-heading > *,
.preview > *,
.mission > *,
.footer__inner > * {
  min-width: 0;
}

.hero__content {
  max-width: 760px;
}

.eyebrow {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  margin: 0 0 1.25rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 200, 87, 0.5);
  border-radius: 8px;
  color: var(--gold);
  background: rgba(255, 200, 87, 0.08);
  font-size: 1.08rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::after {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: 0;
  width: 42%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  filter: blur(2px);
  transform: translateX(-250%) skewX(-18deg);
  animation: eyebrow-light-sweep 8s ease-in-out infinite;
}

@keyframes eyebrow-light-sweep {
  0%,
  24% {
    transform: translateX(-250%) skewX(-18deg);
  }

  58%,
  100% {
    transform: translateX(350%) skewX(-18deg);
  }
}

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

h1 {
  max-width: 13ch;
  margin-bottom: 1.1rem;
  font-size: 5.25rem;
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 850;
  text-transform: uppercase;
}

.lede {
  max-width: 660px;
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: 1.25rem;
  line-height: 1.55;
}

.hero__note {
  max-width: 600px;
  margin: 0;
  padding-left: 1rem;
  border-left: 3px solid var(--red);
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.65;
}

.signal {
  justify-self: end;
  width: min(100%, 420px);
}

.signal__screen {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(16, 24, 32, 0.92), rgba(6, 24, 29, 0.84)),
    var(--panel);
  box-shadow: var(--shadow);
}

.signal__top {
  display: flex;
  gap: 0.45rem;
  padding: 0.9rem;
  border-bottom: 1px solid var(--line);
}

.signal__top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--red);
}

.signal__top span:nth-child(2) {
  background: var(--gold);
}

.signal__top span:nth-child(3) {
  background: var(--cyan);
}

.signal__body {
  padding: clamp(1.2rem, 4vw, 2rem);
}

.signal__body > p {
  margin-bottom: 0.7rem;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signal h2 {
  margin-bottom: 1.25rem;
  font-size: 2.65rem;
  line-height: 1;
  text-transform: uppercase;
}

.meter {
  height: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 229, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.meter span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--red), var(--gold), var(--green));
  box-shadow: 0 0 14px rgba(101, 240, 165, 0.55);
  animation: meter-load 4.5s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}

@keyframes meter-load {
  from {
    width: 0;
  }

  to {
    width: 72%;
  }
}

dl {
  display: grid;
  gap: 0.7rem;
  margin: 1.4rem 0 0;
}

dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--muted);
}

dd {
  margin: 0;
  font-weight: 900;
}

.focus,
.mission,
.footer {
  position: relative;
  z-index: 1;
}

.focus,
.mission {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.focus {
  background: #070b10;
  scroll-margin-top: 1rem;
}

.section-heading,
.preview,
.footer__inner,
.footer__bottom {
  max-width: 1180px;
  margin-inline: auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.section-kicker {
  margin-bottom: 0.8rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading h2,
.mission h2 {
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 1.05;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.section-heading > p,
.mission__content > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.preview article {
  min-height: 320px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-right: 1px solid var(--line);
}

.preview article:last-child {
  border-right: 0;
}

.preview__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 3rem;
}

.preview__meta span {
  color: var(--red);
  font-size: 1.1rem;
  font-weight: 950;
}

.preview__meta small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview h3 {
  margin: 0 0 0.9rem;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.preview p {
  min-height: 7.5rem;
  margin-bottom: 1.5rem;
  color: var(--muted);
  line-height: 1.6;
}

.preview ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.preview li {
  padding: 0.42rem 0.58rem;
  border: 1px solid var(--line);
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mission {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(300px, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
  width: 100%;
  max-width: 1340px;
  margin-inline: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.mission__content {
  padding-top: 0.2rem;
}

.principles {
  margin-top: 2.5rem;
  border-top: 1px solid var(--line);
}

.principles div {
  display: grid;
  grid-template-columns: minmax(130px, 0.4fr) 1fr;
  gap: 1.5rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}

.principles strong {
  color: var(--gold);
  text-transform: uppercase;
}

.principles span {
  color: var(--muted);
  line-height: 1.55;
}

.footer {
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 5vw, 5rem) 1.5rem;
  padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: #030507;
}

.footer__inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(220px, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding-bottom: 2.5rem;
}

.footer__inner > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  font-size: 0.9rem;
  font-weight: 750;
}

.footer__links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.footer__links a:hover,
.footer__links a:focus-visible {
  color: var(--cyan);
}

.footer__inner > p,
.footer__bottom span {
  overflow-wrap: break-word;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 4.4rem;
  }

  .hero__grid {
    gap: 2.5rem;
  }

  .signal h2 {
    font-size: 2.25rem;
  }

  .section-heading h2,
  .mission h2 {
    font-size: 3rem;
  }

  .preview article {
    padding-inline: 1.5rem;
  }

  .preview p {
    min-height: 9rem;
  }
}

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

  .hero__grid,
  .section-heading,
  .preview,
  .mission,
  .footer__inner {
    grid-template-columns: 1fr;
  }

  .hero__grid {
    min-height: auto;
    padding-top: 3.5rem;
  }

  .signal {
    justify-self: stretch;
    width: min(100%, 560px);
  }

  .nav__link {
    min-height: 44px;
  }

  .preview article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .preview article:last-child {
    border-bottom: 0;
  }

  .preview p {
    min-height: 0;
  }

  .section-heading > p,
  .mission__content {
    max-width: 720px;
  }

  .footer__links {
    align-items: flex-start;
  }

  .brand span {
    max-width: 11rem;
    line-height: 1.05;
  }

  .footer__bottom {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .nav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.55rem;
  }

  .nav .brand {
    align-self: center;
    gap: 0.5rem;
  }

  .brand--nav img {
    width: 60px;
    height: 45px;
    flex-basis: 60px;
  }

  .nav__link {
    align-self: center;
    min-height: 44px;
    padding-inline: 0.65rem;
    font-size: 0.82rem;
    text-align: center;
    white-space: nowrap;
  }

  .nav .brand span {
    display: inline;
    max-width: 6.5rem;
    font-size: 0.78rem;
    line-height: 1.08;
    text-align: left;
  }

  .nav__link-label {
    display: none;
  }

  .nav__link-label--mobile {
    display: inline;
  }
}

@media (max-width: 600px) {
  .hero,
  .focus,
  .mission,
  .footer {
    padding-right: max(0.875rem, env(safe-area-inset-right));
    padding-left: max(0.875rem, env(safe-area-inset-left));
  }

  h1 {
    font-size: 3.15rem;
  }

  .lede {
    font-size: 1.1rem;
  }

  .signal h2 {
    font-size: 2rem;
  }

  .section-heading h2,
  .mission h2 {
    font-size: 2.35rem;
  }

  .preview__meta {
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .footer__inner {
    gap: 1.5rem;
  }

  .principles div {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }
}

@media (max-width: 380px) {
  .nav {
    gap: 0.65rem;
    padding: 0.55rem;
  }

  .brand img {
    width: 72px;
    height: 53px;
    flex-basis: 72px;
  }

  .brand--nav img {
    width: 54px;
    height: 40px;
    flex-basis: 54px;
  }

  .nav .brand span {
    max-width: 5.5rem;
    font-size: 0.72rem;
  }

  .nav__link {
    min-height: 44px;
    padding-inline: 0.55rem;
    font-size: 0.8rem;
  }

  .eyebrow {
    padding: 0.55rem 0.75rem;
    font-size: 0.94rem;
  }

  h1 {
    font-size: 2.55rem;
  }

  .section-heading h2,
  .mission h2 {
    font-size: 2rem;
  }

  .signal__body,
  .preview article {
    padding: 1.15rem;
  }

  dl div {
    font-size: 0.92rem;
  }

  .footer__bottom {
    font-size: 0.7rem;
  }
}

@media (max-height: 720px) and (min-width: 901px) {
  .hero,
  .hero__grid {
    min-height: auto;
  }

  .hero__grid {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .eyebrow::after {
    animation: none;
  }

  .meter span {
    width: 72%;
    animation: none;
  }
}
