:root {
  color-scheme: light;
  --ink: #10161b;
  --ink-soft: #1a242b;
  --slate: #303b44;
  --muted: #66727b;
  --paper: #f6f7f4;
  --white: #ffffff;
  --mist: #e9eee9;
  --teal: #26b7b1;
  --teal-dark: #087a78;
  --amber: #e3a835;
  --coral: #df6a57;
  --green: #4ea36c;
  --line: rgba(16, 22, 27, 0.13);
  --white-line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 70px rgba(16, 22, 27, 0.18);
  --radius: 8px;
  --content: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

::selection {
  background: var(--teal);
  color: var(--ink);
}

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

button,
select,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

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

.skip-link,
.visually-hidden {
  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:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 50;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 14px;
  clip: auto;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  width: var(--content);
  margin: 14px auto 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius);
  background: rgba(246, 247, 244, 0.82);
  color: var(--ink);
  box-shadow: 0 18px 48px rgba(16, 22, 27, 0.12);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.hero-proof,
.segmented-control,
.mission-header,
.budget-control > div,
.route-card,
.approval-queue,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-width: 0;
  text-decoration: none;
  font-weight: 860;
}

.brand > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(16, 22, 27, 0.12);
  border-radius: var(--radius);
  background: var(--ink);
}

.brand-mark span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
}

.brand-mark span:nth-child(1) {
  top: 8px;
  left: 8px;
}

.brand-mark span:nth-child(2) {
  top: 8px;
  right: 8px;
  background: var(--amber);
}

.brand-mark span:nth-child(3) {
  right: 13px;
  bottom: 8px;
  background: var(--coral);
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.42);
  transform-origin: left center;
}

.brand-mark::before {
  top: 13px;
  left: 13px;
  width: 10px;
  height: 1px;
}

.brand-mark::after {
  top: 15px;
  left: 14px;
  width: 9px;
  height: 1px;
  transform: rotate(47deg);
}

.nav-links {
  justify-content: center;
  gap: 4px;
}

.nav-links a,
.header-action,
.button,
.segment {
  min-height: 40px;
  border-radius: var(--radius);
  text-decoration: none;
  transition:
    transform 170ms ease,
    background 170ms ease,
    border-color 170ms ease,
    color 170ms ease,
    box-shadow 170ms ease;
}

.nav-links a {
  padding: 9px 12px;
  color: rgba(16, 22, 27, 0.72);
  font-size: 0.94rem;
  font-weight: 720;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.header-action:hover,
.header-action:focus-visible,
.button:hover,
.button:focus-visible,
.segment:hover,
.segment:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.header-action {
  display: inline-grid;
  min-width: 118px;
  place-items: center;
  padding: 0 13px;
  border: 1px solid rgba(38, 183, 177, 0.28);
  background: rgba(38, 183, 177, 0.11);
  color: var(--teal-dark);
  font-weight: 850;
}

.hero {
  position: relative;
  min-height: 78svh;
  padding: 126px max(20px, calc((100vw - 1180px) / 2)) 54px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/agentmanager-hero.png");
  background-size: cover;
  background-position: center right;
  transform: scale(1.01);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 13, 17, 0.96) 0%, rgba(8, 13, 17, 0.86) 35%, rgba(8, 13, 17, 0.28) 72%, rgba(8, 13, 17, 0.08) 100%),
    linear-gradient(180deg, rgba(8, 13, 17, 0.2) 0%, rgba(8, 13, 17, 0.04) 58%, rgba(8, 13, 17, 0.64) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(660px, 100%);
  padding-top: 5vh;
}

.eyebrow,
.queue-kicker {
  margin: 0;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.contact-section .eyebrow,
.feature-band .eyebrow {
  color: var(--teal);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1;
  letter-spacing: 0;
}

h1 {
  margin-top: 12px;
  max-width: 9ch;
  color: var(--white);
  font-size: clamp(4.2rem, 8vw, 8rem);
  font-weight: 920;
}

h2 {
  font-size: clamp(2.05rem, 4.2vw, 4.35rem);
  font-weight: 890;
}

h3 {
  font-size: clamp(1.22rem, 1.75vw, 1.66rem);
  font-weight: 850;
  line-height: 1.08;
}

.hero-copy {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.1rem, 1.8vw, 1.48rem);
  font-weight: 640;
  line-height: 1.38;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 152px;
  padding: 12px 18px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 860;
}

.button-primary {
  background: var(--teal);
  color: var(--ink);
  box-shadow: 0 18px 36px rgba(38, 183, 177, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #4fd0cb;
}

.button-light {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.button-light:hover,
.button-light:focus-visible {
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.14);
}

.button-secondary {
  border-color: rgba(16, 22, 27, 0.16);
  background: var(--white);
  color: var(--ink);
}

.hero-proof {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 730;
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.signal-band div {
  min-width: 0;
  padding: 22px 26px;
  background: var(--white);
}

.signal-band strong,
.signal-band span {
  display: block;
}

.signal-band strong {
  font-weight: 880;
}

.signal-band span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.95rem;
}

.section {
  width: var(--content);
  margin: 0 auto;
  padding: 96px 0;
}

#platform,
#switchboard,
#triage,
#stack,
#governance,
#stack-intake,
#contact {
  scroll-margin-top: 96px;
}

.intro-section,
.triage-section,
.stack-section,
.governance-section,
.launch-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: start;
}

.section-heading {
  max-width: 920px;
  margin-bottom: 34px;
}

.section-heading h2,
.section-copy h2,
.stack-copy h2,
.governance-copy h2,
.launch-copy h2,
.contact-copy h2 {
  margin-top: 12px;
}

.lead-copy p,
.stack-copy p,
.contact-copy p {
  margin: 0;
  color: rgba(16, 22, 27, 0.74);
  font-size: clamp(1.06rem, 1.45vw, 1.3rem);
  line-height: 1.56;
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.mini-metrics div {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.mini-metrics strong,
.mini-metrics span {
  display: block;
}

.mini-metrics strong {
  font-size: 1.8rem;
  font-weight: 910;
  line-height: 1;
}

.mini-metrics span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.88rem;
}

.switchboard-section {
  width: 100%;
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.switchboard-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
  gap: 16px;
}

.control-panel,
.mission-board,
.feature-card,
.policy-grid article,
.roadmap-item,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px rgba(16, 22, 27, 0.08);
}

.control-panel,
.mission-board {
  min-width: 0;
  padding: 18px;
}

.panel-header h3 {
  margin-top: 8px;
}

.segmented-control {
  gap: 4px;
  margin-top: 18px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 22, 27, 0.04);
}

.segment {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 820;
}

.segment.is-active {
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 8px 18px rgba(16, 22, 27, 0.1);
}

.budget-control {
  margin-top: 20px;
}

.budget-control > div {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.budget-control label {
  color: var(--slate);
  font-size: 0.92rem;
  font-weight: 780;
}

#budget-label {
  color: var(--teal-dark);
  font-weight: 850;
}

.budget-control input {
  width: 100%;
  accent-color: var(--teal);
}

.route-card {
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(38, 183, 177, 0.2);
  border-radius: var(--radius);
  background: rgba(38, 183, 177, 0.08);
}

.status-light {
  width: 12px;
  height: 12px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(38, 183, 177, 0.12);
}

.route-card strong {
  display: block;
}

.route-card p {
  margin: 5px 0 0;
  color: var(--muted);
}

.switchboard-apply {
  width: 100%;
  margin-top: 14px;
  border: 0;
}

.mission-header {
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.mission-header h3 {
  margin-top: 6px;
}

.mission-header span {
  flex: 0 0 auto;
  padding: 8px 10px;
  border: 1px solid rgba(78, 163, 108, 0.22);
  border-radius: var(--radius);
  background: rgba(78, 163, 108, 0.1);
  color: #217246;
  font-size: 0.86rem;
  font-weight: 830;
}

.agent-lanes {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.lane {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(16, 22, 27, 0.1);
  border-radius: var(--radius);
  background: var(--paper);
}

.lane-token {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
  font-weight: 900;
}

.lane:nth-child(2) .lane-token {
  background: var(--teal-dark);
}

.lane:nth-child(3) .lane-token {
  background: #a56d14;
}

.lane:nth-child(4) .lane-token {
  background: #a7483c;
}

.lane strong,
.lane > div span {
  display: block;
}

.lane > div span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.91rem;
}

.lane-progress {
  width: min(128px, 20vw);
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(16, 22, 27, 0.1);
}

.lane-progress span {
  display: block;
  width: var(--lane-progress, 58%);
  height: 100%;
  background: var(--teal);
}

.approval-queue {
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.approval-queue strong,
.approval-queue span {
  display: block;
}

.approval-queue ul {
  display: grid;
  gap: 8px;
  max-width: 360px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.approval-queue li {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.approval-queue li::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--amber);
  content: "";
}

.triage-section {
  align-items: center;
}

.triage-copy p {
  margin-top: 20px;
  color: rgba(16, 22, 27, 0.74);
  font-size: clamp(1.06rem, 1.45vw, 1.24rem);
  line-height: 1.56;
}

.triage-console {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(38, 183, 177, 0.12), transparent 42%),
    var(--white);
  box-shadow: 0 22px 52px rgba(16, 22, 27, 0.1);
}

.triage-risks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.risk-button {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(16, 22, 27, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.risk-button:hover,
.risk-button:focus-visible,
.risk-button.is-active {
  border-color: rgba(38, 183, 177, 0.46);
  background: rgba(38, 183, 177, 0.1);
  outline: 0;
}

.risk-button span,
.risk-button small {
  display: block;
}

.risk-button span {
  font-weight: 870;
}

.risk-button small {
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.35;
}

.triage-output {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid rgba(16, 22, 27, 0.1);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
}

.triage-output span,
.triage-output strong {
  display: block;
}

.triage-output span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.triage-output strong {
  margin-top: 8px;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.triage-output p,
.triage-output li {
  color: rgba(255, 255, 255, 0.72);
}

.triage-output p {
  margin: 10px 0 0;
}

.triage-output ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.triage-output li {
  display: flex;
  gap: 8px;
}

.triage-output li::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 0.58em;
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

.triage-apply {
  width: 100%;
  margin-top: 12px;
}

.stack-section {
  align-items: center;
}

.stack-copy p {
  margin-top: 22px;
}

.stack-map {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.stack-column {
  min-width: 0;
  padding: 24px;
  background: var(--white);
}

.stack-column span,
.stack-column strong {
  display: block;
}

.stack-column span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.stack-column strong {
  max-width: 52ch;
  margin-top: 8px;
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  line-height: 1.15;
}

.accent-teal {
  border-left: 5px solid var(--teal);
}

.accent-amber {
  border-left: 5px solid var(--amber);
}

.accent-coral {
  border-left: 5px solid var(--coral);
}

.feature-band {
  width: 100%;
  padding: 96px max(20px, calc((100vw - 1180px) / 2));
  background: var(--ink);
  color: var(--white);
}

.feature-band h2,
.feature-card h3 {
  color: var(--white);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  min-height: 250px;
  padding: 24px;
  border-color: var(--white-line);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.feature-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.feature-icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(38, 183, 177, 0.13);
}

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

.icon-registry::before {
  inset: 10px;
  border: 2px solid var(--teal);
  border-radius: 50%;
}

.icon-registry::after {
  top: 18px;
  right: 7px;
  left: 7px;
  height: 2px;
  background: var(--teal);
}

.icon-router::before {
  top: 11px;
  left: 9px;
  width: 21px;
  height: 14px;
  border-top: 2px solid var(--amber);
  border-right: 2px solid var(--amber);
  transform: skewX(-16deg);
}

.icon-router::after {
  right: 8px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
}

.icon-queue::before {
  top: 10px;
  left: 9px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: var(--coral);
  box-shadow: 0 8px 0 var(--coral), 0 16px 0 var(--coral);
}

.icon-memory::before {
  inset: 8px;
  border: 2px solid var(--green);
  border-radius: 6px;
}

.icon-memory::after {
  top: 18px;
  left: 11px;
  width: 18px;
  height: 2px;
  background: var(--green);
}

.icon-budget::before {
  top: 10px;
  left: 8px;
  width: 6px;
  height: 20px;
  background: var(--amber);
  box-shadow: 9px 6px 0 var(--teal), 18px -3px 0 var(--coral);
}

.icon-deploy::before {
  top: 9px;
  left: 11px;
  width: 16px;
  height: 22px;
  border: 2px solid var(--teal);
  border-radius: 9px 9px 3px 3px;
}

.icon-deploy::after {
  bottom: 7px;
  left: 17px;
  width: 6px;
  height: 8px;
  border-radius: 0 0 999px 999px;
  background: var(--amber);
}

.governance-section {
  align-items: start;
}

.policy-grid {
  display: grid;
  gap: 12px;
}

.policy-grid article {
  min-width: 0;
  padding: 22px;
}

.policy-grid span,
.roadmap-item span {
  display: block;
  margin-bottom: 18px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.policy-grid p,
.roadmap-item p {
  margin: 10px 0 0;
  color: var(--muted);
}

.launch-section {
  align-items: start;
  padding-top: 0;
}

.pilot-section {
  align-items: start;
  padding-top: 24px;
}

.pilot-copy p {
  margin-top: 22px;
  color: var(--muted);
  line-height: 1.7;
}

.pilot-lab {
  display: grid;
  gap: 14px;
}

.pilot-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.pilot-tab {
  min-height: 62px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}

.pilot-tab:last-child {
  border-right: 0;
}

.pilot-tab.is-active {
  background: var(--ink);
  color: var(--white);
}

.pilot-output {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(38, 183, 177, 0.1), rgba(245, 169, 90, 0.1)),
    var(--white);
  box-shadow: var(--shadow);
}

.pilot-output .eyebrow {
  margin: 0;
  color: var(--teal-dark);
}

.pilot-output h3 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.pilot-output p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.pilot-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pilot-metrics span {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 16px;
  border-left: 4px solid var(--teal);
  background: rgba(8, 13, 17, 0.04);
}

.pilot-metrics span:last-child {
  border-left-color: var(--amber);
}

.pilot-metrics strong {
  font-size: 0.86rem;
  text-transform: uppercase;
}

.pilot-metrics small {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.pilot-output ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pilot-output li {
  padding-left: 16px;
  border-left: 2px solid rgba(38, 183, 177, 0.42);
  color: var(--muted);
  line-height: 1.55;
}

.intake-brief-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: start;
  padding-top: 24px;
}

.intake-brief-copy p {
  margin-top: 22px;
  color: var(--muted);
  line-height: 1.7;
}

.intake-brief-card {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(16, 22, 27, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(38, 183, 177, 0.1)),
    var(--white);
  box-shadow: 0 24px 60px rgba(16, 22, 27, 0.12);
}

.intake-brief-card > div:first-child {
  display: grid;
  gap: 8px;
}

.intake-brief-card span {
  color: var(--teal-dark);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.intake-brief-card strong {
  color: var(--ink);
  font-size: clamp(3rem, 7vw, 4.9rem);
  line-height: 0.9;
}

.intake-brief-card p,
.intake-brief-card li {
  color: var(--muted);
  line-height: 1.65;
}

.intake-brief-card p {
  margin: 0;
}

.intake-brief-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.intake-brief-card li {
  padding-left: 16px;
  border-left: 2px solid rgba(223, 106, 87, 0.5);
}

.intake-brief-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.intake-brief-proof span {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(16, 22, 27, 0.11);
  border-radius: var(--radius);
  background: rgba(16, 22, 27, 0.04);
  color: var(--slate);
  font-size: 0.84rem;
  text-align: center;
}

.audit-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: start;
  padding-top: 24px;
}

.audit-copy p {
  margin-top: 22px;
  color: var(--muted);
  line-height: 1.7;
}

.audit-card {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 34px);
  color: var(--white);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(38, 183, 177, 0.24), rgba(245, 169, 90, 0.12)),
    var(--ink);
  box-shadow: 0 24px 60px rgba(16, 22, 27, 0.18);
}

.audit-card span {
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.audit-card strong {
  font-size: clamp(3rem, 8vw, 5.4rem);
  line-height: 0.9;
}

.audit-card p,
.audit-card li {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.audit-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.audit-card li {
  padding-left: 16px;
  border-left: 2px solid rgba(38, 183, 177, 0.64);
}

.audit-boundaries {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.audit-boundaries article {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  padding: 14px;
}

.audit-boundaries strong {
  display: block;
  color: var(--white);
  font-size: 0.98rem;
  line-height: 1.15;
}

.audit-card .audit-boundaries p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
  line-height: 1.45;
}

.roadmap {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.roadmap-item {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 22px;
}

.roadmap-item.is-current {
  background: rgba(38, 183, 177, 0.1);
}

.contact-section {
  width: 100%;
  margin: 0;
  padding: 96px max(20px, calc((100vw - 1180px) / 2));
  background: var(--ink);
  color: var(--white);
}

.contact-copy h2,
.contact-copy p {
  color: var(--white);
}

.contact-copy p {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
  border-color: var(--white-line);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.contact-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.contact-form label span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.85rem;
  font-weight: 780;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.11);
  color: var(--white);
  outline: none;
}

.contact-form input,
.contact-form select {
  min-height: 46px;
  padding: 0 12px;
}

.contact-form textarea {
  min-height: 128px;
  padding: 12px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(38, 183, 177, 0.78);
  box-shadow: 0 0 0 3px rgba(38, 183, 177, 0.14);
}

.contact-form option {
  color: var(--ink);
}

.contact-form ::placeholder {
  color: rgba(255, 255, 255, 0.44);
}

.full-span,
.form-button,
.form-note {
  grid-column: 1 / -1;
}

.form-button {
  width: 100%;
  margin-top: 2px;
}

.form-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.form-note a {
  color: var(--teal);
}

.site-footer {
  justify-content: space-between;
  gap: 20px;
  padding: 26px max(20px, calc((100vw - 1180px) / 2));
  background: var(--ink);
  color: rgba(255, 255, 255, 0.68);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer p {
  margin: 0;
}

.site-footer p:first-child {
  color: var(--white);
  font-weight: 880;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .nav-links {
    display: none;
  }

  .header-action {
    justify-self: end;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(8, 13, 17, 0.96) 0%, rgba(8, 13, 17, 0.8) 52%, rgba(8, 13, 17, 0.18) 100%),
      linear-gradient(180deg, rgba(8, 13, 17, 0.12) 0%, rgba(8, 13, 17, 0.72) 100%);
  }

  .signal-band,
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-section,
  .switchboard-layout,
  .triage-section,
  .stack-section,
  .governance-section,
  .launch-section,
  .pilot-section,
  .intake-brief-section,
  .audit-section,
  .contact-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  :root {
    --content: min(100vw - 28px, 1180px);
  }

  .site-header {
    width: calc(100vw - 20px);
    margin-top: 10px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .header-action {
    min-width: 0;
    padding: 0 10px;
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .hero {
    min-height: 76svh;
    padding: 104px 14px 42px;
  }

  .hero-media {
    background-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(8, 13, 17, 0.94) 0%, rgba(8, 13, 17, 0.83) 45%, rgba(8, 13, 17, 0.88) 100%),
      linear-gradient(90deg, rgba(8, 13, 17, 0.98) 0%, rgba(8, 13, 17, 0.56) 100%);
  }

  .hero-content {
    padding-top: 4vh;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(3rem, 13vw, 4.25rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .signal-band,
  .mini-metrics,
  .feature-grid,
  .pilot-metrics,
  .intake-brief-proof,
  .contact-form {
    grid-template-columns: 1fr;
  }

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

  .signal-band div {
    padding: 18px 20px;
  }

  .section,
  .feature-band,
  .contact-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .switchboard-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

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

  .pilot-tab {
    border-bottom: 1px solid var(--line);
  }

  .pilot-tab:nth-child(2n) {
    border-right: 0;
  }

  .pilot-tab:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .mission-header,
  .approval-queue,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .mission-header span {
    width: 100%;
    text-align: center;
  }

  .lane {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .lane-progress {
    grid-column: 1 / -1;
    width: 100%;
  }
}

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

/* === Phase 2+ upgrade: sticky mobile CTA (self-contained, namespaced) === */
.mcta{position:fixed;left:0;right:0;bottom:0;z-index:9000;display:none;gap:10px;
  padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));
  background:rgba(13,16,22,.93);border-top:1px solid rgba(255,255,255,.14);
  -webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);
  transform:translateY(120%);transition:transform 220ms ease;font-family:inherit}
.mcta.visible{transform:translateY(0)}
.mcta a{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:50px;border-radius:10px;font-weight:700;font-size:.95rem;text-decoration:none;line-height:1}
.mcta .mcta-call{flex:0 0 112px;color:#fff;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.26)}
.mcta .mcta-go{flex:1;color:#0c0f14;background:#fff;border:1px solid #fff}
.mcta svg{flex:none}
@media(max-width:768px){.mcta{display:flex}}
@media(prefers-reduced-motion:reduce){.mcta{transition:none}}
