@font-face {
  font-family: "Avenir Next LT Pro";
  font-weight: 300;
  font-style: normal;
  src: local("Avenir Next LT Pro Light"),
       local("AvenirNextLTPro-Light"),
       local("Avenir Next Light"),
       local("AvenirNext-Light");
}

:root {
  --ink: #050505;
  --paper: #f5f5f1;
  --muted: #8fa4b4;
  --line: #d9d8d1;
  --white: #ffffff;
  --signal: #cfc9b5;
  --field: #10110f;
  --font-body: "Avenir Next LT Pro", "Avenir Next", "Avenir", "Trebuchet MS", sans-serif;
  --font-display: "Space Grotesk", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: #000;
  color: var(--paper);
  font-family: var(--font-body);
  font-weight: 300;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  position: relative;
}

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

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(0, 0, 0, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  left: 0;
  min-height: 70px;
  padding: 16px clamp(18px, 20vw, 380px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
}

.brand img {
  display: block;
  filter: invert(1);
  height: 34px;
  object-fit: contain;
  width: auto;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 2.4vw, 30px);
  justify-content: flex-end;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--white);
}

.hero {
  background: var(--field);
  color: var(--white);
  min-height: 92vh;
  overflow: hidden;
  position: relative;
}

.hero img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.2) 52%, rgba(0, 0, 0, 0.44)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.76));
  inset: 0;
  position: absolute;
}

.hero-content {
  max-width: 880px;
  padding: 24vh clamp(18px, 20vw, 380px) 170px;
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker {
  color: currentColor;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 18px;
  opacity: 0.74;
  text-transform: uppercase;
}

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

h1 {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 11vw, 9rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.94;
  margin-bottom: 28px;
}

.hero-copy,
.page-hero p {
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.45;
  max-width: 690px;
}

.hero-metrics {
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  bottom: 0;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  left: clamp(18px, 20vw, 380px);
  position: absolute;
  right: clamp(18px, 20vw, 380px);
  z-index: 2;
}

.hero-metrics span {
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  min-height: 96px;
  padding: 22px 18px;
  text-transform: uppercase;
}

.hero-metrics span:last-child {
  border-right: 0;
}

.hero-metrics strong {
  color: var(--white);
  display: block;
  font-family: var(--font-display);
  font-size: 1.75rem;
  line-height: 1;
}

.split-section,
.signal-grid,
.page-shell,
.technical-layout,
.capability-table,
.team-grid,
.contact-layout {
  padding-left: clamp(18px, 20vw, 380px);
  padding-right: clamp(18px, 20vw, 380px);
}

.split-section {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(28px, 7vw, 90px);
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  padding-bottom: clamp(56px, 8vw, 108px);
  padding-top: clamp(58px, 8vw, 110px);
}

.split-section h2,
.page-hero h1 {
  color: var(--white);
}

.page-hero h1 {
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.28;
  margin-bottom: 0;
  text-transform: uppercase;
}

.split-section h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5.4vw, 5.2rem);
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.copy-stack p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.signal-grid,
.team-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: clamp(68px, 9vw, 128px);
  padding-top: clamp(54px, 8vw, 104px);
}

.signal-grid article,
.team-grid article,
.capability-table article,
.spec-list article {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 220px;
  padding: 24px 28px 28px 0;
}

.signal-grid article + article,
.team-grid article + article {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}

.signal-grid span,
.team-grid span,
.capability-table span,
.spec-list span,
.contact-block span {
  color: var(--muted);
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 800;
  margin-bottom: 34px;
  text-transform: uppercase;
}

h3,
.signal-grid h3,
.team-grid h2,
.capability-table h2,
.spec-list h2 {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 2.65rem);
  line-height: 1.08;
  margin-bottom: 18px;
}

.signal-grid p,
.team-grid p,
.capability-table p,
.spec-list p,
.contact-block p {
  color: var(--muted);
  line-height: 1.62;
}

.page-shell {
  padding-top: 130px;
}

.page-hero {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: clamp(42px, 7vw, 92px);
  padding-top: clamp(28px, 5vw, 62px);
}

.page-hero.compact {
  padding-bottom: 54px;
}

.technical-layout {
  display: grid;
  gap: clamp(30px, 6vw, 86px);
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 0.8fr);
  padding-bottom: clamp(70px, 9vw, 130px);
  padding-top: clamp(48px, 7vw, 86px);
}

.airframe-panel {
  align-items: center;
  background: var(--field);
  display: flex;
  min-height: 540px;
  overflow: hidden;
  padding: 40px;
}

.uav-silhouette {
  height: min(38vw, 360px);
  margin: auto;
  max-height: 380px;
  min-height: 220px;
  position: relative;
  width: 100%;
}

.uav-silhouette span {
  background: var(--paper);
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.uav-silhouette .wing {
  clip-path: polygon(0 50%, 50% 24%, 100% 50%, 50% 76%);
  height: 58%;
  width: 96%;
}

.uav-silhouette .body {
  clip-path: polygon(7% 45%, 82% 36%, 100% 50%, 82% 64%, 7% 55%, 0 50%);
  height: 17%;
  width: 74%;
}

.uav-silhouette .tail {
  clip-path: polygon(0 50%, 100% 0, 78% 50%, 100% 100%);
  height: 38%;
  left: 18%;
  width: 28%;
}

.spec-list {
  display: grid;
  gap: 28px;
}

.capability-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: clamp(70px, 9vw, 130px);
}

.capability-table article {
  border-bottom: 1px solid var(--line);
  min-height: 260px;
  padding-right: clamp(24px, 5vw, 70px);
}

.capability-table article:nth-child(even) {
  border-left: 1px solid var(--line);
  padding-left: clamp(24px, 5vw, 70px);
}

.contact-layout {
  display: grid;
  gap: clamp(28px, 8vw, 110px);
  grid-template-columns: minmax(260px, 0.72fr) minmax(280px, 0.9fr);
  padding-bottom: clamp(70px, 9vw, 130px);
  padding-top: clamp(46px, 7vw, 88px);
}

.contact-form-only {
  grid-template-columns: minmax(280px, 720px);
  justify-content: center;
}

.contact-block a {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4.6vw, 4.2rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  gap: 20px;
}

.contact-form label {
  color: var(--muted);
  display: grid;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 8px;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--paper);
  font: inherit;
  min-height: 52px;
  outline: none;
  padding: 12px 0;
  width: 100%;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  background: var(--paper);
  border: 1px solid var(--paper);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  justify-self: start;
  min-height: 52px;
  padding: 0 24px;
  text-transform: uppercase;
}

.team-page {
  background: #000;
  min-height: 100vh;
  padding: 128px clamp(18px, 20vw, 380px) clamp(58px, 8vw, 108px);
}

.team-intro {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: clamp(32px, 5vw, 58px);
}

.team-intro h1 {
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.28;
  max-width: 1120px;
  text-transform: uppercase;
}

.founder-grid {
  display: grid;
  gap: clamp(22px, 3.5vw, 54px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: clamp(40px, 7vw, 82px);
}

.founder-card {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  min-height: 560px;
  padding: 24px 28px 28px 0;
}

.founder-card + .founder-card {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}

.founder-avatar {
  border-radius: 50%;
  height: 154px;
  margin-bottom: 28px;
  overflow: hidden;
  width: 154px;
}

.founder-avatar img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.founder-card span {
  color: var(--muted);
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.founder-card h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.02;
  margin-bottom: 8px;
}

.founder-credential {
  color: var(--paper);
  font-size: 0.92rem;
  font-weight: 800;
  margin-bottom: 28px;
}

.founder-card p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.56;
  margin-bottom: 18px;
}

.founder-affiliation {
  align-self: end;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--paper);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-top: 28px;
  padding-top: 16px;
  text-transform: uppercase;
}

.technology-page {
  background: #000;
}

/* ── HIW: edgy dark-tech — unified blue ───────────────────── */

@keyframes hiw-pulse {
  0%, 100% { box-shadow: 0 0 12px rgba(68, 117, 245, 0.2), inset 0 0 20px rgba(68, 117, 245, 0.04); }
  50%       { box-shadow: 0 0 26px rgba(68, 117, 245, 0.44), inset 0 0 20px rgba(68, 117, 245, 0.09); }
}

@keyframes hiw-dash {
  to { stroke-dashoffset: -22; }
}

.hiw-flow-panel {
  background: #060a14;
  border: 1px solid rgba(68, 117, 245, 0.2);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.6);
  margin-top: clamp(24px, 3.5vw, 40px);
  overflow: hidden;
  padding: clamp(22px, 3vw, 42px);
  position: relative;
}

.hiw-flow-panel::before {
  background-image:
    linear-gradient(rgba(68, 117, 245, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(68, 117, 245, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hiw-diagram-grid {
  align-items: center;
  display: grid;
  grid-template-columns:
    minmax(80px, 1fr)
    clamp(28px, 4vw, 52px)
    minmax(80px, 1fr)
    clamp(28px, 4vw, 52px)
    minmax(80px, 1fr)
    clamp(28px, 4vw, 52px)
    minmax(80px, 1fr);
  position: relative;
  row-gap: clamp(14px, 2vw, 22px);
  z-index: 1;
}

/* Spanning title */
.hiw-diagram-title {
  color: #4475f5;
  font-size: 1.16rem;
  font-weight: 800;
  grid-column: 1 / -1;
  letter-spacing: 0.18em;
  margin: 0 0 4px;
  text-align: center;
  text-transform: uppercase;
}

/* Detection items — no outer frame */
.hiw-detection-items {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
}

.hiw-sub-box {
  animation: hiw-pulse 3.5s ease-in-out infinite;
  background: rgba(68, 117, 245, 0.06);
  border: 1px solid rgba(68, 117, 245, 0.45);
  color: #7ba3ff;
  font-size: clamp(0.62rem, 0.85vw, 0.76rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 8px 12px;
  text-align: center;
  text-transform: uppercase;
}

.hiw-sub-box:nth-child(2) { animation-delay: 0.4s; }
.hiw-sub-box:nth-child(3) { animation-delay: 0.8s; }

/* Connectors */
.hiw-conn {
  align-items: center;
  align-self: stretch;
  color: rgba(68, 117, 245, 0.65);
  display: flex;
  justify-content: center;
}

.hiw-conn svg line {
  animation: hiw-dash 1.4s linear infinite;
  stroke-dasharray: 6 3;
}

.hiw-conn--converge svg {
  height: 100%;
  width: 100%;
}

.hiw-conn--simple svg {
  height: 14px;
  width: 100%;
}

/* Boxes */
.hiw-box {
  animation: hiw-pulse 3.5s ease-in-out infinite;
  background: rgba(68, 117, 245, 0.06);
  border: 1px solid rgba(68, 117, 245, 0.5);
  color: #7ba3ff;
  display: flex;
  flex-direction: column;
  font-size: clamp(0.64rem, 0.88vw, 0.78rem);
  font-weight: 700;
  gap: 5px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding: 14px;
  text-align: center;
  text-transform: uppercase;
}

.hiw-box:nth-of-type(2) { animation-delay: 0.5s; }
.hiw-box:nth-of-type(3) { animation-delay: 1s; }

.hiw-box-sub {
  color: rgba(123, 163, 255, 0.5);
  display: block;
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 3px;
}

/* Description text */
.hiw-text {
  align-self: start;
  color: var(--muted);
  font-size: clamp(0.72rem, 0.92vw, 0.82rem);
  line-height: 1.62;
  margin: 0;
}

.hiw-text strong {
  color: #7ba3ff;
  font-weight: 700;
}

.hiw-brand {
  color: #7ba3ff;
  font-weight: inherit;
  text-decoration: none;
}

@media (max-width: 860px) {
  .hiw-diagram-grid {
    grid-template-columns: 1fr;
  }

  .hiw-conn--converge {
    display: none;
  }

  .hiw-conn--simple svg {
    height: 24px;
    transform: rotate(90deg);
    width: 24px;
  }
}

.technology-screen {
  min-height: 100vh;
  padding: 116px clamp(18px, 20vw, 380px) clamp(54px, 7vw, 92px);
}

.technology-stack {
  display: grid;
  gap: clamp(8px, 1.5vh, 16px);
  padding-top: clamp(34px, 6vh, 72px);
}

.technology-row {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: clamp(26px, 5vw, 70px);
  grid-template-columns: minmax(220px, 0.62fr) minmax(280px, 0.72fr) minmax(320px, 1fr);
  min-height: clamp(190px, 25vh, 260px);
  padding-top: clamp(22px, 4vh, 34px);
}

.technology-label {
  align-content: start;
  display: grid;
  gap: 18px;
  justify-items: start;
}

@keyframes icon-pop {
  0% { opacity: 0; transform: scale(0.5); }
  65% { transform: scale(1.1); }
  100% { opacity: 1; transform: scale(1); }
}

.technology-icon-img {
  animation: icon-pop 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
  display: block;
  height: 72px;
  object-fit: contain;
  width: 106px;
}

.technology-icon {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    var(--field);
  color: var(--white);
  display: grid;
  height: 72px;
  justify-items: center;
  position: relative;
  width: 106px;
}

.technology-icon::before,
.technology-icon::after {
  content: "";
  position: absolute;
}

.sensor-icon::before {
  border: 2px solid var(--paper);
  border-radius: 999px;
  height: 30px;
  width: 30px;
}

.sensor-icon::after {
  background: var(--paper);
  height: 2px;
  transform: rotate(38deg);
  width: 54px;
}

.orchestration-icon::before {
  border: 2px solid var(--paper);
  border-radius: 999px;
  height: 34px;
  width: 34px;
}

.orchestration-icon::after {
  background:
    radial-gradient(circle at 50% 0, var(--paper) 0 4px, transparent 5px),
    radial-gradient(circle at 0 100%, var(--paper) 0 4px, transparent 5px),
    radial-gradient(circle at 100% 100%, var(--paper) 0 4px, transparent 5px);
  height: 44px;
  width: 62px;
}

.autonomy-icon::before {
  background: var(--paper);
  clip-path: polygon(50% 0, 100% 100%, 50% 72%, 0 100%);
  height: 44px;
  width: 42px;
}

.autonomy-icon::after {
  border-top: 2px solid rgba(245, 245, 241, 0.55);
  bottom: 18px;
  width: 74px;
}

.technology-label h1 {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 800;
  line-height: 1.28;
  margin: 0;
  max-width: 320px;
}

.technology-text-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 430px;
}

.technology-row > p,
.technology-text-col > p {
  color: var(--paper);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.42;
  margin: 0;
  max-width: 430px;
}

.find-out-more-link {
  align-items: center;
  background-color: #1e1e1e;
  background-image:
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper));
  background-size:
    1px 9px, 9px 1px,
    1px 9px, 9px 1px,
    1px 9px, 9px 1px,
    1px 9px, 9px 1px;
  background-position:
    0 0,       0 0,
    100% 0,    100% 0,
    0 100%,    0 100%,
    100% 100%, 100% 100%;
  background-repeat: no-repeat;
  border: none;
  color: var(--paper);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: clamp(0.84rem, 1vw, 1rem);
  font-weight: 700;
  gap: 7px;
  letter-spacing: 0.12em;
  margin-top: 12px;
  padding: 12px 16px;
  text-transform: uppercase;
  transition: background-color 0.2s, color 0.2s;
}

.find-out-more-link:hover {
  background-color: #2a2a2a;
  color: var(--white);
}

.find-out-more-arrow {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.find-out-more-link.is-open .find-out-more-arrow {
  transform: rotate(180deg);
}

.coming-soon-badge {
  align-items: center;
  background-color: #1e1e1e;
  background-image:
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper));
  background-size:
    1px 9px, 9px 1px,
    1px 9px, 9px 1px,
    1px 9px, 9px 1px,
    1px 9px, 9px 1px;
  background-position:
    0 0,       0 0,
    100% 0,    100% 0,
    0 100%,    0 100%,
    100% 100%, 100% 100%;
  background-repeat: no-repeat;
  color: var(--paper);
  display: inline-flex;
  font-family: inherit;
  font-size: clamp(0.84rem, 1vw, 1rem);
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.12em;
  padding: 12px 16px;
  text-transform: uppercase;
  align-self: start;
}

.sensor-detail-panel {
  grid-column: 1 / -1;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.hiw-inner-section {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: clamp(20px, 3vw, 32px);
  padding-top: clamp(20px, 3vw, 32px);
}

.sensor-metrics-bar {
  background: #07091a;
  border: 1px solid rgba(68, 117, 245, 0.22);
  display: flex;
  margin-top: 18px;
  padding: 22px clamp(16px, 3vw, 40px);
}

.sensor-metric {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 7px;
  padding: 0 clamp(12px, 2vw, 28px);
}

.sensor-metric:first-child {
  padding-left: 0;
}

.sensor-metric:last-child {
  border-right: none;
  padding-right: 0;
}

.sensor-metric-label {
  color: #4475f5;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.sensor-metric-value {
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(0.85rem, 1.3vw, 1.05rem);
  font-weight: 500;
  text-align: center;
}

.sensor-metric-note {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.technology-simulation {
  align-items: center;
  align-self: stretch;
  background: var(--field);
  border: none;
  color: var(--white);
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  justify-content: center;
  min-height: 180px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.technology-simulation:has(img) {
  background: transparent;
  border: none;
  min-height: auto;
  padding: 0;
}

.technology-simulation img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 56%;
}

.technology-stack {
  counter-reset: tech-step;
}

.technology-label {
  align-items: center;
  align-self: start;
  display: flex;
  gap: 14px;
}

.technology-label::before {
  color: rgba(68, 117, 245, 0.75);
  content: counter(tech-step);
  counter-increment: tech-step;
  flex-shrink: 0;
  font-size: clamp(2.1rem, 2.7vw, 2.55rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.technology-simulation-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.technology-simulation-caption {
  color: var(--muted);
  font-size: clamp(0.75rem, 0.9vw, 0.85rem);
  line-height: 1.5;
  margin: 0 0 10px;
  text-align: center;
}

.technology-row--wide-sim {
  grid-template-columns: minmax(220px, 0.62fr) minmax(200px, 0.7fr) minmax(0, 1fr);
}

.technology-simulation-pair {
  display: flex;
  gap: clamp(6px, 0.8vw, 10px);
}

.technology-simulation-slider-wrap {
  align-items: center;
  display: flex;
  gap: 14px;
}

.technology-simulation-slider {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}

.technology-simulation-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.technology-simulation-item {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.technology-simulation-item .technology-simulation--video video {
  display: block;
  height: auto;
  width: 100%;
}

.simulation-slider-arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 1.5rem;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding-bottom: 1px;
  transition: background 0.2s, border-color 0.2s, transform 0.25s;
  width: 40px;
}

.simulation-slider-arrow:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.6);
}

.simulation-slider-arrow.is-back {
  transform: rotate(180deg);
}

.technology-simulation--video {
  background: #000;
  border: none;
  min-height: auto;
  padding: 0;
}

.technology-simulation--captioned {
  position: relative;
}

.tech-video-caption {
  background: rgba(10, 20, 60, 0.82);
  color: var(--paper);
  font-size: clamp(0.58rem, 0.7vw, 0.68rem);
  left: 0;
  letter-spacing: 0.01em;
  line-height: 1.38;
  margin: 0;
  padding: 6px 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.technology-simulation--video video,
.technology-simulation--video img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.technology-simulation-pair .technology-simulation--video video {
  object-fit: contain;
}

.technology-simulation::before {
  content: none;
}

.technology-simulation span:first-child {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 2.65rem);
  line-height: 1.08;
  text-align: center;
  z-index: 1;
}

.prototype-page {
  background: #000;
}

.prototype-screen {
  padding-left: clamp(18px, 20vw, 380px);
  padding-right: clamp(18px, 20vw, 380px);
}

.prototype-overview {
  background: #000;
  padding-bottom: clamp(48px, 7vw, 80px);
  padding-top: 116px;
}

.prototype-overview > h1 {
  font-family: var(--font-body);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.28;
  margin: 0 0 clamp(26px, 4vh, 42px);
  max-width: 1320px;
  text-transform: uppercase;
}

.prototype-layout {
  align-items: start;
  display: grid;
  gap: clamp(30px, 4vw, 56px);
  grid-template-columns: minmax(330px, 0.8fr) minmax(360px, 1fr);
}

.prototype-render {
  background: #000;
  border: none;
  overflow: hidden;
  position: relative;
}


.prototype-render::before {
  display: none;
}

.prototype-render-caption {
  background: rgba(10, 20, 60, 0.78);
  color: var(--paper);
  font-size: clamp(0.7rem, 0.85vw, 0.82rem);
  left: 0;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin: 0;
  padding: 10px 14px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.prototype-render-img {
  display: block;
  height: auto;
  object-fit: contain;
  position: relative;
  transform: none;
  width: 100%;
  z-index: 1;
}

.prototype-render span {
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.18;
  text-align: center;
  z-index: 1;
}

.prototype-benefits {
  display: flex;
  gap: 0;
  justify-content: space-between;
  padding: clamp(36px, 6vh, 64px) 0 0;
}

.prototype-benefits .benefit-card {
  flex: 0 0 30%;
}

.prototype-benefits article {
  border-top: none;
  padding-top: 0;
}

.prototype-benefits h2 {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.2;
  margin-bottom: 6px;
}

.prototype-benefits p {
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.28;
  margin-bottom: 18px;
}

.prototype-chain-col {
  display: flex;
  flex-direction: column;
}

.prototype-chain-title {
  color: var(--white);
  font-family: var(--font-body);
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 0 0 clamp(14px, 2.5vh, 28px) 52px;
  opacity: 0.55;
  text-transform: uppercase;
}

.prototype-chain {
  counter-reset: chain-step;
  display: grid;
  gap: clamp(22px, 4vh, 48px);
  list-style: none;
  margin: 8px 0 0;
  padding: 0 0 0 52px;
  position: relative;
}

.prototype-chain::before {
  background: linear-gradient(to bottom, transparent, rgba(68, 117, 245, 0.65) 5%, rgba(68, 117, 245, 0.65) 95%, transparent);
  bottom: 16px;
  box-shadow: 0 0 10px rgba(68, 117, 245, 0.2);
  content: "";
  left: 16px;
  position: absolute;
  top: 0;
  width: 1px;
}

.prototype-chain::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 9px solid rgba(68, 117, 245, 0.75);
  bottom: 6px;
  content: "";
  left: 12px;
  position: absolute;
}

.prototype-chain li {
  counter-increment: chain-step;
  font-size: clamp(0.9rem, 1.18vw, 1.12rem);
  line-height: 1.38;
  max-width: 880px;
  position: relative;
}

.prototype-chain li::before {
  background: none;
  border: none;
  border-radius: 0;
  color: rgba(68, 117, 245, 0.85);
  content: counter(chain-step, decimal-leading-zero);
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 700;
  height: auto;
  left: -52px;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0.22em;
  width: auto;
}

.prototype-chain li::after {
  background: rgba(68, 117, 245, 0.4);
  content: "";
  height: 1px;
  left: -36px;
  position: absolute;
  top: 0.65em;
  width: 36px;
}

.prototype-chain strong {
  color: var(--white);
  font-weight: 800;
}

.prototype-chain.will-animate::before {
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 1.8s cubic-bezier(0.4, 0, 0.4, 1);
}

.prototype-chain.animate-in::before {
  transform: scaleY(1);
}

.prototype-chain.will-animate::after {
  opacity: 0;
  transition: opacity 0.35s ease-out 1.75s;
}

.prototype-chain.animate-in::after {
  opacity: 1;
}

.prototype-chain li.will-animate::before {
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.35s ease-out, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.prototype-chain li.revealed::before {
  opacity: 1;
  transform: translateX(0);
}

.mission-principles .vision-checklist li {
  background-color: #1e1e1e;
  background-image:
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper));
  background-size:
    1px 9px, 9px 1px,
    1px 9px, 9px 1px,
    1px 9px, 9px 1px,
    1px 9px, 9px 1px;
  background-position:
    0 0,       0 0,
    100% 0,    100% 0,
    0 100%,    0 100%,
    100% 100%, 100% 100%;
  background-repeat: no-repeat;
  color: var(--paper);
  display: block;
  font-size: clamp(0.84rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: clamp(10px, 1.8vh, 16px) clamp(16px, 2.2vw, 26px);
  text-transform: uppercase;
}

.mission-principles .vision-checklist li::before {
  display: none;
}

.prototype-evidence {
  align-items: center;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: clamp(34px, 5vw, 70px);
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  padding-bottom: clamp(54px, 7vw, 92px);
  padding-top: clamp(54px, 7vw, 92px);
}

.prototype-evidence-title {
  color: var(--white);
  font-family: var(--font-body);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 400;
  grid-column: 1 / -1;
  letter-spacing: 0.02em;
  line-height: 1.28;
  margin: 0 0 clamp(8px, 2vh, 16px);
  max-width: 1320px;
  text-transform: uppercase;
}

.prototype-threat-copy {
  align-self: stretch;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
}

.prototype-threat-copy p {
  align-self: center;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  font-weight: 400;
  line-height: 1.5;
  max-width: 390px;
}

.prototype-video-grid {
  display: grid;
  gap: clamp(18px, 2vw, 26px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.prototype-video-slot {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    var(--field);
  border: 1px solid rgba(245, 245, 241, 0.22);
  color: var(--white);
  display: flex;
  justify-content: center;
  min-height: clamp(390px, 62vh, 590px);
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.prototype-video-slot::before {
  border: 1px solid rgba(255, 255, 255, 0.12);
  content: "";
  inset: 12px;
  position: absolute;
}

.prototype-video-slot > span:first-child {
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  line-height: 1.18;
  max-width: 260px;
  text-align: center;
  z-index: 1;
}

.prototype-video-slot .play-mark {
  position: absolute;
  right: 24px;
  top: 24px;
}

.prototype-video-embed {
  background: var(--ink);
}

.prototype-video-embed iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.prototype-video-embed::before {
  display: none;
}

.video-overlay {
  align-items: center;
  background: rgba(12, 12, 14, 0.84);
  bottom: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.55s ease;
  z-index: 3;
}

.video-overlay--fading {
  opacity: 0;
  pointer-events: none;
}

.video-play-btn {
  align-items: center;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  display: flex;
  height: 52px;
  justify-content: center;
  transition: border-color 0.2s, transform 0.2s;
  width: 52px;
}

.video-overlay:hover .video-play-btn {
  border-color: rgba(255, 255, 255, 0.95);
  transform: scale(1.08);
}

.video-play-btn::after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
  border-style: solid;
  border-width: 9px 0 9px 16px;
  content: "";
  margin-left: 4px;
}

.vision-page {
  padding: 128px clamp(18px, 20vw, 380px) clamp(58px, 8vw, 108px);
}

.vision-statement {
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(34px, 6vw, 72px);
}

.vision-statement h1 {
  font-size: clamp(2.45rem, 5.8vw, 6.3rem);
  line-height: 1;
  max-width: 1380px;
}

.vision-video-grid {
  display: grid;
  gap: clamp(22px, 3.5vw, 54px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: clamp(38px, 6vw, 78px) 0 clamp(24px, 4vw, 48px);
}

.vision-video-card {
  min-width: 0;
}

.vision-video-card > span {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--muted);
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  margin-bottom: 18px;
  padding-top: 14px;
  text-transform: uppercase;
}

.vision-video-card h2 {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.5vw, 2.45rem);
  letter-spacing: 0;
  line-height: 1.06;
  margin-bottom: 14px;
}

.vision-video-card p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.48;
  margin-bottom: 18px;
}

.youtube-slot,
.simulation-slot {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    var(--field);
  border: 1px solid rgba(245, 245, 241, 0.22);
  color: var(--white);
  display: flex;
  overflow: hidden;
  position: relative;
}

.youtube-slot::before,
.simulation-slot::before {
  border: 1px solid rgba(255, 255, 255, 0.12);
  content: "";
  inset: 12px;
  position: absolute;
}

.youtube-slot {
  align-items: center;
  aspect-ratio: 0.88 / 1;
  justify-content: center;
  margin-bottom: 18px;
  width: 100%;
}

.video-embed {
  background: var(--ink);
}

.video-embed iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.video-embed::before {
  display: none;
}

.slot-label {
  bottom: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.68rem;
  font-weight: 800;
  left: 16px;
  position: absolute;
  text-transform: uppercase;
}

.play-mark {
  background: var(--paper);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  height: clamp(36px, 4.2vw, 58px);
  width: clamp(31px, 3.7vw, 50px);
  z-index: 1;
}

.card-footnote {
  border-left: 1px solid var(--line);
  padding-left: 14px;
}

.vision-response {
  border-top: 3px solid rgba(255, 255, 255, 0.25);
  display: grid;
  gap: clamp(22px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 1fr);
  margin-top: clamp(20px, 4vw, 44px);
  padding-top: clamp(24px, 4vw, 46px);
}

.vision-response h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 4.9rem);
  line-height: 1.02;
  margin-bottom: 24px;
}

.vision-response p {
  color: var(--paper);
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  line-height: 1.45;
  margin: 0;
  max-width: 760px;
}

.vision-response ul {
  color: var(--paper);
  font-size: clamp(1rem, 1.7vw, 1.32rem);
  line-height: 1.5;
  margin: 0;
  padding-left: 22px;
}

.vision-checklist {
  font-weight: 800;
  list-style: none;
  padding-left: 0;
}

.vision-checklist li {
  align-items: center;
  display: flex;
  font-size: clamp(0.84rem, 1vw, 1rem);
  gap: 16px;
}

.vision-checklist li::before {
  color: var(--paper);
  content: "✓";
  font-weight: 800;
}

.vision-response li + li {
  margin-top: 12px;
}

.simulation-callout {
  display: flex;
  justify-content: center;
  padding-top: clamp(30px, 5vw, 64px);
}

.simulation-slot {
  align-items: center;
  gap: clamp(18px, 4vw, 42px);
  justify-content: center;
  min-height: 104px;
  padding: 20px clamp(24px, 5vw, 70px);
  width: min(860px, 100%);
}

.simulation-slot span:first-child {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 3.1rem);
  line-height: 1.05;
  text-align: center;
  z-index: 1;
}

.mission-page {
  background: #000;
}

.mission-screen {
  padding-left: clamp(18px, 20vw, 380px);
  padding-right: clamp(18px, 20vw, 380px);
}

.mission-threat-screen {
  background: var(--field);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: 0;
  padding-left: clamp(18px, 20vw, 380px);
  padding-right: clamp(18px, 20vw, 380px);
  padding-top: 116px;
}

.mission-threat-screen .eyebrow,
.mission-solution .eyebrow {
  color: rgba(255, 255, 255, 0.5);
}

.mission-intro {
  padding-bottom: clamp(10px, 1.5vh, 18px);
  padding-left: 0;
}

.mission-intro h1 {
  color: #ffffff;
  font-family: var(--font-body);
  font-size: clamp(1.5rem, 1.85vw, 2.175rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin: 0;
  max-width: 100%;
  text-transform: uppercase;
}

.typewriter-cursor {
  animation: cursor-blink 0.65s step-end infinite;
  border-right: 0.07em solid rgba(255, 255, 255, 0.85);
  display: inline-block;
  height: 0.85em;
  margin-left: 2px;
  vertical-align: baseline;
}

@keyframes cursor-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.mission-threats {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  column-gap: clamp(6px, 0.6vw, 8px);
  display: grid;
  flex: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: clamp(20px, 3vh, 36px);
  row-gap: clamp(20px, 3vh, 36px);
}

.mission-threats article {
  align-content: start;
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  min-width: 0;
}

.mission-threats h2,
.mission-applications h2 {
  font-family: var(--font-display);
  line-height: 1.08;
}

.mission-threats h2 {
  color: #ffffff;
  font-size: clamp(0.85rem, 1.1vw, 1.3rem);
  font-weight: 500;
  margin: 0;
  padding-top: clamp(24px, 4vh, 52px);
  text-align: center;
}

.mission-threats p,
.mission-threats strong {
  display: block;
  font-size: clamp(0.84rem, 1vw, 1rem);
  line-height: 1.35;
}

.mission-threats p {
  color: var(--muted);
  font-weight: 400;
  margin: 0 auto;
  max-width: 56%;
  text-align: center;
}

.mission-threats strong {
  align-items: center;
  color: rgba(255, 255, 255, 0.38);
  display: flex;
  font-weight: 400;
  justify-content: center;
  margin: 0 auto;
  max-width: 56%;
  text-align: center;
}

.threat-img-placeholder {
  aspect-ratio: 1;
  background: #000;
  border: none;
  border-radius: 50%;
  justify-self: center;
  overflow: hidden;
  width: 75%;
}

.threat-img-placeholder img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.mission-solution {
  background: #000;
  display: flex;
  flex-direction: column;
  padding-top: clamp(56px, 8vh, 96px);
}

.mission-solution-title {
  color: var(--paper);
  font-family: var(--font-body);
  font-size: clamp(1.5rem, 1.85vw, 2.175rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin: 0 0 clamp(28px, 5vh, 52px);
  max-width: 100%;
  text-transform: uppercase;
}

.typewriter-cursor.ink-cursor {
  border-right-color: rgba(245, 245, 241, 0.85);
}

.mission-response {
  display: grid;
  gap: clamp(20px, 3.5vw, 48px);
  grid-template-columns: 1fr 1.6fr;
  padding: 0 0 clamp(28px, 5vh, 52px);
}

.mission-left {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.5vw, 32px);
}

.mission-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.5vh, 18px);
  padding-left: 0;
}

.mission-copy p {
  font-size: clamp(0.85rem, 1.1vw, 1.3rem);
  line-height: 1.45;
  max-width: 640px;
}

.mission-simulation {
  align-items: center;
  align-self: end;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    var(--field);
  border: 1px solid rgba(245, 245, 241, 0.22);
  color: var(--white);
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  justify-content: center;
  min-height: clamp(190px, 28vh, 292px);
  overflow: hidden;
  padding: 24px clamp(22px, 3vw, 44px);
  position: relative;
}

.mission-simulation::before {
  border: 1px solid rgba(255, 255, 255, 0.12);
  content: "";
  inset: 12px;
  position: absolute;
}

.mission-simulation--video {
  background: #000;
  display: block;
  min-height: 0;
  overflow: visible;
  padding: 0;
}

.mission-simulation--video {
  position: relative;
}

.mission-simulation--video::before {
  display: none;
}

.simulation-label {
  color: var(--muted);
  font-size: 9px !important;
  font-weight: 400;
  left: 12px;
  letter-spacing: 0.06em;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  z-index: 2;
}

.mission-simulation--video video {
  display: block;
  height: auto;
  position: static;
  width: 100%;
}

.mission-simulation span:first-child {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 2.35rem);
  line-height: 1.12;
  text-align: center;
  z-index: 1;
}

.mission-principles {
  display: flex;
  flex-direction: column;
}

.mission-principles .vision-checklist {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vh, 24px);
  width: 100%;
}

.mission-applications {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: clamp(40px, 7vh, 80px);
  padding-top: clamp(28px, 5vh, 52px);
}

.mission-applications .eyebrow {
  color: var(--paper);
  font-size: clamp(1.5rem, 1.85vw, 2.175rem);
  font-weight: 500;
  opacity: 1;
  text-transform: none;
}

.application-grid {
  display: grid;
  gap: clamp(26px, 5vw, 64px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(18px, 3vh, 32px);
}

.application-grid article {
  padding: 0;
}

.application-grid article + article {
  border-left: 0;
  padding-left: 0;
}

.application-grid h2 {
  background: var(--field);
  color: #ffffff;
  font-size: clamp(0.85rem, 1.1vw, 1.3rem);
  font-weight: 600;
  margin-bottom: 24px;
  padding: 10px 18px;
}

.application-grid ul {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.application-grid li {
  color: var(--muted);
  font-size: clamp(0.84rem, 1vw, 1rem);
  font-weight: 400;
  line-height: 1.35;
  padding-left: 22px;
  position: relative;
}

.application-grid li::before {
  content: "→";
  font-weight: 400;
  left: 0;
  position: absolute;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    min-height: 112px;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero-content {
    padding-top: 190px;
  }

  .split-section,
  .technical-layout,
  .contact-layout,
  .technology-row,
  .prototype-layout,
  .prototype-evidence {
    grid-template-columns: 1fr;
  }

  .signal-grid,
  .team-grid,
  .founder-grid,
  .capability-table,
  .hero-metrics,
  .vision-video-grid,
  .vision-response,
  .mission-threats,
  .mission-response,
  .mission-principles .vision-checklist,
  .application-grid,
  .prototype-benefits,
  .prototype-video-grid {
    grid-template-columns: 1fr;
  }

  .signal-grid article + article,
  .team-grid article + article,
  .founder-card + .founder-card,
  .capability-table article:nth-child(even),
  .application-grid article + article {
    border-left: 0;
    padding-left: 0;
  }

  .hero-metrics {
    position: relative;
    left: auto;
    right: auto;
    margin: 0 18px;
  }

  .hero-metrics span {
    border-right: 0;
    min-height: auto;
  }

  .page-shell {
    padding-top: 150px;
  }

  .technology-screen {
    padding-top: 168px;
  }

  .team-page {
    padding-top: 168px;
  }

  .founder-card {
    min-height: auto;
    padding-right: 0;
  }

  .technology-simulation {
    min-height: 260px;
  }

  .prototype-overview {
    padding-top: 168px;
  }

  .prototype-render,
  .prototype-video-slot {
    min-height: 320px;
  }

  .prototype-threat-copy {
    gap: 24px;
    grid-template-rows: auto;
    padding-left: 0;
  }

  .vision-page {
    padding-top: 168px;
  }

  .mission-threat-screen {
    padding-top: 168px;
  }

  .mission-threats article {
    grid-template-rows: subgrid;
  }

  .mission-solution {
    background: #000;
  }

  .mission-copy {
    padding-left: 0;
  }

  .mission-simulation {
    align-self: stretch;
  }

  .application-grid {
    margin-left: 0;
  }

  .airframe-panel {
    min-height: 360px;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-nav {
    gap: 10px 14px;
  }

  .site-nav a {
    font-size: 0.7rem;
  }

  h1 {
    font-size: clamp(2.7rem, 16vw, 5.2rem);
  }

  .hero-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .simulation-slot {
    flex-direction: column;
  }
}

@media (max-width: 860px) {
  .site-header,
  .split-section,
  .signal-grid,
  .page-shell,
  .technical-layout,
  .capability-table,
  .team-grid,
  .contact-layout {
    padding-left: clamp(18px, 5vw, 32px);
    padding-right: clamp(18px, 5vw, 32px);
  }

  .hero-content,
  .hero-metrics {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-metrics {
    left: 18px;
    right: 18px;
  }

  .team-page,
  .technology-screen,
  .vision-page,
  .mission-screen,
  .mission-hero-banner,
  .prototype-screen {
    padding-left: clamp(18px, 5vw, 32px);
    padding-right: clamp(18px, 5vw, 32px);
  }
}

/* Benefit cards */
.benefit-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.benefit-label {
  background-color: #1e1e1e;
  background-image:
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(var(--paper), var(--paper));
  background-size:
    1px 9px, 9px 1px,
    1px 9px, 9px 1px,
    1px 9px, 9px 1px,
    1px 9px, 9px 1px;
  background-position:
    0 0,       0 0,
    100% 0,    100% 0,
    0 100%,    0 100%,
    100% 100%, 100% 100%;
  background-repeat: no-repeat;
  color: var(--paper);
  display: block;
  font-size: clamp(0.84rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 12px;
  text-transform: uppercase;
}

.benefit-desc p {
  color: var(--muted);
  font-size: clamp(0.84rem, 1vw, 0.95rem);
  line-height: 1.5;
  margin-bottom: 4px;
}

.benefit-desc p:last-child {
  margin-bottom: 0;
}

/* ── Color consistency & subtext style ── */
.technology-label h1 {
  color: var(--white);
}

.technology-row > p,
.technology-text-col > p,
.mission-copy p,
.copy-stack p,
.signal-grid p,
.team-grid p,
.capability-table p,
.spec-list p,
.contact-block p,
.founder-card p,
.vision-video-card p,
.vision-response p,
.prototype-threat-copy p,
.benefit-desc p,
.application-grid li,
.prototype-chain li {
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* ── Icon frame: dark bg + inverted icon + corner brackets ── */
.icon-frame {
  align-items: center;
  background-color: #1a1a1a;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55));
  background-size:
    1px 10px, 10px 1px,
    1px 10px, 10px 1px,
    1px 10px, 10px 1px,
    1px 10px, 10px 1px;
  background-position:
    0 0,       0 0,
    100% 0,    100% 0,
    0 100%,    0 100%,
    100% 100%, 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  height: 106px;
  justify-content: center;
  width: 106px;
}

.icon-frame .technology-icon-img {
  filter: invert(1);
  height: 64px;
  width: 64px;
}

/* ── Mission threat verdict: thin border + white corner brackets ── */
.mission-threats strong {
  background-color: rgba(255, 255, 255, 0.03);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55));
  background-size:
    1px 8px, 8px 1px,
    1px 8px, 8px 1px,
    1px 8px, 8px 1px,
    1px 8px, 8px 1px;
  background-position:
    0 0,       0 0,
    100% 0,    100% 0,
    0 100%,    0 100%,
    100% 100%, 100% 100%;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 80%;
  padding: 10px;
  text-align: center;
}

/* ── Site chrome: fixed vertical rules + cross markers ── */
body::before,
body::after {
  border-left: 1px dashed rgba(100, 170, 210, 0.2);
  bottom: 0;
  content: "";
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 0;
  z-index: 100;
}

body::before { left: 36px; }
body::after  { right: 36px; }

.chrome-cross {
  height: 12px;
  pointer-events: none;
  position: absolute;
  width: 12px;
  z-index: 100;
}

.chrome-cross::before {
  background: rgba(100, 170, 210, 0.45);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.chrome-cross::after {
  background: rgba(100, 170, 210, 0.45);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

/* ── Mission hero banner ── */
.mission-hero-banner {
  background: var(--field);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 19vh;
  padding: clamp(48px, 8vh, 96px) clamp(18px, 20vw, 380px) clamp(18px, 2.5vh, 28px);
}

.mission-hero-banner .eyebrow {
  color: rgba(255, 255, 255, 0.5);
}

.mission-hero-banner-title {
  color: #fff;
  font-family: var(--font-body);
  font-size: clamp(1.5rem, 1.85vw, 2.175rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin: 0 0 0;
  text-transform: uppercase;
}

.mission-hero-banner-kicker {
  background: linear-gradient(90deg, rgba(68, 117, 245, 1), rgba(120, 180, 255, 0.85));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mission-hero-banner-headline {
  color: #fff;
  font-size: clamp(1.5rem, 1.85vw, 2.175rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}

.mission-hero-banner-label {
  color: #fff;
  font-size: clamp(1.2rem, 3vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0;
  padding: clamp(32px, 6vh, 64px) clamp(18px, 20vw, 380px);
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

/* ── 3 Deployment Options ──────────────────────────────── */
.deployment-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
  padding: clamp(48px, 7vw, 92px) clamp(18px, 20vw, 380px);
}

.sensor-detail-panel .deployment-section {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.deployment-grid {
  display: grid;
  gap: clamp(24px, 3vw, 40px);
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(28px, 4vw, 44px);
}

.deployment-col {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: clamp(16px, 2.5vw, 24px);
}

.deployment-title {
  background: rgba(68, 117, 245, 0.06);
  border: 1px solid rgba(68, 117, 245, 0.45);
  color: #7ba3ff;
  font-family: var(--font-body);
  font-size: clamp(0.65rem, 0.88vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0;
  padding: 8px 14px;
  text-align: center;
  text-transform: uppercase;
}

.deployment-diagram-wrap {
  aspect-ratio: 240 / 252;
  background: #060a14;
  border: 1px solid rgba(68, 117, 245, 0.18);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.deployment-svg {
  display: block;
  height: 100%;
  width: 100%;
}

.deployment-text {
  color: var(--muted);
  font-size: clamp(0.72rem, 0.92vw, 0.82rem);
  line-height: 1.62;
  margin: 0;
  text-align: center;
}

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

  .deployment-section {
    padding-left: clamp(18px, 5vw, 32px);
    padding-right: clamp(18px, 5vw, 32px);
  }
}

/* ── AI-Pilot page ───────────────────────────────────────────── */
.ai-pilot-boxes {
  display: grid;
  gap: clamp(14px, 2vw, 24px);
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(28px, 4vh, 48px);
}

.ai-pilot-box {
  background-color: rgba(255, 255, 255, 0.03);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),
    linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),
    linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),
    linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),
    linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),
    linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),
    linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),
    linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
  background-size:
    1px 10px, 10px 1px,
    1px 10px, 10px 1px,
    1px 10px, 10px 1px,
    1px 10px, 10px 1px;
  background-position:
    0 0,       0 0,
    100% 0,    100% 0,
    0 100%,    0 100%,
    100% 100%, 100% 100%;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted);
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  line-height: 1.5;
  padding: clamp(22px, 3vw, 36px) clamp(18px, 2.5vw, 30px);
  text-align: center;
}

.ai-pilot-subtitle {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  font-weight: 400;
  line-height: 1.5;
  margin-top: clamp(14px, 2vh, 22px);
}

.ai-pilot-highlight {
  color: #4475f5;
}

.ai-pilot-video-section {
  padding: 0 clamp(18px, 5vw, 60px) clamp(54px, 7vw, 92px);
}

.ai-pilot-video {
  display: block;
  height: auto;
  width: 100%;
}

/* ── Prototype page: technology section spacing fix ─────────── */
.prototype-page .technology-screen {
  min-height: 0;
  padding-top: clamp(32px, 5vw, 56px);
}

/* ── Prototype page: unified 3-tier type scale ──────────────
   Title  ~2rem  |  Sub-title 1rem  |  Body 0.875rem          */

/* Tier 1 — Title */
.prototype-page .prototype-overview > h1 {
  font-size: clamp(1.45rem, 1.8vw, 2rem);
  line-height: 1.22;
}

/* Technology row headings — match benefit-label style */
.prototype-page .technology-label h1 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

/* Tier 2 — Sub-title / Label */
.prototype-page .eyebrow,
.prototype-page .prototype-chain-title,
.prototype-page .benefit-label,
.prototype-page .find-out-more-link,
.prototype-page .coming-soon-badge,
.prototype-page .hiw-diagram-title,
.prototype-page .sensor-metric-value,
.prototype-page .deployment-title {
  font-size: 1rem;
}

.prototype-chain-sub {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 clamp(14px, 2.5vh, 28px) 52px;
}

.prototype-chain-sub p {
  color: var(--muted);
  font-size: clamp(0.9rem, 1.18vw, 1.12rem);
  font-weight: 400;
  line-height: 1.38;
  margin: 0;
}

/* Tier 3 — Body */
.prototype-page .technology-row > p,
.prototype-page .technology-text-col > p,
.prototype-page .prototype-chain-sub p,
.prototype-page .prototype-chain li,
.prototype-page .benefit-desc p,
.prototype-page .prototype-benefits p,
.prototype-page .technology-simulation-caption,
.prototype-page .hiw-sub-box,
.prototype-page .hiw-box,
.prototype-page .hiw-text,
.prototype-page .sensor-metric-label,
.prototype-page .sensor-metric-note,
.prototype-page .deployment-text {
  font-size: 0.875rem;
}

/* ── Prototype block embedded inside mission page ── */
.mission-solution .prototype-page {
  width: 100%;
}
.mission-solution .prototype-screen {
  padding-left: 0;
  padding-right: 0;
}
.mission-solution .prototype-overview {
  padding-top: 0;
}
