@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url("fonts/barlow-condensed-600-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("fonts/barlow-condensed-700-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url("fonts/barlow-condensed-800-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fonts/barlow-condensed-900-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: block;
  src: url("fonts/inter-400-800-latin.woff2") format("woff2");
}

:root {
  --black: #050606;
  --ink: #0a0d0f;
  --panel: #101315;
  --panel-2: #15191c;
  --white: #f5f4ef;
  --paper: #eeece6;
  --muted: #a4a6a3;
  --line: rgba(245, 244, 239, .18);
  --line-dark: rgba(10, 13, 15, .18);
  --green: #7bc52b;
  --green-dark: #5da91d;
  --blue: #1687ce;
  --violet: #7752b7;
  --red: #ee3b3f;
  --glass-light: rgba(255, 255, 255, .055);
  --glass-mid: rgba(10, 14, 15, .72);
  --glass-dense: rgba(6, 9, 10, .86);
  --glass-border: rgba(255, 255, 255, .16);
  --glass-highlight: rgba(255, 255, 255, .28);
  --glass-shadow: 0 24px 70px rgba(0, 0, 0, .42);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 96px; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 10px 14px;
  background: var(--green);
  color: var(--ink);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 82px;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(5, 6, 6, .9);
  border-color: var(--line);
  backdrop-filter: blur(14px);
}
.nav-shell {
  width: min(1540px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 42px;
  transition: height .25s ease, margin .25s ease, padding .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.brand {
  width: 162px;
  min-width: 162px;
  padding: 0;
}
.brand img { width: 100%; height: 42px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.nav-links a {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #e7e7e2;
}
.nav-links a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--green);
  transition: right .2s ease;
}
.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after { right: 0; }
.nav-divider { width: 1px; height: 28px; background: var(--line); }
.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  background: var(--green);
  color: var(--ink) !important;
  font-weight: 800 !important;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.nav-cta { min-height: 44px; padding: 0 20px; }
.button::after { content: "\2192"; font-size: 20px; line-height: 1; }
.button:hover, .nav-cta:hover { transform: translateY(-2px); background: #91dc3c; }
.button.secondary {
  background: transparent;
  border-color: rgba(245, 244, 239, .62);
  color: var(--white) !important;
}
.button.secondary:hover { border-color: var(--green); color: var(--green) !important; }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 1px solid var(--line);
  background: transparent;
}
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--white); }

.section-nav {
  position: fixed;
  z-index: 44;
  top: 50%;
  right: 18px;
  left: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  width: 154px;
  max-width: none;
  min-height: 0;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.72);
  border-bottom-color: rgba(10,13,15,.16);
  border-radius: 8px;
  background:
    linear-gradient(125deg, rgba(255,255,255,.78), rgba(255,255,255,.22) 38%, transparent 68%),
    rgba(221,225,219,.72);
  box-shadow: 0 18px 48px rgba(0,0,0,.27), 0 0 0 1px rgba(10,13,15,.07), inset 0 1px rgba(255,255,255,.8);
  backdrop-filter: blur(22px) saturate(125%);
  -webkit-backdrop-filter: blur(22px) saturate(125%);
  transform: translateY(-50%);
}
.section-nav > span {
  margin-bottom: 3px;
  padding: 8px 10px 10px;
  border-bottom: 1px solid rgba(10,13,15,.13);
  color: #60645f;
  font-family: monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.section-nav a {
  position: relative;
  padding: 9px 12px;
  border-radius: 4px;
  color: #343834;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}
.section-nav a:hover,
.section-nav a.active {
  background: rgba(10,13,15,.085);
  color: var(--ink);
}
.section-nav a.active::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 3px;
  width: 2px;
  height: auto;
  background: var(--green);
  box-shadow: 0 0 10px rgba(123,197,43,.6);
}

.hero {
  position: relative;
  min-height: 780px;
  padding-top: 82px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 70% 28%, rgba(123, 197, 43, .08), transparent 24%),
    var(--black);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .11;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(90deg, transparent 0, #000 46%, #000 100%);
}
.hero-inner {
  position: relative;
  width: min(1540px, calc(100% - 48px));
  min-height: 698px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(480px, .88fr) minmax(580px, 1.12fr);
}
.hero-copy {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 28px 54px 66px;
}
.hero-copy::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 115px;
  bottom: 118px;
  width: 18px;
  border-left: 1px solid rgba(245,244,239,.38);
  border-top: 1px solid rgba(245,244,239,.38);
  border-bottom: 1px solid rgba(245,244,239,.38);
  background: repeating-linear-gradient(to bottom, transparent 0 11px, rgba(245,244,239,.38) 11px 12px);
}
.coord {
  position: absolute;
  left: -7px;
  top: 50%;
  writing-mode: vertical-rl;
  transform: rotate(180deg) translateY(50%);
  color: var(--muted);
  font-family: monospace;
  font-size: 10px;
  letter-spacing: .1em;
}
.coord b { color: var(--green); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--green);
  font-family: monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 {
  max-width: 690px;
  margin-bottom: 22px;
  font-family: var(--display);
  font-size: clamp(76px, 7vw, 124px);
  font-weight: 900;
  line-height: .78;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.hero h1 .accent { color: var(--green); }
.hero .lede {
  max-width: 585px;
  margin-bottom: 28px;
  color: #d4d4cf;
  font-size: 17px;
  line-height: 1.55;
}
.audience-note {
  max-width: 600px;
  margin: -8px 0 24px;
  padding-left: 14px;
  border-left: 2px solid var(--green);
  color: #aeb1ad;
  font-size: 12px;
  font-weight: 600;
}
.service-position {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  max-width: 600px;
  margin: -10px 0 25px;
  color: #8f928e;
  font-family: monospace;
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.service-position span::before { content: "+"; margin-right: 6px; color: var(--green); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cta-support { max-width: 570px; margin: 13px 0 0; color: #858985; font-size: 10px; line-height: 1.5; }

.hero-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  background:
    linear-gradient(90deg, var(--black) 0, transparent 28%),
    linear-gradient(180deg, rgba(5,6,6,.05), rgba(5,6,6,.85)),
    url("images/header-map.png") center top / auto 42% no-repeat,
    linear-gradient(135deg, #171b1d, #080909 72%);
}
.hero:not(.compliance-hero) .hero-visual {
  background:
    linear-gradient(90deg, var(--black) 0, rgba(5,6,6,.9) 8%, rgba(5,6,6,.2) 38%, transparent 62%),
    linear-gradient(180deg, rgba(5,6,6,.08), rgba(5,6,6,.2) 48%, rgba(5,6,6,.94)),
    url("exampledocs/coolheader.png") right center / auto 100% no-repeat,
    #0b0e0f;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 29% 0 0 11%;
  opacity: .55;
  transform: perspective(700px) rotateX(61deg) rotateZ(-7deg) scale(1.1);
  transform-origin: center bottom;
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(255,255,255,.06) 7% 8%, transparent 8% 19%, rgba(255,255,255,.08) 19% 20%, transparent 20%),
    linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
    repeating-linear-gradient(90deg, #1b1e20 0 54px, #0e1011 54px 62px);
  background-size: auto, 100% 56px, auto;
  border: 1px solid rgba(255,255,255,.08);
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: .13;
  background: repeating-linear-gradient(180deg, transparent 0 3px, rgba(255,255,255,.12) 3px 4px);
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
}
.warehouse-blocks { position: absolute; inset: 34% 2% 14% 18%; opacity: .32; transform: perspective(740px) rotateX(56deg) rotateZ(-7deg); }
.warehouse-blocks i {
  position: absolute;
  display: block;
  width: 68px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.34);
  background: linear-gradient(135deg, #303437, #111315);
  box-shadow: 8px 8px 0 #080909;
}
.warehouse-blocks i:nth-child(1) { left: 9%; top: 22%; }
.warehouse-blocks i:nth-child(2) { left: 27%; top: 6%; width: 108px; }
.warehouse-blocks i:nth-child(3) { left: 53%; top: 29%; width: 126px; }
.warehouse-blocks i:nth-child(4) { left: 75%; top: 11%; }
.warehouse-blocks i:nth-child(5) { left: 35%; top: 63%; width: 96px; }
.warehouse-blocks i:nth-child(6) { left: 69%; top: 70%; width: 118px; }
.route-line {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  filter: drop-shadow(0 0 8px rgba(123,197,43,.4));
}
.route-line path {
  fill: none;
  stroke: var(--green);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.route-node {
  position: absolute;
  z-index: 5;
  width: 23px;
  height: 23px;
  border: 2px solid var(--green);
  border-radius: 50%;
  background: var(--black);
  box-shadow: 0 0 0 6px rgba(123,197,43,.11);
}
.route-node::after { content: attr(data-label); position: absolute; left: 30px; top: -3px; width: 90px; color: var(--green); font-family: monospace; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.route-node.n1 { left: 24%; top: 39%; }
.route-node.n2 { left: 52%; top: 52%; }
.route-node.n3 { left: 77%; top: 60%; }
.route-node.n4 { left: 90%; top: 71%; }
.edge-label {
  position: absolute;
  right: -8px;
  top: 56%;
  transform: rotate(-90deg) translateX(50%);
  transform-origin: right center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(245,244,239,.32);
  font-family: var(--display);
  font-size: 66px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .06em;
  white-space: nowrap;
}
.signal-panel {
  position: absolute;
  z-index: 6;
  left: 18%;
  right: 8%;
  bottom: 36px;
  padding: 16px 20px;
  border: 1px solid rgba(245,244,239,.36);
  background: rgba(5,6,6,.9);
  backdrop-filter: blur(10px);
}
.signal-panel::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 38%;
  height: 2px;
  background: var(--green);
}
.signal-label { margin-bottom: 11px; color: var(--green); font-family: monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid div { padding: 0 14px; border-left: 1px solid var(--green); }
.signal-grid div:first-child { padding-left: 0; border-left: 0; }
.signal-grid b { display: block; font-family: var(--display); font-size: 29px; line-height: 1; text-transform: uppercase; }
.signal-grid small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; }

.section { position: relative; padding: 112px 0; }
.section.paper { background: var(--paper); color: var(--ink); }
.section.dark { background: var(--black); color: var(--white); }
.section.charcoal { background: var(--panel); color: var(--white); }
.container { width: min(1390px, calc(100% - 48px)); margin: 0 auto; }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}
.kicker { margin-bottom: 14px; color: var(--green); font-family: monospace; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section h2 {
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(54px, 5vw, 84px);
  font-weight: 900;
  line-height: .92;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.section-heading > p { margin-bottom: 0; color: #626762; font-size: 17px; line-height: 1.7; }
.dark .section-heading > p, .charcoal .section-heading > p { color: #babcb9; }

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 58px;
  border: 1px solid var(--line-dark);
}
.outcome-card { position: relative; min-height: 198px; padding: 30px 32px; border-right: 1px solid var(--line-dark); }
.outcome-card:last-child { border-right: 0; }
.outcome-card span { display: block; margin-bottom: 32px; color: var(--green-dark); font-family: monospace; font-size: 10px; font-weight: 800; }
.outcome-card h3 { margin-bottom: 10px; font-family: var(--display); font-size: 29px; line-height: 1; text-transform: uppercase; }
.outcome-card p { margin: 0; color: #666b65; font-size: 12px; }

.process-phases {
  display: grid;
  grid-template-columns: 5fr 1fr 1fr;
  margin-bottom: 10px;
  color: var(--ink);
}
.process-phases span {
  padding: 8px 12px;
  border-left: 2px solid var(--green);
  font-family: monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.process-phases span:nth-child(2) { border-left-color: var(--blue); color: var(--blue); }
.process-phases span:nth-child(3) { border-left-color: var(--violet); color: var(--violet); }

.process-grid { display: grid; grid-template-columns: repeat(7, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.process-card {
  min-width: 0;
  padding: 28px 20px 26px;
  border: 0;
  border-right: 1px solid var(--line-dark);
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.process-card:last-child { border-right: 0; }
.process-card:hover, .process-card.active { background: rgba(123,197,43,.12); transform: translateY(-5px); }
.process-card { position: relative; }
.process-card::before { content: ""; position: absolute; inset: 0 100% auto 0; height: 4px; background: var(--green); transition: right .2s ease; }
.process-card:hover::before, .process-card.active::before { right: 0; }
.process-card.integration::before { background: var(--blue); }
.process-card.ongoing::before { background: var(--violet); }
.process-card.integration .num { color: var(--blue); }
.process-card.ongoing .num { color: var(--violet); }
.num { display: block; margin-bottom: 20px; color: var(--green); font-family: var(--display); font-size: 78px; font-weight: 800; line-height: .75; }
.process-card strong { display: block; font-family: var(--display); font-size: 26px; line-height: 1; text-transform: uppercase; }
.process-card small { display: block; min-height: 54px; margin-top: 12px; color: #60655f; font-size: 11px; line-height: 1.45; }
.process-card .arrow { display: block; margin-top: 24px; font-size: 22px; }
.process-detail {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1.2fr;
  gap: 40px;
  margin-top: 38px;
  padding: 34px 38px;
  background: var(--ink);
  color: var(--white);
}
.process-detail b { color: var(--green); font-family: monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.process-detail h3 { margin: 6px 0 0; font-family: var(--display); font-size: 35px; text-transform: uppercase; }
.process-detail p { margin: 0; color: #c4c5c0; font-size: 14px; }
.process-detail ul { margin: 0; padding-left: 18px; color: #c4c5c0; font-size: 13px; }

.fit-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; }
.fit-statement { padding: 50px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.05), transparent); }
.fit-statement { position: relative; overflow: hidden; }
.fit-statement::after { content: "DIAGNOSTIC"; position: absolute; right: -22px; bottom: -36px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.09); font-family: var(--display); font-size: 128px; font-weight: 900; line-height: 1; }
.fit-statement blockquote { margin: 0 0 42px; font-family: var(--display); font-size: clamp(42px, 4.1vw, 68px); font-weight: 800; line-height: .98; text-transform: uppercase; }
.fit-statement blockquote span { color: var(--green); }
.symptom-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.symptom { min-height: 184px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.symptom:nth-child(2n) { border-right: 0; }
.symptom:nth-last-child(-n+2) { border-bottom: 0; }
.symptom b { display: block; margin-bottom: 8px; color: var(--green); font-family: var(--display); font-size: 24px; text-transform: uppercase; }
.symptom p { margin: 0; color: #b6b8b4; font-size: 13px; }

.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.engagement-card { position: relative; min-height: 390px; padding: 38px; border: 1px solid var(--line-dark); overflow: hidden; }
.engagement-card { transition: transform .25s ease, box-shadow .25s ease; }
.engagement-card:hover { transform: translateY(-7px); box-shadow: 0 24px 50px rgba(10,13,15,.11); }
.engagement-card::before { content: attr(data-index); position: absolute; right: -10px; bottom: -34px; color: transparent; -webkit-text-stroke: 1px rgba(10,13,15,.12); font-family: var(--display); font-size: 190px; font-weight: 900; line-height: 1; }
.engagement-card .tag { display: inline-block; margin-bottom: 56px; padding: 7px 10px; border: 1px solid currentColor; color: var(--green-dark); font-family: monospace; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.engagement-card.blue .tag { color: var(--blue); }
.engagement-card.violet .tag { color: var(--violet); }
.engagement-card h3 { max-width: 300px; font-family: var(--display); font-size: 38px; line-height: .96; text-transform: uppercase; }
.engagement-card p { max-width: 360px; color: #646963; font-size: 14px; }

.component-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.component { min-height: 172px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.component { transition: background .2s ease; }
.component-link,
.connection-link,
.api-mode-link,
.powered-link { color: inherit; text-decoration: none; }
.component-link:focus-visible,
.connection-link:focus-visible,
.api-mode-link:focus-visible,
.powered-link:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
.contextual-link { display: block; margin-top: 16px; color: var(--green); font-family: monospace; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease; }
.component-link:hover .contextual-link,
.connection-link:hover .contextual-link,
.api-mode-link:hover .contextual-link { transform: translateX(4px); }
.component:hover { background: rgba(123,197,43,.06); }
.component:nth-child(4n) { border-right: 0; }
.component:nth-last-child(-n+4) { border-bottom: 0; }
.component .icon-mark { display: grid; width: 38px; height: 38px; margin-bottom: 28px; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-family: monospace; font-weight: 800; }
.component b { display: block; font-family: var(--display); font-size: 23px; text-transform: uppercase; }
.component small { color: #aaaca7; font-size: 11px; }

.difference-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.difference-card { padding: 36px 30px; border-right: 1px solid var(--line); }
.difference-card:last-child { border-right: 0; }
.difference-card .check { display: grid; width: 34px; height: 34px; margin-bottom: 30px; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); }
.difference-card h3 { font-family: var(--display); font-size: 27px; line-height: 1; text-transform: uppercase; }
.difference-card p { margin-bottom: 0; color: #aeb0ad; font-size: 13px; }

.solution-callout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 510px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.solution-copy { padding: 72px 8vw 72px max(24px, calc((100vw - 1390px)/2)); }
.solution-copy h2 { margin-bottom: 28px; }
.solution-copy p { max-width: 620px; color: #60655f; }
.solution-visual { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.solution-visual::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 54px 54px; }
.mini-dashboard { position: absolute; inset: 58px; padding: 24px; border: 1px solid var(--line); background: #0d1012; box-shadow: 24px 24px 0 rgba(123,197,43,.12); }
.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mini-stat { padding: 15px; border: 1px solid var(--line); }
.mini-stat span { display: block; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.mini-stat b { font-family: var(--display); font-size: 31px; }
.mini-table { margin-top: 18px; border: 1px solid var(--line); }
.mini-row { display: grid; grid-template-columns: 1.3fr 1fr .8fr; border-bottom: 1px solid var(--line); }
.mini-row:last-child { border-bottom: 0; }
.mini-row span { padding: 12px; color: #bfc1be; font-size: 9px; }
.mini-row .good { background: rgba(123,197,43,.12); color: var(--green); }
.mini-row .bad { background: rgba(238,59,63,.12); color: #ff666a; }

.cta-band { padding: 44px 0; background: var(--green); color: var(--ink); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.cta-inner > div { min-width: 0; }
.cta-band h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(38px, 3.8vw, 58px);
  font-weight: 800;
  line-height: .92;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.cta-band p { max-width: 690px; margin: 9px 0 0; font-size: 12px; font-weight: 600; }
.cta-band .button {
  flex: 0 0 auto;
  min-height: 46px;
  padding-inline: 18px;
  background: var(--ink);
  color: var(--white) !important;
  font-size: 12px;
}

.site-footer { padding: 52px 0 34px; border-top: 1px solid var(--line); background: var(--black); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; }
.footer-brand { width: 164px; height: 48px; object-fit: contain; object-position: left center; }
.footer-corporate-link { display: inline-block; margin-top: 10px; color: var(--accent); font-size: 12px; font-weight: 700; text-decoration: none; }
.footer-corporate-link:hover, .footer-corporate-link:focus-visible { text-decoration: underline; }
.footer-copy { max-width: 570px; margin: 22px 0 0; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 28px; color: #d0d1cd; font-size: 12px; font-weight: 700; }
.footer-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); color: #747773; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

/* Compliance page */
.compliance-hero .hero-visual { background: linear-gradient(135deg, #171b1d, #080909); }
.compliance-hero .hero-visual::before { transform: none; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 52px 52px; }
.compliance-console { position: absolute; inset: 125px 55px 95px 17%; z-index: 3; padding: 24px; border: 1px solid var(--line); background: rgba(8,10,11,.94); box-shadow: 26px 26px 0 rgba(123,197,43,.1); }
.console-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.console-head b { font-family: var(--display); font-size: 26px; text-transform: uppercase; }
.live-pill { padding: 5px 9px; border: 1px solid var(--green); color: var(--green); font-family: monospace; font-size: 8px; text-transform: uppercase; }
.console-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.console-stat { padding: 14px; border: 1px solid var(--line); }
.console-stat span { display: block; color: var(--muted); font-size: 7px; text-transform: uppercase; }
.console-stat b { display: block; margin-top: 5px; font-family: var(--display); font-size: 28px; }
.console-stat.alert b { color: #ff6467; }
.console-table { margin-top: 14px; border: 1px solid var(--line); }
.console-row { display: grid; grid-template-columns: 1.3fr .9fr .8fr; border-bottom: 1px solid var(--line); }
.console-row:last-child { border: 0; }
.console-row span { padding: 12px; font-size: 8px; color: #bfc1be; }
.console-row.header span { color: #737773; text-transform: uppercase; }
.console-row .status-good { color: var(--green); background: rgba(123,197,43,.08); }
.console-row .status-bad { color: #ff6467; background: rgba(238,59,63,.08); }
.compliance-glow { position: absolute; z-index: 2; width: 280px; height: 280px; right: -60px; bottom: -50px; border: 1px solid var(--green); border-radius: 50%; opacity: .24; box-shadow: 0 0 80px rgba(123,197,43,.22) inset; }
.powered-by { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--muted); font-family: monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.powered-by img { width: 112px; height: 24px; object-fit: contain; object-position: left center; }
.statusnow-brand-lockup {
  width: min(312px, 100%);
  margin: 0 0 26px;
  padding: 0;
}
.statusnow-brand-lockup img { display: block; width: 100%; height: auto; }
.statusnow-brand-lockup span {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 12px;
  padding: 8px 18px 0 0;
  border-top: 1px solid rgba(123,197,43,.78);
  color: #aeb3ad;
  font-family: monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.statusnow-hero .hero-copy {
  justify-content: flex-start;
  padding-top: 64px;
}
.api-hero .hero-copy {
  justify-content: flex-start;
  padding-top: 64px;
}
.hero-brand-lockup {
  position: absolute;
  z-index: 4;
  right: 3%;
  margin: 0;
}
.statusnow-hero .hero-brand-lockup { top: 54px; }
.api-hero .hero-brand-lockup { top: 24px; }
.concept-badge {
  position: absolute;
  z-index: 8;
  top: 96px;
  left: 17%;
  padding: 8px 11px;
  border: 1px solid rgba(123,197,43,.7);
  background: rgba(5,6,6,.86);
  color: var(--green);
  font-family: monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.availability-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin: -22px 0 42px;
  padding: 16px 20px;
  border-left: 3px solid var(--green-dark);
  background: rgba(123,197,43,.08);
  color: #596058;
  font-size: 11px;
}
.availability-note b { color: var(--green-dark); font-family: monospace; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.pillar-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line-dark); }
.pillar { min-height: 255px; padding: 28px 24px; border-right: 1px solid var(--line-dark); }
.pillar { transition: background .2s ease, transform .2s ease; }
.pillar:hover { background: rgba(123,197,43,.08); transform: translateY(-4px); }
.pillar:last-child { border: 0; }
.pillar .pillar-num { display: grid; width: 40px; height: 40px; margin-bottom: 40px; place-items: center; border: 1px solid var(--green-dark); border-radius: 50%; color: var(--green-dark); font-family: monospace; font-weight: 800; }
.pillar h3 { font-family: var(--display); font-size: 27px; line-height: 1; text-transform: uppercase; }
.pillar p { margin-bottom: 0; color: #626762; font-size: 12px; }
.buyer-fit {
  display: grid;
  grid-template-columns: auto repeat(4, 1fr);
  margin-top: 20px;
  border: 1px solid var(--line-dark);
}
.buyer-fit > b { display: flex; align-items: center; padding: 18px 24px; background: var(--ink); color: var(--white); font-family: var(--display); font-size: 22px; text-transform: uppercase; }
.buyer-fit span { display: flex; align-items: center; min-height: 76px; padding: 16px 20px; border-left: 1px solid var(--line-dark); color: #555b55; font-size: 11px; font-weight: 700; }

.workflow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.workflow-step { position: relative; min-height: 330px; padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.025); cursor: pointer; }
.workflow-step { width: 100%; color: var(--white); font-family: var(--body); text-align: left; transition: background .2s ease, transform .2s ease; }
.workflow-step::after { content: ">"; position: absolute; z-index: 3; top: 52px; right: -18px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--green); border-radius: 50%; background: var(--black); color: var(--green); font-weight: 900; }
.workflow-step:last-child::after { display: none; }
.workflow-step.alert { border-top: 4px solid var(--red); }
.workflow-step.active, .workflow-step:hover { background: rgba(123,197,43,.08); transform: translateY(-5px); }
.workflow-icon { display: grid; width: 55px; height: 55px; margin-bottom: 52px; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-family: monospace; font-size: 17px; font-weight: 900; }
.workflow-step.alert .workflow-icon { border-color: var(--red); color: #ff6467; }
.workflow-step h3 { font-family: var(--display); font-size: 31px; line-height: 1; text-transform: uppercase; }
.workflow-step b { display: block; margin-bottom: 10px; color: var(--green); font-size: 11px; }
.workflow-step.alert b { color: #ff6467; }
.workflow-step p { color: #aeb0ad; font-size: 12px; }

.rules-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.rules-copy h2 { margin-bottom: 30px; }
.rules-copy > p { color: #666b65; }
.rule-list { margin-top: 34px; border-top: 1px solid var(--line-dark); }
.rule-item { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.rule-item span { color: var(--green-dark); font-family: var(--display); font-size: 29px; font-weight: 800; }
.rule-item b { display: block; font-family: var(--display); font-size: 24px; text-transform: uppercase; }
.rule-item small { color: #676c66; }
.rule-editor { padding: 35px; border: 1px solid var(--line-dark); background: #fff; box-shadow: 20px 20px 0 rgba(10,13,15,.08); }
.rule-editor-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line-dark); }
.rule-editor-head b { font-family: var(--display); font-size: 28px; text-transform: uppercase; }
.editor-status { color: var(--green-dark); font-family: monospace; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fake-field { padding: 13px 14px; border: 1px solid #cfd2ce; }
.fake-field.wide { grid-column: 1 / -1; }
.fake-field label { display: block; margin-bottom: 7px; color: #777c76; font-size: 8px; text-transform: uppercase; }
.fake-field b { font-size: 12px; }
.rule-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.rule-chips span { padding: 8px 10px; background: rgba(123,197,43,.12); color: #4d8f17; font-size: 9px; font-weight: 800; }

.dashboard-shell { padding: 36px; border: 1px solid var(--line); background: #0c0f11; }
.dashboard-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }
.dashboard-top h3 { margin: 0; font-family: var(--display); font-size: 33px; text-transform: uppercase; }
.date-chip { padding: 8px 12px; border: 1px solid var(--line); color: var(--muted); font-family: monospace; font-size: 9px; }
.dashboard-metrics { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); }
.dashboard-metric { padding: 18px; border-right: 1px solid var(--line); }
.dashboard-metric:last-child { border: 0; }
.dashboard-metric span { display: block; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.dashboard-metric b { display: block; margin-top: 4px; font-family: var(--display); font-size: 34px; }
.dashboard-metric.danger b { color: #ff6467; }
.full-table { margin-top: 18px; border: 1px solid var(--line); }
.full-row { display: grid; grid-template-columns: 1.3fr .75fr .75fr .75fr 1fr; border-bottom: 1px solid var(--line); }
.full-row:last-child { border: 0; }
.full-row span { min-width: 0; padding: 14px; font-size: 10px; }
.full-row.header span { color: #737773; font-size: 8px; text-transform: uppercase; }
.full-row .good { color: var(--green); background: rgba(123,197,43,.08); }
.full-row .bad { color: #ff6467; background: rgba(238,59,63,.08); }

.adoption-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.adoption-step { position: relative; min-height: 275px; padding: 30px 26px; border-right: 1px solid var(--line-dark); }
.adoption-step:last-child { border-right: 0; }
.adoption-step::after { content: "→"; position: absolute; right: -13px; top: 48px; z-index: 2; display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid var(--green-dark); border-radius: 50%; background: var(--paper); color: var(--green-dark); font-size: 13px; }
.adoption-step:last-child::after { display: none; }
.adoption-step span { display: block; margin-bottom: 42px; color: var(--green-dark); font-family: var(--display); font-size: 48px; font-weight: 800; line-height: 1; }
.adoption-step h3 { font-family: var(--display); font-size: 26px; line-height: 1; text-transform: uppercase; }
.adoption-step p { margin-bottom: 0; color: #666b65; font-size: 11px; }
.adoption-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 34px; padding: 26px 30px; background: var(--ink); color: var(--white); }
.adoption-cta p { max-width: 680px; margin: 0; color: #b8bbb7; font-size: 12px; }
.adoption-cta b { color: var(--white); }

/* StatusNow platform page */
.hero.statusnow-hero .hero-visual {
  background:
    radial-gradient(circle at 72% 35%, rgba(123,197,43,.12), transparent 34%),
    linear-gradient(135deg, #151a1c, #070909 74%);
}
.hero.statusnow-hero .hero-visual::before {
  inset: 0;
  opacity: .12;
  transform: none;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 52px 52px;
}
.statusnow-hero-screen {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 4%;
  left: -8%;
  overflow: hidden;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--glass-border);
  border-top-color: var(--glass-highlight);
  background:
    linear-gradient(120deg, rgba(255,255,255,.1), transparent 28%),
    rgba(5,8,12,.86);
  box-shadow: 26px 28px 0 rgba(123,197,43,.06), 0 38px 100px rgba(0,0,0,.62), inset 0 1px rgba(255,255,255,.1);
  transform: translateY(-46%) perspective(1400px) rotateY(-3deg);
  transform-origin: center right;
}
.statusnow-hero-screen > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 2px 3px 11px; color: #7e837e; font-family: monospace; font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.statusnow-hero-screen > div span { color: var(--green); }
.statusnow-hero-screen > div b { font-weight: 700; }
.statusnow-hero-screen img { display: block; width: 100%; height: auto; border: 1px solid rgba(255,255,255,.12); background: #040919; }
.statusnow-console {
  position: absolute;
  z-index: 3;
  inset: 118px 48px 78px 15%;
  padding: 24px;
  border: 1px solid var(--glass-border);
  border-top-color: var(--glass-highlight);
  background:
    radial-gradient(circle at 84% -10%, rgba(123,197,43,.16), transparent 34%),
    linear-gradient(125deg, rgba(255,255,255,.1), transparent 26%),
    rgba(6,9,10,.8);
  box-shadow: 26px 26px 0 rgba(123,197,43,.07), 0 34px 86px rgba(0,0,0,.58), inset 0 1px rgba(255,255,255,.1);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}
.statusnow-board { margin-top: 14px; border: 1px solid var(--line); }
.statusnow-row { display: grid; grid-template-columns: .85fr 1.25fr .8fr .7fr; border-bottom: 1px solid var(--line); }
.statusnow-row:last-child { border-bottom: 0; }
.statusnow-row span { min-width: 0; padding: 11px 10px; color: #bfc1be; font-size: 8px; }
.statusnow-row.header span { color: #737773; font-size: 7px; text-transform: uppercase; }
.statusnow-row .status-good { color: var(--green); background: rgba(123,197,43,.08); }
.statusnow-row .status-bad { color: #ff6467; background: rgba(238,59,63,.08); }
.statusnow-signal { display: grid; grid-template-columns: auto 1fr 1fr 1fr auto; gap: 8px; align-items: center; margin-top: 14px; color: #737773; font-family: monospace; font-size: 7px; text-transform: uppercase; }
.statusnow-signal i { display: block; height: 3px; background: var(--green); box-shadow: 0 0 10px rgba(123,197,43,.45); }
.statusnow-signal i:nth-of-type(2) { opacity: .58; }
.statusnow-signal i:nth-of-type(3) { opacity: .28; }
.statusnow-signal b { color: #aeb1ad; font-weight: 700; }

.statusnow-mode-strip {
  display: grid;
  grid-template-columns: 1.25fr repeat(7, 1fr);
  border: 1px solid var(--line-dark);
}
.statusnow-mode-strip > * { display: flex; min-height: 64px; align-items: center; padding: 12px 16px; border-right: 1px solid var(--line-dark); font-size: 10px; }
.statusnow-mode-strip > *:last-child { border-right: 0; }
.statusnow-mode-strip b { background: var(--ink); color: var(--white); font-family: var(--display); font-size: 20px; text-transform: uppercase; }
.statusnow-mode-strip span { color: #5e635e; font-weight: 700; }

.carrier-network-panel {
  position: relative;
  display: grid;
  grid-template-columns: .8fr 1.55fr;
  gap: 36px 56px;
  overflow: hidden;
  margin-top: 20px;
  padding: 48px;
  border: 1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 91% 12%, rgba(123,197,43,.22), transparent 29%),
    linear-gradient(125deg, rgba(255,255,255,.08), transparent 31%),
    var(--ink);
  box-shadow: 0 28px 70px rgba(8,12,13,.18), inset 0 1px rgba(255,255,255,.12);
  color: var(--white);
}
.carrier-network-panel::after {
  content: "";
  position: absolute;
  right: -84px;
  bottom: -116px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(123,197,43,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(123,197,43,.035), 0 0 0 84px rgba(123,197,43,.02);
  pointer-events: none;
}
.carrier-network-copy, .carrier-network-stats, .carrier-network-note { position: relative; z-index: 1; }
.carrier-network-copy .kicker { color: var(--green); }
.carrier-network-copy h3 { margin: 14px 0 18px; font-family: var(--display); font-size: clamp(38px, 4vw, 60px); line-height: .92; text-transform: uppercase; }
.carrier-network-copy > p:last-child { max-width: 360px; margin: 0; color: #aeb1ad; font-size: 12px; }
.carrier-network-stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.035); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.carrier-network-stats article { min-height: 190px; padding: 30px 26px; border-right: 1px solid rgba(255,255,255,.15); }
.carrier-network-stats article:last-child { border-right: 0; }
.carrier-network-stats strong { display: block; color: var(--green); font-family: var(--display); font-size: clamp(48px, 5vw, 74px); font-weight: 700; line-height: .9; text-transform: uppercase; }
.carrier-network-stats span { display: block; max-width: 180px; margin-top: 22px; color: #d8dad7; font-size: 10px; font-weight: 800; line-height: 1.45; text-transform: uppercase; }
.carrier-network-note { grid-column: 1 / -1; margin: 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #7f847f; font-family: monospace; font-size: 8px; letter-spacing: .04em; text-transform: uppercase; }

/* StatusNow API page */
.hero.api-hero .hero-visual {
  background:
    radial-gradient(circle at 78% 38%, rgba(43,139,235,.16), transparent 34%),
    radial-gradient(circle at 36% 76%, rgba(123,197,43,.1), transparent 30%),
    linear-gradient(135deg, #11171b, #050708 76%);
}
.hero.api-hero .hero-visual::before {
  inset: 0;
  opacity: .12;
  transform: none;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 48px 48px;
}
.api-console {
  position: absolute;
  z-index: 3;
  inset: 132px 5% 82px 11%;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-top-color: var(--glass-highlight);
  background:
    radial-gradient(circle at 86% -8%, rgba(43,139,235,.17), transparent 34%),
    linear-gradient(125deg, rgba(255,255,255,.09), transparent 28%),
    rgba(5,9,13,.84);
  box-shadow: 28px 28px 0 rgba(123,197,43,.055), 0 38px 100px rgba(0,0,0,.6), inset 0 1px rgba(255,255,255,.09);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}
.api-console-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border-bottom: 1px solid var(--line); color: #7e837e; font-family: monospace; font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.api-console-head span { color: var(--green); }
.api-console-head b { font-weight: 700; }
.api-console pre { min-height: 360px; margin: 0; padding: 26px 24px; overflow: auto; color: #c6cac6; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; line-height: 1.75; tab-size: 2; }
.api-console code { font-family: inherit; }
.code-method { color: var(--green); font-weight: 900; }
.code-key { color: #62a9ff; }
.code-value { color: #e8ae61; }
.api-response { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 20px; border-top: 1px solid var(--line); background: rgba(123,197,43,.065); color: #8f948f; font-family: monospace; font-size: 8px; text-transform: uppercase; }
.api-response span { color: var(--green); font-weight: 900; }
.api-response b { font-weight: 700; }

.api-trust-strip {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: #111617;
  box-shadow: 0 24px 60px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.06);
}
.api-trust-label {
  grid-row: 1 / span 2;
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-right: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 20% 120%, rgba(123,197,43,.22), transparent 52%),
    linear-gradient(135deg, rgba(255,255,255,.06), transparent 48%);
}
.api-trust-label small { color: var(--green); font-family: monospace; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.api-trust-label strong { max-width: 170px; color: var(--white); font-family: var(--display); font-size: 30px; line-height: .9; text-transform: uppercase; }
.api-trust-strip > span {
  position: relative;
  display: flex;
  min-height: 75px;
  align-items: center;
  padding: 18px 18px 18px 42px;
  border-right: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: #d9dcda;
  font-family: monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.api-trust-strip > span::before { content: ""; position: absolute; left: 20px; width: 7px; height: 7px; border: 1px solid var(--green); border-radius: 50%; box-shadow: 0 0 12px rgba(123,197,43,.35); }
.api-trust-strip > span:nth-of-type(3n) { border-right: 0; }
.api-trust-strip > span:nth-last-child(-n+3) { border-bottom: 0; }

.api-foundation-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
#foundation .section-heading h2,
.api-operating-model .section-heading h2 { font-size: clamp(46px, 3.75vw, 64px); }
.api-code-panel { overflow: hidden; border: 1px solid var(--glass-border); border-top-color: var(--glass-highlight); background: rgba(255,255,255,.025); box-shadow: 0 28px 70px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.07); }
.api-route { display: grid; grid-template-columns: 58px 1fr auto; gap: 16px; align-items: center; min-height: 66px; padding: 12px 20px; border-bottom: 1px solid var(--line); }
.api-route em { color: var(--green); font-family: monospace; font-size: 9px; font-style: normal; font-weight: 900; }
.api-route code { min-width: 0; overflow: hidden; color: #c7cac7; font-family: monospace; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.api-route span { color: #747974; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.api-code-panel > a { display: flex; align-items: center; justify-content: space-between; padding: 20px; color: var(--white); font-size: 10px; font-weight: 800; text-decoration: none; }
.api-code-panel > a span { color: var(--green); font-size: 18px; }
.api-principles { border: 1px solid var(--line); }
.api-principles article { display: grid; grid-template-columns: 52px 1fr; gap: 20px; min-height: 126px; padding: 24px; border-bottom: 1px solid var(--line); }
.api-principles article:last-child { border-bottom: 0; }
.api-principles article > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-family: monospace; font-size: 9px; font-weight: 900; }
.api-principles h3 { margin: 0 0 8px; font-family: var(--display); font-size: 25px; text-transform: uppercase; }
.api-principles p { margin: 0; color: #939793; font-size: 10px; }
.api-principles code { color: var(--green); font-family: monospace; }

.api-mode-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-dark); }
.api-mode-grid > * { min-height: 310px; padding: 34px 30px; border-right: 1px solid var(--line-dark); transition: background .2s ease, transform .2s ease; }
.api-mode-grid > *:last-child { border-right: 0; }
.api-mode-grid > *:hover { transform: translateY(-4px); background: rgba(123,197,43,.07); }
.api-mode-grid > * > span:first-child { display: grid; width: 56px; height: 56px; margin-bottom: 62px; place-items: center; border: 1px solid var(--green-dark); border-radius: 50%; color: var(--green-dark); font-family: monospace; font-size: 10px; font-weight: 900; }
.api-mode-grid h3 { font-family: var(--display); font-size: 34px; line-height: 1; text-transform: uppercase; }
.api-mode-grid p { margin: 0; color: #656a65; font-size: 11px; }
.api-launch-grid { grid-template-columns: repeat(4, 1fr); }
.api-launch-grid .adoption-step:nth-child(3)::after { display: grid; }

/* Keep the fixed API section navigation in its own visual lane. */
@media (min-width: 861px) and (max-width: 1720px) {
  .api-page main > .section > .container { padding-right: 170px; }
}

.statusnow-lifecycle { overflow: hidden; isolation: isolate; }
.statusnow-lifecycle::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 760px;
  height: 760px;
  right: -180px;
  top: -26%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123,197,43,.14), rgba(123,197,43,.035) 36%, transparent 68%);
  filter: blur(10px);
}
.status-lifecycle-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.status-lifecycle-card {
  position: relative;
  min-height: 330px;
  padding: 28px 24px;
  border: 1px solid var(--glass-border);
  background:
    linear-gradient(135deg, rgba(255,255,255,.065), transparent 36%),
    rgba(12,16,17,.58);
  box-shadow: 0 18px 48px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.07);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.status-lifecycle-card:hover { transform: translateY(-5px); background: radial-gradient(circle at 60% 120%, rgba(123,197,43,.17), transparent 48%), rgba(12,16,17,.72); box-shadow: 0 26px 62px rgba(0,0,0,.36), 0 0 36px rgba(123,197,43,.06); }
.status-lifecycle-card::after { content: "→"; position: absolute; z-index: 2; top: 42px; right: -18px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--green); border-radius: 50%; background: rgba(7,10,11,.88); color: var(--green); }
.status-lifecycle-card:last-child::after { display: none; }
.status-lifecycle-card > span { display: grid; width: 52px; height: 52px; margin-bottom: 48px; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-family: monospace; font-weight: 900; }
.status-lifecycle-card h3 { margin-bottom: 12px; font-family: var(--display); font-size: 32px; line-height: 1; text-transform: uppercase; }
.status-lifecycle-card b { display: block; margin-bottom: 10px; color: var(--green); font-size: 10px; }
.status-lifecycle-card p { margin: 0; color: #aeb0ad; font-size: 11px; }

.status-capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-dark); }
.status-capability { min-height: 250px; padding: 30px 26px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); transition: background .2s ease, transform .2s ease; }
.status-capability:nth-child(4n) { border-right: 0; }
.status-capability:nth-last-child(-n+4) { border-bottom: 0; }
.status-capability:hover { transform: translateY(-4px); background: rgba(123,197,43,.08); }
.status-capability > span { display: grid; width: 44px; height: 44px; margin-bottom: 38px; place-items: center; border: 1px solid var(--green-dark); border-radius: 50%; color: var(--green-dark); font-family: monospace; font-size: 10px; font-weight: 900; }
.status-capability h3 { font-family: var(--display); font-size: 29px; line-height: 1; text-transform: uppercase; }
.status-capability p { margin: 0; color: #626762; font-size: 12px; }

.status-widget-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 12px; margin-top: 18px; }
.status-widget { min-height: 220px; padding: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.status-widget > span { color: #777b77; font-family: monospace; font-size: 8px; text-transform: uppercase; }
.status-widget > b { display: block; margin-top: 18px; font-family: var(--display); font-size: 24px; text-transform: uppercase; }
.spark-bars { display: flex; height: 110px; align-items: end; gap: 9px; margin-top: 18px; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to top, transparent 0 26px, rgba(255,255,255,.055) 26px 27px); }
.spark-bars i { flex: 1; height: var(--h); background: linear-gradient(to top, rgba(123,197,43,.28), var(--green)); box-shadow: 0 0 14px rgba(123,197,43,.12); }
.service-ring { width: 112px; height: 112px; margin: 22px auto 0; border-radius: 50%; background: conic-gradient(var(--green) 0 43%, var(--blue) 43% 74%, var(--violet) 74% 90%, rgba(255,255,255,.12) 90%); mask: radial-gradient(circle, transparent 46%, #000 48%); }
.status-widget ul { margin: 25px 0 0; padding: 0; list-style: none; }
.status-widget li { display: flex; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--line); color: #aeb0ad; font-size: 10px; }
.status-widget li:last-child { border-bottom: 0; }
.status-widget li b { color: #ff6467; font-family: var(--display); font-size: 20px; line-height: .8; }

.statusnow-dashboard-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--glass-border);
  border-top-color: var(--glass-highlight);
  background:
    linear-gradient(120deg, rgba(255,255,255,.08), transparent 28%),
    rgba(6,9,10,.7);
  box-shadow: 0 34px 90px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.09);
}
.statusnow-dashboard-label { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 8px 4px 20px; font-family: monospace; text-transform: uppercase; }
.statusnow-dashboard-label span { color: var(--green); font-size: 8px; letter-spacing: .08em; }
.statusnow-dashboard-label b { color: #8d928d; font-size: 8px; letter-spacing: .05em; }
.statusnow-dashboard-frame img { display: block; width: 100%; height: auto; border: 1px solid rgba(255,255,255,.12); background: #020718; }
.product-image-link { display: block; }
.product-image-link:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
.statusnow-dashboard-frame figcaption { padding: 16px 4px 3px; color: #797e79; font-family: monospace; font-size: 8px; letter-spacing: .03em; text-transform: uppercase; }
.compliance-product-frame { align-self: center; }
.compliance-hero-screen { right: 2%; left: -11%; }

.connection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.connection-card { display: grid; grid-template-columns: 84px 1fr; gap: 28px; min-height: 260px; padding: 38px; border: 1px solid var(--line-dark); background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.18)); box-shadow: 0 22px 50px rgba(10,13,15,.08); }
.connection-link { transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.connection-link:hover { border-color: rgba(82,139,25,.42); box-shadow: 0 28px 60px rgba(10,13,15,.12); transform: translateY(-3px); }
.connection-card > span { display: grid; width: 70px; height: 70px; place-items: center; border: 1px solid var(--green-dark); border-radius: 50%; color: var(--green-dark); font-family: monospace; font-weight: 900; }
.connection-card h3 { margin-bottom: 14px; font-family: var(--display); font-size: 37px; line-height: .96; text-transform: uppercase; }
.connection-card div > p:last-child { margin: 0; color: #646963; font-size: 13px; }
.service-model { display: grid; grid-template-columns: 1.05fr 1fr 1fr; margin-top: 20px; border: 1px solid var(--line-dark); }
.service-model > * { min-height: 210px; padding: 30px; border-right: 1px solid var(--line-dark); }
.service-model > *:last-child { border-right: 0; }
.service-model > div { display: flex; flex-direction: column; justify-content: end; background: var(--ink); color: var(--white); }
.service-model h3 { margin: 0; font-family: var(--display); font-size: 36px; line-height: .95; text-transform: uppercase; }
.service-model article span { color: var(--green-dark); font-family: var(--display); font-size: 42px; font-weight: 800; }
.service-model article b { display: block; margin: 20px 0 8px; font-family: var(--display); font-size: 26px; text-transform: uppercase; }
.service-model article p { margin: 0; color: #646963; font-size: 11px; }

/* Intelligence glass system: glass is reserved for live data, controls, and decision support. */
.site-header.scrolled {
  background: transparent;
  border-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.site-header.scrolled .nav-shell {
  height: 62px;
  margin-top: 10px;
  padding: 0 18px;
  border: 1px solid var(--glass-border);
  border-top-color: var(--glass-highlight);
  border-radius: 10px;
  background:
    linear-gradient(115deg, rgba(255,255,255,.09), transparent 24%),
    rgba(6, 9, 10, .74);
  box-shadow: 0 18px 52px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
}

.signal-panel,
.compliance-console,
.mini-dashboard,
.dashboard-shell,
.process-detail,
.workflow-step,
.concept-badge,
.live-pill,
.date-chip {
  border-color: var(--glass-border);
  border-top-color: var(--glass-highlight);
  box-shadow: var(--glass-shadow), inset 0 1px rgba(255,255,255,.07);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.signal-panel {
  left: 7%;
  right: 6%;
  bottom: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 135%, rgba(123,197,43,.18), transparent 42%),
    linear-gradient(115deg, rgba(255,255,255,.1), transparent 28%),
    var(--glass-mid);
  box-shadow: 0 28px 72px rgba(0,0,0,.5), 0 0 48px rgba(123,197,43,.09), inset 0 1px rgba(255,255,255,.1);
}
.signal-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0 32%, rgba(255,255,255,.055) 42%, transparent 53%);
}
.signal-grid div { position: relative; z-index: 1; }

.route-node {
  background: rgba(5,6,6,.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: signal-pulse 4.8s ease-in-out infinite;
}
.route-node.n2 { animation-delay: 1.2s; }
.route-node.n3 { animation-delay: 2.4s; }
.route-node.n4 { animation-delay: 3.6s; }
@keyframes signal-pulse {
  0%, 68%, 100% { box-shadow: 0 0 0 6px rgba(123,197,43,.1), 0 0 0 rgba(123,197,43,0); }
  78% { box-shadow: 0 0 0 8px rgba(123,197,43,.14), 0 0 28px rgba(123,197,43,.58); }
}

.process-detail {
  position: relative;
  z-index: 2;
  margin: -12px 28px 0;
  background:
    radial-gradient(circle at 12% 130%, rgba(123,197,43,.17), transparent 35%),
    linear-gradient(115deg, rgba(255,255,255,.08), transparent 25%),
    var(--glass-dense);
  box-shadow: 0 24px 60px rgba(10,13,15,.24), inset 0 1px rgba(255,255,255,.1);
}
.process-card.integration.active { box-shadow: inset 0 4px var(--blue), inset 0 0 34px rgba(22,135,206,.09); }
.process-card.ongoing.active { box-shadow: inset 0 4px var(--violet), inset 0 0 34px rgba(119,82,183,.1); }

.solution-visual::after,
#workflow::after,
#visibility::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 70% 45%, #000, transparent 72%);
}
.mini-dashboard {
  z-index: 2;
  background:
    radial-gradient(circle at 82% 0, rgba(123,197,43,.14), transparent 30%),
    linear-gradient(125deg, rgba(255,255,255,.08), transparent 26%),
    var(--glass-dense);
  box-shadow: 24px 24px 0 rgba(123,197,43,.08), var(--glass-shadow), inset 0 1px rgba(255,255,255,.08);
}

.compliance-console {
  background:
    radial-gradient(circle at 80% -10%, rgba(123,197,43,.16), transparent 34%),
    linear-gradient(125deg, rgba(255,255,255,.1), transparent 26%),
    rgba(6,9,10,.76);
  box-shadow: 26px 26px 0 rgba(123,197,43,.07), 0 34px 86px rgba(0,0,0,.58), inset 0 1px rgba(255,255,255,.1);
}
.console-stat,
.mini-stat,
.dashboard-metric {
  background: rgba(255,255,255,.028);
  box-shadow: inset 0 1px rgba(255,255,255,.035);
}
.console-stat.alert {
  background: radial-gradient(circle at 50% 110%, rgba(238,59,63,.2), transparent 64%), rgba(255,255,255,.025);
  box-shadow: inset 0 -1px rgba(238,59,63,.4), 0 0 24px rgba(238,59,63,.06);
}
.live-pill,
.concept-badge,
.date-chip {
  background: rgba(7,10,11,.64);
  box-shadow: 0 10px 28px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.08);
}

#workflow,
#visibility { overflow: hidden; isolation: isolate; }
#workflow::before,
#visibility::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 760px;
  height: 760px;
  right: -220px;
  top: 5%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123,197,43,.14), rgba(123,197,43,.035) 36%, transparent 68%);
  filter: blur(10px);
}
#visibility::before { top: -25%; right: 10%; opacity: .75; }
#workflow .container,
#visibility .container { position: relative; z-index: 2; }
.workflow-step {
  overflow: visible;
  background:
    linear-gradient(135deg, rgba(255,255,255,.065), transparent 36%),
    rgba(12,16,17,.58);
  box-shadow: 0 18px 48px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.07);
}
.workflow-step::after {
  background: rgba(7,10,11,.82);
  box-shadow: 0 10px 28px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.workflow-step.active,
.workflow-step:hover {
  border-top-color: rgba(255,255,255,.42);
  background:
    radial-gradient(circle at 60% 120%, rgba(123,197,43,.17), transparent 48%),
    linear-gradient(135deg, rgba(255,255,255,.09), transparent 36%),
    rgba(12,16,17,.68);
  box-shadow: 0 26px 62px rgba(0,0,0,.36), 0 0 36px rgba(123,197,43,.06), inset 0 1px rgba(255,255,255,.1);
}
.workflow-step.alert:hover,
.workflow-step.alert.active {
  background:
    radial-gradient(circle at 60% 120%, rgba(238,59,63,.18), transparent 48%),
    linear-gradient(135deg, rgba(255,255,255,.09), transparent 36%),
    rgba(12,16,17,.68);
  box-shadow: 0 26px 62px rgba(0,0,0,.36), 0 0 36px rgba(238,59,63,.08), inset 0 1px rgba(255,255,255,.1);
}

.dashboard-shell {
  position: relative;
  z-index: 2;
  background:
    radial-gradient(circle at 72% -20%, rgba(123,197,43,.13), transparent 38%),
    linear-gradient(125deg, rgba(255,255,255,.075), transparent 22%),
    rgba(7,10,11,.76);
  box-shadow: 0 34px 90px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.09);
}

.button {
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(123,197,43,.16), inset 0 1px rgba(255,255,255,.34);
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  background: rgba(255,255,255,.52);
}
.button.secondary { box-shadow: 0 14px 34px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.1); }

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header.scrolled .nav-shell,
  .signal-panel,
  .compliance-console,
  .statusnow-console,
  .mini-dashboard,
  .dashboard-shell,
  .process-detail,
  .workflow-step,
  .concept-badge,
  .live-pill,
  .date-chip { background-color: rgba(7,10,11,.96); }
  .section-nav { background-color: #e3e6e0; }
}

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .nav-shell, .hero-inner, .container { width: min(100% - 36px, 1040px); }
  .section-nav { right: 10px; width: 138px; }
  .nav-links { gap: 20px; }
  .nav-links a { font-size: 11px; }
  .hero-inner { grid-template-columns: 1fr .9fr; }
  .hero-copy { padding-left: 44px; }
  .hero h1 { font-size: clamp(68px, 8.4vw, 96px); }
  .signal-grid small { display: none; }
  .process-grid { grid-template-columns: repeat(4, 1fr); }
  .process-phases { display: none; }
  .process-card:nth-child(4) { border-right: 0; }
  .process-card:nth-child(-n+4) { border-bottom: 1px solid var(--line-dark); }
  .pillar-grid { grid-template-columns: repeat(3, 1fr); }
  .buyer-fit { grid-template-columns: 1fr 1fr; }
  .buyer-fit > b { grid-column: 1 / -1; }
  .buyer-fit span:nth-child(2n) { border-left: 0; }
  .adoption-grid { grid-template-columns: repeat(3, 1fr); }
  .adoption-step:nth-child(3) { border-right: 0; }
  .adoption-step:nth-child(-n+3) { border-bottom: 1px solid var(--line-dark); }
  .adoption-step:nth-child(3)::after { display: none; }
  .pillar:nth-child(3) { border-right: 0; }
  .pillar:nth-child(-n+3) { border-bottom: 1px solid var(--line-dark); }
  .workflow { grid-template-columns: repeat(3, 1fr); }
  .workflow-step:nth-child(3)::after { display: none; }
  .status-lifecycle-grid { grid-template-columns: repeat(3, 1fr); }
  .status-lifecycle-card:nth-child(3n)::after { display: none; }
  .statusnow-mode-strip { grid-template-columns: repeat(4, 1fr); }
  .statusnow-mode-strip > * { border-bottom: 1px solid var(--line-dark); }
  .statusnow-mode-strip > *:nth-child(4n) { border-right: 0; }
  .statusnow-mode-strip > *:nth-last-child(-n+4) { border-bottom: 0; }
  .api-trust-strip { grid-template-columns: 1.35fr repeat(3, 1fr); }
  .api-launch-grid { grid-template-columns: repeat(4, 1fr); }
  .api-launch-grid .adoption-step { border-bottom: 0; }
  .api-launch-grid .adoption-step:nth-child(3) { border-right: 1px solid var(--line-dark); }
  .api-launch-grid .adoption-step:nth-child(3)::after { display: grid; }
  .component-grid { grid-template-columns: repeat(3, 1fr); }
  .component:nth-child(4n) { border-right: 1px solid var(--line); }
  .component:nth-child(3n) { border-right: 0; }
  .component:nth-last-child(-n+4) { border-bottom: 1px solid var(--line); }
  .component:nth-last-child(-n+3) { border-bottom: 0; }
}

@media (max-width: 860px) {
  .site-header { height: 70px; background: rgba(5,6,6,.94); border-color: var(--line); }
  section[id] { scroll-margin-top: 82px; }
  .section-nav { display: none; }
  .nav-shell { width: calc(100% - 28px); }
  .site-header.scrolled .nav-shell {
    height: 100%;
    margin-top: 0;
    padding: 0;
    border-color: transparent;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .brand { width: 132px; min-width: 132px; }
  .brand img { height: 36px; }
  .menu-toggle { display: block; }
  .nav-links {
    position: fixed;
    inset: 70px 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 24px;
    background: rgba(5,6,6,.98);
    transform: translateX(100%);
    transition: transform .25s ease;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { padding: 18px 4px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .nav-links .nav-cta { margin-top: 24px; border: 0; }
  .nav-divider { display: none; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero-inner { width: 100%; grid-template-columns: 1fr; }
  .hero-inner > * { min-width: 0; }
  .hero-copy { min-height: 650px; padding: 90px 42px 72px 62px; }
  .hero-brand-lockup { top: 72px !important; right: auto; left: 62px; }
  .statusnow-hero .hero-copy,
  .api-hero .hero-copy { justify-content: flex-start; padding-top: 205px; }
  .hero h1 { font-size: clamp(70px, 15vw, 104px); }
  .hero-visual { min-height: 580px; clip-path: none; }
  .hero:not(.compliance-hero) .hero-visual { background-position: 86% center; }
  .api-console { inset: 96px 5% 64px; }
  .statusnow-hero-screen { right: 4%; left: 4%; transform: translateY(-46%); }
  .compliance-hero-screen { right: 3%; left: 3%; }
  .signal-panel { left: 8%; }
  .coord { left: 8px; }
  .section { padding: 82px 0; }
  .container { width: calc(100% - 36px); }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  .fit-grid, .solution-callout, .rules-grid { grid-template-columns: 1fr; }
  .engagement-grid { grid-template-columns: 1fr; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .outcome-card:last-child { border-bottom: 0; }
  .carrier-network-panel { grid-template-columns: 1fr; padding: 38px; }
  .carrier-network-copy > p:last-child { max-width: 520px; }
  .api-trust-strip { grid-template-columns: repeat(2, 1fr); }
  .api-trust-label { grid-row: auto; grid-column: 1 / -1; min-height: 108px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .api-trust-label strong { max-width: none; }
  .api-trust-strip > span { border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
  .api-trust-strip > span:nth-of-type(3n) { border-right: 1px solid rgba(255,255,255,.1); }
  .api-trust-strip > span:nth-of-type(2n) { border-right: 0; }
  .api-trust-strip > span:nth-last-child(-n+2) { border-bottom: 0; }
  .api-foundation-grid, .api-mode-grid { grid-template-columns: 1fr; }
  .api-mode-grid > * { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .api-mode-grid > *:last-child { border-bottom: 0; }
  .api-mode-grid > * > span:first-child { margin-bottom: 38px; }
  .engagement-card { min-height: 300px; }
  .logistics-page .process-grid { grid-template-columns: 1fr; border: 1px solid var(--line-dark); }
  .logistics-page .process-card {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 28px;
    grid-template-areas: "number title arrow" "number copy arrow";
    gap: 5px 16px;
    min-height: 100px;
    padding: 18px 20px;
    align-items: center;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line-dark);
  }
  .logistics-page .process-card:last-child { border-bottom: 0; }
  .logistics-page .process-card:hover,
  .logistics-page .process-card.active { transform: none; }
  .logistics-page .process-card .num { grid-area: number; margin: 0; font-size: 58px; }
  .logistics-page .process-card strong { grid-area: title; font-size: 28px; }
  .logistics-page .process-card small { grid-area: copy; min-height: 0; margin: 0; font-size: 14px; line-height: 1.4; }
  .logistics-page .process-card .arrow { grid-area: arrow; margin: 0; justify-self: end; }
  .process-detail { grid-template-columns: 1fr; gap: 20px; }
  .difference-grid { grid-template-columns: 1fr 1fr; }
  .difference-card:nth-child(2) { border-right: 0; }
  .difference-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .solution-copy { padding: 72px 24px; }
  .solution-visual { min-height: 520px; }
  .pillar-grid { grid-template-columns: 1fr 1fr; }
  .pillar:nth-child(3) { border-right: 1px solid var(--line-dark); }
  .pillar:nth-child(2n) { border-right: 0; }
  .pillar:nth-child(-n+4) { border-bottom: 1px solid var(--line-dark); }
  .workflow { grid-template-columns: 1fr 1fr; }
  .workflow-step:nth-child(3)::after { display: grid; }
  .workflow-step:nth-child(2n)::after { display: none; }
  .dashboard-metrics { grid-template-columns: repeat(3, 1fr); }
  .status-capability-grid { grid-template-columns: 1fr 1fr; }
  .status-capability:nth-child(4n) { border-right: 1px solid var(--line-dark); }
  .status-capability:nth-child(2n) { border-right: 0; }
  .status-capability:nth-last-child(-n+4) { border-bottom: 1px solid var(--line-dark); }
  .status-capability:nth-last-child(-n+2) { border-bottom: 0; }
  .status-widget-grid { grid-template-columns: 1fr 1fr; }
  .status-widget.wide { grid-column: 1 / -1; }
  .connection-grid { grid-template-columns: 1fr; }
  .service-model { grid-template-columns: 1fr 1fr; }
  .service-model > div { grid-column: 1 / -1; min-height: 170px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .adoption-grid { grid-template-columns: 1fr 1fr; }
  .api-launch-grid { grid-template-columns: 1fr 1fr; }
  .adoption-step:nth-child(3) { border-right: 1px solid var(--line-dark); }
  .adoption-step:nth-child(2n) { border-right: 0; }
  .adoption-step:nth-child(-n+4) { border-bottom: 1px solid var(--line-dark); }
  .adoption-step:nth-child(3)::after { display: grid; }
  .adoption-step:nth-child(2n)::after { display: none; }
  .adoption-cta { align-items: flex-start; flex-direction: column; }
  .dashboard-metric:nth-child(3) { border-right: 0; }
  .dashboard-metric:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .full-row { grid-template-columns: 1.2fr .8fr .8fr; }
  .full-row span:nth-child(4), .full-row span:nth-child(5) { display: none; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .hero-copy { min-height: 610px; padding: 70px 24px 56px 46px; }
  .hero-brand-lockup { top: 52px !important; left: 46px; width: min(232px, calc(100% - 70px)); }
  .statusnow-hero .hero-copy,
  .api-hero .hero-copy { padding-top: 165px; }
  .cta-band { padding: 36px 0; }
  .cta-band h2 { font-size: 38px; }
  .hero-copy::before { left: 14px; top: 90px; bottom: 90px; }
  .hero h1 { font-size: clamp(60px, 20vw, 82px); }
  .hero .lede { font-size: 15px; }
  .statusnow-brand-lockup { width: min(232px, 100%); margin-bottom: 22px; padding: 0; }
  .statusnow-brand-lockup span { margin-top: 8px; padding-top: 7px; font-size: 8px; letter-spacing: .08em; }
  .service-position { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-visual { min-height: 500px; }
  .hero:not(.compliance-hero) .hero-visual { background-position: 82% center; }
  .api-console { inset: 76px 14px 46px; }
  .api-console-head { padding: 14px; }
  .api-console pre { min-height: 250px; padding: 18px 14px; font-size: 9px; line-height: 1.65; }
  .api-response { align-items: flex-start; flex-direction: column; gap: 5px; padding: 12px 14px; }
  .statusnow-hero-screen { right: 14px; left: 14px; padding: 7px; }
  .statusnow-hero-screen > div { padding-bottom: 8px; }
  .edge-label { font-size: 48px; }
  .signal-panel { left: 18px; right: 18px; bottom: 20px; }
  .signal-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .signal-grid div:nth-child(3) { padding-left: 0; border-left: 0; }
  .section h2 { font-size: 50px; }
  .logistics-page .audience-note { font-size: 14px; line-height: 1.5; }
  .logistics-page .cta-support { font-size: 13px; line-height: 1.55; }
  .logistics-page .kicker { font-size: 12px; letter-spacing: .08em; }
  .logistics-page .section-heading > p { font-size: 16px; line-height: 1.65; }
  .logistics-page .outcome-card { padding: 28px 24px; }
  .logistics-page .outcome-card span { margin-bottom: 22px; font-size: 11px; }
  .logistics-page .outcome-card h3 { font-size: 31px; }
  .logistics-page .outcome-card p { font-size: 15px; line-height: 1.55; }
  .logistics-page .process-detail b { font-size: 11px; }
  .logistics-page .process-detail p,
  .logistics-page .process-detail ul { font-size: 15px; line-height: 1.55; }
  .logistics-page .symptom p,
  .logistics-page .difference-card p { font-size: 15px; line-height: 1.55; }
  .logistics-page .engagement-card .tag,
  .logistics-page .contextual-link { font-size: 11px; }
  .logistics-page .component small { font-size: 14px; line-height: 1.5; }
  .process-detail { margin-inline: 0; padding: 28px 24px; }
  .symptom-grid { grid-template-columns: 1fr; }
  .symptom { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .symptom:last-child { border-bottom: 0 !important; }
  .fit-statement { padding: 32px 24px; }
  .component-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .component:nth-child(3n) { border-right: 1px solid var(--line); }
  .component:nth-child(2n) { border-right: 0; }
  .component:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .component:nth-last-child(-n+2) { border-bottom: 0; }
  .difference-grid, .pillar-grid, .workflow { grid-template-columns: 1fr; }
  .status-lifecycle-grid, .status-capability-grid, .status-widget-grid, .service-model { grid-template-columns: 1fr; }
  .status-lifecycle-card { min-height: auto; }
  .status-lifecycle-card::after { display: grid !important; top: auto; right: 50%; bottom: -22px; transform: translateX(50%) rotate(90deg); }
  .status-lifecycle-card:last-child::after { display: none !important; }
  .status-capability { min-height: auto; border-right: 0 !important; border-bottom: 1px solid var(--line-dark) !important; }
  .status-capability:last-child { border-bottom: 0 !important; }
  .status-widget.wide { grid-column: auto; }
  .connection-card { grid-template-columns: 1fr; padding: 30px 24px; }
  .service-model > div { grid-column: auto; }
  .service-model > * { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .service-model > *:last-child { border-bottom: 0; }
  .statusnow-mode-strip { grid-template-columns: 1fr 1fr; }
  .statusnow-mode-strip > * { border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark) !important; }
  .statusnow-mode-strip > *:nth-child(2n) { border-right: 0; }
  .statusnow-mode-strip > *:last-child { border-bottom: 0 !important; }
  .carrier-network-panel { gap: 30px; padding: 30px 24px; }
  .carrier-network-stats { grid-template-columns: 1fr; }
  .carrier-network-stats article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .carrier-network-stats article:last-child { border-bottom: 0; }
  .carrier-network-stats span { max-width: 260px; }
  .api-trust-strip { grid-template-columns: 1fr 1fr; }
  .api-route { grid-template-columns: 44px 1fr; gap: 10px; padding: 12px 14px; }
  .api-route span { display: none; }
  .api-route code { overflow-wrap: anywhere; font-size: 9px; text-overflow: clip; white-space: normal; }
  .api-principles article { grid-template-columns: 42px 1fr; gap: 14px; padding: 20px 16px; }
  .api-mode-grid > * { min-height: auto; padding: 28px 24px; }
  .api-launch-grid { grid-template-columns: 1fr; }
  .buyer-fit, .adoption-grid { grid-template-columns: 1fr; }
  .buyer-fit span { border-left: 0; border-bottom: 1px solid var(--line-dark); }
  .buyer-fit span:last-child { border-bottom: 0; }
  .availability-note { grid-template-columns: 1fr; gap: 6px; }
  .adoption-step { min-height: auto; border-right: 0 !important; border-bottom: 1px solid var(--line-dark) !important; }
  .adoption-step:last-child { border-bottom: 0 !important; }
  .adoption-step::after { display: grid !important; top: auto; right: 50%; bottom: -14px; transform: translateX(50%) rotate(90deg); }
  .adoption-step:last-child::after { display: none !important; }
  .difference-card, .pillar { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .difference-card:last-child, .pillar:last-child { border-bottom: 0 !important; }
  .workflow-step::after { display: grid !important; top: auto; bottom: -22px; right: 50%; transform: translateX(50%) rotate(90deg); }
  .workflow-step:last-child::after { display: none !important; }
  .mini-dashboard { inset: 38px 18px; }
  .mini-stats { grid-template-columns: 1fr; }
  .mini-stat:nth-child(n+2) { display: none; }
  .compliance-console { inset: 70px 18px 70px; }
  .statusnow-console { inset: 62px 18px 54px; padding: 18px; }
  .console-stats { grid-template-columns: 1fr 1fr; }
  .console-row { grid-template-columns: 1.2fr .8fr; }
  .console-row span:nth-child(2) { display: none; }
  .statusnow-row { grid-template-columns: 1fr .85fr; }
  .statusnow-row span:nth-child(2), .statusnow-row span:nth-child(3) { display: none; }
  .statusnow-signal { grid-template-columns: auto 1fr auto; }
  .statusnow-signal i:nth-of-type(n+2) { display: none; }
  .field-grid { grid-template-columns: 1fr; }
  .fake-field.wide { grid-column: auto; }
  .dashboard-shell { padding: 22px 16px; }
  .dashboard-metrics { grid-template-columns: 1fr 1fr; }
  .dashboard-metric { border-bottom: 1px solid var(--line); }
  .dashboard-metric:nth-child(2n) { border-right: 0; }
  .dashboard-metric:nth-child(3) { border-right: 1px solid var(--line); }
  .dashboard-metric:last-child { border-bottom: 0; }
  .footer-meta { flex-direction: column; }
  .footer-links a { padding-block: 8px; }
}

/* Logistics Intelligence progress report prototype */
.progress-page { background: var(--black); }
.progress-hero { min-height: 690px; padding: 180px 0 90px; background: radial-gradient(circle at 82% 35%, rgba(123,197,43,.14), transparent 34%), linear-gradient(125deg, #050606 0%, #0b1010 54%, #111916 100%); position: relative; overflow: hidden; }
.progress-hero::after { content: ""; position: absolute; inset: 0; opacity: .11; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(90deg, transparent, #000 58%, transparent); }
.progress-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.progress-hero-copy { padding-left: 38px; position: relative; }
.progress-hero-copy::before { content: ""; position: absolute; left: 11px; top: 9px; bottom: 8px; width: 2px; background: linear-gradient(var(--green), transparent); }
.progress-hero h1 { margin: 20px 0 26px; font-family: var(--display); font-size: clamp(72px, 8vw, 122px); line-height: .84; letter-spacing: -.04em; text-transform: uppercase; }
.progress-hero h1 .accent { color: var(--green); }
.progress-hero .lede { max-width: 570px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.6; }
.report-controls { display: inline-flex; gap: 4px; padding: 5px; margin-top: 18px; border: 1px solid var(--glass-border); background: rgba(5,6,6,.55); border-radius: 8px; }
.report-period { border: 0; padding: 11px 17px; color: rgba(255,255,255,.58); background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.report-period.active { color: var(--ink); background: var(--green); }
.report-meta-card { position: relative; padding: 30px; border: 1px solid var(--glass-border); border-top-color: var(--glass-highlight); background: linear-gradient(135deg, rgba(255,255,255,.08), transparent 32%), rgba(6,9,10,.72); box-shadow: var(--glass-shadow), inset 0 1px rgba(255,255,255,.07); backdrop-filter: blur(18px); }
.report-meta-card::before { content: "REPORT 04"; position: absolute; right: 28px; top: 30px; color: rgba(255,255,255,.22); font: 800 11px var(--body); letter-spacing: .14em; }
.report-meta-row { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.report-meta-row span { color: rgba(255,255,255,.48); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.report-meta-row strong { color: var(--white); font-size: 13px; text-align: right; }
.green-text { color: var(--green) !important; }
.report-status { display: flex; align-items: center; gap: 10px; margin-top: 23px; color: rgba(255,255,255,.72); font-size: 12px; }
.report-status i { width: 9px; height: 9px; display: block; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px rgba(123,197,43,.8); }
.report-section { padding-block: 105px; }
.report-metrics { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-dark); }
.report-metrics article { min-height: 210px; padding: 27px 24px; border-right: 1px solid var(--line-dark); }
.report-metrics article:last-child { border-right: 0; }
.report-metrics span { display: block; color: #68706a; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.report-metrics strong { display: block; margin: 20px 0 2px; color: var(--ink); font-family: var(--display); font-size: 64px; line-height: .8; }
.report-metrics small { color: #68706a; font-size: 12px; }
.metric-bar { height: 5px; margin-top: 22px; background: rgba(10,13,15,.12); }
.metric-bar i { display: block; height: 100%; background: var(--green-dark); }
.metric-note { display: block; margin-top: 23px; color: var(--green-dark); font-size: 11px; font-weight: 700; }
.alert-note { color: #a26728; }
.report-callout { position: relative; display: grid; grid-template-columns: 170px 1fr; gap: 20px; margin-top: 34px; padding: 28px 34px; border: 1px solid rgba(123,197,43,.35); background: rgba(123,197,43,.08); }
.report-callout .kicker { margin: 0; color: var(--green-dark); }
.report-callout p { max-width: 760px; margin: 0; color: #3e4941; font-size: 17px; line-height: 1.55; }
.callout-mark { position: absolute; right: 30px; top: 25px; color: var(--green-dark); font-size: 30px; }
.work-log { border-top: 1px solid var(--line); }
.work-entry { display: grid; grid-template-columns: 80px 1fr 90px; gap: 28px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.work-date { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; line-height: 1.3; }
.work-date b { font: 800 38px var(--display); line-height: .8; }
.work-copy > span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.work-copy h3 { margin: 7px 0 8px; font-family: var(--display); font-size: 29px; line-height: 1; text-transform: uppercase; }
.work-copy p { max-width: 720px; margin: 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.6; }
.work-hours { color: var(--white); font: 800 30px var(--display); text-align: right; white-space: nowrap; }
.work-hours small { color: var(--green); font: 800 10px var(--body); letter-spacing: .08em; text-transform: uppercase; }
.next-up-grid { display: grid; grid-template-columns: 1.25fr .75fr; border: 1px solid var(--line-dark); }
.next-up-list article { display: grid; grid-template-columns: 52px 1fr 70px; gap: 18px; align-items: start; padding: 26px 28px; border-bottom: 1px solid var(--line-dark); }
.next-up-list article:last-child { border-bottom: 0; }
.next-up-list article > span { color: var(--green-dark); font: 800 31px var(--display); }
.next-up-list b { display: block; margin: 1px 0 5px; color: var(--ink); font-size: 15px; }
.next-up-list p { margin: 0; color: #66706a; font-size: 13px; line-height: 1.55; }
.next-up-list em { color: var(--green-dark); font: 800 18px var(--display); text-align: right; font-style: normal; }
.client-input { padding: 31px; border-left: 1px solid var(--line-dark); background: var(--ink); color: var(--white); }
.client-input .kicker { color: var(--green); }
.client-input h3 { margin: 13px 0 19px; font: 800 38px var(--display); line-height: .92; text-transform: uppercase; }
.client-input ul { margin: 0 0 28px; padding: 0; list-style: none; }
.client-input li { padding: 12px 0 12px 20px; border-top: 1px solid var(--line); color: rgba(255,255,255,.66); font-size: 13px; position: relative; }
.client-input li::before { content: "✓"; position: absolute; left: 0; color: var(--green); }
.report-footer-note { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; margin-top: 32px; color: #68706a; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.report-footer-note a { color: var(--green-dark); font-weight: 800; }
@media (max-width: 860px) {
  .progress-hero { min-height: auto; padding: 145px 0 72px; }
  .progress-hero-inner, .next-up-grid { grid-template-columns: 1fr; gap: 48px; }
  .progress-hero-copy { padding-left: 28px; }
  .progress-hero h1 { font-size: clamp(68px, 17vw, 100px); }
  .report-metrics { grid-template-columns: 1fr 1fr; }
  .report-metrics article:nth-child(2) { border-right: 0; }
  .report-metrics article:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .client-input { border-left: 0; border-top: 1px solid var(--line-dark); }
}
@media (max-width: 560px) {
  .progress-hero-inner { width: min(100% - 36px, 1040px); }
  .progress-hero-copy { padding-left: 19px; }
  .report-meta-card { padding: 24px 20px; }
  .report-meta-card::before { display: none; }
  .report-section { padding-block: 76px; }
  .report-metrics { grid-template-columns: 1fr; }
  .report-metrics article, .report-metrics article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .report-metrics article:last-child { border-bottom: 0; }
  .report-callout { grid-template-columns: 1fr; padding: 24px; }
  .work-entry { grid-template-columns: 50px 1fr; gap: 16px; }
  .work-hours { grid-column: 2; text-align: left; margin-top: -5px; }
  .next-up-list article { grid-template-columns: 38px 1fr; gap: 12px; }
  .next-up-list em { grid-column: 2; text-align: left; }
  .client-input { padding: 25px; }
  .report-footer-note { flex-direction: column; }
}

@media (max-width: 340px) {
  .hero-copy { padding-right: 20px; padding-left: 40px; }
  .hero h1 { font-size: 56px; }
  .section h2 { font-size: 44px; }
  .cta-band h2 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Fuel monitoring pilot concept */
.fuel-page { background: #050606; overflow-x: hidden; }
.fuel-hero { background: #050606; }
.fuel-hero-copy { background: linear-gradient(135deg, rgba(255,255,255,.035), transparent 48%); }
.fuel-hero-copy::before { left: 12px; top: 115px; bottom: 118px; }
.hero.fuel-hero .hero-visual {
  background:
    linear-gradient(90deg, var(--black) 0, rgba(5,6,6,.5) 16%, transparent 48%),
    linear-gradient(180deg, rgba(5,6,6,.04), rgba(5,6,6,.34)),
    url("images/fuel-monitoring-hero-composite.png") right center / auto 68% no-repeat,
    #0b0e0f;
}
.fuel-sensor-overlay { display: none; }
.fuel-hero h1 { margin: 22px 0 24px; max-width: 680px; font-family: var(--display); font-size: clamp(62px, 7vw, 104px); line-height: .88; letter-spacing: -.035em; text-transform: uppercase; }
.fuel-hero .lede { max-width: 560px; margin: 0 0 18px; color: rgba(255,255,255,.78); font-size: 20px; line-height: 1.5; }
.fuel-hero .audience-note { max-width: 540px; margin: 0 0 30px; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.55; }
.fuel-hero-visual { min-height: 740px; }
.fuel-device-feature { display: grid; grid-template-columns: 1fr .92fr; min-height: 430px; margin: 0 0 42px; border: 1px solid var(--line); overflow: hidden; background: linear-gradient(135deg, #f6f5f0, #eceae3); }
.fuel-device-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px; }
.fuel-device-copy h3 { max-width: 560px; margin: 15px 0 18px; font-family: var(--display); font-size: clamp(40px, 4.2vw, 64px); line-height: .94; text-transform: uppercase; }
.fuel-device-copy > p:last-of-type { max-width: 570px; margin: 0; color: #596164; font-size: 16px; line-height: 1.65; }
.fuel-device-signals { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.fuel-device-signals span { padding: 8px 11px; border: 1px solid rgba(5,6,6,.17); color: #354044; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.fuel-device-image { position: relative; display: grid; place-items: center; min-height: 430px; overflow: hidden; background: radial-gradient(circle at 55% 48%, rgba(117,201,30,.16), transparent 38%), linear-gradient(135deg, rgba(5,6,6,.025), rgba(5,6,6,.08)); }
.fuel-device-image::before { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(5,6,6,.08); border-radius: 50%; }
.fuel-device-image img { position: relative; z-index: 1; width: min(88%, 480px); max-height: 410px; object-fit: contain; filter: drop-shadow(0 24px 30px rgba(5,6,6,.2)); transform: rotate(-5deg); }
.fuel-hero-label { position: absolute; left: 42px; right: 42px; bottom: 36px; z-index: 1; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 18px 20px; border: 1px solid rgba(255,255,255,.16); background: rgba(5,6,6,.72); backdrop-filter: blur(10px); }
.fuel-hero-label span, .fuel-next-list > b { color: var(--accent); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.fuel-hero-label b { color: #fff; font-size: 13px; font-weight: 500; }
.fuel-outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fuel-outcome-grid .outcome-card { min-height: 290px; }
.fuel-flow-section { padding-bottom: 110px; }
.fuel-flow { margin: 0; padding: 12px; border: 1px solid rgba(255,255,255,.14); background: #050707; }
.fuel-flow img { width: 100%; display: block; }
.fuel-flow figcaption { margin: 14px 4px 2px; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.45; }
.fuel-scenario { display: grid; grid-template-columns: .82fr 1.18fr; gap: 38px; margin-top: 30px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); }
.fuel-scenario > div { padding: 34px; border-right: 1px solid rgba(255,255,255,.14); }
.fuel-scenario h3 { margin: 14px 0 0; color: var(--white); font-family: var(--display); font-size: clamp(34px, 3.4vw, 52px); line-height: .94; text-transform: uppercase; }
.fuel-scenario ol { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; }
.fuel-scenario li { min-height: 145px; padding: 28px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.fuel-scenario li:nth-child(2n) { border-right: 0; }
.fuel-scenario li:nth-last-child(-n+2) { border-bottom: 0; }
.fuel-scenario li b { display: block; margin-bottom: 10px; color: var(--accent); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.fuel-scenario li span { color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.55; }
.fuel-pilot-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.fuel-pilot-grid article { min-height: 280px; padding: 30px 24px; border-right: 1px solid var(--line-dark); }
.fuel-pilot-grid article:last-child { border-right: 0; }
.fuel-pilot-grid .num { display: block; margin-bottom: 46px; color: var(--accent); font-family: var(--display); font-size: 56px; line-height: .8; }
.fuel-pilot-grid h3 { margin: 0 0 12px; font-size: 25px; }
.fuel-pilot-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.55; }
.fuel-measures { display: grid; grid-template-columns: 1fr 1fr; margin-top: 30px; border: 1px solid var(--line-dark); }
.fuel-measures > div { padding: 25px; }
.fuel-measures > div + div { border-left: 1px solid var(--line-dark); }
.fuel-measures span { display: block; margin-bottom: 12px; color: var(--accent); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.fuel-measures strong { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.55; font-weight: 500; }
.fuel-next-grid { display: grid; grid-template-columns: 1.1fr .9fr; border: 1px solid var(--line); }
.fuel-next-grid .fit-statement { padding: 46px; }
.fuel-next-list { padding: 46px; border-left: 1px solid var(--line); }
.fuel-next-list ul { margin: 24px 0 0; padding: 0; list-style: none; }
.fuel-next-list li { padding: 15px 0 15px 22px; border-top: 1px solid var(--line); color: #4b565a; font-size: 15px; line-height: 1.5; position: relative; }
.fuel-next-list li::before { content: "→"; position: absolute; left: 0; color: var(--accent-dark); }
@media (max-width: 860px) {
  .fuel-hero-copy { min-width: 0; }
  .fuel-hero-copy::before { left: 12px; }
  .fuel-hero-visual { min-height: 560px; }
  .fuel-device-feature { grid-template-columns: 1fr; }
  .fuel-device-copy { padding: 38px 30px; }
  .fuel-device-image { min-height: 360px; }
  .fuel-outcome-grid, .fuel-pilot-grid, .fuel-measures, .fuel-next-grid { grid-template-columns: 1fr; }
  .fuel-outcome-grid .outcome-card { min-height: auto; }
  .fuel-pilot-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .fuel-pilot-grid article:last-child { border-bottom: 0; }
  .fuel-measures > div + div, .fuel-next-list { border-left: 0; border-top: 1px solid var(--line-dark); }
  .fuel-next-grid .fit-statement, .fuel-next-list { padding: 32px 24px; }
  .fuel-scenario { grid-template-columns: 1fr; gap: 0; }
  .fuel-scenario > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
}
@media (max-width: 560px) {
  .fuel-hero-copy { padding: 80px 20px 60px 30px; }
  .fuel-hero h1 { max-width: 100%; font-size: clamp(52px, 17vw, 78px); }
  .fuel-hero-visual { min-height: 430px; }
  .hero.fuel-hero .hero-visual { background-position: center, center, right center; background-size: auto, auto, auto 74%; }
  .fuel-device-feature { margin-bottom: 28px; }
  .fuel-device-copy { padding: 30px 22px; }
  .fuel-device-copy h3 { font-size: 38px; }
  .fuel-device-image { min-height: 300px; }
  .fuel-device-image img { width: 92%; max-height: 300px; }
  .fuel-hero-label { left: 18px; right: 18px; bottom: 18px; display: block; }
  .fuel-hero-label b { display: block; margin-top: 7px; }
  .fuel-flow { padding: 8px; }
  .fuel-scenario ol { grid-template-columns: 1fr; }
  .fuel-scenario > div, .fuel-scenario li { padding: 24px; }
  .fuel-scenario li { min-height: auto; border-right: 0; }
  .fuel-scenario li:nth-last-child(2) { border-bottom: 1px solid rgba(255,255,255,.14); }
}

/* Keep the fixed mobile navigation readable over content while scrolling. */
@media (max-width: 860px) {
  .site-header.scrolled {
    background: rgba(5, 6, 6, .94);
    border-color: var(--line);
  }
  .site-header.scrolled .nav-shell {
    height: 100%;
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

/* Public asset release: 20260805-15 */
