: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;
}

/* Corporate trust pages */
.corporate-trust-band,
.corporate-principles-band {
  padding: 88px 0;
}

.corporate-trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}

.corporate-trust-main h2 {
  max-width: 760px;
  margin: 14px 0 18px;
  color: #071f2b;
  font-size: clamp(36px, 3.4vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

.corporate-trust-lead {
  max-width: 720px;
  margin: 0;
  color: #425665;
  font-size: 18px;
  line-height: 1.75;
}

.corporate-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 36px 0 0;
  border-top: 1px solid #b8d4d7;
  border-left: 1px solid #b8d4d7;
}

.corporate-fact-grid > div {
  min-height: 122px;
  padding: 22px 24px;
  border-right: 1px solid #b8d4d7;
  border-bottom: 1px solid #b8d4d7;
  background: #fff;
}

.corporate-fact-grid dt {
  margin: 0 0 9px;
  color: #05727b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.corporate-fact-grid dd {
  margin: 0;
  color: #0b2634;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
}

.corporate-trust-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid #c7dadd;
  border-radius: 6px;
  background: #f4f8f8;
}

.corporate-trust-media img {
  display: block;
  width: 100%;
  aspect-ratio: 14 / 9;
  object-fit: contain;
  background: #fff;
}

.corporate-trust-media figcaption {
  padding: 15px 18px;
  border-top: 1px solid #d5e3e5;
  color: #5a6d78;
  font-size: 14px;
  line-height: 1.55;
}

.corporate-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #b8d4d7;
  border-left: 1px solid #b8d4d7;
}

.corporate-principles-grid article {
  min-height: 240px;
  padding: 28px;
  border-right: 1px solid #b8d4d7;
  border-bottom: 1px solid #b8d4d7;
  background: rgba(255, 255, 255, .86);
}

.corporate-principles-grid article > span {
  display: block;
  color: #07818a;
  font-size: 14px;
  font-weight: 850;
}

.corporate-principles-grid h3 {
  margin: 42px 0 12px;
  color: #071f2b;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

.corporate-principles-grid p,
.corporate-boundary-note p {
  margin: 0;
  color: #4a5d68;
  font-size: 15px;
  line-height: 1.7;
}

.corporate-boundary-note {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 30px;
  margin-top: 28px;
  padding: 24px 28px;
  border-left: 4px solid #07818a;
  background: #eaf3f3;
}

.corporate-boundary-note strong {
  color: #075a63;
  font-size: 16px;
}

.corporate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
}

@media (max-width: 900px) {
  .corporate-trust-band,
  .corporate-principles-band {
    padding: 56px 0;
  }

  .corporate-trust-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

@media (max-width: 620px) {
  .corporate-trust-main h2 {
    font-size: 34px;
  }

  .corporate-fact-grid,
  .corporate-principles-grid,
  .corporate-boundary-note {
    grid-template-columns: 1fr;
  }

  .corporate-fact-grid > div,
  .corporate-principles-grid article {
    min-height: 0;
  }

  .corporate-principles-grid h3 {
    margin-top: 24px;
  }

  .corporate-actions .btn {
    width: 100%;
  }
}

* {
  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-parallax-x: 0px;
  --hero-parallax-y: 0px;
}

.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-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;
  }
}

.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: translate3d(var(--hero-parallax-x), var(--hero-parallax-y), 0) translateX(86px) scale(1.04);
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, .42));
}

.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%);
}

.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;
}

.support-decision-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, .92);
}

.support-decision-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

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

.support-decision-table th {
  color: var(--teal-deep);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(23, 169, 156, .08);
}

.support-decision-table td {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.support-decision-table td:first-child,
.support-decision-table td:nth-child(2) {
  color: var(--ink);
}

.support-decision-table tr:last-child td {
  border-bottom: 0;
}

.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;
}

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

.money-process-flow .process-item {
  min-height: 150px;
  background: linear-gradient(135deg, rgba(9, 20, 28, .04), rgba(255, 255, 255, .96));
}

.money-table-block .related-head,
.money-guide-block .related-head {
  align-items: start;
}

.money-table-wrap table {
  min-width: 760px;
}

.table-note {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

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

.money-definition-grid {
  margin: 0;
}

.money-card {
  min-height: 132px;
}

.money-definition-item dt {
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.16;
}

.money-definition-item dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.money-card .card-link {
  align-self: end;
  margin-top: 8px;
}

.money-evidence {
  display: grid;
  grid-template-columns: minmax(260px, 42%) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--paper);
}

.money-evidence-media {
  min-height: 100%;
  margin: 0;
  border-radius: calc(var(--radius) - 2px);
  overflow: hidden;
  background: var(--band);
}

.money-evidence-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: contain;
}

.money-evidence-copy {
  display: grid;
  align-content: center;
  gap: 12px;
}

.money-evidence-copy h2 {
  margin: 0;
}

.money-evidence-list {
  display: grid;
  gap: 10px;
}

.money-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px;
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(190, 18, 60, .92), rgba(9, 20, 28, .96)),
    var(--deep);
}

.money-cta h2,
.money-cta p {
  color: inherit;
}

.money-cta h2 {
  margin: 0 0 10px;
}

.money-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
}

.money-cta .eyebrow {
  color: #a7f3d0;
}

.money-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.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;
}

.form-honeypot {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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);
}

.notice[data-state="sending"] {
  color: #067c79;
}

.notice[data-state="success"] {
  color: #047857;
}

.notice[data-state="fallback"],
.notice[data-state="error"] {
  color: #991b1b;
}

.turnstile-field {
  margin-top: 14px;
}

.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;
  }

  .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,
	  .money-process-flow,
	  .money-evidence,
	  .money-cta,
	  .footer-grid {
	    grid-template-columns: 1fr;
	  }

  .money-cta-actions {
    justify-content: flex-start;
  }

  .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;
  }

  .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 {
    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: translate3d(var(--hero-parallax-x), var(--hero-parallax-y), 0) 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(360px, .72fr) minmax(720px, 1.28fr);
  gap: 28px;
  align-items: start;
}

.case-study-visual {
  min-height: 0;
  margin: 0;
  display: grid;
  grid-template-rows: auto auto;
  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: auto;
  aspect-ratio: 16 / 9;
  padding: 14px;
  object-fit: contain;
  filter: saturate(.98) contrast(1.04) brightness(.99);
}

.case-study-visual figcaption {
  display: grid;
  gap: 8px;
  padding: 22px 24px 24px;
  border-top: 1px solid #dce5eb;
  background: #fff;
}

.case-study-visual figcaption strong {
  color: #101722;
  font-size: 23px;
  line-height: 1.12;
}

.case-study-visual figcaption p {
  margin: 0;
  color: #536174;
  font-size: 14px;
  line-height: 1.52;
}

.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-evidence-classification {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.case-evidence-classification span {
  padding: 7px 9px;
  border: 1px solid #9fc8cb;
  border-radius: 3px;
  background: #fff;
  color: #075e66;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.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-evidence-boundary {
  display: grid;
  gap: 18px;
  margin-top: 26px;
  border: 1px solid #d7e3e9;
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(23, 169, 156, .07), rgba(255, 255, 255, .96)),
    #fff;
}

.case-hub-grid + .case-evidence-boundary {
  margin-top: 28px;
}

.case-evidence-boundary h3 {
  margin: 10px 0 0;
  color: #101722;
  font-size: 26px;
  line-height: 1.08;
}

.case-evidence-boundary p {
  max-width: 760px;
  margin: 10px 0 0;
  color: #536174;
  font-size: 15px;
}

.case-evidence-table-wrap {
  margin-top: 0;
  border-color: #d7e3e9;
  background: #fff;
}

.case-evidence-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.case-evidence-table th,
.case-evidence-table td {
  padding: 14px 16px;
  vertical-align: top;
}

.case-evidence-table th {
  color: #078783;
  font-size: 12px;
  text-transform: uppercase;
}

.case-evidence-table td:first-child {
  width: 30%;
  color: #101722;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .case-study-intro {
    grid-template-columns: 1fr;
  }

  .case-study-visual {
    min-height: 0;
  }
}

.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;
  }
}

/* Homepage production rebuild: semantic components, clinical engineering visual system. */
.site-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(215, 225, 232, .95);
  box-shadow: 0 12px 34px rgba(11, 18, 27, .08);
}

.site-header::after {
  background: linear-gradient(90deg, transparent, rgba(12, 136, 132, .48), rgba(185, 22, 28, .42), transparent);
}

.brand img,
.footer-logo img {
  filter: none;
}

.site-nav a {
  color: #192435;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #07111f;
}

.nav-toggle {
  border-color: rgba(15, 23, 42, .16);
  background: rgba(255, 255, 255, .8);
  color: #101722;
}


/* ChatGPT source稿 HTML rebuild: the attached 10-screen plan is the primary design source. */
.cg-home {
  --cg-ink: #071426;
  --cg-muted: #435064;
  --cg-soft: #f4f8fa;
  --cg-line: #d9e5eb;
  --cg-teal: #047b78;
  --cg-teal-2: #0e9a95;
  --cg-red: #d7080d;
  --cg-shadow: 0 18px 42px rgba(13, 30, 45, .08);
  color: var(--cg-ink);
  background: #fff;
}

.cg-shell {
  width: min(calc(100% - 64px), 1460px);
  margin: 0 auto;
}

.cg-home section {
  padding: 72px 0;
}

.cg-icon {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cg-line-label,
.cg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--cg-teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cg-line-label::before,
.cg-eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--cg-teal);
}

.cg-eyebrow span {
  color: var(--cg-ink);
}

.cg-section-head {
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(360px, .38fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.cg-section-head h2 {
  margin: 18px 0 0;
  max-width: 760px;
  color: var(--cg-ink);
  font-size: clamp(40px, 4.2vw, 74px);
  line-height: 1.04;
  letter-spacing: 0;
}

.cg-section-head p {
  margin: 0;
  color: var(--cg-muted);
  font-size: 17px;
  line-height: 1.65;
}

.cg-hero {
  position: relative;
  min-height: calc(100vh - 74px);
  padding: 72px 0 42px;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #f7fafb 45%, #eef4f7 100%);
}

.cg-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .6) 36%, rgba(240, 246, 249, .26)),
    radial-gradient(circle at 78% 34%, rgba(255, 255, 255, .9), transparent 38%);
}

.cg-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 62%;
  opacity: .28;
  background:
    repeating-linear-gradient(90deg, transparent 0 115px, rgba(22, 58, 82, .08) 116px 117px),
    repeating-linear-gradient(0deg, transparent 0 115px, rgba(22, 58, 82, .06) 116px 117px);
}

.cg-hero-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 64px), 1460px);
  min-height: calc(100vh - 190px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(480px, .44fr) minmax(0, .56fr);
  align-items: center;
  gap: 24px;
}

.cg-hero-copy h1 {
  margin: 24px 0 24px;
  max-width: 650px;
  color: var(--cg-ink);
  font-size: clamp(58px, 6vw, 100px);
  line-height: .98;
  letter-spacing: 0;
}

.cg-hero-copy p {
  max-width: 610px;
  color: #152134;
  font-size: 21px;
  line-height: 1.58;
}

.cg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.cg-hero-actions .btn {
  min-height: 58px;
  padding: 16px 24px;
  border-radius: 3px;
  font-size: 16px;
}

.cg-hero-reference-link {
  width: fit-content;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: 15px;
  color: #075e61;
  font-size: 13px;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(7, 94, 97, .34);
  text-underline-offset: 4px;
}

.cg-hero-reference-link:hover {
  color: #071426;
  text-decoration-color: #078b8a;
}

.cg-hero-reference-link:focus-visible {
  outline: 2px solid #078b8a;
  outline-offset: 5px;
}

.cg-hero-reference-link b {
  color: #078b8a;
}

.cg-hero-proof {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  max-width: 700px;
  margin-top: 28px;
  border-top: 1px solid var(--cg-line);
}

.cg-hero-proof div {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 92px;
  padding: 18px 14px 0;
  border-left: 1px solid var(--cg-line);
  color: var(--cg-teal);
  text-align: center;
}

.cg-hero-proof div:first-child {
  border-left: 0;
}

.cg-hero-proof span {
  color: var(--cg-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.28;
}

.cg-hero-machine {
  margin: 0;
  align-self: end;
}

.cg-hero-machine img {
  width: min(100%, 880px);
  margin-left: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 42px rgba(18, 37, 53, .16));
}

.cg-route-decision {
  background: linear-gradient(180deg, #f7fafb, #fff);
}

.cg-route-lead {
  max-width: 420px;
  margin-bottom: 26px;
}

.cg-route-lead h2 {
  margin: 16px 0 12px;
  color: var(--cg-ink);
  font-size: clamp(36px, 3.4vw, 58px);
  line-height: 1.06;
}

.cg-route-lead p {
  color: var(--cg-muted);
  font-size: 17px;
  line-height: 1.55;
}

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

.cg-route-card,
.cg-material-card,
.cg-prep-step,
.cg-format-block,
.cg-downstream-card,
.cg-industry-card {
  border: 1px solid var(--cg-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--cg-shadow);
  overflow: hidden;
}

.cg-route-card {
  display: block;
  min-height: 292px;
  padding: 14px 14px 18px;
}

.cg-route-card img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  border-radius: 5px;
  background: #eef4f7;
}

.cg-route-card span {
  display: inline-flex;
  margin: 18px 0 8px;
  color: var(--cg-teal);
}

.cg-route-card h3,
.cg-material-card h3,
.cg-prep-step h3,
.cg-format-block h3,
.cg-downstream-card h3,
.cg-industry-card h3 {
  margin: 0 0 9px;
  color: var(--cg-ink);
  font-size: 20px;
  line-height: 1.18;
}

.cg-route-card p,
.cg-material-facts dd,
.cg-prep-step p,
.cg-format-block p,
.cg-downstream-card p,
.cg-industry-card p {
  color: var(--cg-muted);
  font-size: 14px;
  line-height: 1.55;
}

.cg-route-card em {
  display: inline-flex;
  margin-top: 12px;
  color: var(--cg-teal);
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

.cg-material-behavior,
.cg-pack-format,
.cg-industry {
  background: #fff;
}

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

.cg-material-card {
  padding: 18px;
}

.cg-material-card-head {
  display: grid;
  grid-template-columns: auto 40px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

.cg-material-card-head span,
.cg-format-block > div > span,
.cg-downstream-card > span,
.cg-industry-top > span {
  color: var(--cg-teal);
  font-size: 32px;
  font-weight: 950;
  line-height: 1;
}

.cg-material-card-head .cg-icon {
  color: var(--cg-teal);
}

.cg-material-image img {
  width: 100%;
  height: 154px;
  object-fit: cover;
  border-radius: 4px;
}

.cg-material-facts {
  margin: 12px 0 0;
}

.cg-material-facts div {
  padding: 12px 0;
  border-top: 1px solid #e4edf1;
}

.cg-material-facts dt {
  color: var(--cg-teal);
  font-size: 13px;
  font-weight: 900;
}

.cg-material-facts dd {
  margin: 4px 0 0;
}

.cg-outcome-strip,
.cg-format-proof,
.cg-route-chain {
  display: grid;
  grid-template-columns: 1.2fr repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  border: 1px solid var(--cg-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.cg-outcome-strip strong,
.cg-outcome-strip span,
.cg-format-proof span,
.cg-route-chain strong,
.cg-route-chain span {
  min-height: 86px;
  padding: 22px;
  border-left: 1px solid var(--cg-line);
  color: var(--cg-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.cg-outcome-strip strong,
.cg-route-chain strong {
  border-left: 0;
  color: var(--cg-teal);
  font-size: 19px;
}

.cg-prep-routes,
.cg-downstream,
.cg-customer-matrix {
  background: linear-gradient(180deg, #f8fbfc, #fff);
}

.cg-prep-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--cg-line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.cg-prep-tabs a {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 118px;
  border-left: 1px solid var(--cg-line);
  color: #596273;
  font-size: 20px;
  font-weight: 800;
}

.cg-prep-tabs a:first-child {
  border-left: 0;
}

.cg-prep-tabs a.is-active {
  background: linear-gradient(135deg, #075b59, #003b3b);
  color: #fff;
}

.cg-route-summary {
  display: grid;
  grid-template-columns: 260px minmax(0, .8fr) minmax(420px, 1.2fr);
  gap: 24px;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid var(--cg-line);
}

.cg-route-summary h3 {
  margin: 0;
  color: var(--cg-teal);
  font-size: 22px;
  text-transform: uppercase;
}

.cg-route-summary p {
  color: #273448;
  font-size: 16px;
  line-height: 1.58;
}

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

.cg-route-summary img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  border-radius: 6px;
  background: #f3f6f8;
}

.cg-prep-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  border: 1px solid var(--cg-line);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.cg-prep-step {
  border: 0;
  border-left: 1px solid var(--cg-line);
  border-radius: 0;
  box-shadow: none;
  padding: 22px;
}

.cg-prep-step:first-child {
  border-left: 0;
}

.cg-prep-step > span {
  color: var(--cg-teal);
  font-size: 34px;
  font-weight: 950;
}

.cg-prep-step img {
  width: 100%;
  height: 190px;
  margin-top: 18px;
  object-fit: contain;
}

.cg-chip-row,
.cg-pack-format-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.cg-chip-row em,
.cg-pack-format-row em {
  border: 1px solid rgba(4, 123, 120, .28);
  border-radius: 4px;
  padding: 6px 9px;
  color: var(--cg-teal);
  background: rgba(4, 123, 120, .04);
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.cg-format-proof {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 24px;
}

.cg-format-proof span {
  display: flex;
  align-items: center;
  gap: 14px;
  border-left: 1px solid var(--cg-line);
}

.cg-format-proof span:first-child {
  border-left: 0;
}

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

.cg-format-block {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(240px, 1.1fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
}

.cg-format-block:nth-child(1),
.cg-format-block:nth-child(2) {
  grid-column: span 3;
}

.cg-format-block:nth-child(n + 3) {
  grid-column: span 2;
}

.cg-format-block img {
  width: 100%;
  height: 190px;
  object-fit: contain;
}

.cg-downstream-hero {
  margin: -10px 0 26px;
  border-bottom: 1px solid var(--cg-line);
}

.cg-downstream-hero img {
  width: min(62%, 860px);
  margin-left: auto;
  object-fit: contain;
  opacity: .82;
}

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

.cg-downstream-card {
  padding: 18px;
}

.cg-downstream-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  background: #f6f9fa;
  border-radius: 6px;
  margin: 8px 0 16px;
}

.cg-review-protocol {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 22px;
  padding: 22px;
  border: 1px solid var(--cg-line);
  border-radius: 10px;
  background: #fff;
}

.cg-review-protocol h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.cg-review-protocol p {
  color: var(--cg-muted);
}

.cg-review-protocol ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--cg-line);
  border: 1px solid var(--cg-line);
  border-radius: 8px;
  overflow: hidden;
  list-style: none;
}

.cg-review-protocol li {
  min-height: 72px;
  padding: 15px;
  background: #f8fbfc;
  font-size: 13px;
  font-weight: 900;
}

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

.cg-example-grid .route-story {
  min-height: auto;
  grid-template-columns: minmax(260px, .42fr) minmax(0, .58fr);
  border-radius: 10px;
}

.cg-industry-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 22px;
  border: 1px solid var(--cg-line);
  border-radius: 10px;
  overflow: hidden;
}

.cg-industry-stats span {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 106px;
  padding: 20px;
  border-left: 1px solid var(--cg-line);
  color: var(--cg-muted);
  font-size: 13px;
  font-weight: 800;
}

.cg-industry-stats span:first-child {
  border-left: 0;
}

.cg-industry-stats strong {
  display: block;
  color: var(--cg-teal);
  font-size: 30px;
}

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

.cg-industry-card {
  padding: 18px;
}

.cg-industry-card img {
  width: 100%;
  height: 142px;
  object-fit: cover;
  border-radius: 5px;
  margin: 16px 0 12px;
}

.cg-industry-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--cg-line);
}

.cg-industry-columns strong {
  color: var(--cg-teal);
  font-size: 12px;
  text-transform: uppercase;
}

.cg-industry-columns ul {
  margin: 8px 0 0;
  padding-left: 18px;
  color: #1b2a3d;
  font-size: 13px;
  line-height: 1.55;
}

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

.cg-customer-shell {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 30px;
}

.cg-customer-left {
  padding-right: 28px;
  border-right: 1px solid var(--cg-line);
}

.cg-customer-left > strong {
  display: block;
  margin-top: 22px;
  color: var(--cg-teal);
  font-size: clamp(72px, 8vw, 118px);
  line-height: .88;
}

.cg-customer-left h2 {
  margin: 18px 0 16px;
  font-size: 30px;
  line-height: 1.1;
}

.cg-customer-left p {
  color: var(--cg-muted);
  font-size: 15px;
  line-height: 1.6;
}

.cg-customer-trust {
  display: grid;
  gap: 20px;
  margin-top: 34px;
}

.cg-customer-trust span {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--cg-teal);
  font-weight: 900;
}

.cg-customer-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 14px;
}

.cg-customer-head h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 28px;
}

.cg-customer-head p {
  color: var(--cg-muted);
}

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

.cg-logo-card {
  min-height: 146px;
  padding: 16px;
  border: 1px solid var(--cg-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.cg-logo-card img {
  width: 100%;
  height: 64px;
  object-fit: contain;
}

.cg-logo-card strong,
.cg-logo-card span,
.cg-logo-card em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cg-logo-card strong {
  margin-top: 12px;
  color: var(--cg-ink);
  font-size: 13px;
}

.cg-logo-card em,
.cg-logo-card span {
  color: #667386;
  font-size: 11px;
  font-style: normal;
}

.cg-customer-board .proof-matrix {
  margin-top: 18px;
}

.cg-rfq-start {
  background:
    linear-gradient(90deg, #f8fbfc, #fff 38%, #f3f7f9);
}

.cg-rfq-layout {
  display: grid;
  grid-template-columns: minmax(420px, .38fr) minmax(0, .62fr);
  gap: 44px;
  align-items: start;
}

.cg-rfq-left h2 {
  margin: 18px 0;
  max-width: 560px;
  font-size: clamp(44px, 4.4vw, 74px);
  line-height: 1.05;
}

.cg-rfq-left > p {
  max-width: 560px;
  color: #1d2b3f;
  font-size: 18px;
  line-height: 1.6;
}

.cg-rfq-helper {
  margin-top: 30px;
  padding: 24px;
  border: 1px solid var(--cg-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .8);
}

.cg-rfq-helper h3 {
  margin: 0 0 18px;
  color: var(--cg-teal);
  text-transform: uppercase;
  font-size: 18px;
}

.cg-rfq-helper div {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 14px;
  padding: 16px 0;
  border-top: 1px solid var(--cg-line);
}

.cg-rfq-helper div span {
  color: var(--cg-teal);
  font-weight: 950;
}

.cg-rfq-helper div p {
  grid-column: 2;
  margin-top: 4px;
  color: var(--cg-muted);
  font-size: 14px;
}

.cg-faq {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.cg-faq article {
  padding: 18px;
  border: 1px solid var(--cg-line);
  border-radius: 8px;
  background: #fff;
}

.cg-faq h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.cg-faq p {
  color: var(--cg-muted);
  font-size: 14px;
}

.cg-rfq-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border: 1px solid #d7e3ea;
  border-radius: 12px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 64px rgba(13, 30, 45, .12);
}

.cg-rfq-form-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 18px;
  align-items: start;
}

.cg-rfq-form-head h3 {
  margin: 0;
  font-size: 30px;
}

.cg-rfq-form-head p {
  color: var(--cg-muted);
}

.cg-rfq-form-head span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--cg-teal);
  font-size: 13px;
  font-weight: 850;
}

.cg-rfq-field {
  display: grid;
  gap: 7px;
}

.cg-rfq-field span,
.cg-rfq-options legend {
  color: #152134;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cg-rfq-field input,
.cg-rfq-upload textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d3e0e7;
  border-radius: 5px;
  padding: 12px 14px;
  font: inherit;
}

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

.cg-rfq-options {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.cg-rfq-options div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.cg-rfq-options label {
  cursor: pointer;
}

.cg-rfq-options input {
  position: absolute;
  opacity: 0;
}

.cg-rfq-options span {
  display: grid;
  place-items: center;
  min-height: 46px;
  border: 1px solid #d3e0e7;
  border-radius: 5px;
  padding: 9px;
  color: #203047;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.cg-rfq-options input:checked + span {
  border-color: var(--cg-teal);
  background: rgba(4, 123, 120, .08);
  color: var(--cg-teal);
}

.cg-rfq-upload {
  display: grid;
  gap: 8px;
}

.cg-rfq-upload span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--cg-teal);
  font-size: 13px;
  font-weight: 900;
}

.cg-rfq-upload textarea {
  min-height: 86px;
  resize: vertical;
}

.cg-rfq-actions {
  display: grid;
  grid-template-columns: 1fr minmax(220px, .55fr);
  gap: 14px;
}

.cg-rfq-actions .btn {
  min-height: 58px;
  border-radius: 999px;
}

.cg-rfq-note {
  color: #5a687a;
  font-size: 13px;
}

.cg-rfq-note a {
  color: var(--cg-teal);
  font-weight: 850;
}

@media (max-width: 1180px) {
  .cg-hero-inner,
  .cg-section-head,
  .cg-route-summary,
  .cg-customer-shell,
  .cg-rfq-layout,
  .cg-review-protocol {
    grid-template-columns: 1fr;
  }

  .cg-route-grid,
  .cg-prep-flow,
  .cg-downstream-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cg-material-grid,
  .cg-industry-grid,
  .cg-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .cg-format-block,
  .cg-format-block:nth-child(n) {
    grid-column: auto;
  }

  .cg-outcome-strip,
  .cg-route-chain {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .cg-shell,
  .cg-hero-inner {
    width: min(calc(100% - 32px), 1460px);
  }

  .cg-home section {
    padding: 48px 0;
  }

  .cg-hero-inner,
  .cg-route-grid,
  .cg-material-grid,
  .cg-prep-tabs,
  .cg-prep-flow,
  .cg-format-proof,
  .cg-downstream-grid,
  .cg-example-grid,
  .cg-industry-stats,
  .cg-industry-grid,
  .cg-logo-grid,
  .cg-rfq-pair,
  .cg-rfq-options div,
  .cg-rfq-actions,
  .cg-review-protocol ol {
    grid-template-columns: 1fr;
  }

  .cg-hero-copy h1,
  .cg-section-head h2,
  .cg-rfq-left h2 {
    font-size: 42px;
  }

  .cg-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cg-format-block {
    grid-template-columns: 1fr;
  }
}

.privacy-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 4px 0 14px;
  color: #46576b;
  font-size: 12px;
  line-height: 1.45;
}

.privacy-consent input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #007b7f;
}

.privacy-consent a {
  color: #006f73;
  font-weight: 800;
}

.reference-rfq-widget .privacy-consent {
  margin: 2px 0 0;
  color: #536174;
}

.file-transfer-note {
  margin: 2px 0 14px;
  color: #536174;
  font-size: 12px;
  line-height: 1.5;
}

.file-transfer-note strong {
  color: #142238;
}

.reference-rfq-widget .file-transfer-note {
  margin-bottom: 4px;
}

.analytics-consent {
  position: fixed;
  z-index: 220;
  left: 20px;
  bottom: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(calc(100vw - 40px), 760px);
  padding: 18px;
  border: 1px solid #c9d9df;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 20px 56px rgba(9, 31, 45, .2);
}

.analytics-consent[hidden] {
  display: none;
}

.analytics-consent strong {
  display: block;
  margin-bottom: 4px;
  color: #0d1d31;
  font-size: 16px;
}

.analytics-consent p {
  margin: 0;
  color: #4f6072;
  font-size: 13px;
  line-height: 1.45;
}

.analytics-consent a {
  display: inline-block;
  margin-top: 7px;
  color: #006f73;
  font-size: 12px;
  font-weight: 800;
}

.analytics-consent-actions {
  display: flex;
  gap: 8px;
}

.analytics-consent-actions .btn {
  min-height: 44px;
  padding: 10px 14px;
  white-space: nowrap;
}

.footer-privacy-button {
  width: fit-content;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.footer-privacy-button:hover,
.footer-privacy-button:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.analytics-consent-open .reference-rfq-widget {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 760px) {
  .analytics-consent {
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    grid-template-columns: 1fr;
    gap: 12px;
    width: auto;
    padding: 16px;
  }

  .analytics-consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .analytics-consent-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Core machine, line and industry pages: evidence-led engineering architecture. */
.platform-engineering-band {
  padding: 68px 0 58px;
  border-bottom: 1px solid #cedee2;
  background: #f5f8f9;
}

.platform-engineering-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.platform-engineering-band .route-engineering-head .eyebrow {
  color: #006f73;
}

.platform-engineering-gallery figure {
  min-width: 0;
  height: 322px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 82px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #bed2d7;
  border-radius: 4px;
  background: #fff;
}

.platform-engineering-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 14px;
  object-fit: contain;
}

.platform-engineering-gallery figcaption {
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 11px 16px;
  border-top: 1px solid #d7e4e7;
}

.platform-engineering-gallery figcaption strong {
  color: #075e66;
  font-size: 13px;
  line-height: 1.25;
}

.platform-engineering-gallery figcaption span {
  color: #4b5b6e;
  font-size: 12px;
  line-height: 1.4;
}

.platform-route-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px 0 0;
  padding: 0;
  border-top: 1px solid #91b8be;
  border-bottom: 1px solid #91b8be;
  background: #fff;
  list-style: none;
}

.platform-route-flow li {
  min-width: 0;
  min-height: 188px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-content: start;
  padding: 24px 20px 22px;
  border-left: 1px solid #c8dade;
}

.platform-route-flow li:first-child {
  border-left: 0;
}

.platform-route-flow li > span {
  color: #008184;
  font-size: 25px;
  font-weight: 850;
  line-height: 1;
}

.platform-route-flow h3 {
  margin: 0 0 8px;
  color: #102036;
  font-size: 18px;
  line-height: 1.25;
}

.platform-route-flow p {
  margin: 0;
  color: #46576b;
  font-size: 13px;
  line-height: 1.52;
}

.platform-route-boundary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 4px;
  background: #0b3440;
  color: #fff;
}

.platform-route-boundary > div {
  display: grid;
  gap: 4px;
}

.platform-route-boundary strong {
  color: #86d3d0;
  font-size: 12px;
  text-transform: uppercase;
}

.platform-route-boundary span {
  color: #d7e4e6;
  font-size: 13px;
  line-height: 1.42;
}

.platform-route-boundary .btn {
  min-height: 46px;
  white-space: nowrap;
}

.platform-route-boundary .btn-plain {
  border-color: rgba(255,255,255,.62);
  background: transparent;
  color: #fff;
}

.platform-route-boundary .btn-plain:hover,
.platform-route-boundary .btn-plain:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #0b3440;
}

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

  .platform-engineering-gallery figure:last-child {
    grid-column: 1 / -1;
  }

  .platform-route-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-route-flow li:nth-child(3) {
    border-top: 1px solid #c8dade;
    border-left: 0;
  }

  .platform-route-flow li:nth-child(4) {
    border-top: 1px solid #c8dade;
  }
}

@media (max-width: 760px) {
  .platform-engineering-band {
    padding-block: 44px 36px;
  }

  .platform-engineering-gallery,
  .platform-route-flow,
  .platform-route-boundary {
    grid-template-columns: 1fr;
  }

  .platform-engineering-gallery figure,
  .platform-engineering-gallery figure:last-child {
    grid-column: auto;
    height: 288px;
  }

  .platform-route-flow li,
  .platform-route-flow li:nth-child(n) {
    min-height: 0;
    border-top: 1px solid #c8dade;
    border-left: 0;
  }

  .platform-route-flow li:first-child {
    border-top: 0;
  }

  .platform-route-boundary .btn {
    width: 100%;
  }
}

/* Reference-locked review: supplied 1.png and 2.png only. */
.reference-review-home {
  overflow: hidden;
  background: #fff;
  color: #071426;
}

.reference-review-home :is(h1, h2, h3, p) {
  letter-spacing: 0;
}

.reference-review-home .container,
.reference-hero .cg-hero-inner {
  width: min(calc(100% - 64px), 1460px);
  max-width: none;
  margin-inline: auto;
}

.reference-review-home section.reference-hero {
  min-height: 680px;
  padding: 8px 0;
  display: grid;
  align-items: center;
  background: #fff;
}

.reference-hero .cg-hero-inner {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(460px, .42fr) minmax(0, .58fr);
  gap: 28px;
  align-items: center;
}

.reference-hero .cg-hero-copy {
  padding: 0;
}

.reference-hero .cg-line-label {
  color: #007d80;
  font-size: 13px;
}

.reference-hero .cg-line-label::before {
  background: #008f91;
}

.reference-hero h1 {
  max-width: 630px;
  margin: 24px 0 18px;
  color: #061326;
  font-size: clamp(56px, 4.5vw, 74px);
  font-weight: 850;
  line-height: 1.02;
}

.reference-hero .cg-hero-copy > p {
  max-width: 610px;
  color: #1d2b3e;
  font-size: 18px;
  line-height: 1.62;
}

.reference-hero .cg-hero-actions {
  margin-top: 26px;
  gap: 16px;
}

.reference-hero .cg-hero-actions .btn {
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 3px;
}

.reference-hero .cg-hero-proof {
  max-width: 630px;
  margin-top: 28px;
  border-top: 1px solid #d9e3e8;
}

.reference-hero .cg-hero-proof div {
  min-height: 76px;
  padding: 14px 8px 0;
  border-left-color: #d9e3e8;
  color: #008f91;
}

.reference-hero .cg-hero-proof span {
  color: #0d1a2d;
  font-size: 11px;
}

.reference-hero .cg-hero-machine {
  height: 650px;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #f6f9fa;
}

.reference-hero .cg-hero-machine img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.reference-review-home section.reference-route-center {
  padding: 24px 0 30px;
  border-top: 1px solid #e1e8ec;
  background: #f5f7f9;
}

.reference-route-layout {
  display: grid;
  grid-template-columns: 1.35fr repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.reference-route-intro {
  padding: 10px 16px 10px 6px;
}

.reference-route-intro > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #007d80;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.reference-route-intro > span::before {
  content: "";
  width: 32px;
  height: 2px;
  background: #008f91;
}

.reference-route-intro h2 {
  margin: 13px 0 12px;
  color: #071426;
  font-size: clamp(27px, 2.2vw, 38px);
  line-height: 1.08;
}

.reference-route-intro p {
  color: #334155;
  font-size: 13px;
  line-height: 1.55;
}

.reference-route-card {
  min-width: 0;
  padding: 10px 12px 14px;
  border: 1px solid #e1e7ea;
  border-radius: 4px;
  background: #fff;
}

.reference-route-image {
  height: 96px;
  display: block;
  overflow: hidden;
}

.reference-route-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.reference-route-card h3 {
  margin: 10px 0 8px;
  color: #101c2d;
  font-size: 15px;
  line-height: 1.22;
}

.reference-route-card p {
  min-height: 62px;
  color: #425064;
  font-size: 11px;
  line-height: 1.5;
}

.reference-route-card .card-link {
  display: inline-flex;
  margin-top: 8px;
  color: #008487;
  font-size: 11px;
  font-weight: 850;
}

.reference-review-home section.complete-line-section {
  min-height: 940px;
  scroll-margin-top: 96px;
  padding: 46px 0 28px;
  border-top: 1px solid #d8e3e7;
  background: #f7fafb;
}

.complete-line-head {
  min-height: 242px;
  display: grid;
  grid-template-columns: minmax(480px, .82fr) minmax(0, 1.18fr);
  gap: 48px;
  align-items: center;
}

.complete-line-copy > span {
  display: block;
  color: #007d80;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.complete-line-copy h2 {
  max-width: 730px;
  margin: 12px 0 16px;
  color: #071426;
  font-size: clamp(48px, 3.7vw, 58px);
  line-height: 1.03;
}

.complete-line-copy p {
  max-width: 650px;
  color: #314056;
  font-size: 15px;
  line-height: 1.6;
}

.complete-line-overview {
  position: relative;
  min-width: 0;
  min-height: 228px;
  margin: 0;
  padding-bottom: 42px;
}

.complete-line-overview img {
  width: 100%;
  height: 192px;
  display: block;
  object-fit: contain;
}

.complete-line-overview figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  border-left: 2px solid #00878a;
  background: #fff;
  color: #304257;
  font-size: 11px;
}

.complete-line-overview figcaption strong {
  color: #0f2135;
  font-size: 12px;
}

.complete-line-overview figcaption b {
  color: #00878a;
  font-size: 16px;
}

.complete-line-flow {
  display: grid;
  grid-template-columns: 1.1fr 1fr .94fr 1.04fr 1.18fr;
  margin: 18px 0 0;
  padding: 0;
  border: 1px solid #afcfd3;
  border-radius: 6px;
  background: #fff;
  list-style: none;
}

.complete-line-stage {
  position: relative;
  min-width: 0;
  min-height: 448px;
  display: flex;
  flex-direction: column;
  padding: 14px 16px 16px;
  border-left: 1px solid #d6e2e5;
  list-style: none;
}

.complete-line-stage:first-child {
  border-left: 0;
}

.complete-line-stage:not(:last-child)::after {
  content: "›";
  position: absolute;
  z-index: 3;
  top: 122px;
  right: -15px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #8fc5c7;
  border-radius: 50%;
  background: #fff;
  color: #007d80;
  font-size: 22px;
  line-height: 1;
}

.complete-line-visual {
  position: relative;
  height: 248px;
  display: block;
  border-bottom: 1px solid #e2eaed;
}

.complete-line-visual > span {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #00686d;
  color: #fff;
  font-size: 16px;
  font-weight: 850;
}

.complete-line-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.complete-line-stage-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 12px;
}

.complete-line-stage-body > small {
  color: #007d80;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.complete-line-stage-body h3 {
  min-height: 48px;
  margin: 5px 0 8px;
  color: #111e31;
  font-size: 19px;
  line-height: 1.2;
}

.complete-line-stage-body h3 a {
  color: inherit;
  text-decoration: none;
}

.complete-line-stage-body > p {
  min-height: 82px;
  color: #3b4a5e;
  font-size: 11px;
  line-height: 1.55;
}

.complete-line-stage-body > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.complete-line-stage-body > ul li {
  min-height: 23px;
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  border: 1px solid #8fc5c7;
  border-radius: 2px;
  color: #006f73;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.complete-line-boundary {
  min-height: 108px;
  display: grid;
  grid-template-columns: minmax(270px, .8fr) minmax(0, 1.9fr) minmax(190px, .58fr);
  gap: 24px;
  align-items: center;
  margin-top: 16px;
  padding: 16px 20px;
  border-radius: 5px;
  background: #0b3440;
  color: #fff;
}

.complete-line-boundary-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.complete-line-boundary-title .cg-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  color: #78d2d0;
}

.complete-line-boundary-title span,
.complete-line-boundary-flow > span > span {
  display: flex;
  flex-direction: column;
}

.complete-line-boundary-title strong {
  font-size: 16px;
}

.complete-line-boundary-title small,
.complete-line-boundary-flow small {
  margin-top: 3px;
  color: #c9dadd;
  font-size: 10px;
  line-height: 1.35;
}

.complete-line-boundary-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.complete-line-boundary-flow > span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.complete-line-boundary-flow .cg-icon {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  color: #78d2d0;
}

.complete-line-boundary-flow strong {
  font-size: 11px;
  white-space: nowrap;
}

.complete-line-boundary-flow b {
  color: #78d2d0;
  font-size: 21px;
  font-weight: 400;
}

.complete-line-boundary > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 13px;
  border: 1px solid #75c7c8;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.complete-line-boundary > a:hover,
.complete-line-boundary > a:focus-visible {
  background: #fff;
  color: #0b3440;
}

.complete-line-note {
  margin-top: 8px;
  color: #647285;
  font-size: 9px;
  text-align: center;
}

.reference-review-home section.material-intelligence-section {
  min-height: 1010px;
  scroll-margin-top: 96px;
  padding: 40px 0 26px;
  border-top: 1px solid #d9e5e8;
  background: #fff;
}

.material-intelligence-head {
  min-height: 214px;
  display: grid;
  grid-template-columns: minmax(470px, 1.05fr) minmax(300px, .64fr) minmax(330px, .8fr);
  gap: 34px;
  align-items: center;
}

.material-intelligence-copy > span {
  display: block;
  color: #007d80;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.material-intelligence-copy h2 {
  max-width: 690px;
  margin: 12px 0 0;
  color: #071426;
  font-size: clamp(48px, 3.55vw, 56px);
  line-height: 1.03;
}

.material-intelligence-lead {
  padding: 12px 0 12px 24px;
  border-left: 2px solid #78babc;
}

.material-intelligence-lead p,
.material-intelligence-lead strong {
  display: block;
  color: #25364b;
  font-size: 14px;
  line-height: 1.55;
}

.material-intelligence-lead strong {
  margin-top: 7px;
  color: #007d80;
}

.material-intelligence-context {
  position: relative;
  min-width: 0;
  min-height: 178px;
  margin: 0;
  padding-bottom: 34px;
}

.material-intelligence-context img {
  width: 100%;
  height: 148px;
  display: block;
  object-fit: contain;
}

.material-intelligence-context figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #35465a;
  font-size: 9px;
  font-weight: 750;
}

.material-intelligence-context figcaption b {
  color: #00878a;
  font-size: 14px;
}

.material-compare {
  display: grid;
  grid-template-columns: 180px repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #a8cbd0;
  border-radius: 5px;
  background: #fff;
}

.material-compare-axis,
.material-compare-column {
  min-width: 0;
  display: grid;
  grid-template-rows: 72px 136px 310px 86px;
}

.material-compare-axis {
  background: #0b3440;
  color: #fff;
}

.material-axis-head,
.material-axis-image,
.material-axis-row,
.material-axis-route {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.material-axis-head {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-top: 0;
}

.material-axis-head small,
.material-axis-image small,
.material-axis-row small,
.material-axis-route small {
  color: #c8dadd;
  font-size: 9px;
  line-height: 1.35;
}

.material-axis-head strong {
  font-size: 13px;
  line-height: 1.25;
}

.material-axis-image .cg-icon,
.material-axis-row .cg-icon,
.material-axis-route .cg-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  color: #79d2d0;
}

.material-axis-image span,
.material-axis-row span,
.material-axis-route span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.material-axis-image strong,
.material-axis-row strong,
.material-axis-route strong {
  font-size: 11px;
}

.material-compare-axis > .material-axis-row:nth-of-type(3) {
  min-height: 96px;
}

.material-compare-axis > .material-axis-row:nth-of-type(4) {
  min-height: 118px;
}

.material-compare-axis > .material-axis-row:nth-of-type(5) {
  min-height: 96px;
}

.material-compare-axis {
  grid-template-rows: 72px 136px 96px 118px 96px 86px;
}

.material-compare-column {
  border-left: 1px solid #d2e0e4;
}

.material-compare-column > header {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
}

.material-compare-column > header > span {
  color: #007d80;
  font-size: 27px;
  font-weight: 850;
}

.material-compare-column > header > div {
  min-width: 0;
}

.material-compare-column h3 {
  margin: 0;
  color: #111e31;
  font-size: 19px;
  line-height: 1.15;
}

.material-compare-column > header small {
  display: block;
  margin-top: 3px;
  color: #637185;
  font-size: 9px;
  line-height: 1.25;
}

.material-compare-image {
  height: 136px;
  display: block;
  overflow: hidden;
  border-top: 1px solid #dce7ea;
}

.material-compare-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.material-compare-column dl {
  display: grid;
  grid-template-rows: 96px 118px 96px;
  margin: 0;
}

.material-compare-column dl > div {
  min-width: 0;
  padding: 12px 14px;
  border-top: 1px solid #dce7ea;
}

.material-compare-column dt {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.material-compare-column dd {
  margin: 0;
  color: #26384d;
  font-size: 12px;
  line-height: 1.5;
}

.material-compare-column footer {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  padding: 10px 12px;
  border-top: 1px solid #dce7ea;
  background: #f8fbfb;
}

.material-compare-column footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.material-compare-column footer li {
  padding: 3px 5px;
  border: 1px solid #91c6c8;
  border-radius: 2px;
  color: #006f73;
  font-size: 7px;
  font-weight: 850;
  text-transform: uppercase;
}

.material-compare-column footer > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #006f73;
  font-size: 10px;
  font-weight: 850;
  text-decoration: none;
}

.material-process-band {
  min-height: 98px;
  display: grid;
  grid-template-columns: 275px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 14px;
  padding: 14px 20px;
  border: 1px solid #9bc9cc;
  border-radius: 4px;
  background: #f8fbfb;
}

.material-process-title,
.material-process-flow,
.material-process-flow > span {
  display: flex;
  align-items: center;
}

.material-process-title {
  gap: 12px;
}

.material-process-title .cg-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  color: #008487;
}

.material-process-title > span,
.material-process-flow > span > span {
  display: flex;
  flex-direction: column;
}

.material-process-title strong {
  color: #112035;
  font-size: 16px;
}

.material-process-title small,
.material-process-flow small {
  margin-top: 3px;
  color: #526176;
  font-size: 9px;
  line-height: 1.3;
}

.material-process-flow {
  justify-content: space-between;
  gap: 8px;
}

.material-process-flow > span {
  min-width: 0;
  gap: 7px;
}

.material-process-flow .cg-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  color: #008487;
}

.material-process-flow strong {
  color: #17263a;
  font-size: 10px;
  white-space: nowrap;
}

.material-process-flow > b {
  color: #008487;
  font-size: 21px;
  font-weight: 400;
}

.reference-review-home section.pack-engineering-section {
  min-height: 1015px;
  scroll-margin-top: 96px;
  padding: 34px 0 22px;
  border-top: 1px solid #d9e5e8;
  background: #fff;
}

.pack-engineering-head {
  min-height: 334px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(500px, .78fr);
  gap: 34px;
  align-items: center;
}

.pack-engineering-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #007d80;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.pack-engineering-copy > span::before {
  content: "";
  width: 38px;
  height: 2px;
  background: #008f91;
}

.pack-engineering-copy h2 {
  max-width: 760px;
  margin: 14px 0 14px;
  color: #071426;
  font-size: clamp(49px, 3.65vw, 57px);
  line-height: 1.03;
}

.pack-engineering-copy > p {
  max-width: 700px;
  color: #26374c;
  font-size: 16px;
  line-height: 1.55;
}

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

.pack-engineering-proof > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border-left: 1px solid #d5e1e4;
}

.pack-engineering-proof > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.pack-engineering-proof .cg-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: #008487;
}

.pack-engineering-proof span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.pack-engineering-proof strong {
  color: #142135;
  font-size: 11px;
}

.pack-engineering-proof small {
  margin-top: 2px;
  color: #435064;
  font-size: 9px;
  line-height: 1.3;
}

.pack-engineering-machine {
  position: relative;
  min-width: 0;
  min-height: 326px;
  margin: 0;
  padding-bottom: 36px;
}

.pack-engineering-machine img {
  width: 100%;
  height: 290px;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}

.pack-engineering-machine figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding-left: 12px;
  border-left: 2px solid #00878a;
  color: #526176;
  font-size: 9px;
}

.pack-engineering-machine figcaption strong {
  color: #0f2135;
  font-size: 10px;
}

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

.pack-platform-card {
  min-width: 0;
  min-height: 276px;
  display: grid;
  grid-template-columns: minmax(248px, .42fr) minmax(0, .58fr);
  grid-template-rows: 1fr 58px;
  overflow: hidden;
  border: 1px solid #bfd4d8;
  border-radius: 5px;
  background: #fff;
}

.pack-platform-copy {
  min-width: 0;
  padding: 15px 10px 12px 17px;
}

.pack-platform-copy header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pack-platform-copy header > span,
.pack-constraint-card > header > span {
  min-width: 46px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  background: #007d80;
  color: #fff;
  font-size: 22px;
  font-weight: 850;
}

.pack-platform-copy header > div {
  min-width: 0;
}

.pack-platform-copy h3,
.pack-constraint-card h3 {
  margin: 0;
  color: #132033;
  text-transform: uppercase;
}

.pack-platform-copy h3 {
  font-size: 21px;
}

.pack-platform-copy header small {
  display: block;
  margin-top: 2px;
  color: #007d80;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.pack-platform-copy > strong {
  display: block;
  margin: 12px 0 7px 56px;
  color: #1a2940;
  font-size: 12px;
  line-height: 1.4;
}

.pack-platform-copy > p {
  margin: 0 0 8px 56px;
  color: #314056;
  font-size: 11px;
  line-height: 1.46;
}

.pack-platform-copy > a {
  margin-left: 56px;
  color: #006f73;
  font-size: 9px;
  font-weight: 850;
  text-decoration: none;
}

.pack-platform-visual {
  min-width: 0;
  height: 216px;
  align-self: end;
  display: block;
  overflow: hidden;
}

.pack-platform-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}

.pack-platform-controls {
  grid-column: 1 / -1;
  min-height: 58px;
  display: grid;
  grid-template-columns: 88px repeat(5, minmax(0, 1fr));
  align-items: center;
  border-top: 1px solid #dce5e9;
  background: #f8fbfb;
}

.pack-platform-card:nth-child(2) .pack-platform-controls {
  grid-template-columns: 88px repeat(4, minmax(0, 1fr));
}

.pack-platform-controls > b {
  color: #006f73;
  font-size: 9px;
  text-align: center;
}

.pack-platform-controls > span {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 7px;
  border-left: 1px solid #d9e5e7;
}

.pack-platform-controls .cg-icon {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  color: #008487;
}

.pack-platform-controls small {
  color: #0c5260;
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.pack-constraint-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.pack-constraint-card {
  min-width: 0;
  min-height: 172px;
  display: grid;
  grid-template-rows: 44px 1fr 46px;
  overflow: hidden;
  border: 1px solid #cedee1;
  border-radius: 5px;
  background: #fff;
}

.pack-constraint-card > header {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 10px 0;
}

.pack-constraint-card > header > span {
  min-width: 38px;
  height: 34px;
  font-size: 17px;
}

.pack-constraint-card h3 {
  min-width: 0;
  font-size: 15px;
  line-height: 1.15;
}

.pack-constraint-body {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(130px, .4fr) minmax(0, .6fr);
  gap: 8px;
  align-items: center;
  padding: 5px 10px 7px;
}

.pack-constraint-body p {
  margin: 0;
  color: #344258;
  font-size: 10px;
  line-height: 1.4;
}

.pack-constraint-body a,
.pack-constraint-body img {
  width: 100%;
  height: 82px;
  display: block;
}

.pack-constraint-body img {
  object-fit: contain;
}

.pack-constraint-card > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(58px, 1fr));
  gap: 4px;
  margin: 0;
  padding: 7px 8px;
  border-top: 1px solid #e0e7eb;
  list-style: none;
}

.pack-constraint-card > ul li {
  color: #0c2842;
  font-size: 7px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.pack-definition-band {
  min-height: 94px;
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 12px;
  padding: 12px 18px;
  border: 1px solid #91c9cb;
  border-radius: 4px;
  background: #fbfdfd;
}

.pack-definition-title,
.pack-definition-flow,
.pack-definition-flow > span {
  display: flex;
  align-items: center;
}

.pack-definition-title {
  gap: 11px;
}

.pack-definition-title .cg-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  color: #008487;
}

.pack-definition-title strong {
  color: #007d80;
  font-size: 18px;
}

.pack-definition-flow {
  justify-content: space-between;
  gap: 8px;
}

.pack-definition-flow > span {
  min-width: 0;
  gap: 8px;
}

.pack-definition-flow > span > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.pack-definition-flow .cg-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  color: #008487;
}

.pack-definition-flow strong {
  color: #007d80;
  font-size: 9px;
  text-transform: uppercase;
  white-space: nowrap;
}

.pack-definition-flow small {
  max-width: 150px;
  margin-top: 3px;
  color: #344258;
  font-size: 8px;
  line-height: 1.3;
}

.pack-definition-flow > b {
  color: #008487;
  font-size: 24px;
  font-weight: 400;
}

.pack-platform-copy > a:hover,
.pack-platform-copy > a:focus-visible,
.pack-constraint-body a:focus-visible {
  color: #071426;
}

.pack-platform-copy > a:focus-visible,
.pack-platform-visual:focus-visible,
.pack-constraint-body a:focus-visible {
  outline: 2px solid #00878a;
  outline-offset: 3px;
}

.reference-review-home section.material-route-engineering {
  min-height: 1015px;
  scroll-margin-top: 96px;
  padding: 24px 0 18px;
  border-top: 1px solid #d9e5e8;
  background: #fff;
}

.material-route-head {
  min-height: 152px;
  display: grid;
  grid-template-columns: minmax(560px, .84fr) minmax(0, 1.16fr);
  gap: 28px;
  align-items: end;
  padding-bottom: 14px;
  border-bottom: 1px solid #d6e1e5;
}

.material-route-title > span {
  color: #007d80;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.material-route-title h2 {
  max-width: 670px;
  margin: 9px 0 10px;
  color: #071426;
  font-size: clamp(42px, 3vw, 48px);
  line-height: 1.02;
}

.material-route-title > p {
  color: #314056;
  font-size: 13px;
  line-height: 1.45;
}

.material-route-title > p strong {
  color: #007d80;
}

.material-route-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #cbdadd;
  border-radius: 5px;
}

.material-route-tabs button {
  position: relative;
  min-width: 0;
  min-height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 0;
  border-left: 1px solid #d6e1e5;
  background: #fff;
  color: #26364d;
  cursor: pointer;
}

.material-route-tabs button:first-child {
  border-left: 0;
}

.material-route-tabs button::after {
  content: "";
  position: absolute;
  right: 38%;
  bottom: 0;
  left: 38%;
  height: 3px;
  background: currentColor;
  opacity: 0;
}

.material-route-tabs button[aria-selected="true"] {
  background: #006c70;
  color: #fff;
}

.material-route-tabs button[aria-selected="true"]::after {
  bottom: 5px;
  opacity: 1;
}

.material-route-tabs .cg-icon {
  width: 34px;
  height: 34px;
}

.material-route-tabs span {
  font-size: 15px;
  font-weight: 850;
}

.material-route-tabs small {
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .72;
}

.material-route-tabs button:focus-visible,
.material-route-intro a:focus-visible,
.material-route-footer a:focus-visible {
  outline: 2px solid #00878a;
  outline-offset: -4px;
}

.material-route-panels article[hidden] {
  display: none;
}

.material-route-intro {
  min-height: 132px;
  display: grid;
  grid-template-columns: minmax(340px, .38fr) minmax(0, .62fr);
  gap: 30px;
  align-items: center;
  padding: 8px 0 10px;
  border-bottom: 1px solid #d6e1e5;
}

.material-route-intro > div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 7px 18px;
  align-items: start;
}

.material-route-intro > div > strong {
  grid-row: 1 / 3;
  padding: 2px 18px 2px 0;
  border-right: 2px solid #8fc5c7;
  color: #006f73;
  font-size: 17px;
  line-height: 1.15;
  text-transform: uppercase;
}

.material-route-intro p {
  color: #25364d;
  font-size: 11px;
  line-height: 1.45;
}

.material-route-intro a {
  color: #006f73;
  font-size: 9px;
  font-weight: 850;
  text-decoration: none;
}

.material-route-intro figure {
  min-width: 0;
  margin: 0;
}

.material-route-intro img {
  width: 100%;
  height: 102px;
  display: block;
  object-fit: contain;
}

.material-route-intro figcaption {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
  margin-top: 1px;
}

.material-route-intro figcaption span {
  color: #1f2e42;
  font-size: 8px;
  line-height: 1.2;
  text-align: center;
}

.material-route-stages {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d6e1e5;
  list-style: none;
}

.material-route-stages > li {
  min-width: 0;
  min-height: 126px;
  padding: 12px 14px 8px;
  border-left: 1px solid #d6e1e5;
}

.material-route-stages > li:first-child {
  border-left: 0;
}

.material-route-stages header {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.material-route-stages header > span {
  flex: 0 0 auto;
  color: #007d80;
  font-size: 27px;
  font-weight: 850;
  line-height: 1;
}

.material-route-stages h3 {
  margin: 0;
  color: #0f1c2e;
  font-size: 13px;
  line-height: 1.2;
}

.material-route-stages p {
  margin: 9px 0 0 41px;
  color: #435064;
  font-size: 10px;
  line-height: 1.4;
}

.material-route-process {
  min-height: 248px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 138px;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #d6e1e5;
}

.material-route-process > div {
  min-width: 0;
  height: 246px;
  overflow: hidden;
}

.material-route-process img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.material-route-process[data-material-route-process="granule"] img {
  width: 105.5%;
  max-width: none;
}

.material-route-process figcaption {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding-left: 16px;
  border-left: 2px solid #8fc5c7;
  color: #526176;
  font-size: 8px;
  text-transform: uppercase;
}

.material-route-process figcaption b {
  color: #008487;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.material-route-process figcaption strong {
  color: #006f73;
  font-size: 10px;
  line-height: 1.3;
}

.material-route-tags {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid #d6e1e5;
}

.material-route-tags ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin: 0;
  padding: 7px 9px;
  border-left: 1px solid #d6e1e5;
  list-style: none;
}

.material-route-tags ul:first-child {
  border-left: 0;
}

.material-route-tags li {
  min-height: 19px;
  display: grid;
  place-items: center;
  padding: 2px 4px;
  border: 1px solid #aed1d3;
  border-radius: 3px;
  color: #075b64;
  font-size: 6px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.material-route-benefits {
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 10px;
  padding: 9px 6px;
  border: 1px solid #b9d6d7;
  border-radius: 4px;
}

.material-route-benefits > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 0 12px;
  border-left: 1px solid #d6e1e5;
}

.material-route-benefits > div:first-child {
  border-left: 0;
}

.material-route-benefits .cg-icon {
  width: 32px;
  height: 32px;
  color: #007d80;
}

.material-route-benefits span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.material-route-benefits strong {
  color: #006f73;
  font-size: 10px;
  line-height: 1.2;
  text-transform: capitalize;
}

.material-route-benefits small {
  margin-top: 4px;
  color: #435064;
  font-size: 8px;
  line-height: 1.3;
}

.material-route-footer {
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(360px, 1.2fr) auto;
  gap: 18px;
  align-items: center;
  padding: 8px 10px 0;
}

.material-route-footer > strong {
  color: #006f73;
  font-size: 14px;
}

.material-route-footer > p {
  padding-left: 18px;
  border-left: 1px solid #c7d9dc;
  color: #536176;
  font-size: 8px;
  line-height: 1.35;
}

.material-route-footer > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.material-route-footer a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #008487;
  border-radius: 3px;
  color: #006f73;
  font-size: 8px;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.material-route-footer a:last-child {
  border-color: #a70f18;
  background: #a70f18;
  color: #fff;
}

.reference-rfq-widget.is-material-route-visible {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
}

.reference-review-home section.customer-proof-section {
  min-height: 0;
  padding: 68px 0 0;
  border-top: 1px solid #d6e1e5;
  background: #f6f9fa;
}

.customer-proof-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(430px, .75fr);
  gap: 56px;
  align-items: end;
}

.customer-proof-head h2 {
  max-width: 940px;
  margin: 15px 0 14px;
  color: #0d1a32;
  font-size: clamp(42px, 3.35vw, 54px);
  line-height: 1.02;
}

.customer-proof-head > div > p {
  max-width: 900px;
  color: #42536a;
  font-size: 15px;
  line-height: 1.62;
}

.customer-proof-standards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid #afc8cf;
  border-bottom: 1px solid #afc8cf;
}

.customer-proof-standards > div {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 18px;
  border-left: 1px solid #cfdee2;
}

.customer-proof-standards > div:first-child {
  border-left: 0;
}

.customer-proof-standards dt {
  min-height: 38px;
  display: flex;
  align-items: center;
  margin: 0;
  color: #00777b;
  font-size: 28px;
  font-weight: 850;
  line-height: 1;
}

.customer-proof-standards dt .cg-icon {
  width: 31px;
  height: 31px;
}

.customer-proof-standards dd {
  margin: 8px 0 0;
  color: #263a4f;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.customer-proof-toolbar {
  display: grid;
  grid-template-columns: minmax(300px, .58fr) minmax(0, 1.42fr);
  gap: 28px;
  align-items: end;
  margin-top: 40px;
  padding: 0 0 14px;
  border-bottom: 2px solid #0c7b7f;
}

.customer-proof-toolbar > div {
  display: grid;
  gap: 4px;
}

.customer-proof-toolbar > div > span {
  color: #0c1b34;
  font-size: 18px;
  font-weight: 850;
  text-transform: uppercase;
}

.customer-proof-toolbar > div > strong {
  color: #56677a;
  font-size: 12px;
  font-weight: 650;
}

.customer-proof-filters {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
}

.customer-proof-filters button {
  min-width: 0;
  min-height: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 7px;
  align-items: center;
  padding: 7px 8px;
  border: 1px solid #b9cdd3;
  border-radius: 4px;
  background: #fff;
  color: #31475a;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.customer-proof-filters button span {
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-proof-filters button b {
  min-width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid #c4d6da;
  border-radius: 50%;
  font-size: 10px;
}

.customer-proof-filters button:hover,
.customer-proof-filters button:focus-visible {
  border-color: #00777b;
}

.customer-proof-filters button[aria-pressed="true"] {
  border-color: #00696d;
  background: #00696d;
  color: #fff;
}

.customer-proof-filters button[aria-pressed="true"] b {
  border-color: rgba(255,255,255,.55);
}

.customer-proof-groups {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
  padding: 16px 0 20px;
}

.customer-proof-group {
  min-width: 0;
  grid-column: 1 / -1;
  padding: 14px;
  border: 1px solid #cedde2;
  border-radius: 6px;
  background: #fff;
}

.customer-proof-group[hidden] {
  display: none;
}

.customer-proof-group > header {
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dce6e9;
}

.customer-proof-group > header > div {
  min-width: 0;
  display: flex;
  gap: 11px;
  align-items: center;
}

.customer-proof-group > header .cg-icon {
  width: 34px;
  height: 34px;
  padding: 6px;
  flex: 0 0 auto;
  border: 1px solid #87bec3;
  border-radius: 50%;
  color: #00777b;
}

.customer-proof-group > header h3 {
  margin: 0;
  color: #102139;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}

.customer-proof-group > header p {
  margin: 3px 0 0;
  color: #647286;
  font-size: 9px;
  line-height: 1.3;
}

.customer-proof-group > header > b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #b9cfd4;
  border-radius: 50%;
  color: #00777b;
  font-size: 10px;
}

.customer-proof-group > .customer-proof-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.customer-proof-group--china > .customer-proof-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.customer-proof-group--confidential > .customer-proof-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.customer-proof-group--nutrition,
.customer-proof-group--pharma,
.customer-proof-group--food {
  grid-column: span 4;
}

.customer-proof-group--nutrition > .customer-proof-grid,
.customer-proof-group--pharma > .customer-proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-proof-group--food > .customer-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.customer-proof-section:not([data-project-proof-active="all"]) .customer-proof-group {
  grid-column: 1 / -1;
}

.customer-proof-section:not([data-project-proof-active="all"]) .customer-proof-group > .customer-proof-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.customer-proof-card {
  min-width: 0;
  min-height: 142px;
  display: grid;
  grid-template-rows: 76px minmax(64px, auto);
  border: 1px solid #d5e0e4;
  border-radius: 4px;
  background: #fff;
}

.customer-proof-card[hidden] {
  display: none;
}

.customer-proof-card figure {
  min-width: 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 8px 12px 4px;
}

.customer-proof-card img {
  width: 100%;
  height: 62px;
  object-fit: contain;
}

.customer-proof-card > div {
  min-width: 0;
  display: grid;
  align-content: center;
  padding: 7px 9px 9px;
  border-top: 1px solid #e2e9ec;
  text-align: center;
}

.customer-proof-card > div span {
  color: #008084;
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.customer-proof-card > div strong {
  margin-top: 2px;
  color: #14253c;
  font-size: 10px;
  line-height: 1.18;
}

.customer-proof-card > div small {
  margin-top: 3px;
  color: #647286;
  font-size: 8px;
  line-height: 1.2;
}

.customer-proof-card--confidential {
  border-style: dashed;
  background: #f8fbfc;
}

.customer-proof-card--confidential figure .cg-icon {
  width: 38px;
  height: 38px;
  padding: 8px;
  border: 1px solid #9ec7cc;
  border-radius: 50%;
  color: #00777b;
}

.customer-proof-disclosure {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(460px, .75fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 34px;
  padding: 18px 20px;
  border: 1px solid #c8d9de;
  border-left: 4px solid #00777b;
  background: #fff;
}

.customer-proof-disclosure > div:first-child {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.customer-proof-disclosure .cg-icon {
  width: 36px;
  height: 36px;
  color: #00777b;
}

.customer-proof-disclosure strong {
  color: #102139;
  font-size: 13px;
  text-transform: uppercase;
}

.customer-proof-disclosure p {
  margin: 4px 0 0;
  color: #4b5d70;
  font-size: 11px;
  line-height: 1.5;
}

.customer-proof-disclosure small {
  display: block;
  margin-top: 5px;
  color: #65778a;
  font-size: 9px;
  line-height: 1.45;
}

.customer-proof-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}

.customer-proof-actions > a:first-child {
  min-height: 44px;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 0 12px;
  color: #006c70;
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

.customer-proof-actions .btn {
  min-height: 46px;
  padding-inline: 18px;
  font-size: 11px;
  white-space: nowrap;
}

.customer-proof-route {
  background: #073f49;
  color: #fff;
}

.customer-proof-route > .container {
  min-height: 118px;
  display: flex;
  gap: 18px;
  align-items: center;
}

.customer-proof-route > .container > strong {
  flex: 0 0 140px;
  font-size: 10px;
  line-height: 1.35;
  text-transform: uppercase;
}

.customer-proof-route > .container > strong > span {
  display: block;
  color: #6fe1df;
  font-size: 29px;
  line-height: 1;
}

.customer-proof-route > .container > div {
  min-width: 0;
  flex: 1 1 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.customer-proof-route .cg-icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
}

.customer-proof-route > .container > div > span {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 8px;
  align-items: center;
}

.customer-proof-route > .container > div > span b {
  color: #70d8d7;
  font-size: 10px;
}

.customer-proof-route > .container > div > span strong {
  font-size: 11px;
  text-transform: uppercase;
}

.customer-proof-route > .container > div > span small {
  grid-column: 1 / -1;
  margin-top: 4px;
  color: #cce2e4;
  font-size: 9px;
  line-height: 1.35;
}

.customer-proof-route i {
  color: #75d5d5;
  font-size: 22px;
  font-style: normal;
}

.reference-rfq-widget.is-customer-proof-visible {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
}

.reference-review-home section.reference-engineering-rfq {
  min-height: 1024px;
  padding: 18px 0 14px;
  border-top: 1px solid #d8e4e7;
  background: linear-gradient(90deg, #f8fbfc, #fff 42%, #f4f8f9);
}

.reference-engineering-rfq .cg-rfq-layout {
  grid-template-columns: minmax(420px, .39fr) minmax(0, .61fr);
  gap: 34px;
}

.reference-engineering-rfq .cg-rfq-left h2 {
  margin: 16px 0 14px;
  font-size: clamp(50px, 4.3vw, 68px);
  line-height: 1.02;
}

.reference-engineering-rfq .cg-rfq-left > p {
  font-size: 16px;
  line-height: 1.55;
}

.reference-engineering-rfq .cg-rfq-helper {
  margin-top: 24px;
  padding: 20px;
  border-radius: 6px;
}

.reference-engineering-rfq .cg-rfq-helper h3 {
  margin-bottom: 10px;
  font-size: 15px;
}

.reference-engineering-rfq .cg-rfq-helper div {
  grid-template-columns: 40px 1fr;
  padding: 13px 0;
}

.reference-engineering-rfq .cg-rfq-helper div strong {
  color: #006f73;
  font-size: 13px;
  text-transform: uppercase;
}

.reference-engineering-rfq .cg-rfq-helper div p {
  font-size: 12px;
}

.reference-engineering-rfq .cg-rfq-form {
  gap: 11px;
  padding: 23px 26px;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(13, 30, 45, .1);
}

.reference-engineering-rfq .cg-rfq-form-head h3 {
  font-size: 25px;
  text-transform: uppercase;
}

.reference-engineering-rfq .cg-rfq-form-head p {
  font-size: 12px;
}

.reference-engineering-rfq .cg-rfq-field input {
  min-height: 40px;
  padding: 8px 11px;
  font-size: 12px;
}

.reference-engineering-rfq .cg-rfq-options div {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
  margin-top: 5px;
}

.reference-engineering-rfq .cg-rfq-options span {
  min-height: 39px;
  padding: 6px;
  font-size: 10px;
}

.reference-engineering-rfq .cg-rfq-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.reference-engineering-rfq .cg-rfq-upload textarea {
  min-height: 64px;
  padding: 9px 11px;
  font-size: 12px;
}

.reference-engineering-rfq .cg-rfq-actions .btn {
  min-height: 48px;
  font-size: 13px;
}

.reference-engineering-rfq .cg-rfq-note {
  font-size: 10px;
}

.reference-rfq-process {
  min-height: 116px;
  display: grid;
  grid-template-columns: 220px repeat(9, auto);
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  padding: 12px 18px;
  border: 1px solid #cddfe3;
  border-radius: 6px;
  background: rgba(255,255,255,.85);
}

.reference-rfq-process > strong {
  color: #006f73;
  font-size: 14px;
  text-transform: uppercase;
}

.reference-rfq-process > span {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px 24px minmax(84px, 1fr);
  gap: 6px;
  align-items: center;
}

.reference-rfq-process .cg-icon {
  width: 36px;
  height: 36px;
  padding: 7px;
  border: 1px solid #9bc9ca;
  border-radius: 50%;
  color: #007d80;
}

.reference-rfq-process > span > b {
  color: #0a1730;
  font-size: 14px;
}

.reference-rfq-process > span > span {
  display: flex;
  flex-direction: column;
}

.reference-rfq-process > span strong {
  color: #112038;
  font-size: 9px;
  text-transform: uppercase;
}

.reference-rfq-process small {
  color: #526178;
  font-size: 8px;
  line-height: 1.35;
}

.reference-rfq-process > em {
  color: #007d80;
  font-size: 24px;
  font-style: normal;
}

.reference-rfq-widget {
  position: fixed;
  z-index: 1200;
  right: 24px;
  bottom: 24px;
}

.reference-rfq-widget[data-open] {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
}

.reference-rfq-widget[data-open] .reference-rfq-launcher {
  opacity: 0;
  pointer-events: none;
}

.reference-rfq-launcher {
  position: relative;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 1px solid #087f83;
  border-radius: 50%;
  background: #fff;
  color: #073d43;
  box-shadow: 0 12px 30px rgba(8, 43, 55, .18);
  cursor: pointer;
}

.reference-rfq-launcher:hover {
  border-color: #00666a;
  box-shadow: 0 15px 34px rgba(8, 43, 55, .24);
  transform: translateY(-2px);
}

.reference-rfq-launcher::after {
  content: attr(data-label);
  position: absolute;
  right: 68px;
  width: max-content;
  max-width: 220px;
  padding: 8px 10px;
  border-radius: 3px;
  background: #071426;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateX(6px);
  transition: opacity .16s ease, transform .16s ease;
}

.reference-rfq-launcher:hover::after,
.reference-rfq-launcher:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.reference-rfq-launcher:focus-visible,
.reference-rfq-panel button:focus-visible,
.reference-rfq-panel input:focus-visible,
.reference-rfq-panel select:focus-visible,
.reference-rfq-panel textarea:focus-visible,
.reference-rfq-panel a:focus-visible {
  outline: 2px solid #008f91;
  outline-offset: 3px;
}

.reference-rfq-launcher .cg-icon {
  width: 25px;
  height: 25px;
  color: #00878a;
}

.reference-rfq-launcher span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.reference-rfq-launcher strong {
  font-size: 12px;
  text-transform: uppercase;
}

.reference-rfq-launcher small {
  color: #536176;
  font-size: 11px;
}

.reference-rfq-panel {
  position: fixed;
  right: 24px;
  bottom: 94px;
  width: min(420px, calc(100vw - 32px));
  max-height: calc(100dvh - 120px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #cfdee3;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(8, 31, 43, .24);
}

.reference-rfq-panel[hidden] {
  display: none;
}

.reference-rfq-panel > header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  padding: 17px 18px 14px;
  border-bottom: 1px solid #dce6e9;
  background: #f8fbfb;
}

.reference-rfq-panel > header span {
  color: #007d80;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.reference-rfq-panel > header h2 {
  margin: 3px 0 0;
  color: #101d31;
  font-size: 18px;
  line-height: 1.2;
}

.reference-rfq-panel > header p {
  margin: 6px 0 0;
  color: #536176;
  font-size: 12px;
  font-weight: 700;
}

.reference-rfq-panel > header button {
  width: 32px;
  height: 32px;
  display: grid;
  flex: 0 0 32px;
  place-items: center;
  border: 1px solid #cadbdf;
  border-radius: 50%;
  background: #fff;
  color: #24354b;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.reference-rfq-panel form {
  min-height: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.reference-rfq-widget-body {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  padding: 16px 18px;
}

.reference-rfq-step {
  display: grid;
  gap: 12px;
}

.reference-rfq-step[hidden] {
  display: none;
}

.reference-rfq-panel label {
  display: grid;
  gap: 5px;
}

.reference-rfq-panel label > span {
  color: #16243a;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.reference-rfq-panel input,
.reference-rfq-panel select,
.reference-rfq-panel textarea {
  width: 100%;
  min-height: 39px;
  padding: 8px 10px;
  border: 1px solid #d0dee3;
  border-radius: 4px;
  background: #fff;
  color: #17243a;
  font: inherit;
  font-size: 14px;
}

.reference-rfq-panel textarea {
  min-height: 70px;
  resize: vertical;
}

.reference-rfq-widget-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.reference-rfq-widget-actions {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px 18px;
  border-top: 1px solid #dce6e9;
  background: #fff;
}

.reference-rfq-widget-actions [hidden] {
  display: none;
}

.reference-rfq-widget-actions .btn {
  min-height: 44px;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 12px;
}

.reference-rfq-back {
  min-width: 62px;
  min-height: 44px;
  border: 1px solid #cadbdf;
  border-radius: 4px;
  background: #fff;
  color: #183246;
  cursor: pointer;
  font-weight: 800;
}

.reference-rfq-widget-actions > a {
  color: #007d80;
  font-size: 12px;
  font-weight: 800;
}

.reference-rfq-panel .form-status {
  min-height: 0;
  padding: 0 18px 12px;
  font-size: 12px;
}

.field-error {
  color: #a11717;
  font-size: 12px;
  font-weight: 700;
}

.thank-you-section {
  min-height: calc(100vh - 180px);
  display: grid;
  align-items: center;
  background: #f5f8f9;
}

.thank-you-layout {
  max-width: 920px;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.thank-you-mark {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #00686d;
  color: #fff;
  font-size: 42px;
}

.thank-you-layout h1 {
  max-width: 760px;
  margin: 10px 0 16px;
  color: #0d1d31;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
}

.thank-you-layout > div > p {
  max-width: 680px;
  color: #45566c;
  font-size: 18px;
  line-height: 1.65;
}

.thank-you-steps {
  display: grid;
  gap: 8px;
  margin: 26px 0;
}

.thank-you-steps span {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #24354b;
  font-size: 14px;
}

.thank-you-steps strong {
  color: #00686d;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 640px) {
  .thank-you-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .thank-you-mark {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }

  .thank-you-layout h1 {
    font-size: 42px;
  }

  .thank-you-actions {
    display: grid;
  }
}

.reference-rfq-panel [aria-invalid="true"] {
  border-color: #b42318;
  box-shadow: 0 0 0 2px rgba(180, 35, 24, .12);
}

@media (max-width: 1180px) {
  .reference-hero .cg-hero-inner {
    grid-template-columns: minmax(390px, .44fr) minmax(0, .56fr);
  }

  .reference-hero h1 {
    font-size: clamp(50px, 6vw, 66px);
  }

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

  .reference-route-intro {
    grid-column: span 3;
  }

  .complete-line-head {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }

  .complete-line-copy h2 {
    font-size: 44px;
  }

  .complete-line-overview {
    min-height: 212px;
  }

  .complete-line-overview img {
    height: 170px;
  }

  .complete-line-flow {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    border: 0;
    background: transparent;
  }

  .complete-line-stage,
  .complete-line-stage:nth-child(n) {
    grid-column: span 2;
    min-height: 430px;
    border: 1px solid #c8dadd;
    border-radius: 5px;
    background: #fff;
  }

  .complete-line-stage:nth-child(n + 4) {
    grid-column: span 3;
  }

  .complete-line-stage:not(:last-child)::after {
    display: none;
  }

  .complete-line-boundary {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .complete-line-boundary-flow {
    justify-content: flex-start;
  }

  .complete-line-boundary > a {
    justify-self: start;
  }

  .material-intelligence-head {
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
    gap: 24px;
  }

  .material-intelligence-copy {
    grid-row: 1 / span 2;
    align-self: start;
  }

  .material-intelligence-copy h2 {
    font-size: 44px;
  }

  .material-intelligence-lead,
  .material-intelligence-context {
    grid-column: 2;
  }

  .material-intelligence-context {
    min-height: 145px;
  }

  .material-intelligence-context img {
    height: 112px;
  }

  .material-compare {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .material-compare-axis {
    display: none;
  }

  .material-compare-column,
  .material-compare-column:nth-child(n) {
    grid-template-rows: 72px 150px 310px 86px;
    overflow: hidden;
    border: 1px solid #b9d3d7;
    border-radius: 4px;
  }

  .material-compare-image {
    height: 150px;
  }

  .material-compare-column dt {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip-path: none;
    display: block;
    margin-bottom: 5px;
    color: #007d80;
    font-size: 10px;
    font-weight: 850;
    line-height: 1.2;
    white-space: normal;
  }

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

  .material-process-flow {
    justify-content: flex-start;
  }

  .pack-engineering-head {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .7fr);
    gap: 24px;
  }

  .pack-engineering-copy h2 {
    font-size: 44px;
  }

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

  .pack-engineering-proof > div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .pack-engineering-machine {
    min-height: 250px;
  }

  .pack-engineering-machine img {
    height: 214px;
  }

  .pack-platform-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 180px 58px;
  }

  .pack-platform-copy,
  .pack-platform-visual,
  .pack-platform-controls {
    grid-column: 1;
  }

  .pack-platform-visual {
    height: 180px;
  }

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

  .pack-constraint-card:last-child {
    grid-column: 1 / -1;
  }

  .pack-definition-band {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pack-definition-flow {
    justify-content: flex-start;
  }

  .reference-review-home section.material-route-engineering {
    min-height: 1120px;
    padding-top: 28px;
  }

  .material-route-head {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .material-route-title h2 {
    max-width: 780px;
    font-size: 44px;
  }

  .material-route-tabs button {
    min-height: 78px;
    flex-direction: row;
    gap: 8px;
  }

  .material-route-tabs button small {
    display: none;
  }

  .material-route-tabs .cg-icon {
    width: 28px;
    height: 28px;
  }

  .material-route-stages > li {
    min-height: 140px;
    padding-inline: 10px;
  }

  .material-route-stages header {
    gap: 7px;
  }

  .material-route-stages header > span {
    font-size: 24px;
  }

  .material-route-stages h3 {
    font-size: 12px;
  }

  .material-route-stages p {
    margin-left: 31px;
    font-size: 8px;
  }

  .material-route-process {
    min-height: 212px;
    grid-template-columns: minmax(0, 1fr) 116px;
  }

  .material-route-process > div {
    height: 210px;
  }

  .material-route-benefits > div {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 6px;
    padding-inline: 8px;
  }

  .material-route-benefits .cg-icon {
    width: 26px;
    height: 26px;
  }

  .material-route-footer {
    grid-template-columns: minmax(240px, .8fr) minmax(300px, 1.2fr);
  }

  .material-route-footer > div {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .reference-engineering-rfq .cg-rfq-layout {
    grid-template-columns: 1fr;
  }

  .reference-rfq-process {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .reference-rfq-process > strong {
    grid-column: 1 / -1;
  }

  .reference-rfq-process > span {
    grid-template-columns: 36px 22px 1fr;
  }

  .reference-rfq-process > em {
    display: none;
  }
}

@media (max-width: 760px) {
  .reference-review-home .container,
  .reference-hero .cg-hero-inner {
    width: min(calc(100% - 28px), 1460px);
  }

  .reference-review-home section.reference-hero {
    min-height: 0;
    padding: 28px 0 34px;
  }

  .reference-hero .cg-hero-inner {
    min-width: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .reference-hero .cg-hero-copy {
    min-width: 0;
    max-width: 100%;
    display: contents;
  }

  .reference-hero .cg-line-label {
    order: 1;
    align-self: stretch;
    font-size: 10px;
  }

  .reference-hero h1 {
    order: 2;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    font-size: 44px;
    overflow-wrap: anywhere;
  }

  .reference-hero .cg-hero-copy > p {
    order: 3;
    min-width: 0;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  .reference-hero .cg-hero-actions {
    order: 4;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
  }

  .reference-hero .cg-hero-actions .btn {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    white-space: normal;
  }

  .reference-hero .cg-hero-machine {
    order: 5;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 1.36 / 1;
  }

  .reference-hero .cg-hero-proof {
    order: 6;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reference-review-home section.reference-route-center {
    padding: 32px 0;
  }

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

  .reference-route-intro {
    grid-column: auto;
  }

  .reference-route-card {
    display: grid;
    grid-template-columns: 112px 1fr;
    column-gap: 14px;
  }

  .reference-route-image {
    grid-row: 1 / span 4;
    height: 100%;
    min-height: 112px;
  }

  .reference-route-card h3,
  .reference-route-card p,
  .reference-route-card .card-link {
    grid-column: 2;
  }

  .reference-route-card h3 {
    margin-top: 2px;
  }

  .reference-route-card p {
    min-height: 0;
  }

  .reference-review-home section.complete-line-section {
    min-height: 0;
    padding: 46px 0 30px;
  }

  .complete-line-head {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .complete-line-copy h2 {
    font-size: 42px;
  }

  .complete-line-overview {
    min-height: 192px;
  }

  .complete-line-overview img {
    height: 154px;
  }

  .complete-line-overview figcaption {
    left: 0;
    right: auto;
  }

  .complete-line-flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .complete-line-stage,
  .complete-line-stage:nth-child(n),
  .complete-line-stage:nth-child(n + 4) {
    grid-column: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 12px;
    padding: 10px;
  }

  .complete-line-visual {
    height: 150px;
    border: 0;
  }

  .complete-line-visual > span {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .complete-line-stage-body {
    min-width: 0;
    padding: 4px 0 0;
  }

  .complete-line-stage-body h3,
  .complete-line-stage-body > p {
    min-height: 0;
  }

  .complete-line-stage-body h3 {
    font-size: 16px;
  }

  .complete-line-stage-body > p {
    display: none;
  }

  .complete-line-stage-body > ul {
    margin-top: 8px;
  }

  .complete-line-boundary {
    padding: 16px;
  }

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

  .complete-line-boundary-flow b {
    display: none;
  }

  .reference-review-home section.material-intelligence-section {
    min-height: 0;
    padding: 38px 0 24px;
  }

  .material-intelligence-head {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .material-intelligence-copy {
    grid-row: auto;
  }

  .material-intelligence-copy h2 {
    font-size: 38px;
    line-height: 1.02;
  }

  .material-intelligence-lead,
  .material-intelligence-context {
    grid-column: auto;
  }

  .material-intelligence-lead {
    padding: 9px 0 9px 14px;
  }

  .material-intelligence-lead p,
  .material-intelligence-lead strong {
    font-size: 13px;
    line-height: 1.45;
  }

  .material-intelligence-context {
    min-height: 112px;
    padding-bottom: 28px;
  }

  .material-intelligence-context img {
    height: 84px;
  }

  .material-compare {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .material-compare-column,
  .material-compare-column:nth-child(n) {
    grid-template-rows: 58px 108px auto 50px;
  }

  .material-compare-image {
    height: 108px;
  }

  .material-compare-column > header {
    gap: 8px;
    padding: 7px 10px;
  }

  .material-compare-column > header > span {
    font-size: 24px;
  }

  .material-compare-column h3 {
    font-size: 17px;
  }

  .material-compare-column dl {
    grid-template-rows: none;
  }

  .material-compare-column dl > div {
    min-height: 78px;
    padding: 9px 12px;
  }

  .material-compare-column dt {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip-path: none;
    display: block;
    margin-bottom: 3px;
    color: #007d80;
    font-size: 9px;
    font-weight: 800;
    white-space: normal;
  }

  .material-compare-column dd {
    font-size: 11px;
    line-height: 1.42;
  }

  .material-compare-column footer {
    gap: 0;
    padding: 8px 10px;
  }

  .material-compare-column footer ul {
    display: none;
  }

  .material-process-band {
    min-height: 0;
    gap: 14px;
    margin-top: 10px;
    padding: 12px 14px;
  }

  .material-process-title .cg-icon {
    width: 38px;
    height: 38px;
  }

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

  .material-process-flow > b {
    display: none;
  }

  .material-process-flow .cg-icon {
    width: 24px;
    height: 24px;
  }

  .material-process-flow strong {
    font-size: 9px;
    white-space: normal;
  }

  .material-process-flow small {
    display: none;
  }

  .reference-review-home section.pack-engineering-section {
    min-height: 0;
    padding: 26px 0 20px;
  }

  .pack-engineering-head {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pack-engineering-copy h2 {
    font-size: 38px;
  }

  .pack-engineering-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pack-engineering-machine {
    min-height: 140px;
    padding-bottom: 30px;
  }

  .pack-engineering-machine img {
    height: 110px;
  }

  .pack-platform-grid,
  .pack-constraint-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pack-platform-card {
    min-height: 0;
    grid-template-rows: auto 108px 46px;
  }

  .pack-platform-copy {
    padding: 10px 11px;
  }

  .pack-platform-copy h3 {
    font-size: 17px;
  }

  .pack-platform-copy header > span {
    min-width: 38px;
    height: 34px;
    font-size: 18px;
  }

  .pack-platform-copy > p {
    display: none;
  }

  .pack-platform-copy > strong {
    margin: 8px 0 6px 48px;
    font-size: 12px;
  }

  .pack-platform-copy > a {
    margin-left: 48px;
  }

  .pack-platform-visual {
    height: 108px;
  }

  .pack-platform-controls,
  .pack-platform-card:nth-child(2) .pack-platform-controls {
    min-height: 46px;
    grid-template-columns: 66px repeat(2, minmax(0, 1fr));
    overflow: hidden;
  }

  .pack-platform-controls > span:nth-of-type(n + 3) {
    display: none;
  }

  .pack-constraint-card:last-child {
    grid-column: auto;
  }

  .pack-constraint-card {
    min-height: 0;
    grid-template-rows: 42px 60px 34px;
  }

  .pack-constraint-body {
    grid-template-columns: 112px minmax(0, 1fr);
    padding: 3px 9px 5px;
  }

  .pack-constraint-body p {
    display: none;
  }

  .pack-constraint-body a,
  .pack-constraint-body img {
    grid-column: 1 / -1;
    height: 58px;
  }

  .pack-constraint-card > ul {
    padding: 6px;
  }

  .pack-constraint-card > ul li {
    font-size: 6px;
  }

  .pack-definition-band {
    gap: 8px;
    padding: 10px 12px;
  }

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

  .pack-definition-flow > b {
    display: none;
  }

  .pack-definition-flow .cg-icon {
    width: 24px;
    height: 24px;
  }

  .pack-definition-flow strong {
    white-space: normal;
  }

  .pack-definition-flow small {
    display: none;
  }

  .reference-review-home section.material-route-engineering {
    min-height: 0;
    padding: 34px 0 26px;
  }

  .material-route-head {
    gap: 12px;
  }

  .material-route-title h2 {
    font-size: 38px;
  }

  .material-route-title > p {
    font-size: 12px;
  }

  .material-route-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .material-route-tabs button {
    min-height: 64px;
    border-top: 1px solid #d6e1e5;
  }

  .material-route-tabs button:nth-child(-n + 2) {
    border-top: 0;
  }

  .material-route-tabs button:nth-child(odd) {
    border-left: 0;
  }

  .material-route-tabs span {
    font-size: 13px;
  }

  .material-route-intro {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 0;
  }

  .material-route-intro > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .material-route-intro > div > strong {
    grid-row: auto;
    padding: 0;
    border-right: 0;
  }

  .material-route-intro img {
    height: 88px;
  }

  .material-route-intro figcaption span {
    font-size: 6px;
  }

  .material-route-stages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .material-route-stages > li {
    min-height: 82px;
    border-top: 1px solid #d6e1e5;
    border-left: 1px solid #d6e1e5;
  }

  .material-route-stages > li:nth-child(odd) {
    border-left: 0;
  }

  .material-route-stages > li:last-child {
    grid-column: 1 / -1;
  }

  .material-route-stages p {
    display: none;
  }

  .material-route-process {
    min-height: 142px;
    grid-template-columns: 1fr;
  }

  .material-route-process > div {
    height: 140px;
  }

  .material-route-process figcaption,
  .material-route-tags {
    display: none;
  }

  .material-route-benefits {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 6px;
  }

  .material-route-benefits > div {
    min-height: 42px;
    align-items: center;
    border-top: 1px solid #d6e1e5;
  }

  .material-route-benefits > div:nth-child(-n + 2) {
    border-top: 0;
  }

  .material-route-benefits > div:nth-child(odd) {
    border-left: 0;
  }

  .material-route-benefits > div:last-child {
    grid-column: 1 / -1;
  }

  .material-route-benefits small {
    display: none;
  }

  .material-route-footer {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-inline: 0;
  }

  .material-route-footer > p {
    display: none;
  }

  .material-route-footer > div {
    grid-column: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reference-review-home section.reference-engineering-rfq {
    min-height: 0;
    padding: 42px 0 30px;
  }

  .reference-engineering-rfq .cg-rfq-left h2 {
    font-size: 42px;
  }

  .reference-engineering-rfq .cg-rfq-form {
    padding: 18px 14px;
  }

  .reference-engineering-rfq .cg-rfq-options div,
  .reference-engineering-rfq .cg-rfq-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reference-engineering-rfq .cg-rfq-pair,
  .reference-engineering-rfq .cg-rfq-actions,
  .reference-rfq-process {
    grid-template-columns: 1fr;
  }

  .reference-rfq-process > strong {
    grid-column: auto;
  }

  .reference-rfq-process > span {
    min-height: 68px;
    grid-template-columns: 38px 28px 1fr;
    border-top: 1px solid #d9e5e8;
  }

  .reference-rfq-widget {
    right: 12px;
    bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .reference-rfq-launcher {
    min-width: 0;
    width: 54px;
    height: 54px;
    min-height: 54px;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
  }

  .reference-rfq-launcher span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .reference-rfq-panel {
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    width: calc(100vw - 20px);
    max-height: calc(100dvh - 20px - env(safe-area-inset-bottom));
  }

  .reference-rfq-widget-pair {
    grid-template-columns: 1fr;
  }

  .reference-rfq-widget-actions {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    padding: 10px 14px;
  }

  .reference-rfq-widget-actions > a {
    grid-column: auto;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reference-review-home * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* V8 quality gate: Header + Hero only. */
html {
  scroll-padding-top: 96px;
  scroll-padding-bottom: 96px;
}

[data-material-route-tab] {
  scroll-margin-block: 96px;
}

.v8-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid #dbe4e8;
  box-shadow: 0 10px 28px rgba(9, 24, 38, .07);
  backdrop-filter: blur(18px);
}

.v8-header .header-inner {
  position: relative;
  width: min(100%, 1600px);
  min-height: 76px;
  padding: 0 32px;
  gap: 18px;
}

.v8-header .brand img {
  width: 202px;
}

.v8-header .site-nav {
  align-self: stretch;
  gap: 2px;
  color: #152135;
}

.v8-header .site-nav > :is(a, details) {
  align-content: center;
}

.v8-header .site-nav > a,
.v8-header .site-nav summary {
  position: relative;
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border: 0;
  color: #172337;
  font-size: 14px;
  font-weight: 780;
  cursor: pointer;
  list-style: none;
}

.v8-header .site-nav summary::-webkit-details-marker {
  display: none;
}

.v8-header .site-nav > a::after,
.v8-header .site-nav summary::after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 0;
  left: 11px;
  height: 2px;
  background: #078b8a;
  transform: scaleX(0);
  transition: transform .18s ease;
}

.v8-header .site-nav > a:hover::after,
.v8-header .site-nav > a.is-active::after,
.v8-header .nav-group:hover summary::after,
.v8-header .nav-group[open] summary::after,
.v8-header .nav-group.is-active summary::after {
  transform: scaleX(1);
}

.v8-header .nav-chevron {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
}

.v8-header .nav-group[open] .nav-chevron {
  transform: translateY(2px) rotate(225deg);
}

.v8-header .nav-menu {
  position: absolute;
  top: calc(100% + 1px);
  right: 32px;
  left: 32px;
  display: grid;
  grid-template-columns: minmax(240px, .34fr) minmax(0, .66fr);
  gap: 34px;
  padding: 28px;
  border: 1px solid #dbe4e8;
  background: #fff;
  box-shadow: 0 24px 56px rgba(9, 24, 38, .16);
}

.v8-header .nav-menu-intro {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 4px 28px 4px 2px;
  border-right: 1px solid #dbe4e8;
}

.v8-header .nav-menu-intro span {
  color: #078b8a;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.v8-header .nav-menu-intro strong {
  max-width: 330px;
  color: #071426;
  font-size: 24px;
  line-height: 1.18;
}

.v8-header .nav-menu-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 22px;
}

.v8-header .nav-menu-materials .nav-menu-links,
.v8-header .nav-menu-industries .nav-menu-links,
.v8-header .nav-menu-engineering .nav-menu-links,
.v8-header .nav-menu-services .nav-menu-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v8-header .nav-menu-links a {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 12px 0;
  border-bottom: 1px solid #e4ebee;
}

.v8-header .nav-menu-links a::after {
  display: none;
}

.v8-header .nav-menu-links strong {
  color: #0b1b30;
  font-size: 14px;
}

.v8-header .nav-menu-links span {
  color: #566477;
  font-size: 12px;
  line-height: 1.45;
}

.v8-header .nav-menu-links a:hover strong,
.v8-header .nav-menu-links a[aria-current="page"] strong {
  color: #007f80;
}

.v8-header .header-cta .btn {
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 4px;
  box-shadow: 0 12px 26px rgba(185, 22, 28, .17);
}

.mobile-nav-actions {
  display: none;
}

.reference-review-home section[id] {
  scroll-margin-top: 77px;
}

.reference-review-home section.reference-hero {
  position: relative;
  height: clamp(620px, calc(100svh - 120px), 780px);
  min-height: 620px;
  padding: 16px 0 42px;
  overflow: hidden;
  border-bottom: 1px solid #dfe8eb;
  background: #fff;
}

.reference-hero .cg-hero-inner {
  width: min(calc(100% - 64px), 1540px);
  height: 100%;
  grid-template-columns: minmax(470px, .43fr) minmax(0, .57fr);
  gap: 34px;
}

.reference-hero .cg-hero-copy {
  align-self: center;
  padding-bottom: 16px;
}

.reference-hero .cg-line-label {
  font-size: 12px;
}

.reference-hero h1 {
  max-width: 620px;
  margin: 22px 0 18px;
  font-size: clamp(58px, 4.4vw, 72px);
  line-height: 1.01;
}

.reference-hero .cg-hero-copy > p {
  max-width: 610px;
  font-size: 18px;
  line-height: 1.58;
}

.reference-hero .cg-hero-actions {
  margin-top: 26px;
  flex-wrap: nowrap;
  gap: 12px;
}

.reference-hero .cg-hero-actions .btn {
  min-height: 54px;
  padding: 14px 20px;
  white-space: nowrap;
}

.reference-hero .cg-hero-proof {
  max-width: 630px;
  margin-top: 28px;
}

.reference-hero .cg-hero-proof div {
  min-height: 78px;
  padding: 13px 7px 0;
}

.reference-hero .cg-hero-proof .cg-icon {
  width: 28px;
  height: 28px;
}

.reference-hero .cg-hero-proof span {
  font-size: 12px;
  line-height: 1.25;
}

.reference-hero .cg-hero-proof div:first-child span {
  white-space: nowrap;
}

.reference-hero .cg-hero-machine {
  position: relative;
  align-self: center;
  height: min(650px, 100%);
  overflow: hidden;
  background: #fff;
}

.reference-hero .cg-hero-machine img {
  object-fit: contain;
  object-position: center;
}

.hero-next {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #425267;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero-next b {
  color: #078b8a;
  font-size: 16px;
}

.reference-rfq-widget.is-hero-visible {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
}

@media (max-width: 1240px) {
  .v8-header .header-inner {
    padding-inline: 24px;
  }

  .v8-header .brand img {
    width: 180px;
  }

  .v8-header .site-nav > a,
  .v8-header .site-nav summary {
    padding-inline: 8px;
    font-size: 13px;
  }

  .v8-header .header-cta .btn {
    padding-inline: 14px;
  }

  .reference-hero .cg-hero-inner {
    grid-template-columns: minmax(410px, .44fr) minmax(0, .56fr);
    gap: 24px;
  }

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

  .reference-hero .cg-hero-actions {
    flex-wrap: wrap;
  }

  .reference-hero .cg-hero-actions .btn {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .v8-header .header-inner {
    min-height: 68px;
    padding-inline: 16px;
  }

  .v8-header .brand img {
    width: 174px;
  }

  .v8-header .nav-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    place-content: center;
    gap: 4px;
  }

  .v8-header .nav-toggle span {
    width: 18px;
    height: 2px;
    background: currentColor;
  }

  .v8-header .site-nav[data-open] {
    position: absolute;
    top: 68px;
    right: -16px;
    bottom: auto;
    left: -16px;
    display: grid;
    align-content: start;
    height: calc(100svh - 68px);
    max-height: calc(100svh - 68px);
    padding: 8px 20px 32px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-top: 1px solid #dbe4e8;
    border-bottom: 0;
    background: #fff;
    box-shadow: 0 24px 48px rgba(9, 24, 38, .12);
    z-index: 1;
  }

  .v8-header .site-nav > a,
  .v8-header .site-nav summary {
    min-height: 52px;
    padding: 0;
    border-bottom: 1px solid #e3eaee;
    color: #172337;
  }

  .v8-header .site-nav > a::after,
  .v8-header .site-nav summary::after {
    right: 0;
    left: 0;
  }

  html.nav-open {
    overflow: hidden;
  }

  .v8-header .nav-menu {
    position: static;
    grid-template-columns: 1fr;
    padding: 8px 0 16px;
    border: 0;
    border-bottom: 1px solid #dbe4e8;
    background: #f7fafb;
    box-shadow: none;
  }

  .v8-header .nav-menu-intro {
    display: none;
  }

  .v8-header .nav-menu-links,
  .v8-header .nav-menu-materials .nav-menu-links,
  .v8-header .nav-menu-industries .nav-menu-links,
  .v8-header .nav-menu-engineering .nav-menu-links,
  .v8-header .nav-menu-services .nav-menu-links {
    grid-template-columns: 1fr;
  }

  .v8-header .nav-menu-links a {
    padding: 10px 14px;
  }

  .v8-header .mobile-nav-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0 8px;
  }

  .v8-header .mobile-nav-actions .btn {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    text-align: center;
  }

  .reference-review-home section.reference-hero {
    height: auto;
    min-height: 0;
  }

  .hero-next {
    display: none;
  }
}

/* V9 quality gate: Entity Definition only. */
.reference-entity-definition {
  min-height: min(820px, calc(100svh - 76px));
  padding: 48px 0 38px;
  border-bottom: 1px solid #dfe8eb;
  background: #fff;
}

.entity-definition-head {
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(340px, .38fr);
  gap: 68px;
  align-items: end;
}

.entity-definition-head h2 {
  max-width: 850px;
  margin: 16px 0 0;
  color: #071426;
  font-size: clamp(42px, 3.7vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
}

.entity-definition-answer {
  padding: 4px 0 5px 28px;
  border-left: 2px solid #078b8a;
}

.entity-definition-answer > span {
  color: #078b8a;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.entity-definition-answer p {
  margin: 10px 0 0;
  color: #29384c;
  font-size: 16px;
  line-height: 1.55;
}

.entity-line-context {
  height: 142px;
  margin: 16px 0 0;
  overflow: hidden;
  background: #f8fafb;
}

.entity-line-context img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 62%;
  filter: saturate(.72) contrast(1.55) brightness(.9);
  opacity: 1;
}

.entity-decision-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 8px 0 0;
  padding: 0;
  border-top: 1px solid #cfdde3;
  border-bottom: 1px solid #cfdde3;
  list-style: none;
}

.entity-decision-route li {
  min-width: 0;
  border-left: 1px solid #dfe8eb;
}

.entity-decision-route li:first-child {
  border-left: 0;
}

.entity-decision-route a {
  min-height: 62px;
  display: grid;
  grid-template-columns: 24px auto minmax(0, 1fr) 16px;
  gap: 8px;
  align-items: center;
  padding: 9px 14px;
  color: inherit;
}

.entity-decision-route a:hover {
  background: #f4f8f9;
}

.entity-decision-route a:focus-visible {
  position: relative;
  z-index: 2;
  outline: 2px solid #078b8a;
  outline-offset: -2px;
}

.entity-decision-route span {
  color: #078b8a;
  font-size: 10px;
  font-weight: 900;
}

.entity-decision-route strong {
  color: #071426;
  font-size: 13px;
  white-space: nowrap;
}

.entity-decision-route small {
  min-width: 0;
  color: #59697d;
  font-size: 11px;
  line-height: 1.3;
}

.entity-decision-route b {
  color: #078b8a;
  font-size: 14px;
}

.entity-route {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfdde3;
  border-bottom: 1px solid #dfe8eb;
  list-style: none;
}

.entity-node {
  position: relative;
  min-width: 0;
  border-left: 1px solid #dfe8eb;
}

.entity-node-core {
  background: #f7fafb;
  box-shadow: inset 0 3px #071426;
}

.entity-node:first-child {
  border-left: 0;
}

.entity-node:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: -12px;
  right: -10px;
  z-index: 2;
  width: 20px;
  background: #fff;
  color: #078b8a;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.entity-node > a {
  height: 100%;
  min-height: 270px;
  display: grid;
  grid-template-rows: 26px 126px 1fr;
  padding: 14px 14px 18px;
  color: inherit;
}

.entity-node-number {
  color: #078b8a;
  font-size: 12px;
  font-weight: 900;
}

.entity-node-media {
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 4px 0 3px;
  border-bottom: 1px solid #e2eaed;
}

.entity-node-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: saturate(.68) contrast(1.08);
  transform: scale(1.1);
  transition: transform .2s ease;
}

.entity-node-core .entity-node-media img {
  filter: saturate(.94) contrast(1.14);
  transform: scale(1.22);
}

.entity-node-core .entity-node-number {
  color: #071426;
}

.entity-node > a:hover .entity-node-media img {
  transform: translateY(-3px) scale(1.1);
}

.entity-node-core > a:hover .entity-node-media img {
  transform: translateY(-3px) scale(1.22);
}

.entity-node-copy {
  display: grid;
  align-content: start;
  gap: 8px;
  padding-top: 12px;
}

.entity-node-copy strong {
  color: #071426;
  font-size: 17px;
  line-height: 1.15;
}

.entity-node-copy > span {
  color: #4a5a6f;
  font-size: 13px;
  line-height: 1.45;
}

.entity-definition-summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 18px 78px 0 0;
}

.entity-definition-summary strong {
  color: #075e61;
  font-size: 16px;
}

.entity-definition-summary > span {
  color: #526176;
  font-size: 13px;
  line-height: 1.45;
}

.entity-definition-summary a {
  color: #071426;
  font-size: 13px;
  font-weight: 850;
}

.entity-definition-summary a b {
  margin-left: 8px;
  color: #078b8a;
}

@media (max-width: 1240px) {
  .reference-entity-definition {
    min-height: 0;
  }

  .entity-definition-head {
    gap: 36px;
  }

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

  .entity-decision-route {
    display: none;
  }

  .entity-node:nth-child(4) {
    border-left: 0;
  }

  .entity-node > a {
    min-height: 250px;
  }
}

@media (max-width: 760px) {
  .reference-entity-definition {
    padding: 40px 0 32px;
  }

  .entity-definition-head,
  .entity-definition-summary {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .entity-definition-head h2 {
    font-size: 38px;
  }

  .entity-definition-answer {
    padding-left: 18px;
  }

  .entity-line-context {
    height: 86px;
  }

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

  .entity-node,
  .entity-node:nth-child(4) {
    border-left: 0;
    border-top: 1px solid #dfe8eb;
  }

  .entity-node:first-child {
    border-top: 0;
  }

  .entity-node:not(:last-child)::after {
    top: auto;
    right: 20px;
    bottom: -11px;
    transform: rotate(90deg);
  }

  .entity-node > a {
    min-height: 0;
    grid-template-columns: 36px 116px 1fr;
    grid-template-rows: auto;
    align-items: center;
    gap: 12px;
  }

  .entity-node-copy {
    padding-top: 0;
  }
}

/* V10 quality gate: Interactive Route Finder only. */
.reference-review-home section.route-finder {
  min-height: min(800px, calc(100svh - 76px));
  padding: 42px 0 36px;
  border-bottom: 1px solid #dbe5e9;
  background: #f3f7f8;
}

.route-finder-head {
  display: grid;
  grid-template-columns: minmax(0, .64fr) minmax(360px, .36fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 22px;
}

.route-finder-head h2 {
  max-width: 820px;
  margin: 16px 0 0;
  color: #071426;
  font-size: clamp(42px, 3.7vw, 60px);
  line-height: 1.02;
  letter-spacing: 0;
}

.route-finder-head > p {
  margin: 0 0 4px;
  padding-left: 26px;
  border-left: 2px solid #078b8a;
  color: #34445a;
  font-size: 16px;
  line-height: 1.55;
}

.route-finder-workspace {
  min-height: 500px;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #cfdde3;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(10, 31, 45, .08);
}

.route-finder-tabs {
  border-right: 1px solid #d6e1e6;
  background: #f7fafb;
}

.route-finder-tabs button {
  width: 100%;
  min-height: 100px;
  display: grid;
  grid-template-columns: 30px 30px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid #dce6ea;
  border-radius: 0;
  background: transparent;
  color: #526176;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.route-finder-tabs button:last-child {
  border-bottom: 0;
}

.route-finder-tabs button:hover {
  background: #eef5f6;
}

.route-finder-tabs button[aria-selected="true"] {
  background: #fff;
  color: #078b8a;
  box-shadow: inset 4px 0 #078b8a;
}

.route-finder-tabs button:focus-visible {
  position: relative;
  z-index: 2;
  outline: 3px solid rgba(7, 139, 138, .28);
  outline-offset: -3px;
}

.route-finder-tab-number {
  color: #078b8a;
  font-size: 11px;
  font-weight: 900;
}

.route-finder-tabs .cg-icon {
  width: 27px;
  height: 27px;
}

.route-finder-tabs button > span:nth-of-type(2) {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.route-finder-tabs strong {
  color: #071426;
  font-size: 15px;
  line-height: 1.15;
}

.route-finder-tabs small {
  color: #607086;
  font-size: 11px;
  line-height: 1.35;
}

.route-finder-tabs button > b {
  color: #078b8a;
  font-size: 17px;
  text-align: right;
}

.route-finder-panels,
.route-finder-panel {
  min-width: 0;
  height: 100%;
}

.route-finder-panel {
  display: grid;
  grid-template-columns: minmax(260px, .34fr) minmax(0, .66fr);
}

.route-finder-panel[hidden] {
  display: none;
}

.route-finder-visual {
  position: relative;
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid #dce6ea;
  background: #f3f7f8;
}

.route-finder-visual img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 22px;
  object-fit: contain;
}

.route-finder-visual-materials {
  background: #edf4f5;
}

.route-finder-material-grid {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 18px;
}

.route-finder-material-tile {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d4e0e4;
  background: #fff;
}

.route-finder-material-tile img {
  padding: 0;
  object-fit: cover;
  filter: saturate(.86) contrast(1.04);
}

.route-finder-material-tile b {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6px 8px;
  background: rgba(255, 255, 255, .92);
  color: #071426;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}

.route-finder-visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border-left: 3px solid #078b8a;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 24px rgba(10, 31, 45, .09);
}

.route-finder-visual figcaption span {
  color: #078b8a;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.route-finder-visual figcaption strong {
  color: #071426;
  font-size: 16px;
}

.route-finder-content {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  padding: 24px 26px 20px;
}

.route-finder-panel-title > span {
  color: #078b8a;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.route-finder-panel-title h3 {
  margin: 7px 0 16px;
  color: #071426;
  font-size: 28px;
  line-height: 1.08;
}

.route-finder-analysis {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(0, 1.12fr);
  border-top: 1px solid #dbe5e9;
  border-bottom: 1px solid #dbe5e9;
}

.route-finder-analysis > section {
  min-width: 0;
  padding: 16px 18px 15px 0;
}

.route-finder-analysis > section + section {
  padding-left: 18px;
  border-left: 1px solid #dbe5e9;
}

.route-finder-analysis h4 {
  margin: 0 0 12px;
  color: #526176;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.route-finder-analysis ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.route-finder-analysis li {
  position: relative;
  padding-left: 14px;
  color: #314156;
  font-size: 13px;
  line-height: 1.45;
}

.route-finder-analysis li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 6px;
  height: 2px;
  background: #078b8a;
}

.route-finder-next {
  background: #f8fafb;
}

.route-finder-next > strong {
  display: block;
  color: #075e61;
  font-size: 14px;
  line-height: 1.3;
}

.route-finder-next p {
  margin: 8px 0 12px;
  color: #526176;
  font-size: 12px;
  line-height: 1.4;
}

.route-finder-next a {
  color: #071426;
  font-size: 12px;
  font-weight: 850;
}

.route-finder-next a b {
  margin-left: 6px;
  color: #078b8a;
}

.route-finder-actions {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  align-items: center;
  justify-content: start;
  padding-top: 16px;
}

.route-finder-actions .btn {
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 3px;
  font-size: 13px;
  white-space: nowrap;
}

.route-finder-actions .cg-icon {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}

@media (max-width: 1240px) {
  .route-finder-head {
    gap: 34px;
  }

  .route-finder-workspace {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .route-finder-panel {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .route-finder-content {
    padding-inline: 22px;
  }

  .route-finder-panel-title h3 {
    font-size: 26px;
  }

  .route-finder-analysis > section {
    padding-right: 12px;
  }

  .route-finder-analysis > section + section {
    padding-left: 12px;
  }

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

@media (max-width: 760px) {
  .reference-review-home section.route-finder {
    min-height: 0;
    padding: 40px 0 32px;
  }

  .route-finder-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .route-finder-head h2 {
    font-size: 38px;
  }

  .route-finder-head > p {
    padding-left: 18px;
  }

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

  .route-finder-tabs {
    border-right: 0;
    border-bottom: 1px solid #d6e1e6;
  }

  .route-finder-tabs button {
    min-height: 76px;
  }

  .route-finder-tabs small {
    display: none;
  }

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

  .route-finder-visual {
    height: 220px;
    border-right: 0;
    border-bottom: 1px solid #dce6ea;
  }

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

  .route-finder-analysis > section,
  .route-finder-analysis > section + section {
    padding: 16px 0;
    border-left: 0;
    border-top: 1px solid #dbe5e9;
  }

  .route-finder-analysis > section:first-child {
    border-top: 0;
  }

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

}

/* V11 final cascade: desktop-first visual acceptance pass. */
@media (min-width: 761px) {
  .reference-review-home section.reference-hero {
    height: clamp(620px, calc(100svh - 92px), 744px);
    padding-top: 0;
  }

  .reference-hero .cg-hero-inner {
    width: min(100%, 1600px);
    grid-template-columns: minmax(500px, .42fr) minmax(0, .58fr);
    gap: 0;
    padding-left: clamp(32px, 4vw, 64px);
  }

  .reference-hero .cg-hero-copy {
    position: relative;
    z-index: 3;
    padding-right: 12px;
    padding-bottom: 6px;
  }

  .reference-hero .cg-hero-machine {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 100%;
    margin-right: 0;
    overflow: hidden;
    background: transparent;
    -webkit-mask-image: linear-gradient(to right, transparent 0, rgba(0, 0, 0, .28) 5%, #000 17%);
    mask-image: linear-gradient(to right, transparent 0, rgba(0, 0, 0, .28) 5%, #000 17%);
  }

  .reference-hero .cg-hero-machine::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 18%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, .9), transparent);
  }

  .reference-hero .cg-hero-machine img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
  }

  .reference-hero .cg-hero-reference-link {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    color: #17263a;
    font-size: 12px;
    font-weight: 760;
    text-decoration: none;
  }

  .reference-hero .cg-hero-reference-link span {
    padding-right: 8px;
    border-right: 1px solid #cfdde3;
    color: #078b8a;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .reference-hero .cg-hero-reference-link b {
    color: #078b8a;
  }

  .reference-hero .cg-hero-proof {
    display: grid;
    grid-template-columns: 1.25fr repeat(4, 1fr);
    max-width: 650px;
    margin-top: 25px;
    border-top: 1px solid #d8e3e7;
    border-bottom: 1px solid #d8e3e7;
  }

  .reference-hero .cg-hero-proof div {
    min-height: 66px;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    padding: 9px 10px;
    border-left: 1px solid #d8e3e7;
    text-align: left;
  }

  .reference-hero .cg-hero-proof div:first-child {
    border-left: 0;
  }

  .reference-hero .cg-hero-proof .cg-icon {
    width: 23px;
    height: 23px;
  }

  .reference-hero .cg-hero-proof span {
    font-size: 11px;
    line-height: 1.3;
  }

  .reference-entity-definition {
    min-height: min(824px, calc(100svh - 76px));
    padding: 42px 0 30px;
  }

  .entity-definition-head {
    grid-template-columns: minmax(0, .66fr) minmax(340px, .34fr);
    gap: 56px;
  }

  .entity-definition-head h2 {
    max-width: 900px;
    margin-top: 13px;
    font-size: clamp(44px, 3.55vw, 58px);
  }

  .entity-system-stage {
    position: relative;
    margin-top: 22px;
    overflow: hidden;
    border: 1px solid #cfdde3;
    background: linear-gradient(180deg, #f7fafb 0, #fff 74%);
  }

  .entity-line-context {
    position: relative;
    height: 112px;
    margin: 0;
    overflow: hidden;
    background: transparent;
  }

  .entity-line-context::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 0, rgba(255, 255, 255, .03) 62%, #fff 100%);
  }

  .entity-line-context img {
    object-fit: cover;
    object-position: center 58%;
    filter: grayscale(1) contrast(1.15);
    opacity: .62;
    transform: scale(1.015);
  }

  .entity-route {
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-top: 1px solid #cfdde3;
    border-bottom: 0;
    background: rgba(255, 255, 255, .97);
  }

  .entity-node,
  .entity-node:nth-child(4) {
    border-left: 1px solid #d7e2e6;
    background: transparent;
    box-shadow: none;
  }

  .entity-node:first-child {
    border-left: 0;
  }

  .entity-node-core {
    background: #eef6f6;
    box-shadow: inset 0 3px #078b8a;
  }

  .entity-node:not(:last-child)::after {
    top: 23px;
    right: -10px;
  }

  .entity-node > a {
    min-height: 238px;
    grid-template-rows: 20px 108px 1fr;
    padding: 12px 14px 15px;
  }

  .entity-node-media {
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid #e0e8eb;
  }

  .entity-node-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(.35) saturate(.72) contrast(1.12);
    transform: scale(1.13);
  }

  .entity-node-core .entity-node-media img {
    filter: grayscale(.2) saturate(.8) contrast(1.14);
    transform: scale(1.16);
  }

  .entity-node-copy {
    gap: 7px;
    padding-top: 5px;
  }

  .entity-node-copy strong {
    font-size: 16px;
  }

  .entity-node-copy > span {
    font-size: 12px;
    line-height: 1.42;
  }

  .entity-definition-footer {
    margin-top: 16px;
    border-top: 1px solid #cfdde3;
    border-bottom: 1px solid #cfdde3;
  }

  .entity-definition-summary {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 13px 14px;
    background: #f7fafb;
  }

  .entity-definition-summary strong {
    font-size: 15px;
  }

  .entity-definition-summary > span {
    font-size: 12px;
  }

  .entity-decision-route {
    display: grid;
    margin: 0;
    border-top: 1px solid #d7e2e6;
    border-bottom: 0;
  }

  .entity-decision-route a {
    min-height: 66px;
    grid-template-columns: 22px auto minmax(0, 1fr) 14px;
    padding: 9px 13px;
  }

  .entity-decision-route strong {
    font-size: 12px;
  }

  .entity-decision-route small {
    font-size: 10px;
  }

  .reference-review-home section.route-finder {
    min-height: 0;
    padding: 38px 0 32px;
  }

  .route-finder-head {
    grid-template-columns: minmax(0, .68fr) minmax(340px, .32fr);
    gap: 52px;
    margin-bottom: 18px;
  }

  .route-finder-head h2 {
    margin-top: 13px;
    font-size: clamp(44px, 3.55vw, 56px);
  }

  .route-finder-workspace {
    min-height: 0;
    display: block;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(10, 31, 45, .07);
  }

  .route-finder-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid #cfdde3;
  }

  .route-finder-tabs button {
    min-height: 90px;
    grid-template-columns: 26px 25px minmax(0, 1fr) 14px;
    gap: 9px;
    padding: 13px 14px;
    border-right: 1px solid #dce6ea;
    border-bottom: 0;
  }

  .route-finder-tabs button:last-child {
    border-right: 0;
  }

  .route-finder-tabs button[aria-selected="true"] {
    box-shadow: inset 0 -4px #078b8a;
  }

  .route-finder-tabs .cg-icon {
    width: 24px;
    height: 24px;
  }

  .route-finder-tabs strong {
    font-size: 14px;
  }

  .route-finder-tabs small {
    font-size: 10px;
  }

  .route-finder-panels,
  .route-finder-panel {
    min-height: 384px;
  }

  .route-finder-panel {
    grid-template-columns: minmax(340px, .39fr) minmax(0, .61fr);
  }

  .route-finder-visual {
    min-height: 384px;
  }

  .route-finder-visual > img {
    padding: 12px;
    transform: scale(1.06);
  }

  .route-finder-material-grid {
    gap: 10px;
    padding: 14px;
  }

  .route-finder-content {
    align-content: center;
    padding: 22px 26px 20px;
  }

  .route-finder-panel-title h3 {
    margin-bottom: 14px;
    font-size: 27px;
  }

  .route-finder-analysis > section {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .route-finder-analysis li {
    font-size: 12px;
  }

  .route-finder-actions {
    padding-top: 14px;
  }

  .route-finder-actions .btn-primary {
    box-shadow: none;
  }

  .reference-rfq-widget.is-route-visible {
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
  }
}

@media (min-width: 761px) and (max-width: 1240px) {
  .reference-review-home section.reference-hero {
    height: min(820px, calc(100svh - 76px));
    min-height: 744px;
  }

  .reference-hero .cg-hero-inner {
    grid-template-columns: minmax(420px, .44fr) minmax(0, .56fr);
    padding-left: 24px;
  }

  .reference-hero .cg-hero-proof {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .reference-hero .cg-hero-proof div {
    min-height: 74px;
    grid-template-columns: 1fr;
    grid-template-rows: 23px auto;
    justify-items: center;
    gap: 4px;
    padding: 7px 3px;
    text-align: center;
  }

  .reference-hero .cg-hero-proof span,
  .reference-hero .cg-hero-proof div:first-child span {
    font-size: 10px;
    white-space: normal;
  }

  .entity-definition-head,
  .route-finder-head {
    gap: 30px;
  }

  .entity-node > a {
    min-height: 146px;
    padding-inline: 11px;
  }

  .entity-decision-route small,
  .route-finder-tabs small {
    display: none;
  }

  .route-finder-tabs button {
    grid-template-columns: 22px 23px minmax(0, 1fr) 12px;
    padding-inline: 10px;
  }

  .route-finder-panel {
    grid-template-columns: minmax(280px, .35fr) minmax(0, .65fr);
  }
}

@media (max-width: 760px) {
  .entity-system-stage {
    margin-top: 24px;
    border: 1px solid #cfdde3;
  }

  .entity-definition-footer {
    margin-top: 18px;
  }

  .entity-decision-route {
    display: grid;
    grid-template-columns: 1fr;
  }

  .entity-decision-route li {
    border-left: 0;
    border-top: 1px solid #dfe8eb;
  }

  .entity-node > a {
    grid-template-columns: 36px 116px 1fr;
  }

  .entity-definition-summary {
    padding: 16px 0;
  }
}

/* Screen 8 quality gate: Industry Application Engineering. */
.reference-review-home section.industry-route-engineering {
  min-height: 0;
  padding: 30px 0 20px;
  border-top: 1px solid #d8e3e7;
  border-bottom: 1px solid #d8e3e7;
  background: #fff;
}

.industry-route-head {
  display: grid;
  grid-template-columns: minmax(520px, .56fr) minmax(520px, .44fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 18px;
}

.industry-route-head > div:first-child > span {
  color: #007d80;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.industry-route-head h2 {
  max-width: 820px;
  margin: 11px 0 13px;
  color: #071426;
  font-size: clamp(44px, 3.55vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

.industry-route-head > div:first-child > p {
  max-width: 800px;
  margin: 0;
  color: #34445a;
  font-size: 15px;
  line-height: 1.55;
}

.industry-scope-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #b9d5d7;
  border-left: 1px solid #b9d5d7;
}

.industry-scope-band > div {
  min-width: 0;
  min-height: 82px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 12px 14px;
  border-right: 1px solid #b9d5d7;
  border-bottom: 1px solid #b9d5d7;
}

.industry-scope-band .cg-icon {
  width: 28px;
  height: 28px;
  color: #007d80;
}

.industry-scope-band span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.industry-scope-band small {
  color: #526176;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.industry-scope-band strong {
  color: #071426;
  font-size: 14px;
  line-height: 1.2;
}

.industry-scope-band b {
  overflow: hidden;
  color: #56667b;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.industry-route-workspace {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #cbd9de;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(10, 31, 45, .08);
}

.industry-route-tabs {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  border-right: 1px solid #d6e1e6;
  background: #f4f7f8;
}

.industry-route-tabs button {
  min-width: 0;
  min-height: 140px;
  display: grid;
  grid-template-columns: 29px 32px minmax(0, 1fr) 16px;
  gap: 11px;
  align-items: center;
  padding: 18px 16px;
  border: 0;
  border-bottom: 1px solid #d6e1e6;
  border-radius: 0;
  background: transparent;
  color: #526176;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.industry-route-tabs button:last-child {
  border-bottom: 0;
}

.industry-route-tabs button:hover {
  background: #edf4f5;
}

.industry-route-tabs button[aria-selected="true"] {
  background: #fff;
  box-shadow: inset 4px 0 #007d80;
}

.industry-route-tabs button:focus-visible {
  position: relative;
  z-index: 2;
  outline: 3px solid rgba(0, 125, 128, .25);
  outline-offset: -3px;
}

.industry-route-tabs button > span {
  color: #007d80;
  font-size: 12px;
  font-weight: 900;
}

.industry-route-tabs .cg-icon {
  width: 28px;
  height: 28px;
  color: #007d80;
}

.industry-route-tabs button > b {
  min-width: 0;
  display: grid;
  gap: 6px;
  font-weight: 400;
}

.industry-route-tabs strong {
  color: #071426;
  font-size: 16px;
  line-height: 1.18;
}

.industry-route-tabs small {
  color: #617086;
  font-size: 11px;
  line-height: 1.35;
}

.industry-route-tabs button > i {
  color: #007d80;
  font-size: 17px;
  font-style: normal;
}

.industry-route-panels {
  min-width: 0;
}

.industry-route-panel {
  min-width: 0;
  height: auto;
  display: grid;
  grid-template-rows: auto 192px auto auto;
}

.industry-route-panel[hidden] {
  display: none;
}

.industry-route-panel-head {
  min-height: 110px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 16px 22px;
}

.industry-route-panel-head > div > span {
  color: #007d80;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.industry-route-panel-head h3 {
  margin: 5px 0 7px;
  color: #071426;
  font-size: 29px;
  line-height: 1.08;
}

.industry-route-panel-head p {
  max-width: 780px;
  margin: 0;
  color: #435268;
  font-size: 13px;
  line-height: 1.45;
}

.industry-route-panel-head > a,
.industry-route-panel-footer > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 15px;
  border: 1px solid #007d80;
  border-radius: 3px;
  color: #00696d;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.industry-route-panel-head > a:hover {
  background: #edf6f6;
}

.industry-route-panel-head > a:focus-visible,
.industry-route-panel-footer > a:focus-visible {
  outline: 3px solid rgba(0, 125, 128, .25);
  outline-offset: 3px;
}

.industry-route-visuals {
  height: 192px;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, .86fr);
  border-top: 1px solid #dce5e9;
  border-bottom: 1px solid #dce5e9;
  background: #f7fafb;
}

.industry-route-visuals figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.industry-route-visuals figure + figure {
  border-left: 1px solid #dce5e9;
  background: #fff;
}

.industry-route-visuals img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.industry-route-visuals figure + figure img {
  padding: 7px 10px;
  object-fit: contain;
}

.industry-route-visuals figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 9px 11px;
  border-left: 3px solid #007d80;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 18px rgba(10, 31, 45, .08);
}

.industry-route-visuals figcaption small {
  color: #007d80;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.industry-route-visuals figcaption strong {
  min-width: 0;
  color: #071426;
  font-size: 12px;
  line-height: 1.25;
}

.industry-route-analysis {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.2fr) minmax(220px, .88fr);
  min-height: 192px;
  padding: 0 24px;
}

.industry-route-analysis > * {
  min-width: 0;
  margin: 0;
  padding: 14px 20px 12px 0;
}

.reference-review-home .industry-route-analysis > section {
  padding-top: 14px;
  padding-bottom: 12px;
}

.industry-route-analysis > * + * {
  padding-left: 20px;
  border-left: 1px solid #dce5e9;
}

.industry-route-analysis h4 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 12px;
  color: #006f73;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.industry-route-analysis h4 .cg-icon {
  width: 17px;
  height: 17px;
}

.industry-route-analysis ul,
.industry-route-analysis ol {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-route-analysis li {
  position: relative;
  padding-left: 15px;
  color: #34445a;
  font-size: 12px;
  line-height: 1.35;
}

.industry-route-analysis ul li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 5px;
  height: 2px;
  background: #007d80;
}

.industry-route-analysis ol {
  counter-reset: industry-route;
}

.industry-route-analysis ol li {
  counter-increment: industry-route;
  padding-left: 24px;
}

.industry-route-analysis ol li::before {
  content: counter(industry-route, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  color: #007d80;
  font-size: 9px;
  font-weight: 900;
}

.industry-route-analysis aside {
  background: #f7fafb;
}

.industry-route-analysis dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.industry-route-analysis dl div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 9px;
  padding: 9px 0;
  border-top: 1px solid #dce5e9;
}

.industry-route-analysis dl div:first-child {
  border-top: 0;
}

.industry-route-analysis dt {
  color: #617086;
  font-size: 10px;
  font-weight: 750;
}

.industry-route-analysis dd {
  margin: 0;
  color: #071426;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}

.industry-route-panel-footer {
  min-height: 66px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 11px 24px;
  border-top: 1px solid #dce5e9;
  background: #fbfcfc;
}

.industry-route-panel-footer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.industry-route-panel-footer > div > strong {
  margin-right: 5px;
  color: #006f73;
  font-size: 10px;
  text-transform: uppercase;
}

.industry-route-panel-footer small {
  padding: 4px 6px;
  border: 1px solid #b8d4d6;
  border-radius: 3px;
  color: #31545c;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.industry-route-panel-footer > a {
  border-color: #a70f18;
  background: #a70f18;
  color: #fff;
}

.industry-platform-route {
  min-height: 116px;
  display: grid;
  grid-template-columns: 250px repeat(4, minmax(0, 1fr));
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid #cfdde3;
  border-radius: 4px;
  background: #f8fafb;
}

.industry-platform-route > header {
  display: grid;
  align-content: center;
  padding: 14px 20px;
  background: #006b70;
  color: #fff;
}

.industry-platform-route > header span {
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.industry-platform-route > header strong {
  margin-top: 4px;
  font-size: 21px;
  line-height: 1.12;
}

.industry-platform-route > header p {
  margin: 8px 0 0;
  font-size: 10px;
  line-height: 1.4;
}

.industry-platform-route > div {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px 20px 12px 10px;
  border-left: 1px solid #dce5e9;
}

.industry-platform-route > div > img,
.industry-platform-route > div > .cg-icon {
  width: 64px;
  height: 70px;
  display: block;
  object-fit: contain;
  color: #007d80;
}

.industry-platform-route > div > .cg-icon {
  padding: 15px;
}

.industry-platform-route > div > span {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.industry-platform-route > div small {
  color: #007d80;
  font-size: 9px;
  font-weight: 900;
}

.industry-platform-route > div strong {
  color: #071426;
  font-size: 11px;
  text-transform: uppercase;
}

.industry-platform-route > div p {
  margin: 0;
  color: #536278;
  font-size: 10px;
  line-height: 1.4;
}

.industry-platform-route > div > b {
  position: absolute;
  top: 50%;
  right: 5px;
  color: #007d80;
  font-size: 16px;
  transform: translateY(-50%);
}

.industry-route-note {
  margin: 10px 0 0;
  color: #617086;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

.reference-rfq-widget.is-industry-route-visible {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
}

@media (max-width: 1240px) {
  .industry-route-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .industry-scope-band b {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .industry-route-workspace {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .industry-route-tabs button {
    min-height: 137px;
    grid-template-columns: 25px 26px minmax(0, 1fr) 12px;
    gap: 8px;
    padding-inline: 12px;
  }

  .industry-route-tabs .cg-icon {
    width: 24px;
    height: 24px;
  }

  .industry-route-tabs strong {
    font-size: 14px;
  }

  .industry-route-panel-head {
    gap: 16px;
    padding-inline: 18px;
  }

  .industry-route-panel-head h3 {
    font-size: 25px;
  }

  .industry-route-analysis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 18px;
  }

  .industry-route-analysis aside {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding-left: 0;
    border-top: 1px solid #dce5e9;
    border-left: 0;
  }

  .industry-route-analysis aside h4 {
    margin: 0;
  }

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

  .industry-route-analysis dl div {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 0 12px;
    border-top: 0;
    border-left: 1px solid #dce5e9;
  }

  .industry-route-panel-footer {
    padding-inline: 18px;
  }

  .industry-platform-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-platform-route > header {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .reference-review-home section.industry-route-engineering {
    padding: 32px 0 24px;
  }

  .industry-route-head h2 {
    font-size: 38px;
  }

  .industry-scope-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-scope-band > div {
    min-height: 72px;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    padding: 9px;
  }

  .industry-scope-band .cg-icon {
    width: 22px;
    height: 22px;
  }

  .industry-scope-band b {
    display: none;
  }

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

  .industry-route-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
    border-right: 0;
    border-bottom: 1px solid #d6e1e6;
  }

  .industry-route-tabs button {
    min-height: 82px;
    grid-template-columns: 22px minmax(0, 1fr) 12px;
    padding: 10px;
    border-right: 1px solid #d6e1e6;
  }

  .industry-route-tabs button[aria-selected="true"] {
    box-shadow: inset 0 -3px #007d80;
  }

  .industry-route-tabs .cg-icon,
  .industry-route-tabs small {
    display: none;
  }

  .industry-route-tabs strong {
    font-size: 12px;
  }

  .industry-route-panel-head {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .industry-route-panel-head h3 {
    font-size: 23px;
  }

  .industry-route-panel-head > a {
    width: 100%;
  }

  .industry-route-visuals {
    height: auto;
    grid-template-columns: 1fr;
  }

  .industry-route-visuals figure {
    height: 150px;
  }

  .industry-route-visuals figure + figure {
    border-top: 1px solid #dce5e9;
    border-left: 0;
  }

  .industry-route-visuals figcaption {
    right: 8px;
    bottom: 8px;
    left: 8px;
    padding: 7px 8px;
  }

  .industry-route-visuals figcaption strong {
    font-size: 12px;
  }

  .industry-route-analysis {
    grid-template-columns: 1fr;
    padding-inline: 16px;
  }

  .industry-route-analysis > *,
  .industry-route-analysis > * + * {
    padding: 14px 0;
    border-top: 1px solid #dce5e9;
    border-left: 0;
  }

  .industry-route-analysis > *:first-child {
    border-top: 0;
  }

  .industry-route-analysis aside {
    grid-column: auto;
    display: block;
  }

  .industry-route-analysis aside h4 {
    margin-bottom: 10px;
  }

  .industry-route-analysis dl {
    grid-template-columns: 1fr;
  }

  .industry-route-analysis dl div {
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 7px 0;
    border-top: 1px solid #dce5e9;
    border-left: 0;
  }

  .industry-route-panel-footer {
    grid-template-columns: 1fr;
    padding: 12px 16px;
  }

  .industry-route-panel-footer > div > strong {
    width: 100%;
  }

  .industry-route-panel-footer > a {
    width: 100%;
  }

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

  .industry-platform-route > header {
    grid-column: auto;
  }

  .industry-platform-route > div {
    min-height: 88px;
    grid-template-columns: 58px minmax(0, 1fr);
    border-top: 1px solid #dce5e9;
    border-left: 0;
  }

  .industry-platform-route > div > img,
  .industry-platform-route > div > .cg-icon {
    width: 56px;
    height: 62px;
  }

  .industry-platform-route > div p {
    display: none;
  }

  .industry-platform-route > div > b {
    display: none;
  }
}

@media (max-width: 1180px) {
  .customer-proof-head {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 32px;
  }

  .customer-proof-head h2 {
    font-size: 42px;
  }

  .customer-proof-toolbar {
    grid-template-columns: 1fr;
    gap: 14px;
  }

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

  .customer-proof-group--nutrition,
  .customer-proof-group--pharma,
  .customer-proof-group--food {
    grid-column: 1 / -1;
  }

  .customer-proof-group > .customer-proof-grid,
  .customer-proof-group--china > .customer-proof-grid,
  .customer-proof-group--confidential > .customer-proof-grid,
  .customer-proof-group--nutrition > .customer-proof-grid,
  .customer-proof-group--pharma > .customer-proof-grid,
  .customer-proof-group--food > .customer-proof-grid,
  .customer-proof-section:not([data-project-proof-active="all"]) .customer-proof-group > .customer-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .customer-proof-disclosure {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .customer-proof-actions {
    justify-content: flex-start;
  }

  .customer-proof-route > .container {
    flex-wrap: wrap;
    gap: 18px;
    padding-block: 18px;
  }

  .customer-proof-route > .container > strong {
    flex-basis: 100%;
  }

  .customer-proof-route > .container > div {
    flex-basis: calc(33.333% - 12px);
  }

  .customer-proof-route i {
    display: none;
  }
}

@media (max-width: 760px) {
  .reference-review-home section.customer-proof-section {
    padding-top: 36px;
  }

  .customer-proof-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .customer-proof-head h2 {
    font-size: 37px;
  }

  .customer-proof-standards > div {
    min-height: 96px;
    padding-inline: 10px;
  }

  .customer-proof-standards dt {
    font-size: 25px;
  }

  .customer-proof-standards dd {
    font-size: 8px;
  }

  .customer-proof-toolbar {
    margin-top: 28px;
  }

  .customer-proof-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-proof-filters button span {
    white-space: normal;
  }

  .customer-proof-group > .customer-proof-grid,
  .customer-proof-group--china > .customer-proof-grid,
  .customer-proof-group--confidential > .customer-proof-grid,
  .customer-proof-group--nutrition > .customer-proof-grid,
  .customer-proof-group--pharma > .customer-proof-grid,
  .customer-proof-group--food > .customer-proof-grid,
  .customer-proof-section:not([data-project-proof-active="all"]) .customer-proof-group > .customer-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-proof-card {
    min-height: 145px;
    grid-template-rows: 88px minmax(56px, auto);
  }

  .customer-proof-card img {
    height: 66px;
  }

  .customer-proof-disclosure {
    padding: 16px;
  }

  .customer-proof-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .customer-proof-actions > a,
  .customer-proof-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .customer-proof-route > .container {
    flex-direction: column;
    align-items: stretch;
  }

  .customer-proof-route > .container > strong,
  .customer-proof-route > .container > div {
    flex-basis: auto;
  }

  .customer-proof-route > .container > div {
    min-height: 70px;
    padding-block: 8px;
    border-top: 1px solid rgba(255,255,255,.18);
  }

  .customer-proof-route > .container > div:first-child {
    border-top: 0;
  }
}

/* Screen 10: decision-led conversion paths after the customer evidence matrix. */
.reference-review-home section.reference-solution-pathways {
  padding: 52px 0 34px;
  border-top: 1px solid #d5e3e7;
  background:
    linear-gradient(180deg, rgba(239, 247, 248, .72), rgba(255, 255, 255, .94) 26%, #fff 100%);
}

.solution-pathways-head {
  display: grid;
  grid-template-columns: minmax(520px, 1.12fr) minmax(360px, .88fr);
  gap: 72px;
  align-items: end;
}

.solution-pathways-head h2 {
  max-width: 820px;
  margin: 12px 0 0;
  color: #07182d;
  font-size: clamp(45px, 4vw, 64px);
  line-height: 1.02;
}

.solution-pathways-head > p {
  max-width: 620px;
  margin: 0 0 6px;
  padding: 4px 0 4px 26px;
  border-left: 2px solid #00898c;
  color: #34475b;
  font-size: 16px;
  line-height: 1.65;
}

.solution-known-inputs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 30px 0 22px;
  border-top: 1px solid #bfd5da;
  border-bottom: 1px solid #bfd5da;
}

.solution-known-inputs > div {
  min-width: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 20px;
  border-left: 1px solid #d8e5e8;
}

.solution-known-inputs > div:first-child {
  border-left: 0;
}

.solution-known-inputs dt {
  color: #008184;
  font-size: 13px;
  font-weight: 950;
}

.solution-known-inputs dd {
  min-width: 0;
  margin: 0;
}

.solution-known-inputs strong,
.solution-known-inputs span {
  display: block;
}

.solution-known-inputs strong {
  color: #0d2138;
  font-size: 14px;
  text-transform: uppercase;
}

.solution-known-inputs span {
  margin-top: 3px;
  color: #5b6d7d;
  font-size: 11px;
  line-height: 1.35;
}

.solution-pathway-stage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #c7d9dd;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(20, 50, 63, .08);
}

.solution-pathway {
  min-width: 0;
  min-height: 518px;
  display: grid;
  grid-template-rows: 58px 166px auto 1fr auto;
  align-content: stretch;
  border-left: 1px solid #d6e3e6;
  background: #fff;
}

.solution-pathway:first-child {
  border-left: 0;
}

.solution-pathway-kicker {
  display: grid;
  grid-template-columns: 32px 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #d8e5e8;
  color: #075c63;
}

.solution-pathway-kicker > span {
  color: #00878a;
  font-size: 13px;
  font-weight: 950;
}

.solution-pathway-kicker .cg-icon {
  width: 28px;
  height: 28px;
}

.solution-pathway-kicker strong {
  color: #183048;
  font-size: 11px;
  text-transform: uppercase;
}

.solution-pathway-media {
  min-width: 0;
  height: 166px;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid #d8e5e8;
  background: linear-gradient(180deg, #f8fbfb, #edf4f5);
}

.solution-pathway-media--machine,
.solution-pathway-media--line {
  display: grid;
  place-items: center;
}

.solution-pathway-media--machine img {
  width: 96%;
  height: 100%;
  object-fit: contain;
  object-position: 56% 50%;
}

.solution-pathway-media--line img {
  width: 96%;
  height: 100%;
  object-fit: contain;
}

.solution-pathway-media--materials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.solution-pathway-media--materials img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-left: 1px solid rgba(255,255,255,.8);
  border-top: 1px solid rgba(255,255,255,.8);
}

.solution-pathway-media--materials img:nth-child(-n+2) {
  border-top: 0;
}

.solution-pathway-media--materials img:nth-child(odd) {
  border-left: 0;
}

.solution-pathway-copy {
  padding: 22px 22px 14px;
}

.solution-pathway-copy h3 {
  margin: 0 0 10px;
  color: #0a1d35;
  font-size: 26px;
  line-height: 1.08;
}

.solution-pathway-copy p {
  margin: 0;
  color: #485c6e;
  font-size: 13px;
  line-height: 1.55;
}

.solution-pathway-fit {
  margin: 0 22px;
  border-top: 1px solid #d8e5e8;
}

.solution-pathway-fit > div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #e3ebed;
}

.solution-pathway-fit dt {
  color: #00777a;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.solution-pathway-fit dd {
  margin: 0;
  color: #415467;
  font-size: 11px;
  line-height: 1.35;
}

.solution-pathway > .btn {
  width: calc(100% - 44px);
  min-height: 48px;
  justify-content: space-between;
  margin: 16px 22px 20px;
  border-radius: 4px;
  padding-inline: 17px;
  font-size: 12px;
}

.solution-link-directory {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #bfd5da;
}

.solution-link-directory > div:first-child {
  padding: 2px 22px 0 0;
}

.solution-link-directory > div:first-child > span {
  color: #00797c;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.solution-link-directory > div:first-child > strong {
  display: block;
  margin-top: 4px;
  color: #13273e;
  font-size: 18px;
}

.solution-link-directory > div:first-child > p {
  margin: 7px 0 0;
  color: #607181;
  font-size: 11px;
  line-height: 1.45;
}

.solution-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d8e5e8;
  border-left: 1px solid #d8e5e8;
}

.solution-link-grid a {
  min-width: 0;
  min-height: 62px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px;
  align-content: center;
  padding: 9px 13px;
  border-right: 1px solid #d8e5e8;
  border-bottom: 1px solid #d8e5e8;
  background: #fff;
}

.solution-link-grid small,
.solution-link-grid strong {
  overflow-wrap: anywhere;
}

.solution-link-grid small {
  grid-column: 1;
  color: #738391;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.solution-link-grid strong {
  grid-column: 1;
  margin-top: 3px;
  color: #163049;
  font-size: 10px;
  line-height: 1.25;
}

.solution-link-grid a > span {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: #00878a;
  font-size: 15px;
}

.solution-link-grid a:hover,
.solution-link-grid a:focus-visible {
  background: #eef8f8;
}

.solution-link-grid a:focus-visible,
.solution-pathway > .btn:focus-visible {
  position: relative;
  z-index: 2;
  outline: 2px solid #008f91;
  outline-offset: -2px;
}

@media (max-width: 1180px) {
  .solution-pathways-head {
    grid-template-columns: minmax(440px, 1fr) minmax(320px, .78fr);
    gap: 40px;
  }

  .solution-pathways-head h2 {
    font-size: 43px;
  }

  .solution-known-inputs > div {
    padding-inline: 14px;
  }

  .solution-pathway {
    min-height: 536px;
  }

  .solution-pathway-kicker,
  .solution-pathway-copy {
    padding-inline: 16px;
  }

  .solution-pathway-fit {
    margin-inline: 16px;
  }

  .solution-pathway > .btn {
    width: calc(100% - 32px);
    margin-inline: 16px;
  }

  .solution-link-directory {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .reference-review-home section.reference-solution-pathways {
    padding: 42px 0 32px;
  }

  .solution-pathways-head,
  .solution-pathway-stage,
  .solution-link-directory {
    grid-template-columns: 1fr;
  }

  .solution-pathways-head {
    gap: 20px;
  }

  .solution-pathways-head h2 {
    font-size: 37px;
  }

  .solution-pathways-head > p {
    padding-left: 16px;
    font-size: 14px;
  }

  .solution-known-inputs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-known-inputs > div:nth-child(3) {
    border-left: 0;
  }

  .solution-known-inputs > div:nth-child(n+3) {
    border-top: 1px solid #d8e5e8;
  }

  .solution-pathway {
    min-height: 0;
    border-top: 1px solid #d6e3e6;
    border-left: 0;
  }

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

  .solution-link-directory {
    gap: 14px;
  }

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

/* Screen 11: crawlable buyer questions that close the engineering narrative. */
.reference-review-home section.reference-buyer-faq {
  padding: 56px 0 48px;
  border-top: 1px solid #d5e3e7;
  background: #f7fafb;
}

.buyer-faq-head {
  display: grid;
  grid-template-columns: minmax(560px, 1.15fr) minmax(360px, .85fr);
  gap: 70px;
  align-items: end;
}

.buyer-faq-head h2 {
  max-width: 850px;
  margin: 12px 0 0;
  color: #07182d;
  font-size: clamp(43px, 3.7vw, 60px);
  line-height: 1.03;
}

.buyer-faq-head > p {
  max-width: 600px;
  margin: 0 0 6px;
  padding: 4px 0 4px 26px;
  border-left: 2px solid #00898c;
  color: #34475b;
  font-size: 15px;
  line-height: 1.65;
}

.buyer-faq-workspace {
  display: grid;
  grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr);
  margin-top: 32px;
  border-top: 1px solid #bfd5da;
  border-bottom: 1px solid #bfd5da;
  background: #fff;
}

.buyer-faq-context {
  min-width: 0;
  padding: 32px 34px 30px 0;
  border-right: 1px solid #cddde1;
}

.buyer-faq-context > span {
  color: #007b7e;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.buyer-faq-context h3 {
  max-width: 420px;
  margin: 11px 0 12px;
  color: #0b2038;
  font-size: 28px;
  line-height: 1.12;
}

.buyer-faq-context > p {
  max-width: 430px;
  margin: 0;
  color: #526576;
  font-size: 13px;
  line-height: 1.6;
}

.buyer-faq-context ol {
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid #d8e5e8;
  list-style: none;
}

.buyer-faq-context li {
  min-height: 58px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #d8e5e8;
}

.buyer-faq-context li b {
  color: #008184;
  font-size: 11px;
}

.buyer-faq-context li span,
.buyer-faq-context li strong {
  display: block;
}

.buyer-faq-context li strong {
  margin-bottom: 2px;
  color: #142b43;
  font-size: 11px;
  text-transform: uppercase;
}

.buyer-faq-context li span {
  color: #637383;
  font-size: 11px;
  line-height: 1.35;
}

.buyer-faq-context > a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid #00878a;
  color: #006d70;
  font-size: 12px;
  font-weight: 900;
}

.buyer-faq-list {
  min-width: 0;
  padding-left: 34px;
}

.buyer-faq-list details {
  border-bottom: 1px solid #d8e5e8;
  background: #fff;
}

.buyer-faq-list details:last-child {
  border-bottom: 0;
}

.buyer-faq-list summary {
  min-height: 70px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
  padding: 12px 10px 12px 0;
  color: #112840;
  cursor: pointer;
  list-style: none;
}

.buyer-faq-list summary::-webkit-details-marker {
  display: none;
}

.buyer-faq-list summary > span {
  color: #008184;
  font-size: 11px;
  font-weight: 950;
}

.buyer-faq-list summary strong {
  font-size: 15px;
  line-height: 1.35;
}

.buyer-faq-list summary i {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid #a8c9cd;
  border-radius: 50%;
}

.buyer-faq-list summary i::before,
.buyer-faq-list summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: #007c7f;
  content: "";
  transform: translate(-50%, -50%);
}

.buyer-faq-list summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .18s ease;
}

.buyer-faq-list details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.buyer-faq-list details[open] summary {
  color: #006f73;
}

.buyer-faq-list details > div {
  padding: 0 62px 18px 54px;
}

.buyer-faq-list details p {
  max-width: 760px;
  margin: 0;
  color: #506273;
  font-size: 13px;
  line-height: 1.62;
}

.buyer-faq-action {
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 18px 0 0;
}

.buyer-faq-action > div:first-child > span,
.buyer-faq-action > div:first-child > strong {
  display: block;
}

.buyer-faq-action > div:first-child > span {
  color: #00797c;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.buyer-faq-action > div:first-child > strong {
  max-width: 680px;
  margin-top: 5px;
  color: #1e3449;
  font-size: 15px;
}

.buyer-faq-action > div:last-child {
  display: flex;
  gap: 10px;
  padding-right: 76px;
}

.buyer-faq-action .btn {
  min-height: 44px;
  border-radius: 4px;
  font-size: 11px;
}

.buyer-faq-list summary:focus-visible,
.buyer-faq-context > a:focus-visible,
.buyer-faq-action .btn:focus-visible {
  outline: 2px solid #008f91;
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .buyer-faq-head {
    grid-template-columns: minmax(460px, 1fr) minmax(310px, .78fr);
    gap: 40px;
  }

  .buyer-faq-head h2 {
    font-size: 42px;
  }

  .buyer-faq-workspace {
    grid-template-columns: minmax(285px, .72fr) minmax(0, 1.28fr);
  }

  .buyer-faq-context {
    padding-right: 24px;
  }

  .buyer-faq-list {
    padding-left: 24px;
  }
}

@media (max-width: 760px) {
  .reference-review-home section.reference-buyer-faq {
    padding: 42px 0 34px;
  }

  .buyer-faq-head,
  .buyer-faq-workspace,
  .buyer-faq-action {
    grid-template-columns: 1fr;
  }

  .buyer-faq-head {
    gap: 20px;
  }

  .buyer-faq-head h2 {
    font-size: 35px;
  }

  .buyer-faq-head > p {
    padding-left: 16px;
    font-size: 14px;
  }

  .buyer-faq-context {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid #cddde1;
  }

  .buyer-faq-list {
    padding-left: 0;
  }

  .buyer-faq-list details > div {
    padding-left: 42px;
  }

  .buyer-faq-action > div:last-child {
    display: grid;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .buyer-faq-action .btn {
    width: 100%;
  }
}

/* Homepage authority-hub density and readability gate. Keep this final so it
   overrides the reference-specific source styles above. */
.reference-review-home small,
.reference-review-home li,
.reference-review-home dt,
.reference-review-home dd {
  font-size: 12px !important;
  line-height: 1.45;
}

.reference-review-home h4 {
  font-size: 14px !important;
}

.customer-proof-head > div > p {
  font-size: 16px;
}

.customer-proof-standards dd,
.customer-proof-toolbar > div > strong,
.customer-proof-filters button span,
.customer-proof-filters button b,
.customer-proof-card > div span,
.customer-proof-card > div strong,
.customer-proof-card > div small,
.customer-proof-disclosure p,
.customer-proof-disclosure small,
.customer-proof-actions > a:first-child,
.customer-proof-actions .btn,
.customer-proof-route > .container > strong,
.customer-proof-route > .container > div > span b,
.customer-proof-route > .container > div > span strong,
.customer-proof-route > .container > div > span small {
  font-size: 12px;
}

.reference-review-home section.customer-proof-section {
  padding-top: 54px;
}

.customer-proof-head {
  align-items: center;
}

.customer-proof-head h2 {
  font-size: 44px;
}

.customer-proof-standards > div {
  min-height: 102px;
}

.customer-proof-toolbar {
  margin-top: 28px;
}

.customer-proof-section[data-project-proof-active="all"] .customer-proof-groups {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  padding-block: 14px 18px;
}

.customer-proof-section[data-project-proof-active="all"] .customer-proof-group,
.customer-proof-section[data-project-proof-active="all"] .customer-proof-group > .customer-proof-grid {
  display: contents;
}

.customer-proof-section[data-project-proof-active="all"] .customer-proof-group > header,
.customer-proof-section[data-project-proof-active="all"] .customer-proof-card[data-project-proof-primary="false"] {
  display: none;
}

.customer-proof-card {
  min-height: 124px;
  grid-template-rows: 62px minmax(62px, auto);
}

.customer-proof-card figure {
  padding: 7px 11px 3px;
}

.customer-proof-card img {
  height: 50px;
}

.customer-proof-disclosure {
  margin-bottom: 24px;
  padding-block: 15px;
}

.customer-proof-route > .container {
  min-height: 104px;
}

@media (max-width: 1180px) {
  .customer-proof-section[data-project-proof-active="all"] .customer-proof-groups {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .customer-proof-section[data-project-proof-active="all"] .customer-proof-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1181px) {
  .reference-entity-definition {
    min-height: 750px;
    padding-block: 38px 30px;
  }

  .complete-line-head {
    grid-template-columns: minmax(600px, 1.05fr) minmax(0, .95fr);
    gap: 34px;
  }

  .reference-review-home section.complete-line-section {
    padding-block: 38px 24px;
  }

  .complete-line-copy h2 {
    max-width: 780px;
    font-size: 52px;
  }

  .complete-line-overview {
    min-height: 210px;
  }

  .complete-line-stage,
  .complete-line-flow {
    min-height: 420px;
  }

  .complete-line-visual {
    height: 220px;
  }

  .complete-line-stage-body h3 {
    min-height: 44px;
  }

  .complete-line-stage-body > p {
    min-height: 74px;
  }

  .complete-line-boundary {
    min-height: 96px;
    padding-block: 12px;
  }

  .reference-review-home section.material-intelligence-section {
    min-height: 930px;
    padding-block: 32px 20px;
  }

  .material-intelligence-head {
    min-height: 184px;
  }

  .reference-review-home section.pack-engineering-section {
    min-height: 940px;
    padding-block: 28px 18px;
  }

  .pack-engineering-head {
    min-height: 294px;
  }

  .pack-engineering-machine {
    min-height: 286px;
  }

  .pack-engineering-machine img {
    height: 252px;
  }

  .pack-platform-card {
    min-height: 264px;
  }

  .pack-platform-visual {
    height: 204px;
  }

  .customer-proof-section[data-project-proof-active="all"] .customer-proof-groups {
    padding-bottom: 12px;
  }

  .customer-proof-card {
    min-height: 120px;
    grid-template-rows: 58px minmax(62px, auto);
  }

  .customer-proof-card img {
    height: 46px;
  }

  .reference-review-home section.industry-route-engineering {
    padding-block: 24px 16px;
  }

  .industry-route-head {
    margin-bottom: 14px;
  }

  .industry-route-head h2 {
    margin-block: 8px 10px;
    font-size: 50px;
  }

  .industry-route-head > div:first-child > p {
    line-height: 1.45;
  }

  .industry-route-tabs button {
    min-height: 130px;
    padding-block: 14px;
  }

  .industry-route-panel {
    grid-template-rows: auto 168px auto auto;
  }

  .industry-route-panel-head {
    min-height: 100px;
    padding-block: 12px;
  }

  .industry-route-visuals {
    height: 168px;
  }

  .industry-route-analysis {
    min-height: 176px;
  }

  .industry-route-analysis > *,
  .reference-review-home .industry-route-analysis > section {
    padding-top: 10px;
    padding-bottom: 9px;
  }

  .industry-route-analysis h4 {
    margin-bottom: 8px;
  }

  .industry-route-analysis ul,
  .industry-route-analysis ol {
    gap: 5px;
  }

  .industry-route-analysis dl div {
    padding-block: 7px;
  }

  .industry-route-panel-footer {
    min-height: 58px;
    padding-block: 8px;
  }

  .industry-platform-route {
    min-height: 120px;
    margin-top: 10px;
  }

  .industry-platform-route > header,
  .industry-platform-route > div {
    padding-block: 10px;
  }

  .industry-platform-route > div > img,
  .industry-platform-route > div > .cg-icon {
    height: 62px;
  }

  .industry-route-note {
    margin-top: 8px;
  }

  .reference-review-home section.reference-buyer-faq {
    padding-block: 44px 36px;
  }

  .buyer-faq-head h2 {
    font-size: 52px;
  }

  .buyer-faq-workspace {
    margin-top: 24px;
  }

  .buyer-faq-context {
    padding-block: 26px 24px;
  }
}

/* No meaningful homepage label or explanatory line may render below 12px. */
.cg-hero-reference-link > span,
.reference-hero .cg-hero-proof span,
.hero-next span,
.entity-definition-answer > span,
.entity-decision-route span,
.route-finder-tab-number,
.route-finder-material-tile b,
.route-finder-panel-title span,
.complete-line-overview figcaption span,
.complete-line-stage-body > small,
.complete-line-stage-body > p,
.complete-line-stage-body > ul li,
.complete-line-boundary-title small,
.complete-line-boundary-flow small,
.complete-line-boundary-flow strong,
.complete-line-note,
.material-intelligence-context figcaption span,
.material-axis-head small,
.material-axis-image small,
.material-axis-row small,
.material-axis-route small,
.material-axis-image strong,
.material-axis-row strong,
.material-axis-route strong,
.material-compare-column > header small,
.material-compare-column footer li,
.material-compare-column footer > a,
.material-process-title small,
.material-process-flow small,
.material-process-flow strong,
.pack-engineering-proof strong,
.pack-engineering-proof small,
.pack-engineering-machine figcaption,
.pack-engineering-machine figcaption strong,
.pack-platform-copy header small,
.pack-platform-copy > p,
.pack-platform-copy > a,
.pack-platform-controls b,
.pack-platform-controls small,
.pack-constraint-body p,
.pack-constraint-card > ul li,
.pack-definition-flow strong,
.pack-definition-flow small,
.industry-scope-band b,
.industry-route-panel-head span,
.industry-route-panel-footer strong,
.industry-platform-route span,
.industry-platform-route strong,
.industry-platform-route p,
.industry-route-note,
.buyer-faq-context span,
.buyer-faq-context b,
.buyer-faq-context strong,
.buyer-faq-list summary span,
.buyer-faq-action span,
.buyer-faq-action .btn {
  font-size: 12px !important;
}

/* Launch V2 contract: Screen 2 defines the system; Screen 3 collects decisions. */
.reference-review-home section.reference-entity-definition {
  min-height: 0;
  padding-block: 42px 34px;
}

.entity-system-stage {
  margin-top: 24px;
}

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

.entity-node > a {
  min-height: 292px;
  grid-template-rows: 26px 142px 1fr;
  padding: 16px 22px 20px;
}

.entity-node-media img {
  transform: scale(1.02);
}

.entity-node-core .entity-node-media img {
  transform: scale(1.1);
}

.entity-node > a:hover .entity-node-media img {
  transform: translateY(-3px) scale(1.02);
}

.entity-node-core > a:hover .entity-node-media img {
  transform: translateY(-3px) scale(1.1);
}

.entity-node-copy {
  gap: 6px;
}

.entity-node-copy small {
  color: #078b8a;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.entity-node-copy strong {
  font-size: 20px;
}

.entity-node-copy > span {
  max-width: 46ch;
  font-size: 14px;
}

.entity-definition-summary {
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 20px 0 0;
}

.entity-definition-summary strong {
  font-size: 18px;
}

.entity-definition-summary > span,
.entity-definition-summary a {
  font-size: 14px;
}

.reference-review-home section.route-finder {
  min-height: 0;
  padding-block: 42px 38px;
}

.route-finder-workspace {
  min-height: 438px;
}

.route-finder-panel {
  grid-template-columns: minmax(0, 1fr);
}

.route-finder-content {
  min-height: 438px;
  grid-template-rows: auto 1fr auto;
  padding: 32px 34px 26px;
}

.route-finder-panel-title h3 {
  max-width: 960px;
  margin-bottom: 24px;
  font-size: 32px;
}

.route-finder-analysis > section {
  padding: 24px 26px 22px 0;
}

.route-finder-analysis > section + section {
  padding-left: 26px;
}

.route-finder-analysis h4 {
  font-size: 12px;
}

.route-finder-analysis li {
  font-size: 14px;
  line-height: 1.5;
}

.route-finder-next > strong {
  font-size: 16px;
}

.route-finder-next p,
.route-finder-next a {
  font-size: 14px;
}

.route-finder-actions {
  grid-template-columns: auto;
}

.route-finder-actions .btn {
  min-width: 240px;
  min-height: 50px;
  justify-content: center;
}

@media (max-width: 1240px) and (min-width: 761px) {
  .entity-route {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .entity-node:nth-child(3) {
    border-left: 1px solid #dfe8eb;
  }

  .route-finder-workspace {
    grid-template-columns: 265px minmax(0, 1fr);
  }

  .route-finder-content {
    padding-inline: 24px;
  }

  .route-finder-analysis > section {
    padding-right: 16px;
  }

  .route-finder-analysis > section + section {
    padding-left: 16px;
  }
}

@media (max-width: 760px) {
  .entity-route {
    grid-template-columns: 1fr;
  }

  .entity-node,
  .entity-node:nth-child(3) {
    border-left: 0;
  }

  .entity-node > a {
    min-height: 0;
    grid-template-columns: 32px 108px minmax(0, 1fr);
    grid-template-rows: auto;
    padding-inline: 14px;
  }

  .entity-node-copy small {
    font-size: 11px;
  }

  .entity-node-copy strong {
    font-size: 17px;
  }

  .entity-node-copy > span {
    font-size: 13px;
  }

  .entity-definition-summary {
    grid-template-columns: 1fr;
  }

  .route-finder-content {
    min-height: 0;
    padding: 24px 18px 20px;
  }

  .route-finder-panel-title h3 {
    font-size: 25px;
  }

  .route-finder-analysis > section,
  .route-finder-analysis > section + section {
    padding: 18px 0;
  }

  .route-finder-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

/* Launch V2 contract: unique responsibilities for Screens 4-6. */
.reference-review-home section.complete-line-section,
.reference-review-home section.material-intelligence-section,
.reference-review-home section.pack-engineering-section {
  min-height: 0;
}

.material-compare-column dl dd {
  font-size: 13px;
  line-height: 1.48;
}

.material-axis-head small,
.material-axis-image small,
.material-axis-row small,
.material-axis-route small,
.material-axis-image strong,
.material-axis-row strong,
.material-axis-route strong {
  font-size: 12px !important;
}

.material-compare-column > header small,
.material-compare-column footer li,
.material-compare-column footer > a {
  font-size: 12px !important;
}

.pack-engineering-head {
  min-height: 230px;
  grid-template-columns: minmax(0, 1.25fr) minmax(430px, .75fr);
  align-items: end;
  padding-bottom: 24px;
}

.pack-engineering-copy h2 {
  max-width: 920px;
}

.pack-engineering-sequence {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr repeat(4, auto 16px) auto;
  align-items: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid #b9d7da;
  border-left: 4px solid #078b8a;
  background: #f6fafb;
}

.pack-engineering-sequence > strong {
  color: #075e61;
  font-size: 15px;
}

.pack-engineering-sequence > span {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #1c2d42;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.pack-engineering-sequence .cg-icon {
  width: 26px;
  height: 26px;
  color: #078b8a;
}

.pack-engineering-sequence > b {
  color: #078b8a;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1240px) and (min-width: 761px) {
  .pack-engineering-head {
    grid-template-columns: 1fr;
  }

  .pack-engineering-sequence {
    grid-template-columns: 1fr repeat(4, auto 14px) auto;
  }
}

@media (max-width: 760px) {
  .pack-engineering-head {
    grid-template-columns: 1fr;
  }

  .pack-engineering-sequence {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .pack-engineering-sequence > strong {
    grid-column: 1 / -1;
  }

  .pack-engineering-sequence > b {
    display: none;
  }

  .pack-engineering-sequence > span {
    font-size: 10px;
    white-space: normal;
    text-align: center;
  }
}

/* Launch V2 contract: industry screen proves fit instead of repeating architecture. */
.industry-priority-note {
  min-height: 116px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid #b9d5d7;
  border-left: 4px solid #078b8a;
  background: #f6fafb;
}

.industry-priority-note .cg-icon {
  width: 38px;
  height: 38px;
  color: #078b8a;
}

.industry-priority-note > span {
  display: grid;
  gap: 5px;
}

.industry-priority-note small {
  color: #078b8a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.industry-priority-note strong {
  color: #071426;
  font-size: 17px;
  line-height: 1.25;
}

.industry-priority-note b {
  color: #526176;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.industry-route-analysis aside > p {
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px solid #dbe5e9;
  color: #42536a;
  font-size: 12px;
  line-height: 1.4;
}

.industry-route-analysis aside > p strong {
  display: block;
  margin-bottom: 4px;
  color: #078b8a;
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 1240px) {
  .industry-route-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .industry-priority-note {
    min-height: 0;
  }
}

/* Launch V2 contract: evidence-first customer matrix with complete data on demand. */
.customer-proof-process {
  display: grid;
  grid-template-columns: minmax(220px, .28fr) minmax(0, .72fr);
  margin-top: 24px;
  border: 1px solid #b9d5d7;
  border-left: 4px solid #078b8a;
  background: #f6fafb;
}

.customer-proof-process > header {
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px 20px;
  border-right: 1px solid #cddde1;
}

.customer-proof-process > header small {
  color: #078b8a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.customer-proof-process > header strong {
  color: #071426;
  font-size: 16px;
  line-height: 1.3;
}

.customer-proof-process ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.customer-proof-process li {
  min-width: 0;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 14px 12px;
  border-left: 1px solid #d5e2e5;
}

.customer-proof-process li:first-child {
  border-left: 0;
}

.customer-proof-process li > .cg-icon {
  width: 30px;
  height: 30px;
  color: #078b8a;
}

.customer-proof-process li > span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 3px 7px;
}

.customer-proof-process li b {
  color: #078b8a;
  font-size: 12px;
}

.customer-proof-process li strong {
  color: #17263a;
  font-size: 12px;
  text-transform: uppercase;
}

.customer-proof-process li small {
  grid-column: 1 / -1;
  color: #59697d;
  font-size: 12px;
  line-height: 1.3;
}

.customer-proof-toolbar {
  grid-template-columns: minmax(260px, .48fr) minmax(0, 1.52fr);
  align-items: end;
}

.customer-proof-toolbar-copy {
  align-self: end;
}

.customer-proof-controls {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.customer-proof-toggle {
  min-height: 36px;
  justify-self: end;
  padding: 7px 12px;
  border: 1px solid #078b8a;
  border-radius: 3px;
  background: #fff;
  color: #075e61;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.customer-proof-toggle:hover,
.customer-proof-toggle:focus-visible {
  background: #edf7f7;
}

.customer-proof-toggle[hidden] {
  display: none;
}

.customer-proof-section[data-project-proof-active="all"][data-project-proof-expanded="false"] .customer-proof-card:not([data-project-proof-featured="true"]) {
  display: none;
}

.customer-proof-section[data-project-proof-active="all"][data-project-proof-expanded="true"] .customer-proof-card:not([hidden]) {
  display: grid;
}

@media (max-width: 760px) {
  .reference-hero h1 {
    order: 2;
    font-size: 40px;
    line-height: 1;
  }

  .reference-hero .cg-hero-machine {
    order: 3;
    aspect-ratio: 1.75 / 1;
  }

  .reference-hero .cg-hero-machine img {
    object-fit: contain;
    object-position: center;
  }

  .reference-hero .cg-hero-actions {
    order: 4;
  }

  .reference-hero .cg-hero-copy > p {
    order: 5;
  }

  .reference-hero .cg-hero-reference-link {
    order: 6;
  }

  .reference-hero .cg-hero-proof {
    order: 7;
  }
}

@media (max-width: 1240px) {
  .customer-proof-process {
    grid-template-columns: 1fr;
  }

  .customer-proof-process > header {
    border-right: 0;
    border-bottom: 1px solid #cddde1;
  }

  .customer-proof-toolbar {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .customer-proof-toggle {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .customer-proof-process ol {
    grid-template-columns: 1fr;
  }

  .customer-proof-process li {
    border-top: 1px solid #d5e2e5;
    border-left: 0;
  }
}
