:root {
  color-scheme: dark;
  --bg: #050706;
  --bg-2: #09100d;
  --ink: #f5fff8;
  --muted: #aebbb4;
  --dim: #748178;
  --panel: rgba(13, 22, 18, 0.84);
  --panel-solid: #0d1612;
  --panel-2: #111c17;
  --line: rgba(218, 255, 239, 0.16);
  --line-hot: rgba(109, 255, 214, 0.42);
  --acid: #d8ff63;
  --cyan: #5ee3c2;
  --blue: #7aa7ff;
  --heat: #ff8c5a;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(90deg, rgba(94, 227, 194, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(94, 227, 194, 0.06) 1px, transparent 1px),
    linear-gradient(145deg, #050706 0%, #0b1411 52%, #050706 100%);
  background-size: 72px 72px, 72px 72px, auto;
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(216, 255, 99, 0.08) 18.1% 18.45%, transparent 18.55% 100%),
    linear-gradient(70deg, transparent 0 63%, rgba(94, 227, 194, 0.07) 63.1% 63.45%, transparent 63.55% 100%);
}

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

img {
  max-width: 100%;
}

.scanline {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 4px);
  mix-blend-mode: soft-light;
  opacity: 0.24;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 58px);
  background: rgba(5, 7, 6, 0.74);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(20px);
}

.brand,
.site-header nav,
.footer-links,
.hero-actions,
.console-top,
.console-stats,
.ticker div {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  aspect-ratio: 1;
  background:
    linear-gradient(135deg, rgba(216, 255, 99, 0.24), rgba(94, 227, 194, 0.08)),
    #101a15;
  border: 1px solid rgba(216, 255, 99, 0.7);
  box-shadow: 0 0 22px rgba(216, 255, 99, 0.18);
  color: var(--acid);
  font-size: 0.78rem;
}

.site-header nav {
  justify-content: center;
  gap: clamp(12px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.92rem;
}

.site-header nav a,
.footer-links a {
  transition: color 180ms ease, text-shadow 180ms ease;
}

.site-header nav a:hover,
.footer-links a:hover {
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(94, 227, 194, 0.42);
}

.header-cta,
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  overflow: hidden;
  border: 1px solid var(--line-hot);
  font-weight: 850;
  isolation: isolate;
}

.header-cta::before,
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: translateX(-105%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  transition: transform 420ms ease;
}

.header-cta:hover::before,
.button:hover::before {
  transform: translateX(105%);
}

.header-cta,
.button.primary {
  background: var(--acid);
  color: #07100b;
  border-color: var(--acid);
  box-shadow: 0 0 26px rgba(216, 255, 99, 0.24);
}

.button.secondary {
  background: rgba(245, 255, 248, 0.08);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  overflow: hidden;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.04);
  animation: imageDrift 18s ease-in-out infinite alternate;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 6, 0.96), rgba(5, 7, 6, 0.62) 46%, rgba(5, 7, 6, 0.32)),
    linear-gradient(0deg, #050706 0%, rgba(5, 7, 6, 0.42) 34%, rgba(5, 7, 6, 0.08) 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(216, 255, 99, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(94, 227, 194, 0.08) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
  animation: gridSlide 14s linear infinite;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.62fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 150px clamp(20px, 5vw, 72px) 70px;
}

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

.eyebrow,
.card-index,
.card-kicker {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.5rem, 8.8vw, 8.8rem);
  line-height: 0.86;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2.35rem, 5vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  font-size: 1.38rem;
  line-height: 1.12;
}

.hero-copy,
.section-heading p,
.answer-band p,
.system-card p,
.manufacturing-copy p,
.intel-list p,
.lab-panel p,
details p,
.site-footer p,
.product-card p,
.split p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-copy {
  max-width: 760px;
  font-size: clamp(1rem, 1.35vw, 1.32rem);
}

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

.mission-console {
  position: relative;
  min-height: 600px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(216, 255, 99, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(13, 22, 18, 0.94), rgba(8, 13, 11, 0.88));
  border: 1px solid var(--line-hot);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
}

.mission-console::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(94, 227, 194, 0.2);
  pointer-events: none;
}

.console-top {
  justify-content: space-between;
  color: var(--dim);
  font-size: 0.78rem;
  font-weight: 900;
}

.live-dot {
  color: var(--acid);
}

.live-dot::before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1;
  margin-right: 7px;
  background: var(--acid);
  box-shadow: 0 0 14px var(--acid);
}

.radar {
  position: relative;
  width: min(390px, 86vw);
  aspect-ratio: 1;
  margin: 46px auto 30px;
  overflow: hidden;
  border: 1px solid rgba(94, 227, 194, 0.45);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 49.6%, rgba(94, 227, 194, 0.32) 49.8% 50.2%, transparent 50.4%),
    linear-gradient(0deg, transparent 49.6%, rgba(94, 227, 194, 0.24) 49.8% 50.2%, transparent 50.4%),
    repeating-radial-gradient(circle, transparent 0 48px, rgba(94, 227, 194, 0.18) 49px 50px),
    rgba(3, 11, 9, 0.58);
  box-shadow: inset 0 0 50px rgba(94, 227, 194, 0.12), 0 0 40px rgba(94, 227, 194, 0.14);
}

.radar-sweep {
  position: absolute;
  inset: 50% 50% 0 50%;
  width: 50%;
  height: 50%;
  transform-origin: 0 0;
  background: linear-gradient(45deg, rgba(216, 255, 99, 0.55), transparent 58%);
  animation: sweep 3.6s linear infinite;
}

.node {
  position: absolute;
  width: 10px;
  aspect-ratio: 1;
  background: var(--acid);
  box-shadow: 0 0 20px var(--acid);
}

.node-a { top: 28%; left: 62%; animation: pulse 1.8s infinite; }
.node-b { top: 58%; left: 36%; animation: pulse 2.2s infinite; }
.node-c { top: 70%; left: 70%; animation: pulse 2.8s infinite; }
.node-d { top: 40%; left: 24%; animation: pulse 2.4s infinite; }

.console-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.console-stats div {
  min-height: 94px;
  padding: 14px;
  background: rgba(245, 255, 248, 0.06);
  border: 1px solid var(--line);
}

.console-stats dt {
  color: var(--acid);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 950;
}

.console-stats dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #08100d;
}

.ticker div {
  width: max-content;
  gap: 12px;
  padding: 15px 0;
  animation: tickerMove 32s linear infinite;
}

.ticker span {
  padding: 8px 14px;
  border: 1px solid rgba(94, 227, 194, 0.26);
  color: var(--muted);
  background: rgba(245, 255, 248, 0.04);
  white-space: nowrap;
}

.answer-band,
.section,
.compare-section,
.faq-section,
.site-footer,
.manufacturing-section,
.lab-section {
  padding: clamp(62px, 8vw, 118px) clamp(20px, 5vw, 72px);
}

.answer-band {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  background: linear-gradient(135deg, #0a120f, #101a16);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.answer-band p {
  max-width: 980px;
  font-size: clamp(1.05rem, 1.6vw, 1.38rem);
}

.section-heading {
  max-width: 980px;
  margin-bottom: 36px;
}

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

.system-card,
.product-card,
.procurement-panel,
details,
.intel-list article {
  position: relative;
  background:
    linear-gradient(135deg, rgba(216, 255, 99, 0.08), transparent 30%),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.22);
}

.system-card {
  min-height: 330px;
  padding: 28px;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.system-card::after {
  content: "";
  position: absolute;
  inset: auto 20px 20px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), transparent);
  transform: scaleX(0.26);
  transform-origin: left;
  transition: transform 260ms ease;
}

.system-card:nth-child(2n) {
  background:
    linear-gradient(135deg, rgba(122, 167, 255, 0.12), transparent 32%),
    var(--panel);
}

.system-card:nth-child(3n) {
  background:
    linear-gradient(135deg, rgba(255, 140, 90, 0.12), transparent 32%),
    var(--panel);
}

.system-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-hot);
  box-shadow: 0 24px 70px rgba(94, 227, 194, 0.1);
}

.system-card:hover::after {
  transform: scaleX(1);
}

.card-index {
  display: inline-flex;
  color: var(--acid);
}

.system-card:nth-child(2n) .card-index {
  color: var(--blue);
}

.system-card:nth-child(3n) .card-index {
  color: var(--heat);
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--acid);
  font-weight: 900;
}

.manufacturing-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  background: #e9efe6;
  color: #08100d;
}

.manufacturing-section .eyebrow,
.manufacturing-section p {
  color: #285e54;
}

.machine-visual {
  min-height: 480px;
  display: grid;
  place-items: center;
}

.machine-frame {
  position: relative;
  width: min(480px, 82vw);
  aspect-ratio: 1;
  border: 2px solid rgba(8, 16, 13, 0.82);
  background:
    linear-gradient(90deg, rgba(8, 16, 13, 0.1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(8, 16, 13, 0.1) 1px, transparent 1px),
    #f7fbf4;
  background-size: 34px 34px;
  box-shadow: 18px 18px 0 #cbd8c7;
}

.axis,
.toolhead,
.build-plate,
.part {
  position: absolute;
  display: block;
}

.axis-x {
  left: 9%;
  right: 9%;
  top: 22%;
  height: 8px;
  background: #08100d;
}

.axis-y {
  left: 20%;
  top: 10%;
  bottom: 18%;
  width: 8px;
  background: #08100d;
}

.toolhead {
  left: 16%;
  top: 17%;
  width: 72px;
  height: 72px;
  background: var(--heat);
  animation: toolpath 5s ease-in-out infinite;
}

.build-plate {
  left: 18%;
  right: 18%;
  bottom: 18%;
  height: 18px;
  background: #08100d;
}

.part-a,
.part-b {
  bottom: 21%;
  background: var(--cyan);
}

.part-a {
  left: 30%;
  width: 74px;
  height: 60px;
}

.part-b {
  right: 29%;
  width: 46px;
  height: 96px;
}

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

.process-grid span {
  padding: 18px;
  border: 1px solid rgba(8, 16, 13, 0.22);
  background: rgba(255, 255, 255, 0.58);
  font-weight: 900;
}

.tactical-section {
  background:
    linear-gradient(180deg, rgba(94, 227, 194, 0.08), transparent 34%),
    #070c0a;
}

.intel-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  gap: 20px;
  align-items: stretch;
}

.terrain-map {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line-hot);
  background:
    linear-gradient(90deg, rgba(94, 227, 194, 0.1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(94, 227, 194, 0.1) 1px, transparent 1px),
    linear-gradient(135deg, #0b1713, #08100d);
  background-size: 42px 42px, 42px 42px, auto;
}

.terrain-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 45%, rgba(216, 255, 99, 0.18) 47%, transparent 50% 100%);
  animation: mapScan 4.8s linear infinite;
}

.contour {
  position: absolute;
  display: block;
  border: 1px solid rgba(216, 255, 99, 0.32);
  border-radius: 48% 52% 50% 50%;
}

.c1 { width: 230px; height: 140px; left: 12%; top: 18%; transform: rotate(-14deg); }
.c2 { width: 320px; height: 190px; right: 8%; top: 34%; transform: rotate(18deg); }
.c3 { width: 250px; height: 260px; left: 22%; bottom: 8%; transform: rotate(8deg); }

.route {
  position: absolute;
  left: 20%;
  top: 58%;
  width: 62%;
  height: 2px;
  background: linear-gradient(90deg, var(--acid), var(--cyan));
  transform: rotate(-24deg);
  box-shadow: 0 0 22px rgba(216, 255, 99, 0.34);
}

.waypoint {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  background: var(--acid);
  color: #08100d;
  font-size: 0.82rem;
  font-weight: 950;
  box-shadow: 0 0 24px rgba(216, 255, 99, 0.34);
}

.w1 { left: 18%; top: 62%; }
.w2 { left: 48%; top: 45%; }
.w3 { right: 16%; top: 34%; }

.intel-list {
  display: grid;
  gap: 14px;
}

.intel-list article {
  padding: 26px;
}

.lab-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 22px;
  align-items: stretch;
  background: linear-gradient(135deg, #0d1612, #050706);
}

.lab-panel {
  align-self: center;
}

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

.lab-grid span {
  min-height: 112px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(94, 227, 194, 0.24);
  background:
    linear-gradient(135deg, rgba(94, 227, 194, 0.14), transparent),
    rgba(245, 255, 248, 0.05);
  color: var(--ink);
  font-weight: 950;
  transition: transform 200ms ease, background 200ms ease;
}

.lab-grid span:hover {
  transform: translateY(-5px);
  background:
    linear-gradient(135deg, rgba(216, 255, 99, 0.18), transparent),
    rgba(245, 255, 248, 0.08);
}

.compare-section {
  background: #e8ebe1;
  color: #0d140f;
}

.compare-section .eyebrow,
.compare-section .section-heading p {
  color: #236657;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(13, 20, 15, 0.16);
  background: white;
}

table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
}

th,
td {
  padding: 18px;
  border-bottom: 1px solid rgba(13, 20, 15, 0.12);
  text-align: left;
  vertical-align: top;
}

th {
  background: #dce3d5;
  font-size: 0.84rem;
  text-transform: uppercase;
}

.faq-section {
  background: var(--panel-2);
}

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

details {
  padding: 22px 24px;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin: 14px 0 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  background: #050706;
}

.footer-links {
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
}

.product-page {
  padding-top: 76px;
}

.detail-page .section-heading {
  max-width: 1050px;
}

.product-hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(216, 255, 99, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(94, 227, 194, 0.08), transparent 42%),
    #060b09;
  border-bottom: 1px solid var(--line);
}

.product-hero-copy {
  max-width: 960px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--dim);
  font-size: 0.82rem;
  font-weight: 800;
}

.breadcrumb a {
  color: var(--muted);
}

.breadcrumb a:hover {
  color: var(--cyan);
}

.signal-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.signal-pills span {
  padding: 8px 11px;
  border: 1px solid rgba(94, 227, 194, 0.28);
  background: rgba(245, 255, 248, 0.05);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.product-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line-hot);
  border-radius: 8px;
  background: var(--panel-solid);
  box-shadow: var(--shadow);
}

.product-visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.06);
  transform: scale(1.02);
}

.product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent, rgba(5, 7, 6, 0.64)),
    linear-gradient(90deg, rgba(5, 7, 6, 0.28), transparent);
}

.visual-console {
  position: absolute;
  inset: auto 18px 18px;
  z-index: 2;
  padding: 16px;
  background: rgba(5, 10, 8, 0.82);
  border: 1px solid rgba(216, 255, 99, 0.32);
  backdrop-filter: blur(14px);
}

.visual-gridline {
  height: 72px;
  margin: 14px 0;
  background:
    linear-gradient(90deg, rgba(94, 227, 194, 0.22) 1px, transparent 1px),
    linear-gradient(0deg, rgba(94, 227, 194, 0.18) 1px, transparent 1px);
  background-size: 18px 18px;
  position: relative;
  overflow: hidden;
}

.visual-gridline::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(216, 255, 99, 0.42), transparent);
  animation: gridSlide 3.2s linear infinite;
}

.visual-console dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0;
}

.visual-console div {
  padding: 10px;
  border: 1px solid rgba(94, 227, 194, 0.18);
  background: rgba(245, 255, 248, 0.04);
}

.visual-console dt {
  color: var(--acid);
  font-weight: 950;
}

.visual-console dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.compact-band {
  padding-top: clamp(44px, 6vw, 78px);
  padding-bottom: clamp(44px, 6vw, 78px);
}

.hub-grid,
.feature-grid,
.takeaway-grid,
.related-grid {
  display: grid;
  gap: 14px;
}

.hub-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid,
.takeaway-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.feature-grid article,
.takeaway-grid article,
.related-grid a,
.workflow-list article,
.compliance-note,
.insight-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(94, 227, 194, 0.09), transparent 42%),
    rgba(245, 255, 248, 0.045);
}

.feature-grid article,
.takeaway-grid article {
  min-height: 168px;
  padding: 20px;
}

.feature-grid h3 {
  font-size: 1.05rem;
}

.feature-grid p,
.takeaway-grid p,
.insight-panel p,
.workflow-list p,
.related-grid span,
.compliance-note,
.procurement-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.insight-panel {
  margin-top: 14px;
  padding: 22px;
}

.takeaway-grid span {
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, var(--acid), var(--cyan));
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 20px;
  align-items: start;
}

.content-stack {
  max-width: 1120px;
}

.procurement-panel {
  position: sticky;
  top: 100px;
  padding: 24px;
}

.workflow-section {
  background: #07100d;
}

.workflow-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.workflow-list article {
  min-height: 170px;
  padding: 18px;
}

.workflow-list span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  margin-bottom: 16px;
  background: var(--acid);
  color: #07100b;
  font-size: 0.78rem;
  font-weight: 950;
}

.compliance-note {
  margin-top: 16px;
  padding: 18px 20px;
}

.related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-grid a {
  min-height: 138px;
  padding: 20px;
  transition: transform 200ms ease, border-color 200ms ease;
}

.related-grid a:hover {
  transform: translateY(-4px);
  border-color: var(--line-hot);
}

.related-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--acid);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 34px;
  align-items: center;
}

.product-detail img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-card {
  padding: 28px;
  min-height: 410px;
}

.product-card ul,
.procurement-panel ol {
  color: var(--muted);
  line-height: 1.75;
  padding-left: 20px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes imageDrift {
  from { transform: scale(1.04) translateX(0); }
  to { transform: scale(1.08) translateX(18px); }
}

@keyframes gridSlide {
  from { background-position: 0 0; }
  to { background-position: 84px 84px; }
}

@keyframes sweep {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.72; }
  50% { transform: scale(1.8); opacity: 1; }
}

@keyframes tickerMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes toolpath {
  0%, 100% { transform: translate(0, 0); }
  35% { transform: translate(210px, 0); }
  70% { transform: translate(210px, 190px); }
}

@keyframes mapScan {
  from { transform: translateX(-100%); }
  to { transform: translateX(120%); }
}

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

@media (max-width: 980px) {
  .hero-content,
  .answer-band,
  .platform-grid,
  .hub-grid,
  .product-hero,
  .manufacturing-section,
  .intel-layout,
  .lab-section,
  .product-detail,
  .detail-layout,
  .related-grid,
  .workflow-list,
  .feature-grid,
  .takeaway-grid {
    grid-template-columns: 1fr;
  }

  .mission-console {
    min-height: auto;
  }

  .procurement-panel {
    position: relative;
    top: auto;
  }

  .platform-grid {
    display: grid;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: absolute;
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

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

  h1 {
    font-size: clamp(3.1rem, 17vw, 5.2rem);
  }

  .console-stats,
  .process-grid,
  .lab-grid {
    grid-template-columns: 1fr;
  }

  .terrain-map {
    min-height: 430px;
  }

  .product-visual,
  .product-visual img {
    min-height: 420px;
  }

  .visual-console dl {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
  }
}
