@font-face {
  font-family: "Instrument Sans";
  src: url("fonts/instrument-sans-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --bg: #040817;
  --bg-deep: #020511;
  --ink: #f8f7ff;
  --muted: rgba(248, 247, 255, 0.72);
  --soft: rgba(248, 247, 255, 0.56);
  --line: rgba(197, 182, 255, 0.24);
  --line-strong: rgba(224, 217, 255, 0.36);
  --violet: #8d5cff;
  --violet-bright: #ae8cff;
  --purple: #5a22e6;
  --navy: #070b1f;
  --white: #ffffff;
  --max: 1180px;
  --nav-height: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-height);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 72% 16%, rgba(98, 50, 214, 0.3), transparent 34rem),
    radial-gradient(circle at 12% 46%, rgba(72, 91, 176, 0.13), transparent 32rem),
    linear-gradient(180deg, #061026 0%, var(--bg) 28%, var(--bg-deep) 100%);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  content: "";
  pointer-events: none;
}

body::before {
  z-index: 0;
  background:
    linear-gradient(100deg, transparent 0 18%, rgba(150, 110, 255, 0.07) 18.1%, transparent 18.3% 100%),
    linear-gradient(134deg, transparent 0 37%, rgba(150, 110, 255, 0.06) 37.1%, transparent 37.3% 100%),
    linear-gradient(74deg, transparent 0 61%, rgba(150, 110, 255, 0.05) 61.1%, transparent 61.24% 100%);
  opacity: 0.9;
}

body::after {
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, transparent 0, #000 10rem, #000 88%, transparent 100%);
  opacity: 0.36;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

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

.site-field {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.56;
}

.page-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--violet), var(--violet-bright), #ffffff);
}

.section-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 96px), var(--max));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--violet-bright);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.split-eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
}

.split-eyebrow span + span {
  position: relative;
  color: rgba(248, 247, 255, 0.72);
}

.split-eyebrow span + span::before {
  position: absolute;
  top: 50%;
  left: -11px;
  width: 1px;
  height: 16px;
  content: "";
  transform: translateY(-50%);
  background: rgba(248, 247, 255, 0.38);
}

.button,
.text-link,
.header-cta,
.back-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  color: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
}

.button {
  min-width: 198px;
  padding: 0 28px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.button::after,
.header-cta::after,
.text-link::after {
  margin-left: 14px;
  content: "->";
}

.button-light {
  color: #061026;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
}

.button-light:hover,
.button-light:focus-visible {
  transform: translateY(-2px);
  background: #f0ecff;
}

.text-link {
  min-height: 46px;
  border-bottom: 2px solid var(--violet-bright);
  color: var(--ink);
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--violet-bright);
}

.reveal {
  opacity: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 242px 1fr 196px;
  align-items: center;
  min-height: var(--nav-height);
  padding: 0 56px;
  border-bottom: 1px solid rgba(6, 10, 29, 0.1);
  color: #070b1f;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  box-shadow: none;
  transition: box-shadow 180ms ease, min-height 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 212px;
  height: 62px;
  overflow: hidden;
}

.brand-lockup {
  width: 200px;
  max-width: none;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 44px;
}

.site-nav a,
.header-cta {
  color: #050a19;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.site-nav a {
  position: relative;
  padding: 31px 0;
}

.site-nav a::after,
.header-cta::before {
  position: absolute;
  right: 0;
  bottom: 23px;
  left: 0;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  background: currentColor;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.header-cta:hover::before,
.header-cta:focus-visible::before {
  transform: scaleX(1);
}

.header-cta {
  position: relative;
  justify-self: end;
  min-height: 44px;
  padding-bottom: 4px;
}

.header-cta::before {
  bottom: 0;
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  z-index: 1;
  min-height: 618px;
  overflow: hidden;
  border-bottom: 1px solid var(--line-strong);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    radial-gradient(circle at 75% 40%, rgba(103, 59, 244, 0.35), transparent 22rem),
    radial-gradient(circle at 50% 70%, rgba(89, 36, 204, 0.18), transparent 36rem),
    linear-gradient(90deg, rgba(3, 10, 24, 0.95), rgba(3, 10, 24, 0.72));
}

.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 48px;
  align-items: center;
  min-height: 618px;
  padding: 70px 0 66px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 610px;
}

.hero h1 {
  margin: 0;
  max-width: 660px;
  font-size: 58px;
  font-weight: 520;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-lede,
.hero-support {
  max-width: 510px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.hero-support {
  margin-top: 12px;
  color: var(--ink);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 44px;
  margin-top: 42px;
}

.hero-object {
  position: relative;
  z-index: 2;
  min-height: 458px;
}

.hero-orbit,
.hero-object-stage,
.mark-depth {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hero-orbit {
  width: 430px;
  height: 430px;
  border: 1px solid rgba(174, 140, 255, 0.18);
  border-radius: 50%;
}

.orbit-one {
  transform: translate(-50%, -50%) rotate(16deg) scaleX(1.28);
}

.orbit-two {
  width: 560px;
  height: 280px;
  transform: translate(-50%, -50%) rotate(-22deg);
  opacity: 0.6;
}

.orbit-three {
  width: 560px;
  height: 360px;
  transform: translate(-50%, -50%) rotate(36deg);
  opacity: 0.45;
}

.hero-object-stage {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(174, 140, 255, 0.54), rgba(107, 58, 238, 0.18) 44%, transparent 70%),
    radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 36%);
  filter: blur(2px);
}

.mark-depth {
  width: 360px;
  height: 360px;
}

.hero-mark {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 46px rgba(116, 66, 255, 0.44));
}

.hero-mark-shadow {
  transform: translate(12px, 14px) scale(1.03);
  opacity: 0.34;
  filter: blur(16px);
}

.hero-mark-glint {
  opacity: 0;
  mix-blend-mode: screen;
}

.proof-strip {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--line-strong);
  background: rgba(4, 8, 23, 0.76);
}

.proof-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 88px;
}

.proof-strip-item {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
  padding: 22px 28px;
  border-left: 1px solid var(--line);
}

.proof-strip-item:first-child {
  border-left: 0;
}

.proof-strip-item strong {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.proof-icon {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid var(--violet-bright);
  border-radius: 999px;
}

.proof-icon-target::before,
.proof-icon-target::after {
  position: absolute;
  content: "";
  background: var(--violet-bright);
}

.proof-icon-target::before {
  top: 50%;
  left: 5px;
  width: 22px;
  height: 1px;
}

.proof-icon-target::after {
  top: 5px;
  left: 50%;
  width: 1px;
  height: 22px;
}

.proof-icon-person::before {
  position: absolute;
  top: 7px;
  left: 11px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--violet-bright);
  border-radius: 999px;
  content: "";
}

.proof-icon-person::after {
  position: absolute;
  right: 7px;
  bottom: 6px;
  left: 7px;
  height: 11px;
  border: 1px solid var(--violet-bright);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  content: "";
}

.proof-icon-signal {
  box-shadow: inset 0 0 0 5px rgba(141, 92, 255, 0.14), inset 0 0 0 11px rgba(141, 92, 255, 0.18);
}

.proof-icon-signal::after {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  content: "";
  background: var(--violet-bright);
}

.proof-icon-check::after {
  position: absolute;
  top: 9px;
  left: 8px;
  width: 15px;
  height: 8px;
  border-bottom: 2px solid var(--violet-bright);
  border-left: 2px solid var(--violet-bright);
  content: "";
  transform: rotate(-45deg);
}

.model-section,
.standard-admiral,
.why-section {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--line-strong);
}

.model-section {
  padding: 72px 0 64px;
}

.model-head {
  display: grid;
  grid-template-columns: 1fr 0.84fr;
  gap: 48px;
  align-items: center;
}

.model-head h2,
.qualified-panel h2,
.admiral-copy h2,
.why-section h2,
.cta-content h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 520;
  line-height: 1.08;
  letter-spacing: 0;
}

.model-head > p {
  justify-self: center;
  max-width: 420px;
  margin: 0;
  color: #d7c8ff;
  font-size: 19px;
  font-weight: 760;
}

.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 52px;
}

.process-line::before {
  position: absolute;
  top: 24px;
  right: 16%;
  left: 16%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(174, 140, 255, 0.35), var(--violet), rgba(174, 140, 255, 0.35));
}

.process-step {
  position: relative;
  min-width: 0;
  padding: 0 28px;
  text-align: center;
}

.process-step span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(174, 140, 255, 0.72);
  border-radius: 999px;
  color: var(--ink);
  background: #090d25;
  font-size: 14px;
  font-weight: 800;
}

.process-step h3 {
  margin: 28px 0 12px;
  color: var(--violet-bright);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.process-step p {
  max-width: 250px;
  margin: 0 auto;
  color: var(--muted);
}

.standard-admiral {
  overflow: hidden;
}

.standard-grid {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  min-height: 624px;
}

.qualified-panel,
.admiral-panel {
  padding: 64px 0;
}

.qualified-panel {
  padding-right: 68px;
  border-right: 1px solid var(--line-strong);
}

.qualified-list {
  display: grid;
  gap: 21px;
  margin: 38px 0 44px;
  padding: 0;
  list-style: none;
}

.qualified-list li {
  position: relative;
  min-height: 28px;
  padding-left: 46px;
  color: var(--muted);
  font-size: 18px;
}

.qualified-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  content: "";
  background: linear-gradient(135deg, var(--violet), var(--purple));
  font-size: 13px;
  font-weight: 900;
}

.qualified-list li::after {
  position: absolute;
  top: 9px;
  left: 8px;
  width: 11px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  content: "";
  transform: rotate(-45deg);
}

.qualified-note {
  margin: 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: #d7c8ff;
  font-size: 17px;
  font-weight: 760;
}

.admiral-panel {
  padding-left: 68px;
}

.admiral-copy {
  max-width: 690px;
}

.admiral-copy .eyebrow {
  margin-bottom: 18px;
}

.admiral-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.admiral-brief {
  max-width: 690px;
  margin-top: 32px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.016)),
    rgba(5, 9, 25, 0.82);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
}

.brief-top,
.brief-score,
.brief-rows article,
.brief-status {
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.brief-top {
  grid-template-columns: 34px 1fr auto;
  gap: 14px;
  min-height: 64px;
  padding: 14px 20px;
}

.brief-top img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brief-top strong,
.brief-top span,
.brief-rows article > span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brief-top span {
  color: #d7c8ff;
}

.brief-score {
  grid-template-columns: 108px 1fr;
  gap: 24px;
  padding: 24px 26px;
}

.brief-score > span {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 1px solid rgba(174, 140, 255, 0.72);
  border-radius: 999px;
  color: var(--ink);
  background: radial-gradient(circle, rgba(141, 92, 255, 0.24), rgba(8, 13, 34, 0.84) 68%);
  font-size: 32px;
  font-weight: 900;
}

.brief-score strong,
.brief-status strong,
.brief-rows strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
  font-weight: 850;
}

.brief-score p,
.brief-status p,
.brief-rows p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.brief-rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brief-rows article {
  grid-template-columns: 42px 1fr;
  gap: 18px;
  min-height: 118px;
  padding: 20px 22px;
}

.brief-rows article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.brief-rows article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.brief-rows article > span {
  color: var(--violet-bright);
}

.brief-status {
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 20px 24px;
  border-top: 1px solid var(--line);
  border-bottom: 0;
  background: rgba(141, 92, 255, 0.08);
}

.brief-status > span {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid var(--violet-bright);
  border-radius: 999px;
}

.brief-status > span::after {
  position: absolute;
  top: 12px;
  left: 11px;
  width: 17px;
  height: 9px;
  border-bottom: 2px solid var(--violet-bright);
  border-left: 2px solid var(--violet-bright);
  content: "";
  transform: rotate(-45deg);
}

.why-section {
  padding: 70px 0 0;
}

.why-section h2 {
  max-width: 730px;
  margin-bottom: 44px;
}

.why-stats {
  display: grid;
  grid-template-columns: 0.74fr 1fr 1.2fr;
  border-bottom: 1px solid var(--line-strong);
}

.why-stat {
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 108px;
  padding: 28px 44px;
  border-left: 1px solid var(--line);
}

.why-stat:first-child {
  border-left: 0;
  padding-left: 44px;
}

.why-stat strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.why-stat span:last-child {
  color: var(--muted);
  text-transform: uppercase;
}

.market-row {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  gap: 28px;
  padding: 29px 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.market-row span + span {
  position: relative;
}

.market-row span + span::before {
  position: absolute;
  top: 50%;
  left: -24px;
  width: 8px;
  height: 22px;
  content: "";
  transform: translateY(-50%) skewX(-12deg);
  background: var(--violet);
}

.cta-section {
  position: relative;
  z-index: 1;
  min-height: 430px;
  overflow: hidden;
  border-bottom: 1px solid var(--line-strong);
  background:
    linear-gradient(90deg, rgba(4, 8, 23, 0.98) 0%, rgba(4, 8, 23, 0.9) 48%, rgba(71, 24, 181, 0.34) 100%),
    radial-gradient(circle at 72% 52%, rgba(139, 84, 255, 0.34), transparent 32rem),
    #050917;
}

.cta-section::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(100deg, transparent 0 46%, rgba(174, 140, 255, 0.18) 46.1%, transparent 46.24% 100%),
    radial-gradient(circle at 62% 54%, rgba(139, 84, 255, 0.32), transparent 30rem);
  opacity: 0.9;
}

.cta-artwork {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center 36%;
  filter: saturate(1.08) contrast(1.05) drop-shadow(0 0 42px rgba(111, 63, 238, 0.42));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.24) 30%, #000 54%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.24) 30%, #000 54%, #000 100%);
  opacity: 0.98;
}

.contact-scan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18%;
  z-index: 3;
  width: 7%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  opacity: 0.38;
  pointer-events: none;
}

.cta-content {
  z-index: 4;
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 430px;
  max-width: var(--max);
  padding: 70px 0;
}

.cta-content h2 {
  font-size: 56px;
}

.cta-content p:not(.eyebrow) {
  max-width: 560px;
  margin: 24px 0 34px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.site-footer {
  position: relative;
  z-index: 1;
  background: #030716;
}

.footer-inner {
  display: grid;
  grid-template-columns: 260px 1fr auto;
  gap: 54px;
  align-items: center;
  min-height: 136px;
}

.footer-logo {
  width: 216px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-inner p {
  margin: 0;
  padding-left: 54px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 18px;
}

.back-to-top {
  min-height: 42px;
  color: var(--violet-bright);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 210px 1fr 176px;
    padding: 0 34px;
  }

  .site-nav {
    gap: 28px;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.74fr;
  }

  .hero h1 {
    font-size: 50px;
  }

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

  .qualified-panel,
  .admiral-panel {
    padding: 58px 0;
  }

  .qualified-panel {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .admiral-panel {
    padding-left: 0;
  }

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

  .market-row span + span::before {
    display: none;
  }
}

@media (max-width: 900px) {
  :root {
    --nav-height: 74px;
  }

  .section-shell {
    width: min(calc(100% - 44px), var(--max));
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: var(--nav-height);
    padding: 0 22px;
  }

  .brand {
    width: 188px;
  }

  .brand-lockup {
    width: 188px;
  }

  .nav-toggle {
    position: relative;
    z-index: 55;
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(7, 11, 31, 0.22);
    border-radius: 0;
    background: transparent;
  }

  .nav-toggle span:not(.sr-only) {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    transform: translate(-50%, -5px);
    background: #070b1f;
    transition: transform 180ms ease;
  }

  .nav-toggle span:not(.sr-only) + span:not(.sr-only) {
    transform: translate(-50%, 5px);
  }

  body.nav-open .nav-toggle span:first-child {
    transform: translate(-50%, 0) rotate(45deg);
  }

  body.nav-open .nav-toggle span:nth-child(2) {
    transform: translate(-50%, 0) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: var(--nav-height);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 12px 22px 22px;
    border-bottom: 1px solid rgba(7, 11, 31, 0.12);
    background: rgba(255, 255, 255, 0.98);
    transform: translateY(-120%);
    transition: transform 200ms ease;
  }

  body.nav-open .site-nav {
    transform: translateY(0);
  }

  .site-nav a {
    padding: 18px 0;
    border-bottom: 1px solid rgba(7, 11, 31, 0.1);
  }

  .site-nav a::after {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 58px 0 52px;
  }

  .hero h1 {
    font-size: 45px;
  }

  .hero-object {
    min-height: 330px;
  }

  .mark-depth {
    width: 282px;
    height: 282px;
  }

  .hero-object-stage {
    width: 270px;
    height: 270px;
  }

  .hero-orbit {
    width: 300px;
    height: 300px;
  }

  .orbit-two,
  .orbit-three {
    width: 380px;
    height: 230px;
  }

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

  .proof-strip-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .proof-strip-item:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .model-head,
  .process-line,
  .why-stats,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .model-head > p {
    justify-self: start;
  }

  .process-line {
    gap: 30px;
  }

  .process-line::before {
    top: 24px;
    bottom: 24px;
    left: 25px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(174, 140, 255, 0.35), var(--violet), rgba(174, 140, 255, 0.35));
  }

  .process-step {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 18px;
    padding: 0;
    text-align: left;
  }

  .process-step h3 {
    margin-top: 2px;
  }

  .process-step p {
    max-width: none;
    margin: -10px 0 0;
    grid-column: 2;
  }

  .brief-rows {
    grid-template-columns: 1fr;
  }

  .brief-rows article:nth-child(odd) {
    border-right: 0;
  }

  .brief-rows article:nth-last-child(2) {
    border-bottom: 1px solid var(--line);
  }

  .cta-artwork {
    object-position: 62% 38%;
    opacity: 0.88;
  }

  .why-stat {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 28px 24px;
  }

  .why-stat:first-child {
    border-top: 0;
  }

  .footer-inner {
    align-items: start;
    min-height: 0;
    padding: 36px 0;
  }

  .footer-inner p {
    padding: 28px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .section-shell {
    width: min(calc(100% - 32px), var(--max));
  }

  .brand,
  .brand-lockup {
    width: 168px;
  }

  .split-eyebrow {
    display: grid;
    gap: 8px;
  }

  .split-eyebrow span + span::before {
    display: none;
  }

  .hero-grid {
    padding-top: 44px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-lede,
  .hero-support,
  .cta-content p:not(.eyebrow) {
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
    gap: 18px;
  }

  .button,
  .text-link {
    width: 100%;
  }

  .proof-strip-grid,
  .market-row {
    grid-template-columns: 1fr;
  }

  .proof-strip-item {
    min-height: 78px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .proof-strip-item:first-child {
    border-top: 0;
  }

  .proof-strip-item:nth-child(3),
  .proof-strip-item:nth-child(4) {
    border-left: 0;
  }

  .model-section,
  .qualified-panel,
  .admiral-panel,
  .why-section {
    padding: 48px 0;
  }

  .model-head h2,
  .qualified-panel h2,
  .admiral-copy h2,
  .why-section h2 {
    font-size: 31px;
  }

  .qualified-list li {
    font-size: 16px;
  }

  .admiral-brief {
    margin-top: 24px;
  }

  .brief-top {
    grid-template-columns: 30px 1fr;
  }

  .brief-top span {
    grid-column: 2;
  }

  .brief-score,
  .brief-status {
    grid-template-columns: 1fr;
  }

  .brief-score > span {
    width: 72px;
    height: 72px;
    font-size: 26px;
  }

  .market-row {
    gap: 16px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .cta-section {
    min-height: 590px;
  }

  .cta-artwork {
    object-position: 70% 44%;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.12) 36%, #000 58%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.12) 36%, #000 58%, #000 100%);
    opacity: 0.84;
  }

  .cta-content {
    align-content: start;
    min-height: 590px;
    padding-top: 52px;
    padding-bottom: 250px;
  }

  .cta-content h2 {
    font-size: 40px;
  }
}

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