:root {
  --void: #030914;
  --deep: #071a33;
  --navy: #082f5f;
  --ink: #102033;
  --steel: #66717f;
  --silver: #dce2ea;
  --paper: #f6f8fb;
  --white: #ffffff;
  --cyan: #00a7d6;
  --electric: #42dfff;
  --acid: #dce8f4;
  --hot: #8fa1b4;
  --line: rgba(8, 47, 95, 0.16);
  --shadow: 0 26px 90px rgba(7, 26, 51, 0.18);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, var(--void) 0, #fff 48rem, var(--paper));
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.build-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 70% 35%, rgba(0, 167, 214, 0.24), transparent 22rem),
    radial-gradient(circle at 28% 76%, rgba(184, 255, 61, 0.14), transparent 18rem),
    linear-gradient(135deg, var(--void), #061a33 68%, #02050b);
  transition: opacity 920ms ease, visibility 920ms ease, transform 920ms ease;
}

.build-loader.is-done {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.03);
  pointer-events: none;
}

.build-skip {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 4;
  padding: 0.62rem 0.78rem;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font: inherit;
  font-weight: 850;
  text-transform: uppercase;
  cursor: pointer;
}

.build-blueprint {
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(66, 223, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 223, 255, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(184, 255, 61, 0.09) 2px, transparent 2px),
    linear-gradient(90deg, rgba(184, 255, 61, 0.09) 2px, transparent 2px);
  background-size: 36px 36px, 36px 36px, 180px 180px, 180px 180px;
  transform: perspective(900px) rotateX(58deg) translateY(13%);
  animation: blueprintDrift 2.6s linear infinite;
}

@keyframes blueprintDrift {
  to { background-position: 36px 36px, 36px 36px, 180px 180px, 180px 180px; }
}

.build-rig {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tool {
  position: absolute;
  display: block;
  filter: drop-shadow(0 0 22px rgba(66, 223, 255, 0.28));
}

.tool-hammer {
  left: 11%;
  top: 28%;
  width: 8.4rem;
  height: 2.1rem;
  background: var(--silver);
  transform-origin: 88% 50%;
  animation: hammerStrike 840ms cubic-bezier(.32,.02,.18,1) infinite;
}

.tool-hammer::before {
  content: "";
  position: absolute;
  right: -1.6rem;
  top: -0.68rem;
  width: 3rem;
  height: 3.4rem;
  background: linear-gradient(135deg, var(--cyan), var(--acid));
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
}

@keyframes hammerStrike {
  0%, 100% { transform: rotate(-18deg); }
  48% { transform: rotate(18deg) translateX(0.8rem); }
}

.tool-drill {
  right: 11%;
  top: 22%;
  width: 8.8rem;
  height: 4.2rem;
  background: linear-gradient(135deg, var(--navy), var(--cyan));
  clip-path: polygon(0 18%, 72% 18%, 100% 42%, 72% 66%, 48% 66%, 42% 100%, 20% 100%, 24% 66%, 0 66%);
  animation: drillBuzz 110ms linear infinite;
}

.tool-drill::after {
  content: "";
  position: absolute;
  right: -2.2rem;
  top: 1.72rem;
  width: 2.6rem;
  height: 0.72rem;
  background: var(--acid);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

@keyframes drillBuzz {
  50% { transform: translateX(2px) rotate(0.5deg); }
}

.tool-jackhammer {
  right: 20%;
  bottom: 14%;
  width: 3.2rem;
  height: 11rem;
  background: linear-gradient(180deg, var(--silver), var(--steel));
  clip-path: polygon(18% 0, 82% 0, 82% 68%, 100% 68%, 58% 100%, 42% 100%, 0 68%, 18% 68%);
  animation: jackhammerPulse 120ms linear infinite;
}

@keyframes jackhammerPulse {
  50% { transform: translateY(5px); }
}

.tool-screw {
  left: 24%;
  bottom: 19%;
  width: 11rem;
  height: 1rem;
  background: repeating-linear-gradient(90deg, var(--acid) 0 0.7rem, transparent 0.7rem 1.15rem), var(--cyan);
  clip-path: polygon(0 50%, 7% 0, 100% 0, 93% 50%, 100% 100%, 7% 100%);
  animation: screwSpin 900ms linear infinite;
}

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

.spark-field span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.35rem;
  height: 2.4rem;
  background: linear-gradient(var(--acid), transparent);
  transform-origin: 50% 100%;
  animation: sparkBurst 900ms ease-out infinite;
}

.spark-field span:nth-child(1) { transform: rotate(18deg) translateY(-8rem); animation-delay: 0ms; }
.spark-field span:nth-child(2) { transform: rotate(74deg) translateY(-9rem); animation-delay: 120ms; }
.spark-field span:nth-child(3) { transform: rotate(139deg) translateY(-7rem); animation-delay: 220ms; }
.spark-field span:nth-child(4) { transform: rotate(211deg) translateY(-8rem); animation-delay: 360ms; }
.spark-field span:nth-child(5) { transform: rotate(282deg) translateY(-9rem); animation-delay: 470ms; }
.spark-field span:nth-child(6) { transform: rotate(326deg) translateY(-7rem); animation-delay: 620ms; }

@keyframes sparkBurst {
  0% { opacity: 0; height: 0; }
  28% { opacity: 1; height: 2.6rem; }
  100% { opacity: 0; height: 0; }
}

.build-copy {
  position: relative;
  z-index: 3;
  width: min(760px, calc(100% - 2rem));
  padding: clamp(1rem, 3vw, 2rem);
  text-align: center;
  background: rgba(3, 9, 20, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 4px solid var(--acid);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
}

.build-copy img {
  width: min(360px, 78vw);
  margin: 0 auto 1.2rem;
  padding: 0.48rem 0.72rem;
  background: rgba(255, 255, 255, 0.96);
}

.build-kicker {
  margin: 0 0 0.7rem;
  color: var(--electric);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.build-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2.1rem, 7vw, 5rem);
  line-height: 0.9;
}

.build-progress {
  height: 0.55rem;
  margin: 1.5rem auto 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.build-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--hot), var(--cyan), var(--acid));
  box-shadow: 0 0 32px rgba(66, 223, 255, 0.42);
  transition: width 760ms cubic-bezier(.18,.9,.2,1);
}

.build-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.build-steps li {
  padding: 0.68rem 0.5rem;
  color: rgba(255, 255, 255, 0.48);
  background: rgba(3, 9, 20, 0.7);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.build-steps li.is-active {
  color: var(--void);
  background: var(--acid);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 40;
  padding: 0.7rem 1rem;
  background: var(--acid);
  color: var(--void);
  font-weight: 900;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  padding: 1rem clamp(1rem, 3vw, 2rem);
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  background: rgba(3, 9, 20, 0.84);
  box-shadow: 0 1px 28px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-logo {
  width: clamp(11.5rem, 19vw, 17rem);
  height: auto;
  padding: 0.48rem 0.72rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24), 0 0 44px rgba(0, 167, 214, 0.12);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 850;
}
.nav-links a {
  padding: 0.75rem 0.9rem;
  border: 1px solid transparent;
}
.nav-links a:hover {
  border-color: rgba(66, 223, 255, 0.38);
  background: rgba(66, 223, 255, 0.08);
}

.nav-links a.is-current {
  color: var(--void);
  background: linear-gradient(120deg, #ffffff, #aeb9c6 42%, #f8fbff 68%, #7d91a7);
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.82);
}
.nav-links .nav-cta {
  margin-left: 0.35rem;
  color: var(--void);
  background: linear-gradient(90deg, var(--cyan), var(--acid));
  box-shadow: 0 18px 48px rgba(0, 167, 214, 0.32), 0 0 42px rgba(184, 255, 61, 0.18);
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}
.nav-toggle span {
  display: block;
  width: 1.08rem;
  height: 2px;
  margin: 0.24rem auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 9rem clamp(1rem, 4vw, 3rem) 4rem;
  background:
    radial-gradient(circle at 80% 45%, rgba(0, 167, 214, 0.34), transparent 25rem),
    radial-gradient(circle at 42% 68%, rgba(184, 255, 61, 0.12), transparent 22rem),
    radial-gradient(circle at 18% 20%, rgba(255, 77, 125, 0.12), transparent 19rem),
    linear-gradient(118deg, rgba(3, 9, 20, 0.99) 0 49%, rgba(7, 26, 51, 0.82) 49% 100%);
}

.axis-canvas,
.hero-grid,
.hero-orbit {
  position: absolute;
  inset: 0;
}
.axis-canvas {
  z-index: -3;
  width: 100%;
  height: 100%;
  opacity: 0.82;
}
.hero-grid {
  z-index: -2;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(66, 223, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 223, 255, 0.12) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, black, transparent 92%);
}
.hero-orbit {
  z-index: -1;
  pointer-events: none;
}
.hero-orbit span {
  position: absolute;
  right: clamp(-19rem, -11vw, -7rem);
  top: 50%;
  width: clamp(32rem, 56vw, 50rem);
  aspect-ratio: 1;
  border: 2px solid rgba(66, 223, 255, 0.2);
  border-radius: 50%;
  transform: translateY(-50%) rotate(-24deg) scaleY(0.48);
}
.hero-orbit span:nth-child(2) {
  border-color: rgba(184, 255, 61, 0.36);
  transform: translateY(-50%) rotate(-6deg) scaleY(0.52);
}
.hero-orbit span:nth-child(3) {
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-50%) rotate(15deg) scaleY(0.5);
}
.hero-orbit::after {
  content: "";
  position: absolute;
  right: clamp(7rem, 17vw, 18rem);
  top: 36%;
  width: 0.9rem;
  height: 0.9rem;
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(184, 255, 61, 0.78);
  animation: nodePulse 1.8s ease-in-out infinite alternate;
}
@keyframes nodePulse {
  to { transform: scale(1.55); opacity: 0.5; }
}

.machine-node {
  position: absolute;
  z-index: 4;
  width: 5.4rem;
  height: 5.4rem;
  display: grid;
  place-items: center;
  color: var(--white);
  background:
    radial-gradient(circle, rgba(184, 255, 61, 0.24), rgba(66, 223, 255, 0.1) 52%, rgba(3, 9, 20, 0.82));
  border: 1px solid rgba(184, 255, 61, 0.42);
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(66, 223, 255, 0.22), inset 0 0 22px rgba(184, 255, 61, 0.08);
  font: inherit;
  cursor: pointer;
  animation: nodeFloat 3.4s ease-in-out infinite alternate;
}

.machine-node::before {
  content: "";
  position: absolute;
  inset: -0.65rem;
  border: 1px solid rgba(66, 223, 255, 0.25);
  border-radius: 50%;
}

.machine-node span {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.machine-node:hover,
.machine-node.is-active {
  color: var(--void);
  background: linear-gradient(135deg, var(--cyan), var(--acid));
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 44px rgba(184, 255, 61, 0.45), 0 0 70px rgba(66, 223, 255, 0.25);
}

.node-forecast { left: 7%; top: 9%; }
.node-handoffs { right: 18%; top: 15%; animation-delay: 300ms; }
.node-cadence { right: 18%; bottom: 24%; animation-delay: 600ms; }
.node-accountability { left: 8%; bottom: 27%; animation-delay: 900ms; }

@keyframes nodeFloat {
  to { transform: translateY(-0.6rem); }
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  margin: 0 auto;
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--electric);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1,
h2 {
  margin: 0;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 500px;
  color: var(--white);
  font-size: clamp(3.2rem, 5vw, 5.5rem);
  line-height: 0.9;
  text-shadow: 0 26px 80px rgba(0, 0, 0, 0.48);
}
.hero h1::after {
  content: "";
  display: block;
  width: min(28rem, 74vw);
  height: 0.52rem;
  margin-top: 1rem;
  background: linear-gradient(90deg, var(--hot), var(--cyan), var(--acid), transparent);
  box-shadow: 0 0 40px rgba(66, 223, 255, 0.36);
}
.hero-copy {
  max-width: 500px;
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.82rem;
  max-width: 500px;
  margin-top: 2rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.9rem 1.15rem;
  border: 0;
  border-radius: 0;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: var(--void);
  background: linear-gradient(90deg, var(--cyan), var(--acid));
  box-shadow: 0 18px 52px rgba(0, 167, 214, 0.34), 0 0 44px rgba(184, 255, 61, 0.18);
}
.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  width: min(500px, 100%);
  margin-top: 1.2rem;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.hero-metrics span {
  flex: 1 1 14rem;
  padding: 0.9rem 1rem;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(3, 9, 20, 0.78);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  text-transform: uppercase;
}
.hero-metrics strong {
  display: block;
  color: var(--acid);
  font-size: 1.35rem;
}

.axis-panel {
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(2rem, 7vw, 5rem);
  z-index: 4;
  width: min(44vw, 500px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(66, 223, 255, 0.13), transparent 46%),
    rgba(3, 9, 20, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 4px solid var(--acid);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}
.axis-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
}
.axis-panel-head strong { color: var(--acid); }

.machine-copy {
  margin: 0;
  padding: 1rem 1rem 0.3rem;
  color: rgba(255, 255, 255, 0.76);
}

.axis-panel ul {
  list-style: none;
  margin: 0;
  padding: 0.35rem 1rem 0.8rem;
}
.axis-panel li {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.7rem 0;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.axis-panel li:first-child { border-top: 0; }
.axis-panel li span {
  width: 2rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--void);
  background: linear-gradient(135deg, var(--cyan), var(--acid));
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
}

.ticker {
  overflow: hidden;
  color: var(--white);
  background: var(--void);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.ticker-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  padding: 0.9rem 0;
  animation: ticker 26s linear infinite;
}
.ticker span {
  color: var(--electric);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
  white-space: nowrap;
}
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.section {
  width: min(var(--max), calc(100% - 2.4rem));
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}
.split,
.proof,
.contact,
.deliverables-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
h2 {
  color: var(--deep);
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.94;
}
h3 {
  margin: 0 0 0.6rem;
  font-size: 1.16rem;
  line-height: 1.1;
}
p { color: #3b4857; }
.split p,
.deliverables-head p,
.proof-copy p,
.impact p,
.contact-copy p {
  margin: 0;
  font-size: clamp(1.02rem, 1.35vw, 1.2rem);
}

.fault-grid,
.deliverable-grid,
.service-grid {
  display: grid;
  gap: 1px;
  margin-top: 3rem;
  background: rgba(8, 47, 95, 0.16);
  border: 1px solid rgba(8, 47, 95, 0.16);
}
.fault-grid { grid-template-columns: repeat(4, 1fr); }
.deliverable-grid,
.service-grid { grid-template-columns: repeat(3, 1fr); }
.fault-grid article,
.deliverable-grid article,
.service-grid article {
  position: relative;
  min-height: 15rem;
  overflow: hidden;
  padding: 1.25rem;
  background:
    linear-gradient(135deg, rgba(0, 167, 214, 0.08), transparent 48%),
    var(--white);
  border-bottom: 4px solid transparent;
  transition: transform 160ms ease, border 160ms ease, background 160ms ease, color 160ms ease;
}
.deliverable-grid article { min-height: 17rem; }
.deliverable-grid article::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: -3rem;
  width: 7rem;
  height: 7rem;
  border: 1px solid rgba(0, 167, 214, 0.24);
  border-radius: 50%;
}
.fault-grid article:hover,
.deliverable-grid article:hover,
.service-grid article:hover {
  transform: translateY(-5px);
  color: var(--white);
  border-bottom-color: var(--acid);
  background:
    linear-gradient(135deg, rgba(0, 167, 214, 0.16), transparent 48%),
    var(--deep);
}
.fault-grid article:hover p,
.deliverable-grid article:hover p,
.service-grid article:hover p { color: rgba(255, 255, 255, 0.72); }
.fault-grid span,
.deliverable-grid span,
.service-grid span {
  display: inline-block;
  margin-bottom: 3.2rem;
  color: var(--cyan);
  font-family: "JetBrains Mono", monospace;
  font-size: 1.05rem;
  font-weight: 800;
}
.fault-grid p,
.deliverable-grid p,
.service-grid p {
  margin: 0;
  color: #687582;
}

.deliverables {
  width: 100%;
  max-width: none;
  padding-left: max(1.2rem, calc((100% - var(--max)) / 2));
  padding-right: max(1.2rem, calc((100% - var(--max)) / 2));
  background:
    radial-gradient(circle at 85% 20%, rgba(0, 167, 214, 0.2), transparent 23rem),
    linear-gradient(180deg, #ffffff, #edf3fb);
}
.deliverables-head,
.deliverable-grid { width: min(var(--max), 100%); }

.services { padding-top: 2rem; }
.service-grid article {
  min-height: 17rem;
  display: grid;
}
.service-grid a {
  align-self: end;
  margin-top: 1rem;
  color: var(--navy);
  font-weight: 900;
  text-transform: uppercase;
}

.proof {
  width: 100%;
  max-width: none;
  padding-left: max(1.2rem, calc((100% - var(--max)) / 2));
  padding-right: max(1.2rem, calc((100% - var(--max)) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 75% 0%, rgba(184, 255, 61, 0.18), transparent 24rem),
    linear-gradient(90deg, var(--void), #0b345f);
}
.proof h2 { color: var(--white); }
.proof p,
.proof .section-kicker { color: rgba(255, 255, 255, 0.72); }
.proof-stack {
  display: grid;
  gap: 1rem;
}
.proof-stack div {
  padding: 1.15rem;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.proof-stack strong,
.proof-stack span { display: block; }
.proof-stack strong {
  margin-bottom: 0.35rem;
  color: var(--electric);
  text-transform: uppercase;
}
.proof-stack span { color: rgba(255, 255, 255, 0.72); }

.impact {
  width: 100%;
  max-width: none;
  padding-left: max(1.2rem, calc((100% - var(--max)) / 2));
  padding-right: max(1.2rem, calc((100% - var(--max)) / 2));
  color: var(--deep);
  background:
    radial-gradient(circle at 80% 12%, rgba(66, 223, 255, 0.26), transparent 22rem),
    linear-gradient(90deg, var(--silver), #f8fbff);
}
.impact-inner { width: min(var(--max), 100%); }
.impact p {
  max-width: 760px;
  margin-top: 1.2rem;
}
.impact-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 2rem;
  background: var(--line);
  border: 1px solid var(--line);
}
.impact-row span {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.68);
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.contact-form label {
  display: grid;
  gap: 0.4rem;
  font-weight: 850;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.95rem;
  color: var(--deep);
  background: #fbfdff;
  border: 1px solid var(--line);
  border-radius: 0;
  font: inherit;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(0, 167, 214, 0.18);
  border-color: var(--cyan);
}
.hidden { display: none; }

.footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1.2rem, 4vw, 3rem);
  color: var(--white);
  background: var(--void);
}

.page-shell {
  min-height: 100vh;
  padding-top: 7.5rem;
  background:
    radial-gradient(circle at 78% 14%, rgba(180,195,210,0.18), transparent 24rem),
    linear-gradient(180deg, var(--void), var(--paper) 34rem, var(--white));
}

.page-hero {
  width: min(var(--max), calc(100% - 2.4rem));
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 7rem) 0 clamp(2rem, 5vw, 4rem);
  color: var(--white);
}

.page-hero h1,
.page-contact h1 {
  max-width: 980px;
  margin: 0;
  color: var(--white);
  font-size: clamp(3rem, 8vw, 7.4rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 1.3rem 0 0;
  color: rgba(255,255,255,0.76);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.page-shell .section {
  margin-top: 0;
}

.page-shell .system-band,
.page-shell .deployment-band,
.page-shell .signal-band,
.page-shell .chrome-band,
.page-shell .handoff-band {
  padding-top: clamp(3rem, 7vw, 6rem);
  padding-bottom: clamp(3rem, 7vw, 6rem);
}

.page-contact {
  min-height: calc(100vh - 7.5rem);
  align-items: center;
}
.footer strong,
.footer span { display: block; }
.footer span,
.footer a { color: rgba(255, 255, 255, 0.65); }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.8rem;
    color: var(--white);
    background: rgba(3, 9, 20, 0.96);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
  }
  .nav-links.is-open { display: flex; }
  .brand-logo { width: 12rem; }
  .hero {
    min-height: auto;
    padding-bottom: 43rem;
  }
  .war-room {
    left: 1rem;
    right: 1rem;
    top: auto;
    bottom: 24rem;
    width: auto;
    height: 17rem;
  }
  .machine-node {
    width: 4.35rem;
    height: 4.35rem;
  }
  .machine-node span {
    font-size: 0.56rem;
  }
  .axis-panel {
    left: 1rem;
    right: 1rem;
    bottom: 2rem;
  }
  .split,
  .proof,
  .contact,
  .deliverables-head { grid-template-columns: 1fr; }
  .fault-grid,
  .deliverable-grid,
  .service-grid,
  .impact-row { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .tool-hammer,
  .tool-drill,
  .tool-jackhammer,
  .tool-screw {
    opacity: 0.42;
    transform: scale(0.7);
  }
  .build-steps {
    grid-template-columns: 1fr;
  }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .hero-actions,
  .button { width: 100%; }
  .war-room {
    height: 14rem;
    bottom: 25rem;
  }
  .machine-node {
    width: 3.65rem;
    height: 3.65rem;
  }
  .node-forecast { left: 4%; top: 7%; }
  .node-handoffs { right: 4%; top: 8%; }
  .node-cadence { right: 5%; bottom: 30%; }
  .node-accountability { left: 4%; bottom: 30%; }
  .fault-grid,
  .deliverable-grid,
  .service-grid,
  .impact-row { grid-template-columns: 1fr; }
  .fault-grid article,
  .deliverable-grid article,
  .service-grid article { min-height: auto; }
  .fault-grid span,
  .deliverable-grid span,
  .service-grid span { margin-bottom: 1.4rem; }
  .footer { flex-direction: column; }
}

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

.ops-map-shell .ops-map-hero h1,
.ops-map-shell .ops-intake-head h2,
.ops-map-shell .ops-report-head h2 {
  line-height: 1.1;
  padding-bottom: 0.08em;
}

/* Operating map v3 readability lock */
.ops-map-shell {
  background:
    radial-gradient(circle at 78% 16%, rgba(220, 226, 234, 0.16), transparent 28rem),
    radial-gradient(circle at 14% 8%, rgba(143, 161, 180, 0.13), transparent 22rem),
    linear-gradient(180deg, #02050b 0, #071a33 74rem, #f2f5f8 74.1rem, #ffffff 100%);
}

.ops-map-shell h1,
.ops-map-shell h2,
.ops-map-shell h3,
.ops-map-shell .ops-map-hero h1,
.ops-map-shell .ops-intake-head h2,
.ops-map-shell .ops-report-head h2 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.ops-map-hero-copy > p:not(.eyebrow) {
  width: min(100%, 760px);
  padding: 0.95rem 1rem;
  color: rgba(255, 255, 255, 0.9);
  background:
    linear-gradient(90deg, rgba(3, 9, 20, 0.84), rgba(3, 9, 20, 0.58) 72%, rgba(3, 9, 20, 0.12));
  border-left: 2px solid rgba(220, 232, 244, 0.72);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.18);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.42);
}

main.ops-map-shell .ops-map-hero .ops-map-hero-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(90deg, rgba(3, 9, 20, 0.88), rgba(3, 9, 20, 0.64) 72%, rgba(3, 9, 20, 0.18));
}

/* Premium Axis OS direction */
.build-blueprint,
.build-rig,
.tool,
.spark-field {
  display: none !important;
}

.build-loader {
  background:
    radial-gradient(circle at 50% 50%, rgba(66, 223, 255, 0.14), transparent 24rem),
    linear-gradient(180deg, #02050b, #071a33 58%, #02050b);
}

.build-field {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.build-field span {
  position: absolute;
  width: min(62vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transform: rotate(calc(var(--i, 0) * 18deg)) scaleY(0.42);
  animation: axisFieldTurn 8s linear infinite;
}

.build-field span:nth-child(1) { --i: 1; border-color: rgba(66, 223, 255, 0.22); }
.build-field span:nth-child(2) { --i: 2; width: min(48vw, 560px); animation-direction: reverse; }
.build-field span:nth-child(3) { --i: 3; width: min(34vw, 410px); border-color: rgba(184, 255, 61, 0.2); }
.build-field span:nth-child(4) { --i: 4; width: min(18vw, 230px); border-color: rgba(255, 255, 255, 0.22); animation-direction: reverse; }

@keyframes axisFieldTurn {
  to { transform: rotate(calc((var(--i, 0) * 18deg) + 360deg)) scaleY(0.42); }
}

.build-copy {
  width: min(680px, calc(100% - 2rem));
  background: transparent;
  border: 0;
  border-top: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.build-copy img {
  width: min(320px, 72vw);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.build-copy h2 {
  font-size: clamp(2.8rem, 7vw, 6rem);
}

.build-progress {
  max-width: 520px;
  height: 1px;
}

.build-steps {
  max-width: 640px;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  background: transparent;
  border: 0;
}

.build-steps li {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.build-steps li.is-active {
  color: var(--electric);
  background: transparent;
  border-top-color: var(--electric);
}

.hero {
  background:
    radial-gradient(circle at 68% 50%, rgba(66, 223, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.06), transparent 36rem),
    linear-gradient(180deg, #02050b, #071a33);
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(3.1rem, 5.8vw, 6.5rem);
  line-height: 0.9;
}

.hero-copy,
.hero-actions,
.hero-metrics {
  max-width: 570px;
}

.hero-metrics {
  width: min(570px, 100%);
}

.hero-core {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.hero-core span {
  position: absolute;
  right: clamp(2rem, 9vw, 9rem);
  top: 50%;
  width: min(45vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  transform: translateY(-50%) scaleY(0.45) rotate(-20deg);
}

.hero-core span:nth-child(2) {
  border-color: rgba(66, 223, 255, 0.32);
  transform: translateY(-50%) scaleY(0.5) rotate(2deg);
}

.hero-core span:nth-child(3) {
  border-color: rgba(184, 255, 61, 0.18);
  transform: translateY(-50%) scaleY(0.48) rotate(20deg);
}

.machine {
  position: absolute;
  right: clamp(2rem, 7vw, 7rem);
  top: 50%;
  z-index: 3;
  width: min(42vw, 560px);
  aspect-ratio: 1;
  transform: translateY(-50%);
}

.machine::before,
.machine::after {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(66, 223, 255, 0.2);
  border-radius: 50%;
  transform: scaleY(0.48) rotate(-18deg);
}

.machine::after {
  inset: 20%;
  border-color: rgba(255, 255, 255, 0.14);
  transform: scaleY(0.48) rotate(22deg);
}

.machine-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: min(52%, 290px);
  transform: translate(-50%, -50%);
  padding: 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.42);
}

.machine-center img {
  width: 100%;
}

.machine-center strong {
  display: block;
  margin-top: 0.65rem;
  color: var(--navy);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.machine-node {
  width: 6rem;
  height: 6rem;
  background: rgba(3, 9, 20, 0.72);
  backdrop-filter: blur(16px);
}

.node-forecast { left: 50%; top: 0; transform: translateX(-50%); }
.node-handoffs { right: 0; top: 50%; transform: translateY(-50%); }
.node-cadence { left: 50%; bottom: 0; transform: translateX(-50%); }
.node-accountability { left: 0; top: 50%; transform: translateY(-50%); }

.axis-panel {
  right: clamp(2rem, 7vw, 7rem);
  bottom: clamp(2rem, 5vw, 4rem);
  width: min(42vw, 560px);
  z-index: 4;
}

@media (max-width: 960px) {
  .machine {
    position: relative;
    right: auto;
    top: auto;
    width: min(88vw, 540px);
    margin: 3rem auto 0;
    transform: none;
  }
  .hero {
    padding-bottom: 34rem;
  }
  .axis-panel {
    width: auto;
  }
}

@media (max-width: 620px) {
  .build-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .machine-node {
    width: 4.4rem;
    height: 4.4rem;
  }
}

/* Axis Engine: premium interactive system object */
.hero-grid {
  opacity: 0.22;
  background-size: 72px 72px;
}

.hero-core span {
  display: none;
}

.machine {
  width: min(43vw, 620px);
  filter: drop-shadow(0 34px 90px rgba(0, 0, 0, 0.38));
}

.machine::before,
.machine::after {
  display: none;
}

.machine-canvas {
  position: absolute;
  inset: -8%;
  z-index: 1;
  width: 116%;
  height: 116%;
  opacity: 0.96;
}

.machine-center {
  z-index: 5;
  width: min(30%, 180px);
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.machine-center::before {
  display: none;
}

.machine-center strong,
.machine-center em {
  display: block;
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
}

.machine-center strong {
  margin-top: 0.55rem;
  color: rgba(220, 232, 244, 0.78);
  font-size: 0.68rem;
}

.machine-center em {
  margin-top: 0.2rem;
  color: rgba(220, 232, 244, 0.48);
  font-size: 0.58rem;
  font-style: normal;
}

.machine-node {
  z-index: 8;
  width: 8.4rem;
  height: 2.35rem;
  min-width: 8.4rem;
  min-height: 2.35rem;
  padding: 0 0.9rem;
  color: rgba(255, 255, 255, 0.76);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(137, 151, 166, 0.12) 45%, rgba(255, 255, 255, 0.08)),
    rgba(3, 9, 20, 0.62);
  border: 1px solid rgba(220, 226, 234, 0.34);
  border-radius: 999px;
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255,255,255,0.28),
    inset 0 -12px 24px rgba(0,0,0,0.18);
  clip-path: none;
}

.machine-node::before {
  inset: auto;
  left: 0.5rem;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  border: 0;
  background: linear-gradient(145deg, #ffffff, #8fa1b4 44%, #ffffff);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 18px rgba(220, 226, 234, 0.52);
}

.machine-node span {
  padding-left: 0.55rem;
  font-size: 0.62rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.machine-node:hover,
.machine-node.is-active {
  color: var(--void);
  background: linear-gradient(120deg, #ffffff, #aeb9c6 42%, #f8fbff 68%, #7d91a7);
  border-color: rgba(255, 255, 255, 0.84);
  transform: translateY(-2px);
  box-shadow:
    0 18px 48px rgba(220, 226, 234, 0.18),
    0 0 0 1px rgba(255,255,255,0.3) inset,
    0 0 34px rgba(220, 232, 244, 0.34);
}

.machine-node:hover::before,
.machine-node.is-active::before {
  background: var(--void);
  box-shadow: none;
}

.node-forecast { left: 50%; top: 2%; transform: translateX(-50%); }
.node-handoffs { right: -2%; top: 50%; transform: translateY(-50%); }
.node-cadence { left: 50%; bottom: 2%; transform: translateX(-50%); }
.node-accountability { left: -2%; top: 50%; transform: translateY(-50%); }

.node-forecast:hover,
.node-forecast.is-active { transform: translateX(-50%) translateY(-3px); }

.node-handoffs:hover,
.node-handoffs.is-active { transform: translateY(-50%) translateX(3px); }

.node-cadence:hover,
.node-cadence.is-active { transform: translateX(-50%) translateY(3px); }

.node-accountability:hover,
.node-accountability.is-active { transform: translateY(-50%) translateX(-3px); }

.machine::before,
.machine::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: block;
  width: 48%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.94), rgba(143,161,180,0));
  box-shadow: 0 0 24px rgba(220,232,244,0.32);
  opacity: 0;
  transform-origin: 0 50%;
  transition: opacity 260ms ease, transform 420ms cubic-bezier(.18,.9,.2,1);
  pointer-events: none;
}

.machine::after {
  width: 34%;
  background: linear-gradient(90deg, rgba(143,161,180,0.08), rgba(255,255,255,0.62), rgba(143,161,180,0));
}

.machine[data-active="forecast"]::before {
  opacity: 1;
  transform: rotate(-90deg);
}

.machine[data-active="handoffs"]::before {
  opacity: 1;
  transform: rotate(0deg);
}

.machine[data-active="cadence"]::before {
  opacity: 1;
  transform: rotate(90deg);
}

.machine[data-active="accountability"]::before {
  opacity: 1;
  transform: rotate(180deg);
}

.machine[data-active="forecast"]::after {
  opacity: 0.74;
  transform: rotate(-58deg);
}

.machine[data-active="handoffs"]::after {
  opacity: 0.74;
  transform: rotate(28deg);
}

.machine[data-active="cadence"]::after {
  opacity: 0.74;
  transform: rotate(122deg);
}

.machine[data-active="accountability"]::after {
  opacity: 0.74;
  transform: rotate(208deg);
}

.machine.is-switching .machine-center {
  animation: atomSwitch 520ms cubic-bezier(.18,.9,.2,1);
}

.machine-center {
  transition: filter 260ms ease, transform 260ms ease;
}

.machine-center img {
  transition: filter 260ms ease, transform 260ms ease;
}

.machine[data-active="forecast"] .machine-center img {
  filter: drop-shadow(0 -12px 28px rgba(220,232,244,0.28));
}

.machine[data-active="handoffs"] .machine-center img {
  filter: drop-shadow(14px 0 28px rgba(220,232,244,0.28));
}

.machine[data-active="cadence"] .machine-center img {
  filter: drop-shadow(0 14px 28px rgba(220,232,244,0.28));
}

.machine[data-active="accountability"] .machine-center img {
  filter: drop-shadow(-14px 0 28px rgba(220,232,244,0.28));
}

@keyframes atomSwitch {
  0% { transform: translate(-50%, -50%) scale(0.94); }
  42% { transform: translate(-50%, -50%) scale(1.08); }
  100% { transform: translate(-50%, -50%) scale(1); }
}

.axis-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(66, 223, 255, 0.08)),
    rgba(3, 9, 20, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 1px solid rgba(184, 255, 61, 0.45);
}

.axis-panel-head {
  padding-bottom: 0.75rem;
}

.axis-panel-head span {
  color: var(--white);
  font-size: 0.82rem;
}

.axis-panel-head strong {
  font-size: 0.72rem;
}

@media (max-width: 960px) {
  .machine {
    width: min(88vw, 560px);
  }
  .machine-node {
    width: 7.4rem;
    min-width: 7.4rem;
  }
}

@media (max-width: 620px) {
  .machine-node {
    width: 6.4rem;
    min-width: 6.4rem;
    height: 2.15rem;
    padding: 0 0.6rem;
  }
  .machine-node span {
    font-size: 0.56rem;
  }
}

/* Final palette lock: no rainbow, no neon toy colors */
:root {
  --cyan: #8fa1b4;
  --electric: #dce8f4;
  --acid: #edf2f7;
  --hot: #74869a;
}

.build-loader,
.hero,
.proof {
  background:
    radial-gradient(circle at 68% 50%, rgba(180, 195, 210, 0.14), transparent 24rem),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.045), transparent 36rem),
    linear-gradient(180deg, #02050b, #071a33);
}

.build-progress span,
.hero h1::after,
.button-primary,
.machine-node:hover,
.machine-node.is-active,
.axis-panel li span,
.nav-links .nav-cta {
  background: linear-gradient(120deg, #ffffff, #aeb9c6 42%, #f8fbff 68%, #7d91a7);
  box-shadow: 0 18px 52px rgba(180, 195, 210, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.hero-grid,
.build-blueprint {
  background-image:
    linear-gradient(rgba(180, 195, 210, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 195, 210, 0.08) 1px, transparent 1px);
}

.machine-node {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(137, 151, 166, 0.13) 45%, rgba(255, 255, 255, 0.07)),
    rgba(3, 9, 20, 0.68);
  border-color: rgba(220, 226, 234, 0.34);
}

.machine-node::before {
  background: linear-gradient(145deg, #ffffff, #8fa1b4 44%, #ffffff);
  box-shadow: 0 0 18px rgba(220, 226, 234, 0.42);
}

.machine-node:hover::before,
.machine-node.is-active::before {
  background: #071a33;
}

.axis-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(160, 174, 190, 0.08)),
    rgba(3, 9, 20, 0.76);
  border-top-color: rgba(220, 226, 234, 0.56);
}

.eyebrow,
.section-kicker,
.ticker span,
.axis-panel-head strong,
.proof-stack strong,
.build-kicker,
.build-steps li.is-active {
  color: rgba(220, 232, 244, 0.9);
}

.hero-metrics strong,
.fault-grid span,
.deliverable-grid span,
.service-grid span {
  color: rgba(220, 232, 244, 0.92);
}

.deliverables,
.impact {
  background:
    radial-gradient(circle at 82% 14%, rgba(160, 174, 190, 0.18), transparent 24rem),
    linear-gradient(180deg, #ffffff, #edf3fb);
}

/* Below-fold upgrade: make the rest feel like the Axis system, not a brochure */
.system-band,
.deployment-band,
.signal-band,
.chrome-band,
.handoff-band {
  position: relative;
  overflow: hidden;
}

.system-band::before,
.deployment-band::before,
.signal-band::before,
.chrome-band::before,
.handoff-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(8, 47, 95, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 47, 95, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent, black 14%, black 86%, transparent);
}

.system-band::after {
  content: "OPERATING SYSTEM";
  position: absolute;
  right: -0.08em;
  top: 0.08em;
  color: rgba(8, 47, 95, 0.045);
  font-size: clamp(5rem, 13vw, 15rem);
  line-height: 0.8;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
}

.deliverable-grid,
.service-grid,
.fault-grid {
  position: relative;
  z-index: 1;
  border-color: rgba(220, 226, 234, 0.28);
  background: rgba(220, 226, 234, 0.28);
  box-shadow: 0 28px 90px rgba(7, 26, 51, 0.08);
}

.deliverable-grid article,
.service-grid article,
.fault-grid article {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(238,243,248,0.92)),
    var(--white);
  border-bottom-color: rgba(143, 161, 180, 0.22);
}

.deliverable-grid article::before,
.service-grid article::before,
.fault-grid article::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 1rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(8,47,95,0.5), transparent);
}

.deliverable-grid article:hover,
.service-grid article:hover,
.fault-grid article:hover {
  background:
    radial-gradient(circle at 85% 10%, rgba(220, 226, 234, 0.16), transparent 8rem),
    linear-gradient(145deg, #071a33, #02050b);
  border-bottom-color: rgba(237, 242, 247, 0.86);
  box-shadow: 0 24px 70px rgba(7, 26, 51, 0.18);
}

.deliverable-grid span,
.service-grid span,
.fault-grid span {
  color: rgba(8, 47, 95, 0.74);
}

.deliverable-grid article:hover span,
.service-grid article:hover span,
.fault-grid article:hover span {
  color: rgba(237, 242, 247, 0.92);
}

.command-strip {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 1.8rem 0 1.2rem;
  border: 1px solid rgba(8, 47, 95, 0.14);
  background: linear-gradient(90deg, rgba(8,47,95,0.8), rgba(143,161,180,0.95), rgba(8,47,95,0.8));
  box-shadow: 0 22px 70px rgba(7, 26, 51, 0.12);
}

.command-strip span {
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 1rem;
  color: var(--void);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(214,223,233,0.82)),
    var(--white);
}

.deployment-band {
  width: 100%;
  max-width: none;
  padding-left: max(1.2rem, calc((100% - var(--max)) / 2));
  padding-right: max(1.2rem, calc((100% - var(--max)) / 2));
  background:
    radial-gradient(circle at 15% 20%, rgba(220, 226, 234, 0.14), transparent 24rem),
    linear-gradient(180deg, #02050b, #071a33);
  color: var(--white);
}

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

.deployment-band p,
.deployment-band .section-kicker {
  color: rgba(255,255,255,0.72);
}

.deployment-band .services-head,
.deployment-band .service-grid {
  width: min(var(--max), 100%);
}

.deployment-track {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  display: grid;
  grid-template-columns: auto minmax(40px, 1fr) auto minmax(40px, 1fr) auto;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0 1.4rem;
  color: rgba(237,242,247,0.86);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.deployment-track i {
  height: 1px;
  background: linear-gradient(90deg, rgba(237,242,247,0.86), rgba(143,161,180,0.12));
  box-shadow: 0 0 18px rgba(220,226,234,0.28);
}

.deployment-band .service-grid {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.14);
}

.deployment-band .service-grid article {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.045)),
    rgba(3,9,20,0.76);
  border-bottom-color: rgba(255,255,255,0.12);
}

.deployment-band .service-grid a {
  color: rgba(237, 242, 247, 0.9);
}

.signal-band {
  background:
    radial-gradient(circle at 75% 0%, rgba(220, 226, 234, 0.14), transparent 24rem),
    linear-gradient(90deg, var(--void), #0b345f);
}

.signal-band .proof-stack div {
  position: relative;
  overflow: hidden;
}

.signal-band .proof-stack div::after {
  content: "";
  position: absolute;
  right: -2.5rem;
  top: -2.5rem;
  width: 7rem;
  height: 7rem;
  border: 1px solid rgba(220, 226, 234, 0.16);
  border-radius: 50%;
}

.chrome-band {
  background:
    radial-gradient(circle at 78% 16%, rgba(255,255,255,0.65), transparent 18rem),
    linear-gradient(120deg, #c6ced8, #f8fbff 48%, #aeb9c6);
}

.chrome-band h2 {
  max-width: 920px;
}

.impact-row {
  box-shadow: 0 28px 90px rgba(7, 26, 51, 0.11);
}

.signal-console {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1.2rem;
  border: 1px solid rgba(8,47,95,0.16);
  background: rgba(8,47,95,0.18);
  box-shadow: 0 28px 90px rgba(7, 26, 51, 0.12);
}

.signal-console div {
  min-height: 150px;
  display: grid;
  align-content: space-between;
  gap: 1.4rem;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.94), rgba(225,233,242,0.86)),
    var(--white);
}

.signal-console strong {
  color: rgba(8,47,95,0.76);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
}

.signal-console span {
  color: var(--void);
  font-size: clamp(1rem, 1.4vw, 1.28rem);
  font-weight: 850;
  line-height: 1.16;
}

.handoff-band {
  width: 100%;
  max-width: none;
  padding-left: max(1.2rem, calc((100% - var(--max)) / 2));
  padding-right: max(1.2rem, calc((100% - var(--max)) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 82% 20%, rgba(220, 226, 234, 0.12), transparent 24rem),
    linear-gradient(180deg, #071a33, #02050b);
}

.handoff-band h2 {
  color: var(--white);
}

.handoff-band p,
.handoff-band .section-kicker {
  color: rgba(255,255,255,0.72);
}

.handoff-band.contact {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  align-items: start;
}

.handoff-band .contact-form {
  min-width: 0;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(238,243,248,0.94));
}

.handoff-band .contact-form label,
.handoff-band .contact-form span {
  color: var(--void);
}

.handoff-band .contact-copy,
.handoff-band .contact-form,
.handoff-band .contact-form label,
.handoff-band .contact-form input,
.handoff-band .contact-form textarea {
  min-width: 0;
}

@media (max-width: 820px) {
  .command-strip,
  .signal-console {
    grid-template-columns: 1fr;
  }

  .handoff-band.contact {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .command-strip span {
    min-height: 56px;
  }

  .deployment-track {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .deployment-track i {
    width: 1px;
    height: 24px;
    justify-self: center;
    background: linear-gradient(180deg, rgba(237,242,247,0.86), rgba(143,161,180,0.12));
  }
}

/* Stable hero layout: copy, atom, and readout each get their own lane */
.hero {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  grid-template-areas:
    "copy machine"
    "copy panel";
  align-items: center;
  column-gap: clamp(2rem, 5vw, 5rem);
  row-gap: 1.2rem;
}

.hero-content {
  grid-area: copy;
  width: 100%;
  margin: 0;
}

.machine {
  grid-area: machine;
  position: relative;
  right: auto;
  top: auto;
  width: min(100%, 560px);
  justify-self: center;
  transform: none;
}

.axis-panel {
  grid-area: panel;
  position: relative;
  right: auto;
  bottom: auto;
  width: min(100%, 560px);
  justify-self: center;
}

.hero h1,
.hero-copy,
.hero-actions,
.hero-metrics {
  max-width: 620px;
}

.hero-metrics {
  width: min(620px, 100%);
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "machine"
      "panel";
    padding-bottom: 4rem;
  }

  .machine {
    margin: 2.2rem auto 0;
    width: min(88vw, 540px);
  }

  .axis-panel {
    margin: 0 auto;
    width: min(88vw, 540px);
  }
}

/* Standalone page command deck: subpages get the home-page energy without readability loss */
.page-shell {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(220, 226, 234, 0.18), transparent 26rem),
    radial-gradient(circle at 18% 6%, rgba(143, 161, 180, 0.14), transparent 22rem),
    linear-gradient(180deg, #02050b 0, #071a33 68rem, #edf2f7 68.1rem, #ffffff 100%);
}

.page-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: min(76rem, 100vh);
  pointer-events: none;
  background-image:
    linear-gradient(rgba(220, 226, 234, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 226, 234, 0.09) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, rgba(255,255,255,0.12), transparent 18rem);
  background-size: 44px 44px, 44px 44px, auto;
  mask-image: linear-gradient(180deg, black, transparent 88%);
}

.page-shell::after {
  content: "";
  position: absolute;
  right: -8rem;
  top: 10rem;
  width: min(54vw, 42rem);
  aspect-ratio: 1;
  border: 1px solid rgba(220, 226, 234, 0.18);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 5rem rgba(220, 226, 234, 0.015),
    0 0 90px rgba(220, 226, 234, 0.08);
  transform: scaleY(0.44) rotate(-14deg);
  pointer-events: none;
}

.page-hero {
  position: relative;
  z-index: 1;
  min-height: min(66vh, 46rem);
  display: grid;
  align-content: center;
}

.page-hero::before {
  content: "";
  position: absolute;
  left: min(58vw, 42rem);
  top: 50%;
  width: min(38vw, 28rem);
  aspect-ratio: 1;
  border: 1px solid rgba(220, 226, 234, 0.22);
  border-radius: 50%;
  transform: translateY(-50%) scaleY(0.42) rotate(18deg);
  box-shadow:
    0 0 36px rgba(220, 226, 234, 0.1),
    inset 0 0 44px rgba(220, 226, 234, 0.04);
  pointer-events: none;
}

.page-hero::after {
  content: "AXIS";
  position: absolute;
  right: 0;
  bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(6rem, 18vw, 18rem);
  font-weight: 950;
  line-height: 0.72;
  letter-spacing: 0;
  pointer-events: none;
}

.page-hero .eyebrow,
.page-hero h1,
.page-hero p {
  position: relative;
  z-index: 1;
}

.page-hero h1,
.page-contact h1 {
  color: var(--white);
  text-shadow: 0 20px 70px rgba(0, 0, 0, 0.34);
}

.page-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
}

.page-shell .system-band {
  width: 100%;
  max-width: none;
  padding-left: max(1.2rem, calc((100% - var(--max)) / 2));
  padding-right: max(1.2rem, calc((100% - var(--max)) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 80% 4%, rgba(220, 226, 234, 0.16), transparent 26rem),
    linear-gradient(180deg, #071a33, #02050b);
}

.page-shell .system-band .command-strip,
.page-shell .system-band .deliverable-grid {
  width: min(var(--max), 100%);
}

.page-shell .system-band .deliverable-grid {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.14);
}

.page-shell .system-band .deliverable-grid article {
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.045)),
    rgba(3, 9, 20, 0.82);
  border-bottom-color: rgba(255,255,255,0.14);
}

.page-shell .system-band .deliverable-grid h3,
.page-shell .deployment-band .service-grid h3 {
  color: var(--white);
}

.page-shell .system-band .deliverable-grid p,
.page-shell .deployment-band .service-grid p {
  color: rgba(255, 255, 255, 0.74);
}

.page-shell .system-band .deliverable-grid span,
.page-shell .deployment-band .service-grid span {
  color: rgba(220, 232, 244, 0.9);
}

.page-shell .deployment-band,
.page-shell .signal-band,
.page-shell .handoff-band {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.page-shell .chrome-band h2,
.page-shell .chrome-band p {
  color: var(--void);
}

.page-shell .proof.signal-band {
  grid-template-columns: minmax(0, 1fr);
}

.page-shell .proof-stack {
  width: min(var(--max), 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-shell .proof-stack div {
  min-height: 16rem;
  display: grid;
  align-content: space-between;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045)),
    rgba(3, 9, 20, 0.72);
  box-shadow: 0 28px 90px rgba(0,0,0,0.18);
}

.page-shell .page-contact {
  position: relative;
  width: 100%;
  max-width: none;
  padding-top: clamp(5rem, 10vw, 9rem);
}

.page-shell .page-contact .contact-copy,
.page-shell .page-contact .contact-form {
  position: relative;
  z-index: 1;
}

.page-shell .page-contact .contact-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.page-shell .page-contact .contact-form span,
.page-shell .page-contact .contact-form label,
.page-shell .page-contact .contact-form input,
.page-shell .page-contact .contact-form textarea {
  color: var(--void);
}

.page-shell .page-contact .contact-form input,
.page-shell .page-contact .contact-form textarea {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(8, 47, 95, 0.16);
}

.confidentiality-note {
  margin: 0.2rem 0 0;
  padding: 1rem;
  color: rgba(3, 9, 20, 0.74);
  background: rgba(8, 47, 95, 0.055);
  border: 1px solid rgba(8, 47, 95, 0.12);
  font-size: 0.92rem;
  line-height: 1.45;
}

.handoff-band .confidentiality-note {
  color: rgba(3, 9, 20, 0.74);
}

.contact-route {
  width: 100%;
  max-width: none;
  padding-left: max(1.2rem, calc((100% - var(--max)) / 2));
  padding-right: max(1.2rem, calc((100% - var(--max)) / 2));
}

.contact-route-grid {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.22);
}

.contact-route-grid article {
  min-height: 24rem;
  display: grid;
  align-content: space-between;
  gap: 1.4rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.045)),
    rgba(3, 9, 20, 0.76);
}

.contact-route-grid span {
  color: rgba(220, 232, 244, 0.9);
  font-family: "JetBrains Mono", monospace;
  font-weight: 900;
}

.contact-route-grid h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.55rem, 2.4vw, 2.6rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.contact-route-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.contact-route-grid .button {
  width: fit-content;
}

.confidentiality-bar {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin-top: 1px;
  padding: clamp(1rem, 2.4vw, 1.35rem) clamp(1rem, 3vw, 1.8rem);
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045)),
    rgba(3, 9, 20, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.16);
}

.confidentiality-bar strong {
  color: rgba(220, 232, 244, 0.94);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.confidentiality-bar span {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 820px) {
  .page-hero {
    min-height: auto;
  }

  .page-shell .proof-stack {
    grid-template-columns: 1fr;
  }

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

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

  .contact-route-grid article {
    min-height: 15rem;
    align-content: start;
  }

  .page-shell .proof-stack div {
    min-height: 12rem;
    align-content: start;
  }
}

/* Build Your 90-Day DIY Map */
.ops-map-shell {
  background:
    radial-gradient(circle at 78% 16%, rgba(220, 226, 234, 0.16), transparent 28rem),
    radial-gradient(circle at 14% 8%, rgba(143, 161, 180, 0.13), transparent 22rem),
    linear-gradient(180deg, #02050b 0, #071a33 58rem, #f2f5f8 58.1rem, #ffffff 100%);
}

.ops-map-hero {
  min-height: min(76vh, 52rem);
}

.ops-map-hero h1 {
  max-width: 1040px;
}

.ops-map-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.ops-product,
.ops-intake-band,
.ops-report-band {
  width: 100%;
  max-width: none;
  padding-left: max(1.2rem, calc((100% - var(--max)) / 2));
  padding-right: max(1.2rem, calc((100% - var(--max)) / 2));
}

.ops-product {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 0%, rgba(220, 226, 234, 0.14), transparent 24rem),
    linear-gradient(180deg, #071a33, #02050b);
}

.ops-product-grid {
  width: min(var(--max), 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 34px 110px rgba(0,0,0,0.22);
}

.ops-product-grid article,
.ops-report-grid article,
.ops-roadmap article {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.045)),
    rgba(3, 9, 20, 0.76);
}

.ops-product-grid article {
  min-height: 18rem;
  display: grid;
  align-content: space-between;
  gap: 1.2rem;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.ops-product-grid span,
.ops-report-grid span,
.ops-roadmap span {
  color: rgba(220, 232, 244, 0.9);
  font-family: "JetBrains Mono", monospace;
  font-weight: 900;
}

.ops-product-grid h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.ops-product-grid p,
.ops-report-grid p,
.ops-roadmap li,
.ops-report-footer p {
  color: rgba(255,255,255,0.74);
}

.ops-disclaimer {
  width: min(var(--max), 100%);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  margin-top: 1px;
  padding: 1.1rem 1.4rem;
  color: var(--white);
  background: rgba(3, 9, 20, 0.86);
  border: 1px solid rgba(255,255,255,0.16);
}

.ops-disclaimer strong {
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
}

.ops-disclaimer span {
  color: rgba(255,255,255,0.72);
}

.ops-intake-band {
  background:
    radial-gradient(circle at 18% 0%, rgba(220,226,234,0.65), transparent 24rem),
    linear-gradient(180deg, #f7faff, #e8edf4);
}

.ops-intake-head,
.ops-report-head {
  width: min(var(--max), 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
  margin-bottom: 2rem;
}

.ops-intake-head h2,
.ops-report-head h2 {
  max-width: 900px;
  margin: 0;
  color: var(--void);
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.ops-intake-head p,
.ops-panel-copy {
  color: rgba(16, 32, 51, 0.74);
}

.ops-map-form {
  width: min(var(--max), 100%);
  display: grid;
  gap: 1rem;
}

.ops-form-panel {
  padding: clamp(1.2rem, 3vw, 2rem);
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(8,47,95,0.14);
  box-shadow: 0 28px 90px rgba(7, 26, 51, 0.08);
}

.ops-form-panel h3 {
  margin: 0 0 1rem;
  color: var(--void);
  font-size: clamp(1.4rem, 2.8vw, 2.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.ops-field-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.ops-field-grid label,
.ops-wide-field,
.ops-score-grid label {
  display: grid;
  gap: 0.45rem;
  color: var(--void);
  font-weight: 850;
}

.ops-field-grid span,
.ops-wide-field span,
.ops-score-grid span {
  font-size: 0.86rem;
}

.ops-field-grid input,
.ops-field-grid select,
.ops-wide-field textarea {
  min-width: 0;
  width: 100%;
  padding: 0.9rem;
  color: var(--void);
  background: var(--white);
  border: 1px solid rgba(8, 47, 95, 0.16);
  font: inherit;
}

.ops-field-grid select {
  min-height: 4rem;
  padding: 1rem 3rem 1rem 1rem;
  overflow: visible;
  color: var(--void);
  background:
    linear-gradient(45deg, transparent 50%, rgba(8,47,95,0.85) 50%) calc(100% - 1.25rem) 50% / 0.45rem 0.45rem no-repeat,
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(232,237,244,0.96));
  border: 1px solid rgba(8,47,95,0.22);
  border-bottom: 3px solid rgba(8,47,95,0.18);
  appearance: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.ops-pressure-grid label {
  min-width: 0;
  padding: 1rem;
  background: rgba(8,47,95,0.045);
  border: 1px solid rgba(8,47,95,0.12);
}

.ops-pressure-grid label > span {
  font-size: 0.92rem;
  line-height: 1.25;
}

.ops-wide-field {
  margin-top: 1rem;
}

.ops-score-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(8,47,95,0.16);
  border: 1px solid rgba(8,47,95,0.16);
}

.ops-score-grid label {
  position: relative;
  min-height: 9rem;
  padding: 1.1rem;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(232,237,244,0.92));
}

.ops-score-grid label::after {
  content: attr(data-score-value);
  position: absolute;
  right: 1rem;
  bottom: 0.85rem;
  color: var(--navy);
  font-family: "JetBrains Mono", monospace;
  font-size: 1.8rem;
  font-weight: 900;
}

.ops-score {
  width: calc(100% - 3rem);
  accent-color: var(--navy);
}

.ops-payment-note {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 1rem;
  color: var(--void);
  background: rgba(8,47,95,0.06);
  border: 1px solid rgba(8,47,95,0.14);
}

.ops-payment-note strong {
  min-width: 0;
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.ops-payment-note span {
  min-width: 0;
  color: rgba(16,32,51,0.72);
  overflow-wrap: anywhere;
}

.ops-generate {
  justify-self: start;
  border: 0;
}

.ops-report-band {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 0%, rgba(220,226,234,0.16), transparent 24rem),
    linear-gradient(180deg, #071a33, #02050b);
}

.ops-report-head h2 {
  color: var(--white);
}

.ops-report-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
}

.ops-report-grid,
.ops-roadmap {
  width: min(var(--max), 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.16);
}

.ops-report-grid article,
.ops-roadmap article {
  min-height: 15rem;
  padding: clamp(1.2rem, 3vw, 1.8rem);
}

.ops-score-card strong {
  display: block;
  margin: 1rem 0;
  color: var(--white);
  font-size: clamp(3.2rem, 8vw, 7rem);
  line-height: 0.8;
}

.ops-report-grid h3,
.ops-roadmap h3 {
  margin: 1rem 0 0.7rem;
  color: var(--white);
  font-size: clamp(1.4rem, 2.6vw, 2.4rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.ops-roadmap {
  margin-top: 1px;
}

.ops-roadmap ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.ops-roadmap li + li {
  margin-top: 0.7rem;
}

.ops-report-footer {
  width: min(var(--max), 100%);
  padding: clamp(1.2rem, 3vw, 1.8rem);
  background:
    linear-gradient(120deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045)),
    rgba(3, 9, 20, 0.88);
  border: 1px solid rgba(255,255,255,0.16);
}

.ops-report-footer strong {
  color: rgba(220,232,244,0.94);
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .nav-links {
    font-size: 0.78rem;
  }

  .ops-product-grid,
  .ops-report-grid,
  .ops-roadmap,
  .ops-field-grid,
  .ops-score-grid,
  .ops-intake-head,
  .ops-report-head {
    grid-template-columns: 1fr;
  }

  .ops-report-actions {
    justify-content: flex-start;
  }

  .ops-disclaimer,
  .ops-payment-note {
    grid-template-columns: 1fr;
  }
}

@media print {
  .site-header,
  .footer,
  .ops-product,
  .ops-intake-band,
  .ops-report-actions {
    display: none !important;
  }

  .page-shell,
  .ops-report-band {
    background: #fff !important;
    color: #000 !important;
  }

  .ops-report-band {
    padding: 0;
  }

  .ops-report-head h2,
  .ops-report-grid h3,
  .ops-roadmap h3,
  .ops-score-card strong {
    color: #000 !important;
  }

  .ops-report-grid,
  .ops-roadmap {
    display: block;
    border: 0;
  }

  .ops-report-grid article,
  .ops-roadmap article,
  .ops-report-footer {
    margin-bottom: 1rem;
    color: #000;
    background: #fff !important;
    border: 1px solid #ccc;
  }

  .ops-report-grid p,
  .ops-roadmap li,
  .ops-report-footer p {
    color: #000 !important;
  }
}

/* Operating map v2: make the paid diagnostic feel like a product, not a form */
.ops-map-shell h1,
.ops-map-shell h2,
.ops-map-shell h3,
.ops-map-shell .button,
.ops-map-shell a,
.ops-map-shell strong,
.ops-map-shell span {
  overflow-wrap: anywhere;
}

.ops-map-shell h1,
.ops-map-shell h2,
.ops-map-shell h3 {
  line-height: 1.02;
  overflow: visible;
}

.ops-map-hero {
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.62fr);
  gap: clamp(1.6rem, 5vw, 5rem);
  align-items: center;
  min-height: min(82vh, 56rem);
}

.ops-map-hero-copy {
  position: relative;
  z-index: 2;
}

.ops-map-hero h1 {
  max-width: 960px;
  font-size: clamp(3.4rem, 8vw, 8.4rem);
  line-height: 0.98;
  text-wrap: balance;
}

.ops-map-console {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 1.6rem);
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.045)),
    rgba(3, 9, 20, 0.78);
  border: 1px solid rgba(220, 226, 234, 0.22);
  border-top: 3px solid rgba(220, 232, 244, 0.78);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.ops-map-console::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(220,232,244,0.34), transparent 28%, transparent 72%, rgba(220,232,244,0.22));
  opacity: 0.5;
}

.ops-console-price {
  display: grid;
  gap: 0.2rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(255,255,255,0.13);
}

.ops-console-price span,
.ops-console-price em,
.ops-map-console p,
.ops-map-console li {
  color: rgba(255,255,255,0.72);
}

.ops-console-price span,
.ops-console-price em {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.ops-console-price strong {
  color: var(--white);
  font-size: clamp(4.6rem, 10vw, 8rem);
  line-height: 0.78;
  letter-spacing: 0;
}

.ops-console-scan {
  position: relative;
  min-height: 8rem;
  display: grid;
  place-items: center;
  margin: 0.2rem 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(220,232,244,0.16), transparent 5rem),
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.018));
  border: 1px solid rgba(255,255,255,0.1);
}

.ops-console-scan::before,
.ops-console-scan::after,
.ops-console-scan span {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(220, 232, 244, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%) scaleY(0.42) rotate(var(--r, 0deg));
}

.ops-console-scan::before { width: 72%; aspect-ratio: 1; --r: -16deg; }
.ops-console-scan::after { width: 48%; aspect-ratio: 1; --r: 22deg; }
.ops-console-scan span:nth-child(1) { width: 26%; aspect-ratio: 1; --r: 62deg; background: radial-gradient(circle, rgba(255,255,255,0.22), transparent 62%); }
.ops-console-scan span:nth-child(2) { width: 0.55rem; height: 0.55rem; border: 0; background: #fff; box-shadow: 0 0 24px rgba(220,232,244,0.8); }
.ops-console-scan span:nth-child(3) { width: 92%; height: 1px; border: 0; border-radius: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent); transform: translate(-50%, -50%) rotate(-18deg); }

.ops-map-console ul {
  display: grid;
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: rgba(255,255,255,0.12);
}

.ops-map-console li {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.8rem;
  background: rgba(3, 9, 20, 0.62);
}

.ops-map-console li strong {
  color: rgba(220,232,244,0.94);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
}

.ops-map-nav {
  position: sticky;
  top: 5.75rem;
  z-index: 9;
  width: min(var(--max), calc(100% - 2.4rem));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: -1.2rem auto 0;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 24px 80px rgba(0,0,0,0.24);
  backdrop-filter: blur(18px);
}

.ops-map-nav a {
  min-height: 4.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.7rem 0.85rem;
  color: rgba(255,255,255,0.84);
  background: rgba(3, 9, 20, 0.74);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.ops-map-nav a:hover {
  color: var(--void);
  background: linear-gradient(120deg, #ffffff, #aeb9c6 42%, #f8fbff 68%, #7d91a7);
}

.ops-map-nav span {
  color: inherit;
}

.ops-output-preview {
  width: min(var(--max), 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.16);
}

.ops-output-preview div {
  min-height: 13rem;
  display: grid;
  align-content: space-between;
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.4rem);
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04)),
    rgba(3, 9, 20, 0.72);
}

.ops-output-preview span,
.ops-form-steps strong {
  color: rgba(220,232,244,0.94);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ops-output-preview strong {
  color: var(--white);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.ops-output-preview p {
  margin: 0;
  color: rgba(255,255,255,0.72);
}

.ops-form-steps {
  width: min(var(--max), 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 1rem;
  background: rgba(8,47,95,0.16);
  border: 1px solid rgba(8,47,95,0.16);
}

.ops-form-steps span {
  min-height: 4.4rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  color: var(--void);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(230,236,244,0.92));
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.ops-intake-head h2,
.ops-report-head h2 {
  line-height: 1.02;
  overflow: visible;
  text-wrap: balance;
}

.ops-form-panel {
  border-top: 3px solid rgba(8,47,95,0.28);
}

.ops-field-grid input,
.ops-field-grid select,
.ops-wide-field textarea {
  min-height: 3.35rem;
  line-height: 1.25;
}

.ops-score-grid label {
  overflow: visible;
}

.ops-score-grid span {
  max-width: calc(100% - 3rem);
  line-height: 1.22;
}

.ops-payment-note {
  border-left: 4px solid var(--navy);
}

.ops-checkout-status {
  min-height: 1.4rem;
  margin: 0;
  color: rgba(16, 32, 51, 0.76);
  font-size: 0.94rem;
  font-weight: 800;
}

.ops-checkout-status[data-mode="working"] {
  color: var(--navy);
}

.ops-checkout-status[data-mode="success"] {
  color: #0d5f3d;
}

.ops-checkout-status[data-mode="error"] {
  color: #8a1f1f;
}

.ops-checkout-status[data-mode="preview"] {
  color: #5a4a10;
}

.ops-generate {
  min-width: min(100%, 22rem);
  min-height: 3.65rem;
  font-size: 0.86rem;
}

.ops-generate:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.ops-report-band[hidden] {
  display: none !important;
}

.ops-report-grid h3,
.ops-roadmap h3 {
  line-height: 1.04;
}

@media (max-width: 960px) {
  .ops-map-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 9rem;
  }

  .ops-map-console {
    width: min(100%, 620px);
  }

  .ops-map-nav,
  .ops-output-preview,
  .ops-form-steps {
    grid-template-columns: 1fr 1fr;
  }

  .ops-map-nav {
    position: relative;
    top: auto;
    margin-top: 0;
  }

  .ops-map-nav a {
    min-height: 3.6rem;
  }
}

@media (max-width: 620px) {
  .ops-map-hero h1 {
    font-size: clamp(3.1rem, 14vw, 4.7rem);
    line-height: 1.1;
    padding-bottom: 0.08em;
  }

  .ops-intake-head h2,
  .ops-report-head h2 {
    font-size: clamp(2.3rem, 11vw, 4rem);
    line-height: 1.1;
    padding-bottom: 0.08em;
  }

  .ops-map-nav,
  .ops-output-preview,
  .ops-form-steps {
    grid-template-columns: 1fr;
  }

  .ops-console-price strong {
    font-size: clamp(4rem, 18vw, 6rem);
  }

  .ops-product-grid article,
  .ops-output-preview div,
  .ops-report-grid article,
  .ops-roadmap article {
    min-height: auto;
  }

  .ops-map-actions .button,
  .ops-report-actions .button {
    width: 100%;
  }
}

/* Final operating-map readability override */
main.ops-map-shell .ops-map-hero .ops-map-hero-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(90deg, rgba(3, 9, 20, 0.88), rgba(3, 9, 20, 0.64) 72%, rgba(3, 9, 20, 0.18));
}

main.ops-map-shell .ops-map-hero h1 {
  overflow-wrap: normal;
  word-break: normal;
}

/* Operating map v5: keep cinematic hero layers inside the viewport */
main.ops-map-shell,
main.ops-map-shell .ops-map-hero {
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  main.ops-map-shell,
  main.ops-map-shell .ops-map-hero {
    overflow-x: hidden;
  }
}

main.ops-map-shell .ops-map-hero-copy,
main.ops-map-shell .ops-map-console {
  min-width: 0;
  max-width: 100%;
}

main.ops-map-shell .ops-console-price strong {
  line-height: 0.95;
  padding-bottom: 0.08em;
}

main.ops-map-shell h2 {
  line-height: 1.14;
  padding-bottom: 0.08em;
}

/* Operating map v8: prevent form controls and payment notes from colliding */
main.ops-map-shell .ops-form-panel,
main.ops-map-shell .ops-field-grid,
main.ops-map-shell .ops-pressure-grid,
main.ops-map-shell .ops-payment-note,
main.ops-map-shell .ops-form-steps,
main.ops-map-shell .ops-map-nav {
  min-width: 0;
}

main.ops-map-shell .ops-field-grid label,
main.ops-map-shell .ops-pressure-grid label,
main.ops-map-shell .ops-wide-field,
main.ops-map-shell .ops-score-grid label {
  min-width: 0;
  overflow-wrap: anywhere;
}

main.ops-map-shell .ops-field-grid select,
main.ops-map-shell .ops-field-grid input,
main.ops-map-shell .ops-wide-field textarea {
  min-width: 0;
  max-width: 100%;
}

main.ops-map-shell .ops-pressure-grid {
  grid-template-columns: repeat(2, minmax(16rem, 1fr));
}

@media (max-width: 760px) {
  main.ops-map-shell .ops-field-grid,
  main.ops-map-shell .ops-pressure-grid,
  main.ops-map-shell .ops-score-grid,
  main.ops-map-shell .ops-payment-note {
    grid-template-columns: 1fr;
  }

  main.ops-map-shell .ops-payment-note {
    align-items: start;
  }
}
