:root {
  --ink: #10151d;
  --ink-soft: #2f3b4b;
  --muted: #657286;
  --line: #d8dee7;
  --paper: #ffffff;
  --band: #f3f6f8;
  --steel: #e7edf2;
  --teal: #17a99c;
  --teal-dark: #0d746e;
  --amber: #c9821a;
  --red: #b42318;
  --deep: #0f151e;
  --deep-2: #171f2a;
  --graphite: #202833;
  --shadow: 0 24px 70px rgba(9, 14, 22, .18);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

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

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

p {
  margin: 0;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(12, 17, 24, .94);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 32px rgba(9, 14, 22, .18);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 74px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 212px;
  height: auto;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  border-radius: var(--radius);
  font-size: 20px;
  line-height: 1;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 700;
  color: #cbd5e1;
}

.site-nav a {
  padding: 27px 0 24px;
  border-bottom: 3px solid transparent;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #fff;
  border-bottom-color: var(--teal);
}

.header-cta {
  flex: 0 0 auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
}

.btn-primary {
  background: linear-gradient(135deg, #17a99c, #0d746e);
  color: #fff;
  box-shadow: 0 12px 28px rgba(23, 169, 156, .22);
}

.btn-primary:hover {
  background: var(--teal-dark);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, .58);
  color: #fff;
  background: rgba(255, 255, 255, .12);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, .22);
}

.btn-plain {
  border-color: var(--line);
  color: var(--ink);
  background: var(--paper);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: stretch;
  color: #fff;
  overflow: hidden;
  background: var(--deep);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: 69% center;
  transform: scale(1.01);
  filter: saturate(.92) contrast(1.08) brightness(.96);
  animation: heroCameraMove 24s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 74% 42%, rgba(255, 255, 255, .08), rgba(5, 8, 12, .22) 45%, rgba(5, 8, 12, .74) 88%),
    linear-gradient(90deg, rgba(5, 8, 12, .98), rgba(5, 8, 12, .82) 33%, rgba(5, 8, 12, .22) 67%, rgba(5, 8, 12, .46)),
    linear-gradient(0deg, rgba(5, 8, 12, .9), rgba(5, 8, 12, .2) 34%, transparent 74%);
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.76) contrast(1.06) brightness(.72);
  opacity: .34;
  transform: scale(1.01);
}

.hero-cinematic {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.hero-cinematic::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 92px 92px, 92px 92px;
  opacity: .18;
  transform: perspective(700px) rotateX(62deg) translateY(34%);
  transform-origin: bottom;
}

.cinema-sweep {
  position: absolute;
  top: 76px;
  bottom: 0;
  width: 28%;
  background: linear-gradient(100deg, transparent, rgba(218, 244, 241, .1), transparent);
  transform: skewX(-18deg) translateX(-145%);
  animation: cinematicSweep 10s ease-in-out infinite;
}

.cinema-lanes {
  position: absolute;
  left: 48%;
  right: 5%;
  bottom: 80px;
  display: grid;
  grid-template-columns: repeat(18, minmax(8px, 1fr));
  gap: 8px;
  opacity: .5;
}

.cinema-lanes span {
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(139, 225, 217, .86));
  box-shadow: 0 0 18px rgba(139, 225, 217, .28);
  transform-origin: center;
  animation: lanePulse 2.8s ease-in-out infinite;
  animation-delay: calc(var(--i) * .09s);
}

.cinema-readout {
  position: absolute;
  right: 8%;
  bottom: 132px;
  width: min(360px, 34vw);
  padding: 14px 16px;
  border: 1px solid rgba(139, 225, 217, .22);
  border-radius: var(--radius);
  background: rgba(9, 14, 22, .42);
  backdrop-filter: blur(14px);
  color: #dce8f3;
}

.cinema-readout span,
.cinema-readout strong {
  display: block;
}

.cinema-readout span {
  color: #8be1d9;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cinema-readout strong {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.3;
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: min(1380px, calc(100vw - 56px));
  margin: 0 auto;
  min-height: 92vh;
  display: grid;
  align-content: center;
  padding: 128px 24px 34px;
}

.hero-brandline {
  position: absolute;
  top: 94px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(224, 236, 246, .82);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@keyframes heroCameraMove {
  0% {
    transform: scale(1.02) translate3d(0, 0, 0);
    background-position: 62% center;
  }

  100% {
    transform: scale(1.07) translate3d(-1%, 0, 0);
    background-position: 68% center;
  }
}

@keyframes cinematicSweep {
  0%,
  28% {
    transform: skewX(-18deg) translateX(-145%);
    opacity: 0;
  }

  48% {
    opacity: 1;
  }

  76%,
  100% {
    transform: skewX(-18deg) translateX(340%);
    opacity: 0;
  }
}

@keyframes lanePulse {
  0%,
  100% {
    opacity: .28;
    transform: scaleX(.5);
  }

  45% {
    opacity: 1;
    transform: scaleX(1);
  }
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 510px) minmax(720px, 1fr);
  gap: 34px;
  align-items: center;
  min-height: 540px;
}

.hero-main,
.hero-panel,
.hero-stage,
.command-copy,
.command-media,
.route-card,
.split-copy,
.machine-stage {
  min-width: 0;
}

.eyebrow {
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #bcece8;
}

.hero h1,
.page-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero h1 {
  max-width: 630px;
  font-size: 70px;
  line-height: .98;
}

.page-hero h1 {
  font-size: 58px;
}

.hero-copy,
.page-hero-copy {
  max-width: 600px;
  margin-top: 20px;
  font-size: 18px;
  color: #e6edf7;
}

.page-hero-copy {
  font-size: 19px;
}

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

.hero-material-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 26px;
  color: rgba(224, 236, 246, .78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-material-line span {
  position: relative;
  padding-left: 16px;
}

.hero-material-line span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #8be1d9;
  box-shadow: 0 0 16px rgba(139, 225, 217, .55);
  transform: translateY(-50%);
}

.hero-machine-motion {
  position: relative;
  align-self: center;
  justify-self: end;
  width: min(860px, 61vw);
  margin: 0;
  min-width: 0;
  transform: translateX(86px) scale(1.04);
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, .42));
}

.hero-machine-motion::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 3%;
  bottom: 2%;
  height: 21%;
  border: 1px solid rgba(134, 222, 215, .18);
  background:
    linear-gradient(90deg, rgba(134, 222, 215, .14), transparent 42%, rgba(185, 22, 28, .1)),
    linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .02));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .36);
  transform: perspective(900px) rotateX(66deg);
  transform-origin: bottom;
}

.hero-machine-motion img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: saturate(.9) contrast(1.08) brightness(.86);
  -webkit-mask-image: radial-gradient(ellipse at 56% 52%, #000 48%, rgba(0, 0, 0, .74) 66%, transparent 84%);
  mask-image: radial-gradient(ellipse at 56% 52%, #000 48%, rgba(0, 0, 0, .74) 66%, transparent 84%);
}

.machine-motion-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 54%, transparent 84%);
  mask-image: radial-gradient(ellipse at center, #000 54%, transparent 84%);
}

.motion-scan-beam {
  position: absolute;
  top: 23%;
  bottom: 12%;
  left: 16%;
  width: 16%;
  border-left: 1px solid rgba(139, 225, 217, .62);
  border-right: 1px solid rgba(139, 225, 217, .18);
  background: linear-gradient(90deg, transparent, rgba(139, 225, 217, .18), transparent);
  filter: blur(.2px);
  opacity: .7;
  mix-blend-mode: screen;
  animation: machineScan 4.8s cubic-bezier(.42, 0, .18, 1) infinite;
}

.hero-machine-caption {
  position: absolute;
  right: 7%;
  bottom: 8%;
  z-index: 3;
  width: min(330px, 42%);
  margin: 0;
  border: 1px solid rgba(134, 222, 215, .2);
  border-radius: 6px;
  padding: 12px 14px;
  background: rgba(8, 13, 20, .72);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .3);
  backdrop-filter: blur(12px);
}

.hero-machine-caption span,
.hero-machine-caption strong {
  display: block;
}

.hero-machine-caption span {
  color: var(--brand-cyan, #8be1d9);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-machine-caption strong {
  margin-top: 6px;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
}

.motion-dosing {
  position: absolute;
  left: 34.2%;
  top: 42.4%;
  width: 31.5%;
  height: 7.8%;
  display: grid;
  grid-template-columns: repeat(12, minmax(4px, 1fr));
  gap: 2.2%;
}

.motion-dosing span {
  position: relative;
  align-self: start;
  justify-self: center;
  width: 44%;
  height: 100%;
  opacity: .62;
}

.motion-dosing span::before,
.motion-dosing span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.motion-dosing span::before {
  top: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(239, 196, 88, .9);
  box-shadow: 0 0 8px rgba(239, 196, 88, .5);
  animation: dosingValve 1.42s steps(1, end) infinite;
  animation-delay: calc(var(--i) * .035s);
}

.motion-dosing span::after {
  top: 6px;
  width: 2px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(239, 196, 88, .7), rgba(239, 196, 88, 0));
  opacity: 0;
  transform: translateX(-50%) scaleY(.35);
  transform-origin: top;
  animation: dosingStream 1.42s cubic-bezier(.18, .72, .18, 1) infinite;
  animation-delay: calc(var(--i) * .035s);
}

.motion-film {
  position: absolute;
  left: 31.6%;
  top: 49.2%;
  width: 36.6%;
  height: 20.8%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.1%;
  opacity: .42;
}

.motion-film span {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(177, 205, 223, .05);
}

.motion-film span::before {
  content: "";
  position: absolute;
  inset: -60% 22% 0;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(218, 244, 241, .08) 0 18px,
      rgba(218, 244, 241, .36) 18px 23px,
      rgba(218, 244, 241, .06) 23px 38px
    );
  filter: blur(.2px);
  animation: filmIndex 1.42s steps(3, end) infinite;
  animation-delay: calc(var(--i) * -.018s);
}

.motion-jaws {
  position: absolute;
  left: 31.2%;
  width: 37.2%;
  height: 3.8%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2%;
}

.motion-jaws-upper {
  top: 57.6%;
}

.motion-jaws-lower {
  top: 66.1%;
}

.motion-jaws span {
  position: relative;
  opacity: .32;
  animation: jawClamp 1.42s cubic-bezier(.35, 0, .2, 1) infinite;
  animation-delay: calc(var(--i) * .012s);
}

.motion-jaws-lower span {
  animation-delay: calc(.18s + var(--i) * .012s);
}

.motion-jaws span::before,
.motion-jaws span::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  height: 2px;
  border-radius: 2px;
  background: rgba(218, 244, 241, .64);
  box-shadow: 0 0 7px rgba(139, 225, 217, .28);
}

.motion-jaws span::before {
  top: 30%;
}

.motion-jaws span::after {
  bottom: 30%;
}

.motion-outlets {
  position: absolute;
  left: 26.3%;
  bottom: 9.8%;
  width: 42.6%;
  height: 9.5%;
  display: grid;
  grid-template-columns: repeat(12, minmax(8px, 1fr));
  gap: 2.1%;
}

.motion-outlets span {
  position: relative;
  align-self: start;
  justify-self: center;
  width: 48%;
  height: 48%;
  opacity: 0;
  animation: sachetDrop 1.42s cubic-bezier(.18, .7, .2, 1) infinite;
  animation-delay: calc(.34s + var(--i) * .025s);
}

.motion-outlets span::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0;
  height: 100%;
  border: 1px solid rgba(218, 244, 241, .48);
  border-radius: 2px 2px 5px 5px;
  background:
    linear-gradient(180deg, rgba(238, 246, 248, .5), rgba(238, 246, 248, .12)),
    repeating-linear-gradient(180deg, transparent 0 8px, rgba(255, 255, 255, .2) 8px 9px);
  box-shadow: 0 8px 16px rgba(139, 225, 217, .12);
}

.motion-index-flow {
  position: absolute;
  left: 23.5%;
  bottom: 5.8%;
  width: 48.5%;
  height: 5.4%;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(10, 18, 26, .08), rgba(139, 225, 217, .08), rgba(10, 18, 26, .08));
}

.motion-index-flow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 225, 217, .58), transparent);
}

.motion-index-flow span {
  position: absolute;
  top: 50%;
  left: -8%;
  width: 26px;
  height: 12px;
  border: 1px solid rgba(222, 246, 244, .68);
  border-radius: 2px 2px 5px 5px;
  background: linear-gradient(180deg, rgba(239, 246, 248, .72), rgba(139, 225, 217, .16));
  box-shadow: 0 0 16px rgba(139, 225, 217, .22);
  transform: translateY(-50%);
  animation: packetConveyor 4.2s linear infinite;
  animation-delay: calc(var(--i) * -.44s);
}

.motion-status {
  position: absolute;
  right: 23.9%;
  top: 18.1%;
  display: grid;
  gap: 2px;
}

.motion-status span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #55d17c;
  box-shadow: 0 0 12px rgba(85, 209, 124, .55);
  opacity: .28;
  animation: statusBlink 2.1s ease-in-out infinite;
}

.motion-status span:nth-child(1) {
  background: #f04438;
  animation-delay: .8s;
}

.motion-status span:nth-child(2) {
  background: #f7c948;
  animation-delay: .35s;
}

@keyframes dosingValve {
  0%,
  100% {
    opacity: .35;
  }

  34%,
  48% {
    opacity: 1;
  }
}

@keyframes dosingStream {
  0% {
    opacity: 0;
    transform: translateX(-50%) scaleY(.25);
  }

  32% {
    opacity: 0;
    transform: translateX(-50%) scaleY(.25);
  }

  44% {
    opacity: .82;
    transform: translateX(-50%) scaleY(1);
  }

  62%,
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(8px) scaleY(.5);
  }
}

@keyframes filmIndex {
  0% {
    transform: translateY(-18%);
  }

  58% {
    transform: translateY(24%);
  }

  100% {
    transform: translateY(24%);
  }
}

@keyframes jawClamp {
  0%,
  100% {
    opacity: .24;
    transform: scaleY(1);
  }

  52% {
    opacity: .86;
    transform: scaleY(.62);
  }
}

@keyframes sachetDrop {
  0% {
    opacity: 0;
    transform: translateY(-7px) scale(.92);
  }

  44% {
    opacity: 0;
    transform: translateY(-7px) scale(.92);
  }

  56% {
    opacity: .82;
    transform: translateY(0) scale(1);
  }

  82% {
    opacity: .56;
    transform: translateY(21px) scale(.98);
  }

  100% {
    opacity: 0;
    transform: translateY(30px) scale(.96);
  }
}

@keyframes statusBlink {
  0%,
  100% {
    opacity: .28;
  }

  45% {
    opacity: 1;
  }
}

@keyframes machineScan {
  0%,
  14% {
    transform: translateX(-45%) skewX(-8deg);
    opacity: 0;
  }

  26%,
  74% {
    opacity: .82;
  }

  100% {
    transform: translateX(330%) skewX(-8deg);
    opacity: 0;
  }
}

@keyframes packetConveyor {
  0% {
    transform: translate(-20%, -50%) scale(.92);
    opacity: 0;
  }

  8%,
  84% {
    opacity: .86;
  }

  100% {
    transform: translate(620%, -50%) scale(.96);
    opacity: 0;
  }
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 26px;
}

.hero-proof-cinematic {
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.proof-item {
  border-top: 0;
  border-right: 1px solid rgba(255, 255, 255, .16);
  padding: 16px 22px 0 0;
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item strong {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  color: #8be1d9;
}

.proof-item span {
  display: block;
  margin-top: 7px;
  max-width: 260px;
  font-size: 13px;
  color: #cbd5e1;
}

.hero-stage {
  position: relative;
  min-height: min(72vh, 650px);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(12, 18, 28, .92), rgba(12, 18, 28, .52)),
    var(--deep);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .34);
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  filter: saturate(.88) contrast(1.06) brightness(.56);
  opacity: .5;
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 14, 22, .84), rgba(9, 14, 22, .28) 58%, rgba(9, 14, 22, .78)),
    linear-gradient(0deg, rgba(9, 14, 22, .82), transparent 44%);
}

.hero-stage-backdrop {
  position: absolute;
  left: 7%;
  right: 15%;
  top: 16%;
  bottom: 18%;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
}

.hero-stage-video-shell {
  position: absolute;
  right: 6%;
  top: 50%;
  z-index: 2;
  width: min(58%, 380px);
  aspect-ratio: 9 / 16;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  overflow: hidden;
  background: #05080c;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .38);
}

.hero-stage-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-stage-caption {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 3;
  max-width: 290px;
}

.hero-stage-caption span,
.hero-stage-caption strong {
  display: block;
}

.hero-stage-caption span {
  color: #8be1d9;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-stage-caption strong {
  margin-top: 8px;
  color: #fff;
  font-size: 23px;
  line-height: 1.05;
}

.hero-stage-static img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-panel {
  align-self: end;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(28, 44, 52, .82), rgba(10, 16, 24, .82));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .26);
  backdrop-filter: blur(18px);
  padding: 24px;
}

.panel-label {
  margin-bottom: 12px;
  color: #bcece8;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.panel-row {
  display: grid;
  gap: 5px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.panel-row span {
  color: #aab7c8;
  font-size: 13px;
}

.panel-row strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.22;
}

.panel-link {
  display: inline-flex;
  margin-top: 14px;
  color: #9ce4de;
  font-weight: 900;
}

.band {
  padding: 72px 24px;
}

.band-tight {
  padding: 48px 24px;
}

.band-alt {
  background: var(--band);
}

.home-command {
  background:
    linear-gradient(135deg, #121923, #1e2732 54%, #eef2f5 54%, #eef2f5);
  color: #fff;
  padding-top: 86px;
  padding-bottom: 86px;
}

.command-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 42px;
  align-items: center;
}

.command-copy h2 {
  margin: 0;
  max-width: 620px;
  font-size: 48px;
  line-height: 1.04;
  text-wrap: balance;
}

.command-copy p {
  max-width: 610px;
  margin-top: 18px;
  color: #d6e1ec;
  font-size: 17px;
}

.command-metrics {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.spec-tile {
  display: grid;
  grid-template-columns: 44px minmax(0, .62fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.spec-tile span {
  color: #83d9d1;
  font-weight: 900;
}

.spec-tile strong {
  color: #fff;
  line-height: 1.2;
}

.spec-tile p {
  margin: 0;
  color: #b8c5d4;
  font-size: 14px;
}

.command-media {
  min-height: 470px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .14);
  border-radius: var(--radius);
  background: var(--steel);
  box-shadow: 0 30px 80px rgba(9, 14, 22, .22);
}

.command-media img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center;
}

.route-band {
  background: #fff;
}

.solution-finder-band {
  background:
    radial-gradient(circle at 84% 20%, rgba(23, 169, 156, .16), transparent 30%),
    linear-gradient(135deg, #f5f8fa, #ffffff 46%, #edf3f5);
}

.route-command-layout {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.45fr);
  gap: 30px;
  align-items: stretch;
}

.route-command-lead {
  display: grid;
  align-content: center;
  min-height: 560px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: var(--radius);
  padding: 42px;
  background:
    linear-gradient(160deg, rgba(13, 21, 30, .95), rgba(17, 29, 39, .84)),
    var(--deep);
  color: #fff;
  box-shadow: 0 24px 70px rgba(9, 14, 22, .18);
}

.route-command-lead h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.02;
  text-wrap: balance;
}

.route-command-lead p {
  margin-top: 22px;
  color: #d6e1ed;
  font-size: 17px;
}

.route-command-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.route-command-proof {
  display: grid;
  gap: 10px;
  margin-top: 36px;
}

.route-command-proof span {
  border-left: 3px solid var(--teal);
  padding: 10px 0 10px 14px;
  color: #e5eef7;
  background: rgba(255, 255, 255, .04);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.route-command-board,
.solution-finder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.solution-group {
  min-height: 270px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  border: 1px solid #d8e0e8;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 250, 252, .96));
  box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
  overflow: hidden;
}

.solution-group-head {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(23, 169, 156, .12), transparent 48%),
    linear-gradient(180deg, #fff, #f9fbfd);
}

.solution-group h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.12;
}

.solution-group p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.solution-links {
  display: grid;
}

.solution-link {
  min-height: 62px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 13px 18px;
  border-top: 1px solid #eef2f6;
  color: var(--ink);
}

.solution-link:first-child {
  border-top: 0;
}

.solution-link:hover {
  background: #f3f8f8;
}

.solution-link strong {
  font-size: 16px;
  line-height: 1.15;
}

.solution-link span {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.35;
}

.core-routes-band {
  background: #fff;
}

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

.core-route-card {
  display: grid;
  grid-template-rows: 270px minmax(0, 1fr);
  border: 1px solid #d9e0e8;
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

.core-route-media {
  display: block;
  overflow: hidden;
  background: var(--steel);
}

.core-route-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.94) contrast(1.05);
}

.core-route-copy {
  display: grid;
  align-content: start;
  padding: 24px;
}

.core-route-copy > span {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.core-route-card h3 {
  margin: 14px 0 0;
  font-size: 28px;
  line-height: 1.08;
  text-wrap: balance;
}

.core-route-card p {
  color: var(--ink-soft);
}

.authority-band {
  background: #0f151e;
  color: #fff;
}

.authority-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: 46px;
  align-items: center;
}

.authority-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  background: #182231;
}

.authority-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 21, 30, .06), rgba(15, 21, 30, .38)),
    linear-gradient(0deg, rgba(15, 21, 30, .72), transparent 44%);
}

.authority-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: saturate(.86) contrast(1.08);
}

.authority-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.authority-overlay span {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(139, 225, 217, .24);
  border-radius: var(--radius);
  background: rgba(9, 14, 22, .52);
  color: #dff8f5;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.authority-copy h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.04;
  text-wrap: balance;
}

.authority-copy p {
  margin-top: 18px;
  color: #d5dfeb;
  font-size: 17px;
}

.authority-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.authority-point {
  min-height: 190px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .05);
}

.authority-point span {
  color: #8be1d9;
  font-size: 13px;
  font-weight: 900;
}

.authority-point strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.12;
}

.authority-point p {
  margin: 0;
  color: #bdc9d8;
  font-size: 14px;
}

.engineering-review-band {
  background:
    linear-gradient(135deg, rgba(23, 169, 156, .12), transparent 34%),
    linear-gradient(180deg, #f7fafc, #eef3f7);
}

.engineering-review-layout {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: stretch;
}

.engineering-review-lead {
  min-height: 560px;
  display: grid;
  align-content: center;
  padding: 42px;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(15, 21, 30, .97), rgba(24, 35, 48, .9)),
    var(--deep);
  color: #fff;
  box-shadow: 0 24px 70px rgba(9, 14, 22, .16);
}

.engineering-review-lead h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.04;
  text-wrap: balance;
}

.engineering-review-lead p {
  margin-top: 20px;
  color: #d6e1ed;
  font-size: 17px;
}

.engineering-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.engineering-review-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.engineering-review-step {
  min-height: 214px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 18px;
  padding: 24px;
  border: 1px solid #d8e0e8;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .07);
}

.engineering-review-step:nth-child(5) {
  grid-column: 1 / -1;
  min-height: 180px;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  grid-template-rows: 1fr;
  align-items: center;
}

.engineering-review-step > span {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.engineering-review-step strong {
  display: block;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.08;
}

.engineering-review-step p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
}

.engineering-review-step em {
  width: fit-content;
  align-self: end;
  border: 1px solid #c9ece8;
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--teal-dark);
  background: #edfafa;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.strategic-focus-band {
  background: #fff;
}

.focus-grid {
  display: grid;
  grid-template-columns: 1.08fr 1.02fr .9fr;
  gap: 18px;
}

.focus-panel {
  min-height: 310px;
  display: grid;
  align-content: end;
  padding: 26px;
  border: 1px solid #d8e0e8;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .94)),
    linear-gradient(135deg, #e8f0f5, #fff);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

.focus-panel:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(10, 18, 29, .08), rgba(255, 255, 255, .95)),
    linear-gradient(135deg, #dcefed, #f8fbfc);
}

.focus-panel:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(10, 18, 29, .08), rgba(255, 255, 255, .95)),
    linear-gradient(135deg, #e8ecf3, #fbfcfd);
}

.focus-panel:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(10, 18, 29, .07), rgba(255, 255, 255, .95)),
    linear-gradient(135deg, #f3f5ee, #fff);
}

.focus-panel span {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.focus-panel h3 {
  margin: 18px 0 0;
  font-size: 29px;
  line-height: 1.08;
  text-wrap: balance;
}

.focus-panel p {
  color: var(--ink-soft);
}

.material-command-band {
  background: #edf2f6;
}

.geo-answer-card {
  min-height: 430px;
}

.geo-answer-card .material-copy dl {
  gap: 10px;
}

.geo-answer-card .material-copy dl div {
  padding-top: 10px;
}

.material-command-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.material-panel {
  display: grid;
  grid-template-columns: minmax(190px, .78fr) minmax(0, 1fr);
  min-height: 340px;
  border: 1px solid #d7e0e8;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .07);
}

.material-image {
  display: block;
  min-height: 100%;
  background: var(--steel);
}

.material-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.04);
}

.material-copy {
  padding: 24px;
}

.material-copy h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
}

.material-copy dl {
  display: grid;
  gap: 13px;
  margin: 20px 0 0;
}

.material-copy dl div {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.material-copy dt {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.material-copy dd {
  margin: 6px 0 0;
  color: var(--ink-soft);
}

.architecture-band {
  background: var(--deep);
  color: #fff;
}

.complete-line-boundary-band .authority-media {
  min-height: 520px;
}

.complete-line-boundary-band .authority-media img {
  min-height: 520px;
}

.industry-focus-band .focus-panel {
  min-height: 250px;
}

.architecture-band .section-head p {
  color: #d4deeb;
}

.architecture-map {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, .04);
}

.architecture-step {
  min-height: 240px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px 18px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.architecture-step:last-child {
  border-right: 0;
}

.architecture-step h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.14;
}

.architecture-step p {
  color: #bdc9d8;
  font-size: 14px;
}

.architecture-step strong {
  align-self: end;
  color: #9ce4de;
  font-size: 12px;
  text-transform: uppercase;
}

.route-theater-band {
  background: #fff;
}

.route-theater {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
}

.route-story {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  border: 1px solid #d9e0e8;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .07);
}

.route-story:nth-child(1) {
  grid-row: span 2;
  grid-template-columns: 1fr;
  background: var(--deep);
  color: #fff;
}

.route-story:nth-child(4) {
  grid-column: 1 / -1;
  grid-template-columns: 320px minmax(0, 1fr);
}

.route-story-media {
  min-height: 100%;
  background: var(--steel);
  overflow: hidden;
}

.route-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.06);
}

.route-story:nth-child(1) .route-story-media {
  min-height: 350px;
}

.route-story:nth-child(4) .route-story-media {
  min-height: 240px;
}

.route-story-copy {
  display: grid;
  align-content: end;
  padding: 24px;
}

.route-story:nth-child(1) .route-story-copy {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(15, 21, 30, .72), rgba(15, 21, 30, 1)),
    var(--deep);
}

.proof-label {
  width: fit-content;
  border: 1px solid #b9e6e1;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--teal-dark);
  background: #eefaf8;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.route-story h3 {
  margin: 18px 0 0;
  font-size: 30px;
  line-height: 1.08;
  text-wrap: balance;
}

.route-story strong {
  margin-top: 10px;
  color: var(--ink);
}

.route-story:nth-child(1) strong {
  color: #fff;
}

.route-story p {
  color: var(--ink-soft);
}

.route-story:nth-child(1) p {
  color: #d8e1ed;
}

.v5-proof-band .split {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.proof-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.proof-step {
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.proof-step span {
  color: var(--teal-dark);
  font-weight: 900;
}

.proof-step h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.12;
}

.proof-step p {
  color: var(--ink-soft);
}

.selector-band {
  background: #f7f9fb;
}

.buyer-education-band {
  background: #edf2f6;
}

.buyer-education-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.buyer-education-card {
  min-height: 260px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  border: 1px solid #d9e0e8;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}

.buyer-education-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.12;
  text-wrap: balance;
}

.buyer-education-card p {
  color: var(--ink-soft);
}

.selector-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.selector-step {
  min-height: 240px;
  display: grid;
  align-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.selector-step h3 {
  margin: 0;
  font-size: 22px;
}

.selector-step div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.selector-step span {
  border: 1px solid #d9e0e8;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--ink-soft);
  background: var(--band);
  font-size: 13px;
  font-weight: 800;
}

.rfq-studio {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 18px;
}

.rfq-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.rfq-field {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .05);
}

.rfq-field strong {
  color: #fff;
  font-size: 18px;
}

.rfq-field span {
  color: #cad6e3;
}

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

.rfq-actions .card {
  background: #fff;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.route-card {
  display: grid;
  grid-template-rows: 210px minmax(0, 1fr);
  border: 1px solid #d9e0e8;
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .07);
}

.route-media {
  display: block;
  overflow: hidden;
  background: var(--steel);
}

.route-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.94) contrast(1.04);
}

.route-body {
  padding: 20px;
}

.route-index {
  display: block;
  margin-bottom: 18px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
}

.route-card h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.12;
  text-wrap: balance;
}

.route-card p {
  margin-top: 12px;
  color: var(--ink-soft);
}

.process-band {
  background: #edf2f6;
}

.process-band .process-map {
  background: var(--deep);
  border-color: rgba(255, 255, 255, .12);
  box-shadow: 0 26px 62px rgba(9, 14, 22, .16);
}

.process-band .process-item {
  border-right-color: rgba(255, 255, 255, .13);
}

.process-band .process-item h3 {
  color: #fff;
}

.process-band .process-item p {
  color: #bdc9d8;
}

.process-band .process-index {
  border-color: rgba(23, 169, 156, .45);
  color: #8be1d9;
  background: rgba(23, 169, 156, .12);
}

.machine-band {
  background:
    linear-gradient(90deg, #0f151e 0%, #151d28 50%, #f3f6f8 50%, #f3f6f8 100%);
}

.machine-band .split {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 58px;
}

.machine-band .split-copy h2 {
  color: #fff;
}

.machine-band .split-copy p,
.machine-band .feature span {
  color: #cbd6e4;
}

.machine-band .feature strong {
  color: #fff;
}

.engineering-band {
  background: #f7f9fb;
}

.band-dark {
  background: var(--deep);
  color: #fff;
}

.band-dark .card {
  border-color: rgba(255, 255, 255, .12);
}

.container {
  max-width: var(--max);
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head h2,
.split-copy h2,
.form-panel h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-head p,
.split-copy p {
  color: var(--ink-soft);
  font-size: 17px;
}

.band-dark .section-head p,
.band-dark .split-copy p {
  color: #d8e1ed;
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.card-media {
  aspect-ratio: 4 / 3;
  background: var(--steel);
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-body {
  padding: 20px;
}

.card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  text-wrap: balance;
}

.card p {
  margin-top: 10px;
  color: var(--ink-soft);
}

.card-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 900;
  color: var(--teal-dark);
}

.process-map {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
}

.process-item {
  min-height: 218px;
  padding: 20px 18px;
  border-right: 1px solid var(--line);
  display: grid;
  align-content: start;
  gap: 10px;
}

.process-item:last-child {
  border-right: 0;
}

.process-index {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 4px 8px;
  border: 1px solid #b9e6e1;
  border-radius: 999px;
  color: var(--teal-dark);
  background: #eefaf8;
  font-size: 12px;
  font-weight: 900;
}

.process-item h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.16;
}

.process-item p {
  color: var(--ink-soft);
  font-size: 14px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 38px;
  align-items: center;
}

.split-media {
  min-height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--steel);
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.machine-showcase {
  align-items: center;
}

.machine-stage {
  display: grid;
  gap: 14px;
}

.machine-stage img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--steel);
}

.machine-stage-main {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.machine-stage-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.machine-stage-details img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.feature {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.feature::before {
  content: "";
  width: 8px;
  height: 36px;
  background: var(--teal);
  margin-top: 4px;
}

.feature strong {
  display: block;
  font-size: 17px;
}

.feature span {
  display: block;
  margin-top: 4px;
  color: var(--ink-soft);
}

.page-hero {
  position: relative;
  color: #fff;
  background: var(--deep);
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  opacity: .44;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 24, 39, .9), rgba(17, 24, 39, .58));
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 24px 62px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: #cbd5e1;
  font-size: 14px;
}

.breadcrumb a {
  color: #fff;
  font-weight: 800;
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: start;
}

.page-grid > * {
  min-width: 0;
}

.content-block {
  border-top: 1px solid var(--line);
  padding: 28px 0;
}

.content-block:first-child {
  border-top: 0;
  padding-top: 0;
}

.content-block h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.15;
}

.content-block p {
  color: var(--ink-soft);
  font-size: 17px;
}

.related-routes {
  padding-bottom: 0;
}

.related-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}

.related-head h2 {
  margin-bottom: 0;
}

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

.project-fit-panel {
  border: 1px solid #d8e0e8;
  border-radius: var(--radius);
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(23, 169, 156, .08), rgba(255, 255, 255, .96)),
    #fff;
}

.support-decision-panel {
  background:
    linear-gradient(135deg, rgba(201, 130, 26, .09), rgba(255, 255, 255, .96)),
    #fff;
}

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

.fit-card {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .88);
}

.fit-card strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.16;
}

.fit-card span {
  color: var(--ink-soft);
  font-size: 14px;
}

.fit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.related-card {
  display: grid;
  gap: 6px;
  min-height: 126px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--band);
}

.related-card:hover {
  border-color: #9bd9d3;
  background: #eefaf8;
}

.related-card strong,
.related-card span {
  display: block;
}

.related-card strong {
  font-size: 17px;
  line-height: 1.18;
}

.related-card span {
  color: var(--ink-soft);
  font-size: 14px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

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

th,
td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--band);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
}

tr:last-child td {
  border-bottom: 0;
}

.side-panel {
  position: sticky;
  top: 96px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 22px;
}

.side-panel h2 {
  margin: 0;
  font-size: 22px;
}

.side-panel p {
  margin-top: 10px;
  color: var(--ink-soft);
}

.side-panel .btn {
  width: 100%;
  margin-top: 12px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tag {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 800;
  color: var(--ink-soft);
  background: var(--band);
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
}

.rfq-route-selector-band {
  background:
    linear-gradient(180deg, #f7fafb, #eef4f6);
}

.rfq-route-selector-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.rfq-route-card {
  display: grid;
  grid-template-rows: 210px 1fr;
  border: 1px solid #d7e3e9;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(9, 14, 22, .07);
  overflow: hidden;
}

.rfq-route-media {
  display: block;
  background: #eef3f6;
  overflow: hidden;
}

.rfq-route-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.96) contrast(1.04);
  transition: transform .35s ease;
}

.rfq-route-card:hover .rfq-route-media img {
  transform: scale(1.035);
}

.rfq-route-copy {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
}

.rfq-route-copy h3 {
  margin: 0;
  color: #101722;
  font-size: 22px;
  line-height: 1.1;
}

.rfq-route-copy p {
  margin: 0;
  color: #536174;
  font-size: 14px;
}

.rfq-route-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.rfq-route-tags span {
  border: 1px solid rgba(7, 135, 131, .24);
  border-radius: 999px;
  padding: 5px 8px;
  background: #e8fbf8;
  color: #067c79;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.form-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  background: var(--paper);
}

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

.field {
  display: grid;
  gap: 6px;
}

.field-wide {
  grid-column: 1 / -1;
}

label {
  font-weight: 800;
  font-size: 13px;
  color: var(--ink-soft);
}

input,
textarea,
select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 12px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.notice {
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
}

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

.check-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px;
  background: var(--band);
}

.check-item strong,
.check-item span {
  display: block;
}

.check-item strong {
  font-size: 14px;
}

.check-item span {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 13px;
}

.conversion-next {
  background: #eef3f6;
}

.review-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.review-step {
  min-height: 220px;
  padding: 22px;
  border: 1px solid #d6dee8;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .06);
}

.review-step span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
}

.review-step h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.16;
}

.review-step p {
  margin-top: 12px;
  color: var(--ink-soft);
}

.visual-board {
  display: grid;
  gap: 22px;
}

.visual-task {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: 24px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  overflow: hidden;
}

.visual-shot {
  min-height: 320px;
  background: var(--steel);
}

.visual-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-copy {
  padding: 24px;
}

.visual-copy h2 {
  margin: 12px 0 18px;
  font-size: 30px;
  line-height: 1.12;
}

.visual-copy dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.visual-copy dt {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--muted);
}

.visual-copy dd {
  margin: 4px 0 0;
  color: var(--ink-soft);
  overflow-wrap: anywhere;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e8f7f5;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
}

.site-footer {
  background: #101722;
  color: #e5edf7;
  padding: 54px 24px 34px;
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr .8fr;
  gap: 26px;
}

.footer-logo img {
  width: 220px;
}

.footer-grid h2 {
  margin: 0 0 12px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.footer-grid p,
.footer-grid a {
  color: #cbd5e1;
  font-size: 14px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-bottom {
  max-width: var(--max);
  margin: 34px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #94a3b8;
  font-size: 13px;
}

@media (max-width: 980px) {
  .header-inner {
    min-height: 66px;
  }

  .brand img {
    width: 172px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 66px;
    background: rgba(12, 17, 24, .98);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: 10px 24px 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site-nav[data-open] {
    display: flex;
  }

  .site-nav a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

	  .hero-layout,
	  .route-command-layout,
	  .engineering-review-layout,
	  .authority-stage,
	  .command-grid,
	  .rfq-studio,
	  .v5-proof-band .split {
	    grid-template-columns: 1fr;
	  }

  .hero-panel {
    max-width: 620px;
  }

  .hero-machine-motion {
    justify-self: center;
    width: min(780px, 92vw);
    transform: none;
  }

  .cinema-readout {
    display: none;
  }

  .cinema-lanes {
    left: 24px;
    right: 24px;
    bottom: 74px;
  }

  .home-command {
    background: var(--deep);
  }

  .command-media,
  .command-media img {
    min-height: 360px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 52px;
  }

  .section-head h2,
  .split-copy h2,
  .form-panel h2 {
    font-size: 36px;
  }

  .hero-copy,
  .page-hero-copy {
    font-size: 18px;
  }

	  .hero-proof,
	  .grid-4,
	  .route-grid,
	  .solution-finder-grid,
	  .route-command-board,
	  .buyer-education-grid,
	  .review-steps,
	  .rfq-route-selector-grid,
	  .focus-grid,
	  .material-command-grid,
	  .engineering-review-board,
	  .architecture-map,
	  .authority-grid,
	  .selector-grid {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	  }

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

	  .route-story:nth-child(1) {
	    grid-row: auto;
	    min-height: 360px;
	  }

	  .route-story:nth-child(4) {
	    grid-column: auto;
	    grid-template-columns: 190px minmax(0, 1fr);
	  }

	  .architecture-step:nth-child(2n) {
	    border-right: 0;
	  }

	  .architecture-step:nth-child(n + 3) {
	    border-top: 1px solid rgba(255, 255, 255, .12);
	  }

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

  .process-item:nth-child(2n) {
    border-right: 0;
  }

  .process-item:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

	  .grid-3,
	  .core-route-grid,
	  .section-head,
	  .related-head,
	  .split,
	  .page-grid,
	  .form-layout,
	  .visual-task,
	  .material-panel,
	  .proof-stack,
	  .rfq-fields,
	  .rfq-actions,
	  .fit-grid,
	  .footer-grid {
	    grid-template-columns: 1fr;
	  }

  .route-command-lead {
    min-height: auto;
    padding: 34px;
  }

  .route-command-lead h2 {
    font-size: 36px;
  }

  .engineering-review-lead {
    min-height: auto;
    padding: 34px;
  }

  .engineering-review-lead h2 {
    font-size: 36px;
  }

  .machine-band {
    background: var(--deep);
  }

  .machine-band .split {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .side-panel {
    position: static;
  }
}

@media (max-width: 620px) {
  .header-inner,
  .hero-inner,
  .page-hero-inner,
  .band,
  .band-tight,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    min-height: 0;
  }

  .hero::before {
    background-position: 57% center;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(17, 24, 39, .9), rgba(17, 24, 39, .66) 52%, rgba(17, 24, 39, .28)),
      linear-gradient(0deg, rgba(17, 24, 39, .82), transparent 54%);
  }

  .hero-inner {
    padding-top: 64px;
    padding-bottom: 30px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 36px;
    line-height: 1.02;
  }

  .hero-copy,
  .page-hero-copy {
    margin-top: 16px;
    font-size: 16px;
  }

  .section-head h2,
  .split-copy h2,
  .form-panel h2,
  .content-block h2 {
    font-size: 28px;
  }

  .proof-item strong {
    font-size: 18px;
  }

  .proof-item span {
    font-size: 12px;
  }

  .hero-actions,
  .section-actions,
  .fit-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

	  .hero-proof,
	  .grid-4,
	  .grid-3,
	  .route-grid,
	  .solution-finder-grid,
	  .route-command-board,
	  .core-route-grid,
	  .buyer-education-grid,
	  .focus-grid,
	  .material-command-grid,
	  .engineering-review-board,
	  .architecture-map,
	  .selector-grid,
	  .machine-stage-details,
	  .related-grid,
	  .review-steps,
	  .process-map,
	  .form-grid,
 .command-metrics {
    grid-template-columns: 1fr;
  }

  .route-command-lead {
    padding: 28px;
  }

  .route-command-lead h2 {
    font-size: 30px;
  }

  .engineering-review-lead {
    min-height: 0;
    padding: 28px;
  }

  .engineering-review-lead h2 {
    font-size: 30px;
  }

  .route-command-actions {
    flex-direction: column;
  }

  .engineering-review-actions {
    flex-direction: column;
  }

  .hero-panel {
    display: none;
  }

  .hero-machine-motion {
    width: min(620px, 108vw);
    margin-top: 8px;
    transform: translateX(3vw);
  }

  .hero-proof {
    display: none;
  }

  .cinema-lanes {
    display: none;
  }

  .spec-tile {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .spec-tile p {
    grid-column: 2;
  }

  .command-copy h2 {
    font-size: 32px;
  }

  .command-media,
  .command-media img {
    min-height: 280px;
  }

	  .route-card {
	    grid-template-rows: 220px minmax(0, 1fr);
	  }

	  .focus-panel,
	  .material-panel,
	  .solution-group,
	  .core-route-card,
	  .buyer-education-card,
	  .engineering-review-step,
	  .route-story,
	  .route-story:nth-child(1),
	  .selector-step,
	  .proof-step,
	  .rfq-field {
	    min-height: 0;
	  }

	  .material-image {
	    min-height: 220px;
	  }

	  .core-route-card {
	    grid-template-rows: 220px minmax(0, 1fr);
	  }

	  .authority-media,
	  .authority-media img {
	    min-height: 300px;
	  }

	  .authority-overlay {
	    grid-template-columns: 1fr;
	  }

	  .authority-copy h2 {
	    font-size: 32px;
	  }

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

	  .route-story:nth-child(4) {
	    grid-template-columns: 1fr;
	  }

	  .route-story-media,
	  .route-story:nth-child(1) .route-story-media {
	    min-height: 220px;
	  }

	  .engineering-review-step:nth-child(5) {
	    grid-column: auto;
	    grid-template-columns: 1fr;
	    grid-template-rows: auto minmax(0, 1fr) auto;
	  }

	  .architecture-step,
	  .architecture-step:nth-child(2n) {
	    min-height: 0;
	    border-right: 0;
	  }

	  .architecture-step:nth-child(n + 2) {
	    border-top: 1px solid rgba(255, 255, 255, .12);
	  }

  .process-item,
  .process-item:nth-child(2n) {
    min-height: 0;
    border-right: 0;
  }

  .process-item:nth-child(n + 2) {
    border-top: 1px solid var(--line);
  }

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

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

  .rfq-route-card {
    grid-template-rows: 230px 1fr;
  }

  .split-media {
    min-height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .cinema-sweep,
  .cinema-lanes span {
    animation: none;
  }
}

/* AIX PACK corporate VI layer: unified industrial, group-scale presentation. */
:root {
  --brand-red: #b9161c;
  --brand-red-dark: #7d1015;
  --brand-teal: #129b91;
  --brand-cyan: #86ded7;
  --brand-amber: #d19a35;
  --surface: #f6f8fa;
  --surface-strong: #eef3f6;
  --panel: #ffffff;
  --panel-edge: #cfd8e3;
  --corporate-shadow: 0 22px 54px rgba(9, 14, 22, .1);
  --corporate-shadow-strong: 0 34px 84px rgba(9, 14, 22, .18);
}

body {
  background:
    linear-gradient(180deg, rgba(246, 248, 250, .88), #fff 360px),
    #fff;
}

.site-header {
  background:
    linear-gradient(90deg, rgba(10, 15, 23, .98), rgba(18, 25, 36, .96)),
    var(--deep);
  border-bottom-color: rgba(134, 222, 215, .18);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(134, 222, 215, .62), rgba(185, 22, 28, .62), transparent);
}

.brand img,
.footer-logo img {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .26));
}

.site-nav {
  gap: 22px;
  letter-spacing: 0;
}

.site-nav a {
  position: relative;
  color: rgba(229, 237, 247, .82);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19px;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-cyan), var(--brand-red));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  border-bottom-color: transparent;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.btn {
  border-radius: 6px;
  letter-spacing: 0;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background:
    linear-gradient(135deg, var(--brand-red), var(--brand-red-dark));
  box-shadow: 0 16px 34px rgba(185, 22, 28, .26);
}

.btn-primary:hover {
  background:
    linear-gradient(135deg, #ca1f25, #8b1419);
  box-shadow: 0 18px 42px rgba(185, 22, 28, .32);
}

.btn-secondary {
  border-color: rgba(134, 222, 215, .42);
  background: rgba(12, 20, 30, .42);
}

.btn-plain {
  border-color: var(--panel-edge);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.eyebrow,
.core-route-copy > span,
.material-copy dt,
.process-index,
.route-index,
.proof-label,
.focus-panel span,
.authority-point span,
.architecture-step strong,
.status-pill {
  letter-spacing: .08em;
}

.hero {
  background:
    linear-gradient(115deg, rgba(134, 222, 215, .1), transparent 38%),
    var(--deep);
}

.hero::after {
  background:
    linear-gradient(115deg, rgba(134, 222, 215, .1), transparent 42%),
    linear-gradient(90deg, rgba(5, 8, 12, .98), rgba(5, 8, 12, .84) 34%, rgba(5, 8, 12, .28) 66%, rgba(5, 8, 12, .52)),
    linear-gradient(0deg, rgba(5, 8, 12, .92), rgba(5, 8, 12, .22) 36%, transparent 74%);
}

.hero h1,
.page-hero h1,
.section-head h2,
.split-copy h2,
.form-panel h2,
.command-copy h2,
.authority-copy h2 {
  letter-spacing: 0;
}

.hero-brandline {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(134, 222, 215, .18);
}

.hero-machine-motion {
  filter:
    drop-shadow(0 36px 76px rgba(0, 0, 0, .48))
    drop-shadow(0 0 32px rgba(134, 222, 215, .12));
}

.hero-proof-cinematic {
  border-top-color: rgba(134, 222, 215, .26);
}

.proof-item {
  min-height: 104px;
}

.proof-item strong {
  color: var(--brand-cyan);
}

.band {
  position: relative;
}

.band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, .035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15, 23, 42, .025) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: .32;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 82%, transparent);
}

.band > .container,
.band > .authority-stage,
.band > .command-grid,
.band > .split {
  position: relative;
  z-index: 1;
}

.solution-finder-band,
.buyer-education-band,
.process-band,
.engineering-band,
.selector-band {
  background:
    linear-gradient(180deg, var(--surface), #fff);
}

.material-command-band {
  background:
    linear-gradient(135deg, #eef3f6, #f8fafb 58%, #eef4f5);
}

.core-routes-band,
.route-theater-band,
.strategic-focus-band {
  background:
    linear-gradient(180deg, #fff, #f8fafb);
}

.card,
.route-card,
.core-route-card,
.solution-group,
.material-panel,
.focus-panel,
.buyer-education-card,
.proof-step,
.selector-step,
.review-step,
.form-panel,
.side-panel,
.visual-task,
.project-fit-panel,
.related-card,
.fit-card {
  border-color: var(--panel-edge);
  border-radius: 6px;
  box-shadow: var(--corporate-shadow);
}

.card,
.route-card,
.core-route-card,
.solution-group,
.material-panel,
.buyer-education-card,
.selector-step,
.review-step,
.form-panel,
.side-panel,
.visual-task {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .98));
}

.card:hover,
.route-card:hover,
.core-route-card:hover,
.solution-group:hover,
.material-panel:hover,
.buyer-education-card:hover,
.route-story:hover,
.related-card:hover {
  border-color: rgba(18, 155, 145, .42);
  box-shadow: var(--corporate-shadow-strong);
}

.core-route-media,
.route-media,
.material-image,
.card-media,
.split-media,
.visual-shot {
  background:
    linear-gradient(135deg, #e4eaef, #f7f9fb);
}

.core-route-media img,
.route-media img,
.material-image img,
.card-media img,
.route-story-media img,
.authority-media img,
.split-media img,
.machine-stage img {
  filter: saturate(.92) contrast(1.08) brightness(.98);
}

.core-route-card h3,
.route-card h3,
.material-copy h3,
.focus-panel h3,
.buyer-education-card h3,
.route-story h3,
.card h3,
.related-card strong {
  color: #101722;
}

.card-link {
  position: relative;
  color: var(--brand-teal);
}

.card-link::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  margin-left: 8px;
  vertical-align: middle;
  background: currentColor;
}

.solution-group-head {
  background:
    linear-gradient(135deg, rgba(185, 22, 28, .1), transparent 36%),
    linear-gradient(180deg, #fff, #f2f6f8);
}

.solution-link:hover,
.related-card:hover {
  background:
    linear-gradient(135deg, rgba(18, 155, 145, .1), rgba(255, 255, 255, .96));
}

.authority-band,
.architecture-band,
.band-dark,
.machine-band {
  background:
    linear-gradient(115deg, rgba(134, 222, 215, .1), transparent 34%),
    linear-gradient(135deg, #0a1018, #111a25 48%, #081018);
}

.authority-media,
.architecture-map,
.process-band .process-map {
  border-color: rgba(134, 222, 215, .2);
  box-shadow: 0 32px 82px rgba(0, 0, 0, .24);
}

.authority-point,
.rfq-field,
.architecture-step {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .035));
  border-color: rgba(134, 222, 215, .14);
}

.authority-overlay span {
  border-color: rgba(134, 222, 215, .28);
  background: rgba(5, 10, 16, .72);
}

.focus-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .95)),
    linear-gradient(135deg, #e8eff4, #fff);
}

.focus-panel:nth-child(1) {
  border-top: 4px solid var(--brand-red);
}

.focus-panel:nth-child(2) {
  border-top: 4px solid var(--brand-teal);
}

.focus-panel:nth-child(3) {
  border-top: 4px solid var(--brand-amber);
}

.process-map,
.architecture-map {
  border-radius: 6px;
}

.process-item,
.architecture-step {
  position: relative;
}

.process-item::after,
.architecture-step::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 2px;
  background: linear-gradient(90deg, rgba(18, 155, 145, .75), transparent);
}

.page-hero {
  min-height: 470px;
  display: flex;
  align-items: center;
}

.page-hero::before {
  opacity: .4;
  filter: saturate(.9) contrast(1.08);
}

.page-hero::after {
  background:
    linear-gradient(115deg, rgba(134, 222, 215, .12), transparent 36%),
    linear-gradient(90deg, rgba(9, 14, 22, .95), rgba(9, 14, 22, .66) 58%, rgba(9, 14, 22, .86));
}

.page-hero-inner {
  width: 100%;
  padding-top: 126px;
  padding-bottom: 96px;
}

.page-hero h1 {
  max-width: 820px;
  font-size: clamp(44px, 5vw, 58px);
}

.page-hero-copy {
  max-width: 690px;
}

.breadcrumb {
  width: fit-content;
  border: 1px solid rgba(134, 222, 215, .16);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, .06);
}

.table-wrap,
table {
  box-shadow: 0 14px 38px rgba(15, 23, 42, .05);
}

th {
  background: #eef3f6;
}

input,
textarea,
select {
  border-color: #cbd6e2;
  border-radius: 6px;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid rgba(18, 155, 145, .22);
  border-color: var(--brand-teal);
}

.site-footer {
  background:
    linear-gradient(115deg, rgba(134, 222, 215, .1), transparent 36%),
    linear-gradient(135deg, #070c12, #111a25 52%, #080d14);
  border-top: 1px solid rgba(134, 222, 215, .18);
}

.footer-grid {
  gap: 34px;
}

.footer-grid h2 {
  color: #fff;
  letter-spacing: .08em;
}

.footer-grid p,
.footer-grid a {
  color: rgba(229, 237, 247, .78);
}

.footer-capability-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.footer-capability-strip span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(134, 222, 215, .16);
  border-radius: 6px;
  padding: 9px 10px;
  background: rgba(255, 255, 255, .04);
  color: rgba(229, 237, 247, .86);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}

.footer-links a:hover {
  color: var(--brand-cyan);
}

.footer-bottom {
  color: rgba(229, 237, 247, .58);
  border-top-color: rgba(134, 222, 215, .14);
}

@media (max-width: 980px) {
  .site-nav a::after {
    display: none;
  }

  .proof-item {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .band::before {
    background-size: 54px 54px;
    opacity: .22;
  }

  .page-hero {
    min-height: 0;
  }

  .page-hero-inner {
    padding-top: 70px;
    padding-bottom: 46px;
  }

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

/* Homepage visual reset V1: reduce catalog-card feeling and push a stronger industrial brand stage. */
:root {
  --max: 1240px;
}

.hero-premium {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 38%, rgba(134, 222, 215, .16), transparent 34%),
    linear-gradient(135deg, #04080d, #0b1119 46%, #05080d);
}

.hero-premium::before {
  filter: saturate(.88) contrast(1.12) brightness(.88);
}

.hero-premium::after {
  background:
    linear-gradient(115deg, rgba(134, 222, 215, .12), transparent 38%),
    radial-gradient(circle at 76% 48%, rgba(255, 255, 255, .08), rgba(4, 8, 13, .28) 38%, rgba(4, 8, 13, .78) 76%),
    linear-gradient(90deg, rgba(4, 8, 13, .98), rgba(4, 8, 13, .86) 32%, rgba(4, 8, 13, .2) 64%, rgba(4, 8, 13, .62)),
    linear-gradient(0deg, rgba(4, 8, 13, .96), rgba(4, 8, 13, .2) 38%, transparent 76%);
}

.hero-premium .hero-inner {
  max-width: min(1480px, calc(100vw - 48px));
  min-height: 100vh;
  padding-top: 132px;
  padding-bottom: 42px;
}

.hero-premium .hero-layout {
  grid-template-columns: minmax(420px, .68fr) minmax(740px, 1.32fr);
  gap: 12px;
  min-height: 640px;
}

.hero-premium .hero-main {
  align-self: center;
}

.hero-premium h1 {
  max-width: 760px;
  font-size: clamp(68px, 6.2vw, 92px);
  line-height: .92;
}

.hero-premium .hero-copy {
  max-width: 650px;
  font-size: 20px;
  line-height: 1.48;
  color: rgba(230, 237, 247, .9);
}

.hero-premium .hero-machine-motion {
  width: min(1060px, 70vw);
  transform: translateX(132px) scale(1.1);
  filter:
    drop-shadow(0 46px 92px rgba(0, 0, 0, .56))
    drop-shadow(0 0 42px rgba(134, 222, 215, .14));
}

.hero-premium .hero-machine-motion img {
  filter: saturate(.88) contrast(1.12) brightness(.9);
}

.hero-premium .hero-proof-cinematic {
  border: 1px solid rgba(134, 222, 215, .15);
  background: rgba(5, 10, 16, .58);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px);
}

.solution-finder-band {
  background:
    linear-gradient(115deg, rgba(134, 222, 215, .08), transparent 36%),
    linear-gradient(135deg, #050a10, #0d1621 52%, #070c12);
  color: #fff;
}

.route-command-layout {
  grid-template-columns: minmax(340px, .72fr) minmax(0, 1.38fr);
  gap: 0;
  border: 1px solid rgba(134, 222, 215, .16);
  background:
    linear-gradient(135deg, rgba(134, 222, 215, .07), transparent 36%),
    #071018;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .26);
}

.route-command-lead {
  min-height: 650px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background:
    linear-gradient(160deg, rgba(185, 22, 28, .22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
}

.route-command-lead h2 {
  max-width: 520px;
  font-size: clamp(42px, 4vw, 58px);
  line-height: .98;
}

.route-command-lead p {
  max-width: 520px;
  color: rgba(229, 237, 247, .82);
}

.route-command-board {
  gap: 0;
  border-left: 1px solid rgba(134, 222, 215, .16);
  background:
    linear-gradient(135deg, rgba(134, 222, 215, .08), transparent 38%),
    rgba(5, 10, 16, .88);
}

.solution-group {
  min-height: 325px;
  border: 0;
  border-right: 1px solid rgba(134, 222, 215, .14);
  border-bottom: 1px solid rgba(134, 222, 215, .14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.solution-group:nth-child(2n) {
  border-right: 0;
}

.solution-group-head {
  padding: 24px;
  border-bottom-color: rgba(134, 222, 215, .12);
  background: transparent;
}

.solution-group h3 {
  color: #fff;
  font-size: 25px;
}

.solution-group p,
.solution-link span {
  color: rgba(229, 237, 247, .68);
}

.solution-link {
  min-height: 70px;
  border-top-color: rgba(134, 222, 215, .1);
  color: #fff;
}

.solution-link:hover {
  background: rgba(134, 222, 215, .08);
}

.core-routes-band {
  padding-top: 104px;
  padding-bottom: 104px;
  background:
    linear-gradient(115deg, rgba(134, 222, 215, .08), transparent 34%),
    linear-gradient(135deg, #060b11, #101925 50%, #070c12);
  color: #fff;
}

.core-routes-band .section-head p {
  color: rgba(229, 237, 247, .72);
}

.core-route-grid {
  grid-template-columns: 1.18fr .91fr .91fr;
  gap: 0;
  border: 1px solid rgba(134, 222, 215, .16);
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 32px 94px rgba(0, 0, 0, .28);
}

.core-route-card {
  grid-template-rows: 360px minmax(0, 1fr);
  border: 0;
  border-right: 1px solid rgba(134, 222, 215, .14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.core-route-card:last-child {
  border-right: 0;
}

.core-route-card:first-child {
  grid-template-rows: 420px minmax(0, 1fr);
}

.core-route-media {
  background: #0c141e;
}

.core-route-media img {
  filter: saturate(.9) contrast(1.12) brightness(.9);
  transition: transform .35s ease, filter .35s ease;
}

.core-route-card:hover .core-route-media img {
  transform: scale(1.035);
  filter: saturate(.98) contrast(1.14) brightness(.96);
}

.core-route-copy {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .02));
}

.core-route-copy > span {
  color: var(--brand-cyan);
}

.core-route-card h3,
.core-route-card p {
  color: #fff;
}

.core-route-card p {
  color: rgba(229, 237, 247, .72);
}

.material-command-band {
  padding-top: 104px;
  padding-bottom: 104px;
  background:
    linear-gradient(180deg, #f7fafb, #edf3f6);
}

.material-command-grid {
  gap: 24px;
}

.material-panel {
  min-height: 470px;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1fr);
  border: 0;
  border-radius: 0;
  box-shadow: 0 26px 72px rgba(9, 14, 22, .1);
}

.material-image img {
  filter: saturate(.98) contrast(1.08) brightness(1);
}

.engineering-review-band {
  padding-top: 104px;
  padding-bottom: 104px;
  background:
    linear-gradient(115deg, rgba(185, 22, 28, .11), transparent 32%),
    linear-gradient(135deg, #071018, #111b27 52%, #071018);
  color: #fff;
}

.engineering-review-layout {
  grid-template-columns: minmax(340px, .74fr) minmax(0, 1.26fr);
  gap: 0;
  border: 1px solid rgba(134, 222, 215, .16);
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .26);
}

.engineering-review-lead {
  min-height: 620px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(160deg, rgba(134, 222, 215, .1), transparent 38%),
    rgba(255, 255, 255, .035);
  box-shadow: none;
}

.engineering-review-lead h2 {
  font-size: clamp(42px, 3.8vw, 56px);
  line-height: .98;
}

.engineering-review-board {
  gap: 0;
  border-left: 1px solid rgba(134, 222, 215, .14);
}

.engineering-review-step {
  min-height: 260px;
  border: 0;
  border-right: 1px solid rgba(134, 222, 215, .12);
  border-bottom: 1px solid rgba(134, 222, 215, .12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.engineering-review-step:nth-child(2n) {
  border-right: 0;
}

.engineering-review-step:nth-child(5) {
  min-height: 190px;
  border-right: 0;
}

.engineering-review-step strong {
  color: #fff;
}

.engineering-review-step p {
  color: rgba(229, 237, 247, .72);
}

.route-theater-band {
  padding-top: 104px;
  padding-bottom: 104px;
}

.route-theater {
  gap: 0;
  border: 1px solid var(--panel-edge);
  box-shadow: 0 28px 84px rgba(9, 14, 22, .1);
}

.route-story {
  border: 0;
  border-right: 1px solid var(--panel-edge);
  border-bottom: 1px solid var(--panel-edge);
  border-radius: 0;
  box-shadow: none;
}

.route-story:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(6, 11, 17, .08), #071018 68%),
    #071018;
}

.route-story:nth-child(1) .route-story-media {
  min-height: 420px;
}

@media (max-width: 980px) {
  .hero-premium .hero-inner {
    max-width: min(1180px, calc(100vw - 40px));
    min-height: 0;
  }

  .hero-premium .hero-layout,
  .route-command-layout,
  .engineering-review-layout {
    grid-template-columns: 1fr;
  }

  .hero-premium .hero-machine-motion {
    width: min(820px, 96vw);
    transform: none;
  }

  .route-command-board,
  .engineering-review-board {
    border-left: 0;
    border-top: 1px solid rgba(134, 222, 215, .14);
  }

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

  .core-route-card,
  .core-route-card:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(134, 222, 215, .14);
  }

  .material-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .hero-premium .hero-inner {
    padding-top: 68px;
    padding-bottom: 30px;
  }

  .hero-premium h1 {
    font-size: 38px;
    line-height: 1.02;
  }

  .hero-premium .hero-copy {
    font-size: 16px;
  }

  .hero-premium .hero-machine-motion {
    width: min(620px, 108vw);
    transform: translateX(3vw);
  }

  .route-command-lead,
  .engineering-review-lead {
    min-height: 0;
    padding: 28px;
  }

  .solution-group,
  .engineering-review-step,
  .engineering-review-step:nth-child(5) {
    min-height: 0;
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr) auto;
    border-right: 0;
  }

  .solution-group:nth-child(n + 2),
  .engineering-review-step:nth-child(n + 2) {
    border-top: 1px solid rgba(134, 222, 215, .12);
  }

  .core-route-card,
  .core-route-card:first-child {
    grid-template-rows: 220px minmax(0, 1fr);
  }

  .material-command-band,
  .core-routes-band,
  .engineering-review-band,
  .route-theater-band {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

/* Buyer-scan pass V1: turn dense text boards into scan-first decision objects. */
.route-command-lead h2 {
  max-width: 500px;
  font-size: clamp(40px, 3.8vw, 56px);
}

.route-command-lead p {
  max-width: 440px;
  font-size: 18px;
}

.route-command-proof span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.solution-group {
  min-height: 260px;
}

.solution-group-head {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 26px 24px 12px;
}

.solution-group-head h3,
.solution-group-head p {
  grid-column: 2;
}

.solution-node {
  grid-row: 1 / span 2;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  border: 1px solid rgba(134, 222, 215, .72);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(134, 222, 215, .95) 0 28%, rgba(134, 222, 215, .16) 30% 100%);
  box-shadow: 0 0 24px rgba(134, 222, 215, .22);
}

.solution-links {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 10px;
  padding: 8px 24px 24px;
}

.solution-link {
  min-height: 0;
  display: inline-grid;
  gap: 2px;
  border: 1px solid rgba(134, 222, 215, .18);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, .045);
}

.solution-link:first-child {
  border-top: 1px solid rgba(134, 222, 215, .18);
}

.solution-link strong {
  font-size: 14px;
}

.solution-link span {
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.industry-focus-band {
  padding-top: 96px;
  padding-bottom: 96px;
}

.focus-grid {
  gap: 22px;
}

.focus-panel {
  min-height: 0;
  display: grid;
  grid-template-rows: 220px minmax(0, 1fr);
  align-content: stretch;
  padding: 0;
  overflow: hidden;
}

.focus-media {
  display: block;
  overflow: hidden;
  background: #e8eef3;
}

.focus-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.94) contrast(1.08) brightness(.96);
  transition: transform .32s ease, filter .32s ease;
}

.focus-panel:hover .focus-media img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.1) brightness(1);
}

.focus-copy {
  display: grid;
  align-content: start;
  padding: 24px;
}

.focus-copy span {
  margin-bottom: 18px;
}

.focus-copy h3 {
  margin-top: 0;
}

.architecture-step {
  min-height: 205px;
}

.engineering-review-step {
  min-height: 220px;
}

.engineering-review-step p {
  font-size: 15px;
  line-height: 1.42;
}

@media (max-width: 980px) {
  .solution-group {
    min-height: 0;
  }

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

@media (max-width: 620px) {
  .solution-group-head {
    padding: 22px 20px 10px;
  }

  .solution-links {
    padding: 8px 20px 22px;
  }

  .focus-panel {
    grid-template-rows: 190px minmax(0, 1fr);
  }
}

/* Visual-first expression pass V1: use image, signal and short key phrases before text. */
.solution-group {
  min-height: 330px;
  display: grid;
  grid-template-rows: 132px auto minmax(0, 1fr);
}

.solution-visual {
  position: relative;
  display: block;
  overflow: hidden;
  background: #0b131d;
}

.solution-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 7, 12, .08), rgba(3, 7, 12, .64)),
    linear-gradient(90deg, rgba(134, 222, 215, .1), transparent 44%);
}

.solution-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(1.12) brightness(.82);
  transition: transform .32s ease, filter .32s ease;
}

.solution-group:hover .solution-visual img {
  transform: scale(1.035);
  filter: saturate(.95) contrast(1.16) brightness(.9);
}

.solution-group-head {
  padding-top: 20px;
}

.solution-links {
  padding-bottom: 22px;
}

.material-panel {
  min-height: 390px;
  grid-template-columns: minmax(300px, 1.08fr) minmax(0, .92fr);
}

.material-copy {
  display: grid;
  align-content: center;
}

.material-snapshot {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.4;
}

.material-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
}

.material-signal-grid span {
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 6px;
  border: 1px solid #d7e1e8;
  border-radius: 6px;
  padding: 10px;
  background: #f7fafb;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.2;
}

.material-signal-grid strong {
  color: var(--brand-teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.geo-answer-card .card-link {
  margin-top: 20px;
}

@media (max-width: 980px) {
  .material-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .solution-group {
    grid-template-rows: 120px auto minmax(0, 1fr);
  }

  .material-signal-grid {
    grid-template-columns: 1fr;
  }
}

/* International UI reset V2: fewer panels, stronger images, cleaner brand rhythm. */
:root {
  --max: 1288px;
}

.band {
  padding-top: clamp(76px, 7vw, 116px);
  padding-bottom: clamp(76px, 7vw, 116px);
}

.solution-finder-band::before,
.core-routes-band::before,
.material-command-band::before,
.authority-band::before,
.engineering-review-band::before,
.industry-focus-band::before,
.architecture-band::before,
.route-theater-band::before,
.buyer-education-band::before,
.rfq-studio-band::before {
  opacity: 0;
}

.section-head {
  align-items: end;
  gap: clamp(24px, 5vw, 92px);
  margin-bottom: clamp(34px, 4vw, 58px);
}

.section-head h2 {
  max-width: 880px;
  letter-spacing: 0;
  line-height: 1.02;
}

.section-head p {
  max-width: 430px;
  color: #536174;
  font-size: 17px;
  line-height: 1.55;
}

.eyebrow {
  letter-spacing: .11em;
}

.solution-finder-band,
.core-routes-band,
.industry-focus-band,
.buyer-education-band {
  background:
    linear-gradient(180deg, #fff, #f4f7f9);
  color: var(--ink);
}

.solution-finder-band .container,
.core-routes-band .container,
.material-command-band .container,
.industry-focus-band .container,
.buyer-education-band .container {
  max-width: 1288px;
}

.route-command-layout,
.engineering-review-layout,
.core-route-grid,
.route-theater,
.rfq-studio {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.route-command-layout {
  grid-template-columns: minmax(320px, .42fr) minmax(0, 1.58fr);
  gap: clamp(24px, 3vw, 42px);
}

.route-command-lead {
  min-height: 0;
  align-content: center;
  border: 1px solid #dfe7ed;
  border-radius: 8px;
  padding: clamp(34px, 4vw, 54px);
  background:
    linear-gradient(160deg, rgba(185, 22, 28, .08), transparent 42%),
    #fff;
  color: var(--ink);
  box-shadow: 0 24px 64px rgba(9, 14, 22, .08);
}

.route-command-lead h2 {
  max-width: 440px;
  font-size: clamp(44px, 4.3vw, 64px);
  line-height: .96;
  color: var(--ink);
}

.route-command-lead p {
  max-width: 360px;
  color: #4c596b;
  font-size: 20px;
}

.route-command-proof {
  gap: 10px;
}

.route-command-proof span {
  min-height: 0;
  border: 1px solid #dce6eb;
  border-left: 3px solid var(--teal);
  border-radius: 4px;
  background: #f6fafb;
  color: #1c2836;
  font-size: 12px;
}

.route-command-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  border: 0;
  background: transparent;
}

.solution-group {
  min-height: 332px;
  grid-template-rows: 156px auto minmax(0, 1fr);
  border: 1px solid #dde6ec;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 44px rgba(9, 14, 22, .08);
}

.solution-group:nth-child(2n) {
  border-right: 1px solid #dde6ec;
}

.solution-visual {
  background: #eef3f6;
}

.solution-visual::after {
  background:
    linear-gradient(180deg, transparent 28%, rgba(6, 10, 16, .34)),
    linear-gradient(90deg, rgba(255, 255, 255, .2), transparent 52%);
}

.solution-visual img {
  filter: saturate(.96) contrast(1.04) brightness(.98);
}

.solution-group-head {
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 22px 22px 8px;
}

.solution-group-head h3,
.solution-group-head p {
  grid-column: auto;
}

.solution-node {
  display: none;
}

.solution-group h3 {
  color: var(--ink);
  font-size: 24px;
}

.solution-group p,
.solution-link span {
  color: #59677a;
}

.solution-links {
  gap: 8px;
  padding: 12px 22px 24px;
}

.solution-link {
  border: 1px solid #dce6eb;
  background: #f6fafb;
  color: var(--ink);
  box-shadow: none;
}

.solution-link:first-child {
  border-top: 1px solid #dce6eb;
}

.solution-link:hover {
  background: #eef7f6;
}

.core-routes-band .section-head p {
  color: #536174;
}

.core-route-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 22px;
}

.core-route-card,
.core-route-card:first-child {
  grid-template-rows: 390px minmax(0, 1fr);
  border: 1px solid #dde6ec;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 50px rgba(9, 14, 22, .08);
}

.core-route-card:last-child {
  border-right: 1px solid #dde6ec;
}

.core-route-media {
  background: #eef3f6;
}

.core-route-media img {
  filter: saturate(.98) contrast(1.05) brightness(.98);
}

.core-route-copy {
  padding: 28px;
  background: #fff;
}

.core-route-copy > span {
  color: var(--teal-dark);
}

.core-route-card h3,
.core-route-card p {
  color: var(--ink);
}

.core-route-card p {
  color: #536174;
}

.material-command-band {
  background: #fff;
}

.material-command-grid {
  gap: 22px;
}

.material-panel {
  min-height: 410px;
  border: 1px solid #dde6ec;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(9, 14, 22, .07);
}

.material-copy {
  padding: clamp(28px, 3vw, 38px);
}

.material-snapshot {
  max-width: 360px;
  color: #536174;
}

.material-signal-grid span {
  border-color: #dce6eb;
  background: #f7fafb;
}

.authority-band,
.engineering-review-band,
.architecture-band,
.rfq-studio-band {
  background:
    linear-gradient(135deg, #071018, #121b26 56%, #071018);
  color: #fff;
}

.authority-stage {
  gap: clamp(30px, 5vw, 76px);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.authority-media {
  border: 1px solid rgba(134, 222, 215, .16);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, .04);
  box-shadow: 0 32px 82px rgba(0, 0, 0, .28);
}

.authority-copy h2,
.engineering-review-lead h2,
.architecture-band .section-head h2,
.rfq-studio-band .section-head h2 {
  color: #fff;
}

.authority-copy p,
.engineering-review-lead p,
.architecture-band .section-head p,
.rfq-studio-band .section-head p {
  color: rgba(230, 237, 247, .72);
}

.authority-grid {
  gap: 12px;
}

.authority-point {
  border: 1px solid rgba(134, 222, 215, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  box-shadow: none;
}

.engineering-review-layout {
  grid-template-columns: minmax(380px, .62fr) minmax(0, 1.38fr);
  gap: clamp(24px, 3vw, 42px);
}

.engineering-review-lead {
  min-height: 0;
  border: 1px solid rgba(134, 222, 215, .14);
  border-radius: 8px;
  padding: clamp(34px, 4vw, 54px);
  background:
    linear-gradient(160deg, rgba(23, 169, 156, .12), transparent 42%),
    rgba(255, 255, 255, .045);
}

.engineering-review-lead h2 {
  max-width: 460px;
  font-size: clamp(36px, 3vw, 48px);
  line-height: 1;
}

.engineering-review-lead p {
  max-width: 420px;
}

.engineering-review-board {
  gap: 14px;
  border: 0;
}

.engineering-review-step,
.engineering-review-step:nth-child(5) {
  min-height: 176px;
  border: 1px solid rgba(134, 222, 215, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}

.engineering-review-step:nth-child(2n),
.engineering-review-step:nth-child(5) {
  border-right: 1px solid rgba(134, 222, 215, .14);
}

.industry-focus-band {
  background: #f6f8fa;
}

.focus-grid {
  gap: 22px;
}

.focus-panel {
  border: 1px solid #dde6ec;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(9, 14, 22, .07);
}

.focus-copy {
  padding: 26px;
}

.architecture-map {
  gap: 12px;
}

.architecture-step {
  min-height: 182px;
  border: 1px solid rgba(134, 222, 215, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}

.route-theater-band {
  background: #fff;
}

.route-theater {
  grid-template-columns: 1.2fr 1fr;
  gap: 22px;
}

.route-story {
  border: 1px solid #dde6ec;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 42px rgba(9, 14, 22, .07);
}

.route-story:nth-child(1) {
  background: #fff;
}

.route-story:nth-child(1) .route-story-media {
  min-height: 390px;
}

.route-story-copy {
  background: #fff;
}

.route-story-copy h3,
.route-story-copy strong,
.route-story-copy p {
  color: var(--ink);
}

.route-story-copy p {
  color: #536174;
}

.buyer-education-grid {
  gap: 16px;
}

.buyer-education-card {
  min-height: 210px;
  border: 1px solid #dde6ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.rfq-studio {
  gap: 18px;
}

.rfq-field,
.mini-card {
  border: 1px solid rgba(134, 222, 215, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}

@media (max-width: 1180px) {
  .route-command-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hero-premium .hero-machine-motion {
    width: min(100%, 820px);
    transform: none;
  }

  .route-command-layout,
  .engineering-review-layout,
  .route-command-lead,
  .engineering-review-lead,
  .route-command-board,
  .engineering-review-board,
  .solution-group,
  .engineering-review-step {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .route-command-layout,
  .engineering-review-layout,
  .core-route-grid,
  .route-theater {
    grid-template-columns: 1fr;
  }

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

  .solution-group,
  .core-route-card,
  .core-route-card:first-child {
    grid-template-rows: 250px minmax(0, 1fr);
  }
}

@media (max-width: 620px) {
  .hero-premium .hero-inner {
    max-width: min(100%, calc(100vw - 32px));
  }

  .hero-premium .hero-machine-motion {
    width: 100%;
    transform: none;
  }

  .band {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .route-command-lead h2 {
    font-size: 38px;
  }

  .route-command-lead,
  .engineering-review-lead,
  .engineering-review-step {
    padding: 24px;
  }

  .solution-group,
  .core-route-card,
  .core-route-card:first-child {
    grid-template-rows: 210px minmax(0, 1fr);
  }
}

/* International UI reset V3: lower-page polish, fewer dashboard surfaces. */
.engineering-review-layout {
  display: block;
}

.engineering-review-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: clamp(28px, 5vw, 86px);
  align-items: end;
  border: 0;
  border-bottom: 1px solid rgba(134, 222, 215, .18);
  border-radius: 0;
  padding: 0 0 clamp(28px, 4vw, 44px);
  background: transparent;
}

.engineering-review-lead .eyebrow,
.engineering-review-lead h2,
.engineering-review-lead p {
  grid-column: 1;
}

.engineering-review-lead h2 {
  max-width: 760px;
  font-size: clamp(44px, 4.3vw, 64px);
  line-height: .98;
}

.engineering-review-lead p {
  max-width: 620px;
  font-size: 18px;
}

.engineering-review-actions {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: end;
  justify-content: flex-end;
  min-width: 330px;
  margin-top: 0;
}

.engineering-review-board {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(134, 222, 215, .16);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, .035);
}

.engineering-review-step,
.engineering-review-step:nth-child(5) {
  min-height: 238px;
  grid-column: auto;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 14px;
  border: 0;
  border-right: 1px solid rgba(134, 222, 215, .14);
  border-radius: 0;
  padding: 24px;
  background: transparent;
}

.engineering-review-step:nth-child(5) {
  border-right: 0;
}

.engineering-review-step > span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(134, 222, 215, .35);
  border-radius: 50%;
  color: #fff;
  background: rgba(134, 222, 215, .08);
}

.engineering-review-step strong {
  color: #fff;
  font-size: 19px;
  line-height: 1.1;
}

.engineering-review-step p {
  margin-top: 8px;
  color: rgba(230, 237, 247, .7);
  font-size: 14px;
  line-height: 1.42;
}

.engineering-review-step em {
  border-color: rgba(134, 222, 215, .24);
  background: rgba(134, 222, 215, .08);
  color: #98ebe4;
}

.route-theater {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
}

.route-story,
.route-story:nth-child(1),
.route-story:nth-child(4) {
  border-color: #dde6ec;
  background: #fff;
}

.route-story:nth-child(1) .route-story-copy,
.route-story:nth-child(4) .route-story-copy {
  background: #fff;
  color: var(--ink);
}

.route-story:nth-child(1) h3,
.route-story:nth-child(1) strong,
.route-story:nth-child(1) p,
.route-story:nth-child(4) h3,
.route-story:nth-child(4) strong,
.route-story:nth-child(4) p {
  color: var(--ink);
}

.route-story:nth-child(1) p,
.route-story:nth-child(4) p {
  color: #536174;
}

.buyer-education-card {
  min-height: 180px;
}

.rfq-studio {
  grid-template-columns: 1fr;
  gap: 24px;
}

.rfq-fields {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rfq-field {
  min-height: 132px;
}

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

.rfq-actions .card {
  min-height: 230px;
  border: 1px solid rgba(134, 222, 215, .15);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(134, 222, 215, .08), transparent 42%),
    rgba(255, 255, 255, .045);
}

.rfq-actions .card h3 {
  color: #fff;
}

.rfq-actions .card p {
  color: rgba(230, 237, 247, .72);
}

.rfq-actions .card:first-child {
  background:
    linear-gradient(160deg, rgba(185, 22, 28, .22), transparent 44%),
    rgba(255, 255, 255, .07);
}

@media (max-width: 1180px) {
  .engineering-review-board,
  .rfq-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .engineering-review-step:nth-child(2n) {
    border-right: 0;
  }

  .engineering-review-step:nth-child(5) {
    border-top: 1px solid rgba(134, 222, 215, .14);
  }
}

@media (max-width: 980px) {
  .engineering-review-lead {
    display: block;
  }

  .engineering-review-actions {
    min-width: 0;
    margin-top: 28px;
    justify-content: flex-start;
  }

  .engineering-review-board,
  .rfq-fields,
  .rfq-actions {
    grid-template-columns: 1fr;
  }

  .engineering-review-step,
  .engineering-review-step:nth-child(2n),
  .engineering-review-step:nth-child(5) {
    min-height: 0;
    border-right: 0;
    border-top: 1px solid rgba(134, 222, 215, .14);
  }

  .engineering-review-step:first-child {
    border-top: 0;
  }
}

/* Owned customer proof pass: controlled references before route stories. */
.case-proof-band {
  background:
    linear-gradient(180deg, #fff, #f4f7f9);
}

.case-proof-band .section-head {
  align-items: start;
}

.case-proof-band .section-head h2 {
  max-width: 760px;
}

.case-proof-band .section-head p {
  max-width: 520px;
}

.customer-proof-strip {
  display: grid;
  grid-template-columns: minmax(260px, .45fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 32px;
  border: 1px solid #dce5eb;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 17, 27, .03), rgba(12, 128, 138, .04)),
    #fff;
  box-shadow: 0 18px 46px rgba(9, 14, 22, .06);
  overflow: hidden;
}

.customer-proof-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 28px;
  border-right: 1px solid #e0e8ed;
  background: #f8fbfc;
}

.customer-proof-copy span {
  color: #078783;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.customer-proof-copy h3 {
  max-width: 390px;
  margin: 42px 0 0;
  color: #101722;
  font-size: clamp(26px, 2.6vw, 42px);
  line-height: 1;
}

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

.customer-logo-card {
  min-width: 0;
  min-height: 154px;
  border-left: 1px solid #edf2f5;
  border-top: 1px solid #edf2f5;
  padding: 18px 16px 14px;
  background: rgba(255, 255, 255, .72);
}

.customer-logo-card:nth-child(-n + 4) {
  border-top: 0;
}

.customer-logo-card img {
  display: block;
  width: 100%;
  height: 72px;
  object-fit: contain;
  filter: saturate(.98) contrast(.98) opacity(.96);
  transition: filter .18s ease, transform .18s ease;
}

.customer-logo-card:hover img {
  filter: saturate(1.08) contrast(1.02) opacity(1);
  transform: translateY(-1px);
}

.customer-logo-card span,
.customer-logo-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-logo-card span {
  margin-top: 15px;
  color: #111a25;
  font-size: 13px;
  font-weight: 850;
}

.customer-logo-card small {
  margin-top: 4px;
  color: #6a7483;
  font-size: 11px;
  font-weight: 750;
}

.proof-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 34px;
  border: 1px solid #dce5eb;
  border-radius: 8px;
  background: #dce5eb;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(9, 14, 22, .06);
}

.proof-matrix-card {
  min-height: 154px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(247, 250, 251, .96)),
    #fff;
}

.proof-matrix-card strong,
.proof-matrix-card span,
.proof-matrix-card p {
  display: block;
}

.proof-matrix-card strong {
  color: #0b8b86;
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: .9;
  letter-spacing: 0;
}

.proof-matrix-card span {
  margin-top: 16px;
  color: #101722;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
}

.proof-matrix-card p {
  margin: 9px 0 0;
  color: #5c6878;
  font-size: 13px;
  line-height: 1.45;
}

.case-proof-band .route-theater {
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 18px;
}

.case-proof-band .route-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, .46fr) minmax(0, .54fr);
  min-height: 310px;
  border: 1px solid #dce5eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(9, 14, 22, .07);
  overflow: hidden;
}

.case-proof-band .route-story:nth-child(1) {
  grid-row: auto;
  grid-template-rows: none;
}

.case-proof-band .route-story-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(235, 243, 246, .92)),
    #eef3f6;
}

.case-proof-band .route-story:nth-child(even) .route-story-media {
  order: 2;
  border-left: 1px solid #e1e9ee;
}

.case-proof-band .route-story:nth-child(1) .route-story-media {
  min-height: 310px;
}

.case-proof-band .route-story-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(.96) contrast(1.05) brightness(.98);
}

.case-proof-band .route-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

.case-proof-band .route-story h3 {
  max-width: 520px;
  font-size: clamp(26px, 2.5vw, 38px);
}

.case-proof-band .route-story:not(:first-child) h3 {
  font-size: clamp(25px, 2vw, 32px);
}

.case-signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.case-signal-row span {
  border: 1px solid #d8e5eb;
  border-radius: 999px;
  padding: 8px 10px;
  background: #f6fafb;
  color: #243142;
  font-size: 12px;
  font-weight: 850;
}

.case-proof-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  margin-top: 22px;
  border-top: 1px solid #dce5eb;
  padding-top: 18px;
  color: #536174;
}

.case-proof-note strong {
  color: #101722;
}

/* Case study pages: turn owned source proof into concise, crawlable route assets. */
.case-study-band {
  background: #fff;
}

.case-study-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  gap: 28px;
  align-items: stretch;
}

.case-study-visual {
  min-height: 520px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce5eb;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(235, 243, 246, .9)),
    #eef3f6;
  box-shadow: 0 24px 70px rgba(9, 14, 22, .08);
  overflow: hidden;
}

.case-study-visual img {
  width: 100%;
  height: 100%;
  padding: 20px;
  object-fit: contain;
  filter: saturate(.98) contrast(1.04) brightness(.99);
}

.case-study-facts {
  border: 1px solid #dce5eb;
  border-radius: 8px;
  padding: 30px;
  background:
    linear-gradient(180deg, #fbfdfe, #f3f7f9);
  box-shadow: 0 18px 48px rgba(9, 14, 22, .06);
}

.case-study-facts h2 {
  max-width: 470px;
  margin: 14px 0 0;
  color: #101722;
  font-size: 40px;
  line-height: 1.02;
}

.case-study-facts p {
  margin-top: 18px;
  color: #536174;
  font-size: 16px;
}

.case-fact-list {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid #dce5eb;
}

.case-fact {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #dce5eb;
}

.case-fact span {
  color: #078783;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-fact strong {
  color: #101722;
  font-size: 15px;
}

.case-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.case-route-band {
  background:
    linear-gradient(180deg, #f6f9fb, #eef3f6);
}

.case-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.case-signal-card {
  min-height: 138px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  border: 1px solid #d7e3e9;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(9, 14, 22, .05);
}

.case-signal-card span {
  color: #078783;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-signal-card strong {
  color: #101722;
  font-size: 20px;
  line-height: 1.12;
}

.case-route-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 26px;
  border: 1px solid #d7e3e9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(9, 14, 22, .06);
  overflow: hidden;
}

.case-route-step {
  min-height: 210px;
  padding: 22px;
  border-left: 1px solid #e3ebef;
}

.case-route-step:first-child {
  border-left: 0;
}

.case-route-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #e6fbf8;
  color: #078783;
  font-size: 13px;
  font-weight: 900;
}

.case-route-step h3 {
  margin: 24px 0 0;
  color: #101722;
  font-size: 22px;
  line-height: 1.12;
}

.case-route-step p {
  margin-top: 10px;
  color: #536174;
  font-size: 14px;
}

.case-action-band {
  background:
    radial-gradient(circle at 18% 0%, rgba(23, 169, 156, .12), transparent 34%),
    linear-gradient(180deg, #0b131c, #111c27);
  color: #fff;
}

.case-action-band .eyebrow {
  color: #93f2e7;
}

.case-action-band .section-head h2 {
  color: #fff;
}

.case-action-band .section-head p {
  color: rgba(235, 244, 247, .72);
}

.case-action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.case-action-card {
  display: grid;
  grid-template-rows: 210px 1fr;
  border: 1px solid rgba(184, 216, 225, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .26);
  overflow: hidden;
}

.case-action-media {
  display: block;
  background: #101722;
  overflow: hidden;
}

.case-action-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.96) contrast(1.05);
  transition: transform .35s ease;
}

.case-action-card:hover .case-action-media img {
  transform: scale(1.035);
}

.case-action-copy {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
}

.case-action-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.08;
}

.case-action-copy p {
  margin: 0;
  color: rgba(235, 244, 247, .72);
  font-size: 14px;
}

.case-action-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.case-action-tags span {
  border: 1px solid rgba(147, 242, 231, .34);
  border-radius: 999px;
  padding: 5px 8px;
  color: #93f2e7;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-action-copy .card-link {
  color: #93f2e7;
}

.case-study-decision-grid {
  display: grid;
  grid-template-columns: minmax(260px, .36fr) minmax(0, .64fr);
  gap: 34px;
  align-items: start;
}

.case-study-decision-grid h2 {
  max-width: 390px;
  margin: 10px 0 0;
  color: #101722;
  font-size: 38px;
  line-height: 1.04;
}

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

.case-proof-card {
  min-height: 180px;
  display: grid;
  align-content: start;
  gap: 12px;
  border: 1px solid #dce5eb;
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(23, 169, 156, .08), rgba(255, 255, 255, .96)),
    #fff;
}

.case-proof-card strong {
  color: #101722;
  font-size: 20px;
  line-height: 1.14;
}

.case-proof-card p {
  margin: 0;
  color: #536174;
  font-size: 15px;
}

.case-related-routes {
  margin-top: 36px;
}

@media (max-width: 980px) {
  .customer-proof-strip {
    grid-template-columns: 1fr;
  }

  .customer-proof-copy {
    border-right: 0;
    border-bottom: 1px solid #e0e8ed;
  }

  .customer-proof-copy h3 {
    margin-top: 22px;
  }

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

  .customer-logo-card:nth-child(-n + 4) {
    border-top: 1px solid #edf2f5;
  }

  .customer-logo-card:nth-child(-n + 2) {
    border-top: 0;
  }

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

  .proof-matrix-card {
    min-height: 132px;
  }

  .case-proof-band .route-theater {
    grid-template-columns: 1fr;
  }

  .case-proof-band .route-story:nth-child(1) {
    grid-row: auto;
    grid-template-rows: 250px minmax(0, 1fr);
  }

  .case-proof-band .route-story:nth-child(1) .route-story-media {
    min-height: 250px;
  }

  .case-proof-band .route-story {
    grid-template-columns: 1fr;
    grid-template-rows: 250px minmax(0, 1fr);
  }

  .case-proof-band .route-story:nth-child(even) .route-story-media {
    order: 0;
    border-left: 0;
  }

  .case-study-intro,
  .case-study-decision-grid {
    grid-template-columns: 1fr;
  }

  .case-study-visual {
    min-height: 360px;
  }

  .case-study-facts h2,
  .case-study-decision-grid h2 {
    font-size: 30px;
  }

  .case-signal-grid,
  .case-route-map,
  .case-action-grid,
  .case-proof-grid {
    grid-template-columns: 1fr;
  }

  .case-route-step {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid #e3ebef;
  }

  .case-route-step:first-child {
    border-top: 0;
  }

  .case-action-card {
    grid-template-rows: 230px 1fr;
  }
}
