:root {
  color-scheme: light;
  --bg: #f6f8f4;
  --surface: #ffffff;
  --surface-2: #e9efe7;
  --ink: #13201c;
  --muted: #5d6b65;
  --line: #d7dfd6;
  --accent: #2d7d46;
  --accent-dark: #173f2a;
  --accent-soft: #dcebdc;
  --warning: #9f5a15;
  --radius: 8px;
  --shadow: 0 24px 80px rgba(29, 52, 43, 0.14);
  --container: min(1180px, calc(100vw - 40px));
}

/* Solutions reference page: high-fidelity implementation of the provided target image. */
.solutions-reference-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 17% 88%, rgba(40, 166, 74, 0.07), transparent 30%),
    linear-gradient(90deg, #fff 0%, #fff 51%, #eef6f4 51%, #eef6f4 100%);
}

.solutions-reference-hero::before {
  content: "";
  position: absolute;
  left: -7%;
  right: 44%;
  bottom: -18%;
  height: 300px;
  opacity: 0.36;
  background:
    repeating-radial-gradient(ellipse at 22% 78%, transparent 0 12px, rgba(47, 127, 70, 0.09) 13px 14px);
  pointer-events: none;
}

.solutions-reference-hero::after {
  content: "";
  position: absolute;
  inset: 0 46% 0 0;
  z-index: 1;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
  pointer-events: none;
}

.solutions-reference-copy {
  position: relative;
  z-index: 3;
  width: var(--container);
  margin: 0 auto;
  padding-top: 120px;
  color: #001c16;
}

.solutions-reference-copy h1 {
  margin: 0;
  max-width: 460px;
  color: #001c16;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: clamp(76px, 8.1vw, 106px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
}

.solutions-reference-rule {
  display: block;
  width: 70px;
  height: 6px;
  margin: 34px 0 24px;
  border-radius: 99px;
  background: #35b956;
}

.solutions-reference-copy p {
  margin: 0;
  max-width: 420px;
  color: #53625d;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.55;
}

.solutions-reference-media {
  position: absolute;
  inset: 0 0 0 43%;
  z-index: 0;
  overflow: hidden;
  clip-path: ellipse(73% 78% at 77% 39%);
  background: #dce8ee;
}

.solutions-reference-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 31%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.solutions-reference-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  transform: scale(1.06);
}

.solutions-reference-band {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 72px;
  width: var(--container);
  margin: -4px auto 0;
  padding: 66px 38px 24px 56px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 68% -10%, rgba(55, 191, 90, 0.18), transparent 28%),
    linear-gradient(135deg, #062018 0%, #073d2e 56%, #05251d 100%);
  color: #fff;
  box-shadow: 0 24px 70px rgba(5, 31, 23, 0.22);
}

.solutions-reference-band-copy {
  position: relative;
  min-height: 440px;
  padding-top: 50px;
}

.solutions-reference-band-copy h2 {
  margin: 0;
  color: #fff;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
}

.solutions-reference-band-copy p {
  max-width: 300px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

.solutions-wireframe {
  position: absolute;
  left: 6px;
  right: 26px;
  bottom: -24px;
  height: 230px;
  opacity: 0.17;
  border: 1px solid rgba(117, 199, 143, 0.54);
  clip-path: polygon(0 25%, 45% 0, 100% 25%, 100% 100%, 0 100%);
}

.solutions-wireframe::before,
.solutions-wireframe::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(117, 199, 143, 0.44);
}

.solutions-wireframe::before {
  left: 46%;
  top: 41%;
  width: 43%;
  height: 59%;
  transform: skewY(19deg);
}

.solutions-wireframe::after {
  left: 16%;
  top: 10%;
  width: 1px;
  height: 88%;
  box-shadow:
    38px 0 0 rgba(117, 199, 143, 0.44),
    76px 0 0 rgba(117, 199, 143, 0.44),
    114px 0 0 rgba(117, 199, 143, 0.44);
}

.solutions-reference-stack {
  display: grid;
  gap: 18px;
  align-content: start;
}

.solutions-reference-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 36px;
  align-items: center;
  min-height: 142px;
  padding: 24px 28px 24px 31px;
  border: 1px solid #e1e6e2;
  border-radius: 10px;
  background: linear-gradient(180deg, #fff, #fbfcfb);
  color: #0a2018;
  box-shadow: 0 11px 30px rgba(3, 22, 16, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.solutions-reference-row:hover,
.solutions-reference-row:focus-visible {
  border-color: rgba(41, 160, 70, 0.42);
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(3, 22, 16, 0.18);
}

.solutions-reference-icon {
  position: relative;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: #e8f4e8;
  color: #137b31;
}

.solutions-reference-icon::before,
.solutions-reference-icon::after,
.solutions-benefit-icon::before,
.solutions-benefit-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.solutions-reference-icon-home::before {
  width: 34px;
  height: 28px;
  border: 6px solid currentColor;
  border-top: 0;
  bottom: 19px;
}

.solutions-reference-icon-home::after {
  width: 35px;
  height: 35px;
  border-top: 6px solid currentColor;
  border-left: 6px solid currentColor;
  transform: rotate(45deg);
  top: 17px;
}

.solutions-reference-icon-factory::before {
  left: 18px;
  bottom: 18px;
  width: 38px;
  height: 30px;
  background:
    linear-gradient(currentColor 0 0) 0 12px / 9px 18px no-repeat,
    linear-gradient(currentColor 0 0) 14px 5px / 9px 25px no-repeat,
    linear-gradient(currentColor 0 0) 28px 0 / 10px 30px no-repeat;
}

.solutions-reference-icon-factory::after {
  left: 14px;
  bottom: 18px;
  width: 45px;
  height: 28px;
  background: currentColor;
  clip-path: polygon(0 45%, 26% 30%, 26% 45%, 52% 29%, 52% 45%, 78% 30%, 78% 45%, 100% 45%, 100% 100%, 0 100%);
}

.solutions-reference-icon-solar::before {
  left: 15px;
  top: 20px;
  width: 32px;
  height: 24px;
  border: 5px solid currentColor;
  transform: skewX(-13deg);
}

.solutions-reference-icon-solar::after {
  right: 15px;
  bottom: 17px;
  width: 18px;
  height: 28px;
  border: 4px solid currentColor;
  border-radius: 2px;
  background:
    linear-gradient(currentColor 0 0) center 7px / 8px 3px no-repeat,
    linear-gradient(currentColor 0 0) center 16px / 8px 3px no-repeat;
}

.solutions-reference-row-copy strong,
.solutions-reference-row-copy span {
  display: block;
}

.solutions-reference-row-copy strong {
  margin-bottom: 8px;
  color: #051b14;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
}

.solutions-reference-row-copy span {
  max-width: 560px;
  color: #5d6b65;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
}

.solutions-reference-arrow {
  color: #3a9b55;
  font-size: 30px;
  font-weight: 400;
}

.solutions-reference-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: var(--container);
  margin: 38px auto 30px;
  padding: 26px 30px;
  border: 1px solid #dce5df;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(16, 36, 31, 0.06);
}

.solutions-reference-benefits article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 74px;
  padding: 0 26px;
  border-right: 1px solid #dce5df;
}

.solutions-reference-benefits article:last-child {
  border-right: 0;
}

.solutions-benefit-icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  color: #147d33;
}

.solutions-benefit-icon-shield::before {
  inset: 4px 7px;
  border: 5px solid currentColor;
  border-radius: 16px 16px 18px 18px;
  clip-path: polygon(50% 0, 100% 17%, 91% 74%, 50% 100%, 9% 74%, 0 17%);
}

.solutions-benefit-icon-shield::after {
  left: 18px;
  top: 15px;
  width: 14px;
  height: 8px;
  border-left: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: rotate(-45deg);
}

.solutions-benefit-icon-growth::before {
  left: 7px;
  bottom: 7px;
  width: 7px;
  height: 18px;
  background: currentColor;
  box-shadow: 12px -8px 0 currentColor, 24px -17px 0 currentColor;
}

.solutions-benefit-icon-growth::after {
  right: 4px;
  top: 4px;
  width: 22px;
  height: 22px;
  border-top: 5px solid currentColor;
  border-right: 5px solid currentColor;
}

.solutions-benefit-icon-leaf::before {
  inset: 4px 6px 5px 4px;
  border-radius: 100% 0 100% 0;
  background: currentColor;
  transform: rotate(-18deg);
}

.solutions-benefit-icon-leaf::after {
  left: 20px;
  top: 17px;
  width: 4px;
  height: 26px;
  background: #fff;
  transform: rotate(45deg);
}

.solutions-benefit-icon-headset::before {
  left: 7px;
  top: 7px;
  width: 30px;
  height: 30px;
  border: 5px solid currentColor;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.solutions-benefit-icon-headset::after {
  left: 5px;
  top: 24px;
  width: 34px;
  height: 12px;
  border-left: 6px solid currentColor;
  border-right: 6px solid currentColor;
  border-radius: 4px;
}

.solutions-reference-benefits h2 {
  margin: 0 0 6px;
  color: #14251f;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

.solutions-reference-benefits p {
  margin: 0;
  color: #68766f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .solutions-reference-hero {
    min-height: 470px;
  }

  .solutions-reference-copy {
    padding-top: 92px;
  }

  .solutions-reference-copy h1 {
    font-size: clamp(58px, 9vw, 86px);
  }

  .solutions-reference-band {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 46px 34px 34px;
  }

  .solutions-reference-band-copy {
    min-height: 0;
    padding-top: 0;
  }

  .solutions-wireframe {
    display: none;
  }

  .solutions-reference-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solutions-reference-benefits article:nth-child(2) {
    border-right: 0;
  }

  .solutions-reference-benefits article:nth-child(n + 3) {
    padding-top: 20px;
    border-top: 1px solid #dce5df;
  }
}

@media (max-width: 640px) {
  .breadcrumb {
    padding-top: 18px;
    font-size: 13px;
  }

  .solutions-reference-hero {
    min-height: 610px;
    background: #fff;
  }

  .solutions-reference-hero::after {
    inset: 0;
    clip-path: polygon(0 0, 100% 0, 100% 48%, 0 62%);
  }

  .solutions-reference-copy {
    padding-top: 46px;
  }

  .solutions-reference-copy h1 {
    font-size: clamp(54px, 18vw, 74px);
  }

  .solutions-reference-rule {
    width: 62px;
    height: 5px;
    margin: 25px 0 19px;
  }

  .solutions-reference-copy p {
    max-width: 290px;
    font-size: 17px;
  }

  .solutions-reference-media {
    inset: 282px 0 0 0;
    clip-path: ellipse(82% 62% at 66% 47%);
  }

  .solutions-reference-band {
    width: calc(100vw - 30px);
    margin-top: 0;
    padding: 34px 18px 20px;
    border-radius: 14px;
  }

  .solutions-reference-band-copy h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .solutions-reference-band-copy p {
    max-width: none;
    font-size: 15px;
  }

  .solutions-reference-row {
    grid-template-columns: 58px minmax(0, 1fr) 24px;
    min-height: 132px;
    padding: 20px 17px;
  }

  .solutions-reference-icon {
    width: 52px;
    height: 52px;
  }

  .solutions-reference-icon-home::before {
    width: 25px;
    height: 21px;
    border-width: 4px;
    bottom: 14px;
  }

  .solutions-reference-icon-home::after {
    width: 26px;
    height: 26px;
    border-width: 4px;
    top: 12px;
  }

  .solutions-reference-icon-factory::before,
  .solutions-reference-icon-factory::after,
  .solutions-reference-icon-solar::before,
  .solutions-reference-icon-solar::after {
    transform: scale(0.74);
    transform-origin: center;
  }

  .solutions-reference-row-copy strong {
    font-size: 19px;
  }

  .solutions-reference-row-copy span {
    font-size: 13px;
    line-height: 1.55;
  }

  .solutions-reference-arrow {
    font-size: 21px;
  }

  .solutions-reference-benefits {
    grid-template-columns: 1fr;
    width: calc(100vw - 30px);
    margin-top: 26px;
    padding: 8px 20px;
  }

  .solutions-reference-benefits article {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 18px 0;
    border-right: 0;
    border-top: 1px solid #dce5df;
  }

  .solutions-reference-benefits article:first-child {
    border-top: 0;
  }
}

/* Homepage motion layer */
html.motion-ready [data-animate] {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 620ms ease,
    transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
  transition-delay: calc(var(--motion-order, 0) * 55ms);
  will-change: opacity, transform;
}

html.motion-ready [data-animate="hero"] {
  opacity: 1;
  transform: none;
}

html.motion-ready [data-animate="hero"] .home-hero-img,
html.motion-ready [data-animate="hero"] .home-hero-overlay {
  animation: hero-settle 1200ms ease both;
}

html.motion-ready [data-animate="hero-copy"] {
  transform: translate3d(-18px, 0, 0);
}

html.motion-ready [data-animate="media"] {
  transform: translate3d(0, 14px, 0) scale(0.985);
}

html.motion-ready [data-animate].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.site-header {
  animation: header-drop 620ms ease both;
}

.button,
.text-link,
.section-title a,
.cta-actions > a {
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(31, 141, 72, 0.24);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.hero-outline:hover,
.hero-outline:focus-visible {
  box-shadow: 0 14px 30px rgba(255, 255, 255, 0.1);
}

.button span,
.text-link span,
.section-title a span,
.cta-actions > a span {
  display: inline-block;
  transition: transform 180ms ease;
}

.button:hover span,
.text-link:hover span,
.section-title a:hover span,
.cta-actions > a:hover span {
  transform: translateX(4px);
}

.product-card,
.news-card,
.solution-tile,
.eval-items article,
.proof-grid article,
.capability-strip article,
.global-stats article,
.trust-line article {
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.product-card:hover,
.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(8, 31, 25, 0.13);
}

.solution-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(48, 173, 91, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

.eval-items article:hover,
.proof-grid article:hover,
.global-stats article:hover {
  transform: translateY(-3px);
}

.capability-strip article:hover,
.trust-line article:hover {
  transform: translateY(-2px);
}

.thumb img,
.solution-img img,
.news-img,
.slice-img,
.cta-bg,
.home-hero-img {
  transition: transform 700ms ease;
}

.product-card:hover .thumb img,
.news-card:hover .news-img,
.solution-tile:hover .solution-img img,
.home-strength:hover .slice-img {
  transform: scale(1.035);
}

.map-dot {
  animation: map-pulse 2800ms ease-in-out infinite;
}

.map-dot:nth-child(2n) {
  animation-delay: 420ms;
}

.map-dot:nth-child(3n) {
  animation-delay: 840ms;
}

.nav a::after {
  transform-origin: left;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav a:hover::after,
.nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

@keyframes header-drop {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-settle {
  from {
    transform: scale(1.025);
  }
  to {
    transform: scale(1);
  }
}

@keyframes map-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(34, 155, 85, 0.34);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(34, 155, 85, 0);
    transform: translate(-50%, -50%) scale(1.18);
  }
}

@media (max-width: 820px) {
  .primary-nav {
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 220ms ease;
  }

  .primary-nav.is-open {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Production readability calibration: keep the reference style, restore real web scale. */
@media (min-width: 641px) {
  :root {
    --container: min(1200px, calc(100vw - 72px));
  }

  .site-header {
    grid-template-columns: 190px minmax(0, 1fr) 150px;
    min-height: 68px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand-logo {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .brand strong {
    max-width: 118px;
    font-size: 11px;
    line-height: 1.1;
  }

  .primary-nav {
    gap: clamp(14px, 2vw, 34px);
  }

  .primary-nav a {
    padding: 16px 0;
    font-size: clamp(11px, 0.9vw, 13px);
  }

  .language-select select {
    min-height: 34px;
    width: 54px;
    font-size: 11px;
  }

  .header-actions .button-small {
    min-height: 38px;
    padding: 0 16px;
    font-size: 11px;
  }

  .home-hero,
  .home-hero-inner {
    min-height: 620px;
  }

  .home-hero-inner {
    padding-top: 106px;
    padding-bottom: 58px;
  }

  .home-hero-copy {
    max-width: 640px;
  }

  .plain-label {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .home-hero h1 {
    max-width: 680px;
    margin-bottom: 24px;
    font-size: clamp(48px, 5.2vw, 76px);
    line-height: 1.04;
  }

  .home-hero .lead {
    max-width: 580px;
    margin-bottom: 32px;
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.65;
  }

  .home-hero .button,
  .button {
    min-height: 46px;
    padding: 0 24px;
    font-size: 13px;
  }

  .trust-line {
    grid-template-columns: repeat(3, minmax(0, 230px));
    gap: 48px;
  }

  .line-icon {
    width: 36px;
    height: 36px;
    border-width: 2px;
    border-radius: 9px;
  }

  .trust-line strong,
  .eval-items strong,
  .proof-grid strong,
  .global-stats strong,
  .capability-strip strong {
    font-size: 13px;
  }

  .trust-line small,
  .eval-items small,
  .proof-grid small,
  .global-stats small,
  .capability-strip small {
    font-size: 12px;
    line-height: 1.45;
  }

  .section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .buyer-eval {
    grid-template-columns: 0.86fr 1.5fr;
    gap: 72px;
    padding-top: 78px;
    padding-bottom: 72px;
  }

  .buyer-copy h2,
  .section-title h2,
  .solutions-copy h2,
  .home-strength h2,
  .global-copy h2,
  .cta-section h2 {
    margin-bottom: 16px;
    font-size: clamp(30px, 2.7vw, 42px);
    line-height: 1.12;
  }

  .buyer-copy p,
  .section-title p,
  .global-copy p,
  .home-strength p {
    max-width: 620px;
    font-size: 16px;
    line-height: 1.75;
  }

  .eval-items {
    gap: 44px;
  }

  .eval-items article {
    padding-left: 32px;
  }

  .home-products {
    padding-top: 28px;
    padding-bottom: 86px;
  }

  .section-title {
    margin-bottom: 34px;
  }

  .section-title a,
  .text-link {
    font-size: 13px;
  }

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

  .thumb {
    height: 250px;
  }

  .product-card > div:last-child {
    padding: 38px 26px 28px;
  }

  .product-card h3 {
    margin-bottom: 14px;
    font-size: clamp(20px, 1.7vw, 24px);
    line-height: 1.25;
  }

  .product-card p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
  }

  .product-badge {
    left: 24px;
    top: 222px;
    width: 48px;
    height: 48px;
    border-width: 4px;
  }

  .product-badge .line-icon {
    width: 28px;
    height: 28px;
  }

  .solutions-panel {
    margin-top: 0;
  }

  .solutions-inner {
    grid-template-columns: 270px 1fr;
    gap: 42px;
    padding-top: 64px;
    padding-bottom: 66px;
  }

  .solutions-copy h2 {
    font-size: clamp(30px, 2.7vw, 42px);
  }

  .solutions-copy p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.7;
  }

  .solutions-copy .button-light {
    min-height: 44px;
    padding: 0 20px;
    font-size: 12px;
  }

  .solution-tiles {
    gap: 16px;
  }

  .solution-tile {
    min-height: 250px;
  }

  .solution-img {
    height: 145px;
  }

  .solution-tile strong {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.25;
  }

  .solution-tile span {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }

  .home-strength {
    grid-template-columns: 0.94fr 1.06fr;
    gap: 52px;
    padding-top: 86px;
    padding-bottom: 50px;
  }

  .home-strength .visual-slice,
  .home-strength .slice-img {
    min-height: 350px;
    height: 350px;
  }

  .proof-grid {
    gap: 28px 42px;
    margin-top: 34px;
  }

  .capability-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 26px 28px;
  }

  .capability-strip article {
    padding: 6px 22px;
  }

  .global-section {
    grid-template-columns: 0.56fr 1.44fr;
    min-height: 460px;
    padding-top: 86px;
    padding-bottom: 56px;
  }

  .global-stats {
    gap: 30px 26px;
    margin-top: 38px;
  }

  .global-stats strong {
    font-size: 28px;
  }

  .map-visual {
    min-height: 385px;
  }

  .news-preview {
    padding-top: 64px;
    padding-bottom: 90px;
  }

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

  .news-thumb {
    height: 170px;
  }

  .news-card > div:last-child {
    padding: 22px 18px 24px;
  }

  .news-card span,
  .news-card p {
    font-size: 12px;
    line-height: 1.6;
  }

  .news-card h3 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.35;
  }

  .cta-section {
    min-height: 235px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .cta-section p {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.65;
  }

  .cta-actions {
    min-width: 250px;
    gap: 12px;
  }

  .cta-actions .button,
  .cta-actions > a:not(.button) {
    font-size: 13px;
  }

  .site-footer {
    padding-top: 56px;
    padding-bottom: 28px;
  }

  .site-footer p,
  .footer-grid a,
  .footer-grid .contact-text,
  .footer-grid .contact-pending {
    font-size: 12px;
    line-height: 1.65;
  }

  .footer-grid h3 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .footer-bottom {
    margin-top: 32px;
    padding-top: 18px;
    font-size: 11px;
  }
}

@media (max-width: 1024px) and (min-width: 641px) {
  :root {
    --container: min(100%, calc(100vw - 48px));
  }

  .site-header {
    grid-template-columns: 170px minmax(0, 1fr) 132px;
  }

  .primary-nav {
    gap: 14px;
  }

  .primary-nav a {
    font-size: 11px;
  }

  .home-hero,
  .home-hero-inner {
    min-height: 580px;
  }

  .home-hero h1 {
    max-width: 610px;
    font-size: clamp(42px, 6vw, 58px);
  }

  .buyer-eval,
  .home-strength,
  .global-section {
    gap: 40px;
  }

  .product-grid,
  .solution-tiles,
  .news-grid {
    gap: 20px;
  }

  .thumb {
    height: 220px;
  }

  .product-badge {
    top: 194px;
  }

  .solutions-inner {
    grid-template-columns: 220px 1fr;
    gap: 28px;
  }

  .solution-tile {
    min-height: 232px;
  }

  .solution-img {
    height: 132px;
  }
}

@media (max-width: 640px) {
  .home-hero,
  .home-hero-inner {
    min-height: 680px;
  }

  .home-hero-inner {
    padding-top: 96px;
    padding-bottom: 38px;
  }

  .home-hero h1 {
    font-size: clamp(42px, 12vw, 56px);
    line-height: 1.05;
  }

  .home-hero .lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .buyer-copy h2,
  .section-title h2,
  .solutions-copy h2,
  .home-strength h2,
  .global-copy h2,
  .cta-section h2 {
    font-size: clamp(28px, 8.5vw, 36px);
  }

  .buyer-copy p,
  .section-title p,
  .global-copy p,
  .home-strength p,
  .product-card p,
  .solution-tile span,
  .news-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  .product-grid,
  .solution-tiles,
  .proof-grid,
  .global-stats,
  .news-grid {
    gap: 20px;
  }

  .thumb {
    height: 220px;
  }

  .product-card > div:last-child,
  .news-card > div:last-child {
    padding: 34px 22px 24px;
  }

  .product-card h3 {
    font-size: 22px;
  }

  .product-badge {
    top: 195px;
    width: 48px;
    height: 48px;
  }

  .solution-img,
  .news-thumb {
    height: 190px;
  }

  .solution-tile strong,
  .news-card h3 {
    font-size: 18px;
  }

  .home-strength .visual-slice,
  .home-strength .slice-img,
  .map-visual {
    min-height: 280px;
    height: 280px;
  }
}

/* Solutions reference QA fixes. */
.site-header {
  animation: none;
}

.solutions-reference-page .site-header {
  grid-template-columns: 270px minmax(0, 1fr) 176px;
  min-height: 88px;
  padding: 14px 40px;
}

.solutions-reference-page .brand {
  min-width: 0;
}

.solutions-reference-page .brand-logo {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
  border-radius: 9px;
}

.solutions-reference-page .brand strong {
  max-width: 180px;
  font-size: 17px;
  line-height: 1.1;
}

.solutions-reference-page .brand small {
  display: block;
  max-width: 190px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  line-height: 1.2;
}

.solutions-reference-page .primary-nav {
  gap: 38px;
}

.solutions-reference-page .primary-nav a {
  font-size: 15px;
}

.solutions-reference-page .site-header .button-small {
  min-height: 48px;
  min-width: 124px;
  padding: 0 25px;
  font-size: 15px;
  white-space: nowrap;
}

.solutions-reference-page .breadcrumb {
  padding-top: 30px;
}

.solutions-reference-page .breadcrumb a:first-child {
  position: relative;
  padding-left: 22px;
}

.solutions-reference-page .breadcrumb a:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 13px;
  height: 11px;
  background: #35b956;
  clip-path: polygon(50% 0, 100% 42%, 100% 100%, 63% 100%, 63% 62%, 37% 62%, 37% 100%, 0 100%, 0 42%);
  transform: translateY(-50%);
}

.solutions-reference-band,
.solutions-reference-row {
  overflow: hidden;
}

.solutions-reference-row-copy {
  min-width: 0;
}

.solutions-reference-row-copy strong,
.solutions-reference-row-copy span,
.solutions-reference-band-copy p,
.solutions-reference-benefits h2,
.solutions-reference-benefits p {
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  .solutions-reference-page .site-header {
    grid-template-columns: auto auto 1fr;
    min-height: 64px;
    padding: 10px 15px;
  }

  .solutions-reference-page .brand-logo {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .solutions-reference-page .brand strong {
    max-width: 96px;
    font-size: 10px;
  }

  .solutions-reference-page .brand small {
    display: none;
  }

  .solutions-reference-stack {
    min-width: 0;
  }

  .solutions-reference-row {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
  }

  .solutions-reference-arrow {
    display: none;
  }

  .solutions-reference-row-copy {
    max-width: min(220px, calc(100vw - 136px));
  }

  .solutions-reference-row-copy span {
    max-width: 100%;
  }

  .solutions-reference-band-copy p {
    width: min(100%, 312px);
    max-width: 312px;
  }
}

/* Products page reference replica. */
.product-reference-hero {
  position: relative;
  min-height: 335px;
  overflow: hidden;
  background: #041612;
  color: #fff;
}

.product-reference-hero > picture,
.product-reference-hero > .product-reference-hero-img {
  position: absolute;
  inset: 0;
}

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

.product-reference-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 21, 17, 0.96) 0%, rgba(3, 31, 25, 0.78) 38%, rgba(3, 31, 25, 0.34) 67%, rgba(3, 31, 25, 0.04) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.16) 100%);
}

.product-reference-hero-inner {
  position: relative;
  z-index: 1;
  width: var(--container);
  min-height: 335px;
  margin: 0 auto;
  padding: 52px 0 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-breadcrumb {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 44px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 700;
}

.product-breadcrumb a {
  color: #27b653;
}

.product-reference-hero h1 {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(70px, 7vw, 96px);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
}

.product-reference-hero p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.65;
}

.product-category-grid,
.product-line-section,
.product-proof-band,
.product-inquiry-band {
  width: var(--container);
  margin-right: auto;
  margin-left: auto;
}

.product-category-grid {
  padding: 34px 0 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-category-card {
  min-height: 190px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  align-items: start;
  padding: 30px 34px;
  border: 1px solid #d8e1dc;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(10, 29, 24, 0.04);
}

.product-category-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, #073126, #061713);
  color: #fff;
  box-shadow: 0 12px 24px rgba(3, 31, 25, 0.2);
}

.product-category-icon .line-icon {
  width: 36px;
  height: 36px;
  border-width: 2px;
}

.product-category-card h2 {
  margin: 0 0 16px;
  color: #071915;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.13;
}

.product-category-card p {
  margin: 0 0 24px;
  color: #536166;
  font-size: 15px;
  line-height: 1.65;
}

.product-category-card .text-link span,
.product-reference-card .text-link span,
.product-inquiry-band .button-light span {
  margin-left: 8px;
}

.product-line-section {
  padding: 18px 0 26px;
}

.product-line-section .section-title {
  margin-bottom: 24px;
}

.product-line-section .section-title h2 {
  margin: 0;
  font-size: 34px;
}

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

.product-reference-card {
  overflow: hidden;
  border: 1px solid #d8e1dc;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(10, 29, 24, 0.05);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 220ms ease;
}

.product-reference-card:hover {
  transform: translateY(-5px);
  border-color: rgba(31, 141, 72, 0.36);
  box-shadow: 0 24px 56px rgba(10, 29, 24, 0.1);
}

.product-reference-thumb {
  height: 250px;
  overflow: hidden;
  background: #edf3ee;
}

.product-reference-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.product-reference-card:hover .product-reference-img {
  transform: scale(1.035);
}

.product-reference-card > div:last-child {
  padding: 24px 24px 28px;
}

.product-reference-card span {
  display: block;
  margin-bottom: 14px;
  color: #118338;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-reference-card h3 {
  margin: 0 0 14px;
  color: #071915;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.18;
}

.product-reference-card h3 a {
  color: inherit;
}

.product-reference-card p {
  margin: 0 0 24px;
  color: #4f5d64;
  font-size: 15px;
  line-height: 1.68;
}

.product-proof-band {
  margin-top: 2px;
  margin-bottom: 28px;
  padding: 28px 30px;
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 32px;
  align-items: center;
  border: 1px solid #d8e1dc;
  border-radius: 8px;
  background: linear-gradient(90deg, #f8faf8 0%, #fff 100%);
}

.product-proof-lead {
  padding-right: 28px;
  border-right: 1px solid #d8e1dc;
}

.product-proof-lead h2 {
  margin: 0 0 14px;
  color: #071915;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.12;
}

.product-proof-lead p {
  margin: 0 0 18px;
  color: #4f5d64;
  font-size: 13px;
  line-height: 1.58;
}

.product-proof-lead .button {
  min-height: 34px;
  padding: 0 16px;
  font-size: 12px;
}

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

.product-proof-items article {
  min-height: 128px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 10px 28px;
  border-right: 1px solid #d8e1dc;
}

.product-proof-items article:last-child {
  border-right: 0;
}

.product-proof-items .line-icon {
  width: 38px;
  height: 38px;
  border: 0;
  color: #267a4a;
}

.product-proof-items strong {
  color: #071915;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.product-proof-items small {
  color: #4f5d64;
  font-size: 12px;
  line-height: 1.5;
}

.product-inquiry-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 138px;
  margin-top: 26px;
  margin-bottom: 30px;
  padding: 30px 70px;
  display: grid;
  grid-template-columns: 104px 1fr auto;
  gap: 42px;
  align-items: center;
  border-radius: 9px;
  background:
    linear-gradient(120deg, rgba(2, 19, 16, 0.96) 0%, rgba(4, 55, 39, 0.96) 54%, rgba(6, 105, 54, 0.96) 100%),
    #05251d;
  color: #fff;
}

.product-inquiry-band::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -140px;
  z-index: -1;
  width: 430px;
  height: 300px;
  transform: rotate(-18deg);
  background: linear-gradient(90deg, transparent, rgba(40, 166, 74, 0.16), transparent);
}

.product-inquiry-icon {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: #fff;
}

.product-inquiry-icon .line-icon {
  width: 54px;
  height: 54px;
  border-width: 2px;
}

.product-inquiry-band h2 {
  max-width: 560px;
  margin: 0 0 8px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}

.product-inquiry-band p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.55;
}

.product-inquiry-band .button-light {
  min-width: 288px;
  min-height: 56px;
  justify-content: center;
  border-color: #fff;
  border-radius: 7px;
  background: #fff;
  color: #07542f;
  font-size: 16px;
  box-shadow: none;
}

@media (max-width: 1080px) {
  .product-category-grid,
  .product-reference-grid {
    grid-template-columns: 1fr;
  }

  .product-proof-band {
    grid-template-columns: 1fr;
  }

  .product-proof-lead {
    padding-right: 0;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid #d8e1dc;
  }

  .product-proof-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 0;
  }

  .product-inquiry-band {
    grid-template-columns: 88px 1fr;
  }

  .product-inquiry-band .button-light {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .product-reference-hero,
  .product-reference-hero-inner,
  .product-reference-hero-img {
    min-height: 410px;
    height: 410px;
  }

  .product-reference-hero-inner {
    padding-top: 54px;
    padding-bottom: 42px;
  }

  .product-breadcrumb {
    margin-bottom: 34px;
    font-size: 13px;
  }

  .product-reference-hero h1 {
    font-size: clamp(56px, 17vw, 74px);
  }

  .product-reference-hero p {
    font-size: 16px;
  }

  .product-category-grid {
    padding-top: 26px;
  }

  .product-category-card {
    grid-template-columns: 56px 1fr;
    gap: 18px;
    padding: 24px 22px;
  }

  .product-category-card h2,
  .product-reference-card h3 {
    font-size: 24px;
  }

  .product-reference-thumb {
    height: 220px;
  }

  .product-proof-band {
    padding: 26px 22px;
  }

  .product-proof-items {
    grid-template-columns: 1fr;
  }

  .product-proof-items article {
    min-height: 0;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid #d8e1dc;
  }

  .product-proof-items article:last-child {
    border-bottom: 0;
  }

  .product-inquiry-band {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px 24px;
  }

  .product-inquiry-band .button-light {
    grid-column: auto;
    width: 100%;
    min-width: 0;
  }
}

/* About page reference replica. */
.page-about .breadcrumb.section {
  padding-top: 40px;
  padding-bottom: 0;
}

.page-about .breadcrumb + .about-reference-hero {
  padding-top: 28px;
}

.about-reference-hero {
  width: var(--container);
  margin: 0 auto;
  padding: 76px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(54px, 7vw, 92px);
  align-items: center;
  background: #fff;
}

.about-reference-copy {
  display: grid;
  align-content: start;
}

.about-reference-copy .plain-label,
.about-commitment-heading .plain-label {
  color: #149a36;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.about-reference-copy h1 {
  margin: 20px 0 28px;
  color: #07251f;
  font-size: clamp(68px, 7.2vw, 104px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
}

.about-reference-lead,
.about-reference-profile p,
.about-commitment-heading p,
.about-card p,
.about-reference-cta p {
  color: #4f5d64;
  font-size: 17px;
  line-height: 1.78;
}

.about-reference-lead {
  max-width: 500px;
  margin: 0 0 62px;
}

.about-reference-profile {
  max-width: 520px;
  margin-bottom: 34px;
}

.about-reference-profile h2,
.about-commitment-heading h2,
.about-reference-cta h2 {
  margin: 0 0 18px;
  color: #06120f;
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.about-reference-profile p {
  margin: 0;
}

.about-checks {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-checks li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 18px;
  align-items: center;
  color: #1f2b2f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.about-checks li span {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2ead54;
  box-shadow: 0 8px 18px rgba(46, 173, 84, 0.18);
}

.about-checks li span::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 7px;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.about-reference-media {
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #edf2f0;
  box-shadow: 0 22px 55px rgba(19, 32, 28, 0.08);
}

.about-reference-img {
  display: block;
  width: 300%;
  max-width: none;
  height: 650px;
  object-fit: cover;
  object-position: center;
  transform: translateX(-33.33%);
}

.about-reference-media .about-reference-img.content-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transform: none;
}

.about-commitment {
  padding: 66px max(34px, calc((100vw - 1200px) / 2)) 22px;
  background:
    radial-gradient(circle at 50% 12%, rgba(46, 173, 84, 0.08), transparent 34%),
    linear-gradient(180deg, #f6f8f9 0%, #fff 100%);
}

.about-commitment-heading {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.about-commitment-heading .plain-label {
  margin-bottom: 18px;
}

.about-commitment-heading h2 {
  font-size: clamp(34px, 3.2vw, 44px);
}

.about-commitment-heading p {
  max-width: 800px;
  margin: 0 auto;
}

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

.about-card {
  min-height: 438px;
  display: flex;
  flex-direction: column;
  padding: 46px 36px 32px;
  border: 1px solid rgba(215, 223, 214, 0.78);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(19, 32, 28, 0.08);
}

.about-card-icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  margin-bottom: 46px;
  border-radius: 50%;
  background: #dff3e4;
  color: #178e3f;
}

.about-card-icon .line-icon {
  width: 42px;
  height: 42px;
  border-width: 2px;
}

.about-card h3 {
  margin: 0 0 18px;
  color: #07120f;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.16;
}

.about-card p {
  margin: 0 0 30px;
  color: #1d2a30;
  font-size: 16px;
}

.about-card > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.about-card > div:last-child strong {
  color: #06120f;
  font-size: 26px;
  font-weight: 900;
}

.about-card > div:last-child span {
  color: #11943b;
  font-size: 30px;
  font-weight: 700;
}

.about-reference-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: var(--container);
  min-height: 214px;
  margin: 44px auto 28px;
  padding: 58px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 80% 70%, rgba(37, 209, 76, 0.48) 0 1px, transparent 2px) 0 0 / 20px 20px,
    radial-gradient(circle at 78% 118%, rgba(29, 178, 67, 0.42), transparent 34%),
    linear-gradient(135deg, #031714 0%, #073224 58%, #0a542e 100%);
  color: #fff;
}

.about-reference-cta::before {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -170px;
  z-index: -1;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  border: 1px solid rgba(69, 222, 103, 0.28);
  background:
    radial-gradient(circle, rgba(20, 154, 54, 0.18), transparent 62%),
    repeating-linear-gradient(8deg, transparent 0 24px, rgba(60, 215, 92, 0.11) 25px 26px);
}

.about-reference-cta h2 {
  max-width: 680px;
  color: #fff;
  font-size: clamp(30px, 2.8vw, 42px);
}

.about-reference-cta p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.about-reference-cta .button-light {
  min-width: 190px;
  min-height: 68px;
  justify-content: center;
  border-color: #fff;
  border-radius: 8px;
  background: #fff;
  color: #06120f;
  font-size: 16px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.about-reference-cta .button-light span {
  color: #11943b;
}

@media (max-width: 1100px) {
  .about-reference-hero {
    grid-template-columns: 1fr;
    padding-top: 56px;
  }

  .about-reference-lead {
    margin-bottom: 42px;
  }

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

  .about-card {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .page-about .breadcrumb.section {
    padding-top: 24px;
  }

  .page-about .breadcrumb + .about-reference-hero {
    padding-top: 28px;
  }

  .about-reference-hero {
    padding: 46px 0 54px;
    gap: 34px;
  }

  .about-reference-copy h1 {
    font-size: clamp(54px, 17vw, 72px);
  }

  .about-reference-profile h2,
  .about-commitment-heading h2,
  .about-reference-cta h2 {
    font-size: clamp(28px, 8.8vw, 36px);
  }

  .about-reference-img {
    height: 360px;
  }

  .about-commitment {
    padding: 56px 20px 10px;
  }

  .about-card-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .about-card {
    min-height: 0;
    padding: 34px 26px 28px;
  }

  .about-card-icon {
    margin-bottom: 30px;
  }

  .about-reference-cta {
    width: calc(100vw - 40px);
    margin-top: 34px;
    padding: 34px 26px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-reference-cta .button-light {
    width: 100%;
  }
}

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

  html.motion-ready [data-animate] {
    opacity: 1;
    transform: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body::selection {
  background: var(--accent-dark);
  color: #fff;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(45, 125, 70, 0.45);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  transform: translateY(-160%);
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: var(--radius);
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 12px max(20px, calc((100vw - 1180px) / 2));
  background: rgba(246, 248, 244, 0.94);
  border-bottom: 1px solid rgba(19, 32, 28, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand-mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 10px;
  background: var(--accent-dark);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 42px;
  border-radius: 8px;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  max-width: 280px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.primary-nav a {
  padding: 12px 13px;
  border-radius: 6px;
  color: #263a33;
  font-size: 14px;
  font-weight: 700;
}

.primary-nav a:hover {
  background: var(--surface-2);
}

.primary-nav a.is-active,
.primary-nav a[aria-current="page"] {
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-select {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
}

.language-select select {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: 82px 0;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-top: 22px;
  padding-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.breadcrumb span[aria-hidden="true"] {
  color: #8a9891;
}

.narrow {
  max-width: 860px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 54px;
  align-items: center;
  min-height: calc(100dvh - 76px);
  padding-top: 44px;
}

.plain-label {
  margin: 0 0 18px;
  color: var(--accent-dark);
  font-size: 15px;
  font-weight: 800;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  font-size: 21px;
  line-height: 1.2;
}

p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.lead {
  max-width: 620px;
  font-size: 20px;
}

.hero-actions,
.section-title {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--accent-dark);
  border-radius: 7px;
  background: var(--accent-dark);
  color: #fff;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border 160ms ease;
}

.button:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.button:active {
  transform: translateY(1px);
}

.button-secondary {
  background: transparent;
  color: var(--accent-dark);
}

.button-light {
  background: #fff;
  color: var(--accent-dark);
  border-color: #fff;
}

.button-small {
  min-height: 40px;
  padding: 0 16px;
  font-size: 14px;
}

.button-danger {
  color: #a33426;
  border-color: rgba(163, 52, 38, 0.35);
}

.text-link {
  display: inline-flex;
  color: var(--accent-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.trust-line span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--surface-2);
  box-shadow: var(--shadow);
}

.hero-img {
  width: 300%;
  max-width: none;
  height: 620px;
  object-fit: cover;
  object-position: left center;
}

.media-panel {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.media-panel span {
  color: var(--muted);
}

.intro-grid,
.strength-section,
.contact-grid,
.detail-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.feature-list {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.feature-list article {
  display: grid;
  gap: 8px;
  padding: 24px;
  background: #fff;
}

.feature-list span {
  color: var(--muted);
  line-height: 1.6;
}

.section-title {
  justify-content: space-between;
  margin-bottom: 30px;
}

.section-title a {
  color: var(--accent-dark);
  font-weight: 800;
}

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

.category-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.category-strip article {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.category-strip span {
  color: var(--muted);
  line-height: 1.6;
}

.product-card,
.news-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.product-card > div:last-child,
.news-card > div:last-child {
  padding: 24px;
}

.product-card span,
.news-card span,
.article-meta {
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 800;
}

.thumb {
  height: 230px;
  overflow: hidden;
  background: var(--surface-2);
}

.thumb-img {
  width: 300%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.thumb-img.content-img {
  width: 100%;
}

.thumb-1 .thumb-img {
  transform: translateX(0);
}

.thumb-2 .thumb-img {
  transform: translateX(-33.33%);
}

.thumb-3 .thumb-img {
  transform: translateX(-66.66%);
}

.thumb-1 .thumb-img.content-img,
.thumb-2 .thumb-img.content-img,
.thumb-3 .thumb-img.content-img {
  transform: none;
}

.news-thumb {
  height: 180px;
  overflow: hidden;
  background: var(--surface-2);
}

.news-img,
.article-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-media {
  height: min(460px, 52vw);
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--surface-2);
}

.solution-band {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 44px;
  align-items: start;
  padding: 70px;
  border-radius: 12px;
  background: var(--accent-dark);
  color: #fff;
}

.solution-band p,
.solution-row span {
  color: rgba(255, 255, 255, 0.76);
}

.solution-stack {
  display: grid;
  gap: 12px;
}

.solution-row {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.solution-row:hover {
  background: rgba(255, 255, 255, 0.12);
}

.visual-slice {
  overflow: hidden;
  min-height: 420px;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.slice-img {
  width: 300%;
  max-width: none;
  height: 420px;
  object-fit: cover;
  transform: translateX(-33.33%);
}

/* Product photos are supplied as complete product packshots, not panorama slices. */
.product-detail .visual-slice {
  display: grid;
  place-items: center;
  background: #f3f7fb;
}

.product-detail .slice-img.content-img {
  width: 100%;
  max-width: 100%;
  height: 420px;
  padding: clamp(16px, 2vw, 28px);
  object-fit: contain;
  transform: none;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #34463f;
  line-height: 1.55;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.64em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
}

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

.news-card h2,
.news-card h3 {
  margin-top: 12px;
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 54px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1c5135, #12322b);
  color: #fff;
}

.cta-section p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.78);
}

.page-hero {
  padding-top: 90px;
  padding-bottom: 50px;
}

.product-detail {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 50px;
  align-items: center;
}

.detail-grid article,
.contact-panel,
.admin-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.spec-table {
  display: grid;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.spec-table div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.spec-table div:last-child {
  border-bottom: 0;
}

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

.download-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf7;
  color: var(--accent-dark);
  font-weight: 800;
}

.download-link span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.download-link:not(.is-pending):hover {
  border-color: var(--accent);
  background: var(--accent-soft);
}

.download-link.is-pending {
  color: var(--ink);
}

.inquiry-form,
.cms-editor,
.structured-editor {
  display: grid;
  gap: 16px;
}

.inquiry-form {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

label {
  display: grid;
  gap: 8px;
  color: #263a33;
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid #bfcac0;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  padding: 12px 13px;
}

textarea {
  resize: vertical;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 700;
}

.consent input {
  width: auto;
  margin-top: 4px;
}

.contact-panel {
  display: grid;
  gap: 14px;
}

.contact-panel a,
.contact-text {
  color: var(--accent-dark);
  font-weight: 800;
}

.contact-text {
  display: block;
  line-height: 1.55;
}

.contact-pending {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

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

.notice {
  padding: 13px 15px;
  border-radius: 7px;
  font-weight: 800;
}

.success {
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.error {
  background: #f6dfd8;
  color: #8a2d19;
}

.admin-shell {
  max-width: 1080px;
}

.admin-card {
  max-width: 440px;
  margin: 0 auto;
}

.admin-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.inline-form {
  margin: 0;
}

button.text-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.admin-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
}

.admin-heading-row h2 {
  margin: 0;
}

.admin-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.cms-editor textarea {
  min-height: 520px;
  font-family: Consolas, "Courier New", monospace;
  font-size: 13px;
}

.structured-editor textarea[name$="json"],
.structured-editor textarea[name="pages"],
.structured-editor textarea[name="product_categories"],
.structured-editor textarea[name="products"],
.structured-editor textarea[name="solutions"],
.structured-editor textarea[name="cases"],
.structured-editor textarea[name="news"] {
  font-family: Consolas, "Courier New", monospace;
  font-size: 13px;
}

.admin-section {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.admin-section h2 {
  margin-bottom: 0;
  font-size: 24px;
}

.launch-readiness {
  margin-bottom: 24px;
}

.launch-readiness .admin-heading-row {
  margin-top: 0;
}

.launch-readiness p,
.notification-test p,
.asset-manager p {
  margin: 6px 0 0;
  color: var(--muted);
}

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

.readiness-item {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf7;
}

.readiness-item strong {
  color: var(--text);
}

.readiness-item span {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.readiness-item p {
  margin: 0;
  font-size: 14px;
}

.readiness-item.is-ready span {
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.readiness-item.is-needs-work span {
  background: #f6dfd8;
  color: #8a2d19;
}

.readiness-item.is-optional span {
  background: #e9eef3;
  color: #465463;
}

.readiness-checklist {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

.readiness-checklist textarea {
  min-height: 156px;
  resize: vertical;
  background: #f8faf7;
  color: var(--text);
  font-weight: 600;
}

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

.asset-manager .admin-heading-row {
  margin-top: 0;
}

.notification-test .admin-heading-row {
  margin-top: 0;
}

.asset-limit {
  white-space: nowrap;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.asset-upload-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 14px;
}

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

.asset-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf7;
}

.asset-thumb,
.asset-doc {
  width: 84px;
  height: 84px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.asset-thumb {
  object-fit: cover;
}

.asset-doc {
  display: grid;
  place-items: center;
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 900;
}

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

.asset-item strong {
  overflow: hidden;
  color: var(--text);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.asset-item code {
  margin: 6px 0;
  color: var(--accent-dark);
  font-family: Consolas, "Courier New", monospace;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.asset-item span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.raw-json-editor {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.raw-json-editor summary {
  cursor: pointer;
  color: var(--accent-dark);
  font-weight: 800;
}

.inquiry-list {
  display: grid;
  gap: 12px;
}

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

.inquiry-list span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.inquiry-meta {
  display: grid;
  gap: 4px;
  margin-top: 10px;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.inquiry-meta small {
  line-height: 1.5;
}

.inquiry-delete-form {
  margin-top: 12px;
}

.article-page {
  max-width: 860px;
}

.site-footer {
  margin-top: 40px;
  padding: 56px max(20px, calc((100vw - 1180px) / 2)) 26px;
  background: #10241f;
  color: #fff;
}

.site-footer p,
.site-footer small {
  color: rgba(255, 255, 255, 0.68);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr 0.9fr;
  gap: 36px;
}

.footer-grid h3 {
  margin-bottom: 12px;
}

.footer-grid a {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.84);
}

.footer-grid a.is-active,
.footer-grid a[aria-current="page"] {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.cookie-consent {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 960px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

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

.cookie-consent p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
}

.cookie-consent a {
  color: var(--accent-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-consent div {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

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

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .header-actions {
    justify-self: end;
  }

  .hero,
  .intro-grid,
  .strength-section,
  .contact-grid,
  .detail-grid,
  .product-detail,
  .solution-band {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .news-grid,
  .category-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-media,
  .hero-img {
    min-height: auto;
    height: 520px;
  }

  .solution-band {
    padding: 44px;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100vw - 28px, 1180px);
  }

  .site-header {
    min-height: 68px;
    gap: 10px;
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand small,
  .language-select span,
  .header-actions .button {
    display: none;
  }

  .primary-nav {
    top: 68px;
    left: 14px;
    right: 14px;
  }

  .section {
    padding: 54px 0;
  }

  h1 {
    font-size: clamp(38px, 13vw, 52px);
  }

  h2 {
    font-size: 31px;
  }

  .lead {
    font-size: 18px;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
    gap: 34px;
  }

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

  .media-panel {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .product-grid,
  .news-grid,
  .category-strip,
  .admin-grid,
  .asset-list,
  .readiness-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .asset-upload-form,
  .asset-item {
    grid-template-columns: 1fr;
  }

  .asset-thumb,
  .asset-doc {
    width: 100%;
    height: 160px;
  }

  .solution-band,
  .cta-section {
    padding: 28px;
  }

  .cta-section,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .spec-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .cookie-consent {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-consent div {
    justify-content: flex-end;
  }
}

/* Final screenshot-fidelity calibration layer. */
body {
  overflow-x: hidden;
}

.home-hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 10, 11, 0.84) 0%, rgba(3, 10, 11, 0.66) 34%, rgba(3, 10, 11, 0.2) 70%, rgba(3, 10, 11, 0.04) 100%),
    linear-gradient(180deg, rgba(3, 10, 11, 0.04) 0%, rgba(3, 10, 11, 0.2) 100%);
}

@media (min-width: 641px) {
  :root {
    --container: min(1190px, calc(100vw - 56px));
  }

  .site-header {
    grid-template-columns: 140px minmax(0, 1fr) 104px;
    gap: 12px;
    min-height: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
  }

  .brand strong {
    max-width: 92px;
    font-size: 8px;
  }

  .menu-toggle {
    display: none;
  }

  .primary-nav {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: clamp(7px, 1.45vw, 28px);
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .primary-nav a {
    padding: 10px 0;
    font-size: clamp(7px, 0.92vw, 12px);
  }

  .header-actions .button-small {
    display: inline-flex;
    min-height: 32px;
    padding: 0 11px;
    font-size: 8px;
  }

  .language-select select {
    min-height: 28px;
    width: 40px;
    font-size: 8px;
  }

  .home-hero,
  .home-hero-inner {
    min-height: 353px;
  }

  .home-hero-inner {
    padding-top: 57px;
    padding-bottom: 28px;
  }

  .home-hero-copy {
    max-width: 370px;
  }

  .plain-label {
    margin-bottom: 16px;
    font-size: 8px;
  }

  .home-hero h1 {
    max-width: 365px;
    margin-bottom: 17px;
    font-size: clamp(31px, 5vw, 66px);
    line-height: 1.04;
  }

  .home-hero .lead {
    max-width: 365px;
    margin-bottom: 21px;
    font-size: clamp(10px, 1.45vw, 17px);
  }

  .home-hero .button {
    min-height: 31px;
    padding: 0 17px;
    font-size: 9px;
  }

  .trust-line {
    grid-template-columns: repeat(3, minmax(0, 160px));
    gap: 28px;
  }

  .line-icon {
    width: 25px;
    height: 25px;
    border-width: 1.4px;
    border-radius: 7px;
  }

  .trust-line strong,
  .eval-items strong,
  .proof-grid strong,
  .global-stats strong,
  .capability-strip strong {
    font-size: 9px;
  }

  .trust-line small,
  .eval-items small,
  .proof-grid small,
  .global-stats small,
  .capability-strip small {
    font-size: 8px;
  }

  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .buyer-eval {
    grid-template-columns: 0.86fr 1.5fr;
    gap: 46px;
    padding-top: 49px;
    padding-bottom: 42px;
  }

  .buyer-copy h2,
  .section-title h2,
  .solutions-copy h2,
  .home-strength h2,
  .global-copy h2,
  .cta-section h2 {
    margin-bottom: 11px;
    font-size: clamp(17px, 2.3vw, 32px);
  }

  .buyer-copy p,
  .section-title p,
  .global-copy p,
  .home-strength p {
    font-size: clamp(8px, 1.12vw, 14px);
  }

  .eval-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .eval-items article {
    padding-left: 24px;
  }

  .home-products {
    padding-top: 8px;
    padding-bottom: 42px;
  }

  .section-title {
    margin-bottom: 22px;
  }

  .section-title a,
  .text-link {
    font-size: 9px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, calc((100% - 28px) / 3)));
    gap: 14px;
  }

  .thumb {
    height: 154px;
  }

  .product-card > div:last-child {
    padding: 22px 16px 20px;
  }

  .product-card h3 {
    margin-bottom: 11px;
    font-size: clamp(12px, 1.65vw, 20px);
  }

  .product-card p {
    margin-bottom: 14px;
    font-size: clamp(8px, 1.1vw, 14px);
  }

  .product-badge {
    left: 17px;
    top: 135px;
    width: 36px;
    height: 36px;
    border-width: 3px;
  }

  .product-badge .line-icon {
    width: 21px;
    height: 21px;
  }

  .solutions-panel {
    margin-top: 16px;
  }

  .solutions-inner {
    grid-template-columns: 158px 1fr;
    gap: 25px;
    padding-top: 29px;
    padding-bottom: 31px;
  }

  .solutions-copy h2 {
    font-size: 18px;
  }

  .solutions-copy p {
    margin-bottom: 22px;
    font-size: 9px;
  }

  .solutions-copy .button-light {
    min-height: 34px;
    padding: 0 13px;
    font-size: 8px;
  }

  .solution-tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  .solution-tile {
    min-height: 152px;
  }

  .solution-img {
    height: 82px;
  }

  .solution-tile strong {
    margin-top: 10px;
    font-size: 8px;
  }

  .solution-tile span {
    margin-top: 5px;
    font-size: 7px;
  }

  .home-strength {
    grid-template-columns: 0.93fr 1.07fr;
    gap: 27px;
    padding-top: 44px;
    padding-bottom: 21px;
  }

  .home-strength .visual-slice,
  .home-strength .slice-img {
    min-height: 189px;
    height: 189px;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 25px;
    margin-top: 20px;
  }

  .capability-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 16px 17px;
  }

  .capability-strip article {
    padding: 4px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
  }

  .global-section {
    grid-template-columns: 0.56fr 1.44fr;
    min-height: 288px;
    padding-top: 43px;
    padding-bottom: 25px;
  }

  .global-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
    margin-top: 24px;
  }

  .global-stats strong {
    font-size: 18px;
  }

  .map-visual {
    min-height: 244px;
  }

  .news-preview {
    padding-top: 32px;
    padding-bottom: 48px;
  }

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

  .news-thumb {
    height: 96px;
  }

  .news-card > div:last-child {
    padding: 15px 12px 17px;
  }

  .news-card span,
  .news-card p {
    font-size: 7px;
  }

  .news-card h3 {
    margin-bottom: 8px;
    font-size: 9px;
  }

  .cta-section {
    min-height: 105px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .cta-section h2 {
    margin-bottom: 7px;
    font-size: 19px;
  }

  .cta-section p {
    max-width: 360px;
    font-size: 9px;
  }

  .cta-actions {
    min-width: 176px;
    gap: 6px;
  }

  .cta-actions .button,
  .cta-actions > a:not(.button) {
    font-size: 8px;
  }

  .site-footer {
    padding-top: 28px;
    padding-bottom: 17px;
  }

  .footer-grid {
    grid-template-columns: 1.25fr 0.68fr 0.92fr 0.76fr 1.1fr;
    gap: 26px;
  }

  .site-footer p,
  .footer-grid a,
  .footer-grid .contact-text,
  .footer-grid .contact-pending {
    font-size: 7px;
  }

  .footer-grid h3 {
    margin-bottom: 8px;
    font-size: 8px;
  }

  .footer-bottom {
    margin-top: 19px;
    padding-top: 13px;
    font-size: 7px;
  }
}

/* Final production readability override. */
@media (min-width: 641px) {
  :root {
    --container: min(1200px, calc(100vw - 72px));
  }

  .site-header {
    grid-template-columns: 190px minmax(0, 1fr) 150px;
    min-height: 68px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand-logo {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .brand strong {
    max-width: 118px;
    font-size: 11px;
    line-height: 1.1;
  }

  .primary-nav {
    gap: clamp(14px, 2vw, 34px);
  }

  .primary-nav a {
    padding: 16px 0;
    font-size: clamp(11px, 0.9vw, 13px);
  }

  .language-select select {
    min-height: 34px;
    width: 54px;
    font-size: 11px;
  }

  .header-actions .button-small {
    min-height: 38px;
    padding: 0 16px;
    font-size: 11px;
  }

  .home-hero,
  .home-hero-inner {
    min-height: 620px;
  }

  .home-hero-inner {
    padding-top: 106px;
    padding-bottom: 58px;
  }

  .home-hero-copy {
    max-width: 640px;
  }

  .plain-label {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .home-hero h1 {
    max-width: 680px;
    margin-bottom: 24px;
    font-size: clamp(48px, 5.2vw, 76px);
    line-height: 1.04;
  }

  .home-hero .lead {
    max-width: 580px;
    margin-bottom: 32px;
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.65;
  }

  .home-hero .button,
  .button {
    min-height: 46px;
    padding: 0 24px;
    font-size: 13px;
  }

  .trust-line {
    grid-template-columns: repeat(3, minmax(0, 230px));
    gap: 48px;
  }

  .line-icon {
    width: 36px;
    height: 36px;
    border-width: 2px;
    border-radius: 9px;
  }

  .trust-line strong,
  .eval-items strong,
  .proof-grid strong,
  .global-stats strong,
  .capability-strip strong {
    font-size: 13px;
  }

  .trust-line small,
  .eval-items small,
  .proof-grid small,
  .global-stats small,
  .capability-strip small {
    font-size: 12px;
    line-height: 1.45;
  }

  .section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .buyer-eval {
    grid-template-columns: 0.86fr 1.5fr;
    gap: 72px;
    padding-top: 78px;
    padding-bottom: 72px;
  }

  .buyer-copy h2,
  .section-title h2,
  .solutions-copy h2,
  .home-strength h2,
  .global-copy h2,
  .cta-section h2 {
    margin-bottom: 16px;
    font-size: clamp(30px, 2.7vw, 42px);
    line-height: 1.12;
  }

  .buyer-copy p,
  .section-title p,
  .global-copy p,
  .home-strength p {
    max-width: 620px;
    font-size: 16px;
    line-height: 1.75;
  }

  .eval-items {
    gap: 44px;
  }

  .eval-items article {
    padding-left: 32px;
  }

  .home-products {
    padding-top: 28px;
    padding-bottom: 86px;
  }

  .section-title {
    margin-bottom: 34px;
  }

  .section-title a,
  .text-link {
    font-size: 13px;
  }

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

  .thumb {
    height: 250px;
  }

  .product-card > div:last-child {
    padding: 38px 26px 28px;
  }

  .product-card h3 {
    margin-bottom: 14px;
    font-size: clamp(20px, 1.7vw, 24px);
    line-height: 1.25;
  }

  .product-card p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
  }

  .product-badge {
    left: 24px;
    top: 222px;
    width: 48px;
    height: 48px;
    border-width: 4px;
  }

  .product-badge .line-icon {
    width: 28px;
    height: 28px;
  }

  .solutions-panel {
    margin-top: 0;
  }

  .solutions-inner {
    grid-template-columns: 270px 1fr;
    gap: 42px;
    padding-top: 64px;
    padding-bottom: 66px;
  }

  .solutions-copy h2 {
    font-size: clamp(30px, 2.7vw, 42px);
  }

  .solutions-copy p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.7;
  }

  .solutions-copy .button-light {
    min-height: 44px;
    padding: 0 20px;
    font-size: 12px;
  }

  .solution-tiles {
    gap: 16px;
  }

  .solution-tile {
    min-height: 250px;
  }

  .solution-img {
    height: 145px;
  }

  .solution-tile strong {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.25;
  }

  .solution-tile span {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }

  .home-strength {
    grid-template-columns: 0.94fr 1.06fr;
    gap: 52px;
    padding-top: 86px;
    padding-bottom: 50px;
  }

  .home-strength .visual-slice,
  .home-strength .slice-img {
    min-height: 350px;
    height: 350px;
  }

  .proof-grid {
    gap: 28px 42px;
    margin-top: 34px;
  }

  .capability-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 26px 28px;
  }

  .capability-strip article {
    padding: 6px 22px;
  }

  .global-section {
    grid-template-columns: 0.56fr 1.44fr;
    min-height: 460px;
    padding-top: 86px;
    padding-bottom: 56px;
  }

  .global-stats {
    gap: 30px 26px;
    margin-top: 38px;
  }

  .global-stats strong {
    font-size: 28px;
  }

  .map-visual {
    min-height: 385px;
  }

  .news-preview {
    padding-top: 64px;
    padding-bottom: 90px;
  }

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

  .news-thumb {
    height: 170px;
  }

  .news-card > div:last-child {
    padding: 22px 18px 24px;
  }

  .news-card span,
  .news-card p {
    font-size: 12px;
    line-height: 1.6;
  }

  .news-card h3 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.35;
  }

  .cta-section {
    min-height: 235px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .cta-section p {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.65;
  }

  .cta-actions {
    min-width: 250px;
    gap: 12px;
  }

  .cta-actions .button,
  .cta-actions > a:not(.button) {
    font-size: 13px;
  }

  .site-footer {
    padding-top: 56px;
    padding-bottom: 28px;
  }

  .site-footer p,
  .footer-grid a,
  .footer-grid .contact-text,
  .footer-grid .contact-pending {
    font-size: 12px;
    line-height: 1.65;
  }

  .footer-grid h3 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .footer-bottom {
    margin-top: 32px;
    padding-top: 18px;
    font-size: 11px;
  }
}

@media (max-width: 1024px) and (min-width: 641px) {
  :root {
    --container: min(100%, calc(100vw - 48px));
  }

  .site-header {
    grid-template-columns: 170px minmax(0, 1fr) 132px;
  }

  .primary-nav {
    gap: 14px;
  }

  .primary-nav a {
    font-size: 11px;
  }

  .home-hero,
  .home-hero-inner {
    min-height: 580px;
  }

  .home-hero h1 {
    max-width: 610px;
    font-size: clamp(42px, 6vw, 58px);
  }

  .buyer-eval,
  .home-strength,
  .global-section {
    gap: 40px;
  }

  .product-grid,
  .solution-tiles,
  .news-grid {
    gap: 20px;
  }

  .thumb {
    height: 220px;
  }

  .product-badge {
    top: 194px;
  }

  .solutions-inner {
    grid-template-columns: 220px 1fr;
    gap: 28px;
  }

  .solution-tile {
    min-height: 232px;
  }

  .solution-img {
    height: 132px;
  }
}

@media (max-width: 640px) {
  .home-hero,
  .home-hero-inner {
    min-height: 680px;
  }

  .home-hero-inner {
    padding-top: 96px;
    padding-bottom: 38px;
  }

  .home-hero h1 {
    font-size: clamp(42px, 12vw, 56px);
    line-height: 1.05;
  }

  .home-hero .lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .buyer-copy h2,
  .section-title h2,
  .solutions-copy h2,
  .home-strength h2,
  .global-copy h2,
  .cta-section h2 {
    font-size: clamp(28px, 8.5vw, 36px);
  }

  .buyer-copy p,
  .section-title p,
  .global-copy p,
  .home-strength p,
  .product-card p,
  .solution-tile span,
  .news-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  .product-grid,
  .solution-tiles,
  .proof-grid,
  .global-stats,
  .news-grid {
    gap: 20px;
  }

  .thumb {
    height: 220px;
  }

  .product-card > div:last-child,
  .news-card > div:last-child {
    padding: 34px 22px 24px;
  }

  .product-card h3 {
    font-size: 22px;
  }

  .product-badge {
    top: 195px;
    width: 48px;
    height: 48px;
  }

  .solution-img,
  .news-thumb {
    height: 190px;
  }

  .solution-tile strong,
  .news-card h3 {
    font-size: 18px;
  }

  .home-strength .visual-slice,
  .home-strength .slice-img,
  .map-visual {
    min-height: 280px;
    height: 280px;
  }
}

/* Final motion precedence: keep reveal animation and hover transforms compatible. */
.primary-nav a::after {
  transform-origin: left;
  transition: transform 180ms ease, opacity 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

html.motion-ready .product-card.is-visible:hover,
html.motion-ready .news-card.is-visible:hover {
  transform: translateY(-6px);
}

html.motion-ready .solution-tile.is-visible:hover {
  transform: translateY(-5px);
}

html.motion-ready .eval-items article.is-visible:hover,
html.motion-ready .proof-grid article.is-visible:hover,
html.motion-ready .global-stats article.is-visible:hover {
  transform: translateY(-3px);
}

html.motion-ready .capability-strip article.is-visible:hover,
html.motion-ready .trust-line article.is-visible:hover {
  transform: translateY(-2px);
}

@media (max-width: 820px) {
  .primary-nav {
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 220ms ease;
  }

  .primary-nav.is-open {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 641px) {
  :root {
    --container: min(1190px, calc(100vw - 56px));
  }

  .site-header {
    grid-template-columns: 155px 1fr auto;
    gap: 18px;
    min-height: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
  }

  .brand strong {
    max-width: 104px;
    font-size: 9px;
    line-height: 1.08;
  }

  .menu-toggle {
    display: none;
  }

  .primary-nav {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: clamp(10px, 2.2vw, 34px);
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .primary-nav a {
    padding: 10px 0;
    font-size: clamp(9px, 1.1vw, 12px);
  }

  .header-actions .button-small {
    display: inline-flex;
    min-height: 32px;
    padding: 0 14px;
    font-size: 10px;
  }

  .language-select select {
    min-height: 28px;
    width: 48px;
    font-size: 10px;
  }

  .home-hero,
  .home-hero-inner {
    min-height: 353px;
  }

  .home-hero-inner {
    padding-top: 57px;
    padding-bottom: 28px;
  }

  .home-hero-copy {
    max-width: 370px;
  }

  .plain-label {
    margin-bottom: 16px;
    font-size: 8px;
  }

  .home-hero h1 {
    max-width: 365px;
    margin-bottom: 17px;
    font-size: clamp(31px, 5vw, 66px);
    line-height: 1.04;
  }

  .home-hero .lead {
    max-width: 365px;
    margin-bottom: 21px;
    font-size: clamp(10px, 1.45vw, 17px);
    line-height: 1.45;
  }

  .home-hero .button {
    min-height: 31px;
    padding: 0 17px;
    font-size: 9px;
  }

  .trust-line {
    grid-template-columns: repeat(3, minmax(0, 160px));
    gap: 28px;
  }

  .line-icon {
    width: 25px;
    height: 25px;
    border-width: 1.4px;
    border-radius: 7px;
  }

  .trust-line strong,
  .eval-items strong,
  .proof-grid strong,
  .global-stats strong,
  .capability-strip strong {
    font-size: 9px;
  }

  .trust-line small,
  .eval-items small,
  .proof-grid small,
  .global-stats small,
  .capability-strip small {
    font-size: 8px;
  }

  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .buyer-eval {
    grid-template-columns: 0.86fr 1.5fr;
    gap: 46px;
    padding-top: 49px;
    padding-bottom: 42px;
  }

  .buyer-copy h2,
  .section-title h2,
  .solutions-copy h2,
  .home-strength h2,
  .global-copy h2,
  .cta-section h2 {
    margin-bottom: 11px;
    font-size: clamp(17px, 2.3vw, 32px);
  }

  .buyer-copy p,
  .section-title p,
  .global-copy p,
  .home-strength p {
    font-size: clamp(8px, 1.12vw, 14px);
    line-height: 1.65;
  }

  .eval-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .eval-items article {
    padding-left: 24px;
  }

  .home-products {
    padding-top: 8px;
    padding-bottom: 42px;
  }

  .section-title {
    margin-bottom: 22px;
  }

  .section-title a,
  .text-link {
    font-size: 9px;
  }

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

  .thumb {
    height: 154px;
  }

  .product-card > div:last-child {
    padding: 22px 16px 20px;
  }

  .product-card h3 {
    margin-bottom: 11px;
    font-size: clamp(12px, 1.65vw, 20px);
  }

  .product-card p {
    margin-bottom: 14px;
    font-size: clamp(8px, 1.1vw, 14px);
  }

  .product-badge {
    left: 17px;
    top: 135px;
    width: 36px;
    height: 36px;
    border-width: 3px;
  }

  .product-badge .line-icon {
    width: 21px;
    height: 21px;
  }

  .solutions-panel {
    margin-top: 16px;
  }

  .solutions-inner {
    grid-template-columns: 158px 1fr;
    gap: 25px;
    padding-top: 29px;
    padding-bottom: 31px;
  }

  .solutions-copy {
    padding-top: 10px;
  }

  .solutions-copy h2 {
    font-size: 18px;
  }

  .solutions-copy p {
    margin-bottom: 22px;
    font-size: 9px;
  }

  .solutions-copy .button-light {
    min-height: 34px;
    padding: 0 13px;
    font-size: 8px;
  }

  .solution-tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  .solution-tile {
    min-height: 152px;
  }

  .solution-img {
    height: 82px;
  }

  .solution-tile strong,
  .solution-tile span {
    padding-right: 9px;
    padding-left: 9px;
  }

  .solution-tile strong {
    margin-top: 10px;
    font-size: 8px;
  }

  .solution-tile span {
    margin-top: 5px;
    font-size: 7px;
  }

  .home-strength {
    grid-template-columns: 0.93fr 1.07fr;
    gap: 27px;
    padding-top: 44px;
    padding-bottom: 21px;
  }

  .home-strength .visual-slice {
    min-height: 189px;
  }

  .home-strength .slice-img {
    height: 189px;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 25px;
    margin-top: 20px;
  }

  .capability-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 16px 17px;
  }

  .capability-strip article {
    padding: 4px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
  }

  .global-section {
    grid-template-columns: 0.56fr 1.44fr;
    min-height: 288px;
    padding-top: 43px;
    padding-bottom: 25px;
  }

  .global-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
    margin-top: 24px;
  }

  .global-stats strong {
    font-size: 18px;
  }

  .map-visual {
    min-height: 244px;
  }

  .news-preview {
    padding-top: 32px;
    padding-bottom: 48px;
  }

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

  .news-thumb {
    height: 96px;
  }

  .news-card > div:last-child {
    padding: 15px 12px 17px;
  }

  .news-card span {
    font-size: 7px;
  }

  .news-card h3 {
    margin-bottom: 8px;
    font-size: 9px;
  }

  .news-card p {
    margin-bottom: 10px;
    font-size: 7px;
  }

  .cta-section {
    min-height: 105px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .cta-section h2 {
    margin-bottom: 7px;
    font-size: 19px;
  }

  .cta-section p {
    max-width: 360px;
    font-size: 9px;
  }

  .cta-actions {
    min-width: 176px;
    gap: 6px;
  }

  .cta-actions .button {
    min-height: 34px;
    font-size: 8px;
  }

  .cta-actions > a:not(.button) {
    font-size: 8px;
  }

  .site-footer {
    padding-top: 28px;
    padding-bottom: 17px;
  }

  .footer-grid {
    grid-template-columns: 1.25fr 0.68fr 0.92fr 0.76fr 1.1fr;
    gap: 26px;
  }

  .site-footer p,
  .footer-grid a,
  .footer-grid .contact-text,
  .footer-grid .contact-pending {
    font-size: 7px;
  }

  .footer-grid h3 {
    margin-bottom: 8px;
    font-size: 8px;
  }

  .footer-bottom {
    margin-top: 19px;
    padding-top: 13px;
    font-size: 7px;
  }
}

/* Homepage visual replication target, 2026-08-28. */
:root {
  --bg: #f7f9f6;
  --surface-2: #edf3ee;
  --ink: #18241f;
  --muted: #66736e;
  --line: #dce5dd;
  --accent: #28a64a;
  --accent-dark: #073528;
  --accent-soft: #e6f3ea;
  --header-dark: #06100f;
  --footer-dark: #06231b;
  --radius: 6px;
  --shadow: 0 18px 55px rgba(16, 36, 31, 0.08);
  --container: min(1190px, calc(100vw - 48px));
}

body {
  background: #fff;
  color: var(--ink);
}

.site-header {
  position: sticky;
  min-height: 64px;
  padding: 12px max(28px, calc((100vw - 1190px) / 2));
  background: rgba(4, 12, 13, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  backdrop-filter: blur(16px);
}

.brand {
  min-width: 214px;
  gap: 10px;
}

.brand-logo {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  border-radius: 7px;
}

.brand strong {
  max-width: 116px;
  color: #fff;
  font-size: 11px;
  line-height: 1.05;
  text-transform: uppercase;
}

.brand small {
  display: none;
}

.primary-nav {
  gap: 20px;
}

.primary-nav a {
  position: relative;
  padding: 11px 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
}

.primary-nav a:hover,
.primary-nav a.is-active,
.primary-nav a[aria-current="page"] {
  background: transparent;
  color: #fff;
}

.primary-nav a.is-active::after,
.primary-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 2px;
  background: #fff;
}

.header-actions {
  gap: 16px;
}

.language-select span {
  display: none;
}

.language-select select {
  min-height: 32px;
  width: 58px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.language-select select option {
  color: var(--ink);
}

.button {
  min-height: 45px;
  padding: 0 22px;
  border-color: var(--accent);
  border-radius: 5px;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
}

.button:hover {
  border-color: #35bd5a;
  background: #35bd5a;
}

.button-secondary {
  border-color: #27453d;
  background: transparent;
  color: var(--accent-dark);
}

.site-header .button-small {
  min-height: 36px;
  padding: 0 16px;
  color: #fff;
}

.home-hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #06100f;
  color: #fff;
}

.home-hero > picture {
  position: absolute;
  inset: 0;
}

.home-hero-img {
  width: 300%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 10, 11, 0.94) 0%, rgba(3, 10, 11, 0.78) 34%, rgba(3, 10, 11, 0.22) 70%, rgba(3, 10, 11, 0.06) 100%),
    linear-gradient(180deg, rgba(3, 10, 11, 0.1) 0%, rgba(3, 10, 11, 0.24) 100%);
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  width: var(--container);
  min-height: 640px;
  margin: 0 auto;
  padding: 92px 0 46px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-hero-copy {
  max-width: 610px;
}

.plain-label {
  margin-bottom: 22px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 610px;
  margin-bottom: 25px;
  color: #fff;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: 0;
}

.home-hero .lead {
  max-width: 555px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.55;
}

.hero-outline {
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff;
}

.trust-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 210px));
  gap: 42px;
  margin-top: 0;
}

.trust-line article,
.eval-items article,
.proof-grid article,
.global-stats article,
.capability-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  align-items: center;
}

.trust-line strong,
.eval-items strong,
.proof-grid strong,
.global-stats strong,
.capability-strip strong {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.trust-line small,
.eval-items small,
.proof-grid small,
.global-stats small,
.capability-strip small {
  grid-column: 2;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.35;
}

.line-icon {
  grid-row: span 2;
  position: relative;
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 9px;
  color: currentColor;
}

.line-icon::before,
.line-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.icon-home {
  clip-path: polygon(50% 0, 100% 35%, 100% 100%, 0 100%, 0 35%);
  border-radius: 3px;
}

.icon-scale::before,
.icon-globe::before,
.icon-support::before {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: transparent;
}

.icon-scale::after {
  width: 22px;
  height: 2px;
}

.icon-cube::before,
.icon-product::before,
.icon-doc::before,
.icon-map::before {
  inset: 8px;
  border: 2px solid currentColor;
  border-radius: 4px;
  background: transparent;
}

.icon-shield {
  border-radius: 50% 50% 46% 46%;
}

.icon-shield::before {
  width: 12px;
  height: 16px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background: transparent;
}

.icon-support::after,
.icon-engineer::after,
.icon-service::after {
  width: 18px;
  height: 2px;
  transform: rotate(35deg);
}

.section {
  padding: 74px 0;
}

.buyer-eval {
  display: grid;
  grid-template-columns: 0.9fr 1.6fr;
  gap: 70px;
  padding-top: 72px;
  padding-bottom: 66px;
}

.buyer-copy h2,
.section-title h2,
.solutions-copy h2,
.home-strength h2,
.global-copy h2,
.cta-section h2 {
  margin-bottom: 16px;
  color: #23342f;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
}

.buyer-copy p,
.section-title p,
.global-copy p,
.home-strength p {
  max-width: 520px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

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

.eval-items article {
  padding-left: 28px;
  border-left: 1px solid var(--line);
  color: #9eb6a9;
}

.eval-items strong,
.proof-grid strong,
.global-stats strong {
  color: #33453f;
}

.eval-items small,
.proof-grid small,
.global-stats small {
  color: var(--muted);
}

.section-title {
  align-items: flex-start;
  margin-bottom: 31px;
}

.section-title a,
.text-link {
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.home-products {
  padding-top: 18px;
}

.product-grid {
  gap: 25px;
}

.product-card,
.news-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #dfe7e0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(23, 63, 42, 0.05);
}

.product-card > div:last-child,
.news-card > div:last-child {
  padding: 28px 25px 30px;
}

.product-card h3,
.news-card h3 {
  margin: 0 0 13px;
  color: #24352f;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.product-card p,
.news-card p {
  margin-bottom: 19px;
  color: #66736e;
  font-size: 14px;
  line-height: 1.65;
}

.thumb {
  height: 276px;
}

.thumb-img {
  height: 100%;
  object-fit: cover;
}

.product-badge {
  position: absolute;
  left: 24px;
  top: 250px;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #176343;
  color: #dff1e4;
}

.product-badge .line-icon {
  width: 27px;
  height: 27px;
  border-width: 1.5px;
  border-radius: 7px;
}

.solutions-panel {
  margin-top: 30px;
  background:
    radial-gradient(circle at 58% 0%, rgba(39, 166, 74, 0.24), transparent 28%),
    linear-gradient(135deg, #061915 0%, #073528 58%, #052018 100%);
  color: #fff;
}

.solutions-inner {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 36px;
  padding: 52px 0;
}

.solutions-copy {
  padding-top: 16px;
}

.solutions-copy h2 {
  color: #fff;
  font-size: 32px;
}

.solutions-copy p {
  margin-bottom: 31px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 14px;
}

.solutions-copy .button-light {
  min-height: 52px;
  border-color: #fff;
  background: #fff;
  color: var(--accent-dark);
}

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

.solution-tile {
  display: block;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
}

.solution-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.solution-tile strong,
.solution-tile span {
  display: block;
  padding-right: 14px;
  padding-left: 14px;
}

.solution-tile strong {
  margin-top: 17px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.solution-tile span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.45;
}

.home-strength {
  grid-template-columns: 0.93fr 1.07fr;
  gap: 48px;
  padding-top: 66px;
  padding-bottom: 36px;
}

.home-strength .visual-slice {
  min-height: 352px;
  border-radius: 4px;
  box-shadow: none;
}

.home-strength .slice-img {
  height: 352px;
}

.home-strength h2 {
  margin-bottom: 18px;
  font-size: 34px;
}

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

.proof-grid .line-icon,
.global-stats .line-icon {
  color: #84a996;
  background: var(--accent-soft);
  border: 0;
}

.capability-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 30px;
  border-radius: 4px;
  background: #073528;
  color: #dcefe4;
}

.capability-strip article {
  padding: 6px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.capability-strip article:last-child {
  border-right: 0;
}

.capability-strip .line-icon {
  color: #dcefe4;
}

.global-section {
  position: relative;
  display: grid;
  grid-template-columns: 0.56fr 1.44fr;
  gap: 28px;
  min-height: 365px;
  padding-top: 66px;
  padding-bottom: 44px;
}

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

.global-stats article:first-child {
  grid-column: 1 / -1;
}

.global-stats strong {
  font-size: 24px;
}

.map-visual {
  position: relative;
  min-height: 315px;
  opacity: 0.95;
}

.map-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 17% 42%, #dfe5e2 0 8%, transparent 8.2%),
    radial-gradient(ellipse at 29% 31%, #dfe5e2 0 13%, transparent 13.2%),
    radial-gradient(ellipse at 49% 39%, #dfe5e2 0 10%, transparent 10.2%),
    radial-gradient(ellipse at 58% 50%, #dfe5e2 0 16%, transparent 16.2%),
    radial-gradient(ellipse at 75% 45%, #dfe5e2 0 15%, transparent 15.2%),
    radial-gradient(ellipse at 83% 65%, #dfe5e2 0 8%, transparent 8.2%);
  filter: blur(0.2px);
}

.map-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1e8f45;
  box-shadow: 0 0 0 5px rgba(30, 143, 69, 0.11);
}

.dot-1 { left: 20%; top: 56%; }
.dot-2 { left: 43%; top: 45%; }
.dot-3 { left: 50%; top: 32%; }
.dot-4 { left: 58%; top: 49%; }
.dot-5 { left: 77%; top: 57%; }
.dot-6 { left: 84%; top: 72%; }

.news-preview {
  padding-top: 50px;
  padding-bottom: 72px;
}

.news-grid {
  gap: 17px;
}

.news-thumb {
  height: 170px;
}

.news-card span {
  color: #66736e;
  font-size: 11px;
  font-weight: 900;
}

.news-card h3 {
  margin-top: 10px;
  font-size: 15px;
}

.news-card p {
  font-size: 12px;
}

.cta-section {
  position: relative;
  width: 100%;
  min-height: 178px;
  margin: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 39px max(28px, calc((100vw - 1190px) / 2));
  border-radius: 0;
  background: #0b2b25;
  color: #fff;
}

.cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  opacity: 0.4;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 18, 18, 0.92), rgba(5, 18, 18, 0.72) 56%, rgba(5, 18, 18, 0.5));
}

.cta-section > div:not(.cta-overlay),
.cta-actions {
  position: relative;
  z-index: 1;
}

.cta-section h2 {
  margin-bottom: 13px;
  color: #fff;
  font-size: 33px;
}

.cta-section p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.6;
}

.cta-actions {
  display: grid;
  gap: 13px;
  min-width: 300px;
}

.cta-actions .button {
  min-height: 55px;
  width: 100%;
}

.cta-actions > a:not(.button) {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer {
  margin-top: 0;
  padding-top: 42px;
  background:
    radial-gradient(circle at 0 0, rgba(40, 166, 74, 0.16), transparent 24%),
    #061f18;
}

.footer-grid {
  grid-template-columns: 1.35fr 0.7fr 0.95fr 0.85fr 1.2fr;
  gap: 40px;
}

.site-footer .brand {
  min-width: 0;
}

.site-footer p {
  max-width: 210px;
  font-size: 13px;
  line-height: 1.6;
}

.footer-grid h3 {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.footer-grid a,
.footer-grid .contact-text,
.footer-grid .contact-pending {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.45;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.footer-social a,
.footer-social span {
  display: inline-grid;
  width: 22px;
  height: 22px;
  margin: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 900;
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 20px;
  font-size: 12px;
}

.footer-bottom span:last-child {
  display: flex;
  gap: 22px;
}

.footer-bottom a {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

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

  .menu-toggle {
    justify-self: start;
    border-color: rgba(255, 255, 255, 0.24);
    background: transparent;
  }

  .menu-toggle span {
    background: #fff;
  }

  .primary-nav {
    top: 64px;
    background: #071713;
    border-color: rgba(255, 255, 255, 0.1);
  }

  .primary-nav a {
    padding: 13px 12px;
  }

  .home-hero,
  .home-hero-inner {
    min-height: 590px;
  }

  .buyer-eval,
  .solutions-inner,
  .home-strength,
  .global-section {
    grid-template-columns: 1fr;
  }

  .eval-items,
  .product-grid,
  .solution-tiles,
  .news-grid,
  .capability-strip,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .global-section {
    gap: 0;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100vw - 30px, 1190px);
  }

  .site-header {
    min-height: 64px;
    padding: 10px 15px;
  }

  .brand strong {
    max-width: 96px;
    font-size: 10px;
  }

  .home-hero,
  .home-hero-inner {
    min-height: 660px;
  }

  .home-hero-inner {
    padding: 58px 0 34px;
  }

  .home-hero h1 {
    font-size: 42px;
    line-height: 1.07;
  }

  .home-hero .lead {
    font-size: 15px;
  }

  .trust-line,
  .eval-items,
  .product-grid,
  .solution-tiles,
  .proof-grid,
  .global-stats,
  .news-grid,
  .capability-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-line {
    gap: 18px;
  }

  .buyer-eval,
  .section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .eval-items article {
    padding-left: 0;
    border-left: 0;
  }

  .thumb {
    height: 230px;
  }

  .product-badge {
    top: 204px;
  }

  .solutions-inner {
    padding: 42px 0;
  }

  .capability-strip article {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .capability-strip article:last-child {
    border-bottom: 0;
  }

  .map-visual {
    min-height: 230px;
  }

  .cta-section {
    align-items: flex-start;
    flex-direction: column;
    min-height: 260px;
    padding: 34px 15px;
  }

  .cta-actions {
    min-width: 0;
    width: 100%;
  }

  .footer-bottom,
  .footer-bottom span:last-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

/* Final screenshot-fidelity calibration layer. */
body {
  overflow-x: hidden;
}

.home-hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 10, 11, 0.84) 0%, rgba(3, 10, 11, 0.66) 34%, rgba(3, 10, 11, 0.2) 70%, rgba(3, 10, 11, 0.04) 100%),
    linear-gradient(180deg, rgba(3, 10, 11, 0.04) 0%, rgba(3, 10, 11, 0.2) 100%);
}

@media (min-width: 641px) {
  :root {
    --container: min(1190px, calc(100vw - 56px));
  }

  .site-header {
    grid-template-columns: 140px minmax(0, 1fr) 104px;
    gap: 12px;
    min-height: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
  }

  .brand strong {
    max-width: 92px;
    font-size: 8px;
  }

  .menu-toggle {
    display: none;
  }

  .primary-nav {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: clamp(7px, 1.45vw, 28px);
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .primary-nav a {
    padding: 10px 0;
    font-size: clamp(7px, 0.92vw, 12px);
  }

  .header-actions .button-small {
    display: inline-flex;
    min-height: 32px;
    padding: 0 11px;
    font-size: 8px;
  }

  .language-select select {
    min-height: 28px;
    width: 40px;
    font-size: 8px;
  }

  .home-hero,
  .home-hero-inner {
    min-height: 353px;
  }

  .home-hero-inner {
    padding-top: 57px;
    padding-bottom: 28px;
  }

  .home-hero-copy {
    max-width: 370px;
  }

  .plain-label {
    margin-bottom: 16px;
    font-size: 8px;
  }

  .home-hero h1 {
    max-width: 365px;
    margin-bottom: 17px;
    font-size: clamp(31px, 5vw, 66px);
    line-height: 1.04;
  }

  .home-hero .lead {
    max-width: 365px;
    margin-bottom: 21px;
    font-size: clamp(10px, 1.45vw, 17px);
  }

  .home-hero .button {
    min-height: 31px;
    padding: 0 17px;
    font-size: 9px;
  }

  .trust-line {
    grid-template-columns: repeat(3, minmax(0, 160px));
    gap: 28px;
  }

  .line-icon {
    width: 25px;
    height: 25px;
    border-width: 1.4px;
    border-radius: 7px;
  }

  .trust-line strong,
  .eval-items strong,
  .proof-grid strong,
  .global-stats strong,
  .capability-strip strong {
    font-size: 9px;
  }

  .trust-line small,
  .eval-items small,
  .proof-grid small,
  .global-stats small,
  .capability-strip small {
    font-size: 8px;
  }

  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .buyer-eval {
    grid-template-columns: 0.86fr 1.5fr;
    gap: 46px;
    padding-top: 49px;
    padding-bottom: 42px;
  }

  .buyer-copy h2,
  .section-title h2,
  .solutions-copy h2,
  .home-strength h2,
  .global-copy h2,
  .cta-section h2 {
    margin-bottom: 11px;
    font-size: clamp(17px, 2.3vw, 32px);
  }

  .buyer-copy p,
  .section-title p,
  .global-copy p,
  .home-strength p {
    font-size: clamp(8px, 1.12vw, 14px);
  }

  .eval-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .eval-items article {
    padding-left: 24px;
  }

  .home-products {
    padding-top: 8px;
    padding-bottom: 42px;
  }

  .section-title {
    margin-bottom: 22px;
  }

  .section-title a,
  .text-link {
    font-size: 9px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, calc((100% - 28px) / 3)));
    gap: 14px;
  }

  .thumb {
    height: 154px;
  }

  .product-card > div:last-child {
    padding: 22px 16px 20px;
  }

  .product-card h3 {
    margin-bottom: 11px;
    font-size: clamp(12px, 1.65vw, 20px);
  }

  .product-card p {
    margin-bottom: 14px;
    font-size: clamp(8px, 1.1vw, 14px);
  }

  .product-badge {
    left: 17px;
    top: 135px;
    width: 36px;
    height: 36px;
    border-width: 3px;
  }

  .product-badge .line-icon {
    width: 21px;
    height: 21px;
  }

  .solutions-panel {
    margin-top: 16px;
  }

  .solutions-inner {
    grid-template-columns: 158px 1fr;
    gap: 25px;
    padding-top: 29px;
    padding-bottom: 31px;
  }

  .solutions-copy h2 {
    font-size: 18px;
  }

  .solutions-copy p {
    margin-bottom: 22px;
    font-size: 9px;
  }

  .solutions-copy .button-light {
    min-height: 34px;
    padding: 0 13px;
    font-size: 8px;
  }

  .solution-tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  .solution-tile {
    min-height: 152px;
  }

  .solution-img {
    height: 82px;
  }

  .solution-tile strong {
    margin-top: 10px;
    font-size: 8px;
  }

  .solution-tile span {
    margin-top: 5px;
    font-size: 7px;
  }

  .home-strength {
    grid-template-columns: 0.93fr 1.07fr;
    gap: 27px;
    padding-top: 44px;
    padding-bottom: 21px;
  }

  .home-strength .visual-slice,
  .home-strength .slice-img {
    min-height: 189px;
    height: 189px;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 25px;
    margin-top: 20px;
  }

  .capability-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 16px 17px;
  }

  .capability-strip article {
    padding: 4px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
  }

  .global-section {
    grid-template-columns: 0.56fr 1.44fr;
    min-height: 288px;
    padding-top: 43px;
    padding-bottom: 25px;
  }

  .global-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
    margin-top: 24px;
  }

  .global-stats strong {
    font-size: 18px;
  }

  .map-visual {
    min-height: 244px;
  }

  .news-preview {
    padding-top: 32px;
    padding-bottom: 48px;
  }

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

  .news-thumb {
    height: 96px;
  }

  .news-card > div:last-child {
    padding: 15px 12px 17px;
  }

  .news-card span,
  .news-card p {
    font-size: 7px;
  }

  .news-card h3 {
    margin-bottom: 8px;
    font-size: 9px;
  }

  .cta-section {
    min-height: 105px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .cta-section h2 {
    margin-bottom: 7px;
    font-size: 19px;
  }

  .cta-section p {
    max-width: 360px;
    font-size: 9px;
  }

  .cta-actions {
    min-width: 176px;
    gap: 6px;
  }

  .cta-actions .button,
  .cta-actions > a:not(.button) {
    font-size: 8px;
  }

  .site-footer {
    padding-top: 28px;
    padding-bottom: 17px;
  }

  .footer-grid {
    grid-template-columns: 1.25fr 0.68fr 0.92fr 0.76fr 1.1fr;
    gap: 26px;
  }

  .site-footer p,
  .footer-grid a,
  .footer-grid .contact-text,
  .footer-grid .contact-pending {
    font-size: 7px;
  }

  .footer-grid h3 {
    margin-bottom: 8px;
    font-size: 8px;
  }

  .footer-bottom {
    margin-top: 19px;
    padding-top: 13px;
    font-size: 7px;
  }
}

/* Final production readability override. */
@media (min-width: 641px) {
  :root {
    --container: min(1200px, calc(100vw - 72px));
  }

  .site-header {
    grid-template-columns: 190px minmax(0, 1fr) 150px;
    min-height: 68px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand-logo {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .brand strong {
    max-width: 118px;
    font-size: 11px;
    line-height: 1.1;
  }

  .primary-nav {
    gap: clamp(14px, 2vw, 34px);
  }

  .primary-nav a {
    padding: 16px 0;
    font-size: clamp(11px, 0.9vw, 13px);
  }

  .language-select select {
    min-height: 34px;
    width: 54px;
    font-size: 11px;
  }

  .header-actions .button-small {
    min-height: 38px;
    padding: 0 16px;
    font-size: 11px;
  }

  .home-hero,
  .home-hero-inner {
    min-height: 620px;
  }

  .home-hero-inner {
    padding-top: 106px;
    padding-bottom: 58px;
  }

  .home-hero-copy {
    max-width: 640px;
  }

  .plain-label {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .home-hero h1 {
    max-width: 680px;
    margin-bottom: 24px;
    font-size: clamp(48px, 5.2vw, 76px);
    line-height: 1.04;
  }

  .home-hero .lead {
    max-width: 580px;
    margin-bottom: 32px;
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.65;
  }

  .home-hero .button,
  .button {
    min-height: 46px;
    padding: 0 24px;
    font-size: 13px;
  }

  .trust-line {
    grid-template-columns: repeat(3, minmax(0, 230px));
    gap: 48px;
  }

  .line-icon {
    width: 36px;
    height: 36px;
    border-width: 2px;
    border-radius: 9px;
  }

  .trust-line strong,
  .eval-items strong,
  .proof-grid strong,
  .global-stats strong,
  .capability-strip strong {
    font-size: 13px;
  }

  .trust-line small,
  .eval-items small,
  .proof-grid small,
  .global-stats small,
  .capability-strip small {
    font-size: 12px;
    line-height: 1.45;
  }

  .section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .buyer-eval {
    grid-template-columns: 0.86fr 1.5fr;
    gap: 72px;
    padding-top: 78px;
    padding-bottom: 72px;
  }

  .buyer-copy h2,
  .section-title h2,
  .solutions-copy h2,
  .home-strength h2,
  .global-copy h2,
  .cta-section h2 {
    margin-bottom: 16px;
    font-size: clamp(30px, 2.7vw, 42px);
    line-height: 1.12;
  }

  .buyer-copy p,
  .section-title p,
  .global-copy p,
  .home-strength p {
    max-width: 620px;
    font-size: 16px;
    line-height: 1.75;
  }

  .eval-items {
    gap: 44px;
  }

  .eval-items article {
    padding-left: 32px;
  }

  .home-products {
    padding-top: 28px;
    padding-bottom: 86px;
  }

  .section-title {
    margin-bottom: 34px;
  }

  .section-title a,
  .text-link {
    font-size: 13px;
  }

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

  .thumb {
    height: 250px;
  }

  .product-card > div:last-child {
    padding: 38px 26px 28px;
  }

  .product-card h3 {
    margin-bottom: 14px;
    font-size: clamp(20px, 1.7vw, 24px);
    line-height: 1.25;
  }

  .product-card p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
  }

  .product-badge {
    left: 24px;
    top: 222px;
    width: 48px;
    height: 48px;
    border-width: 4px;
  }

  .product-badge .line-icon {
    width: 28px;
    height: 28px;
  }

  .solutions-panel {
    margin-top: 0;
  }

  .solutions-inner {
    grid-template-columns: 270px 1fr;
    gap: 42px;
    padding-top: 64px;
    padding-bottom: 66px;
  }

  .solutions-copy h2 {
    font-size: clamp(30px, 2.7vw, 42px);
  }

  .solutions-copy p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.7;
  }

  .solutions-copy .button-light {
    min-height: 44px;
    padding: 0 20px;
    font-size: 12px;
  }

  .solution-tiles {
    gap: 16px;
  }

  .solution-tile {
    min-height: 250px;
  }

  .solution-img {
    height: 145px;
  }

  .solution-tile strong {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.25;
  }

  .solution-tile span {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }

  .home-strength {
    grid-template-columns: 0.94fr 1.06fr;
    gap: 52px;
    padding-top: 86px;
    padding-bottom: 50px;
  }

  .home-strength .visual-slice,
  .home-strength .slice-img {
    min-height: 350px;
    height: 350px;
  }

  .proof-grid {
    gap: 28px 42px;
    margin-top: 34px;
  }

  .capability-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 26px 28px;
  }

  .capability-strip article {
    padding: 6px 22px;
  }

  .global-section {
    grid-template-columns: 0.56fr 1.44fr;
    min-height: 460px;
    padding-top: 86px;
    padding-bottom: 56px;
  }

  .global-stats {
    gap: 30px 26px;
    margin-top: 38px;
  }

  .global-stats strong {
    font-size: 28px;
  }

  .map-visual {
    min-height: 385px;
  }

  .news-preview {
    padding-top: 64px;
    padding-bottom: 90px;
  }

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

  .news-thumb {
    height: 170px;
  }

  .news-card > div:last-child {
    padding: 22px 18px 24px;
  }

  .news-card span,
  .news-card p {
    font-size: 12px;
    line-height: 1.6;
  }

  .news-card h3 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.35;
  }

  .cta-section {
    min-height: 235px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .cta-section p {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.65;
  }

  .cta-actions {
    min-width: 250px;
    gap: 12px;
  }

  .cta-actions .button,
  .cta-actions > a:not(.button) {
    font-size: 13px;
  }

  .site-footer {
    padding-top: 56px;
    padding-bottom: 28px;
  }

  .site-footer p,
  .footer-grid a,
  .footer-grid .contact-text,
  .footer-grid .contact-pending {
    font-size: 12px;
    line-height: 1.65;
  }

  .footer-grid h3 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .footer-bottom {
    margin-top: 32px;
    padding-top: 18px;
    font-size: 11px;
  }
}

@media (max-width: 1024px) and (min-width: 641px) {
  :root {
    --container: min(100%, calc(100vw - 48px));
  }

  .site-header {
    grid-template-columns: 170px minmax(0, 1fr) 132px;
  }

  .primary-nav {
    gap: 14px;
  }

  .primary-nav a {
    font-size: 11px;
  }

  .home-hero,
  .home-hero-inner {
    min-height: 580px;
  }

  .home-hero h1 {
    max-width: 610px;
    font-size: clamp(42px, 6vw, 58px);
  }

  .buyer-eval,
  .home-strength,
  .global-section {
    gap: 40px;
  }

  .product-grid,
  .solution-tiles,
  .news-grid {
    gap: 20px;
  }

  .thumb {
    height: 220px;
  }

  .product-badge {
    top: 194px;
  }

  .solutions-inner {
    grid-template-columns: 220px 1fr;
    gap: 28px;
  }

  .solution-tile {
    min-height: 232px;
  }

  .solution-img {
    height: 132px;
  }
}

@media (max-width: 640px) {
  .home-hero,
  .home-hero-inner {
    min-height: 680px;
  }

  .home-hero-inner {
    padding-top: 96px;
    padding-bottom: 38px;
  }

  .home-hero h1 {
    font-size: clamp(42px, 12vw, 56px);
    line-height: 1.05;
  }

  .home-hero .lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .buyer-copy h2,
  .section-title h2,
  .solutions-copy h2,
  .home-strength h2,
  .global-copy h2,
  .cta-section h2 {
    font-size: clamp(28px, 8.5vw, 36px);
  }

  .buyer-copy p,
  .section-title p,
  .global-copy p,
  .home-strength p,
  .product-card p,
  .solution-tile span,
  .news-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  .product-grid,
  .solution-tiles,
  .proof-grid,
  .global-stats,
  .news-grid {
    gap: 20px;
  }

  .thumb {
    height: 220px;
  }

  .product-card > div:last-child,
  .news-card > div:last-child {
    padding: 34px 22px 24px;
  }

  .product-card h3 {
    font-size: 22px;
  }

  .product-badge {
    top: 195px;
    width: 48px;
    height: 48px;
  }

  .solution-img,
  .news-thumb {
    height: 190px;
  }

  .solution-tile strong,
  .news-card h3 {
    font-size: 18px;
  }

  .home-strength .visual-slice,
  .home-strength .slice-img,
  .map-visual {
    min-height: 280px;
    height: 280px;
  }
}

/* Products page visibility safety override. */
html.motion-ready .product-reference-hero,
html.motion-ready .product-category-grid,
html.motion-ready .product-category-card,
html.motion-ready .product-line-section,
html.motion-ready .product-reference-card,
html.motion-ready .product-proof-band,
html.motion-ready .product-proof-band [data-animate],
html.motion-ready .product-inquiry-band {
  opacity: 1;
  transform: none;
}

html.motion-ready .product-reference-card:hover {
  transform: translateY(-5px);
}

/* Products page mobile overflow guard. */
.product-reference-hero-inner,
.product-category-card,
.product-category-card > div,
.product-reference-card,
.product-reference-card > div:last-child,
.product-proof-band,
.product-proof-lead,
.product-proof-items article,
.product-inquiry-band,
.product-inquiry-band > div {
  min-width: 0;
}

.product-reference-hero h1,
.product-reference-hero p,
.product-category-card h2,
.product-category-card p,
.product-reference-card h3,
.product-reference-card p,
.product-proof-lead h2,
.product-proof-lead p,
.product-proof-items strong,
.product-proof-items small,
.product-inquiry-band h2,
.product-inquiry-band p {
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  .product-category-card {
    width: 100%;
  }

  .product-category-card h2,
  .product-reference-card h3 {
    font-size: clamp(21px, 6.5vw, 26px);
  }

  .product-reference-hero p,
  .product-category-card p,
  .product-reference-card p {
    max-width: 100%;
  }

  .product-line-section .section-title {
    display: grid;
    gap: 10px;
  }
}

/* Products page box model and narrow layout guard. */
.product-reference-hero,
.product-reference-hero *,
.product-category-grid,
.product-category-grid *,
.product-line-section,
.product-line-section *,
.product-proof-band,
.product-proof-band *,
.product-inquiry-band,
.product-inquiry-band * {
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .product-reference-hero-inner,
  .product-category-grid,
  .product-line-section,
  .product-proof-band,
  .product-inquiry-band {
    width: min(100%, calc(100vw - 32px));
  }

  .product-reference-hero-inner {
    margin-left: 16px;
    margin-right: 16px;
  }

  .product-category-card {
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 24px 18px;
  }

  .product-reference-hero p {
    font-size: 15px;
  }
}

/* Products page strict mobile wrapping. */
@media (max-width: 640px) {
  .product-reference-hero h1,
  .product-reference-hero p,
  .product-category-card h2,
  .product-category-card p,
  .product-category-card .text-link,
  .product-reference-card h3,
  .product-reference-card p,
  .product-reference-card .text-link,
  .product-proof-lead h2,
  .product-proof-lead p,
  .product-proof-items strong,
  .product-proof-items small,
  .product-inquiry-band h2,
  .product-inquiry-band p,
  .product-inquiry-band .button-light {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .product-category-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 20px;
  }

  .product-category-icon {
    width: 56px;
    height: 56px;
  }

  .product-category-card h2,
  .product-reference-card h3 {
    font-size: 22px;
    line-height: 1.18;
  }

  .product-category-card p,
  .product-reference-card p,
  .product-reference-hero p {
    font-size: 14px;
    line-height: 1.65;
  }

  .product-reference-card > div:last-child {
    padding: 26px 20px 24px;
  }
}

/* Products page narrow viewport hard cap for mobile QA and real phones. */
@media (max-width: 640px) {
  .product-reference-hero-inner,
  .product-category-grid,
  .product-line-section,
  .product-proof-band,
  .product-inquiry-band {
    width: min(358px, calc(100vw - 32px));
    max-width: min(358px, calc(100vw - 32px));
  }

  .product-reference-hero h1 {
    font-size: clamp(50px, 14vw, 62px);
  }
}

/* Products page mobile alignment guard for narrow screenshot viewport. */
@media (max-width: 640px) {
  .product-reference-hero-inner,
  .product-category-grid,
  .product-line-section,
  .product-proof-band,
  .product-inquiry-band {
    margin-left: 16px !important;
    margin-right: auto !important;
  }
}

/* Listing page top rhythm correction. */
.page-about .breadcrumb.section,
.page-solutions .breadcrumb.section,
.page-news .breadcrumb.section,
.page-contact .breadcrumb.section {
  padding-top: 34px;
  padding-bottom: 0;
}

body:not(.page-home):not(.page-admin) main > :is(.about-reference-hero, .solutions-reference-hero, .page-hero, .article-page):first-child {
  padding-top: 28px;
}

.page-solutions .solutions-reference-hero {
  min-height: 430px;
}

/* Locale resilience: translated labels must retain hierarchy without clipping. */
html[lang="es"] .solutions-reference-benefits h2,
html[lang="fr"] .solutions-reference-benefits h2 {
  overflow-wrap: normal;
  word-break: normal;
}

@media (min-width: 641px) {
  html[lang="es"] .solutions-reference-page .site-header,
  html[lang="fr"] .solutions-reference-page .site-header {
    grid-template-columns: minmax(150px, 220px) minmax(0, 1fr) auto;
    gap: clamp(10px, 1.8vw, 24px);
    padding-right: max(24px, calc((100vw - 1280px) / 2));
    padding-left: max(24px, calc((100vw - 1280px) / 2));
  }

  html[lang="es"] .solutions-reference-page .primary-nav,
  html[lang="fr"] .solutions-reference-page .primary-nav {
    gap: clamp(12px, 1.8vw, 28px);
  }

  html[lang="es"] .solutions-reference-page .primary-nav a,
  html[lang="fr"] .solutions-reference-page .primary-nav a {
    font-size: clamp(11px, 1.05vw, 14px);
    white-space: nowrap;
  }

  html[lang="es"] .solutions-reference-page .site-header .button-small,
  html[lang="fr"] .solutions-reference-page .site-header .button-small {
    min-width: 0;
    padding-right: 17px;
    padding-left: 17px;
  }

  html[lang="es"] .solutions-reference-benefits h2,
  html[lang="fr"] .solutions-reference-benefits h2 {
    font-size: 15px;
  }
}

.page-solutions .solutions-reference-copy {
  padding-top: 46px;
}

/* Homepage reference rebuild: blue-white industrial B2B composition. */
.page-home {
  --home-blue: #0757c8;
  --home-blue-deep: #063e93;
  --home-blue-soft: #edf5ff;
  --home-ink: #071d43;
  --home-muted: #475a78;
  --home-line: #dbe7f5;
  background: #fff;
  color: var(--home-ink);
}

.page-home .site-header {
  position: relative;
  z-index: 20;
  min-height: 64px;
  padding: 12px max(28px, calc((100vw - 1320px) / 2));
  grid-template-columns: 240px minmax(0, 1fr) 190px;
  gap: 26px;
  border-bottom: 1px solid #e8f0fa;
  background: #fff;
  box-shadow: 0 4px 18px rgba(12, 46, 103, 0.04);
}

.page-home .brand {
  color: var(--home-blue-deep);
}

.page-home .brand-logo {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  filter: none;
}

.page-home .brand strong {
  max-width: 160px;
  color: var(--home-blue-deep);
  font-size: 13px;
  line-height: 1.08;
}

.page-home .brand small {
  display: none;
}

.page-home .primary-nav {
  justify-content: center;
  gap: clamp(20px, 2.5vw, 46px);
}

.page-home .primary-nav a {
  padding: 18px 0;
  color: #10295a;
  font-size: 13px;
  font-weight: 800;
}

.page-home .primary-nav a::after {
  bottom: 7px;
  height: 2px;
  background: var(--home-blue);
}

.page-home .primary-nav a.is-active,
.page-home .primary-nav a:hover,
.page-home .primary-nav a:focus-visible {
  color: var(--home-blue);
}

.page-home .header-actions {
  gap: 14px;
}

.page-home .language-select {
  border: 0;
}

.page-home .language-select span {
  color: #1b315d;
  font-size: 11px;
  font-weight: 800;
}

.page-home .language-select select {
  min-height: 36px;
  width: 52px;
  border: 0;
  color: #1b315d;
  font-weight: 800;
}

.page-home .header-actions .button-small,
.page-home .button {
  border: 1px solid var(--home-blue);
  border-radius: 3px;
  background: var(--home-blue);
  box-shadow: none;
}

.page-home .header-actions .button-small {
  min-height: 38px;
  padding: 0 18px;
  font-size: 12px;
}

.page-home .header-actions .button-small:hover,
.page-home .header-actions .button-small:focus-visible,
.page-home .button:hover,
.page-home .button:focus-visible {
  background: var(--home-blue-deep);
  border-color: var(--home-blue-deep);
  box-shadow: 0 10px 22px rgba(7, 87, 200, 0.2);
}

.home-reference-shell {
  width: min(1320px, calc(100vw - 64px));
  margin-right: auto;
  margin-left: auto;
}

.home-reference-hero {
  position: relative;
  min-height: 554px;
  overflow: hidden;
  isolation: isolate;
  background: #eef6ff;
}

.home-reference-hero-media,
.home-reference-hero-media img,
.home-reference-hero-wash {
  position: absolute;
  inset: 0;
}

.home-reference-hero-media {
  z-index: -3;
  display: block;
  left: 36%;
}

.home-reference-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 65%;
}

.home-reference-hero-wash {
  z-index: -2;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 28%, rgba(255, 255, 255, 0.72) 42%, rgba(255, 255, 255, 0.12) 60%, rgba(255, 255, 255, 0) 82%),
    linear-gradient(180deg, rgba(237, 247, 255, 0.5), rgba(237, 247, 255, 0.04));
}

.home-reference-hero-inner {
  min-height: 460px;
  display: flex;
  align-items: center;
  padding: 54px 0 106px;
}

.home-reference-hero-copy {
  max-width: 575px;
}

.home-reference-label {
  margin: 0 0 18px;
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-reference-hero h1 {
  max-width: 600px;
  margin: 0 0 20px;
  color: var(--home-ink);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(48px, 4.55vw, 76px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.99;
}

.home-reference-hero-copy > p:not(.home-reference-label) {
  max-width: 500px;
  margin: 0;
  color: #2f4469;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.home-reference-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.home-reference-actions .button,
.home-reference-evaluation .button,
.home-reference-cta .button {
  min-height: 46px;
  padding: 0 23px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.home-reference-actions .home-reference-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--home-blue);
}

.home-reference-actions .home-reference-secondary:hover,
.home-reference-actions .home-reference-secondary:focus-visible {
  background: #fff;
  color: var(--home-blue-deep);
}

.home-reference-trust-line {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 100px;
  padding: 22px 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 -8px 28px rgba(30, 72, 135, 0.04);
}

.home-reference-trust-line article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 0 26px;
  border-right: 1px solid var(--home-line);
}

.home-reference-trust-line article:first-child { padding-left: 0; }
.home-reference-trust-line article:last-child { padding-right: 0; border-right: 0; }
.home-reference-trust-line .line-icon,
.home-reference-evaluation-items .line-icon { color: var(--home-blue); }
.home-reference-trust-line strong,
.home-reference-trust-line small,
.home-reference-evaluation-items strong,
.home-reference-evaluation-items small,
.home-reference-proof-grid strong,
.home-reference-proof-grid small,
.home-reference-capability-strip strong,
.home-reference-capability-strip small,
.home-reference-global-stats strong,
.home-reference-global-stats small { display: block; }
.home-reference-trust-line strong { color: #122c58; font-size: 13px; font-weight: 900; line-height: 1.2; }
.home-reference-trust-line small { margin-top: 4px; color: #60718e; font-size: 11px; font-weight: 600; line-height: 1.42; }

.home-reference-evaluation {
  padding: 62px 0 50px;
  background: #f2f7ff;
}

.home-reference-evaluation-inner {
  display: grid;
  grid-template-columns: 0.94fr 2.15fr;
  gap: 56px;
  align-items: center;
}

.home-reference-heading h2,
.home-reference-section-title h2,
.home-reference-solutions h2,
.home-reference-strength h2,
.home-reference-global h2,
.home-reference-cta h2 {
  margin: 0;
  color: var(--home-ink);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(28px, 2.45vw, 40px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.13;
}

.home-reference-heading > span {
  display: block;
  width: 42px;
  height: 3px;
  margin: 18px 0;
  background: var(--home-blue);
}

.home-reference-heading p,
.home-reference-solutions-copy p,
.home-reference-strength-copy > p,
.home-reference-global-copy > p,
.home-reference-news-title p,
.home-reference-cta p {
  margin: 0;
  color: var(--home-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.home-reference-heading .button { margin-top: 22px; }

.home-reference-evaluation-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 168px;
  overflow: hidden;
  border: 1px solid #e4edf8;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(29, 74, 136, 0.08);
}

.home-reference-evaluation-items article {
  min-width: 0;
  padding: 26px 21px;
  border-right: 1px solid #e8eff9;
}

.home-reference-evaluation-items article:last-child { border-right: 0; }
.home-reference-evaluation-items .line-icon { display: block; margin-bottom: 19px; }
.home-reference-evaluation-items strong { color: #102b59; font-size: 14px; font-weight: 900; line-height: 1.25; }
.home-reference-evaluation-items small { margin-top: 8px; color: #5c6e8c; font-size: 12px; font-weight: 600; line-height: 1.52; }

.home-reference-section { padding: 64px 0; }
.home-reference-section-title { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 27px; }
.home-reference-section-title a,
.home-reference-news-card .text-link,
.home-reference-product-card .text-link { color: var(--home-blue); font-size: 13px; font-weight: 900; text-decoration: none; }
.home-reference-section-title a:hover,
.home-reference-section-title a:focus-visible,
.home-reference-news-card .text-link:hover,
.home-reference-product-card .text-link:hover { color: var(--home-blue-deep); }

.home-reference-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.home-reference-product-card,
.home-reference-news-card { overflow: hidden; border: 1px solid #e1eaf6; border-radius: 5px; background: #fff; box-shadow: 0 8px 24px rgba(31, 76, 137, 0.06); }
.home-reference-product-card { min-width: 0; }
.home-reference-product-image { height: 234px; overflow: hidden; background: #eaf2f9; }
.home-reference-product-image img { width: 100%; height: 100%; object-fit: cover; }
.home-reference-product-copy { position: relative; padding: 28px 23px 20px; }
.home-reference-icon-badge { position: absolute; top: -24px; left: 20px; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--home-blue); color: #fff; box-shadow: 0 5px 13px rgba(7, 87, 200, 0.25); }
.home-reference-icon-badge .line-icon { width: 25px; height: 25px; }
.home-reference-product-copy h3 { margin: 0 0 9px; color: #102b59; font-size: 18px; font-weight: 900; line-height: 1.18; }
.home-reference-product-copy h3 a { color: inherit; text-decoration: none; }
.home-reference-product-copy p { min-height: 63px; margin: 0 0 12px; color: #5a6e8d; font-size: 12px; font-weight: 600; line-height: 1.55; }

.home-reference-solutions { padding: 56px 0; background: linear-gradient(118deg, #0c3f8e, #075fc7); color: #fff; }
.home-reference-solutions-inner { display: grid; grid-template-columns: 0.84fr 2.16fr; gap: 54px; align-items: center; }
.home-reference-solutions h2 { color: #fff; }
.home-reference-solutions-copy p { margin-top: 16px; color: rgba(255, 255, 255, 0.78); }
.home-reference-light-button { margin-top: 24px; background: #fff !important; border-color: #fff !important; color: var(--home-blue) !important; }
.home-reference-light-button:hover,
.home-reference-light-button:focus-visible { color: var(--home-blue-deep) !important; box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16) !important; }
.home-reference-solution-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.home-reference-solution-card { min-width: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.21); border-radius: 4px; color: #fff; text-decoration: none; transition: background-color 180ms ease, transform 180ms ease; }
.home-reference-solution-card:hover,
.home-reference-solution-card:focus-visible { background: rgba(255, 255, 255, 0.09); transform: translateY(-3px); }
.home-reference-solution-card img { display: block; width: 100%; height: 126px; object-fit: cover; }
.home-reference-solution-card span,
.home-reference-solution-card small { display: block; padding: 0 12px; }
.home-reference-solution-card span { margin-top: 13px; font-size: 13px; font-weight: 900; line-height: 1.2; }
.home-reference-solution-card small { min-height: 68px; padding-top: 8px; padding-bottom: 12px; color: rgba(255, 255, 255, 0.78); font-size: 11px; font-weight: 600; line-height: 1.48; }

.home-reference-strength { padding-top: 70px; }
.home-reference-strength-main { display: grid; grid-template-columns: 0.94fr 1.06fr; gap: 54px; align-items: center; }
.home-reference-strength-visual { min-height: 365px; overflow: hidden; border-radius: 5px; background: #edf3fa; }
.home-reference-strength-visual picture,
.home-reference-strength-visual img { display: block; width: 100%; height: 100%; }
.home-reference-strength-image { min-height: 365px; object-fit: cover; object-position: center; }
.home-reference-strength-copy > p { margin-top: 17px; }
.home-reference-proof-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px 28px; margin-top: 29px; }
.home-reference-proof-grid article { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: start; min-width: 0; }
.home-reference-proof-grid .line-icon { color: var(--home-blue); }
.home-reference-proof-grid strong { color: #14305e; font-size: 13px; font-weight: 900; line-height: 1.22; }
.home-reference-proof-grid small { margin-top: 5px; color: #667896; font-size: 11px; font-weight: 600; line-height: 1.42; }
.home-reference-capability-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 34px; padding: 22px 24px; border-radius: 5px; background: #0a4aab; color: #fff; }
.home-reference-capability-strip article { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 12px; min-width: 0; padding: 0 20px; border-right: 1px solid rgba(255, 255, 255, 0.22); }
.home-reference-capability-strip article:first-child { padding-left: 0; }
.home-reference-capability-strip article:last-child { padding-right: 0; border-right: 0; }
.home-reference-capability-strip .line-icon { color: #d4e7ff; }
.home-reference-capability-strip strong { font-size: 12px; font-weight: 900; line-height: 1.25; }
.home-reference-capability-strip small { margin-top: 4px; color: rgba(255, 255, 255, 0.75); font-size: 10px; font-weight: 600; line-height: 1.36; }

.home-reference-global { padding: 66px 0 46px; background: #f7fbff; }
.home-reference-global-inner { display: grid; grid-template-columns: 0.74fr 1.26fr; gap: 46px; align-items: center; }
.home-reference-global-copy > p { margin-top: 16px; max-width: 340px; }
.home-reference-global-stats { display: grid; gap: 17px; margin-top: 30px; }
.home-reference-global-stats article { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: center; }
.home-reference-global-stats .line-icon { color: var(--home-blue); }
.home-reference-global-stats strong { color: var(--home-blue-deep); font-size: 13px; font-weight: 900; line-height: 1.2; }
.home-reference-global-stats small { margin-top: 4px; color: #687b98; font-size: 11px; font-weight: 600; line-height: 1.4; }
.home-reference-map { position: relative; min-height: 300px; overflow: hidden; background: radial-gradient(ellipse at center, rgba(221, 237, 255, 0.76), rgba(247, 251, 255, 0) 70%); }
.home-reference-map::before { content: ""; position: absolute; inset: 8% 0; opacity: 0.55; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 460'%3E%3Cpath fill='%23d5e4f4' d='M94 115l47-42 74-2 30 30 67-3 51 31-24 39-55 6-34 38-65-3-42 31-53-19-37-53zm300-55l38-24 48 25 8 42-32 24-63-10zm55 105l75-22 82 22 15 55-43 23-75-13-41-32zm244-45l68-23 91 22 35 53-28 46-70 5-52-24-50-58zm75 127l64 4 49 44-26 54-86-13-27-50zM356 277l49 15 14 78-34 47-48-21-10-63zm135 51l77 9 32 44-49 40-72-17-21-47z'/%3E%3C/svg%3E") center / contain no-repeat; }
.home-reference-map .map-dot { position: absolute; z-index: 2; width: 11px; height: 11px; border: 2px solid #fff; border-radius: 50%; background: var(--home-blue); box-shadow: 0 0 0 5px rgba(7, 87, 200, 0.15); }
.home-reference-map .dot-1 { top: 30%; left: 27%; }.home-reference-map .dot-2 { top: 48%; left: 44%; }.home-reference-map .dot-3 { top: 35%; left: 60%; }.home-reference-map .dot-4 { top: 57%; left: 73%; }.home-reference-map .dot-5 { top: 68%; left: 21%; }.home-reference-map .dot-6 { top: 24%; left: 81%; }

/* Local SVG icon system: replaces the legacy CSS-drawn placeholder glyphs. */
.line-icon {
  display: inline-block;
  grid-row: auto;
  flex: 0 0 auto;
  border: 0 !important;
  border-radius: 0 !important;
  clip-path: none !important;
  background: currentColor !important;
  -webkit-mask: var(--line-icon-mask) center / contain no-repeat;
  mask: var(--line-icon-mask) center / contain no-repeat;
}

.line-icon::before,
.line-icon::after {
  content: none !important;
  display: none !important;
}

.icon-home { --line-icon-mask: url("/assets/icons/house.svg"); }
.icon-scale { --line-icon-mask: url("/assets/icons/boxes.svg"); }
.icon-globe { --line-icon-mask: url("/assets/icons/globe.svg"); }
.icon-support { --line-icon-mask: url("/assets/icons/headset.svg"); }
.icon-cube { --line-icon-mask: url("/assets/icons/package.svg"); }
.icon-product,
.icon-cells { --line-icon-mask: url("/assets/icons/battery.svg"); }
.icon-doc { --line-icon-mask: url("/assets/icons/file-check.svg"); }
.icon-map { --line-icon-mask: url("/assets/icons/map-pin.svg"); }
.icon-shield { --line-icon-mask: url("/assets/icons/shield-check.svg"); }
.icon-audit { --line-icon-mask: url("/assets/icons/badge-check.svg"); }
.icon-engineer { --line-icon-mask: url("/assets/icons/settings.svg"); }
.icon-service { --line-icon-mask: url("/assets/icons/wrench.svg"); }
.icon-badge { --line-icon-mask: url("/assets/icons/award.svg"); }

/* AMPSTAR supplies a horizontal wordmark, so it needs a wordmark-sized header slot. */
.site-header .brand {
  min-width: 154px;
}

.site-header .brand-logo {
  width: 134px;
  height: 34px;
  flex-basis: 134px;
  border-radius: 0;
}

.site-header .brand > span {
  display: none;
}

.site-footer .brand-logo {
  width: 142px;
  height: 36px;
  flex-basis: 142px;
  border-radius: 0;
}

@media (max-width: 760px) {
  .site-header .brand {
    min-width: 96px;
  }

  .site-header .brand-logo {
    width: 88px;
    height: 28px;
    flex-basis: 88px;
  }

  .site-footer .brand-logo {
    width: 116px;
    height: 31px;
    flex-basis: 116px;
  }
}

.home-reference-news { padding-top: 54px; }
.home-reference-news-title { align-items: flex-end; }
.home-reference-news-title p { margin-top: 10px; }
.home-reference-news-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.home-reference-news-card > div:first-child { height: 150px; overflow: hidden; background: #eaf2fa; }
.home-reference-news-card > div:first-child img { width: 100%; height: 100%; object-fit: cover; }
.home-reference-news-card > div:last-child { padding: 17px 16px 18px; }
.home-reference-news-card > div:last-child > span { color: var(--home-blue); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.home-reference-news-card h3 { min-height: 42px; margin: 9px 0 8px; color: #122d5a; font-size: 14px; font-weight: 900; line-height: 1.32; }
.home-reference-news-card h3 a { color: inherit; text-decoration: none; }
.home-reference-news-card p { min-height: 48px; margin: 0 0 9px; color: #607391; font-size: 11px; font-weight: 600; line-height: 1.45; }

.home-reference-cta { position: relative; overflow: hidden; margin-top: 12px; padding: 0; color: #fff; }
.home-reference-cta-bg,
.home-reference-cta-bg img,
.home-reference-cta-overlay { position: absolute; inset: 0; }
.home-reference-cta-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.home-reference-cta-overlay { background: linear-gradient(90deg, rgba(4, 41, 97, 0.96), rgba(7, 86, 190, 0.82)); }
.home-reference-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 168px; padding-top: 32px; padding-bottom: 32px; }
.home-reference-cta h2 { color: #fff; font-size: clamp(28px, 2.7vw, 42px); }
.home-reference-cta p { max-width: 630px; margin-top: 10px; color: rgba(255, 255, 255, 0.83); }
.home-reference-cta-actions { display: grid; gap: 13px; min-width: 216px; }
.home-reference-cta-actions .button { background: #fff; border-color: #fff; color: var(--home-blue); }
.home-reference-cta-actions .button:hover,
.home-reference-cta-actions .button:focus-visible { background: #eaf3ff; border-color: #eaf3ff; color: var(--home-blue-deep); }
.home-reference-cta-actions > a:not(.button) { color: #fff; font-size: 12px; font-weight: 800; text-align: center; text-decoration: none; }

.page-home .site-footer { padding-top: 46px; padding-bottom: 22px; background: #063b89; }
.page-home .site-footer .brand-logo { filter: none; }
.page-home .site-footer .brand strong,
.page-home .site-footer .footer-grid h3 { color: #fff; }
.page-home .site-footer .footer-grid a,
.page-home .site-footer .footer-grid .contact-text,
.page-home .site-footer p,
.page-home .site-footer small,
.page-home .footer-bottom { color: rgba(255, 255, 255, 0.75); }
.page-home .footer-grid a:hover,
.page-home .footer-grid a:focus-visible { color: #fff; }
.page-home .footer-bottom { border-color: rgba(255, 255, 255, 0.22); }

@media (max-width: 1024px) {
  .page-home .site-header { grid-template-columns: 200px minmax(0, 1fr) 150px; gap: 16px; padding-right: 24px; padding-left: 24px; }
  .page-home .primary-nav { gap: 16px; }
  .home-reference-shell { width: min(100% - 48px, 1100px); }
  .home-reference-hero-media { left: 28%; }
  .home-reference-evaluation-inner,
  .home-reference-solutions-inner { grid-template-columns: 0.86fr 2.14fr; gap: 32px; }
  .home-reference-solution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-reference-solution-card small { min-height: 52px; }
  .home-reference-strength-main { gap: 36px; }
}

@media (min-width: 761px) {
  .home-reference-evaluation { padding-top: 48px; padding-bottom: 34px; }
  .home-reference-evaluation-items { min-height: 144px; }
  .home-reference-evaluation-items article { padding-top: 21px; padding-bottom: 21px; }
  .home-reference-section { padding-top: 50px; padding-bottom: 50px; }
  .home-reference-product-image { height: 198px; }
  .home-reference-product-copy { padding-top: 24px; padding-bottom: 17px; }
  .home-reference-product-copy p { min-height: 51px; font-size: 11px; }
  .home-reference-solutions { padding-top: 46px; padding-bottom: 46px; }
  .home-reference-solution-card img { height: 110px; }
  .home-reference-solution-card small { min-height: 57px; }
  .home-reference-strength { padding-top: 54px; }
  .home-reference-strength-visual,
  .home-reference-strength-image { min-height: 320px; height: 320px; }
  .home-reference-capability-strip { margin-top: 25px; }
  .home-reference-global { padding-top: 50px; padding-bottom: 34px; }
  .home-reference-map { min-height: 260px; }
  .home-reference-news { padding-top: 42px; }
  .home-reference-news-card > div:first-child { height: 132px; }
}

@media (max-width: 760px) {
  .page-home .site-header { position: relative; min-height: 62px; grid-template-columns: 1fr auto auto; padding: 10px 16px; background: #fff; }
  .page-home .brand-logo { width: 88px; height: 28px; flex-basis: 88px; }
  .page-home .brand strong { max-width: 124px; font-size: 11px; }
  .page-home .menu-toggle { display: block; border-color: #ccdcf0; color: var(--home-blue); }
  .page-home .menu-toggle span { background: currentColor; }
  .page-home .header-actions { gap: 0; }
  .page-home .language-select { display: none; }
  .page-home .header-actions .button-small { display: inline-flex; min-height: 38px; padding: 0 12px; font-size: 11px; }
  .page-home .primary-nav { top: 61px; right: 0; left: 0; padding: 14px 18px 20px; border-bottom: 1px solid #dce7f4; background: #fff; box-shadow: 0 14px 25px rgba(12, 47, 101, 0.12); }
  .page-home .primary-nav a { padding: 12px 0; color: #12305f; }
  .home-reference-shell { width: min(358px, calc(100vw - 32px)); max-width: calc(100vw - 32px); }
  .home-reference-hero { min-height: auto; padding-bottom: 0; background: #f1f7ff; }
  .home-reference-hero-media { position: relative; left: auto; height: 302px; }
  .home-reference-hero-media img { object-position: 64% center; }
  .home-reference-hero-wash { bottom: 302px; background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.86) 68%, rgba(255, 255, 255, 0.18) 100%); }
  .home-reference-hero-inner { min-height: 0; padding: 45px 0 26px; }
  .home-reference-hero-copy { max-width: 100%; }
  .home-reference-label { margin-bottom: 13px; font-size: 11px; }
  .home-reference-hero h1 { max-width: 358px; font-size: clamp(40px, 11vw, 48px); line-height: 1.02; overflow-wrap: anywhere; }
  .home-reference-hero-copy > p:not(.home-reference-label) { font-size: 14px; overflow-wrap: anywhere; }
  .home-reference-actions { margin-top: 20px; gap: 10px; }
  .home-reference-actions .button,
  .home-reference-evaluation .button,
  .home-reference-cta .button { min-height: 44px; padding: 0 15px; font-size: 12px; }
  .home-reference-trust-line { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 0; padding: 7px 0; background: #fff; box-shadow: none; }
  .home-reference-trust-line article,
  .home-reference-trust-line article:first-child,
  .home-reference-trust-line article:last-child { padding: 16px 0; }
  .home-reference-trust-line article { grid-template-columns: 29px minmax(0, 1fr); gap: 9px; border-right: 0; border-bottom: 1px solid var(--home-line); }
  .home-reference-trust-line article:nth-child(odd) { padding-right: 12px; border-right: 1px solid var(--home-line); }
  .home-reference-trust-line article:nth-child(even) { padding-left: 12px; }
  .home-reference-trust-line article:nth-last-child(-n+2) { border-bottom: 0; }
  .home-reference-trust-line strong { font-size: 11px; }
  .home-reference-trust-line small { font-size: 9px; line-height: 1.35; }
  .home-reference-evaluation { padding: 42px 0; }
  .home-reference-evaluation-inner,
  .home-reference-solutions-inner,
  .home-reference-strength-main,
  .home-reference-global-inner { grid-template-columns: 1fr; gap: 28px; }
  .home-reference-heading h2,
  .home-reference-section-title h2,
  .home-reference-solutions h2,
  .home-reference-strength h2,
  .home-reference-global h2,
  .home-reference-cta h2 { font-size: clamp(26px, 8vw, 34px); }
  .home-reference-heading h2,
  .home-reference-section-title h2,
  .home-reference-solutions h2,
  .home-reference-strength h2,
  .home-reference-global h2,
  .home-reference-cta h2,
  .home-reference-product-copy h3,
  .home-reference-news-card h3 { overflow-wrap: anywhere; }
  .home-reference-evaluation-items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-reference-evaluation-items article { padding: 20px 16px; border-bottom: 1px solid #e8eff9; }
  .home-reference-evaluation-items article:nth-child(2n) { border-right: 0; }
  .home-reference-evaluation-items article:nth-last-child(-n+2) { border-bottom: 0; }
  .home-reference-evaluation-items .line-icon { margin-bottom: 13px; }
  .home-reference-evaluation-items strong { font-size: 12px; }
  .home-reference-evaluation-items small { font-size: 10px; }
  .home-reference-section { padding: 45px 0; }
  .home-reference-section-title { align-items: flex-start; margin-bottom: 21px; }
  .home-reference-section-title a { max-width: 130px; padding-top: 6px; font-size: 11px; text-align: right; }
  .home-reference-product-grid,
  .home-reference-news-grid { grid-template-columns: 1fr; gap: 15px; }
  .home-reference-product-image { height: 224px; }
  .home-reference-product-copy p { min-height: 0; }
  .home-reference-solutions { padding: 43px 0; }
  .home-reference-solution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .home-reference-solution-card img { height: 112px; }
  .home-reference-solution-card span { font-size: 11px; }
  .home-reference-solution-card small { min-height: 72px; font-size: 9px; }
  .home-reference-strength { padding-top: 47px; }
  .home-reference-strength-visual,
  .home-reference-strength-image { min-height: 250px; height: 250px; }
  .home-reference-proof-grid { gap: 19px 15px; }
  .home-reference-proof-grid strong { font-size: 11px; }
  .home-reference-proof-grid small { font-size: 9px; }
  .home-reference-capability-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin-top: 25px; padding: 12px 15px; }
  .home-reference-capability-strip article,
  .home-reference-capability-strip article:first-child,
  .home-reference-capability-strip article:last-child { padding: 14px 8px; border-right: 0; }
  .home-reference-capability-strip article:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .home-reference-capability-strip article:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .home-reference-capability-strip strong { font-size: 10px; }
  .home-reference-capability-strip small { font-size: 8px; }
  .home-reference-global { padding: 45px 0 32px; }
  .home-reference-map { min-height: 225px; }
  .home-reference-news-title { flex-direction: column; gap: 8px; }
  .home-reference-news-title a { max-width: none; padding: 0; text-align: left; }
  .home-reference-news-card > div:first-child { height: 198px; }
  .home-reference-news-card h3,
  .home-reference-news-card p { min-height: 0; }
  .home-reference-cta { margin-top: 0; }
  .home-reference-cta-inner { flex-direction: column; align-items: flex-start; min-height: 0; padding-top: 38px; padding-bottom: 34px; }
  .home-reference-cta-actions { width: 100%; min-width: 0; }
  .home-reference-cta-actions .button { width: 100%; }
  .page-home .site-footer { padding-top: 38px; }
}

@media (max-width: 640px) {
  .page-about .breadcrumb.section,
  .page-solutions .breadcrumb.section,
  .page-news .breadcrumb.section,
  .page-contact .breadcrumb.section {
    padding-top: 22px;
  }

  body:not(.page-home):not(.page-admin) main > :is(.about-reference-hero, .solutions-reference-hero, .page-hero, .article-page):first-child {
    padding-top: 24px;
  }

  .page-solutions .solutions-reference-hero {
    min-height: 520px;
  }

  .page-solutions .solutions-reference-copy {
    padding-top: 42px;
  }
}

/* Homepage visual fidelity: match the supplied AMPSTAR blue-white reference. */
@media (min-width: 1025px) {
  .home-reference-hero-media {
    left: 29%;
  }

  .home-reference-hero-wash {
    background:
      linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 31%, rgba(255, 255, 255, 0.7) 45%, rgba(255, 255, 255, 0.12) 63%, rgba(255, 255, 255, 0) 84%),
      linear-gradient(180deg, rgba(237, 247, 255, 0.5), rgba(237, 247, 255, 0.04));
  }

  .home-reference-hero-copy {
    max-width: 670px;
  }

  .home-reference-hero h1 {
    max-width: 680px;
    font-size: clamp(50px, 4.1vw, 68px);
    line-height: 1.01;
  }

  .home-reference-hero-copy > p:not(.home-reference-label) {
    max-width: 535px;
  }
}

/* Arabic retains the English reference layout while Arabic copy reads naturally. */
html[dir="rtl"] .page-home .site-header,
html[dir="rtl"] .page-home main,
html[dir="rtl"] .page-home .site-footer {
  direction: ltr;
}

html[dir="rtl"] .page-home .home-reference-hero-copy,
html[dir="rtl"] .page-home .home-reference-heading,
html[dir="rtl"] .page-home .home-reference-solutions-copy,
html[dir="rtl"] .page-home .home-reference-strength-copy,
html[dir="rtl"] .page-home .home-reference-global-copy,
html[dir="rtl"] .page-home .home-reference-news-title,
html[dir="rtl"] .page-home .home-reference-cta-inner > div:first-child,
html[dir="rtl"] .page-home .home-reference-trust-line article > div,
html[dir="rtl"] .page-home .home-reference-evaluation-items article,
html[dir="rtl"] .page-home .home-reference-product-copy,
html[dir="rtl"] .page-home .home-reference-solution-card,
html[dir="rtl"] .page-home .home-reference-proof-grid article > div,
html[dir="rtl"] .page-home .home-reference-capability-strip article > div,
html[dir="rtl"] .page-home .home-reference-global-stats article > div,
html[dir="rtl"] .page-home .home-reference-news-card > div:last-child,
html[dir="rtl"] .page-home .site-footer {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .page-home .home-reference-hero-media {
  right: auto;
  left: 29%;
}

html[dir="rtl"] .page-home .home-reference-hero-wash {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 31%, rgba(255, 255, 255, 0.7) 45%, rgba(255, 255, 255, 0.12) 63%, rgba(255, 255, 255, 0) 84%),
    linear-gradient(180deg, rgba(237, 247, 255, 0.5), rgba(237, 247, 255, 0.04));
}

/* Preserve the complete source image in every public-facing media frame. */
#main img {
  object-fit: contain;
  object-position: center;
}

#main .hero-img,
#main .thumb-img,
#main .slice-img {
  width: 100%;
  max-width: 100%;
  transform: none;
}

#main .solutions-reference-img,
#main .product-reference-img,
#main .home-reference-hero-media img,
#main .home-reference-strength-image,
#main .home-reference-cta-bg img,
#main .cta-bg {
  transform: none;
}

#main .product-reference-card:hover .product-reference-img {
  transform: none;
}

#main .solutions-reference-media {
  clip-path: none;
}

@media (max-width: 1024px) {
  html[dir="rtl"] .page-home .home-reference-hero-media {
    left: 28%;
  }
}

@media (max-width: 760px) {
  html[dir="rtl"] .page-home .home-reference-hero-media {
    right: auto;
    left: auto;
  }

  html[dir="rtl"] .page-home .home-reference-hero-wash {
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.86) 68%, rgba(255, 255, 255, 0.18) 100%);
  }

  html[dir="rtl"] .page-home .home-reference-news-title a {
    text-align: right;
  }
}

/* Card covers fill their reserved media area; detailed product media remains uncropped. */
#main .home-reference-product-image img,
#main .home-reference-solution-card img,
#main .home-reference-news-card > div:first-child img,
#main .product-reference-thumb .product-reference-img,
#main .product-card .thumb-img,
#main .news-card .news-img {
  object-fit: cover;
}

/* Public inner pages use the same blue-white visual system as the homepage. */
body:not(.page-home) {
  --home-blue: #0757c8;
  --home-blue-deep: #063e93;
  --home-blue-soft: #edf5ff;
  --home-ink: #071d43;
  --home-muted: #475a78;
  --home-line: #dbe7f5;
  --bg: #f6f9ff;
  --surface: #ffffff;
  --surface-2: #edf5ff;
  --ink: #071d43;
  --muted: #5b6f8f;
  --line: #d8e5f5;
  --accent: #0757c8;
  --accent-dark: #063e93;
  --accent-soft: #e6f1ff;
  --header-dark: #ffffff;
  --footer-dark: #063b89;
  --shadow: 0 18px 48px rgba(18, 67, 137, 0.1);
  background: var(--bg);
  color: var(--ink);
}

body:not(.page-home) .site-header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: #d8e5f5;
  color: var(--home-ink);
  box-shadow: 0 3px 14px rgba(17, 66, 130, 0.07);
}

body:not(.page-home) .brand strong,
body:not(.page-home) .primary-nav a,
body:not(.page-home) .language-select select {
  color: #163562;
}

body:not(.page-home) .primary-nav a:hover,
body:not(.page-home) .primary-nav a.is-active,
body:not(.page-home) .primary-nav a[aria-current="page"] {
  color: var(--home-blue);
}

body:not(.page-home) .primary-nav a.is-active::after,
body:not(.page-home) .primary-nav a[aria-current="page"]::after {
  background: var(--home-blue);
}

body:not(.page-home) .language-select select option {
  color: var(--home-ink);
}

body:not(.page-home) .button {
  border-color: var(--home-blue);
  background: var(--home-blue);
}

body:not(.page-home) .button:hover,
body:not(.page-home) .button:focus-visible {
  border-color: var(--home-blue-deep);
  background: var(--home-blue-deep);
}

body:not(.page-home) .button-secondary,
body:not(.page-home) .button-light {
  border-color: var(--home-blue);
  background: #fff;
  color: var(--home-blue);
}

body:not(.page-home) .button-secondary:hover,
body:not(.page-home) .button-light:hover,
body:not(.page-home) .button-secondary:focus-visible,
body:not(.page-home) .button-light:focus-visible {
  background: #eaf3ff;
  color: var(--home-blue-deep);
}

body:not(.page-home) .button-light span,
body:not(.page-home) .product-inquiry-band .button-light,
body:not(.page-home) .product-inquiry-band .button-light span {
  color: var(--home-blue);
}

body:not(.page-home) .breadcrumb,
body:not(.page-home) .breadcrumb a,
body:not(.page-home) .breadcrumb .line-icon {
  color: var(--home-blue);
}

body:not(.page-home) .page-hero,
body:not(.page-home) .breadcrumb {
  background: #f6f9ff;
}

body:not(.page-home) .page-hero h1,
body:not(.page-home) .page-hero h2,
body:not(.page-home) .section-title h2 {
  color: var(--home-ink);
}

body.page-products .product-reference-hero h1,
body.page-products .product-reference-hero p,
body.page-products .product-breadcrumb {
  color: #fff;
}

body:not(.page-home) .text-link,
body:not(.page-home) .contact-panel a,
body:not(.page-home) .contact-text,
body:not(.page-home) .download-link,
body:not(.page-home) .product-card span,
body:not(.page-home) .news-card span,
body:not(.page-home) .article-meta {
  color: var(--home-blue);
}

body:not(.page-home) .category-strip article,
body:not(.page-home) .product-card,
body:not(.page-home) .news-card,
body:not(.page-home) .detail-grid article,
body:not(.page-home) .contact-panel,
body:not(.page-home) .inquiry-form,
body:not(.page-home) .feature-list,
body:not(.page-home) .spec-table,
body:not(.page-home) .download-link,
body:not(.page-home) .article-media,
body:not(.page-home) .visual-slice {
  border-color: var(--line);
  background-color: #fff;
  box-shadow: 0 12px 34px rgba(14, 66, 140, 0.07);
}

body:not(.page-home) .thumb,
body:not(.page-home) .news-thumb,
body:not(.page-home) .hero-media,
body:not(.page-home) .product-detail .visual-slice,
body:not(.page-home) .download-link {
  background: var(--surface-2);
}

body:not(.page-home) .solution-band,
body:not(.page-home) .cta-section,
body:not(.page-home) .product-inquiry-band {
  background: linear-gradient(118deg, #063e93, #075fc7);
}

body:not(.page-home) .check-list li::before {
  background: var(--home-blue);
}

body:not(.page-home) input,
body:not(.page-home) textarea,
body:not(.page-home) select {
  border-color: #bcd1eb;
  background: #fff;
  color: var(--home-ink);
}

body:not(.page-home) input:focus,
body:not(.page-home) textarea:focus,
body:not(.page-home) select:focus {
  border-color: var(--home-blue);
  outline: 3px solid rgba(7, 87, 200, 0.16);
}

body:not(.page-home) .site-footer {
  background: #063b89;
}

body:not(.page-home) .site-footer .brand strong,
body:not(.page-home) .site-footer .footer-grid h3 {
  color: #fff;
}

/* Products and product details. */
body.page-products .product-reference-hero {
  background: #063e93;
}

body.page-products .product-reference-hero-overlay {
  background:
    linear-gradient(90deg, rgba(4, 38, 92, 0.96) 0%, rgba(5, 70, 161, 0.78) 44%, rgba(7, 87, 200, 0.28) 73%, rgba(7, 87, 200, 0.04) 100%),
    linear-gradient(180deg, rgba(5, 49, 122, 0.08), rgba(5, 49, 122, 0.22));
}

body.page-products .product-breadcrumb a,
body.page-products .product-reference-card span {
  color: #8fd0ff;
}

body.page-products .product-category-card,
body.page-products .product-reference-card {
  border-color: var(--line);
  box-shadow: 0 14px 36px rgba(17, 70, 145, 0.08);
}

body.page-products .product-category-icon {
  background: linear-gradient(135deg, #063e93, #075fc7);
  box-shadow: 0 10px 22px rgba(7, 87, 200, 0.2);
}

body.page-products .product-category-card h2,
body.page-products .product-reference-card h3 {
  color: var(--home-ink);
}

body.page-products .product-reference-card:hover {
  border-color: rgba(7, 87, 200, 0.45);
  box-shadow: 0 22px 48px rgba(17, 70, 145, 0.14);
}

/* Solutions. */
body.page-solutions .solutions-reference-hero {
  background:
    radial-gradient(ellipse at 17% 88%, rgba(7, 87, 200, 0.09), transparent 30%),
    linear-gradient(90deg, #fff 0%, #fff 51%, #edf5ff 51%, #edf5ff 100%);
}

body.page-solutions .solutions-reference-copy,
body.page-solutions .solutions-reference-copy h1,
body.page-solutions .solutions-reference-row-copy strong,
body.page-solutions .solutions-reference-benefits h2 {
  color: var(--home-ink);
}

body.page-solutions .solutions-reference-copy p,
body.page-solutions .solutions-reference-row-copy span,
body.page-solutions .solutions-reference-benefits p {
  color: var(--muted);
}

body.page-solutions .solutions-reference-rule {
  background: var(--home-blue);
}

body.page-solutions .solutions-reference-band {
  background: linear-gradient(118deg, #063e93, #075fc7);
  box-shadow: 0 24px 60px rgba(6, 62, 147, 0.2);
}

body.page-solutions .solutions-reference-row,
body.page-solutions .solutions-reference-benefits {
  border-color: var(--line);
  box-shadow: 0 12px 30px rgba(17, 70, 145, 0.08);
}

body.page-solutions .solutions-reference-row:hover,
body.page-solutions .solutions-reference-row:focus-visible {
  border-color: rgba(7, 87, 200, 0.45);
}

body.page-solutions .solutions-reference-icon {
  background: #e6f1ff;
  color: var(--home-blue);
}

body.page-solutions .solutions-reference-arrow,
body.page-solutions .solutions-benefit-icon {
  color: var(--home-blue);
}

/* About, support, cases, news, and contact-specific bands. */
body:not(.page-home) .about-reference-hero,
body:not(.page-home) .about-commitment,
body:not(.page-home) .support-reference-hero,
body:not(.page-home) .case-reference-hero,
body:not(.page-home) .news-reference-hero,
body:not(.page-home) .contact-reference-hero {
  background-color: #f6f9ff;
}

body:not(.page-home) .about-reference-band,
body:not(.page-home) .support-reference-band,
body:not(.page-home) .case-reference-band,
body:not(.page-home) .contact-reference-band {
  background: linear-gradient(118deg, #063e93, #075fc7);
}

body:not(.page-home) .line-icon,
body:not(.page-home) .about-reference-icon,
body:not(.page-home) .support-reference-icon,
body:not(.page-home) .case-reference-icon {
  color: var(--home-blue);
}

/* About page's dedicated modules. */
body.page-about .about-reference-copy .plain-label,
body.page-about .about-commitment-heading .plain-label,
body.page-about .about-card > div:last-child span {
  color: var(--home-blue);
}

body.page-about .about-reference-copy h1,
body.page-about .about-reference-profile h2,
body.page-about .about-commitment-heading h2,
body.page-about .about-card h3,
body.page-about .about-card > div:last-child strong {
  color: var(--home-ink);
}

body.page-about .about-reference-lead,
body.page-about .about-reference-profile p,
body.page-about .about-commitment-heading p,
body.page-about .about-card p,
body.page-about .about-checks li {
  color: var(--muted);
}

body.page-about .about-checks li span {
  background: var(--home-blue);
  box-shadow: 0 8px 18px rgba(7, 87, 200, 0.2);
}

body.page-about .about-reference-media {
  background: var(--surface-2);
  box-shadow: 0 22px 55px rgba(18, 67, 137, 0.1);
}

body.page-about .about-commitment {
  background:
    radial-gradient(circle at 50% 12%, rgba(7, 87, 200, 0.09), transparent 34%),
    linear-gradient(180deg, #f6f9ff 0%, #fff 100%);
}

body.page-about .about-card {
  border-color: var(--line);
  box-shadow: 0 18px 42px rgba(18, 67, 137, 0.08);
}

body.page-about .about-card-icon {
  background: #e6f1ff;
  color: var(--home-blue);
}

body.page-about .about-reference-cta {
  background:
    radial-gradient(circle at 80% 70%, rgba(143, 208, 255, 0.45) 0 1px, transparent 2px) 0 0 / 20px 20px,
    radial-gradient(circle at 78% 118%, rgba(7, 87, 200, 0.36), transparent 34%),
    linear-gradient(118deg, #063e93, #075fc7);
}

body.page-about .about-reference-cta::before {
  border-color: rgba(143, 208, 255, 0.35);
  background:
    radial-gradient(circle, rgba(7, 87, 200, 0.2), transparent 62%),
    repeating-linear-gradient(8deg, transparent 0 24px, rgba(143, 208, 255, 0.16) 25px 26px);
}

body.page-about .about-reference-cta .button-light,
body.page-about .about-reference-cta .button-light span {
  color: var(--home-blue) !important;
}

body.page-about .about-checks li span {
  background: var(--home-blue) !important;
}

/* The capsule expands into a full-width white header on interaction. */
@media (min-width: 1100px) {
  .site-header,
  .page-home .site-header,
  body:not(.page-home) .site-header {
    grid-template-columns: 154px minmax(0, 1fr) 250px;
    gap: 16px;
    min-height: 84px;
    padding-top: 14px;
    padding-bottom: 14px;
    position: sticky;
    top: 0;
    z-index: 50;
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    pointer-events: none;
    clip-path: inset(var(--capsule-top, 14px) var(--capsule-right, 25%) var(--capsule-bottom, 14px) var(--capsule-left, 25%) round 30px);
    transition: clip-path 420ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .site-header > * {
    position: relative;
    z-index: 1;
  }

  .site-header.is-scrolled .brand {
    background: #fff;
    box-shadow: 0 0 0 6px #fff;
    border-radius: 4px;
  }

  .site-header.is-scrolled .header-actions {
    background: #fff;
    border-radius: 28px;
  }

  @media (hover: hover) and (pointer: fine) {
    .site-header:hover::before {
      clip-path: inset(0 0 0 0 round 0px);
    }
  }

  .page-home .site-header {
    margin-bottom: -84px;
  }

  .page-home .home-reference-hero {
    padding-top: 84px;
  }

  .page-home .home-reference-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 170px;
    z-index: -1;
    background: linear-gradient(180deg, rgba(7, 29, 67, 0.9), rgba(7, 29, 67, 0.65) 45%, transparent);
    pointer-events: none;
    transition: opacity 300ms ease;
  }

  .page-home:has(.site-header:is(:hover, :focus-within, .is-scrolled)) .home-reference-hero::before {
    opacity: 0;
  }

  .page-home .site-header .brand-logo {
    filter: url("/assets/logo-white-filter.svg#white");
  }

  .page-home .site-header:is(:hover, :focus-within, .is-scrolled) .brand-logo {
    filter: none;
  }

  .primary-nav,
  .page-home .primary-nav {
    min-height: 52px;
    gap: 3px;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .primary-nav a,
  .page-home .primary-nav a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 999px;
    color: #18345e;
    font-size: 12px;
    transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
  }

  .primary-nav a:hover,
  .primary-nav a:focus-visible,
  .primary-nav a.is-active,
  .primary-nav a[aria-current="page"],
  .page-home .primary-nav a:hover,
  .page-home .primary-nav a:focus-visible,
  .page-home .primary-nav a.is-active,
  .page-home .primary-nav a[aria-current="page"] {
    background: #e6f1ff;
    color: var(--home-blue-deep);
    box-shadow: inset 0 0 0 1px rgba(7, 87, 200, 0.11);
  }

  .primary-nav a.is-active::after,
  .primary-nav a[aria-current="page"]::after,
  .page-home .primary-nav a.is-active::after,
  .page-home .primary-nav a[aria-current="page"]::after {
    display: none;
  }

  .header-actions,
  .page-home .header-actions {
    min-height: 52px;
    padding: 5px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .language-select select,
  .page-home .language-select select {
    width: 108px;
    padding: 0 4px;
    background: transparent;
    color: #18345e;
  }

  .page-home .site-header .language-select select {
    color: #fff;
    transition: color 220ms ease;
  }

  .page-home .site-header:is(:hover, :focus-within, .is-scrolled) .language-select select {
    color: #18345e;
  }

  .site-header .language-select option {
    color: #18345e;
    background: #fff;
  }

  .header-actions .button-small,
  .page-home .header-actions .button-small {
    min-height: 40px;
    padding-right: 17px;
    padding-left: 17px;
    border-radius: 999px;
    background: var(--home-blue);
    color: #fff;
  }

  .header-actions .button.button-small,
  .page-home .header-actions .button.button-small {
    border-color: var(--home-blue) !important;
    background: var(--home-blue) !important;
    color: #fff !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header::before,
  .page-home .home-reference-hero::before,
  .site-header .language-select select {
    transition: none !important;
  }
}

@media (max-width: 760px) {
  body:not(.page-home) .site-header {
    background: #fff;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    min-height: 64px;
    padding: 10px 16px;
  }

  body:not(.page-home) .menu-toggle {
    display: block;
    border-color: #ccdcf0;
    background: #fff;
  }

  body:not(.page-home) .menu-toggle span {
    background: #0757c8;
  }

  body:not(.page-home) .language-select select {
    width: 108px;
    padding: 0 4px;
  }

  body:not(.page-home) .primary-nav {
    position: absolute;
    display: none;
    top: 64px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 14px 18px;
    background: #fff;
    border-bottom-color: var(--line);
    box-shadow: 0 14px 25px rgba(12, 47, 101, 0.12);
  }

  body:not(.page-home) .primary-nav.is-open {
    display: flex;
  }

  body:not(.page-home) .primary-nav a {
    color: #12305f;
  }
}

/* Single-product showcase: all panels share grid tracks to prevent layout jumps. */
.home-product-showcase {
  padding: 64px 0 72px;
  background: #fff;
  color: var(--home-ink);
  scroll-margin-top: 90px;
}

.showcase-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.showcase-heading h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
}

.showcase-heading > a {
  color: var(--home-blue);
  font-size: 14px;
  font-weight: 700;
}

.product-showcase,
.showcase-panel {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  column-gap: 64px;
}

.showcase-panels {
  grid-area: 1 / 1 / 2 / 3;
  display: grid;
}

.showcase-panel {
  grid-area: 1 / 1;
  min-width: 0;
  min-height: 560px;
  opacity: 1;
  visibility: visible;
  transition: opacity 280ms ease;
}

.showcase-panel[hidden] {
  display: grid;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.showcase-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 0 0;
  min-width: 0;
}

.showcase-copy h3 {
  width: 100%;
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--home-blue);
  overflow-wrap: anywhere;
}

.showcase-copy p {
  margin: 0 0 208px;
  max-width: 48ch;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.7;
}

.showcase-copy .showcase-details {
  margin-top: auto;
}

.showcase-visual {
  display: flex;
  min-width: 0;
  height: 560px;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.showcase-visual .showcase-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.showcase-tabs {
  grid-area: 1 / 1;
  align-self: end;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin: 0 0 76px;
  max-height: 168px;
  overflow-y: auto;
}

.showcase-tabs button {
  display: flex;
  align-items: baseline;
  gap: 14px;
  width: 100%;
  min-height: 48px;
  flex-shrink: 0;
  padding: 12px 4px;
  border: 0;
  border-bottom: 1px solid #dbe7f5;
  border-radius: 0;
  background: transparent;
  color: #475a78;
  text-align: start;
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
  overflow-wrap: anywhere;
}

.showcase-tabs button[aria-selected="true"],
.showcase-tabs button:hover {
  color: #0757c8;
  border-bottom-color: #0757c8;
}

.showcase-tabs button[aria-selected="true"] {
  font-weight: 700;
}

.showcase-tabs button:focus-visible,
.showcase-heading a:focus-visible {
  outline: 2px solid #0757c8;
  outline-offset: -2px;
}

@media (max-width: 1000px) {
  .product-showcase,
  .showcase-panel {
    column-gap: 28px;
  }

  .showcase-copy h3 { font-size: 26px; }
}

@media (max-width: 760px) {
  .home-product-showcase { padding: 40px 0; }
  .showcase-heading { gap: 12px; margin-bottom: 20px; }
  .showcase-heading h2 { font-size: 28px; }
  .showcase-heading > a { font-size: 12px; text-align: end; }
  .product-showcase,
  .showcase-panel { grid-template-columns: minmax(0, 1fr); }
  .showcase-panels { grid-area: 1 / 1; }
  .showcase-panel { min-height: 0; grid-template-rows: 340px 1fr; }
  .showcase-visual { grid-row: 1; height: 340px; }
  .showcase-copy { padding-top: 24px; }
  .showcase-copy h3 { font-size: 24px; }
  .showcase-copy p { margin-bottom: 24px; font-size: 15px; }
  .showcase-tabs { grid-area: 2 / 1; margin: 24px 0 0; max-height: 190px; }
  .showcase-tabs button { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-panel { transition: none; }
}

body .site-footer.directory-footer { padding: 64px 0 28px; margin: 0; background: #103568; color: #fff; }
.directory-main { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(280px, 1fr); gap: 40px; }
.directory-columns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.directory-column section + section { margin-top: 32px; }
.directory-footer h2 { font-size: 18px; line-height: 1.4; color: #fff; margin: 0 0 20px; overflow-wrap: anywhere; }
.directory-footer a { color: #dce9fa; text-decoration: none; overflow-wrap: anywhere; }
.directory-column section > a { display: block; padding: 6px 0; font-size: 14px; line-height: 1.65; }
.directory-footer h2 a { display: block; color: #fff; }
.directory-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.directory-footer a:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.directory-contact { border-left: 1px solid #6883a8; padding-left: 32px; min-width: 0; }
body .directory-footer p { max-width: none; color: #dce9fa; font-size: 14px; line-height: 1.7; }
.directory-contact .directory-company { font-size: 17px; color: #fff; margin: 0 0 24px; }
.directory-contact address { font-style: normal; font-size: 15px; line-height: 1.8; overflow-wrap: anywhere; }
.directory-contact address > div { margin-bottom: 16px; }
.directory-contact address a { display: inline; }
.directory-social { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; }
.directory-social a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; }
.directory-bottom { display: flex; align-items: center; justify-content: space-between; gap: 32px; border-top: 1px solid #6883a8; margin-top: 44px; padding-top: 28px; }
.directory-logo { display: inline-block; flex: 0 0 180px; background: #fff; padding: 8px; }
body .site-footer .directory-logo .brand-logo { display: block; width: 164px; height: 40px; object-fit: contain; filter: none; }
.directory-bottom > div { text-align: right; }
.directory-bottom p { margin: 0 0 8px; }
.directory-legal { display: flex; justify-content: flex-end; gap: 24px; flex-wrap: wrap; font-size: 14px; }
.directory-legal a { display: inline-flex; min-height: 44px; align-items: center; }
@media (max-width: 1100px) {
  .directory-main { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .directory-contact { border-left: 0; border-top: 1px solid #6883a8; padding: 28px 0 0; }
}
@media (max-width: 760px) {
  body .site-footer.directory-footer { padding: 40px 0 24px; }
  .directory-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
  .directory-column section > a { min-height: 44px; }
  .directory-footer h2 { font-size: 17px; margin-bottom: 12px; }
  .directory-bottom { flex-direction: column; align-items: flex-start; gap: 24px; }
  .directory-logo { flex-basis: auto; }
  .directory-bottom > div { text-align: left; }
  .directory-legal { justify-content: flex-start; }
}

.home-brand-poster { display: grid; grid-template-columns: minmax(0, 1fr); min-height: 500px; background: #fff; scroll-margin-top: 90px; }
.home-brand-poster > picture { grid-area: 1 / 1; align-self: center; min-width: 0; }
.home-brand-poster > picture > img { display: block; width: 100%; height: auto; object-fit: contain; }
.brand-poster-copy { grid-area: 1 / 1; position: relative; align-self: center; margin: 0 6% 0 51%; padding: 48px 0; min-width: 0; }
.brand-poster-logo { display: block; width: 160px; height: 42px; object-fit: contain; object-position: left center; margin-bottom: 24px; }
.brand-poster-copy h2 { margin: 0 0 20px; font-size: 42px; line-height: 1.2; color: #0757c8; overflow-wrap: anywhere; }
.brand-poster-copy p { color: #243d60; font-size: 18px; line-height: 1.65; margin: 0 0 24px; }
.brand-poster-copy a { display: inline-flex; gap: 12px; align-items: center; min-height: 44px; color: #0757c8; font-weight: 600; }
.brand-poster-copy a:focus-visible { outline: 2px solid #0757c8; outline-offset: 4px; }
.home-brand-poster.poster-image-only { min-height: 0; }
@media (min-width: 761px) and (max-width: 1100px) { .brand-poster-copy h2 { font-size: 34px; } }
@media (max-width: 760px) {
  .home-brand-poster { min-height: 720px; }
  .home-brand-poster > picture { align-self: end; }
  .brand-poster-copy { align-self: start; margin: 0 24px; padding: 32px 0 400px; }
  .brand-poster-logo { width: 140px; height: 36px; margin-bottom: 20px; }
  .brand-poster-copy h2 { font-size: 30px; }
  .brand-poster-copy p { font-size: 16px; }
}

.home-latest-news { padding: 64px 0; background: #f1f7fb; scroll-margin-top: 90px; }
.latest-news-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.latest-news-heading h2 { font-size: 36px; line-height: 1.2; margin: 0; }
.latest-news-more { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-weight: 600; color: #142c50; flex-shrink: 0; }
.news-arrow { display: block; width: 22px; height: 22px; background: currentColor; mask: url('/assets/icons/arrow-right.svg') center / contain no-repeat; }
.news-arrow-prev { transform: rotate(180deg); }
.latest-news-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 3); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; direction: ltr; }
.latest-news-track::-webkit-scrollbar { display: none; }
.latest-news-card { display: flex; flex-direction: column; min-width: 0; padding: 24px; background: #fff; scroll-snap-align: start; }
.latest-news-image { display: block; width: 100%; aspect-ratio: 8 / 5; background: #f5f8fb; overflow: hidden; border-radius: 6px; }
.latest-news-image .latest-news-img { display: block; width: 100%; height: 100%; object-fit: contain; }
.latest-news-card h3 { font-size: 22px; line-height: 1.55; margin: 24px 0 36px; min-height: 136px; overflow-wrap: anywhere; }
.latest-news-card h3 a { display: block; color: #142c50; }
.latest-news-card h3 a:hover { color: #0757c8; }
.latest-news-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; border-top: 1px solid #c4d2e1; padding-top: 20px; margin-top: auto; font-size: 14px; color: #526078; }
.latest-news-meta time { direction: ltr; }
.latest-news-controls { display: flex; align-items: center; gap: 16px; margin-top: 28px; }
.latest-news-controls[hidden] { display: none; }
.latest-news-progress { height: 2px; background: #c4d2e1; flex: 1; margin-right: 16px; }
.latest-news-progress span { display: block; height: 100%; background: #0757c8; width: 0; }
.latest-news-controls button { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid #0757c8; border-radius: 50%; background: transparent; color: #0757c8; cursor: pointer; }
.latest-news-controls button:disabled { opacity: 0.35; cursor: default; }
.home-latest-news a:focus-visible, .home-latest-news button:focus-visible, .latest-news-track:focus-visible { outline: 2px solid #0757c8; outline-offset: -2px; }
@media (min-width: 761px) and (max-width: 1050px) { .latest-news-track { grid-auto-columns: calc((100% - 24px) / 2); } }
@media (max-width: 760px) {
  .home-latest-news { padding: 40px 0; }
  .latest-news-heading { align-items: flex-start; gap: 16px; margin-bottom: 24px; }
  .latest-news-heading h2 { font-size: 28px; }
  .latest-news-more { font-size: 14px; gap: 6px; }
  .latest-news-track { grid-auto-columns: 100%; gap: 16px; }
  .latest-news-card { padding: 20px; }
  .latest-news-card h3 { font-size: 20px; min-height: 124px; margin: 20px 0 28px; }
}

.home-solutions-showcase { padding: 72px 0; background: #fff; color: #142c50; }
.solutions-showcase-heading { margin-bottom: 40px; max-width: 850px; }
.solutions-showcase-heading h2 { font-size: 36px; line-height: 1.2; margin: 0 0 12px; }
.solutions-showcase-heading p { margin: 0; }
.solutions-showcase-layout { display: grid; grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.65fr); gap: 64px; align-items: start; }
.solution-choice { border-top: 1px solid #d8e2ed; padding: 20px 0; }
.solution-choice:last-child { border-bottom: 1px solid #d8e2ed; }
.solution-choice h3 { margin: 0; font-size: 19px; }
.solution-choice button { width: 100%; min-height: 44px; text-align: start; padding: 0; border: 0; border-radius: 0; background: none; color: #526078; font: inherit; cursor: pointer; }
.solution-choice button[aria-expanded="true"] { color: #0757c8; }
.solution-choice p { font-size: 15px; line-height: 1.75; margin: 12px 0 20px; }
.solution-detail-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: #0757c8; font-weight: 600; }
.solutions-showcase-media { min-width: 0; aspect-ratio: 8 / 5; position: relative; }
.solution-visual { position: absolute; inset: 0; }
.solution-visual[hidden], [data-solution-copy][hidden] { display: none; }
.solution-visual img { width: 100%; height: 100%; object-fit: contain; }
.solution-playback { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 44px; height: 44px; background: #0757c8; color: white; border: 1px solid white; border-radius: 4px; cursor: pointer; }
.solution-playback.is-paused .factory-pause-icon { mask-image: url('/assets/icons/play.svg'); }
.solution-choice button:focus-visible, .solution-detail-link:focus-visible, .solution-playback:focus-visible { outline: 2px solid #0757c8; outline-offset: 4px; }
@media (max-width: 760px) {
  .home-solutions-showcase { padding: 40px 0; }
  .solutions-showcase-heading { margin-bottom: 24px; }
  .solutions-showcase-heading h2 { font-size: 28px; }
  .solutions-showcase-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .solutions-showcase-media { grid-row: 1; }
  .solution-choice { padding: 12px 0; }
}

.factory-gallery {
  padding: 48px 0;
  background: #0757c8;
  color: #fff;
}

.factory-gallery-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}

.factory-gallery-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.25;
}

.page-home .factory-gallery-heading p {
  color: #fff;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.factory-playback {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}

.factory-playback[hidden] { display: none; }
.factory-pause-icon { width: 20px; height: 20px; background: currentColor; mask: url('/assets/icons/pause.svg') center / contain no-repeat; }
.factory-playback.is-paused .factory-pause-icon { mask-image: url('/assets/icons/play.svg'); }

.factory-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  direction: ltr;
  scroll-behavior: auto;
  scrollbar-width: none;
}

.factory-viewport::-webkit-scrollbar { display: none; }

.factory-viewport:focus-visible,
.factory-playback:focus-visible { outline: 2px solid #fff; outline-offset: -4px; }
.factory-track { display: flex; width: max-content; }
.factory-group { display: flex; flex: 0 0 auto; gap: 20px; padding-right: 20px; }
.factory-group figure { flex: 0 0 auto; width: 400px; aspect-ratio: 8 / 5; margin: 0; background: #fff; border: 3px solid #fff; }
.factory-group .factory-photo { display: block; width: 100%; height: 100%; object-fit: contain; }
.factory-gallery-footer { text-align: center; margin-top: 28px; }
.page-home .factory-gallery-footer .button { background: #fff; border-color: #fff; color: #0757c8; }

@media (max-width: 760px) {
  .factory-gallery { padding: 32px 0; }
  .factory-gallery-heading h2 { font-size: 26px; }
  .factory-group { gap: 12px; padding-right: 12px; }
  .factory-group figure { width: min(82vw, 400px); }
}

/* Full language names retain their width across header variants. */
.site-header .language-select select,
.page-home .site-header .language-select select,
body:not(.page-home) .site-header .language-select select {
  width: 108px;
  min-width: 108px;
  padding: 0 4px;
  text-transform: none;
}

@media (max-width: 760px) {
  .site-header .brand {
    min-width: 88px;
  }

  .page-home .site-header:has(.primary-nav.is-open) .language-select {
    display: flex;
    position: absolute;
    top: 74px;
    right: 18px;
    z-index: 2;
  }

  .page-home .primary-nav.is-open {
    padding-top: 60px;
  }
}

.page-support .support-page-hero {
  min-height: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}

.page-support .support-page-hero h1 {
  font-size: 40px;
  line-height: 1.2;
}

.page-support .detail-grid {
  padding-top: 16px;
  gap: 24px;
}

.page-support .detail-grid h2 {
  font-size: 22px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .page-support .support-page-hero h1 {
    font-size: 32px;
  }

  .page-support .detail-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
