:root {
  --frost: #f7f7f4;
  --warm: #ebe5dc;
  --warm-2: #ded4c8;
  --ink: #11110f;
  --soft-ink: #4f4b45;
  --muted: #8b847a;
  --line: rgba(17, 17, 15, 0.14);
  --dark: #090909;
  --clay: #b66a4d;
  --tan: #b8ad9f;
  --brown: #463a31;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  min-height: 100vh;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--frost);
  letter-spacing: 0;
}

body.js-ready .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

body.js-ready .reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

body.js-ready .reveal.delay-1 {
  transition-delay: 0.08s;
}

body.js-ready .reveal.delay-2 {
  transition-delay: 0.16s;
}

body.js-ready .reveal.delay-3 {
  transition-delay: 0.24s;
}

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

button,
input,
textarea {
  font: inherit;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 32px;
  background: rgba(247, 247, 244, 0.82);
  border-bottom: 1px solid rgba(17, 17, 15, 0.08);
  backdrop-filter: blur(18px);
}

.brand,
.nav a {
  font-size: 12px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand {
  width: 34px;
  height: 34px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  position: relative;
  color: transparent;
  font-size: 0;
  overflow: visible;
}

.brand::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 17px;
  border: 2px solid var(--ink);
  border-radius: 7px 7px 6px 6px;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 35% 46%, var(--ink) 0 1.5px, transparent 2px),
    radial-gradient(circle at 65% 46%, var(--ink) 0 1.5px, transparent 2px),
    var(--frost);
}

.brand::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  border: 1px solid var(--clay);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-22deg);
}

.brand:hover {
  border-color: var(--clay);
}

.brand:hover::before {
  border-color: var(--clay);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--soft-ink);
}

.nav-links a:hover {
  color: var(--clay);
}

.nav-item {
  position: relative;
  padding: 24px 0;
}

.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--soft-ink);
  cursor: default;
}

.nav-trigger::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.dropdown {
  position: absolute;
  top: 58px;
  left: 50%;
  min-width: 170px;
  padding: 10px;
  border: 1px solid var(--line);
  background: rgba(247, 247, 244, 0.94);
  backdrop-filter: blur(18px);
  transform: translate(-50%, 8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.dropdown a {
  display: block;
  padding: 12px;
  white-space: nowrap;
}

.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.page {
  padding-top: 62px;
}

.section {
  position: relative;
  overflow: hidden;
}

.hero {
  min-height: calc(100svh - 62px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  background: var(--frost);
}

.hero-copy {
  min-height: calc(100svh - 62px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 80px 5vw 7vw;
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
.display {
  max-width: 900px;
  font-size: clamp(56px, 10vw, 142px);
  line-height: 0.94;
  font-weight: 520;
  letter-spacing: -0.025em;
}

h2 {
  max-width: 860px;
  font-size: clamp(42px, 7vw, 104px);
  line-height: 0.98;
  font-weight: 520;
  letter-spacing: -0.025em;
}

h3 {
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 540;
  letter-spacing: -0.018em;
}

.lead {
  max-width: 560px;
  margin-top: 28px;
  color: var(--soft-ink);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.5;
}

.hero-art {
  min-height: calc(100svh - 62px);
  position: relative;
  background:
    linear-gradient(180deg, rgba(247, 247, 244, 0) 0%, rgba(247, 247, 244, 0.92) 92%),
    radial-gradient(circle at 50% 24%, #ffffff 0 16%, rgba(247, 247, 244, 0) 42%),
    var(--warm);
}

.humanoid {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(56vw, 430px);
  height: min(82svh, 720px);
  transform: translateX(-50%);
}

.piece {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f4f0ea, #cfc5bb);
  border: 1px solid rgba(70, 58, 49, 0.16);
  box-shadow: inset 18px 0 38px rgba(255,255,255,0.42), inset -22px 0 42px rgba(70,58,49,0.08);
}

.head {
  top: 3%;
  width: 25%;
  height: 12%;
  border-radius: 42% 42% 35% 35%;
}

.neck {
  top: 14.5%;
  width: 8%;
  height: 5%;
  border-radius: 999px;
}

.torso {
  top: 19%;
  width: 38%;
  height: 28%;
  border-radius: 35% 35% 28% 28%;
}

.pelvis {
  top: 48%;
  width: 31%;
  height: 10%;
  border-radius: 45%;
}

.arm,
.leg {
  position: absolute;
  background: linear-gradient(135deg, #e9e2d8, #bfb3a8);
  border: 1px solid rgba(70, 58, 49, 0.14);
  border-radius: 999px;
}

.arm {
  top: 22%;
  width: 7%;
  height: 36%;
}

.arm.left {
  left: 24%;
  transform: rotate(7deg);
}

.arm.right {
  right: 24%;
  transform: rotate(-7deg);
}

.leg {
  top: 58%;
  width: 8%;
  height: 38%;
}

.leg.left {
  left: 39%;
  transform: rotate(2deg);
}

.leg.right {
  right: 39%;
  transform: rotate(-2deg);
}

.face {
  position: absolute;
  left: 50%;
  top: 7.7%;
  width: 9%;
  height: 1.4%;
  border-radius: 999px;
  background: var(--brown);
  transform: translateX(-50%);
  z-index: 3;
}

.caption {
  position: absolute;
  right: 32px;
  bottom: 30px;
  max-width: 230px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.split {
  min-height: 86svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}

.split h2 {
  font-size: clamp(42px, 5.4vw, 86px);
  line-height: 1;
}

.ecosystem {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  border-top: 1px solid var(--line);
  background: var(--frost);
}

.ecosystem-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 7vw 5vw;
}

.ecosystem-copy p {
  max-width: 540px;
  margin-top: 24px;
  color: var(--soft-ink);
  font-size: 20px;
  line-height: 1.55;
}

.ecosystem-copy .reference-note {
  max-width: 520px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.lineup-stage {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.92), rgba(255,255,255,0) 24%),
    linear-gradient(180deg, var(--warm) 0%, var(--frost) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(8px, 2vw, 26px);
  padding: 90px 28px 7vw;
}

.lineup-stage::after {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 6vw;
  height: 1px;
  background: rgba(17, 17, 15, 0.14);
}

.unit {
  width: clamp(76px, 10vw, 138px);
  height: clamp(300px, 56vw, 640px);
  position: relative;
  z-index: 1;
  opacity: 0.94;
}

.unit small {
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.u-part {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(70,58,49,0.14);
  background: linear-gradient(135deg, #f4f0ea, #c5baae);
  box-shadow: inset 14px 0 28px rgba(255,255,255,0.35), inset -18px 0 30px rgba(70,58,49,0.07);
}

.u-head { top: 0; width: 42%; height: 12%; border-radius: 42% 42% 32% 32%; }
.u-torso { top: 17%; width: 58%; height: 30%; border-radius: 35% 35% 24% 24%; }
.u-pelvis { top: 50%; width: 46%; height: 10%; border-radius: 44%; }
.u-arm, .u-leg { position: absolute; border-radius: 999px; border: 1px solid rgba(70,58,49,0.12); background: linear-gradient(135deg, #e9e2d8, #b9aea3); }
.u-arm { top: 20%; width: 12%; height: 36%; }
.u-arm.left { left: 12%; transform: rotate(5deg); }
.u-arm.right { right: 12%; transform: rotate(-5deg); }
.u-leg { top: 60%; width: 14%; height: 36%; }
.u-leg.left { left: 33%; }
.u-leg.right { right: 33%; }
.u-face { position: absolute; top: 5.4%; left: 50%; width: 16%; height: 1.4%; transform: translateX(-50%); border-radius: 999px; background: var(--brown); z-index: 2; }

.unit.neo .u-part,
.unit.neo .u-arm,
.unit.neo .u-leg {
  background: linear-gradient(135deg, #e6d8c6, #8f7b6d);
}

.unit.neo {
  width: clamp(86px, 12vw, 160px);
}

.unit.neo .u-head {
  top: 1%;
  width: 48%;
  height: 13%;
  border-radius: 48% 48% 38% 38%;
}

.unit.neo .u-torso {
  top: 17%;
  width: 72%;
  height: 31%;
  border-radius: 42% 42% 30% 30%;
}

.unit.neo .u-arm {
  width: 14%;
  height: 34%;
}

.unit.neo .u-arm.left {
  left: 6%;
  transform: rotate(11deg);
}

.unit.neo .u-arm.right {
  right: 6%;
  transform: rotate(-11deg);
}

.unit.neo .u-leg {
  width: 16%;
}

.unit.neo .u-face {
  width: 24%;
  background: #2e2924;
}

.unit.apollo {
  width: clamp(96px, 13vw, 176px);
}

.unit.apollo .u-part,
.unit.apollo .u-arm,
.unit.apollo .u-leg {
  background: linear-gradient(135deg, #f0ece4, #aaa39a);
}

.unit.apollo .u-head {
  width: 38%;
  height: 11%;
  border-radius: 28%;
}

.unit.apollo .u-torso {
  top: 16%;
  width: 78%;
  height: 32%;
  border-radius: 22%;
}

.unit.apollo .u-pelvis {
  width: 58%;
}

.unit.apollo .u-arm {
  width: 15%;
  height: 39%;
}

.unit.apollo .u-arm.left {
  left: 2%;
  transform: rotate(3deg);
}

.unit.apollo .u-arm.right {
  right: 2%;
  transform: rotate(-3deg);
}

.unit.apollo .u-leg {
  width: 17%;
  height: 38%;
}

.unit.apollo .u-face {
  width: 28%;
  height: 1.8%;
  background: var(--clay);
}

.unit.figure .u-head {
  width: 34%;
  height: 11%;
  border-radius: 36% 36% 28% 28%;
}

.unit.figure {
  width: clamp(68px, 8.4vw, 118px);
}

.unit.figure .u-torso {
  width: 48%;
  height: 31%;
  border-radius: 34% 34% 22% 22%;
}

.unit.figure .u-arm {
  width: 9%;
  height: 38%;
}

.unit.figure .u-arm.left {
  left: 19%;
  transform: rotate(8deg);
}

.unit.figure .u-arm.right {
  right: 19%;
  transform: rotate(-8deg);
}

.unit.figure .u-leg {
  width: 11%;
  height: 39%;
}

.unit.figure .u-face {
  width: 12%;
}

.unit.optimus .u-part,
.unit.optimus .u-arm,
.unit.optimus .u-leg {
  background: linear-gradient(135deg, #f6f6f2, #c9c9c3);
}

.unit.optimus {
  width: clamp(78px, 10vw, 140px);
}

.unit.optimus .u-head {
  width: 40%;
  height: 10%;
  border-radius: 40% 40% 30% 30%;
}

.unit.optimus .u-torso {
  top: 16%;
  width: 58%;
  height: 34%;
  border-radius: 26% 26% 20% 20%;
}

.unit.optimus .u-arm {
  width: 10%;
  height: 40%;
}

.unit.optimus .u-arm.left {
  left: 14%;
  transform: rotate(0deg);
}

.unit.optimus .u-arm.right {
  right: 14%;
  transform: rotate(0deg);
}

.unit.optimus .u-leg {
  width: 12%;
  height: 39%;
}

.unit.optimus .u-face {
  width: 30%;
  height: 1%;
  background: #171717;
}

.flow {
  min-height: 100svh;
  background: var(--dark);
  color: var(--frost);
  padding: 8vw 5vw;
}

.flow p {
  max-width: 540px;
  margin-top: 24px;
  color: rgba(247,247,244,0.68);
  font-size: 20px;
  line-height: 1.55;
}

.flow-steps {
  margin-top: 12svh;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(247,247,244,0.16);
}

.flow-step {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 34px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(247,247,244,0.16);
}

.flow-step span {
  color: rgba(247,247,244,0.52);
}

.flow-step h3 {
  max-width: 720px;
}

.flow-step p {
  margin-top: 14px;
  font-size: 18px;
}

.split-copy,
.split-media {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 7vw 5vw;
}

.split-copy p,
.rich p {
  max-width: 620px;
  margin-top: 24px;
  color: var(--soft-ink);
  font-size: 20px;
  line-height: 1.55;
}

.split-media {
  min-height: 70svh;
  background: var(--dark);
  color: var(--frost);
  position: relative;
  overflow: hidden;
}

.split-media.has-orbit::before {
  content: "";
  position: absolute;
  inset: 14% 10% 31%;
  border: 1px solid rgba(247,247,244,0.08);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.split-media.has-orbit::after {
  content: "";
  position: absolute;
  inset: 27% 25% 43%;
  border: 1px solid rgba(182,106,77,0.32);
  border-radius: 50%;
  transform: rotate(18deg);
}

.media-note {
  position: relative;
  z-index: 3;
  max-width: 360px;
  color: rgba(247,247,244,0.7);
  font-size: 18px;
  line-height: 1.55;
  margin-top: auto;
}

.has-orbit .media-note {
  max-width: 620px;
  width: calc(100% - 64px);
  margin: auto 32px 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(247,247,244,0.14);
  font-size: 18px;
  color: rgba(247,247,244,0.76);
}

.ops-orbit {
  position: absolute;
  inset: 14% 7% 31%;
  z-index: 2;
}

.orbit-bot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(18vw, 150px);
  height: min(38vh, 310px);
  transform: translate(-50%, -45%);
}

.orbit-bot .bot-head,
.orbit-bot .bot-body,
.orbit-bot .bot-hip,
.orbit-bot .bot-arm,
.orbit-bot .bot-leg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(247,247,244,0.28);
  background: linear-gradient(135deg, rgba(247,247,244,0.22), rgba(247,247,244,0.04));
  box-shadow: inset 14px 0 34px rgba(255,255,255,0.08);
}

.orbit-bot .bot-head {
  top: 0;
  width: 36%;
  height: 14%;
  border-radius: 42% 42% 30% 30%;
}

.orbit-bot .bot-head::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  width: 34%;
  height: 3px;
  border-radius: 999px;
  background: rgba(247,247,244,0.68);
  transform: translateX(-50%);
}

.orbit-bot .bot-body {
  top: 18%;
  width: 58%;
  height: 33%;
  border-radius: 34% 34% 24% 24%;
}

.orbit-bot .bot-hip {
  top: 54%;
  width: 46%;
  height: 10%;
  border-radius: 999px;
}

.orbit-bot .bot-arm {
  top: 22%;
  width: 10%;
  height: 40%;
  border-radius: 999px;
}

.orbit-bot .bot-arm.left {
  left: 18%;
  transform: rotate(7deg);
}

.orbit-bot .bot-arm.right {
  left: auto;
  right: 18%;
  transform: rotate(-7deg);
}

.orbit-bot .bot-leg {
  top: 65%;
  width: 12%;
  height: 35%;
  border-radius: 999px;
}

.orbit-bot .bot-leg.left {
  left: 39%;
}

.orbit-bot .bot-leg.right {
  left: auto;
  right: 39%;
}

.orbit-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(28vw, 330px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247,247,244,0.24), transparent);
  transform-origin: center;
}

.orbit-line.one { transform: translate(-50%, -50%) rotate(18deg); }
.orbit-line.two { transform: translate(-50%, -50%) rotate(92deg); }
.orbit-line.three { transform: translate(-50%, -50%) rotate(-38deg); }

.orbit-tag {
  position: absolute;
  min-width: 104px;
  min-height: 38px;
  padding: 10px 13px;
  border: 1px solid rgba(247,247,244,0.16);
  border-radius: 999px;
  background: rgba(247,247,244,0.06);
  backdrop-filter: blur(14px);
  color: rgba(247,247,244,0.82);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.orbit-tag.site { left: 8%; top: 28%; }
.orbit-tag.shift { right: 7%; top: 28%; }
.orbit-tag.support { left: 10%; bottom: 18%; }
.orbit-tag.report { right: 12%; bottom: 18%; }
.orbit-tag.vendor { left: 50%; top: -7%; transform: translateX(-50%); color: #f0b79d; border-color: rgba(182,106,77,0.38); }

.warm-band {
  background: var(--warm);
}

.dark-band {
  background: var(--dark);
  color: var(--frost);
}

.dark-band .eyebrow,
.dark-band p,
.dark-band .card p,
.dark-band .meta {
  color: rgba(247,247,244,0.68);
}

.rich {
  padding: 8vw 5vw;
}

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

.dark-band .grid {
  border-color: rgba(247,247,244,0.16);
}

.card {
  min-height: 320px;
  padding: 34px 32px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
}

.card:last-child {
  border-right: 0;
}

.dark-band .card {
  border-color: rgba(247,247,244,0.16);
}

.meta {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card p {
  color: var(--soft-ink);
  font-size: 17px;
  line-height: 1.55;
}

.page-hero {
  min-height: 72svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 110px 5vw 7vw;
}

.timeline {
  border-top: 1px solid var(--line);
}

.timeline-item {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 32px;
  padding: 38px 5vw;
  border-bottom: 1px solid var(--line);
}

.timeline-item p {
  max-width: 740px;
  color: var(--soft-ink);
  font-size: 20px;
  line-height: 1.55;
}

.job {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 34px 5vw;
  border-top: 1px solid var(--line);
  align-items: center;
}

.job p {
  margin-top: 10px;
  color: var(--soft-ink);
  font-size: 18px;
  line-height: 1.45;
}

.pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 16px;
  color: var(--soft-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.final {
  min-height: 76svh;
  display: grid;
  grid-template-columns: 1fr minmax(320px, 440px);
  background: var(--frost);
  border-top: 1px solid var(--line);
}

.final-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 7vw 5vw;
}

.final p {
  margin-top: 24px;
  color: var(--soft-ink);
  font-size: 20px;
  line-height: 1.5;
}

.signup {
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 7vw 32px;
  background: #efebe4;
}

form {
  display: grid;
  gap: 14px;
}

input,
textarea {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  outline: 0;
  color: var(--ink);
  font-size: 16px;
}

textarea {
  min-height: 130px;
  padding-top: 16px;
  resize: vertical;
}

select {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  outline: 0;
  color: var(--ink);
  font-size: 16px;
}

input::placeholder,
textarea::placeholder {
  color: var(--muted);
}

.hidden {
  display: none;
}

button,
.button {
  min-height: 54px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--frost);
  cursor: pointer;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 32px 5vw;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .nav {
    padding: 0 18px;
  }

  .nav-links {
    gap: 12px;
  }

  .nav-links > a:nth-of-type(n+3) {
    display: none;
  }

  .dropdown {
    left: auto;
    right: 0;
    transform: translate(0, 8px);
  }

  .nav-item:hover .dropdown,
  .nav-item:focus-within .dropdown {
    transform: translate(0, 0);
  }

  .hero,
  .ecosystem,
  .split,
  .final {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 58svh;
    padding: 90px 22px 42px;
  }

  .hero-art {
    min-height: 58svh;
  }

  .ecosystem-copy,
  .flow {
    padding: 92px 22px 42px;
  }

  .lineup-stage {
    min-height: 68svh;
    padding: 80px 12px 72px;
    gap: 6px;
  }

  .unit {
    height: 46svh;
  }

  .humanoid {
    width: min(78vw, 360px);
    height: 54svh;
  }

  .caption {
    left: 22px;
    right: 22px;
    bottom: 18px;
  }

  .split-copy,
  .split-media,
  .rich,
  .page-hero,
  .final-copy,
  .signup {
    padding: 92px 22px 42px;
  }

  .split-media {
    min-height: 78svh;
  }

  .ops-orbit {
    inset: 13% 5% 37%;
  }

  .orbit-bot {
    width: 118px;
    height: 250px;
  }

  .orbit-line {
    width: 220px;
  }

  .orbit-tag {
    min-width: 94px;
    min-height: 36px;
    padding: 10px 12px;
    font-size: 10px;
  }

  .orbit-tag.site { left: 4%; top: 24%; }
  .orbit-tag.shift { right: 4%; top: 24%; }
  .orbit-tag.support { left: 5%; bottom: 18%; }
  .orbit-tag.report { right: 6%; bottom: 18%; }
  .orbit-tag.vendor { top: -6%; }

  .has-orbit .media-note {
    width: calc(100% - 44px);
    margin: auto 22px 30px;
    font-size: 16px;
  }

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

  .card {
    min-height: 230px;
    border-right: 0;
    border-top: 1px solid var(--line);
    padding: 28px 22px;
  }

  .timeline-item,
  .flow-step,
  .job {
    grid-template-columns: 1fr;
    padding: 32px 22px;
  }

  .signup {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .footer {
    padding: 28px 22px;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .nav-links {
    display: none;
  }

  h1,
  .display {
    font-size: 55px;
  }
}
