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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--starshot-mint);
  color: var(--starshot-ink);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform var(--duration-fast);
}

.skip-link:focus {
  transform: translateY(0);
}

.ambient {
  position: fixed;
  z-index: -3;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(1px);
}

.ambient--one {
  top: -24rem;
  right: -14rem;
  background: radial-gradient(circle, rgba(91, 231, 255, 0.11), transparent 68%);
}

.ambient--two {
  bottom: -28rem;
  left: -20rem;
  background: radial-gradient(circle, rgba(169, 144, 255, 0.1), transparent 68%);
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(rgba(133, 163, 179, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(133, 163, 179, 0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
  pointer-events: none;
  content: "";
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  padding: 0.75rem 0;
  background: linear-gradient(to bottom, rgba(5, 8, 13, 0.94), rgba(5, 8, 13, 0.62));
  backdrop-filter: blur(18px);
}

.nav-wrap {
  display: flex;
  min-height: 4rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0.7rem 0.55rem 1rem;
  border: 1px solid var(--starshot-line);
  border-radius: var(--radius-pill);
  background: rgba(11, 18, 27, 0.72);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brand-symbol {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 12px rgba(91, 231, 255, 0.17));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.7vw, 1.6rem);
}

.site-nav > a:not(.button) {
  color: var(--starshot-text-soft);
  font-size: 0.82rem;
  font-weight: 500;
  transition: color var(--duration-fast);
}

.site-nav > a:not(.button):hover {
  color: var(--starshot-mint);
}

.button--nav {
  min-height: 2.75rem;
  padding-inline: 1rem;
  border-color: rgba(143, 255, 193, 0.32);
}

.menu-button {
  display: none;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid var(--starshot-line);
  border-radius: 50%;
  background: var(--starshot-surface);
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 1rem;
  height: 1px;
  margin: 0.25rem auto;
  background: var(--starshot-text);
}

.hero {
  display: grid;
  min-height: calc(100vh - 5.6rem);
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  padding-block: clamp(5rem, 10vw, 9rem);
}

.hero h1 {
  max-width: 780px;
  margin: 1.4rem 0 1.8rem;
  font-size: var(--text-hero);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.89;
}

.hero h1 span {
  display: inline-block;
  background: linear-gradient(100deg, var(--starshot-mint), var(--starshot-cyan) 52%, var(--starshot-violet));
  background-clip: text;
  color: transparent;
}

.hero-lede {
  max-width: 660px;
  margin: 0;
  color: var(--starshot-text-soft);
  font-size: var(--text-lg);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: clamp(3rem, 7vw, 6rem);
}

.hero-proof span {
  color: var(--starshot-text-dim);
  font-size: 0.74rem;
  line-height: 1.45;
}

.hero-proof b {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--starshot-mint);
  font-family: var(--font-mono);
  font-size: 0.65rem;
}

.placement-console {
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-float);
}

.placement-console::after {
  position: absolute;
  width: 16rem;
  height: 16rem;
  top: -8rem;
  right: -7rem;
  border-radius: 50%;
  background: rgba(91, 231, 255, 0.08);
  filter: blur(50px);
  content: "";
}

.console-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--starshot-line);
  color: var(--starshot-text-dim);
  font-size: 0.65rem;
}

.console-head > div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.console-lights {
  display: flex;
  gap: 0.3rem;
}

.console-lights i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--starshot-text-dim);
}

.console-lights i:first-child {
  background: var(--starshot-coral);
}

.console-lights i:nth-child(2) {
  background: var(--color-warning);
}

.console-lights i:nth-child(3) {
  background: var(--starshot-mint);
}

.status {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--starshot-mint);
  font-family: var(--font-mono);
  text-transform: uppercase;
}

.status i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--starshot-mint);
  box-shadow: 0 0 12px var(--starshot-mint);
  animation: status-pulse 2s infinite;
}

.console-body {
  position: relative;
  z-index: 1;
  padding: clamp(1rem, 2.5vw, 1.7rem);
}

.workload-select {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  padding: 0.35rem;
  border: 1px solid var(--starshot-line);
  border-radius: var(--radius-md);
  background: rgba(4, 8, 13, 0.5);
}

.workload-chip {
  padding: 0.6rem 0.45rem;
  border: 0;
  border-radius: calc(var(--radius-md) - 0.25rem);
  background: transparent;
  color: var(--starshot-text-dim);
  font-size: 0.7rem;
  transition: background var(--duration-fast), color var(--duration-fast);
}

.workload-chip:hover,
.workload-chip.is-active {
  background: var(--starshot-surface-3);
  color: var(--starshot-text);
}

.route-stage {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  padding: clamp(2.5rem, 7vw, 5rem) 0;
}

.route-source,
.route-target {
  position: relative;
  padding: 1rem 0.65rem;
  border: 1px solid var(--starshot-line);
  border-radius: var(--radius-md);
  background: var(--starshot-ink);
  text-align: center;
}

.route-target {
  transition: border-color var(--duration-base), box-shadow var(--duration-base);
}

.route-target.is-local {
  border-color: rgba(143, 255, 193, 0.45);
  box-shadow: 0 0 25px rgba(143, 255, 193, 0.08);
}

.route-target.is-cloud {
  border-color: rgba(169, 144, 255, 0.55);
  box-shadow: 0 0 25px rgba(169, 144, 255, 0.1);
}

.node-icon {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  margin: -2rem auto 0.6rem;
  border: 1px solid var(--starshot-line-strong);
  border-radius: 50%;
  background: var(--starshot-surface-2);
  color: var(--starshot-cyan);
}

.route-target .node-icon {
  color: var(--starshot-mint);
}

.route-target.is-cloud .node-icon {
  color: var(--starshot-violet);
}

.route-source small,
.route-target small {
  display: block;
  color: var(--starshot-text-dim);
  font-size: 0.58rem;
  text-transform: uppercase;
}

.route-source strong,
.route-target strong {
  display: block;
  overflow: hidden;
  margin-top: 0.25rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.route-line {
  position: relative;
  height: 1px;
  background: linear-gradient(90deg, var(--starshot-cyan), var(--starshot-mint));
}

.route-line::before,
.route-line::after {
  position: absolute;
  top: -3px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--starshot-mint);
  border-radius: 50%;
  background: var(--starshot-ink);
  content: "";
}

.route-line::before {
  left: 0;
}

.route-line::after {
  right: 0;
}

.route-packet {
  position: absolute;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--starshot-text);
  box-shadow: 0 0 13px var(--starshot-cyan);
  animation: route-packet 2.6s var(--ease-out) infinite;
}

.route-label {
  position: absolute;
  top: 0.85rem;
  left: 50%;
  color: var(--starshot-text-dim);
  font-size: 0.48rem;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--starshot-line);
  border-radius: var(--radius-md);
}

.decision-grid div {
  padding: 0.8rem;
  border-right: 1px solid var(--starshot-line);
}

.decision-grid div:last-child {
  border: 0;
}

.decision-grid small {
  display: block;
  color: var(--starshot-text-dim);
  font-size: 0.55rem;
  text-transform: uppercase;
}

.decision-grid strong {
  display: block;
  overflow: hidden;
  margin-top: 0.25rem;
  color: var(--starshot-mint);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.console-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  color: var(--starshot-text-dim);
  font-size: 0.55rem;
}

.console-foot b {
  color: var(--starshot-cyan);
  font-weight: 500;
}

.standard-rail {
  border-block: 1px solid var(--starshot-line);
  background: rgba(11, 18, 27, 0.56);
}

.rail-inner {
  display: flex;
  min-height: 6rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.rail-inner p {
  margin: 0;
  color: var(--starshot-text-soft);
  font-size: var(--text-sm);
}

.rail-inner div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem 1.5rem;
  color: var(--starshot-text-dim);
  font-family: var(--font-mono);
  font-size: 0.62rem;
}

.section {
  padding-block: var(--space-9);
}

.section--tint {
  border-block: 1px solid var(--starshot-line);
  background: linear-gradient(180deg, rgba(12, 19, 29, 0.76), rgba(8, 13, 20, 0.88));
}

.section-intro {
  max-width: 880px;
  margin-bottom: var(--space-7);
}

.section-intro h2,
.architecture-copy h2,
.open-copy h2,
.contact h2 {
  margin: 1rem 0 1.25rem;
  font-size: var(--text-2xl);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
}

.section-intro > p:last-child,
.architecture-copy > p,
.open-copy > p,
.contact-side > p {
  max-width: 690px;
  margin: 0;
  color: var(--starshot-text-soft);
}

.section-intro--split {
  display: grid;
  max-width: none;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: end;
  gap: 4rem;
}

.section-intro--split h2 {
  margin-bottom: 0;
}

.three-surfaces {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.cloud-surface {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  border: 1px solid var(--starshot-line);
  border-radius: var(--radius-xl);
  background: var(--starshot-surface);
  transition: transform var(--duration-base) var(--ease-out), border-color var(--duration-base);
}

.cloud-surface:hover {
  transform: translateY(-6px);
  border-color: var(--starshot-line-strong);
}

.cloud-surface--local {
  background:
    radial-gradient(circle at 50% 30%, rgba(143, 255, 193, 0.09), transparent 36%),
    var(--starshot-surface);
}

.cloud-surface--control {
  background:
    radial-gradient(circle at 50% 30%, rgba(91, 231, 255, 0.09), transparent 36%),
    var(--starshot-surface);
}

.cloud-surface--public {
  background:
    radial-gradient(circle at 50% 30%, rgba(169, 144, 255, 0.1), transparent 36%),
    var(--starshot-surface);
}

.surface-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.surface-health {
  color: var(--starshot-mint);
  font-family: var(--font-mono);
  font-size: 0.58rem;
}

.surface-graphic {
  position: relative;
  display: grid;
  height: 13rem;
  place-items: center;
  margin: 2rem 0;
}

.local-grid {
  grid-template-columns: repeat(3, 2.65rem);
  grid-template-rows: repeat(3, 2.65rem);
  gap: 0.45rem;
}

.local-grid i {
  width: 100%;
  height: 100%;
  border: 1px solid var(--starshot-line);
  border-radius: 0.4rem;
  background: rgba(143, 255, 193, 0.025);
}

.local-grid i:nth-child(5) {
  border-color: rgba(143, 255, 193, 0.62);
  background: rgba(143, 255, 193, 0.14);
  box-shadow: 0 0 26px rgba(143, 255, 193, 0.13);
}

.local-grid b {
  position: absolute;
  color: var(--starshot-mint);
  font-family: var(--font-mono);
  font-size: 0.55rem;
  letter-spacing: 0.1em;
}

.orbit::before,
.orbit::after {
  position: absolute;
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid rgba(91, 231, 255, 0.25);
  border-radius: 50%;
  content: "";
}

.orbit::after {
  width: 11rem;
  height: 11rem;
  border-style: dashed;
  animation: spin 22s linear infinite;
}

.orbit b {
  color: var(--starshot-cyan);
  font-size: 2.2rem;
  font-weight: 400;
}

.orbit span {
  position: absolute;
  z-index: 1;
  padding: 0.3rem 0.45rem;
  border: 1px solid var(--starshot-line);
  border-radius: var(--radius-pill);
  background: var(--starshot-surface);
  color: var(--starshot-text-soft);
  font-family: var(--font-mono);
  font-size: 0.48rem;
}

.orbit span:first-child {
  top: 1.1rem;
}

.orbit span:nth-child(2) {
  right: 1.5rem;
  bottom: 2rem;
}

.orbit span:nth-child(3) {
  left: 1.5rem;
  bottom: 2rem;
}

.cloud-rings i {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border: 1px solid rgba(169, 144, 255, 0.38);
  border-radius: 50%;
}

.cloud-rings i:first-child {
  transform: translateX(-2.5rem);
}

.cloud-rings i:nth-child(2) {
  transform: translateX(2.5rem);
}

.cloud-rings i:nth-child(3) {
  width: 8rem;
  height: 4rem;
  transform: translateY(2rem);
}

.cloud-rings b {
  z-index: 1;
  color: var(--starshot-violet);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.cloud-surface h3 {
  margin: 0 0 0.7rem;
  font-size: var(--text-xl);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.cloud-surface p {
  min-height: 5.5rem;
  margin: 0;
  color: var(--starshot-text-soft);
  font-size: var(--text-sm);
}

.cloud-surface ul {
  display: grid;
  gap: 0.55rem;
  margin: 1.5rem 0 0;
  padding: 1.2rem 0 0;
  border-top: 1px solid var(--starshot-line);
  color: var(--starshot-text-dim);
  font-size: 0.72rem;
  list-style: none;
}

.cloud-surface li::before {
  margin-right: 0.5rem;
  color: var(--starshot-mint);
  content: "↳";
}

.capability-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.9rem;
}

.capability {
  position: relative;
  min-height: 22rem;
  overflow: hidden;
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid var(--starshot-line);
  border-radius: var(--radius-lg);
  background: var(--starshot-surface);
}

.capability--wide {
  display: grid;
  min-height: 25rem;
  grid-column: span 8;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 2rem;
}

.capability--ai {
  grid-column: span 4;
  background:
    radial-gradient(circle at 50% 38%, rgba(143, 255, 193, 0.12), transparent 31%),
    var(--starshot-surface);
}

.capability--identity {
  grid-column: span 4;
}

.capability--observability {
  display: grid;
  grid-column: span 5;
  grid-template-rows: auto 1fr;
}

.capability--data {
  grid-column: span 3;
  background:
    radial-gradient(circle at 65% 75%, rgba(169, 144, 255, 0.1), transparent 35%),
    var(--starshot-surface);
}

.cap-index {
  color: var(--starshot-cyan);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

.capability h3 {
  margin: 1rem 0 0.8rem;
  font-size: var(--text-xl);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.capability p {
  margin: 0;
  color: var(--starshot-text-soft);
  font-size: var(--text-sm);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.4rem;
}

.pipeline {
  display: grid;
  grid-template-columns: 1fr 0.25fr 1fr 0.25fr 1fr 0.25fr 1fr;
  align-items: center;
}

.pipeline > div {
  padding: 1rem 0.55rem;
  border: 1px solid var(--starshot-line);
  border-radius: var(--radius-md);
  background: var(--starshot-ink);
  text-align: center;
}

.pipeline > span {
  height: 1px;
  background: var(--starshot-line-strong);
}

.pipeline i {
  display: block;
  color: var(--starshot-text-dim);
  font-family: var(--font-mono);
  font-size: 0.5rem;
  font-style: normal;
}

.pipeline b {
  display: block;
  margin: 0.4rem 0 0.15rem;
  font-size: 0.72rem;
}

.pipeline small {
  display: block;
  color: var(--starshot-text-dim);
  font-size: 0.52rem;
}

.pipeline .pipeline-active {
  border-color: rgba(143, 255, 193, 0.5);
  box-shadow: 0 0 24px rgba(143, 255, 193, 0.09);
}

.pipeline .pipeline-active i,
.pipeline .pipeline-active b {
  color: var(--starshot-mint);
}

.pulse-core {
  position: relative;
  display: grid;
  width: 9rem;
  height: 9rem;
  place-items: center;
  margin: 1.6rem auto;
}

.pulse-core i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(143, 255, 193, 0.25);
  border-radius: 42% 58% 48% 52%;
  animation: spin 12s linear infinite;
}

.pulse-core i:nth-child(2) {
  inset: 1.1rem;
  border-color: rgba(91, 231, 255, 0.3);
  animation-direction: reverse;
  animation-duration: 8s;
}

.pulse-core b {
  color: var(--starshot-mint);
  font-family: var(--font-mono);
  font-size: 1.2rem;
}

.metric-row {
  display: flex;
  gap: 1rem;
  margin-top: 1.3rem;
  padding-top: 1rem;
  border-top: 1px solid var(--starshot-line);
  color: var(--starshot-text-dim);
  font-size: 0.6rem;
}

.metric-row b {
  color: var(--starshot-text);
  font-family: var(--font-mono);
  font-size: 0.9rem;
}

.identity-stack {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.3rem 0;
}

.identity-stack span {
  display: grid;
  width: 4.7rem;
  height: 4.7rem;
  place-items: center;
  margin-left: -0.85rem;
  border: 1px solid var(--starshot-line-strong);
  border-radius: 50%;
  background: rgba(9, 16, 24, 0.9);
  color: var(--starshot-text-soft);
  font-family: var(--font-mono);
  font-size: 0.55rem;
}

.identity-stack span:nth-child(2) {
  border-color: rgba(91, 231, 255, 0.4);
}

.identity-stack span:nth-child(3) {
  border-color: rgba(143, 255, 193, 0.4);
}

.identity-stack span:nth-child(4) {
  border-color: rgba(169, 144, 255, 0.4);
}

.telemetry-chart {
  position: relative;
  display: flex;
  min-height: 9rem;
  align-items: end;
  gap: 0.45rem;
  margin-top: 1.4rem;
  padding: 1rem;
  border: 1px solid var(--starshot-line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(rgba(181, 210, 226, 0.05) 1px, transparent 1px);
  background-size: 100% 25%;
}

.telemetry-chart i {
  z-index: 1;
  flex: 1;
  height: var(--h);
  border-radius: 0.25rem 0.25rem 0 0;
  background: linear-gradient(to top, rgba(91, 231, 255, 0.17), rgba(91, 231, 255, 0.65));
}

.chart-line {
  position: absolute;
  z-index: 2;
  right: 1rem;
  left: 1rem;
  height: 2px;
  border-radius: 1rem;
  transform: rotate(-6deg);
  transform-origin: left;
}

.chart-line--one {
  top: 45%;
  background: linear-gradient(90deg, transparent, var(--starshot-mint), transparent);
}

.chart-line--two {
  top: 63%;
  background: linear-gradient(90deg, transparent, var(--starshot-violet), transparent);
  transform: rotate(4deg);
}

.data-orbits {
  position: relative;
  min-height: 9rem;
  margin-top: 2rem;
}

.data-orbits span {
  position: absolute;
  display: grid;
  width: 5.4rem;
  height: 5.4rem;
  place-items: center;
  border: 1px solid var(--starshot-line-strong);
  border-radius: 50%;
  color: var(--starshot-text-dim);
  font-family: var(--font-mono);
  font-size: 0.52rem;
}

.data-orbits span:nth-child(1) {
  top: 0;
  left: 50%;
  border-color: rgba(169, 144, 255, 0.5);
  transform: translateX(-50%);
}

.data-orbits span:nth-child(2) {
  bottom: 0;
  left: 0;
}

.data-orbits span:nth-child(3) {
  right: 0;
  bottom: 0;
}

.placement-section .section-intro {
  max-width: 780px;
}

.placement-table {
  overflow: hidden;
}

.table-head,
.table-row {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.7fr 1.35fr;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.4rem;
}

.table-head {
  border-bottom: 1px solid var(--starshot-line-strong);
  background: rgba(18, 29, 41, 0.76);
  color: var(--starshot-text-dim);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.table-row {
  min-height: 4.4rem;
  border-bottom: 1px solid var(--starshot-line);
}

.table-row:last-child {
  border: 0;
}

.table-row strong {
  font-size: var(--text-sm);
  font-weight: 500;
}

.table-row small {
  color: var(--starshot-text-dim);
  font-size: 0.7rem;
}

.fit {
  width: fit-content;
  padding: 0.3rem 0.5rem;
  border: 1px solid var(--starshot-line);
  border-radius: var(--radius-pill);
  color: var(--starshot-text-dim);
  font-family: var(--font-mono);
  font-size: 0.56rem;
}

.fit--best {
  border-color: rgba(143, 255, 193, 0.35);
  background: rgba(143, 255, 193, 0.06);
  color: var(--starshot-mint);
}

.fit--cloud {
  border-color: rgba(169, 144, 255, 0.4);
  background: rgba(169, 144, 255, 0.07);
  color: var(--starshot-violet);
}

.architecture-section {
  border-block: 1px solid var(--starshot-line);
  background:
    radial-gradient(circle at 80% 40%, rgba(91, 231, 255, 0.06), transparent 30%),
    var(--starshot-ink);
}

.architecture-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
}

.architecture-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
}

.architecture-statement {
  max-width: 760px;
}

.architecture-statement > p:last-child {
  max-width: 670px;
}

.architecture-details {
  padding-bottom: 0.35rem;
}

.check-list {
  display: grid;
  gap: 0;
  margin: 2rem 0;
  padding: 0;
  border-block: 1px solid var(--starshot-line);
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--starshot-line);
  color: var(--starshot-text-soft);
  font-size: var(--text-sm);
}

.check-list li:last-child {
  border: 0;
}

.check-list span {
  color: var(--starshot-cyan);
  font-family: var(--font-mono);
  font-size: 0.65rem;
}

.system-map {
  position: relative;
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.5rem);
  border-color: rgba(91, 231, 255, 0.2);
  background:
    radial-gradient(circle at 15% 12%, rgba(91, 231, 255, 0.08), transparent 28%),
    radial-gradient(circle at 88% 28%, rgba(169, 144, 255, 0.09), transparent 30%),
    linear-gradient(rgba(91, 231, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 231, 255, 0.025) 1px, transparent 1px),
    #07101a;
  background-size: auto, auto, 44px 44px, 44px 44px, auto;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.system-map::after {
  position: absolute;
  z-index: 0;
  right: -11rem;
  bottom: -15rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(169, 144, 255, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 4rem rgba(169, 144, 255, 0.015),
    0 0 0 8rem rgba(91, 231, 255, 0.01);
  content: "";
  pointer-events: none;
}

.system-map__head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--starshot-line);
  color: var(--starshot-text-dim);
}

.system-map__head > div:first-child {
  display: grid;
  gap: 0.4rem;
}

.system-map__head small {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--starshot-mint);
  font: 500 0.57rem/1 var(--font-mono);
  text-transform: uppercase;
}

.system-map__head small i,
.system-detail__state i,
.foundation-chip i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--starshot-mint);
  box-shadow: 0 0 12px var(--starshot-mint);
}

.system-map__tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0.2rem;
  border: 1px solid var(--starshot-line);
  border-radius: 999px;
  background: rgba(4, 10, 18, 0.58);
}

.system-tab {
  appearance: none;
  padding: 0.58rem 0.78rem;
  border: 0;
  border-radius: 999px;
  color: var(--starshot-text-dim);
  background: transparent;
  font: 600 0.58rem/1 var(--font-mono);
  cursor: pointer;
  transition:
    color var(--duration-fast),
    background var(--duration-fast);
}

.system-tab:hover {
  color: var(--starshot-text);
}

.system-tab.is-active {
  color: var(--starshot-void);
  background: var(--starshot-mint);
  box-shadow: 0 0 22px rgba(102, 255, 204, 0.22);
}

.system-route {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(155px, 0.7fr) minmax(40px, 0.38fr) minmax(185px, 0.85fr) minmax(40px, 0.38fr) minmax(155px, 0.7fr);
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.4rem) clamp(0.25rem, 3vw, 2rem);
}

.route-station {
  appearance: none;
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: auto 1fr;
  column-gap: 0.75rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--starshot-line-strong);
  border-radius: 999px;
  color: var(--starshot-text);
  background:
    linear-gradient(130deg, rgba(91, 231, 255, 0.07), transparent 55%),
    rgba(5, 11, 19, 0.9);
  text-align: left;
  cursor: pointer;
  transition:
    border-color var(--duration-fast),
    transform var(--duration-fast),
    opacity var(--duration-fast);
}

.route-station:hover,
.route-station.is-selected {
  z-index: 2;
  border-color: rgba(143, 255, 193, 0.58);
  transform: translateY(-2px);
}

.route-station--cloud {
  background:
    linear-gradient(130deg, rgba(169, 144, 255, 0.11), transparent 55%),
    rgba(5, 11, 19, 0.9);
}

.route-station__icon {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  grid-row: 1 / 3;
  place-items: center;
  border: 1px solid rgba(91, 231, 255, 0.42);
  border-radius: 50%;
  color: var(--starshot-cyan);
  background: #07101a;
  box-shadow: 0 0 20px rgba(91, 231, 255, 0.1);
  font-size: 1rem;
}

.route-station--cloud .route-station__icon {
  border-color: rgba(169, 144, 255, 0.56);
  color: var(--starshot-violet);
}

.route-station small {
  color: var(--starshot-text-dim);
  font: 500 0.53rem/1.2 var(--font-mono);
  text-transform: uppercase;
}

.route-station strong {
  align-self: end;
  overflow: hidden;
  font-size: 0.71rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.system-route__line {
  position: relative;
  height: 1px;
  background: linear-gradient(90deg, var(--starshot-cyan), rgba(91, 231, 255, 0.18));
}

.system-route__line--cloud {
  background: linear-gradient(90deg, rgba(91, 231, 255, 0.18), var(--starshot-violet));
}

.system-route__line i {
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--starshot-text);
  box-shadow: 0 0 12px var(--starshot-cyan);
  animation: architecture-packet 3.2s linear infinite;
}

.system-map__workspace {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(250px, 0.62fr);
  gap: 0.8rem;
}

.system-node-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.system-node {
  appearance: none;
  position: relative;
  display: flex;
  min-height: 12.5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid var(--starshot-line);
  border-radius: var(--radius-md);
  color: var(--starshot-text);
  background:
    linear-gradient(145deg, rgba(91, 231, 255, 0.055), transparent 45%),
    rgba(8, 17, 28, 0.86);
  text-align: left;
  cursor: pointer;
  transition:
    opacity var(--duration-fast),
    border-color var(--duration-fast),
    transform var(--duration-fast);
}

.system-node::after {
  position: absolute;
  right: -2.5rem;
  bottom: -3.5rem;
  width: 7rem;
  height: 7rem;
  border: 1px solid rgba(91, 231, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.system-node:hover,
.system-node.is-selected {
  z-index: 1;
  border-color: rgba(143, 255, 193, 0.52);
  transform: translateY(-3px);
}

.system-node.is-muted {
  opacity: 0.2;
}

.system-node--ai,
.system-node--services {
  background:
    linear-gradient(145deg, rgba(169, 144, 255, 0.09), transparent 46%),
    rgba(8, 17, 28, 0.86);
}

.system-node--delivery,
.system-node--observe {
  background:
    linear-gradient(145deg, rgba(143, 255, 193, 0.065), transparent 46%),
    rgba(8, 17, 28, 0.86);
}

.system-node__icon {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  margin-bottom: 1rem;
  place-items: center;
  border: 1px solid rgba(91, 231, 255, 0.38);
  border-radius: 50%;
  color: var(--starshot-cyan);
  font-size: 1rem;
}

.system-node small {
  color: var(--starshot-text-dim);
  font: 500 0.52rem/1 var(--font-mono);
  text-transform: uppercase;
}

.system-node strong {
  margin: 0.4rem 0;
  font-size: 0.9rem;
}

.system-node > span:not(.system-node__icon) {
  color: var(--starshot-text-dim);
  font-size: 0.66rem;
  line-height: 1.45;
}

.system-node > i {
  width: 100%;
  margin-top: auto;
  padding-top: 0.8rem;
  border-top: 1px solid var(--starshot-line);
  color: var(--starshot-mint);
  font: normal 500 0.46rem/1 var(--font-mono);
  letter-spacing: 0.08em;
}

.system-detail {
  display: flex;
  min-height: 25.65rem;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.15rem, 2vw, 1.6rem);
  border: 1px solid rgba(169, 144, 255, 0.26);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 100% 0, rgba(169, 144, 255, 0.16), transparent 35%),
    rgba(7, 12, 22, 0.92);
}

.system-detail__top,
.system-detail__state {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.system-detail__state {
  color: var(--starshot-mint);
  font: 500 0.5rem/1 var(--font-mono);
}

.system-detail small {
  color: var(--starshot-violet);
  font: 500 0.56rem/1 var(--font-mono);
  text-transform: uppercase;
}

.system-detail h3 {
  margin: 0.65rem 0 0.8rem;
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.system-detail p {
  margin: 0;
  color: var(--starshot-text-soft);
  font-size: 0.8rem;
}

.system-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.system-detail__tags span {
  padding: 0.38rem 0.5rem;
  border: 1px solid var(--starshot-line);
  border-radius: 999px;
  color: var(--starshot-text-dim);
  font: 500 0.48rem/1 var(--font-mono);
}

.system-detail__path {
  display: grid;
  gap: 0.35rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--starshot-line);
  color: var(--starshot-text-dim);
  font-size: 0.5rem;
}

.system-detail__path b {
  color: var(--starshot-cyan);
  font-weight: 500;
}

.system-foundation {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) repeat(2, minmax(180px, 0.75fr));
  gap: 0;
  margin-top: 0.8rem;
  border: 1px solid var(--starshot-line);
  border-radius: var(--radius-md);
  background: rgba(5, 11, 18, 0.78);
}

.system-foundation > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  align-content: center;
  padding: 0.9rem 1rem;
  border-right: 1px solid var(--starshot-line);
}

.system-foundation > div:last-child {
  border: 0;
}

.system-foundation > div:first-child {
  display: grid;
}

.foundation-chip {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--starshot-mint);
  font: 500 0.49rem/1 var(--font-mono);
}

.system-foundation strong {
  font-size: 0.68rem;
  font-weight: 500;
}

.system-foundation small {
  width: 100%;
  color: var(--starshot-text-dim);
  font: 500 0.49rem/1 var(--font-mono);
  text-transform: uppercase;
}

.system-foundation div span:not(.foundation-chip) {
  color: var(--starshot-text-soft);
  font-size: 0.56rem;
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.delivery-card {
  display: flex;
  min-height: 25rem;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid var(--starshot-line);
  border-radius: var(--radius-lg);
  background: var(--starshot-surface);
  transition: transform var(--duration-base) var(--ease-out), border-color var(--duration-base);
}

.delivery-card:hover {
  transform: translateY(-6px);
  border-color: var(--starshot-line-strong);
}

.delivery-card--featured {
  border-color: rgba(143, 255, 193, 0.34);
  background:
    linear-gradient(145deg, rgba(143, 255, 193, 0.1), transparent 45%),
    var(--starshot-surface);
}

.delivery-number {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border: 1px solid var(--starshot-line-strong);
  border-radius: 50%;
  color: var(--starshot-cyan);
  font-family: var(--font-mono);
  font-size: 0.75rem;
}

.delivery-card h3 {
  margin: 0 0 0.7rem;
  font-size: var(--text-xl);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.delivery-card p {
  margin: 0;
  color: var(--starshot-text-soft);
  font-size: var(--text-sm);
}

.delivery-link {
  padding-top: 1rem;
  border-top: 1px solid var(--starshot-line);
  color: var(--starshot-text-dim);
  font-family: var(--font-mono);
  font-size: 0.6rem;
}

.open-section {
  padding-block: var(--space-9);
  border-block: 1px solid var(--starshot-line);
  background: #e9f0ee;
  color: #09110f;
}

.open-section .eyebrow {
  color: #087a53;
}

.open-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  gap: 6rem;
}

.open-mark {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(9, 17, 15, 0.2);
  border-radius: 50%;
}

.open-mark span {
  font-size: clamp(2.6rem, 7vw, 6.5rem);
  font-weight: 700;
  letter-spacing: -0.08em;
}

.open-mark i {
  position: absolute;
  border: 1px solid rgba(9, 17, 15, 0.16);
  border-radius: 50%;
}

.open-mark i:nth-child(2) {
  inset: 10%;
}

.open-mark i:nth-child(3) {
  inset: 22%;
}

.open-mark i:nth-child(4) {
  inset: -7%;
  border-style: dashed;
  animation: spin 26s linear infinite;
}

.open-copy h2 {
  max-width: 760px;
}

.open-copy > p {
  max-width: 760px;
  color: #485650;
}

.open-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(9, 17, 15, 0.16);
}

.open-points span {
  color: #5a6862;
  font-size: 0.76rem;
}

.open-points b {
  display: block;
  margin-bottom: 0.45rem;
  color: #09110f;
  font-size: 0.85rem;
}

.contact {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 4rem;
  margin-block: var(--space-9);
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(143, 255, 193, 0.32);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 85% 20%, rgba(91, 231, 255, 0.16), transparent 28%),
    radial-gradient(circle at 10% 90%, rgba(169, 144, 255, 0.12), transparent 34%),
    var(--starshot-surface);
  box-shadow: var(--shadow-float);
}

.contact h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.contact-side {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.5rem;
}

.site-footer {
  border-top: 1px solid var(--starshot-line);
}

.footer-inner {
  display: grid;
  min-height: 8rem;
  grid-template-columns: 0.6fr 0.8fr 1.6fr;
  align-items: center;
  gap: 2rem;
  color: var(--starshot-text-dim);
  font-size: 0.7rem;
}

.footer-inner p {
  margin: 0;
}

.footer-inner > div {
  display: flex;
  justify-content: flex-end;
  gap: 1.4rem;
}

.group-link {
  color: var(--starshot-text-dim);
  transition: color var(--duration-fast);
}

.group-link:hover {
  color: var(--starshot-mint);
}

@keyframes status-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

@keyframes route-packet {
  0% {
    left: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: calc(100% - 7px);
    opacity: 0;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes architecture-packet {
  0% {
    left: 0;
    opacity: 0;
  }
  12%,
  88% {
    opacity: 1;
  }
  100% {
    left: calc(100% - 0.4rem);
    opacity: 0;
  }
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 900px;
  }

  .placement-console {
    width: min(100%, 680px);
    margin-left: auto;
  }

  .capability--wide {
    grid-column: span 12;
  }

  .capability--ai,
  .capability--identity {
    grid-column: span 6;
  }

  .capability--observability {
    grid-column: span 7;
  }

  .capability--data {
    grid-column: span 5;
  }

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

  .system-detail {
    min-height: 20rem;
  }

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

  .system-foundation > div:first-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid var(--starshot-line);
  }
}

@media (max-width: 850px) {
  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 1rem;
    left: 1rem;
    display: none;
    align-items: stretch;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid var(--starshot-line);
    border-radius: var(--radius-lg);
    background: rgba(8, 13, 20, 0.98);
    box-shadow: var(--shadow-float);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav > a:not(.button) {
    padding: 0.65rem;
  }

  .three-surfaces,
  .delivery-grid {
    grid-template-columns: 1fr;
  }

  .cloud-surface {
    min-height: auto;
  }

  .cloud-surface p {
    min-height: 0;
  }

  .section-intro--split,
  .architecture-copy,
  .open-layout,
  .contact {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .architecture-copy {
    max-width: 720px;
  }

  .system-map__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .system-map__tabs {
    width: 100%;
    border-radius: var(--radius-md);
  }

  .system-tab {
    flex: 1 1 9rem;
  }

  .system-route {
    grid-template-columns: minmax(130px, 0.75fr) minmax(24px, 0.24fr) minmax(150px, 0.85fr) minmax(24px, 0.24fr) minmax(130px, 0.75fr);
    padding-inline: 0;
  }

  .route-station {
    padding: 0.7rem;
  }

  .route-station__icon {
    display: none;
  }

  .system-node-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .open-mark {
    width: min(100%, 390px);
  }

  .rail-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 1.2rem;
  }

  .rail-inner div {
    justify-content: flex-start;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-block: 2rem;
  }

  .footer-inner > div {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .ambient {
    width: 100vw;
    height: 100vw;
  }

  .ambient--one {
    right: -35vw;
  }

  .ambient--two {
    left: -35vw;
  }

  .shell {
    width: min(calc(100% - 1.25rem), var(--page-width));
  }

  .site-header {
    padding-top: 0.4rem;
  }

  .nav-wrap {
    min-height: 3.6rem;
  }

  .hero {
    min-height: auto;
    padding-block: 5rem;
  }

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

  .placement-console {
    margin: 0;
  }

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

  .route-stage {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .route-line {
    width: 1px;
    height: 3rem;
    margin: 0 auto;
    background: linear-gradient(var(--starshot-cyan), var(--starshot-mint));
  }

  .route-line::before,
  .route-line::after {
    left: -3px;
  }

  .route-line::before {
    top: 0;
  }

  .route-line::after {
    top: auto;
    bottom: 0;
  }

  .route-packet {
    top: 0;
    left: -3px;
    animation: route-packet-mobile 2.6s var(--ease-out) infinite;
  }

  .route-label {
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
  }

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

  .decision-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--starshot-line);
  }

  .console-foot {
    flex-direction: column;
    gap: 0.4rem;
  }

  .capability--wide,
  .capability--ai,
  .capability--identity,
  .capability--observability,
  .capability--data {
    display: block;
    min-height: auto;
    grid-column: span 12;
  }

  .pipeline {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 2rem;
  }

  .pipeline > span {
    width: 1px;
    height: 1.2rem;
    margin: auto;
  }

  .identity-stack span {
    width: 4rem;
    height: 4rem;
  }

  .table-head {
    display: none;
  }

  .table-row {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }

  .table-row strong,
  .table-row small {
    grid-column: 1 / -1;
  }

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

  .open-mark i:nth-child(4) {
    inset: 0;
  }

  .system-map {
    padding: 0.75rem;
  }

  .system-map__head {
    padding: 0.5rem 0.35rem 1rem;
  }

  .system-map__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: var(--radius-md);
  }

  .system-tab {
    min-height: 2.45rem;
    border-radius: calc(var(--radius-md) - 0.2rem);
  }

  .system-route {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 1rem 0.25rem;
  }

  .route-station {
    grid-template-columns: auto 1fr;
    border-radius: var(--radius-md);
  }

  .route-station__icon {
    display: grid;
  }

  .system-route__line {
    width: 1px;
    height: 1.4rem;
    margin-inline: 2rem;
    background: linear-gradient(var(--starshot-cyan), rgba(91, 231, 255, 0.18));
  }

  .system-route__line--cloud {
    background: linear-gradient(rgba(91, 231, 255, 0.18), var(--starshot-violet));
  }

  .system-route__line i {
    top: 0;
    left: -0.2rem;
    animation: architecture-packet-mobile 2.4s linear infinite;
  }

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

  .system-node {
    min-height: 11.5rem;
  }

  .system-detail {
    min-height: 23rem;
  }

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

  .system-foundation > div,
  .system-foundation > div:first-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--starshot-line);
  }
}

@keyframes architecture-packet-mobile {
  0% {
    top: 0;
    opacity: 0;
  }
  12%,
  88% {
    opacity: 1;
  }
  100% {
    top: calc(100% - 0.4rem);
    opacity: 0;
  }
}

@keyframes route-packet-mobile {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: calc(100% - 7px);
    opacity: 0;
  }
}
