:root {
  --ink: #1d221f;
  --ink-soft: #353b37;
  --paper: #f3eee3;
  --paper-light: #fbf8f1;
  --paper-deep: #e4ddcf;
  --orange: #f1531d;
  --orange-dark: #b62f0c;
  --blue: #1d4ed8;
  --blue-deep: #122f84;
  --blue-soft: #dfe7ff;
  --green: #137a4e;
  --yellow: #f5cd4b;
  --line: rgba(29, 34, 31, 0.24);
  --white: #fff;
  --sans: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --shadow: 0 28px 75px rgba(31, 35, 31, 0.17);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.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;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 11px 15px;
  color: white;
  background: var(--blue-deep);
  transform: translateY(-160%);
  transition: transform 0.2s;
}

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

.shell {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding: 118px 0;
}

.ops-bar {
  position: relative;
  z-index: 120;
  height: 30px;
  color: white;
  background: var(--ink);
}

.ops-bar-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ops-bar-inner > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ops-bar-inner i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 3px rgba(241, 83, 29, 0.2);
}

.ops-status {
  color: #acaeac;
}

.site-header {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(243, 238, 227, 0.94);
  transition: background 0.2s, box-shadow 0.2s;
}

.site-header.is-fixed {
  position: fixed;
  top: 0;
  box-shadow: 0 8px 32px rgba(29, 34, 31, 0.08);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: block;
  width: 36px;
  height: 29px;
}

.brand-mark i {
  position: absolute;
  display: block;
  background: var(--ink);
}

.brand-mark i:first-child {
  top: 3px;
  left: 0;
  width: 22px;
  height: 7px;
}

.brand-mark i:nth-child(2) {
  top: 10px;
  right: 0;
  width: 22px;
  height: 7px;
  background: var(--blue);
}

.brand-mark i:nth-child(3) {
  right: 8px;
  bottom: 2px;
  width: 15px;
  height: 7px;
  background: var(--orange);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:not(.nav-cta) {
  border-bottom: 2px solid transparent;
}

.site-nav a:not(.nav-cta):hover {
  border-color: var(--orange);
}

.nav-cta {
  padding: 0 17px;
  gap: 12px;
  border: 1px solid var(--ink);
  background: var(--paper-light);
  box-shadow: 3px 3px 0 var(--ink);
  transition: color 0.2s, background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.nav-cta:hover {
  color: white;
  background: var(--blue);
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--ink);
}

.nav-toggle {
  display: none;
}

.hero {
  padding-top: 76px;
  background:
    linear-gradient(90deg, rgba(29, 34, 31, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(29, 34, 31, 0.045) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
}

.hero-grid {
  display: grid;
  min-height: 760px;
  padding: 86px 0 76px;
  align-items: center;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 68px;
}

.eyebrow {
  display: flex;
  margin: 0 0 26px;
  align-items: center;
  gap: 18px;
  color: var(--blue-deep);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.09em;
}

.eyebrow span:first-child {
  padding: 7px 9px;
  color: white;
  background: var(--blue);
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(61px, 6.1vw, 91px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.hero h1 span {
  position: relative;
  display: inline-block;
  color: var(--orange);
}

.hero h1 span::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 4px;
  height: 7px;
  background:
    repeating-linear-gradient(90deg, var(--orange), var(--orange) 12px, transparent 12px, transparent 17px);
  content: "";
}

.hero-deck {
  max-width: 570px;
  margin: 32px 0 0;
  color: #4c514d;
  font-size: 18px;
  line-height: 1.65;
}

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

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 21px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s, background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.button-orange {
  color: var(--ink);
  border-color: var(--orange-dark);
  background: var(--orange);
  box-shadow: 4px 4px 0 var(--ink);
}

.button-orange:hover {
  color: white;
  background: var(--orange-dark);
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.button-ghost {
  border-color: transparent;
  background: transparent;
}

.button-ghost:hover {
  border-color: var(--ink);
  background: var(--paper-light);
}

.hero-modes {
  display: flex;
  margin-top: 43px;
  padding-top: 18px;
  align-items: center;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
  gap: 12px 28px;
}

.hero-modes span {
  position: relative;
  padding-left: 13px;
  color: #686c69;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-modes span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--blue);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.dispatch-window {
  border: 1px solid var(--ink);
  background: var(--paper-light);
  box-shadow: 14px 14px 0 var(--ink), var(--shadow);
}

.window-bar {
  display: flex;
  min-height: 37px;
  padding: 0 14px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.window-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.window-light {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(19, 122, 78, 0.14);
}

.window-bar > span {
  color: #6a6e6b;
}

.map-panel {
  position: relative;
  height: 292px;
  overflow: hidden;
  color: white;
  background: var(--blue-deep);
}

.map-grid,
.case-map-grid {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 31px 31px;
}

.map-grid::before,
.case-map-grid::before,
.map-grid::after,
.case-map-grid::after {
  position: absolute;
  width: 250px;
  height: 170px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
  transform: rotate(-18deg);
}

.map-grid::before {
  top: -65px;
  left: -35px;
}

.map-grid::after {
  right: -80px;
  bottom: -70px;
}

.zone-label {
  position: absolute;
  color: #839ced;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.07em;
}

.z1 { top: 43px; left: 47px; }
.z2 { right: 70px; bottom: 41px; }
.z3 { right: 47px; top: 52px; }
.z4 { bottom: 49px; left: 63px; }

.route {
  position: absolute;
  inset: 0;
}

.route-dot {
  position: absolute;
  z-index: 3;
  width: 12px;
  height: 12px;
  border: 3px solid var(--paper-light);
  border-radius: 50%;
  background: var(--blue);
}

.route-dot.start {
  top: 63px;
  left: 78px;
}

.route-dot.warning {
  top: 145px;
  left: 53%;
  width: 19px;
  height: 19px;
  border: 4px solid var(--yellow);
  background: var(--orange);
  box-shadow: 0 0 0 7px rgba(241, 83, 29, 0.25);
}

.route-dot.end {
  right: 56px;
  bottom: 52px;
  background: var(--orange);
}

.route-line {
  position: absolute;
  z-index: 2;
  display: block;
  height: 3px;
  background: var(--blue-soft);
  transform-origin: left center;
}

.l1 {
  top: 68px;
  left: 87px;
  width: 185px;
  transform: rotate(26deg);
}

.l2 {
  top: 150px;
  left: 273px;
  width: 105px;
  background: repeating-linear-gradient(90deg, var(--orange), var(--orange) 9px, transparent 9px, transparent 14px);
  transform: rotate(-17deg);
}

.l3 {
  right: 65px;
  bottom: 59px;
  width: 147px;
  background: var(--orange);
  transform: rotate(24deg);
  transform-origin: right center;
}

.map-alert {
  position: absolute;
  top: 28px;
  right: 23px;
  width: 210px;
  padding: 13px;
  border: 1px solid var(--yellow);
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.25);
}

.map-alert span,
.map-alert small {
  display: block;
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.map-alert strong {
  display: block;
  margin: 7px 0 3px;
  font-size: 14px;
}

.map-alert small {
  color: #525440;
  line-height: 1.4;
}

.map-legend {
  position: absolute;
  bottom: 13px;
  left: 15px;
  display: flex;
  gap: 18px;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.map-legend span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.map-legend i {
  width: 13px;
  height: 3px;
}

.map-legend i.blue { background: var(--blue-soft); }
.map-legend i.orange { background: var(--orange); }

.resolution-panel {
  padding: 21px 23px 23px;
}

.resolution-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.mono-label {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.09em;
}

.resolution-head strong {
  font-size: 14px;
}

.risk-badge {
  flex: 0 0 auto;
  padding: 6px 8px;
  color: var(--orange-dark);
  border: 1px solid var(--orange);
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 600;
}

.action-log {
  margin: 19px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.action-log li {
  display: grid;
  padding: 11px 0;
  align-items: center;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 28px 1fr auto;
  gap: 9px;
}

.action-log li > span {
  font-family: var(--mono);
  font-size: 8px;
}

.action-log p {
  margin: 0;
  font-size: 10px;
}

.action-log strong,
.action-log small {
  display: block;
}

.action-log small {
  margin-top: 1px;
  color: #555a56;
  font-family: var(--mono);
  font-size: 7px;
}

.action-log li > i {
  color: #777a77;
  font-family: var(--mono);
  font-size: 7px;
  font-style: normal;
}

.action-log .done > span,
.action-log .done > i {
  color: var(--green);
}

.action-log .active {
  margin-inline: -23px;
  padding-inline: 23px;
  background: #fff2e9;
}

.action-log .active > span,
.action-log .active > i {
  color: var(--orange-dark);
}

.resolution-actions {
  display: flex;
  margin-top: 14px;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 600;
  text-transform: uppercase;
}

.resolution-actions span {
  padding: 8px 9px;
  border: 1px solid var(--line);
}

.resolution-actions .approve-action {
  color: white;
  border-color: var(--blue);
  background: var(--blue);
}

.signal-strip {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--yellow);
}

.signal-inner {
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: 45px;
}

.signal-title {
  flex: 0 0 auto;
  padding-right: 45px;
  border-right: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
}

.signal-list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.signal-list span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
}

.signal-list i {
  width: 6px;
  height: 6px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--paper-light);
}

.section-stamp {
  display: flex;
  margin-bottom: 37px;
  align-items: center;
  gap: 13px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.09em;
}

.section-stamp span:first-child {
  display: grid;
  width: 30px;
  height: 25px;
  place-items: center;
  border: 1px solid currentColor;
}

.section-stamp.light {
  color: var(--yellow);
}

.statement {
  background: var(--paper-light);
}

.statement-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 100px;
}

.statement h2,
.workflow-heading h2,
.case-selector h2,
.network-heading h2,
.control-copy h2,
.cta-grid h2 {
  margin: 0;
  font-size: clamp(44px, 5.2vw, 72px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
}

.statement-copy {
  padding-top: 7px;
  color: #535854;
  font-size: 18px;
}

.statement-copy p {
  margin: 0 0 20px;
}

.statement-copy strong {
  color: var(--ink);
}

.capability-row {
  display: grid;
  margin-top: 90px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  grid-template-columns: repeat(3, 1fr);
}

.capability-row article {
  display: flex;
  min-height: 590px;
  padding: 30px;
  flex-direction: column;
  border-left: 1px solid var(--ink);
}

.capability-row article:last-child {
  border-right: 1px solid var(--ink);
}

.cap-index {
  color: var(--blue);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
}

.cap-icon {
  position: relative;
  height: 210px;
  margin: 32px 0;
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(29, 34, 31, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 34, 31, 0.05) 1px, transparent 1px);
  background-size: 23px 23px;
}

.cap-icon.assess i {
  position: absolute;
  border-radius: 50%;
}

.cap-icon.assess i:first-child {
  inset: 31px;
  border: 2px solid var(--blue);
}

.cap-icon.assess i:nth-child(2) {
  inset: 62px;
  border: 1px dashed var(--blue);
}

.cap-icon.assess i:nth-child(3) {
  top: 39px;
  right: 41px;
  width: 18px;
  height: 18px;
  border: 5px solid var(--paper-light);
  background: var(--orange);
  box-shadow: 0 0 0 2px var(--orange);
}

.cap-icon.recover i {
  position: absolute;
  top: 50%;
  display: block;
  height: 5px;
  background: var(--blue);
}

.cap-icon.recover i:first-child {
  left: 12%;
  width: 38%;
  transform: rotate(25deg);
}

.cap-icon.recover i:nth-child(2) {
  right: 11%;
  width: 43%;
  background: var(--orange);
  transform: rotate(-28deg);
}

.cap-icon.recover i:nth-child(3) {
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  width: 18px;
  height: 18px;
  border: 5px solid var(--paper-light);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 2px var(--ink);
}

.cap-icon.coordinate i {
  position: absolute;
  width: 48px;
  height: 48px;
  border: 2px solid var(--blue);
  background: var(--paper-light);
}

.cap-icon.coordinate i:first-child {
  top: 32px;
  left: 27px;
}

.cap-icon.coordinate i:nth-child(2) {
  top: 83px;
  left: calc(50% - 24px);
  border-color: var(--orange);
}

.cap-icon.coordinate i:nth-child(3) {
  right: 27px;
  bottom: 31px;
  border-color: var(--ink);
}

.cap-icon.coordinate::before,
.cap-icon.coordinate::after {
  position: absolute;
  z-index: 0;
  width: 125px;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: rotate(28deg);
}

.cap-icon.coordinate::before {
  top: 74px;
  left: 57px;
}

.cap-icon.coordinate::after {
  right: 55px;
  bottom: 70px;
  background: var(--orange);
}

.capability-row h3 {
  margin: auto 0 13px;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.capability-row p {
  margin: 0;
  color: #5c615d;
  font-size: 14px;
}

.capability-row ul {
  margin: 25px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.capability-row li {
  position: relative;
  margin: 9px 0;
  padding-left: 18px;
  font-family: var(--mono);
  font-size: 9px;
}

.capability-row li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 2px;
  background: var(--orange);
  content: "";
}

.workflow {
  color: white;
  background: var(--blue-deep);
}

.workflow-heading {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr 0.48fr;
  gap: 100px;
}

.workflow-heading > p {
  margin: 0 0 3px;
  color: #bcc8ee;
}

.runline {
  position: relative;
  display: grid;
  margin-top: 90px;
  grid-template-columns: repeat(4, 1fr);
}

.runline::before {
  position: absolute;
  top: 89px;
  right: 0;
  left: 0;
  height: 2px;
  background: #5d72bc;
  content: "";
}

.runline article {
  position: relative;
  z-index: 2;
  padding: 0 27px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.runline article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.run-no {
  color: #95a8e7;
  font-family: var(--mono);
  font-size: 9px;
}

.run-marker {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 44px 0 47px;
  border: 7px solid var(--blue-deep);
  border-radius: 50%;
  background: var(--paper-light);
  box-shadow: 0 0 0 2px var(--paper-light);
}

.run-marker i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  transform: translate(-50%, -50%);
}

.runline h3 {
  margin: 0 0 13px;
  font-size: 29px;
}

.runline p {
  min-height: 105px;
  margin: 0;
  color: #b9c3e4;
  font-size: 13px;
}

.run-output {
  display: block;
  margin-top: 22px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--yellow);
  font-family: var(--mono);
  font-size: 8px;
}

.control-room {
  background: var(--paper-deep);
}

.control-room-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 0.63fr 1.37fr;
  gap: 58px;
}

.case-selector {
  position: sticky;
  top: 110px;
}

.case-selector h2 {
  font-size: clamp(43px, 4.6vw, 62px);
}

.case-selector > p {
  margin: 24px 0 30px;
  color: #585d59;
}

.case-tabs {
  border-top: 1px solid var(--ink);
}

.case-tab {
  display: flex;
  width: 100%;
  min-height: 76px;
  padding: 14px 3px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: padding 0.2s, background 0.2s;
}

.case-tab:hover,
.case-tab.is-active {
  padding-inline: 13px;
  background: var(--paper-light);
}

.case-tab > span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
}

.case-tab > span i {
  width: 8px;
  height: 8px;
  border: 2px solid var(--blue);
  border-radius: 50%;
}

.case-tab.is-active > span i {
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(241, 83, 29, 0.14);
}

.case-tab small {
  color: #484d49;
  font-family: var(--mono);
  font-size: 7px;
}

.case-panel {
  border: 1px solid var(--ink);
  background: var(--paper-light);
  box-shadow: 12px 12px 0 var(--ink);
}

.case-top {
  display: flex;
  min-height: 41px;
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
}

.case-id {
  color: var(--blue);
  font-weight: 600;
}

.example-tag {
  color: #555a56;
}

.case-map {
  position: relative;
  height: 315px;
  overflow: hidden;
  color: white;
  background: #294ba2;
}

.case-map-grid::before {
  top: -40px;
  left: 11%;
}

.case-map-grid::after {
  right: -30px;
  bottom: -70px;
}

.place {
  position: absolute;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.1em;
}

.place-a { top: 56px; left: 53px; }
.place-b { top: 161px; left: 46%; }
.place-c { right: 49px; bottom: 54px; }

.case-route {
  position: absolute;
  inset: 0;
}

.c-dot {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  border: 4px solid var(--paper-light);
  border-radius: 50%;
  background: var(--blue);
}

.c-start { top: 77px; left: 73px; }
.c-risk {
  top: 169px;
  left: 52%;
  border-color: var(--yellow);
  background: var(--orange);
  box-shadow: 0 0 0 7px rgba(241, 83, 29, 0.28);
}
.c-end { right: 68px; bottom: 72px; background: var(--green); }

.c-line {
  position: absolute;
  z-index: 1;
  display: block;
  height: 4px;
  background: #dbe4ff;
  transform-origin: left center;
}

.c-line-a {
  top: 84px;
  left: 84px;
  width: 250px;
  transform: rotate(22deg);
}

.c-line-b {
  top: 175px;
  left: 53%;
  width: 122px;
  background: repeating-linear-gradient(90deg, var(--yellow), var(--yellow) 10px, transparent 10px, transparent 16px);
  transform: rotate(-19deg);
}

.c-line-c {
  right: 76px;
  bottom: 80px;
  width: 150px;
  background: var(--orange);
  transform: rotate(26deg);
  transform-origin: right;
}

.case-callout {
  position: absolute;
  top: 28px;
  right: 26px;
  width: 205px;
  padding: 13px;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.case-callout span,
.case-callout strong {
  display: block;
}

.case-callout span {
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 600;
}

.case-callout strong {
  margin-top: 7px;
  font-size: 13px;
}

.case-body {
  padding: 31px;
}

.case-summary h3 {
  max-width: 600px;
  margin: 6px 0 10px;
  font-size: 28px;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.case-summary p {
  max-width: 640px;
  margin: 0;
  color: #636763;
  font-size: 13px;
}

.impact-grid {
  display: grid;
  margin: 28px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  grid-template-columns: repeat(3, 1fr);
}

.impact-grid div {
  padding: 17px;
  border-left: 1px solid var(--line);
}

.impact-grid div:last-child {
  border-right: 1px solid var(--line);
}

.impact-grid span,
.impact-grid strong {
  display: block;
}

.impact-grid span {
  margin-bottom: 5px;
  color: #555a56;
  font-family: var(--mono);
  font-size: 7px;
  text-transform: uppercase;
}

.impact-grid strong {
  font-size: 11px;
}

.case-actions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-actions li {
  display: grid;
  min-height: 43px;
  padding: 0 11px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 32px 1fr auto;
  font-size: 11px;
}

.case-actions li:first-child {
  color: white;
  background: var(--blue);
}

.case-actions span,
.case-actions i {
  font-family: var(--mono);
  font-size: 7px;
  font-style: normal;
}

.case-actions p {
  margin: 0;
}

.network {
  background: var(--paper-light);
}

.network-heading h2 {
  max-width: 800px;
}

.network-grid {
  display: grid;
  margin-top: 75px;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.network-card {
  position: relative;
  min-height: 420px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--paper);
}

.network-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
}

.mode-symbol {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 1px solid var(--ink);
  font-size: 17px;
}

.network-card h3 {
  position: relative;
  z-index: 2;
  max-width: 410px;
  margin: 65px 0 13px;
  font-size: 36px;
  letter-spacing: -0.045em;
  line-height: 1;
}

.network-card p {
  position: relative;
  z-index: 2;
  max-width: 470px;
  margin: 0;
  color: #5d625e;
  font-size: 14px;
}

.network-card.road {
  color: white;
  background: var(--blue);
}

.network-card.road .mode-symbol {
  border-color: white;
}

.network-card.road p {
  color: #d5ddf8;
}

.mini-lane {
  position: absolute;
  right: -50px;
  bottom: -30px;
  width: 320px;
  height: 170px;
  border: 4px solid var(--paper-light);
  border-radius: 50% 0 0;
  transform: rotate(-16deg);
}

.mini-lane::before {
  position: absolute;
  inset: 18px;
  border: 2px dashed rgba(255, 255, 255, 0.65);
  border-radius: 50% 0 0;
  content: "";
}

.mini-lane i {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--orange);
}

.mini-lane i:first-child { top: -8px; left: 38px; }
.mini-lane i:nth-child(2) { right: 27px; bottom: -7px; }

.inventory {
  background: var(--yellow);
}

.inventory > p {
  color: #3f443f;
}

.mini-stack {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  width: 200px;
  height: 120px;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.mini-stack i {
  border: 2px solid var(--ink);
  background: var(--paper-light);
}

.mini-stack i:nth-child(2),
.mini-stack i:nth-child(4) {
  background: var(--orange);
}

.customer {
  background: #e8e2d6;
}

.mini-message {
  position: absolute;
  right: 28px;
  bottom: 25px;
  width: 230px;
}

.mini-message i {
  display: block;
  height: 16px;
  margin: 8px 0;
  border: 1px solid var(--ink);
  background: var(--paper-light);
}

.mini-message i:first-child { width: 78%; }
.mini-message i:nth-child(2) { width: 100%; background: var(--blue-soft); }
.mini-message i:nth-child(3) { width: 55%; margin-left: auto; background: var(--orange); }

.warehouse {
  color: white;
  background: var(--ink);
}

.warehouse .mode-symbol {
  border-color: white;
}

.warehouse p {
  color: #bfc2c0;
}

.mini-dock {
  position: absolute;
  right: 27px;
  bottom: 25px;
  display: grid;
  width: 220px;
  height: 110px;
  border: 2px solid #7a7d7b;
  grid-template-columns: repeat(4, 1fr);
}

.mini-dock i {
  border-left: 1px solid #7a7d7b;
}

.mini-dock i:nth-child(3) {
  background: var(--orange);
}

.control {
  color: white;
  background: var(--ink);
}

.control-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 100px;
}

.control-visual {
  padding: 45px;
  border: 1px solid #5b605c;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    #242a26;
  background-size: 25px 25px;
}

.policy-board {
  padding: 26px;
  border: 1px solid #767b77;
  background: #1a1f1c;
  box-shadow: 10px 10px 0 var(--orange);
}

.policy-head {
  display: flex;
  padding-bottom: 18px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #575c58;
  font-family: var(--mono);
  font-size: 8px;
}

.policy-head i {
  color: #6fe2aa;
  font-style: normal;
}

.policy-row {
  display: grid;
  padding: 22px 0;
  align-items: center;
  border-bottom: 1px solid #434844;
  grid-template-columns: 125px 1fr 65px;
  gap: 16px;
  font-family: var(--mono);
  font-size: 7px;
}

.policy-row div {
  height: 8px;
  background: #333834;
}

.policy-track {
  display: block;
  width: 85%;
  height: 100%;
  background: var(--green);
}

.policy-track.review { width: 64%; background: var(--yellow); }
.policy-track.approve { width: 45%; background: var(--orange); }
.policy-track.blocked { width: 18%; background: #b55252; }

.policy-row strong {
  color: #b5b9b6;
  font-size: 7px;
  text-align: right;
}

.audit-ticket {
  margin-top: 25px;
  padding: 15px;
  border: 1px solid #575c58;
  background: #282e2a;
}

.audit-ticket span {
  color: var(--yellow);
  font-family: var(--mono);
  font-size: 7px;
}

.audit-ticket p {
  margin: 8px 0 0;
  color: #b8bcb9;
  font-size: 11px;
}

.control-copy p {
  margin: 27px 0 31px;
  color: #bec2bf;
  font-size: 17px;
}

.control-copy ul {
  margin: 0 0 35px;
  padding: 0;
  border-top: 1px solid #565b57;
  list-style: none;
}

.control-copy li {
  display: grid;
  padding: 19px 0;
  border-bottom: 1px solid #494e4a;
  grid-template-columns: 155px 1fr;
  gap: 18px;
}

.control-copy li strong {
  color: var(--yellow);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.control-copy li span {
  color: #afb3b0;
  font-size: 12px;
}

.button-light {
  color: var(--ink);
  border-color: var(--paper-light);
  background: var(--paper-light);
}

.button-light:hover {
  background: var(--yellow);
  transform: translateY(-2px);
}

.final-cta {
  background:
    linear-gradient(90deg, rgba(29, 34, 31, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(29, 34, 31, 0.05) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
}

.cta-grid {
  position: relative;
  display: grid;
  min-height: 470px;
  padding: 78px;
  overflow: hidden;
  align-items: center;
  border: 1px solid var(--ink);
  background: var(--paper-light);
  box-shadow: 14px 14px 0 var(--blue);
  grid-template-columns: 1.2fr 0.8fr;
  gap: 85px;
}

.cta-label {
  display: block;
  margin-bottom: 30px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
}

.cta-grid h2 {
  position: relative;
  z-index: 2;
}

.cta-side {
  position: relative;
  z-index: 2;
}

.cta-side p {
  margin: 0 0 28px;
  color: #555a56;
}

.button-large {
  min-height: 58px;
  padding-inline: 27px;
}

.cta-route {
  position: absolute;
  right: -60px;
  bottom: -65px;
  width: 550px;
  height: 170px;
  border-top: 7px solid var(--blue);
  transform: rotate(-11deg);
}

.cta-route::before {
  position: absolute;
  top: -27px;
  left: 0;
  width: 100%;
  border-top: 2px dashed var(--orange);
  content: "";
}

.cta-route i {
  position: absolute;
  top: -14px;
  width: 20px;
  height: 20px;
  border: 5px solid var(--paper-light);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 2px var(--ink);
}

.cta-route i:first-child { left: 5%; }
.cta-route i:nth-child(2) { left: 35%; background: var(--blue); }
.cta-route i:nth-child(3) { left: 65%; }
.cta-route i:nth-child(4) { right: 2%; background: var(--yellow); }

.site-footer {
  padding: 70px 0 25px;
  color: white;
  background: var(--blue-deep);
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.footer-brand .brand-mark i:first-child {
  background: white;
}

.footer-main > div:first-child p {
  margin: 17px 0 0;
  color: #aebbe4;
}

.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.footer-nav div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav span {
  margin-bottom: 7px;
  color: var(--yellow);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
}

.footer-nav a {
  width: fit-content;
  color: #d1d9f3;
  font-size: 12px;
  text-decoration: none;
}

.footer-nav a:hover {
  color: white;
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  margin-top: 65px;
  padding-top: 21px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #455b9a;
  color: #d1d9f3;
  font-family: var(--mono);
  font-size: 8px;
}

@media (max-width: 1100px) {
  .hero-grid {
    gap: 38px;
  }

  .hero h1 {
    font-size: clamp(59px, 6.5vw, 77px);
  }

  .site-nav {
    gap: 18px;
  }

  .statement-grid,
  .workflow-heading {
    gap: 65px;
  }

  .control-grid {
    gap: 65px;
  }

  .policy-row {
    grid-template-columns: 100px 1fr 55px;
  }
}

@media (max-width: 900px) {
  .site-nav a:not(.nav-cta) {
    display: none;
  }

  .hero-grid {
    padding-top: 75px;
    grid-template-columns: 1fr;
    gap: 62px;
  }

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

  .dispatch-window {
    width: min(730px, 97%);
    margin-inline: auto;
  }

  .statement-grid,
  .workflow-heading,
  .control-room-grid,
  .control-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

  .capability-row article:nth-child(2) {
    border-right: 1px solid var(--ink);
  }

  .capability-row article:last-child {
    grid-column: 1 / -1;
    min-height: 520px;
  }

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

  .runline::before {
    display: none;
  }

  .runline article {
    padding: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .runline p {
    min-height: 0;
  }

  .case-selector {
    position: static;
  }

  .case-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .case-tab {
    padding: 13px;
    align-items: flex-start;
    flex-direction: column;
    border-right: 1px solid var(--line);
  }

  .case-tab:hover,
  .case-tab.is-active {
    padding: 13px;
  }

  .control-visual {
    width: min(720px, 100%);
    margin-inline: auto;
  }

  .cta-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .cta-side {
    max-width: 560px;
  }
}

@media (max-width: 700px) {
  .shell {
    width: min(100% - 32px, 1220px);
  }

  .section {
    padding: 82px 0;
  }

  .ops-status {
    display: none;
  }

  .site-header,
  .site-header.is-fixed {
    position: absolute;
    top: 30px;
  }

  .nav-wrap {
    min-height: 68px;
  }

  .nav-toggle {
    display: inline-flex;
    width: 46px;
    height: 46px;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    border: 1px solid var(--ink);
    background: var(--paper-light);
  }

  .nav-toggle i {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--ink);
    transition: transform 0.2s;
  }

  .nav-toggle[aria-expanded="true"] i:first-of-type {
    transform: translateY(4.5px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] i:last-of-type {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    padding: 16px;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--ink);
    background: var(--paper);
  }

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

  .site-nav a:not(.nav-cta) {
    display: flex;
    min-height: 49px;
    border-bottom: 1px solid var(--line);
  }

  .nav-cta {
    margin-top: 12px;
    justify-content: space-between;
  }

  .hero {
    padding-top: 68px;
  }

  .hero-grid {
    min-height: 0;
    padding: 66px 0 63px;
    gap: 55px;
  }

  .eyebrow {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .hero h1 {
    font-size: clamp(50px, 15.5vw, 68px);
  }

  .hero-deck {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .dispatch-window {
    width: calc(100% - 8px);
    margin-left: 0;
    box-shadow: 8px 8px 0 var(--ink);
  }

  .window-bar > span {
    display: none;
  }

  .map-panel {
    height: 260px;
  }

  .map-alert {
    top: 19px;
    right: 15px;
    width: 183px;
  }

  .route-dot.start {
    top: 80px;
    left: 37px;
  }

  .route-dot.warning {
    top: 154px;
    left: 47%;
  }

  .route-dot.end {
    right: 32px;
    bottom: 45px;
  }

  .l1 {
    top: 85px;
    left: 47px;
    width: 130px;
    transform: rotate(28deg);
  }

  .l2 {
    top: 159px;
    left: 48%;
    width: 68px;
  }

  .l3 {
    right: 39px;
    bottom: 51px;
    width: 104px;
  }

  .resolution-panel {
    padding: 18px;
  }

  .resolution-head {
    flex-direction: column;
    gap: 9px;
  }

  .action-log .active {
    margin-inline: -18px;
    padding-inline: 18px;
  }

  .resolution-actions span:first-child {
    display: none;
  }

  .signal-inner {
    padding: 16px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .signal-title {
    padding: 0;
    border: 0;
  }

  .signal-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 9px 18px;
  }

  .statement-grid {
    gap: 30px;
  }

  .statement h2,
  .workflow-heading h2,
  .case-selector h2,
  .network-heading h2,
  .control-copy h2,
  .cta-grid h2 {
    font-size: clamp(39px, 12vw, 53px);
  }

  .statement-copy {
    font-size: 16px;
  }

  .capability-row {
    margin-top: 58px;
    grid-template-columns: 1fr;
  }

  .capability-row article,
  .capability-row article:last-child {
    min-height: 530px;
    border-right: 1px solid var(--ink);
    grid-column: auto;
  }

  .workflow-heading {
    gap: 28px;
  }

  .runline {
    margin-top: 55px;
    grid-template-columns: 1fr;
  }

  .runline article {
    display: grid;
    padding: 25px 0;
    align-items: center;
    border-right: 0;
    border-left: 0;
    grid-template-columns: 35px 44px 1fr;
    gap: 10px;
  }

  .runline article:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .run-marker {
    width: 27px;
    height: 27px;
    margin: 0;
  }

  .runline h3 {
    margin: 0;
  }

  .runline p,
  .run-output {
    grid-column: 3;
  }

  .run-output {
    margin-top: 0;
  }

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

  .case-tab {
    min-height: 64px;
    align-items: center;
    flex-direction: row;
    border-right: 0;
  }

  .case-panel {
    box-shadow: 8px 8px 0 var(--ink);
  }

  .case-map {
    height: 280px;
  }

  .case-callout {
    top: 18px;
    right: 15px;
    width: 180px;
  }

  .c-start {
    top: 88px;
    left: 37px;
  }

  .c-risk {
    top: 173px;
    left: 46%;
  }

  .c-end {
    right: 36px;
    bottom: 58px;
  }

  .c-line-a {
    top: 95px;
    left: 49px;
    width: 125px;
    transform: rotate(34deg);
  }

  .c-line-b {
    top: 179px;
    left: 49%;
    width: 72px;
  }

  .c-line-c {
    right: 43px;
    bottom: 65px;
    width: 98px;
  }

  .place-a { left: 23px; top: 65px; }
  .place-b { left: 42%; top: 194px; }
  .place-c { right: 20px; bottom: 38px; }

  .case-body {
    padding: 24px 18px;
  }

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

  .impact-grid div,
  .impact-grid div:last-child {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

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

  .network-grid {
    margin-top: 52px;
    grid-template-columns: 1fr;
  }

  .network-card {
    min-height: 390px;
    padding: 23px;
  }

  .network-card h3 {
    margin-top: 55px;
    font-size: 32px;
  }

  .mini-lane,
  .mini-stack,
  .mini-message,
  .mini-dock {
    opacity: 0.48;
  }

  .control-visual {
    padding: 16px;
  }

  .policy-board {
    padding: 17px;
    box-shadow: 7px 7px 0 var(--orange);
  }

  .policy-row {
    padding: 17px 0;
    grid-template-columns: 88px 1fr 45px;
    gap: 8px;
  }

  .control-copy li {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .cta-grid {
    min-height: 0;
    padding: 52px 24px 60px;
    grid-template-columns: 1fr;
    box-shadow: 8px 8px 0 var(--blue);
  }

  .cta-route {
    opacity: 0.38;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 390px) {
  .brand {
    font-size: 17px;
  }

  .brand-mark {
    width: 31px;
  }

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

  .map-alert,
  .case-callout {
    width: 164px;
  }

  .action-log li {
    grid-template-columns: 24px 1fr;
  }

  .action-log li > i {
    display: none;
  }

  .case-top {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }

  .case-actions li {
    grid-template-columns: 25px 1fr;
  }

  .case-actions i {
    display: none;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .route-dot.warning,
  .c-risk {
    animation: signal 2.2s ease-in-out infinite;
  }

  .run-marker i {
    animation: blink 2.8s ease-in-out infinite;
  }
}

@keyframes signal {
  50% {
    box-shadow: 0 0 0 12px rgba(241, 83, 29, 0.08);
  }
}

@keyframes blink {
  50% {
    opacity: 0.35;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
