/* v131 final business-card background layer. */
html body[data-page="home"] .product-home-five-grid > .product-home-five-card {
  position: relative !important;
  z-index: 0 !important;
  isolation: isolate !important;
}

/* v153: strategy canvas with an optional CMS-managed background scene. */
html body[data-page="home"] .home-strategy-section {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  min-height: 620px !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 16% 18%, rgba(45, 148, 255, 0.2), transparent 34%),
    linear-gradient(120deg, #071b31 0%, #0b2945 58%, #0d3b5b 100%) !important;
  color: #f7fbff !important;
}

html body[data-page="home"] .home-strategy-background {
  position: absolute !important;
  z-index: -3 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  pointer-events: none !important;
}

html body[data-page="home"] .home-strategy-scrim {
  position: absolute !important;
  z-index: -2 !important;
  inset: 0 !important;
  display: block !important;
  background: linear-gradient(90deg, rgba(5, 22, 41, 0.72) 0%, rgba(5, 22, 41, 0.48) 52%, rgba(5, 22, 41, 0.34) 100%) !important;
  pointer-events: none !important;
}

html body[data-page="home"] .home-strategy-inner {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr) !important;
  align-items: center !important;
  gap: clamp(56px, 9vw, 148px) !important;
  width: min(100% - 72px, 1240px) !important;
  min-height: 620px !important;
  padding-block: clamp(74px, 8vw, 118px) !important;
}

html body[data-page="home"] .home-strategy-head {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

html body[data-page="home"] .home-strategy-kicker {
  display: block !important;
  margin: 0 0 26px !important;
  color: #69d6ee !important;
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.2 !important;
}

html body[data-page="home"] .home-strategy-head h2 {
  max-width: 8.5em !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(38px, 4.5vw, 68px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

html body[data-page="home"] .home-strategy-head p {
  max-width: 28em !important;
  margin: 30px 0 0 !important;
  color: rgba(232, 243, 250, 0.82) !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
}

html body[data-page="home"] .home-strategy-signature {
  display: block !important;
  margin-top: 54px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(159, 219, 235, 0.34) !important;
  color: rgba(193, 228, 238, 0.66) !important;
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace !important;
  font-size: 10px !important;
  letter-spacing: 0.14em !important;
  line-height: 1.4 !important;
}

html body[data-page="home"] .home-strategy-grid {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body[data-page="home"] .home-strategy-item,
html body[data-page="home"] .home-strategy-item:nth-child(even),
html body[data-page="home"] .home-strategy-item:nth-child(even).is-visible {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 22px !important;
  min-height: 0 !important;
  padding: 27px 0 30px !important;
  border: 0 !important;
  border-top: 1px solid rgba(174, 221, 234, 0.3) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background-color 220ms ease, border-color 220ms ease !important;
}

html body[data-page="home"] .home-strategy-item:last-child {
  border-bottom: 1px solid rgba(174, 221, 234, 0.3) !important;
}

html body[data-page="home"] .home-strategy-item:hover {
  background: rgba(176, 227, 240, 0.08) !important;
  border-color: rgba(176, 227, 240, 0.58) !important;
}

html body[data-page="home"] .home-strategy-index {
  display: block !important;
  padding-top: 3px !important;
  color: #68d7ef !important;
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.08em !important;
}

html body[data-page="home"] .home-strategy-item h3 {
  display: block !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(18px, 1.8vw, 24px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

html body[data-page="home"] .home-strategy-item h3::before {
  content: none !important;
  display: none !important;
}

html body[data-page="home"] .home-strategy-item p {
  max-width: 39em !important;
  margin: 0 !important;
  color: rgba(232, 243, 250, 0.78) !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}

html body[data-page="home"] .home-strategy-section.image-tone-dark .home-strategy-scrim {
  background: linear-gradient(90deg, rgba(3, 15, 30, 0.62) 0%, rgba(3, 15, 30, 0.34) 58%, rgba(3, 15, 30, 0.22) 100%) !important;
}

html body[data-page="home"] .home-strategy-section.image-tone-light .home-strategy-scrim {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.16) 58%, rgba(255, 255, 255, 0.06) 100%) !important;
}

html body[data-page="home"] .home-strategy-section.image-tone-light :is(.home-strategy-head h2, .home-strategy-item h3) {
  color: #071326 !important;
  text-shadow: none !important;
}

html body[data-page="home"] .home-strategy-section.image-tone-light :is(.home-strategy-head p, .home-strategy-item p) {
  color: rgba(7, 19, 38, 0.76) !important;
}

html body[data-page="home"] .home-strategy-section.image-tone-light .home-strategy-signature {
  border-color: rgba(7, 19, 38, 0.22) !important;
  color: rgba(7, 19, 38, 0.58) !important;
}

html body[data-page="home"] .home-strategy-section.image-tone-light .home-strategy-item {
  border-color: rgba(7, 19, 38, 0.2) !important;
}

html body[data-page="home"] .home-strategy-section.image-tone-light .home-strategy-item:hover {
  background: rgba(7, 19, 38, 0.06) !important;
  border-color: rgba(7, 19, 38, 0.38) !important;
}

@media (max-width: 760px) {
  html body[data-page="home"] .home-strategy-section,
  html body[data-page="home"] .home-strategy-inner {
    min-height: 0 !important;
  }

  html body[data-page="home"] .home-strategy-inner {
    display: block !important;
    width: min(100% - 36px, 1240px) !important;
    padding-block: 62px 68px !important;
  }

  html body[data-page="home"] .home-strategy-head h2 {
    max-width: 10em !important;
    font-size: clamp(36px, 10vw, 48px) !important;
  }

  html body[data-page="home"] .home-strategy-head p {
    margin-top: 22px !important;
    font-size: 14px !important;
  }

  html body[data-page="home"] .home-strategy-signature {
    margin-top: 36px !important;
  }

  html body[data-page="home"] .home-strategy-grid {
    margin-top: 54px !important;
  }

  html body[data-page="home"] .home-strategy-item,
  html body[data-page="home"] .home-strategy-item:nth-child(even),
  html body[data-page="home"] .home-strategy-item:nth-child(even).is-visible {
    grid-template-columns: 40px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 22px 0 24px !important;
  }

  html body[data-page="home"] .home-strategy-item h3 {
    margin-bottom: 8px !important;
    font-size: 18px !important;
  }

  html body[data-page="home"] .home-strategy-item p {
    font-size: 14px !important;
    line-height: 1.82 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body[data-page="home"] .home-strategy-item {
    transition: none !important;
  }
}

/* v145: technology barriers and advantages are maintained from the Home editor. */
html body[data-page="home"] .home-technical-section {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background: #f5f8fc !important;
}

html body[data-page="home"] .home-technical-section + .home-technical-section {
  padding-top: 30px !important;
}

html body[data-page="home"] .home-technical-background,
html body[data-page="home"] .home-technical-card-background {
  position: absolute !important;
  z-index: -2 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  pointer-events: none !important;
}

html body[data-page="home"] .home-technical-content {
  position: relative !important;
  z-index: 1 !important;
  max-width: 1280px !important;
}

html body[data-page="home"] .home-technical-heading {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: end !important;
  column-gap: 20px !important;
  margin: 0 0 34px !important;
}

html body[data-page="home"] .home-technical-eyebrow {
  grid-column: 1 / -1 !important;
  margin-bottom: 8px !important;
  color: #86a0bb !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1 !important;
}

html body[data-page="home"] .home-technical-heading h2 {
  max-width: 100% !important;
  margin: 0 !important;
  color: #0b6ff6 !important;
  font-size: clamp(28px, 3vw, 44px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
}

html body[data-page="home"] .home-technical-heading-rule {
  display: block !important;
  height: 1px !important;
  margin-bottom: 11px !important;
  background: linear-gradient(90deg, rgba(11, 111, 246, 0.65), rgba(11, 111, 246, 0)) !important;
}

html body[data-page="home"] .home-technical-barrier-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 24px !important;
}

html body[data-page="home"] .home-technical-card {
  position: relative !important;
  z-index: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(104, 143, 181, 0.2) !important;
  border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  isolation: isolate !important;
}

html body[data-page="home"] .home-technical-card-scrim {
  position: absolute !important;
  z-index: -1 !important;
  inset: 0 !important;
  background: transparent !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html body[data-page="home"] .home-technical-barrier-card {
  display: grid !important;
  grid-template-columns: minmax(118px, 0.32fr) minmax(0, 1fr) !important;
  min-height: 124px !important;
  align-items: center !important;
}

html body[data-page="home"] .home-technical-barrier-label {
  position: relative !important;
  display: grid !important;
  min-height: 76px !important;
  align-content: center !important;
  justify-items: center !important;
  padding: 12px 24px !important;
  color: #0b6ff6 !important;
  text-align: center !important;
}

html body[data-page="home"] .home-technical-barrier-label::before,
html body[data-page="home"] .home-technical-barrier-label::after {
  position: absolute !important;
  top: 9px !important;
  bottom: 9px !important;
  width: 10px !important;
  content: "" !important;
  border-top: 3px solid currentColor !important;
  border-bottom: 3px solid currentColor !important;
}

html body[data-page="home"] .home-technical-barrier-label::before {
  left: 12px !important;
  border-left: 3px solid currentColor !important;
}

html body[data-page="home"] .home-technical-barrier-label::after {
  right: 12px !important;
  border-right: 3px solid currentColor !important;
}

html body[data-page="home"] .home-technical-barrier-label span {
  margin-bottom: 8px !important;
  color: currentColor !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
}

html body[data-page="home"] .home-technical-barrier-label strong {
  max-width: 6em !important;
  color: currentColor !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

html body[data-page="home"] .home-technical-barrier-card > p {
  margin: 0 !important;
  padding: 18px 24px 18px 14px !important;
  color: #566c82 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

html body[data-page="home"] .home-technical-advantage-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

html body[data-page="home"] .home-technical-advantage-card {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) !important;
  min-height: 188px !important;
  align-items: center !important;
  padding: 22px 28px !important;
  border-top: 1px solid rgba(11, 111, 246, 0.18) !important;
  border-right: 0 !important;
  border-bottom: 4px solid rgba(11, 111, 246, 0.28) !important;
  border-left: 0 !important;
  background: rgba(255, 255, 255, 0.76) !important;
}

html body[data-page="home"] .home-technical-advantage-mark {
  display: grid !important;
  width: 58px !important;
  height: 58px !important;
  place-items: center !important;
  border: 2px solid #0b6ff6 !important;
  color: #0b6ff6 !important;
  background: rgba(232, 243, 255, 0.84) !important;
}

html body[data-page="home"] .home-technical-advantage-mark span {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
}

html body[data-page="home"] .home-technical-advantage-copy h3 {
  margin: 0 0 12px !important;
  color: #0b6ff6 !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

html body[data-page="home"] .home-technical-advantage-copy p {
  margin: 0 !important;
  color: #566c82 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

html body[data-page="home"] .home-technical-section.image-tone-dark::after {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  content: "" !important;
  background: rgba(4, 18, 42, 0.2) !important;
  pointer-events: none !important;
}

html body[data-page="home"] .home-technical-section.image-tone-dark .home-technical-heading h2,
html body[data-page="home"] .home-technical-section.image-tone-dark .home-technical-eyebrow {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.48) !important;
}

html body[data-page="home"] .home-technical-card.image-tone-dark .home-technical-card-scrim {
  background: linear-gradient(180deg, rgba(4, 18, 42, 0.06), rgba(4, 18, 42, 0.32)) !important;
  opacity: 1 !important;
}

html body[data-page="home"] .home-technical-card.image-tone-dark :is(.home-technical-barrier-label, .home-technical-barrier-label span, .home-technical-barrier-label strong, .home-technical-barrier-card > p, .home-technical-advantage-mark, .home-technical-advantage-copy h3, .home-technical-advantage-copy p) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.48) !important;
}

html body[data-page="home"] .home-technical-card.image-tone-dark .home-technical-advantage-mark {
  border-color: rgba(255, 255, 255, 0.82) !important;
  background: rgba(7, 54, 111, 0.42) !important;
}

html body[data-page="home"] .home-technical-card.image-tone-light :is(.home-technical-barrier-label, .home-technical-barrier-label span, .home-technical-barrier-label strong, .home-technical-advantage-copy h3),
html body[data-page="home"] .home-technical-card.image-tone-unknown :is(.home-technical-barrier-label, .home-technical-barrier-label span, .home-technical-barrier-label strong, .home-technical-advantage-copy h3) {
  color: #0b6ff6 !important;
  -webkit-text-fill-color: #0b6ff6 !important;
}

@media (max-width: 820px) {
  html body[data-page="home"] .home-technical-heading {
    grid-template-columns: 1fr !important;
    row-gap: 14px !important;
    margin-bottom: 24px !important;
  }

  html body[data-page="home"] .home-technical-heading-rule {
    width: 100% !important;
    margin: 0 !important;
  }

  html body[data-page="home"] .home-technical-barrier-grid,
  html body[data-page="home"] .home-technical-advantage-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  html body[data-page="home"] .home-technical-barrier-card {
    grid-template-columns: 100px minmax(0, 1fr) !important;
    min-height: 132px !important;
  }

  html body[data-page="home"] .home-technical-barrier-label {
    padding-inline: 16px !important;
  }

  html body[data-page="home"] .home-technical-barrier-card > p {
    padding-right: 18px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 520px) {
  html body[data-page="home"] .home-technical-section + .home-technical-section {
    padding-top: 18px !important;
  }

  html body[data-page="home"] .home-technical-barrier-card {
    grid-template-columns: 88px minmax(0, 1fr) !important;
  }

  html body[data-page="home"] .home-technical-barrier-label strong {
    font-size: 16px !important;
  }

  html body[data-page="home"] .home-technical-advantage-card {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    min-height: 164px !important;
    padding: 18px !important;
  }

  html body[data-page="home"] .home-technical-advantage-mark {
    width: 48px !important;
    height: 48px !important;
  }

  html body[data-page="home"] .home-technical-advantage-copy h3 {
    font-size: 19px !important;
  }

  html body[data-page="home"] .home-technical-advantage-copy p {
    font-size: 14px !important;
  }
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:has(.product-home-five-background) {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.36) !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-background {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-scrim {
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  background: transparent !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-content {
  position: relative !important;
  z-index: 2 !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-dark .product-home-five-scrim {
  background: linear-gradient(180deg, rgba(4, 18, 42, 0.08), rgba(4, 18, 42, 0.32)) !important;
  opacity: 1 !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-dark :is(.product-home-category, h3, p) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55) !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-dark :is(.product-home-category, p) {
  color: rgba(255, 255, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-light :is(.product-home-category, h3, p),
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-unknown :is(.product-home-category, h3, p) {
  text-shadow: none !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-light h3,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-unknown h3 {
  color: #071326 !important;
  -webkit-text-fill-color: #071326 !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-light p,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-unknown p {
  color: #536a82 !important;
  -webkit-text-fill-color: #536a82 !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-light .product-home-category,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-unknown .product-home-category {
  color: #0b6ff6 !important;
  -webkit-text-fill-color: #0b6ff6 !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta i {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
@media (prefers-reduced-motion: reduce) {
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card::before,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta i {
    transition: none !important;
  }
}

/* v152: separate team proof values from their quieter units. */
html body[data-page="home"] .home-team-section .home-team-proof .team-proof-value,
html body[data-page="about"] .about-honor-grid strong {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 0.22em !important;
}

html body[data-page="home"] .home-team-section .home-team-proof .team-proof-number,
html body[data-page="about"] .about-honor-grid .team-proof-number {
  display: inline-block !important;
  flex: 0 0 auto !important;
  font-size: clamp(36px, 3.4vw, 52px) !important;
  font-weight: 800 !important;
  line-height: 0.92 !important;
  letter-spacing: 0 !important;
}

html body[data-page="home"] .home-team-section .home-team-proof .team-proof-unit,
html body[data-page="about"] .about-honor-grid .team-proof-unit {
  display: inline-block !important;
  flex: 0 1 auto !important;
  color: #0b6ff6 !important;
  font-size: clamp(16px, 1.35vw, 21px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

@media (max-width: 760px) {
  html body[data-page="home"] .home-team-section .home-team-proof .team-proof-number,
  html body[data-page="about"] .about-honor-grid .team-proof-number {
    font-size: 31px !important;
  }

  html body[data-page="home"] .home-team-section .home-team-proof .team-proof-unit,
  html body[data-page="about"] .about-honor-grid .team-proof-unit {
    font-size: 16px !important;
  }
}

/* v150: home about-news band needs a complete, high-contrast blue palette. */
html body[data-page="home"] section.news-home-section.home-about-news-section {
  background: #0b63d1 !important;
  background-color: #0b63d1 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body[data-page="home"] .home-about-news-section .section-head,
html body[data-page="home"] .home-about-news-section .section-head h2 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body[data-page="home"] .home-about-news-section .section-head p {
  color: rgba(255, 255, 255, .82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .82) !important;
}

html body[data-page="home"] .home-about-news-section .section-more-link {
  border: 1px solid rgba(255, 255, 255, .24) !important;
  background: #0759b8 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 10px 22px rgba(2, 44, 105, .2) !important;
}

html body[data-page="home"] .home-about-news-section .section-more-link:is(:hover, :focus-visible) {
  border-color: rgba(255, 255, 255, .48) !important;
  background: #034a9f !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body[data-page="home"] section.news-home-section.home-about-news-section .news-card {
  color: #10243d !important;
  -webkit-text-fill-color: #10243d !important;
}

html body[data-page="home"] section.news-home-section.home-about-news-section .news-card :is(.news-card-title, .news-card-date) {
  color: #10243d !important;
  -webkit-text-fill-color: #10243d !important;
}

html body[data-page="home"] section.news-home-section.home-about-news-section .news-card .news-card-date {
  color: #536a82 !important;
  -webkit-text-fill-color: #536a82 !important;
}

/* v148: make homepage technical content unmistakably maintained from Pages > Home. */
body[data-page="admin"] .cms-home-section-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #dbe6f4;
  border-left: 3px solid #2367d1;
  background: #f7faff;
}

body[data-page="admin"] .cms-home-section-nav > span {
  margin-right: 4px;
  color: #5f6f84;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

body[data-page="admin"] .cms-home-section-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #c9daf1;
  border-radius: 4px;
  color: #185bc2;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

body[data-page="admin"] .cms-home-section-nav a:hover,
body[data-page="admin"] .cms-home-section-nav a:focus-visible {
  border-color: #2367d1;
  color: #fff;
  background: #2367d1;
}

body[data-page="admin"] .cms-form-section[id="home-technical-barrier-editor"],
body[data-page="admin"] .cms-form-section[id="home-technical-advantage-editor"] {
  scroll-margin-top: 24px;
}

/* v146: image-led technology mosaic, following the supplied editorial card rhythm. */
html body[data-page="home"] .home-technical-mosaic-section {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  padding: 88px 0 104px !important;
  background: #f7f9fc !important;
}

html body[data-page="home"] .home-technical-mosaic-section::after,
html body[data-page="home"] .home-technical-mosaic-section.image-tone-dark::after {
  display: none !important;
  content: none !important;
}

html body[data-page="home"] .home-technical-mosaic-section .home-technical-background {
  position: absolute !important;
  z-index: -2 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 0.08 !important;
  filter: saturate(0.7) contrast(0.92) !important;
  mix-blend-mode: normal !important;
  pointer-events: none !important;
}

html body[data-page="home"] .home-technical-mosaic-section .home-technical-background-barrier {
  object-position: 50% 20% !important;
}

html body[data-page="home"] .home-technical-mosaic-section .home-technical-background-advantage {
  opacity: 0.045 !important;
  object-position: 50% 82% !important;
}

html body[data-page="home"] .home-technical-mosaic-section .home-technical-content {
  position: relative !important;
  z-index: 1 !important;
  max-width: 1280px !important;
}

html body[data-page="home"] .home-technical-mosaic-section .home-technical-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.42fr) !important;
  align-items: end !important;
  column-gap: 48px !important;
  row-gap: 12px !important;
  margin: 0 0 34px !important;
}

html body[data-page="home"] .home-technical-mosaic-section .home-technical-eyebrow {
  grid-column: 1 / -1 !important;
  margin: 0 !important;
  color: #0b6ff6 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  line-height: 1 !important;
}

html body[data-page="home"] .home-technical-mosaic-section .home-technical-heading h2 {
  max-width: 760px !important;
  margin: 0 !important;
  color: #071a31 !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  text-wrap: balance !important;
}

html body[data-page="home"] .home-technical-mosaic-section .home-technical-heading p {
  max-width: 390px !important;
  margin: 0 0 3px !important;
  color: #61758a !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

html body[data-page="home"] .home-technical-mosaic-grid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(224px, 248px)) !important;
  gap: 18px !important;
}

html body[data-page="home"] .home-technical-mosaic-card {
  position: relative !important;
  z-index: 0 !important;
  display: block !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.86) !important;
  border-radius: 0 !important;
  background: #173d82 !important;
  isolation: isolate !important;
  box-shadow: 0 8px 20px rgba(13, 45, 86, 0.13) !important;
  transition: transform 260ms ease, box-shadow 260ms ease !important;
}

html body[data-page="home"] .home-technical-mosaic-card:nth-child(1) {
  grid-column: span 6 !important;
}

html body[data-page="home"] .home-technical-mosaic-card:nth-child(2),
html body[data-page="home"] .home-technical-mosaic-card:nth-child(3),
html body[data-page="home"] .home-technical-mosaic-card:nth-child(4),
html body[data-page="home"] .home-technical-mosaic-card:nth-child(5) {
  grid-column: span 3 !important;
}

html body[data-page="home"] .home-technical-mosaic-card:nth-child(6) {
  grid-column: span 6 !important;
}

html body[data-page="home"] .home-technical-mosaic-card:hover {
  z-index: 2 !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 28px rgba(13, 45, 86, 0.2) !important;
}

html body[data-page="home"] .home-technical-mosaic-card .home-technical-card-background {
  position: absolute !important;
  z-index: -2 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: saturate(0.98) contrast(1.03) !important;
  mix-blend-mode: normal !important;
  pointer-events: none !important;
  transition: transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 260ms ease !important;
}

html body[data-page="home"] .home-technical-mosaic-card:hover .home-technical-card-background {
  transform: scale(1.045) !important;
  filter: saturate(1.06) contrast(1.05) !important;
}

html body[data-page="home"] .home-technical-mosaic-card .home-technical-card-scrim {
  position: absolute !important;
  z-index: -1 !important;
  inset: 0 !important;
  display: block !important;
  background: linear-gradient(180deg, rgba(6, 38, 92, 0.04) 17%, rgba(6, 38, 92, 0.78) 100%) !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

html body[data-page="home"] .home-technical-mosaic-copy {
  position: absolute !important;
  z-index: 2 !important;
  right: 26px !important;
  bottom: 25px !important;
  left: 28px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  transition: transform 260ms ease !important;
}

html body[data-page="home"] .home-technical-mosaic-card:hover .home-technical-mosaic-copy {
  transform: translateY(-3px) !important;
}

html body[data-page="home"] .home-technical-card-kind {
  display: block !important;
  margin-bottom: 8px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1 !important;
}

html body[data-page="home"] .home-technical-mosaic-copy strong {
  display: block !important;
  max-width: 100% !important;
  margin: 0 0 10px !important;
  color: #ffffff !important;
  font-size: clamp(21px, 2.1vw, 30px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  text-shadow: 0 2px 10px rgba(0, 16, 46, 0.3) !important;
}

html body[data-page="home"] .home-technical-mosaic-copy p {
  display: -webkit-box !important;
  max-width: 43em !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  text-shadow: 0 2px 9px rgba(0, 16, 46, 0.34) !important;
}

html body[data-page="home"] .home-technical-mosaic-card.image-tone-light .home-technical-card-scrim {
  background: linear-gradient(180deg, rgba(7, 54, 126, 0.02) 12%, rgba(7, 54, 126, 0.52) 100%) !important;
}

html body[data-page="home"] .home-technical-mosaic-card.image-tone-light :is(.home-technical-card-kind, .home-technical-mosaic-copy strong, .home-technical-mosaic-copy p) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

html body[data-page="home"] .home-technical-mosaic-card.image-tone-dark .home-technical-card-scrim {
  background: linear-gradient(180deg, rgba(3, 22, 64, 0.06) 8%, rgba(3, 22, 64, 0.82) 100%) !important;
}

html body[data-page="home"] .home-technical-mosaic-card.image-tone-unknown :is(.home-technical-card-kind, .home-technical-mosaic-copy strong, .home-technical-mosaic-copy p) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

@media (max-width: 900px) {
  html body[data-page="home"] .home-technical-mosaic-section {
    padding: 72px 0 82px !important;
  }

  html body[data-page="home"] .home-technical-mosaic-section .home-technical-heading {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  html body[data-page="home"] .home-technical-mosaic-section .home-technical-heading p {
    max-width: 620px !important;
  }

  html body[data-page="home"] .home-technical-mosaic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(3, minmax(220px, 250px)) !important;
  }

  html body[data-page="home"] .home-technical-mosaic-card:nth-child(n) {
    grid-column: span 1 !important;
  }

  html body[data-page="home"] .home-technical-mosaic-card:nth-child(1),
  html body[data-page="home"] .home-technical-mosaic-card:nth-child(6) {
    grid-column: span 2 !important;
  }
}

@media (max-width: 520px) {
  html body[data-page="home"] .home-technical-mosaic-section {
    padding: 58px 0 66px !important;
  }

  html body[data-page="home"] .home-technical-mosaic-section .home-technical-heading {
    margin-bottom: 24px !important;
  }

  html body[data-page="home"] .home-technical-mosaic-section .home-technical-heading h2 {
    font-size: 28px !important;
  }

  html body[data-page="home"] .home-technical-mosaic-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    gap: 14px !important;
  }

  html body[data-page="home"] .home-technical-mosaic-card:nth-child(n) {
    grid-column: auto !important;
    min-height: 224px !important;
  }

  html body[data-page="home"] .home-technical-mosaic-copy {
    right: 18px !important;
    bottom: 19px !important;
    left: 20px !important;
  }

  html body[data-page="home"] .home-technical-mosaic-copy strong {
    font-size: 22px !important;
  }

  html body[data-page="home"] .home-technical-mosaic-copy p {
    font-size: 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body[data-page="home"] .home-technical-mosaic-card,
  html body[data-page="home"] .home-technical-mosaic-card:hover,
  html body[data-page="home"] .home-technical-mosaic-card .home-technical-card-background,
  html body[data-page="home"] .home-technical-mosaic-card:hover .home-technical-card-background,
  html body[data-page="home"] .home-technical-mosaic-copy,
  html body[data-page="home"] .home-technical-mosaic-card:hover .home-technical-mosaic-copy {
    transform: none !important;
    transition: none !important;
  }
}

/* v147: keep barriers and advantages as two distinct content regions. */
html body[data-page="home"] .home-technical-mosaic-section + .home-technical-mosaic-section {
  padding-top: 88px !important;
}

html body[data-page="home"] .home-technical-barrier-section .home-technical-mosaic-grid {
  grid-template-rows: repeat(2, minmax(224px, 248px)) !important;
}

html body[data-page="home"] .home-technical-barrier-section .home-technical-mosaic-card:nth-child(1) {
  grid-column: span 6 !important;
  grid-row: span 2 !important;
}

html body[data-page="home"] .home-technical-barrier-section .home-technical-mosaic-card:nth-child(2),
html body[data-page="home"] .home-technical-barrier-section .home-technical-mosaic-card:nth-child(3) {
  grid-column: span 3 !important;
  grid-row: auto !important;
}

html body[data-page="home"] .home-technical-barrier-section .home-technical-mosaic-card:nth-child(4) {
  grid-column: span 6 !important;
  grid-row: auto !important;
}

html body[data-page="home"] .home-technical-advantage-section .home-technical-mosaic-grid {
  grid-template-rows: minmax(224px, 248px) !important;
}

html body[data-page="home"] .home-technical-advantage-section .home-technical-mosaic-card:nth-child(n) {
  grid-column: span 6 !important;
  grid-row: auto !important;
}

@media (max-width: 900px) {
  html body[data-page="home"] .home-technical-mosaic-section + .home-technical-mosaic-section {
    padding-top: 72px !important;
  }

  html body[data-page="home"] .home-technical-barrier-section .home-technical-mosaic-card:nth-child(1),
  html body[data-page="home"] .home-technical-barrier-section .home-technical-mosaic-card:nth-child(4),
  html body[data-page="home"] .home-technical-advantage-section .home-technical-mosaic-card:nth-child(n) {
    grid-column: span 2 !important;
    grid-row: auto !important;
  }
}

@media (max-width: 520px) {
  html body[data-page="home"] .home-technical-mosaic-section + .home-technical-mosaic-section {
    padding-top: 58px !important;
  }

  html body[data-page="home"] .home-technical-barrier-section .home-technical-mosaic-card:nth-child(n),
  html body[data-page="home"] .home-technical-advantage-section .home-technical-mosaic-card:nth-child(n) {
    grid-column: auto !important;
  }
}

/* v137: development history becomes a horizontal editorial timeline. */
html body:not([data-page="admin"]) .home-history-section {
  position: relative !important;
  overflow: hidden !important;
  background: #eef4f9 !important;
}

html body:not([data-page="admin"]) .home-history-section > .section-inner {
  position: relative !important;
  z-index: 1 !important;
  max-width: 1320px !important;
}

html body:not([data-page="admin"]) .home-history-header {
  max-width: 720px !important;
  margin: 0 0 28px !important;
}

html body:not([data-page="admin"]) .home-history-eyebrow {
  display: block !important;
  margin-bottom: 8px !important;
  color: #94a6b8 !important;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(26px, 3vw, 42px) !important;
  font-weight: 300 !important;
  letter-spacing: 0.035em !important;
  line-height: 1 !important;
}

html body:not([data-page="admin"]) .home-history-kicker {
  display: block !important;
  margin-bottom: 10px !important;
  color: #0b6ff6 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}

html body:not([data-page="admin"]) .home-history-header h2 {
  max-width: 12em !important;
  margin: 0 !important;
  color: #122842 !important;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

html body:not([data-page="admin"]) .home-history-rule {
  display: block !important;
  width: 44px !important;
  height: 2px !important;
  margin: 18px 0 14px !important;
  background: #8da5bc !important;
}

html body:not([data-page="admin"]) .home-history-header p {
  max-width: 52em !important;
  margin: 0 !important;
  color: #5c7187 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

html body:not([data-page="admin"]) .home-history-stage {
  position: relative !important;
  margin-inline: -30px !important;
}

html body:not([data-page="admin"]) .home-history-viewport {
  position: relative !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 0 30px 20px !important;
  scrollbar-color: rgba(11, 111, 246, 0.34) transparent !important;
  scrollbar-width: thin !important;
  scroll-behavior: smooth !important;
  scroll-snap-type: x proximity !important;
  cursor: grab !important;
  touch-action: pan-y !important;
  user-select: auto !important;
}

html body:not([data-page="admin"]) .home-history-viewport.is-dragging {
  cursor: grabbing !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
  user-select: none !important;
}

html body:not([data-page="admin"]) .home-history-viewport.is-dragging * {
  user-select: none !important;
}

html body:not([data-page="admin"]) .home-history-track {
  position: relative !important;
  width: max(100%, calc(var(--history-count) * 292px)) !important;
  min-width: calc(var(--history-count) * 292px) !important;
  height: 560px !important;
  isolation: isolate !important;
}

html body:not([data-page="admin"]) .home-history-background {
  position: absolute !important;
  z-index: -2 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 0.86 !important;
  filter: saturate(0.82) contrast(0.95) !important;
  mix-blend-mode: normal !important;
  pointer-events: none !important;
}

html body:not([data-page="admin"]) .home-history-curve {
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
  pointer-events: none !important;
}

html body:not([data-page="admin"]) .home-history-curve path {
  fill: none !important;
  stroke: #7d8994 !important;
  stroke-width: 3.5 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vector-effect: non-scaling-stroke !important;
}

html body:not([data-page="admin"]) .home-history-marker {
  position: absolute !important;
  z-index: 3 !important;
  left: var(--history-x) !important;
  top: var(--history-y) !important;
  display: block !important;
  width: 17px !important;
  height: 17px !important;
  border: 3px solid #ffffff !important;
  border-radius: 50% !important;
  background: #195c9e !important;
  box-shadow: 0 0 0 1px rgba(25, 92, 158, 0.52), 0 6px 14px rgba(25, 92, 158, 0.2) !important;
  transform: translate(-50%, -50%) !important;
  pointer-events: none !important;
}

html body:not([data-page="admin"]) .home-history-events {
  position: absolute !important;
  z-index: 4 !important;
  inset: 0 !important;
  pointer-events: none !important;
}

html body:not([data-page="admin"]) .home-history-event {
  position: absolute !important;
  left: var(--history-x) !important;
  top: var(--history-y) !important;
  width: min(270px, 23vw) !important;
  min-width: 215px !important;
  margin: 0 !important;
  padding: 0 18px 0 20px !important;
  border-left: 1px solid rgba(25, 92, 158, 0.74) !important;
  background: rgba(247, 250, 253, 0.32) !important;
  pointer-events: auto !important;
  scroll-snap-align: center !important;
  transform: translate(-2%, -100%) !important;
  transition: border-color 220ms ease, background-color 220ms ease, transform 260ms ease !important;
}

html body:not([data-page="admin"]) .home-history-event.is-above {
  padding-bottom: 22px !important;
}

html body:not([data-page="admin"]) .home-history-event.is-below {
  padding-top: 22px !important;
  transform: translate(-2%, 22px) !important;
}

/* Keep the final milestone inside the visible track when the rail reaches its end. */
html body:not([data-page="admin"]) .home-history-event:last-child.is-above {
  transform: translate(-100%, -100%) !important;
}

html body:not([data-page="admin"]) .home-history-event:last-child.is-below {
  transform: translate(-100%, 22px) !important;
}

html body:not([data-page="admin"]) .home-history-event::before {
  content: "" !important;
  position: absolute !important;
  left: -1px !important;
  width: 1px !important;
  height: 24px !important;
  background: rgba(25, 92, 158, 0.62) !important;
}

html body:not([data-page="admin"]) .home-history-event.is-above::before {
  bottom: -24px !important;
}

html body:not([data-page="admin"]) .home-history-event.is-below::before {
  top: -24px !important;
}

html body:not([data-page="admin"]) .home-history-event time {
  display: block !important;
  margin-bottom: 10px !important;
  color: #195c9e !important;
  font-size: clamp(22px, 2vw, 29px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
}

html body:not([data-page="admin"]) .home-history-event p {
  margin: 0 !important;
  color: #4e6175 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  overflow-wrap: anywhere !important;
}

html body:not([data-page="admin"]) .home-history-event:hover,
html body:not([data-page="admin"]) .home-history-event:focus-within {
  border-color: #0b6ff6 !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

html body:not([data-page="admin"]) .home-history-control {
  position: absolute !important;
  z-index: 6 !important;
  top: 50% !important;
  display: grid !important;
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  place-items: center !important;
  border: 1px solid rgba(11, 111, 246, 0.44) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.84) !important;
  color: #0b6ff6 !important;
  box-shadow: 0 8px 22px rgba(19, 71, 119, 0.12) !important;
  transform: translateY(-50%) !important;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease !important;
}

html body:not([data-page="admin"]) .home-history-control.is-prev {
  left: 8px !important;
}

html body:not([data-page="admin"]) .home-history-control.is-next {
  right: 8px !important;
}

html body:not([data-page="admin"]) .home-history-control svg {
  width: 20px !important;
  height: 20px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-width: 1.8 !important;
}

html body:not([data-page="admin"]) .home-history-control:hover,
html body:not([data-page="admin"]) .home-history-control:focus-visible {
  border-color: #0b6ff6 !important;
  background: #eaf3ff !important;
  transform: translateY(-50%) scale(1.04) !important;
}

@media (max-width: 980px) {
  html body:not([data-page="admin"]) .home-history-event {
    width: 250px !important;
    min-width: 210px !important;
  }
}

@media (max-width: 760px) {
  html body:not([data-page="admin"]) .home-history-section > .section-inner {
    padding-inline: 18px !important;
  }

  html body:not([data-page="admin"]) .home-history-header {
    margin-bottom: 22px !important;
  }

  html body:not([data-page="admin"]) .home-history-eyebrow {
    font-size: 25px !important;
  }

  html body:not([data-page="admin"]) .home-history-header h2 {
    font-size: clamp(28px, 8vw, 36px) !important;
  }

  html body:not([data-page="admin"]) .home-history-stage {
    margin-inline: 0 !important;
  }

  html body:not([data-page="admin"]) .home-history-viewport {
    overflow: hidden !important;
    padding: 0 !important;
  }

  html body:not([data-page="admin"]) .home-history-track {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 20px 12px 16px 38px !important;
  }

  html body:not([data-page="admin"]) .home-history-background {
    opacity: 0.5 !important;
  }

  html body:not([data-page="admin"]) .home-history-curve,
  html body:not([data-page="admin"]) .home-history-marker,
  html body:not([data-page="admin"]) .home-history-control {
    display: none !important;
  }

  html body:not([data-page="admin"]) .home-history-events {
    position: relative !important;
    inset: auto !important;
  }

  html body:not([data-page="admin"]) .home-history-events::before {
    content: "" !important;
    position: absolute !important;
    top: 10px !important;
    bottom: 10px !important;
    left: 0 !important;
    width: 1px !important;
    background: #9bb3ca !important;
  }

  html body:not([data-page="admin"]) .home-history-event,
  html body:not([data-page="admin"]) .home-history-event.is-above,
  html body:not([data-page="admin"]) .home-history-event.is-below {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: grid !important;
    grid-template-columns: minmax(82px, 0.34fr) minmax(0, 1fr) !important;
    column-gap: 16px !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 17px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(117, 146, 173, 0.28) !important;
    background: transparent !important;
    transform: none !important;
  }

  html body:not([data-page="admin"]) .home-history-event:last-child.is-above,
  html body:not([data-page="admin"]) .home-history-event:last-child.is-below {
    transform: none !important;
  }

  html body:not([data-page="admin"]) .home-history-event:last-child {
    border-bottom: 0 !important;
  }

  html body:not([data-page="admin"]) .home-history-event::before {
    left: -38px !important;
    top: 50% !important;
    bottom: auto !important;
    width: 22px !important;
    height: 1px !important;
    background: #9bb3ca !important;
  }

  html body:not([data-page="admin"]) .home-history-event::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: -43px !important;
    width: 9px !important;
    height: 9px !important;
    border: 2px solid #ffffff !important;
    border-radius: 50% !important;
    background: #195c9e !important;
    box-shadow: 0 0 0 1px rgba(25, 92, 158, 0.36) !important;
    transform: translateY(-50%) !important;
  }

  html body:not([data-page="admin"]) .home-history-event time {
    align-self: start !important;
    margin: 0 !important;
    font-size: 18px !important;
  }

  html body:not([data-page="admin"]) .home-history-event p {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body:not([data-page="admin"]) .home-history-viewport {
    scroll-behavior: auto !important;
  }

  html body:not([data-page="admin"]) .home-history-event,
  html body:not([data-page="admin"]) .home-history-control {
    transition: none !important;
  }
}

/* v135: team section rebuilt as an editorial proof rail, not a split card grid. */
html body[data-page="home"] .home-team-section {
  background: #f4f7fb !important;
}

html body[data-page="home"] .home-team-section .home-team-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) !important;
  gap: clamp(42px, 5.8vw, 88px) !important;
  align-items: center !important;
}

html body[data-page="home"] .home-team-section .home-team-visual {
  min-width: 0 !important;
  aspect-ratio: 1.48 / 1 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #dce8f5 !important;
  box-shadow: 0 22px 48px rgba(18, 58, 101, 0.12) !important;
}

html body[data-page="home"] .home-team-section .home-team-visual img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  transform: none !important;
}

html body[data-page="home"] .home-team-section .home-team-copy {
  min-width: 0 !important;
  max-width: 620px !important;
  justify-self: stretch !important;
}

html body[data-page="home"] .home-team-section .home-team-copy .section-kicker {
  margin-bottom: 14px !important;
  color: #0b6ff6 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.02em !important;
}

html body[data-page="home"] .home-team-section .home-team-copy h2 {
  max-width: 10.5em !important;
  margin: 0 0 22px !important;
  color: #0b1b32 !important;
  font-size: clamp(34px, 3.35vw, 50px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

html body[data-page="home"] .home-team-section .home-team-copy > p {
  max-width: 35em !important;
  margin: 0 !important;
  color: #4d6077 !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

html body[data-page="home"] .home-team-section .home-team-proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 34px 0 0 !important;
  padding: 22px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid #cbd8e7 !important;
  background: transparent !important;
}

html body[data-page="home"] .home-team-section .home-team-proof > div,
html body[data-page="home"] .home-team-section .home-team-proof > div:nth-child(3) {
  display: block !important;
  grid-column: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 20px 4px 0 !important;
  border: 0 !important;
  border-right: 1px solid #cbd8e7 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body[data-page="home"] .home-team-section .home-team-proof > div + div {
  padding-left: 20px !important;
}

html body[data-page="home"] .home-team-section .home-team-proof > div:last-child {
  padding-right: 0 !important;
  border-right: 0 !important;
}

html body[data-page="home"] .home-team-section .home-team-proof .team-proof-value {
  display: block !important;
  min-width: 0 !important;
  color: #0b6ff6 !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere !important;
}

html body[data-page="home"] .home-team-section .home-team-proof .team-proof-label {
  display: block !important;
  min-width: 0 !important;
  margin-top: 12px !important;
  color: #60738a !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 980px) {
  html body[data-page="home"] .home-team-section .home-team-layout {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  html body[data-page="home"] .home-team-section .home-team-visual {
    aspect-ratio: 1.72 / 1 !important;
  }

  html body[data-page="home"] .home-team-section .home-team-copy {
    max-width: 760px !important;
  }
}

@media (max-width: 760px) {
  html body[data-page="home"] .home-team-section .home-team-layout {
    gap: 28px !important;
  }

  html body[data-page="home"] .home-team-section .home-team-visual {
    aspect-ratio: 1.42 / 1 !important;
    box-shadow: 0 16px 34px rgba(18, 58, 101, 0.1) !important;
  }

  html body[data-page="home"] .home-team-section .home-team-copy h2 {
    max-width: 11em !important;
    margin-bottom: 16px !important;
    font-size: clamp(30px, 8.4vw, 38px) !important;
    line-height: 1.14 !important;
  }

  html body[data-page="home"] .home-team-section .home-team-copy > p {
    font-size: 15px !important;
    line-height: 1.8 !important;
  }

  html body[data-page="home"] .home-team-section .home-team-proof {
    grid-template-columns: 1fr !important;
    margin-top: 26px !important;
    padding-top: 0 !important;
  }

  html body[data-page="home"] .home-team-section .home-team-proof > div,
  html body[data-page="home"] .home-team-section .home-team-proof > div:nth-child(3),
  html body[data-page="home"] .home-team-section .home-team-proof > div + div {
    display: grid !important;
    grid-column: auto !important;
    grid-template-columns: minmax(104px, 0.68fr) minmax(0, 1.32fr) !important;
    align-items: start !important;
    column-gap: 16px !important;
    padding: 17px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #cbd8e7 !important;
  }

  html body[data-page="home"] .home-team-section .home-team-proof > div:last-child {
    border-bottom: 0 !important;
  }

  html body[data-page="home"] .home-team-section .home-team-proof .team-proof-value {
    font-size: 21px !important;
  }

  html body[data-page="home"] .home-team-section .home-team-proof .team-proof-label {
    margin-top: 0 !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body[data-page="home"] .home-team-section .home-team-visual img {
    transition: none !important;
  }
}

/* Home card background maintenance belongs to Page Content > Home. */
body[data-page="admin"] .cms-home-business-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body[data-page="admin"] .cms-home-business-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid #d9e5f0;
  background: #f8fbff;
}

body[data-page="admin"] .cms-home-business-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

body[data-page="admin"] .cms-home-business-card-head > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body[data-page="admin"] .cms-home-business-card-head strong {
  color: #10243d;
  font-size: 15px;
}

body[data-page="admin"] .cms-home-business-card-head span {
  color: #70859a;
  font-size: 12px;
}

body[data-page="admin"] .cms-home-business-card-head em {
  flex: 0 0 auto;
  color: #0b6ff6;
  font-size: 12px;
  font-style: normal;
  white-space: nowrap;
}

body[data-page="admin"] .cms-home-business-card .cms-image-field {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body[data-page="admin"] .cms-technical-card-editor {
  display: grid;
  gap: 12px;
}

body[data-page="admin"] .cms-technical-card-editor .cms-field,
body[data-page="admin"] .cms-technical-card-editor .cms-image-field {
  margin: 0;
}

body[data-page="admin"] .cms-technical-card-editor .cms-field textarea {
  min-height: 106px;
}

/* Keep action labels on one line; tighten spacing instead of breaking the command. */
html body .product-home-five-cta,
html body .product-home-five-cta-label,
html body .wide-button,
html body .cms-primary,
html body .cms-save,
html body .cms-action-primary,
html body .cms-action-buttons :is(a, button),
html body .cms-form-actions button,
html body .cms-panel-actions button,
html body .message-form button {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

html body .product-home-five-cta {
  min-width: 0 !important;
}

html body .product-home-five-cta-label {
  flex: 0 0 auto !important;
  min-width: max-content !important;
}

html body .product-home-five-cta i {
  flex: 0 0 auto !important;
}

@media (max-width: 760px) {
  body[data-page="admin"] .cms-home-business-cards {
    grid-template-columns: 1fr;
  }

  html body .product-home-five-cta {
    gap: 8px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* v134: keep the five business cards interactive after the final cascade locks. */
html body[data-page="home"] .product-home-five-grid > .product-home-five-card,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n) {
  transition:
    transform 260ms cubic-bezier(0.22, 0.8, 0.24, 1),
    box-shadow 260ms cubic-bezier(0.22, 0.8, 0.24, 1),
    border-color 220ms ease,
    background-color 220ms ease !important;
  will-change: transform, box-shadow;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card::before,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n)::before {
  content: "" !important;
  position: absolute !important;
  z-index: 3 !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 3px !important;
  background: #0b6ff6 !important;
  opacity: 1 !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform 260ms cubic-bezier(0.22, 0.8, 0.24, 1) !important;
  pointer-events: none !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card:hover,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:focus-visible,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):hover,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):focus-visible {
  border-color: #8ab9ed !important;
  box-shadow: 0 20px 42px rgba(34, 78, 120, 0.16) !important;
  transform: translate3d(0, -6px, 0) !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card:hover::before,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:focus-visible::before,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):hover::before,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):focus-visible::before {
  transform: scaleX(1) !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-background,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n) .product-home-five-background {
  transition: transform 520ms cubic-bezier(0.22, 0.8, 0.24, 1) !important;
  transform: scale(1) !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card:hover .product-home-five-background,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:focus-visible .product-home-five-background,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):hover .product-home-five-background,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):focus-visible .product-home-five-background {
  transform: scale(1.045) !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta i,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n) .product-home-five-cta i {
  transition: transform 220ms ease !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card:hover .product-home-five-cta i,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:focus-visible .product-home-five-cta i,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):hover .product-home-five-cta i,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):focus-visible .product-home-five-cta i {
  transform: translateX(6px) !important;
}

@media (max-width: 760px) {
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:hover,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:focus-visible,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):hover,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):focus-visible {
    transform: translate3d(0, -4px, 0) !important;
  }

  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:hover .product-home-five-background,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:focus-visible .product-home-five-background,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):hover .product-home-five-background,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):focus-visible .product-home-five-background {
    transform: scale(1.025) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n),
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card::before,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n)::before,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-background,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n) .product-home-five-background,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta i,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n) .product-home-five-cta i {
    transition: none !important;
    will-change: auto !important;
  }

  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:hover,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:focus-visible,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):hover,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):focus-visible {
    transform: none !important;
  }

  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:hover::before,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:focus-visible::before,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):hover::before,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):focus-visible::before {
    transform: scaleX(0) !important;
  }

  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:hover .product-home-five-background,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:focus-visible .product-home-five-background,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):hover .product-home-five-background,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):focus-visible .product-home-five-background,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:hover .product-home-five-cta i,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:focus-visible .product-home-five-cta i,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):hover .product-home-five-cta i,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n):focus-visible .product-home-five-cta i {
    transform: none !important;
  }
}

/* v153 cascade lock: keep the strategy canvas above legacy blue-band passes. */
html body[data-page="home"] .blue-band.home-strategy-section {
  min-height: 620px !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 16% 18%, rgba(45, 148, 255, 0.2), transparent 34%),
    linear-gradient(120deg, #071b31 0%, #0b2945 58%, #0d3b5b 100%) !important;
}

html body[data-page="home"] .blue-band.home-strategy-section::before {
  background: none !important;
  opacity: 0 !important;
}

html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-inner {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr) !important;
  align-items: center !important;
  gap: clamp(56px, 9vw, 148px) !important;
  width: min(100% - 72px, 1240px) !important;
  min-height: 620px !important;
  padding-block: clamp(74px, 8vw, 118px) !important;
}

html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-head {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-head::before {
  content: none !important;
  display: none !important;
}

html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-head h2 {
  max-width: 8.5em !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(38px, 4.5vw, 68px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
}

html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-head p {
  max-width: 28em !important;
  margin: 30px 0 0 !important;
  color: rgba(232, 243, 250, 0.82) !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
}

html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-grid :is(
  .home-strategy-item,
  .home-strategy-item:nth-child(even),
  .home-strategy-item:nth-child(even).is-visible
) {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 22px !important;
  min-height: 0 !important;
  padding: 27px 0 30px !important;
  border: 0 !important;
  border-top: 1px solid rgba(174, 221, 234, 0.3) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-grid .home-strategy-item:last-child {
  border-bottom: 1px solid rgba(174, 221, 234, 0.3) !important;
}

html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-item h3 {
  display: block !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(18px, 1.8vw, 24px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-item h3::before {
  content: none !important;
  display: none !important;
}

html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-item p {
  max-width: 39em !important;
  margin: 0 !important;
  color: rgba(232, 243, 250, 0.78) !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}

@media (max-width: 760px) {
  html body[data-page="home"] .blue-band.home-strategy-section,
  html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-inner {
    min-height: 0 !important;
  }

  html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-inner {
    display: block !important;
    width: min(100% - 36px, 1240px) !important;
    padding-block: 62px 68px !important;
  }

  html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-head h2 {
    max-width: 10em !important;
    font-size: clamp(36px, 10vw, 48px) !important;
  }

  html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-head p {
    margin-top: 22px !important;
    font-size: 14px !important;
  }

  html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-grid {
    margin-top: 54px !important;
  }

  html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-grid :is(
    .home-strategy-item,
    .home-strategy-item:nth-child(even),
    .home-strategy-item:nth-child(even).is-visible
  ) {
    grid-template-columns: 40px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 22px 0 24px !important;
  }

  html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-item h3 {
    margin-bottom: 8px !important;
    font-size: 18px !important;
  }

  html body[data-page="home"] .blue-band.home-strategy-section .home-strategy-item p {
    font-size: 14px !important;
    line-height: 1.82 !important;
  }
}

/* v154: keep proof values on one adaptive line. */
html body[data-page="home"] .home-team-section .home-team-proof {
  grid-template-columns: minmax(0, 0.9fr) minmax(190px, 1.2fr) minmax(0, 0.9fr) !important;
}

html body[data-page="home"] .home-team-section .home-team-proof .team-proof-value {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: nowrap !important;
  min-width: 0 !important;
  overflow: visible !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  gap: 0.08em !important;
}

html body[data-page="home"] .home-team-section .home-team-proof .team-proof-number,
html body[data-page="home"] .home-team-section .home-team-proof .team-proof-unit {
  flex: 0 0 auto !important;
  min-width: max-content !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

html body[data-page="home"] .home-team-section .home-team-proof .team-proof-number {
  font-size: clamp(34px, 2.9vw, 46px) !important;
  line-height: 0.92 !important;
  font-weight: 800 !important;
}

html body[data-page="home"] .home-team-section .home-team-proof .team-proof-unit {
  font-size: clamp(16px, 1.3vw, 20px) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

@media (max-width: 760px) {
  html body[data-page="home"] .home-team-section .home-team-proof {
    grid-template-columns: 1fr !important;
  }

  html body[data-page="home"] .home-team-section .home-team-proof > div,
  html body[data-page="home"] .home-team-section .home-team-proof > div:nth-child(3),
  html body[data-page="home"] .home-team-section .home-team-proof > div + div {
    grid-template-columns: minmax(142px, 0.82fr) minmax(0, 1.18fr) !important;
  }

  html body[data-page="home"] .home-team-section .home-team-proof .team-proof-number {
    font-size: 31px !important;
  }

  html body[data-page="home"] .home-team-section .home-team-proof .team-proof-unit {
    font-size: 16px !important;
  }
}

/* v156: keep each proof column visually isolated. */
html body[data-page="home"] .home-team-section .home-team-proof > div {
  min-width: 0 !important;
  overflow: hidden !important;
}

html body[data-page="home"] .home-team-section .home-team-proof .team-proof-value {
  max-width: 100% !important;
  overflow: hidden !important;
}

/* v157: align the proof title rail and description baseline. */
@media (min-width: 761px) {
  html body[data-page="home"] .home-team-section .home-team-proof .team-proof-value {
    min-height: clamp(47px, 3.1vw, 52px) !important;
    align-items: center !important;
  }

  html body[data-page="home"] .home-team-section .home-team-proof .team-proof-label {
    margin-top: 12px !important;
  }
}

@media (max-width: 760px) {
  html body[data-page="home"] .home-team-section .home-team-proof .team-proof-value {
    min-height: 0 !important;
  }

  html body[data-page="home"] .home-team-section .home-team-proof .team-proof-label {
    margin-top: 0 !important;
  }
}

@media (min-width: 761px) {
  html body[data-page="home"] .home-team-section .home-team-proof > div:last-child .team-proof-label {
    margin-top: 12px !important;
  }
}

@media (max-width: 760px) {
  html body[data-page="home"] .home-team-section .home-team-proof > div:last-child .team-proof-label {
    margin-top: 0 !important;
  }
}

/* v160: keep numeric proof units visible at narrow desktop widths. */
html body[data-page="home"] .home-team-section .home-team-proof > div {
  overflow: visible !important;
  isolation: isolate !important;
}

html body[data-page="home"] .home-team-section .home-team-proof .team-proof-value {
  max-width: none !important;
  overflow: visible !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 0.06em !important;
}

html body[data-page="home"] .home-team-section .home-team-proof .team-proof-number {
  font-size: clamp(28px, 2.55vw, 38px) !important;
  letter-spacing: -0.015em !important;
}

html body[data-page="home"] .home-team-section .home-team-proof .team-proof-unit {
  font-size: clamp(14px, 1.08vw, 17px) !important;
  letter-spacing: 0 !important;
}

@media (min-width: 761px) and (max-width: 1120px) {
  html body[data-page="home"] .home-team-section .home-team-proof {
    grid-template-columns: minmax(0, 0.82fr) minmax(176px, 1.36fr) minmax(0, 0.82fr) !important;
  }

  html body[data-page="home"] .home-team-section .home-team-proof .team-proof-number {
    font-size: 30px !important;
  }

  html body[data-page="home"] .home-team-section .home-team-proof .team-proof-unit {
    font-size: 14px !important;
  }
}

@media (max-width: 760px) {
  html body[data-page="home"] .home-team-section .home-team-proof > div {
    overflow: visible !important;
  }

  html body[data-page="home"] .home-team-section .home-team-proof .team-proof-value {
    width: max-content !important;
    max-width: 100% !important;
  }

  html body[data-page="home"] .home-team-section .home-team-proof .team-proof-number {
    font-size: 29px !important;
  }

  html body[data-page="home"] .home-team-section .home-team-proof .team-proof-unit {
    font-size: 15px !important;
  }
}

/* v163: make the about chapter bar stay visible while the page scrolls. */
html body[data-page="news"],
html body[data-page="news"] #app {
  overflow: visible !important;
  overflow-x: clip !important;
}

html body[data-page="news"] .about-nav-wrap {
  position: sticky !important;
  top: 0 !important;
  z-index: 920 !important;
}
