@import url("../assets/fonts/noto-sans-sc/fonts.css");

:root {
  --blue: #0070b0;
  --teal: #008f80;
  --green: #10a040;
  --ink: #111f28;
  --muted: #5d6b76;
  --line: #dce9ee;
  --surface: #ffffff;
  --mist: #f3f8fa;
  --blue-soft: #eaf4fa;
  --teal-soft: #eaf7f4;
  --green-soft: #edf8ef;
  --content: 1180px;
  --header: 82px;
  --radius: 8px;
  --shadow: 0 16px 50px rgba(17, 57, 75, 0.11);
  --type-display: 56px;
  --type-page-title: 52px;
  --type-section-title: 34px;
  --type-subsection-title: 24px;
  --type-card-title: 20px;
  --type-lead: 18px;
  --type-body: 16px;
  --type-support: 14px;
  --type-micro: 12px;
}

/* Compact generic product detail layout */
.product-page .product-hero {
  padding: 36px 0 42px;
  background: #edf5f8;
}

.product-page .breadcrumbs {
  margin-bottom: 22px;
}

.product-page .product-category {
  margin-bottom: 10px;
  font-size: 14px;
}

.product-page .product-title {
  font-size: clamp(40px, 4vw, 50px);
  line-height: 1.12;
}

.product-page .product-tagline {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.55;
}

.product-page .product-facts {
  width: min(560px, 100%);
  margin-top: 26px;
}

.product-page .product-fact {
  min-height: 58px;
  padding-top: 0;
  padding-bottom: 0;
}

.product-page .product-fact strong {
  margin-top: 5px;
  font-size: 16px;
}

.product-page .product-content {
  padding: 52px 0 66px;
  background: #f5f8f9;
}

.product-page .product-content-grid {
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 54px;
}

.product-page .product-content-grid > div:first-child {
  display: grid;
  gap: 12px;
}

.product-page .product-section {
  margin: 0;
  padding: 26px 28px;
  border: 0;
  border-left: 4px solid var(--blue);
  background: #fff;
}

.product-page .product-section:nth-child(1) {
  border-left-color: var(--blue);
  background: #fff;
}

.product-page .product-section:nth-child(2) {
  border-left-color: var(--teal);
  background: #fff;
}

.product-page .product-section:nth-child(3) {
  border-left-color: var(--green);
  background: #fff;
}

.product-page .product-section + .product-section {
  padding-top: 26px;
  border-top: 0;
}

.product-page .product-section h2 {
  margin-bottom: 16px;
  font-size: 28px;
}

.product-page .product-section p {
  font-size: 16px;
  line-height: 1.75;
}

.product-page .plain-points li {
  min-height: 50px;
  padding: 12px 18px 11px 0;
  font-size: 15px;
  line-height: 1.55;
}

.product-page .plain-points li:nth-child(even) {
  padding-left: 18px;
}

.product-page .plain-points li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  padding-right: 0;
}

.product-page .indicator-list-shell.is-dense {
  padding-top: 1px;
}

.product-page .indicator-list-summary {
  margin: 0 0 16px;
  color: #5a707c;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.product-page .indicator-matrix {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.product-page .indicator-matrix li,
.product-page .indicator-matrix li:nth-child(even),
.product-page .indicator-matrix li:last-child:nth-child(odd) {
  display: flex;
  align-items: center;
  grid-column: auto;
  min-height: 42px;
  padding: 9px 10px 9px 12px;
  border: 0;
  border-left: 2px solid rgba(0, 143, 128, 0.52);
  background: #f4f8f8;
  font-size: 14px;
  line-height: 1.45;
}

.product-page .indicator-matrix.is-collapsed [data-indicator-overflow="true"] {
  display: none;
}

.product-page .indicator-list-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 18px;
  border: 1px solid rgba(0, 143, 128, 0.48);
  border-radius: 4px;
  background: transparent;
  color: var(--teal);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}

.product-page .indicator-list-toggle:hover,
.product-page .indicator-list-toggle:focus-visible {
  border-color: var(--teal);
  background: #eef7f5;
}

.product-page .indicator-list-toggle[hidden] {
  display: none;
}

.product-page .product-aside {
  top: 96px;
  padding: 22px;
  background: #e7f0f5;
}

.product-page .product-aside h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.product-page .aside-fact {
  padding: 11px 0;
}

.product-page .manual-actions {
  margin-top: 18px;
}

.product-page .product-questionnaire-band {
  padding: 44px 0;
  color: #fff;
  background: #123746;
}

.product-page .questionnaire-intro {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}

.product-page .questionnaire-intro > div:last-child {
  justify-self: end;
}

.product-page .questionnaire-intro h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
}

.product-page .product-questionnaire-band .page-kicker {
  margin-bottom: 10px;
  color: #70d7ca;
}

.product-page .product-questionnaire-band .action-button-primary {
  min-width: 148px;
  min-height: 48px;
  padding-inline: 28px;
  font-size: 16px;
  color: #0c2c38;
  background: #73dbc9;
}

.product-page .product-questionnaire-band .action-button-primary:hover {
  color: #fff;
  background: var(--teal);
}

.product-page .questionnaire-intro p:not(.page-kicker) {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.65;
}

.product-page .related {
  padding: 46px 0 56px;
  background: #f0f4f5;
}

.product-page .related-header {
  margin-bottom: 18px;
}

.product-page .related-header a {
  min-width: 96px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.product-page .related-header a b,
.product-page .related-link b {
  width: auto;
  justify-self: end;
  text-align: right;
  font-weight: 500;
}

.product-page .related-header h2 {
  font-size: 28px;
}

.product-page .related-link {
  min-height: 58px;
}

.product-page .related-link strong {
  font-size: 16px;
}

.product-page .related-list,
.product-page .related-link {
  border-color: #cad9dd;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .product-page .product-content-grid {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 38px;
  }
}

@media (max-width: 800px) {
  .product-page .product-content-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-page .product-aside {
    position: static;
  }
}

@media (max-width: 720px) {
  .product-page .product-hero {
    padding: 28px 0 32px;
  }

  .product-page .breadcrumbs {
    margin-bottom: 16px;
  }

  .product-page .product-title {
    font-size: 34px;
  }

  .product-page .product-facts {
    margin-top: 20px;
  }

  .product-page .product-content {
    padding: 36px 0 44px;
  }

  .product-page .product-section {
    padding: 20px;
  }

  .product-page .product-section + .product-section {
    padding-top: 20px;
  }

  .product-page .product-section h2 {
    margin-bottom: 13px;
    font-size: 26px;
  }

  .product-page .plain-points li,
  .product-page .plain-points li:nth-child(even) {
    min-height: 46px;
    padding: 11px 0 10px;
  }

  .product-page .indicator-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .product-page .indicator-matrix li,
  .product-page .indicator-matrix li:nth-child(even),
  .product-page .indicator-matrix li:last-child:nth-child(odd) {
    min-height: 40px;
    padding: 8px 8px 8px 10px;
    font-size: 13px;
  }

  .product-page .product-aside {
    padding: 18px;
  }

  .product-page .product-questionnaire-band {
    padding: 34px 0;
  }

  .product-page .questionnaire-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-page .questionnaire-intro > div:last-child {
    width: 100%;
    justify-self: stretch;
  }

  .product-page .product-questionnaire-band .action-button-primary {
    width: 100%;
  }

  .product-page .questionnaire-intro h2 {
    font-size: 28px;
  }

  .product-page .related {
    padding: 40px 0 46px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Noto Sans SC", sans-serif;
  font-size: var(--type-body);
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

button,
input {
  font: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: relative;
  z-index: 40;
  height: var(--header);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(179, 203, 213, 0.62);
  backdrop-filter: blur(18px);
}

.site-header.is-overlay {
  position: absolute;
  inset: 0 0 auto;
  background: rgba(247, 251, 252, 0.82);
}

.page-hierarchy-nav {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(179, 203, 213, 0.62);
  background: #f7fafb;
}

.page-hierarchy-inner {
  width: min(calc(100% - 64px), var(--content));
  min-height: 46px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.page-hierarchy-inner a {
  color: #526a75;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.page-hierarchy-inner a:hover,
.page-hierarchy-inner a:focus-visible {
  color: var(--green);
}

.header-inner {
  width: min(calc(100% - 64px), var(--content));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 42px;
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 680;
}

.brand img {
  width: 42px;
  height: 30px;
  object-fit: contain;
}

.site-brand-lockup {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-brand-tagline {
  padding-left: 18px;
  color: #425963;
  border-left: 1px solid rgba(69, 104, 116, 0.32);
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
}

.primary-nav {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
}

.nav-item {
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #40505b;
  font-size: 15px;
  white-space: nowrap;
}

.nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-item:hover,
.nav-item[aria-current="page"] {
  color: var(--ink);
}

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

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

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: #44545f;
  cursor: pointer;
  white-space: nowrap;
}

.language-switch strong {
  color: var(--ink);
  font-weight: 650;
}

.icon-button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  width: 20px;
  height: 1.5px;
  background: var(--ink);
  display: block;
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-icon::before {
  top: -6px;
}

.menu-icon::after {
  top: 6px;
}

.mega-menu {
  position: absolute;
  z-index: 35;
  top: var(--header);
  left: 50%;
  width: min(calc(100% - 64px), var(--content));
  transform: translate(-50%, -10px);
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
  border-top: 3px solid var(--teal);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
}

.mega-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.mega-inner {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  min-height: 0;
}

.mega-intro {
  min-height: 228px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: #fff;
  background-color: #153b48;
  background-image:
    linear-gradient(180deg, rgba(15, 48, 60, 0.12) 0%, rgba(15, 48, 60, 0.86) 100%),
    url("../assets/images/company-field/qingzi-lab.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.health-mega-menu .mega-intro {
  min-height: 196px;
  background-image:
    linear-gradient(180deg, rgba(15, 48, 60, 0.08) 0%, rgba(15, 48, 60, 0.88) 100%),
    url("../assets/images/home-hero-health.png");
  background-position: 72% center;
}

.mega-intro strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
  text-shadow: 0 1px 14px rgba(8, 31, 39, 0.34);
}

.mega-intro span {
  display: block;
  margin-top: 14px;
  color: rgba(244, 251, 252, 0.84);
  font-size: 14px;
  line-height: 1.6;
}

.mega-categories {
  padding: 16px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  align-content: start;
}

.mega-link {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.mega-link span {
  color: var(--teal);
}

@media (min-width: 761px) and (max-width: 980px) {
  .mega-inner {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .mega-intro {
    min-height: 212px;
    padding: 22px 20px;
  }

  .health-mega-menu .mega-intro {
    min-height: 184px;
  }

  .mega-categories {
    padding: 14px 20px;
    column-gap: 22px;
  }

  .mega-link {
    min-height: 46px;
    font-size: 13px;
  }
}

.home-page {
  min-height: 100vh;
  overflow: hidden;
  background: var(--mist);
}

.home-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.hero-slides,
.hero-slide,
.hero-veil {
  position: absolute;
  inset: 0;
}

.hero-slides {
  background: #eef4f5;
}

.hero-slide {
  width: 100%;
  height: 100%;
  object-fit: var(--slide-fit, cover);
  object-position: var(--slide-position, center);
  opacity: 0;
  pointer-events: none;
  transform: scale(1.01);
  transition: opacity 1.25s ease;
}

.hero-slide.is-framed {
  top: 5%;
  right: auto;
  bottom: auto;
  left: 5%;
  width: 90%;
  height: 70%;
  object-fit: contain;
  object-position: center;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 60px rgba(32, 66, 77, 0.09);
  transform: none;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-product-showcase {
  z-index: 2;
  overflow: hidden;
  color: var(--ink);
  background: #eef4f6;
  transform: none;
}

.hero-product-inner {
  position: absolute;
  top: calc(var(--header) + 36px);
  bottom: 238px;
  left: 50%;
  width: min(calc(100% - 64px), var(--content));
  display: grid;
  grid-template-columns: minmax(380px, 0.82fr) minmax(520px, 1.18fr);
  gap: 52px;
  align-items: center;
  transform: translateX(-50%);
}

.hero-product-copy {
  min-width: 0;
}

.hero-product-kicker {
  margin: 0;
  color: var(--teal);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 680;
}

.hero-product-title {
  max-width: 470px;
  margin: 14px 0 0;
  font-size: var(--type-page-title);
  line-height: 1.14;
  font-weight: 560;
  white-space: pre-line;
}

.hero-product-summary {
  margin: 22px 0 0;
  color: #425963;
  font-size: 16px;
  line-height: 1.65;
}

.hero-product-link {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 7px;
  border-bottom: 1px solid rgba(0, 143, 128, 0.42);
  color: var(--teal);
  font-size: 16px;
  font-weight: 680;
  text-decoration: none;
}

.hero-product-link:hover,
.hero-product-link:focus-visible {
  color: var(--blue);
  border-bottom-color: var(--blue);
}

.hero-product-link:focus-visible {
  outline: 3px solid rgba(0, 112, 176, 0.2);
  outline-offset: 5px;
}

.hero-product-stage {
  min-width: 0;
  display: grid;
  align-content: center;
  justify-items: center;
}

.hero-product-kit {
  width: min(620px, 100%);
  height: auto;
  display: block;
  clip-path: polygon(13% 15.4%, 39.1% 14%, 84.1% 12.8%, 90.5% 16%, 90.5% 81.4%, 84.5% 83.6%, 39.1% 81.9%, 13% 81.1%);
  filter: drop-shadow(0 18px 20px rgba(27, 58, 70, 0.14));
}

.hero-product-series {
  width: min(580px, 100%);
  margin: -18px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
}

.hero-product-series li {
  min-width: 0;
  padding-top: 8px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  border-top: 3px solid var(--series-color);
  color: #4d606a;
  font-size: 12px;
  white-space: nowrap;
}

.hero-product-series strong {
  color: var(--series-color);
  font-size: 13px;
}

.hero-product-series span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-veil {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(247, 251, 252, 0.22) 0%, rgba(247, 251, 252, 0.08) 48%, rgba(247, 251, 252, 0) 100%),
    linear-gradient(0deg, rgba(13, 43, 51, 0.16), rgba(255, 255, 255, 0) 36%);
}

.home-copy {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 64px), var(--content));
  margin: 0 auto;
  padding-top: clamp(164px, 20vh, 196px);
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--teal);
  font-size: 15px;
  line-height: 1;
  font-weight: 680;
}

.home-title {
  max-width: 800px;
  margin: 0;
  font-size: 66px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
}

.home-subtitle {
  margin: 9px 0 0;
  color: #304450;
  font-size: 17px;
  font-weight: 520;
}

.home-motto {
  margin: 24px 0 0;
  color: var(--teal);
  font-size: 22px;
  line-height: 1.4;
  font-weight: 680;
}

.home-query {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: clamp(36px, 5vh, 52px);
  width: min(calc(100% - 64px), 860px);
  transform: translateX(-50%);
}

.hero-history-caption {
  position: absolute;
  z-index: 3;
  left: max(32px, calc((100% - var(--content)) / 2));
  bottom: clamp(236px, 29vh, 292px);
  width: min(720px, calc(100% - 64px));
  padding: 18px 28px 21px 28px;
  display: grid;
  gap: 9px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  text-decoration: none;
  backdrop-filter: none;
}

.hero-history-caption::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 3px;
  border-radius: 3px;
  background: var(--teal);
}

.hero-history-caption[hidden] {
  display: none;
}

.hero-history-caption span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 680;
  letter-spacing: 0.025em;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.9);
}

.hero-history-caption strong {
  font-size: clamp(25px, 2.3vw, 34px);
  line-height: 1.28;
  font-weight: 590;
  text-shadow: 0 1px 16px rgba(255, 255, 255, 0.94);
}

.query-form {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 10px 10px 28px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(164, 194, 206, 0.76);
  border-radius: 999px;
  box-shadow: 0 18px 52px rgba(33, 77, 94, 0.14);
  backdrop-filter: blur(14px);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.query-form:focus-within {
  border-color: rgba(0, 143, 128, 0.72);
  box-shadow: 0 18px 52px rgba(33, 77, 94, 0.14), 0 0 0 3px rgba(0, 143, 128, 0.12);
}

.query-form input {
  flex: 1;
  min-width: 0;
  height: 50px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 17px;
}

.query-form input::placeholder {
  color: #7b8790;
}

.query-submit {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.query-submit:hover {
  background: var(--blue);
  transform: translateX(2px);
}

.query-submit:focus-visible {
  outline: 3px solid rgba(0, 112, 176, 0.28);
  outline-offset: 3px;
}

.slide-status {
  position: absolute;
  z-index: 3;
  right: max(32px, calc((100% - var(--content)) / 2));
  bottom: 32px;
  display: flex;
  gap: 7px;
}

.slide-dot {
  width: 18px;
  height: 2px;
  border: 0;
  padding: 0;
  background: rgba(17, 31, 40, 0.25);
}

.slide-dot.is-active {
  background: var(--teal);
}

.page-hero {
  background: var(--mist);
  padding: 70px 0 74px;
}

.page-hero-inner,
.section-inner {
  width: min(calc(100% - 64px), var(--content));
  margin: 0 auto;
}

.page-hero-inner {
  position: relative;
}

.page-kicker {
  margin: 0 0 20px;
  color: var(--teal);
  font-size: 15px;
  font-weight: 680;
}

.page-title {
  max-width: 980px;
  margin: 0;
  font-size: clamp(50px, 5.1vw, 74px);
  line-height: 1.06;
  font-weight: 520;
}

.solutions-hero {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.solutions-hero::after {
  display: none;
}

.solutions-hero .page-hero-inner {
  z-index: 1;
}

.catalog-tools {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  display: flex;
  gap: 12px;
  max-width: 680px;
}

.catalog-search {
  flex: 1;
  height: 54px;
  padding: 0 20px;
  border: 1px solid #bcd1da;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  outline: none;
}

.catalog-search:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 143, 128, 0.1);
}

.metric-band {
  background: #fff;
}

.metrics {
  width: min(calc(100% - 64px), var(--content));
  min-height: 138px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.metric {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 34px 28px 28px 22px;
}

.metric::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  width: 3px;
  height: 44px;
  background: var(--blue);
}

.metric:nth-child(2)::before {
  background: var(--teal);
}

.metric:nth-child(3)::before {
  background: var(--green);
}

.metric strong {
  color: var(--blue);
  font-size: 54px;
  line-height: 1;
  font-weight: 560;
}

.metric:nth-child(2) strong {
  color: var(--teal);
}

.metric:nth-child(3) strong {
  color: var(--green);
}

.metric span {
  font-size: 17px;
  font-weight: 570;
}

.directory-section {
  padding: 70px 0 100px;
  background: var(--surface);
}

.directory-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 74px;
}

.directory-layout > *,
.module-list,
.issue-filter,
.issue-options {
  min-width: 0;
}

.issue-filter {
  position: sticky;
  top: 110px;
  align-self: start;
}

.issue-filter h2 {
  margin: 0 0 22px;
  font-size: 22px;
  font-weight: 620;
}

.issue-options {
  display: grid;
}

.issue-option {
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: #53626c;
  text-align: left;
  cursor: pointer;
}

.issue-option.is-active {
  color: var(--teal);
  font-weight: 650;
}

.catalog-heading {
  margin-bottom: 32px;
}

.catalog-heading h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 560;
}

.catalog-heading p {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--muted);
  text-align: justify;
  text-justify: inter-ideograph;
}

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

.module {
  --module-color: var(--teal);
  background: var(--module-bg, var(--mist));
}

.module-toggle {
  width: 100%;
  min-height: 100px;
  padding: 24px 28px;
  border: 0;
  border-left: 4px solid var(--module-color);
  background: transparent;
  color: var(--ink);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  text-align: left;
  cursor: pointer;
}

.module-title {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.module-title small {
  color: var(--module-color);
  font-size: 13px;
  font-weight: 680;
}

.module-title strong {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 650;
}

.module-toggle .toggle-icon {
  color: var(--module-color);
  font-size: 22px;
  transition: transform 160ms ease;
}

.module.is-open .toggle-icon {
  transform: rotate(45deg);
}

.module-projects {
  display: none;
  padding: 0 28px 28px 48px;
}

.module.is-open .module-projects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 34px;
}

.project-link {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(151, 182, 194, 0.45);
  font-size: 15px;
}

.project-link:hover {
  color: var(--module-color);
}

.no-results {
  padding: 52px 0;
  color: var(--muted);
}

/* Solutions directory v2 */
.solutions-page-v2 main {
  background: #fff;
}

.solutions-v2-hero {
  min-height: 610px;
  overflow: hidden;
  border-bottom: 1px solid #d4e3e8;
  background-color: #e5e7eb;
  background-image: url("../assets/images/home-slide-network.webp");
  background-repeat: no-repeat;
  background-position: calc(100% - 7vw) 44%;
  background-size: min(49vw, 680px) auto;
}

.solutions-v2-hero-inner {
  min-height: 610px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.solutions-v2-hero-copy {
  width: min(720px, 62%);
  padding: 86px 0 58px;
}

.solutions-v2-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(56px, 5vw, 74px);
  line-height: 1.08;
  font-weight: 560;
}

.solutions-v2-search {
  width: min(680px, 100%);
  min-height: 70px;
  margin-top: 42px;
  padding: 7px 8px 7px 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #a8cad5;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(32, 79, 94, 0.08);
}

.solutions-v2-search:focus-within {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 143, 128, 0.1);
}

.solutions-v2-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 17px;
}

.solutions-v2-search button {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border: 0;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.solutions-v2-search button:hover {
  background: var(--blue);
}

.solutions-v2-metrics {
  width: min(820px, 72%);
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #bcd4dc;
}

.solutions-v2-metrics div {
  min-height: 104px;
  padding: 22px 30px 20px 0;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.solutions-v2-metrics div + div {
  padding-left: 30px;
  border-left: 1px solid #c9dce2;
}

.solutions-v2-metrics dt {
  color: var(--blue);
  font-size: 48px;
  line-height: 1;
  font-weight: 520;
}

.solutions-v2-metrics div:nth-child(2) dt {
  color: var(--teal);
}

.solutions-v2-metrics div:nth-child(3) dt {
  color: var(--green);
}

.solutions-v2-metrics dd {
  margin: 0;
  color: #344d59;
  font-size: 15px;
  font-weight: 560;
}

.solutions-v2-filter {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.solutions-v2-filter-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 42px;
}

.solutions-v2-filter h2 {
  margin: 0;
  flex: 0 0 auto;
  color: #273e49;
  font-size: 16px;
  font-weight: 650;
}

.solutions-v2-issue-options {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 27px;
  overflow-x: auto;
  scrollbar-width: none;
}

.solutions-v2-issue-options::-webkit-scrollbar {
  display: none;
}

.solutions-v2-issue {
  min-height: 88px;
  padding: 2px 0 0;
  flex: 0 0 auto;
  position: relative;
  border: 0;
  background: transparent;
  color: #526570;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}

.solutions-v2-issue::after {
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}

.solutions-v2-issue:hover,
.solutions-v2-issue.is-active {
  color: var(--teal);
}

.solutions-v2-issue.is-active {
  font-weight: 650;
}

.solutions-v2-issue.is-active::after {
  background: var(--teal);
}

.solutions-v2-directory {
  padding: 82px 0 110px;
  background: #fff;
}

.solutions-v2-directory-heading {
  margin-bottom: 42px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.solutions-v2-directory-heading h2 {
  margin: 0;
  font-size: 45px;
  line-height: 1.12;
  font-weight: 560;
}

.solutions-v2-directory-tools {
  display: flex;
  align-items: center;
  gap: 24px;
}

.solutions-v2-directory-tools p {
  margin: 0;
  color: #60727c;
  font-size: 14px;
}

.solutions-v2-directory-tools button {
  min-height: 40px;
  padding: 6px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--teal);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}

.solutions-v2-module-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}

.solutions-v2-module {
  min-width: 0;
  overflow: hidden;
  border-top: 3px solid var(--module-color);
  background: var(--module-bg);
}

.solutions-v2-module-toggle {
  width: 100%;
  min-height: 128px;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto 24px;
  gap: 16px;
  align-items: start;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.solutions-v2-module-toggle:focus-visible {
  outline: 2px solid var(--module-color);
  outline-offset: -3px;
}

.solutions-v2-module-number {
  padding-top: 4px;
  color: var(--module-color);
  font-size: 14px;
  font-weight: 700;
}

.solutions-v2-module-title {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.solutions-v2-module-title strong {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 650;
}

.solutions-v2-module-title small {
  color: #60727c;
  font-size: 14px;
  line-height: 1.6;
}

.solutions-v2-module-count {
  padding-top: 4px;
  color: #536973;
  font-size: 13px;
  white-space: nowrap;
}

.solutions-v2-toggle-icon {
  color: var(--module-color);
  font-size: 22px;
  line-height: 1;
  transition: transform 180ms ease;
}

.solutions-v2-module.is-open .solutions-v2-toggle-icon {
  transform: rotate(45deg);
}

.solutions-v2-projects {
  display: none;
  padding: 0 26px 26px 78px;
}

.solutions-v2-module.is-open .solutions-v2-projects {
  display: grid;
}

.solutions-v2-project-link {
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border-top: 1px solid rgba(120, 160, 173, 0.36);
  color: #253f4b;
  font-size: 14px;
  line-height: 1.45;
}

.solutions-v2-project-copy {
  min-width: 0;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.solutions-v2-project-copy small {
  color: var(--module-color);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  white-space: nowrap;
}

.solutions-v2-project-link span:last-child {
  color: var(--module-color);
  font-size: 17px;
}

.solutions-v2-project-link:hover {
  color: var(--module-color);
}

@media (min-width: 981px) {
  .solutions-v2-module.is-open {
    grid-column: 1 / -1;
  }

  .solutions-v2-module.is-open .solutions-v2-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    padding-right: 32px;
  }
}

.solutions-v2-no-results {
  grid-column: 1 / -1;
  margin: 0;
  padding: 70px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

@media (max-width: 980px) {
  .solutions-v2-hero {
    background-position: calc(100% + 130px) 42%;
    background-size: 610px auto;
  }

  .solutions-v2-hero-copy {
    width: 68%;
  }

  .solutions-v2-hero-copy h1 {
    font-size: 58px;
  }

  .solutions-v2-metrics {
    width: 78%;
  }

  .solutions-v2-filter-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .solutions-v2-filter h2 {
    padding-top: 22px;
  }

  .solutions-v2-module-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  .site-brand-tagline {
    display: none;
  }
}

@media (max-width: 760px) {
  .solutions-v2-hero,
  .solutions-v2-hero-inner {
    min-height: 690px;
  }

  .solutions-v2-hero {
    background-position: 50% calc(100% + 120px);
    background-size: 520px auto;
  }

  .solutions-v2-hero-copy {
    width: 100%;
    padding: 54px 0 30px;
  }

  .solutions-v2-hero-copy h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .solutions-v2-search {
    min-height: 64px;
    margin-top: 30px;
    padding-left: 18px;
  }

  .solutions-v2-search input {
    font-size: 16px;
  }

  .solutions-v2-search button {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .solutions-v2-metrics {
    width: 100%;
  }

  .solutions-v2-metrics div {
    min-width: 0;
    min-height: 94px;
    padding: 18px 8px 18px 0;
    display: grid;
    gap: 7px;
  }

  .solutions-v2-metrics div + div {
    padding-left: 14px;
  }

  .solutions-v2-metrics dt {
    font-size: 38px;
  }

  .solutions-v2-metrics dd {
    font-size: 12px;
    line-height: 1.4;
  }

  .solutions-v2-filter h2 {
    padding-top: 20px;
  }

  .solutions-v2-issue-options {
    width: 100%;
    gap: 24px;
  }

  .solutions-v2-issue {
    min-height: 66px;
  }

  .solutions-v2-directory {
    padding: 58px 0 80px;
  }

  .solutions-v2-directory-heading {
    margin-bottom: 30px;
    display: grid;
    gap: 24px;
  }

  .solutions-v2-directory-heading h2 {
    font-size: 34px;
  }

  .solutions-v2-directory-tools {
    justify-content: space-between;
  }

  .solutions-v2-module-grid {
    gap: 12px;
  }

  .solutions-v2-module-toggle {
    min-height: 118px;
    padding: 22px 18px;
    grid-template-columns: 30px minmax(0, 1fr) 22px;
    gap: 12px;
  }

  .solutions-v2-module-title strong {
    font-size: 18px;
  }

  .solutions-v2-module-title small {
    font-size: 13px;
  }

  .solutions-v2-module-count {
    display: none;
  }

  .solutions-v2-projects {
    padding: 0 18px 22px 60px;
  }

  .solutions-v2-project-copy {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

.product-hero {
  padding: 54px 0 66px;
  background: var(--mist);
}

.breadcrumbs {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 13px;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  gap: 72px;
  align-items: center;
}

.product-page .product-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 54px;
}

.product-page .product-hero-kit {
  min-width: 0;
  min-height: 250px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.product-page .product-hero-kit[hidden] {
  display: none;
}

.product-page .product-hero-kit img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: var(--product-kit-clip, polygon(8% 16%, 36% 14%, 91.5% 12%, 92% 79%, 86% 84%, 38% 86%, 9% 83%));
  filter: drop-shadow(0 16px 17px rgba(27, 58, 70, 0.13));
}

/* Trim each opaque packshot canvas to its photographed box outline. */
.product-page .product-hero-kit img[src$="/nutrition.webp"],
.solutions-domain-visual img[src$="/nutrition.webp"] {
  --product-kit-clip: polygon(11.6% 14.8%, 36.2% 13.7%, 84.5% 11.8%, 91.8% 15.7%, 91.8% 81.8%, 84.8% 84.9%, 36.2% 82.2%, 11.6% 81.6%);
}

.product-page .product-hero-kit img[src$="/cardio.webp"],
.solutions-domain-visual img[src$="/cardio.webp"] {
  --product-kit-clip: polygon(13.8% 17.2%, 39.8% 15.5%, 82.5% 14.5%, 91.1% 17.3%, 91.1% 84.4%, 85% 86%, 39.8% 84.4%, 13.8% 83.7%);
}

.product-page .product-hero-kit img[src$="/hormone.webp"],
.solutions-domain-visual img[src$="/hormone.webp"] {
  --product-kit-clip: polygon(13% 13.2%, 38% 11.8%, 84% 10.7%, 89.4% 13.6%, 89.4% 80.2%, 84% 82.6%, 38% 80.7%, 13% 80%);
}

.product-page .product-hero-kit img[src$="/neuro.webp"],
.solutions-domain-visual img[src$="/neuro.webp"] {
  --product-kit-clip: polygon(12.9% 15.8%, 40.9% 14.5%, 82.5% 12%, 90.6% 15.8%, 90.6% 84%, 85% 86%, 40.9% 83.3%, 12.9% 82.6%);
}

.product-page .product-hero-kit img[src$="/gut.webp"],
.solutions-domain-visual img[src$="/gut.webp"] {
  --product-kit-clip: polygon(13.2% 15.9%, 41.2% 14.3%, 82.5% 13.2%, 89.2% 15.9%, 89.2% 80%, 83% 82.5%, 41.2% 80.4%, 13.2% 79.6%);
}

.product-page .product-hero-kit img[src$="/immune.webp"],
.solutions-domain-visual img[src$="/immune.webp"] {
  --product-kit-clip: polygon(13% 15.4%, 39.1% 14%, 84.1% 12.8%, 90.5% 16%, 90.5% 81.4%, 84.5% 83.6%, 39.1% 81.9%, 13% 81.1%);
}

.product-page .product-hero-kit img[src$="/longevity.webp"],
.solutions-domain-visual img[src$="/longevity.webp"] {
  --product-kit-clip: polygon(11.4% 16.2%, 37.5% 14.3%, 84% 12%, 92.1% 17%, 92.1% 84.2%, 85.2% 86.4%, 37.5% 84.7%, 11.4% 84%);
}

.product-page .product-hero-kit img[src$="/detox.webp"],
.solutions-domain-visual img[src$="/detox.webp"] {
  --product-kit-clip: polygon(14.7% 16.9%, 39.7% 15.2%, 83% 13%, 90.7% 17.5%, 90.7% 83.8%, 84.5% 85.5%, 39.7% 84%, 14.7% 83.4%);
}

.product-page .product-hero-kit img[src$="/tumor-v2.png"],
.solutions-domain-visual img[src$="/tumor-v2.png"] {
  --product-kit-clip: polygon(9.8% 17%, 39.2% 15.4%, 82.7% 12.7%, 90.2% 16%, 90.2% 82.3%, 84.5% 85%, 39.2% 84%, 9.8% 82.5%);
}

.product-category {
  margin: 0 0 17px;
  color: var(--teal);
  font-size: 15px;
  font-weight: 680;
}

.product-title {
  margin: 0;
  font-size: clamp(50px, 5vw, 72px);
  line-height: 1.05;
  font-weight: 520;
}

.product-tagline {
  max-width: 650px;
  margin: 24px 0 0;
  color: #344955;
  font-size: 20px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}

.product-facts {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.product-fact {
  min-height: 80px;
  padding: 5px 22px 5px 0;
  border-right: 1px solid #c7dce4;
}

.product-fact + .product-fact {
  padding-left: 22px;
}

.product-fact:last-child {
  border-right: 0;
}

.product-fact small {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.product-fact strong {
  display: block;
  margin-top: 8px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 650;
}

.product-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-content {
  padding: 80px 0 110px;
}

.product-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 92px;
}

.product-section {
  padding: 0 0 56px;
}

.product-section + .product-section {
  padding-top: 54px;
  border-top: 1px solid var(--line);
}

.product-section h2 {
  margin: 0 0 22px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 570;
}

.product-section p {
  margin: 0;
  color: #344955;
  font-size: 18px;
  line-height: 1.9;
  text-align: justify;
  text-justify: inter-ideograph;
}

.plain-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plain-points li {
  min-height: 62px;
  padding: 17px 22px 15px 0;
  border-bottom: 1px solid var(--line);
}

.plain-points li:nth-child(even) {
  padding-left: 22px;
}

.product-aside {
  align-self: start;
  position: sticky;
  top: 110px;
  padding: 28px;
  background: var(--blue-soft);
}

.product-aside h3 {
  margin: 0 0 18px;
  font-size: 19px;
}

.aside-fact {
  padding: 14px 0;
  border-top: 1px solid rgba(115, 158, 177, 0.28);
}

.aside-fact small {
  color: var(--muted);
}

.aside-fact strong {
  display: block;
  margin-top: 4px;
  font-size: 16px;
}

.manual-actions {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.action-button {
  min-height: 46px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 620;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.action-button-primary {
  color: #fff;
  background: var(--teal);
}

.action-button-primary:hover {
  background: var(--blue);
}

.action-button-secondary {
  color: var(--ink);
  background: transparent;
  border-color: #a8c7d3;
}

.action-button-secondary:hover {
  color: var(--teal);
  border-color: var(--teal);
}

.product-questionnaire-band {
  padding: 68px 0;
  background: var(--teal-soft);
}

.questionnaire-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 90px;
  align-items: end;
}

.questionnaire-intro h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 560;
}

.questionnaire-intro p:not(.page-kicker) {
  margin: 0 0 24px;
  color: #40535d;
  font-size: 17px;
}

.site-dialog {
  width: min(calc(100% - 40px), 720px);
  max-height: min(820px, calc(100vh - 48px));
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff;
  box-shadow: 0 24px 80px rgba(15, 43, 56, 0.26);
}

.site-dialog::backdrop {
  background: rgba(13, 34, 44, 0.56);
  backdrop-filter: blur(5px);
}

.dialog-header {
  padding: 28px 30px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.dialog-header h2 {
  margin: 5px 0 0;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 580;
}

.dialog-kicker {
  margin: 0;
  color: var(--teal);
  font-size: 13px;
  font-weight: 680;
}

.dialog-close {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: var(--mist);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.request-form {
  padding: 28px 30px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.request-form label:not(.consent-field) {
  display: grid;
  gap: 8px;
}

.request-form label > span {
  font-size: 14px;
  font-weight: 600;
}

.request-form input[type="text"],
.request-form input[type="tel"],
.request-form textarea {
  width: 100%;
  border: 1px solid #b9cfd8;
  border-radius: 4px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

.request-form input:focus,
.request-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 143, 128, 0.1);
}

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

.consent-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
}

.consent-field input {
  margin-top: 5px;
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.form-status {
  flex: 1;
  margin: 0;
  color: var(--teal);
  font-size: 13px;
}

.wechat-content {
  padding: 34px 30px 38px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  align-items: center;
}

.wechat-qr {
  width: 240px;
  aspect-ratio: 730 / 1026;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
}

.wechat-qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wechat-content strong {
  font-size: 22px;
}

.wechat-content p {
  margin: 12px 0 0;
  color: var(--muted);
}

.wechat-hotline {
  color: var(--teal) !important;
  font-weight: 650;
}

.questionnaire-progress {
  height: 3px;
  background: var(--line);
}

.questionnaire-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--teal);
  transition: width 180ms ease;
}

.questionnaire-body {
  min-height: 340px;
  padding: 38px 40px 42px;
}

.question-step small {
  display: block;
  margin-bottom: 18px;
  color: var(--teal);
  font-weight: 650;
}

.question-step h3 {
  min-height: 72px;
  margin: 0 0 34px;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 560;
}

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

.question-option {
  min-height: 54px;
  border: 1px solid #aac7d2;
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}

.question-option:hover {
  color: var(--teal);
  border-color: var(--teal);
  background: var(--teal-soft);
}

.question-result {
  padding-top: 8px;
}

.result-label {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 14px;
  font-weight: 680;
}

.question-result h3 {
  margin: 0;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 560;
}

.result-description {
  max-width: 560px;
  margin: 16px 0 0;
  color: #40535d;
  font-size: 17px;
  line-height: 1.75;
}

.result-score {
  width: fit-content;
  margin: 18px 0 0;
  padding: 7px 11px;
  color: #0b6e65;
  background: #e8f5f2;
  font-size: 14px;
  font-weight: 650;
}

.result-detail {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.result-detail > div {
  min-width: 0;
  padding: 20px 22px 20px 0;
}

.result-detail > div + div {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.result-detail strong {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.result-detail ul {
  margin: 0;
  padding-left: 18px;
  color: #40535d;
}

.result-detail li + li {
  margin-top: 5px;
}

.result-detail p {
  margin: 0;
  color: #40535d;
  line-height: 1.7;
}

.result-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
}

.related {
  padding: 72px 0 88px;
  background: var(--green-soft);
}

.related-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 28px;
}

.related-header h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 570;
}

.related-list {
  border-top: 1px solid rgba(109, 153, 124, 0.44);
}

.related-link {
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr 220px 28px;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid rgba(109, 153, 124, 0.44);
}

.related-link strong {
  font-size: 17px;
}

.related-link span {
  color: var(--muted);
  font-size: 14px;
}

.assessment-page {
  min-height: 100vh;
  background: var(--mist);
}

.assessment-shell {
  width: min(calc(100% - 40px), 760px);
  margin: 0 auto;
  padding: 90px 0;
}

.assessment-shell h1 {
  margin: 0;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 540;
}

.assessment-shell p {
  color: var(--muted);
}

.assessment-question {
  margin-top: 40px;
  padding: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}

.assessment-question label {
  display: block;
  margin-bottom: 14px;
  font-weight: 650;
}

.assessment-question textarea {
  width: 100%;
  min-height: 130px;
  resize: vertical;
  padding: 16px;
  border: 1px solid #bed2db;
  outline: none;
}

.assessment-action {
  margin-top: 20px;
  border: 0;
  border-radius: 999px;
  padding: 12px 24px;
  color: #fff;
  background: var(--teal);
  cursor: pointer;
}

.split-hero,
.split-content {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.98fr);
  gap: 72px;
  align-items: center;
}

.solutions-hero .split-hero {
  position: relative;
  z-index: 1;
}

.hero-summary {
  max-width: 680px;
  margin: 28px 0 0;
  color: #3d515c;
  font-size: 19px;
  line-height: 1.85;
  text-align: justify;
  text-justify: inter-ideograph;
}

.media-brief {
  min-height: 410px;
  margin: 0;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  background: #e9f2f6;
  border-left: 4px solid var(--blue);
  color: #4f626d;
}

.media-brief figcaption {
  max-width: 500px;
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

.media-brief strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 680;
}

.media-brief-catalog {
  min-height: 330px;
  background: var(--blue-soft);
}

.media-brief-reading {
  background: #f2f3f7;
  border-left-color: #516777;
}

.media-brief-timeline {
  min-height: 360px;
  background: var(--blue-soft);
}

.media-brief-team {
  min-height: 390px;
  background: var(--teal-soft);
  border-left-color: var(--teal);
}

.prototype-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.editorial-hero {
  padding: 88px 0;
  background: var(--mist);
}

.editorial-hero-resources {
  background: #f5f7f8;
}

.editorial-hero-about {
  background: #eef6f8;
}

.content-band {
  padding: 92px 0;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 48px;
}

.section-heading-wide {
  max-width: 980px;
}

.section-heading h2,
.split-content h2,
.featured-resource h2,
.assessment-cta-inner h2,
.company-intro h2,
.contact-section h2 {
  margin: 0;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.2;
  font-weight: 540;
}

.split-content > div > p:not(.page-kicker),
.featured-resource p,
.company-intro p,
.contact-section p {
  color: #3d515c;
  font-size: 18px;
  line-height: 1.9;
  text-align: justify;
  text-justify: inter-ideograph;
}

.assessment-cta-band {
  padding: 70px 0;
  color: #fff;
  background: #006d76;
}

.assessment-cta-band .page-kicker {
  color: #bcecdf;
}

.assessment-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 64px;
  align-items: end;
}

.assessment-cta-inner h2 {
  max-width: 800px;
}

.text-action {
  padding: 12px 0;
  border-bottom: 1px solid currentColor;
  font-size: 17px;
  font-weight: 650;
  white-space: nowrap;
}

.topic-nav,
.section-nav {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.topic-nav-inner,
.section-nav-inner {
  width: min(calc(100% - 64px), var(--content));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 42px;
  overflow-x: auto;
}

.topic-nav a,
.section-nav a {
  flex: 0 0 auto;
  color: #40535d;
  font-weight: 580;
  white-space: nowrap;
}

.topic-nav a:hover,
.section-nav a:hover {
  color: var(--teal);
}

.featured-resource {
  background: #fff;
}

.featured-resource .split-content {
  align-items: start;
}

.resource-index {
  padding: 18px 0 82px;
  background: #fff;
}

.resource-row {
  min-height: 138px;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  gap: 52px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.resource-row:last-child {
  border-bottom: 1px solid var(--line);
}

.resource-row h3,
.resource-row p {
  margin: 0;
}

.resource-row h3 {
  font-size: 23px;
}

.resource-row p {
  color: var(--muted);
  text-align: justify;
  text-justify: inter-ideograph;
}

.resource-status {
  color: var(--teal);
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.company-intro {
  background: #fff;
}

.company-intro .long-copy {
  max-width: 980px;
  margin-top: 30px;
  font-size: 21px;
  line-height: 1.95;
}

.company-principles {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 70px;
}

.company-principles article {
  padding-top: 22px;
  border-top: 3px solid var(--blue);
}

.company-principles article:nth-child(2) {
  border-top-color: var(--teal);
}

.company-principles h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.company-principles p {
  margin: 0;
  font-size: 17px;
}

.beliefs-section {
  padding: 80px 0;
  background: #f2f7f8;
}

.belief-row {
  min-height: 150px;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 48px;
  align-items: center;
  border-top: 1px solid #c9dde3;
}

.belief-row:last-child {
  border-bottom: 1px solid #c9dde3;
}

.belief-row h2,
.belief-row p {
  margin: 0;
}

.belief-row h2 {
  color: var(--teal);
  font-size: 32px;
  font-weight: 600;
}

.belief-row p {
  max-width: 900px;
  font-size: 27px;
  line-height: 1.55;
  font-weight: 480;
}

.contact-section {
  background: #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(390px, 1.12fr);
  gap: 90px;
  align-items: start;
}

.contact-details {
  margin-top: 34px;
}

.contact-details div {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  border-top: 1px solid var(--line);
}

.contact-details dt {
  color: var(--muted);
}

.contact-details dd {
  margin: 0;
  font-weight: 580;
}

.social-contact {
  padding: 34px;
  background: var(--mist);
}

.social-contact h3 {
  margin: 0 0 24px;
  font-size: 24px;
}

.wechat-contact {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 28px;
  align-items: center;
}

.wechat-contact img {
  width: 170px;
  aspect-ratio: 730 / 1026;
  object-fit: contain;
  background: #fff;
}

.wechat-contact strong,
.wechat-contact span {
  display: block;
}

.wechat-contact span {
  margin-top: 7px;
  color: var(--muted);
}

.social-list {
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.social-list div {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.social-list span {
  color: var(--muted);
  text-align: right;
}

.site-footer {
  padding: 34px 0 18px;
  color: #dce8eb;
  background: #102936;
}

.footer-inner,
.footer-legal {
  width: min(calc(100% - 64px), var(--content));
  margin: 0 auto;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 72px;
  align-items: center;
}

.footer-brand {
  color: #fff;
}

.footer-inner p {
  max-width: 390px;
  margin: 10px 0 0;
  color: #9eb2ba;
  font-size: 13px;
}

.footer-links {
  display: none;
}

.footer-links a:hover {
  color: #52d2bf;
}

.footer-contact strong,
.footer-contact span {
  display: block;
}

.footer-contact strong {
  color: #fff;
  font-size: 20px;
}

.footer-contact span {
  margin-top: 6px;
  color: #9eb2ba;
  font-size: 13px;
}

.footer-contact {
  max-width: 520px;
  text-align: right;
}

.footer-legal {
  margin-top: 24px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #80969f;
  font-size: 11px;
}

@media (max-width: 980px) {
  .header-inner {
    width: min(calc(100% - 40px), var(--content));
    gap: 20px;
  }

  .primary-nav {
    gap: 19px;
  }

  .nav-item {
    font-size: 14px;
  }

  .home-title {
    font-size: 58px;
  }

  .language-switch span {
    display: none;
  }

  .directory-layout,
  .product-content-grid {
    grid-template-columns: 1fr;
  }

  .issue-filter,
  .product-aside {
    position: static;
  }

  .issue-options {
    grid-template-columns: repeat(4, auto);
    gap: 8px;
  }

  .issue-option {
    padding: 9px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    text-align: center;
  }

  .product-hero-grid {
    gap: 38px;
  }

  .split-hero,
  .split-content {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .assessment-cta-inner,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  :root {
    --header: 68px;
  }

  .header-inner {
    width: calc(100% - 32px);
  }

  .page-hierarchy-inner {
    width: calc(100% - 32px);
    min-height: 44px;
    gap: 16px;
  }

  .page-hierarchy-inner a {
    font-size: 12px;
  }

  .brand {
    font-size: 18px;
  }

  .brand img {
    width: 37px;
    height: 27px;
  }

  .site-brand-lockup {
    gap: 10px;
  }

  .site-brand-tagline {
    display: block;
    max-width: 132px;
    padding-left: 10px;
    font-size: 10px;
    line-height: 1.45;
    white-space: normal;
  }

  .primary-nav {
    position: fixed;
    inset: var(--header) 0 auto;
    display: none;
    height: auto;
    padding: 18px 24px 28px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 40px rgba(21, 54, 70, 0.1);
  }

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

  .nav-item {
    min-height: 46px;
    font-size: 16px;
  }

  .nav-item::after {
    display: none;
  }

  .icon-button {
    display: inline-flex;
  }

  .mega-menu {
    display: none;
  }

  .home-copy {
    width: calc(100% - 40px);
    padding-top: 138px;
  }

  .home-title {
    max-width: none;
    font-size: 35px;
    line-height: 1.12;
  }

  .home-subtitle {
    margin-top: 7px;
    font-size: 15px;
  }

  .home-motto {
    margin-top: 20px;
    font-size: 19px;
  }

  .hero-veil {
    background:
      linear-gradient(180deg, rgba(247, 251, 252, 0.2) 0%, rgba(247, 251, 252, 0.02) 58%, rgba(12, 41, 50, 0.2) 100%);
  }

  .hero-slide {
    object-fit: var(--slide-fit-mobile, var(--slide-fit, cover));
    object-position: var(--slide-position-mobile, var(--slide-position, center));
  }

  .hero-slide.is-framed {
    top: 25%;
    left: 2%;
    width: 96%;
    height: 36%;
  }

  .hero-product-inner {
    top: calc(var(--header) + 24px);
    bottom: 132px;
    width: calc(100% - 36px);
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }

  .hero-product-kicker {
    font-size: 13px;
  }

  .hero-product-title {
    max-width: 350px;
    margin-top: 8px;
    font-size: 34px;
    line-height: 1.16;
  }

  .hero-product-summary {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-product-link {
    margin-top: 15px;
    font-size: 15px;
  }

  .hero-product-stage {
    align-content: start;
  }

  .hero-product-kit {
    width: min(330px, 100%);
  }

  .hero-product-series {
    width: 100%;
    margin-top: -16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 9px;
  }

  .hero-product-series li {
    padding-top: 5px;
    border-top-width: 2px;
    font-size: 11px;
  }

  .hero-history-caption {
    right: 16px;
    bottom: 126px;
    left: 16px;
    width: auto;
    padding: 13px 22px 15px 20px;
    background: transparent;
  }

  .hero-history-caption::before {
    top: 13px;
    bottom: 13px;
  }

  .hero-history-caption span {
    font-size: 12px;
  }

  .hero-history-caption strong {
    font-size: 22px;
  }

  .home-query {
    width: calc(100% - 32px);
    bottom: 34px;
  }

  .query-form {
    padding-left: 18px;
  }

  .query-form input {
    font-size: 15px;
  }

  .slide-status {
    display: none;
  }

  .page-hero {
    padding: 48px 0 52px;
  }

  .page-hero-inner,
  .section-inner {
    width: calc(100% - 40px);
  }

  .page-title {
    font-size: 43px;
    line-height: 1.1;
  }

  .solutions-hero {
    min-height: 390px;
  }

  .solutions-hero::after {
    display: none;
  }

  .catalog-tools {
    margin-top: 32px;
  }

  .metrics {
    width: calc(100% - 32px);
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .metric {
    min-height: 76px;
    padding: 16px 16px 12px 18px;
  }

  .metric::before {
    top: 21px;
    height: 36px;
  }

  .metric strong {
    font-size: 42px;
  }

  .directory-section {
    padding: 46px 0 72px;
  }

  .directory-layout {
    gap: 44px;
  }

  .issue-options {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 5px;
  }

  .issue-option {
    flex: 0 0 auto;
  }

  .catalog-heading h2 {
    font-size: 29px;
  }

  .module-toggle {
    min-height: 88px;
    padding: 20px;
  }

  .module-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .module-title strong {
    font-size: 18px;
  }

  .module-projects {
    padding: 0 20px 22px;
  }

  .module.is-open .module-projects {
    grid-template-columns: 1fr;
  }

  .product-hero {
    padding: 34px 0 48px;
  }

  .breadcrumbs {
    margin-bottom: 24px;
  }

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

  .product-title {
    font-size: 46px;
  }

  .product-tagline {
    font-size: 18px;
  }

  .product-facts {
    margin-top: 30px;
  }

  .product-fact {
    padding-right: 12px;
  }

  .product-fact + .product-fact {
    padding-left: 12px;
  }

  .product-image {
    order: -1;
  }

  .product-content {
    padding: 54px 0 70px;
  }

  .product-content-grid {
    gap: 38px;
  }

  .product-section {
    padding-bottom: 38px;
  }

  .product-section + .product-section {
    padding-top: 38px;
  }

  .product-section h2 {
    font-size: 27px;
  }

  .plain-points {
    grid-template-columns: 1fr;
  }

  .plain-points li:nth-child(even) {
    padding-left: 0;
  }

  .product-aside {
    padding: 22px;
  }

  .questionnaire-intro {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .questionnaire-intro h2 {
    font-size: 33px;
  }

  .site-dialog {
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
  }

  .dialog-header {
    padding: 22px 20px 18px;
  }

  .dialog-header h2 {
    font-size: 24px;
  }

  .request-form {
    padding: 22px 20px 26px;
    grid-template-columns: 1fr;
  }

  .form-wide {
    grid-column: auto;
  }

  .form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .wechat-content {
    padding: 28px 20px 32px;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .wechat-qr {
    width: min(240px, 100%);
  }

  .questionnaire-body {
    min-height: 360px;
    padding: 30px 22px 34px;
  }

  .question-step h3 {
    min-height: 104px;
    font-size: 22px;
  }

  .question-options {
    grid-template-columns: 1fr;
  }

  .question-result h3 {
    font-size: 32px;
  }

  .result-detail {
    grid-template-columns: 1fr;
  }

  .result-detail > div {
    padding: 18px 0;
  }

  .result-detail > div + div {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .result-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .related {
    padding: 54px 0 64px;
  }

  .related-link {
    grid-template-columns: 1fr 24px;
  }

  .related-link span {
    display: none;
  }

  .editorial-hero {
    padding: 54px 0;
  }

  .content-band {
    padding: 58px 0;
  }

  .hero-summary {
    margin-top: 22px;
    font-size: 17px;
  }

  .media-brief,
  .media-brief-catalog,
  .media-brief-timeline,
  .media-brief-team {
    min-height: 280px;
    padding: 22px;
  }

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

  .section-heading h2,
  .split-content h2,
  .featured-resource h2,
  .assessment-cta-inner h2,
  .company-intro h2,
  .contact-section h2 {
    font-size: 32px;
  }

  .assessment-cta-band {
    padding: 54px 0;
  }

  .assessment-cta-inner {
    gap: 28px;
  }

  .text-action {
    justify-self: start;
  }

  .topic-nav-inner,
  .section-nav-inner {
    width: calc(100% - 40px);
    min-height: 66px;
    gap: 28px;
  }

  .resource-index {
    padding-bottom: 58px;
  }

  .resource-row {
    min-height: 0;
    padding: 28px 0;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .company-intro .long-copy {
    font-size: 18px;
  }

  .company-principles {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .beliefs-section {
    padding: 54px 0;
  }

  .belief-row {
    min-height: 0;
    padding: 28px 0;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .belief-row h2 {
    font-size: 25px;
  }

  .belief-row p {
    font-size: 21px;
  }

  .contact-layout {
    gap: 44px;
  }

  .social-contact {
    padding: 24px;
  }

  .wechat-contact {
    grid-template-columns: 120px 1fr;
  }

  .wechat-contact img {
    width: 120px;
  }

  .site-footer {
    padding-top: 30px;
  }

  .footer-inner,
  .footer-legal {
    width: calc(100% - 40px);
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-contact {
    text-align: left;
  }

  .footer-legal {
    margin-top: 22px;
  }
}

@media (max-width: 360px) {
  .site-brand-tagline {
    display: none;
  }
}

@media (max-width: 340px) {
  .home-title {
    font-size: 31px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Cell energy pilot product page */
.product-detail-v2 {
  --product-blue: #0874b9;
  --product-teal: #008f80;
  --product-green: #159e48;
  --product-gold: #ad7b2a;
  color: var(--ink);
}

.product-detail-v2 h1,
.product-detail-v2 h2,
.product-detail-v2 h3,
.product-detail-v2 p {
  letter-spacing: 0;
}

.product-detail-v2 section[id] {
  scroll-margin-top: 152px;
}

.product-v2-hero {
  padding: 30px 0 0;
  overflow: hidden;
  background: #f2f8fa;
}

.product-v2-hero .breadcrumbs {
  margin-bottom: 16px;
}

.product-v2-hero-grid {
  min-height: 490px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 60px;
  align-items: center;
}

.product-v2-eyebrow,
.product-v2-section-label {
  margin: 0 0 16px;
  color: var(--product-teal);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.product-v2-hero h1 {
  margin: 0;
  font-size: clamp(54px, 5.2vw, 78px);
  line-height: 1.05;
  font-weight: 560;
}

.product-v2-tagline {
  max-width: 680px;
  margin: 24px 0 0;
  color: #233b47;
  font-size: 25px;
  line-height: 1.45;
  font-weight: 590;
}

.product-v2-tagline span {
  display: block;
}

.product-v2-summary {
  max-width: 680px;
  margin: 18px 0 0;
  color: #4b606b;
  font-size: 17px;
  line-height: 1.85;
  text-align: justify;
  text-justify: inter-ideograph;
}

.product-v2-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.product-detail-v2 .action-button {
  min-height: 48px;
  border-radius: 4px;
}

.product-v2-text-link {
  color: #274651;
  font-size: 15px;
  font-weight: 650;
}

.product-v2-text-link span {
  margin-left: 8px;
  color: var(--product-teal);
}

.product-v2-packshot {
  min-width: 0;
  margin: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.product-v2-packshot img {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  max-height: 405px;
  object-fit: contain;
  filter: drop-shadow(0 28px 28px rgba(25, 69, 84, 0.15));
}

.product-v2-packshot figcaption {
  position: relative;
  z-index: 1;
  margin-top: 6px;
  color: #687983;
  font-size: 13px;
}

.product-v2-facts {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #cbdde4;
}

.product-v2-facts div {
  min-height: 108px;
  padding: 25px 28px 23px 0;
}

.product-v2-facts div + div {
  padding-left: 28px;
  border-left: 1px solid #cbdde4;
}

.product-v2-facts dt {
  color: #657984;
  font-size: 13px;
}

.product-v2-facts dd {
  margin: 7px 0 0;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 650;
}

.product-v2-facts dd small {
  display: block;
  margin-top: 7px;
  color: #506672;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 520;
}

.product-v2-anchor-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.product-v2-anchor-nav .section-inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.product-v2-anchor-nav a {
  color: #4a5d68;
  font-size: 14px;
  white-space: nowrap;
}

.product-v2-anchor-nav a:hover {
  color: var(--product-teal);
}

.product-v2-anchor-nav button {
  min-height: 36px;
  margin-left: auto;
  padding: 6px 16px;
  border: 1px solid var(--product-teal);
  border-radius: 4px;
  color: #fff;
  background: var(--product-teal);
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.product-v2-intro,
.product-v2-indicators,
.product-v2-report,
.product-v2-journey,
.product-v2-contexts,
.product-v2-sampling,
.product-v2-gallery,
.product-v2-questionnaire,
.product-v2-faq {
  padding: 82px 0;
}

.product-v2-intro {
  background: #fff;
}

.product-v2-significance {
  border-top: 1px solid #d7e4e8;
  background: #f7fafb;
}

.product-v2-intro-grid,
.product-v2-journey-grid,
.product-v2-questionnaire-grid,
.product-v2-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 82px;
}

.product-v2-intro h2,
.product-v2-heading h2,
.product-v2-journey h2,
.product-v2-contexts h2,
.product-v2-sampling h2,
.product-v2-questionnaire h2,
.product-v2-faq h2 {
  margin: 0;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.2;
  font-weight: 550;
}

.product-v2-intro-grid > div:last-child > p:first-child {
  margin: 2px 0 0;
  color: #304751;
  font-size: 20px;
  line-height: 1.9;
  text-align: justify;
  text-justify: inter-ideograph;
}

.product-v2-indicators {
  background: #edf6fa;
}

.product-v2-heading {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1.2fr);
  gap: 70px;
  align-items: end;
}

.product-v2-heading-single {
  grid-template-columns: 1fr;
}

.product-v2-heading > p {
  margin: 0 0 4px;
  color: #536975;
  line-height: 1.8;
  white-space: nowrap;
  text-align: justify;
  text-justify: inter-ideograph;
}

.product-v2-indicator-list {
  border-top: 1px solid #bfd8e2;
}

.product-v2-indicator {
  min-height: 178px;
  padding: 32px 0;
  display: grid;
  grid-template-columns: 54px minmax(190px, 0.7fr) minmax(270px, 1.25fr) minmax(220px, 0.9fr);
  gap: 26px;
  align-items: start;
  border-bottom: 1px solid #bfd8e2;
}

.product-v2-index {
  color: var(--product-blue);
  font-size: 13px;
  font-weight: 750;
}

.product-v2-indicator h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 620;
}

.product-v2-indicator .product-v2-role {
  margin: 10px 0 0;
  color: var(--product-teal);
  font-size: 14px;
  font-weight: 650;
}

.product-v2-indicator > p {
  margin: 0;
  color: #3c525e;
  line-height: 1.85;
  text-align: justify;
  text-justify: inter-ideograph;
}

.product-v2-path {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: #536b76;
  font-size: 13px;
}

.product-v2-path strong {
  padding: 6px 9px;
  border: 1px solid rgba(0, 143, 128, 0.24);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}

.product-v2-report {
  background: #fff;
}

.product-v2-answer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.product-v2-answer {
  min-height: 210px;
  padding: 28px;
  border-radius: 6px;
  background: #f5f8f9;
}

.product-v2-answer small {
  color: var(--product-teal);
  font-weight: 720;
}

.product-v2-answer h3 {
  margin: 28px 0 12px;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 620;
}

.product-v2-answer p {
  margin: 0;
  color: #536672;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.product-v2-journey {
  color: #fff;
  background: #093f54;
}

.product-v2-journey .product-v2-section-label {
  color: #72d3c6;
}

.product-v2-journey ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.product-v2-journey li {
  min-width: 0;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.product-v2-journey li:first-child {
  padding-left: 0;
  border-left: 0;
}

.product-v2-journey li span {
  color: #72d3c6;
  font-size: 12px;
  font-weight: 750;
}

.product-v2-journey li strong {
  display: block;
  margin-top: 18px;
  font-size: 20px;
}

.product-v2-journey li p {
  margin: 10px 0 0;
  color: #c8d9df;
  font-size: 14px;
  line-height: 1.75;
}

.product-v2-contexts {
  background: #f6f4ed;
}

.product-v2-context-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 90px;
  align-items: start;
}

.product-v2-context-grid > div > p:last-child {
  max-width: 480px;
  margin: 24px 0 0;
  color: #627078;
  line-height: 1.85;
  text-align: justify;
  text-justify: inter-ideograph;
}

.product-v2-contexts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.product-v2-contexts li {
  min-height: 78px;
  padding: 20px 24px 18px 0;
  border-top: 1px solid #d6d2c4;
  font-size: 17px;
  font-weight: 570;
}

.product-v2-contexts li:nth-child(even) {
  padding-left: 24px;
}

.product-v2-sampling {
  background: #fff;
}

.product-v2-sampling-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 72px;
  align-items: center;
}

.product-v2-sampling-copy ol {
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  border-top: 1px solid var(--line);
}

.product-v2-sampling-copy li {
  min-height: 88px;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  border-bottom: 1px solid var(--line);
}

.product-v2-sampling-copy li span {
  color: var(--product-teal);
  font-size: 12px;
  font-weight: 750;
}

.product-v2-sampling-copy li p {
  margin: 0;
  color: #394f59;
  line-height: 1.65;
}

.product-v2-caption {
  margin: 18px 0 0;
  color: #78858c;
  font-size: 13px;
}

.product-v2-sampling-visual {
  min-height: 440px;
  margin: 0;
  padding: 40px;
  display: grid;
  place-items: center;
  background: #eef7f5;
}

.product-v2-sampling-visual img {
  max-height: 380px;
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(23, 64, 76, 0.14));
}

.product-v2-gallery {
  background: #eef7f5;
}

.product-v2-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.product-v2-gallery-item {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.product-v2-gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 260ms ease;
}

.product-v2-gallery-item:hover img {
  transform: scale(1.025);
}

.product-v2-gallery-item span {
  min-height: 64px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-v2-gallery-item strong {
  font-size: 15px;
  font-weight: 620;
}

.product-v2-gallery-item b {
  color: var(--product-teal);
  font-weight: 600;
}

.product-v2-questionnaire {
  color: #fff;
  background: var(--product-teal);
}

.product-v2-questionnaire .product-v2-section-label {
  color: #c3f2e9;
}

.product-v2-questionnaire-grid {
  align-items: end;
}

.product-v2-questionnaire-grid > div:last-child p {
  margin: 0 0 22px;
  color: #d9f1ed;
  font-size: 17px;
}

.product-v2-questionnaire .action-button-primary {
  color: #063c43;
  background: #fff;
}

.product-v2-questionnaire .action-button-primary:hover {
  color: #fff;
  background: #093f54;
}

.product-v2-faq {
  background: #fff;
}

.product-v2-faq details {
  border-top: 1px solid var(--line);
}

.product-v2-faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.product-v2-faq summary {
  min-height: 76px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.product-v2-faq summary::-webkit-details-marker {
  display: none;
}

.product-v2-faq summary span {
  color: var(--product-teal);
  font-size: 22px;
}

.product-v2-faq details[open] summary span {
  transform: rotate(45deg);
}

.product-v2-faq details p {
  margin: -6px 0 24px;
  padding-right: 52px;
  color: #586b75;
  line-height: 1.85;
  text-align: justify;
  text-justify: inter-ideograph;
}

.product-v2-related {
  background: #f5f8f9;
}

.product-media-dialog {
  width: min(calc(100% - 40px), 920px);
}

.product-media-body {
  max-height: calc(100vh - 190px);
  padding: 18px 30px 30px;
  overflow: auto;
  background: #eef4f6;
}

.product-media-body img {
  width: 100%;
  height: auto;
  background: #fff;
}

.product-v2-gallery-item:focus-visible,
.product-v2-anchor-nav button:focus-visible,
.product-v2-anchor-nav a:focus-visible {
  outline: 3px solid rgba(0, 143, 128, 0.3);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .product-v2-hero-grid {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 36px;
  }

  .product-v2-anchor-nav .section-inner {
    overflow-x: auto;
  }

  .product-v2-anchor-nav button {
    display: none;
  }

  .product-v2-intro-grid,
  .product-v2-journey-grid,
  .product-v2-questionnaire-grid,
  .product-v2-faq-grid,
  .product-v2-context-grid,
  .product-v2-sampling-grid {
    gap: 54px;
  }

  .product-v2-heading:not(.product-v2-heading-single) {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-v2-indicator {
    grid-template-columns: 42px minmax(170px, 0.65fr) minmax(0, 1.35fr);
  }

  .product-v2-path {
    grid-column: 2 / -1;
  }

  .product-v2-journey ol {
    grid-template-columns: 1fr 1fr;
    gap: 32px 0;
  }

  .product-v2-journey li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .product-v2-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .product-detail-v2 section[id] {
    scroll-margin-top: 78px;
  }

  .product-v2-hero {
    padding-top: 22px;
  }

  .product-v2-hero-grid {
    min-height: 0;
    padding: 24px 0 36px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .product-v2-hero h1 {
    font-size: 48px;
  }

  .product-v2-tagline {
    margin-top: 18px;
    font-size: 21px;
  }

  .product-v2-tagline span {
    display: inline;
  }

  .product-v2-tagline span + span::before {
    content: " ";
  }

  .product-v2-summary {
    font-size: 16px;
  }

  .product-v2-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .product-v2-text-link {
    text-align: center;
  }

  .product-v2-packshot {
    min-height: 260px;
  }

  .product-v2-packshot img {
    max-height: 260px;
  }

  .product-v2-facts {
    grid-template-columns: 1fr 1fr;
  }

  .product-v2-fact-tests {
    grid-column: 1 / -1;
  }

  .product-v2-facts div {
    min-height: 92px;
    padding: 20px 14px 18px 0;
    border-top: 1px solid #cbdde4;
  }

  .product-v2-facts div + div {
    padding-left: 18px;
  }

  .product-v2-facts div:nth-child(2) {
    padding-left: 0;
    border-left: 0;
  }

  .product-v2-facts dd {
    font-size: 17px;
  }

  .product-v2-anchor-nav {
    position: relative;
  }

  .product-v2-anchor-nav .section-inner {
    width: calc(100% - 40px);
    min-height: 58px;
    gap: 24px;
  }

  .product-v2-intro,
  .product-v2-indicators,
  .product-v2-report,
  .product-v2-journey,
  .product-v2-contexts,
  .product-v2-sampling,
  .product-v2-gallery,
  .product-v2-questionnaire,
  .product-v2-faq {
    padding: 54px 0;
  }

  .product-v2-intro-grid,
  .product-v2-journey-grid,
  .product-v2-questionnaire-grid,
  .product-v2-faq-grid,
  .product-v2-context-grid,
  .product-v2-sampling-grid,
  .product-v2-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .product-v2-intro h2,
  .product-v2-heading h2,
  .product-v2-journey h2,
  .product-v2-contexts h2,
  .product-v2-sampling h2,
  .product-v2-questionnaire h2,
  .product-v2-faq h2 {
    font-size: 34px;
  }

  .product-v2-intro-grid > div:last-child > p:first-child {
    font-size: 18px;
  }

  .product-v2-heading {
    margin-bottom: 34px;
  }

  .product-v2-heading > p {
    white-space: normal;
  }

  .product-v2-indicator {
    min-height: 0;
    grid-template-columns: 34px 1fr;
    gap: 18px;
  }

  .product-v2-indicator > p,
  .product-v2-path {
    grid-column: 2;
  }

  .product-v2-path {
    width: 100%;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr) 14px minmax(0, 1fr);
    gap: 4px;
    align-items: center;
  }

  .product-v2-path strong {
    min-width: 0;
    padding: 6px 3px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
  }

  .product-v2-path span {
    text-align: center;
  }

  .product-v2-answer-grid,
  .product-v2-contexts ul,
  .product-v2-sampling-copy ol,
  .product-v2-gallery-grid {
    grid-template-columns: 1fr;
  }

  .product-v2-answer {
    min-height: 0;
    padding: 26px 24px;
  }

  .product-v2-answer h3 {
    margin-top: 20px;
  }

  .product-v2-journey ol {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .product-v2-journey li,
  .product-v2-journey li:first-child,
  .product-v2-journey li:nth-child(3) {
    padding: 24px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .product-v2-contexts li,
  .product-v2-contexts li:nth-child(even) {
    padding: 18px 0;
  }

  .product-v2-sampling-visual {
    min-height: 300px;
    padding: 28px;
  }

  .product-v2-gallery-item img {
    aspect-ratio: 4 / 3;
  }

  .product-v2-faq details p {
    padding-right: 0;
  }

  .product-media-body {
    padding: 12px 14px 20px;
  }
}

/* Unified typography hierarchy */
.home-title {
  font-size: var(--type-display);
}

.page-title,
.solutions-v2-hero-copy h1,
.product-title,
.assessment-shell h1,
.product-v2-hero h1 {
  font-size: var(--type-page-title);
}

.catalog-heading h2,
.solutions-v2-directory-heading h2,
.product-section h2,
.questionnaire-intro h2,
.related-header h2,
.section-heading h2,
.split-content h2,
.featured-resource h2,
.assessment-cta-inner h2,
.company-intro h2,
.contact-section h2,
.belief-row h2,
.product-v2-intro h2,
.product-v2-heading h2,
.product-v2-journey h2,
.product-v2-contexts h2,
.product-v2-sampling h2,
.product-v2-questionnaire h2,
.product-v2-faq h2 {
  font-size: var(--type-section-title);
}

.product-aside h3,
.dialog-header h2,
.question-step h3,
.question-result h3,
.resource-row h3,
.company-principles h3,
.social-contact h3,
.product-v2-indicator h3,
.product-v2-answer h3 {
  font-size: var(--type-subsection-title);
}

.module-title strong,
.solutions-v2-module-title strong {
  font-size: var(--type-card-title);
}

.home-subtitle,
.product-tagline,
.split-content > div > p:not(.page-kicker),
.featured-resource p,
.company-intro p,
.contact-section p,
.product-v2-tagline,
.product-v2-intro-grid > div:last-child > p:first-child {
  font-size: var(--type-lead);
}

.page-kicker,
.product-v2-section-label,
.module-title small,
.solutions-v2-module-title small {
  font-size: var(--type-support);
}

@media (max-width: 1024px) {
  :root {
    --type-display: 48px;
    --type-page-title: 46px;
    --type-section-title: 32px;
  }
}

@media (max-width: 720px) {
  :root {
    --type-display: 36px;
    --type-page-title: 34px;
    --type-section-title: 28px;
    --type-subsection-title: 22px;
    --type-card-title: 18px;
    --type-lead: 17px;
  }
}

/* Solutions catalog v3: V0.7 product master */
.solutions-page-v3 main {
  background: #fff;
}

.solutions-catalog-hero {
  min-height: 530px;
  overflow: hidden;
  border-bottom: 1px solid #d4e3e8;
  background-color: #eef4f6;
  background-image:
    linear-gradient(90deg, rgba(245, 249, 250, 0.98) 0%, rgba(245, 249, 250, 0.94) 45%, rgba(245, 249, 250, 0.42) 72%, rgba(245, 249, 250, 0.16) 100%),
    url("../assets/images/home-slide-network.webp");
  background-repeat: no-repeat;
  background-position: center, calc(100% - 4vw) 46%;
  background-size: cover, min(52vw, 720px) auto;
}

.solutions-catalog-hero-inner {
  min-height: 530px;
  padding: 74px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.solutions-catalog-hero-copy {
  width: min(680px, 64%);
}

.solutions-catalog-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-size: var(--type-page-title);
  line-height: 1.14;
  font-weight: 560;
}

.solutions-catalog-lead {
  margin: 20px 0 0;
  color: #4d626d;
  font-size: 17px;
}

.solutions-catalog-search {
  width: min(630px, 100%);
  min-height: 64px;
  margin-top: 30px;
  padding: 6px 7px 6px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #a8cad5;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 36px rgba(32, 79, 94, 0.08);
}

.solutions-catalog-search:focus-within {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 143, 128, 0.1);
}

.solutions-catalog-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 16px;
}

.solutions-catalog-search button {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border: 0;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.solutions-catalog-search button:hover {
  background: var(--blue);
}

.solutions-catalog-metrics {
  width: min(780px, 72%);
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #bcd4dc;
}

.solutions-catalog-metrics div {
  min-height: 92px;
  padding: 21px 28px 18px 0;
  display: flex;
  align-items: baseline;
  gap: 11px;
}

.solutions-catalog-metrics div + div {
  padding-left: 28px;
  border-left: 1px solid #c9dce2;
}

.solutions-catalog-metrics dt {
  color: var(--blue);
  font-size: 42px;
  line-height: 1;
  font-weight: 540;
}

.solutions-catalog-metrics div:nth-child(2) dt {
  color: var(--teal);
}

.solutions-catalog-metrics div:nth-child(3) dt {
  color: var(--green);
}

.solutions-catalog-metrics dd {
  margin: 0;
  color: #344d59;
  font-size: 14px;
  font-weight: 600;
}

.solutions-catalog-filter {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.solutions-catalog-filter-inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 34px;
  align-items: center;
}

.solutions-catalog-filter-primary {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 34px;
}

.solutions-catalog-filter h2,
.solutions-catalog-sample-filter > span {
  margin: 0;
  flex: 0 0 auto;
  color: #273e49;
  font-size: 14px;
  font-weight: 650;
}

.solutions-catalog-issue-options {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 24px;
  overflow-x: auto;
  scrollbar-width: none;
}

.solutions-catalog-issue-options::-webkit-scrollbar {
  display: none;
}

.solutions-catalog-issue {
  min-height: 92px;
  padding: 2px 0 0;
  flex: 0 0 auto;
  position: relative;
  border: 0;
  background: transparent;
  color: #526570;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}

.solutions-catalog-issue::after {
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}

.solutions-catalog-issue:hover,
.solutions-catalog-issue.is-active {
  color: var(--teal);
}

.solutions-catalog-issue.is-active {
  font-weight: 650;
}

.solutions-catalog-issue.is-active::after {
  background: var(--teal);
}

.solutions-catalog-sample-filter {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
}

.solutions-catalog-sample-filter select {
  width: 100%;
  height: 42px;
  padding: 0 30px 0 12px;
  border: 1px solid #c9dce2;
  border-radius: 4px;
  background: #fff;
  color: #344d59;
  font: inherit;
  font-size: 13px;
}

.solutions-catalog-directory {
  padding: 68px 0 104px;
  background: #fff;
}

.solutions-catalog-directory-heading {
  margin-bottom: 34px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.solutions-catalog-directory-heading h2 {
  margin: 0;
  font-size: var(--type-section-title);
  line-height: 1.18;
  font-weight: 580;
}

.solutions-catalog-directory-tools {
  display: flex;
  align-items: center;
  gap: 24px;
}

.solutions-catalog-directory-tools p {
  margin: 0;
  color: #60727c;
  font-size: 13px;
}

.solutions-catalog-directory-tools button {
  min-height: 38px;
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--teal);
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.solutions-catalog-module-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}

.solutions-catalog-module {
  min-width: 0;
  overflow: hidden;
  scroll-margin-top: 24px;
  border-top: 3px solid var(--module-color);
  background: var(--module-bg);
}

.solutions-catalog-module-toggle {
  width: 100%;
  min-height: 118px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto 22px;
  gap: 14px;
  align-items: start;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.solutions-catalog-module-toggle:focus-visible {
  outline: 2px solid var(--module-color);
  outline-offset: -3px;
}

.solutions-catalog-module-number {
  padding-top: 4px;
  color: var(--module-color);
  font-size: 13px;
  font-weight: 700;
}

.solutions-catalog-module-title {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.solutions-catalog-module-title strong {
  font-size: var(--type-card-title);
  line-height: 1.35;
  font-weight: 650;
}

.solutions-catalog-module-title small {
  max-width: 560px;
  color: #60727c;
  font-size: 13px;
  line-height: 1.55;
}

.solutions-catalog-module-count {
  padding-top: 4px;
  color: #536973;
  font-size: 12px;
  font-style: normal;
  white-space: nowrap;
}

.solutions-catalog-module-count b,
.solutions-catalog-module-count i {
  font: inherit;
}

.solutions-catalog-toggle-icon {
  color: var(--module-color);
  font-size: 21px;
  line-height: 1;
  transition: transform 180ms ease;
}

.solutions-catalog-module.is-open .solutions-catalog-toggle-icon {
  transform: rotate(45deg);
}

.solutions-catalog-products {
  display: none;
  padding: 0 24px 26px 70px;
}

.solutions-catalog-module.is-open .solutions-catalog-products {
  display: block;
}

.solutions-catalog-product-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 42px;
}

.solutions-catalog-product {
  min-width: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 18px;
  gap: 14px;
  align-items: center;
  border-top: 1px solid rgba(120, 160, 173, 0.38);
  color: #253f4b;
}

.solutions-catalog-product-main {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.solutions-catalog-product-main small {
  color: var(--module-color);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.solutions-catalog-product-main strong {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 560;
}

.solutions-catalog-product-sample {
  color: #60727c;
  font-size: 12px;
  white-space: nowrap;
}

.solutions-catalog-product-arrow {
  color: var(--module-color);
  font-size: 16px;
  transition: transform 160ms ease;
}

.solutions-catalog-product:hover {
  color: var(--module-color);
}

.solutions-catalog-product:hover .solutions-catalog-product-arrow {
  transform: translateX(3px);
}

.solutions-catalog-module.is-open {
  grid-column: 1 / -1;
}

.solutions-catalog-no-results {
  grid-column: 1 / -1;
  margin: 0;
  padding: 64px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

@media (max-width: 980px) {
  .solutions-catalog-hero {
    background-position: center, calc(100% + 150px) 44%;
    background-size: cover, 620px auto;
  }

  .solutions-catalog-hero-copy {
    width: 72%;
  }

  .solutions-catalog-filter-inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 18px 0;
  }

  .solutions-catalog-filter-primary {
    display: grid;
    gap: 5px;
  }

  .solutions-catalog-issue {
    min-height: 58px;
  }

  .solutions-catalog-sample-filter {
    width: 220px;
  }

  .solutions-catalog-module-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .solutions-catalog-hero {
    min-height: 510px;
    background-position: center, 70% 70%;
    background-size: cover, 500px auto;
  }

  .solutions-catalog-hero-inner {
    min-height: 510px;
    padding-top: 50px;
  }

  .solutions-catalog-hero-copy {
    width: 100%;
  }

  .solutions-catalog-hero-copy h1 {
    font-size: 34px;
  }

  .solutions-catalog-lead {
    max-width: 320px;
    font-size: 15px;
  }

  .solutions-catalog-search {
    min-height: 58px;
    margin-top: 26px;
    padding-left: 16px;
  }

  .solutions-catalog-search input {
    font-size: 14px;
  }

  .solutions-catalog-search button {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .solutions-catalog-metrics {
    width: 100%;
  }

  .solutions-catalog-metrics div {
    min-height: 78px;
    padding: 17px 10px 15px 0;
    display: grid;
    gap: 4px;
  }

  .solutions-catalog-metrics div + div {
    padding-left: 14px;
  }

  .solutions-catalog-metrics dt {
    font-size: 32px;
  }

  .solutions-catalog-metrics dd {
    font-size: 11px;
  }

  .solutions-catalog-filter-primary {
    min-width: 0;
  }

  .solutions-catalog-issue-options {
    width: 100%;
    gap: 20px;
  }

  .solutions-catalog-sample-filter {
    width: 100%;
    margin-top: 12px;
  }

  .solutions-catalog-directory {
    padding: 50px 0 72px;
  }

  .solutions-catalog-directory-heading {
    margin-bottom: 28px;
    display: grid;
    gap: 18px;
  }

  .solutions-catalog-directory-tools {
    justify-content: space-between;
  }

  .solutions-catalog-directory-tools p {
    max-width: 230px;
  }

  .solutions-catalog-module-toggle {
    min-height: 108px;
    padding: 20px 18px;
    grid-template-columns: 25px minmax(0, 1fr) 18px;
    gap: 10px;
  }

  .solutions-catalog-module-count {
    grid-column: 2;
    padding-top: 0;
  }

  .solutions-catalog-toggle-icon {
    grid-column: 3;
    grid-row: 1;
  }

  .solutions-catalog-module-title small {
    font-size: 12px;
  }

  .solutions-catalog-products {
    padding: 0 18px 20px 53px;
  }

  .solutions-catalog-product-columns {
    grid-template-columns: 1fr;
  }

  .solutions-catalog-product {
    min-height: 82px;
    grid-template-columns: minmax(0, 1fr) 17px;
    gap: 10px;
  }

  .solutions-catalog-product-sample {
    grid-column: 1;
    font-size: 11px;
  }

  .solutions-catalog-product-arrow {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

/* Solutions v4: separate domain index and category pages */
.solutions-index-page main,
.solution-category-page main {
  background: #fff;
}

.solutions-index-heading {
  position: relative;
  min-height: 320px;
  padding: 56px 0 54px;
  overflow: hidden;
  isolation: isolate;
  background-color: #f2f7f8;
  background-image:
    linear-gradient(90deg, #f2f7f8 0%, rgba(242, 247, 248, 0.99) 44%, rgba(242, 247, 248, 0.92) 58%, rgba(242, 247, 248, 0.58) 78%, rgba(242, 247, 248, 0.26) 100%),
    url("../assets/images/home-slide-real-lab-v1.jpg");
  background-repeat: no-repeat;
  background-position: center, right center;
  background-size: cover, auto 100%;
}

.solutions-index-heading::after {
  content: none;
}

.solutions-index-heading > .section-inner {
  position: relative;
  z-index: 1;
}

.solutions-index-heading h1 {
  margin: 0;
  color: var(--ink);
  font-size: var(--type-page-title);
  line-height: 1.12;
  font-weight: 570;
}

.solutions-index-search {
  width: min(680px, 100%);
  min-height: 60px;
  margin-top: 30px;
  padding: 5px 6px 5px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #b7d2da;
  background: #fff;
}

.solutions-index-search:focus-within {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 143, 128, 0.08);
}

.solutions-index-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
}

.solutions-index-search button {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 0;
  background: var(--teal);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.solutions-index-sample-search {
  width: min(390px, 100%);
  display: block;
}

.solutions-index-filter {
  position: relative;
  z-index: 2;
  margin-top: -50px;
  background: transparent;
}

.solutions-index-filter-inner {
  min-height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.solutions-index-sample-search select {
  width: 100%;
  height: 50px;
  padding: 0 38px 0 14px;
  border: 1px solid #b7d2da;
  border-radius: 0;
  background: #fff;
  color: #304a56;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.solutions-index-sample-search select:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(0, 143, 128, 0.08);
}

.solutions-index-metrics {
  width: min(680px, 100%);
  margin: 34px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #c7dce2;
}

.solutions-index-metrics div {
  min-height: 72px;
  padding: 18px 20px 0 0;
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.solutions-index-metrics div + div {
  padding-left: 20px;
  border-left: 1px solid #d1e1e5;
}

.solutions-index-metrics dt {
  color: var(--blue);
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
}

.solutions-index-metrics div:nth-child(2) dt {
  color: var(--teal);
}

.solutions-index-metrics div:nth-child(3) dt {
  color: var(--green);
}

.solutions-index-metrics dd {
  margin: 0;
  color: #415863;
  font-size: 12px;
  font-weight: 600;
}

.solutions-domain-directory {
  padding: 30px 0 96px;
}

.solutions-domain-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.solutions-domain-card {
  min-width: 0;
  min-height: 220px;
  padding: 19px 22px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) minmax(270px, 330px);
  gap: 18px;
  align-items: center;
  border-top: 3px solid var(--domain-color);
  background: var(--domain-bg);
  color: var(--ink);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.solutions-domain-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(31, 70, 83, 0.1);
}

.solutions-domain-number {
  align-self: start;
  padding-top: 5px;
  color: var(--domain-color);
  font-size: 13px;
  font-weight: 700;
}

.solutions-domain-content {
  min-width: 0;
  display: grid;
  gap: 14px;
}

.solutions-domain-heading {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.solutions-domain-heading > strong {
  font-size: var(--type-card-title);
  line-height: 1.35;
  font-weight: 650;
}

.solutions-domain-content small {
  color: #5c707a;
  font-size: 13px;
  line-height: 1.65;
}

.solutions-domain-count {
  color: #526873;
  font-size: 12px;
  white-space: nowrap;
}

.solutions-domain-action {
  display: flex;
  align-items: center;
  gap: 18px;
}

.solutions-domain-arrow {
  color: var(--domain-color);
  font-size: 20px;
  transition: transform 180ms ease;
}

.solutions-domain-visual {
  min-width: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}

.solutions-domain-visual img {
  width: 100%;
  height: 100%;
  min-width: 0;
  display: block;
  object-fit: contain;
  object-position: center;
  clip-path: var(--product-kit-clip, polygon(8% 16%, 36% 14%, 91.5% 12%, 92% 79%, 86% 84%, 38% 86%, 9% 83%));
  filter: drop-shadow(0 12px 13px rgba(25, 56, 68, 0.12));
  transition: transform 500ms ease;
}

.solutions-domain-card:hover .solutions-domain-visual img {
  transform: scale(1.018);
}

.solutions-domain-card.has-no-domain-kit {
  grid-template-columns: 38px minmax(0, 1fr);
}

.solutions-domain-card:hover .solutions-domain-arrow {
  transform: translateX(4px);
}

.solutions-global-results {
  margin-bottom: 34px;
  scroll-margin-top: 24px;
}

.solutions-global-results[hidden] {
  display: none;
}

.solutions-global-results > header {
  margin-bottom: 18px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.solutions-global-results h2 {
  margin: 0;
  font-size: var(--type-section-title);
  font-weight: 580;
}

.solutions-global-results header p {
  margin: 0;
  color: #60727c;
  font-size: 13px;
}

.solutions-global-results > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 42px;
}

.solutions-global-product {
  min-width: 0;
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 18px;
  gap: 14px;
  align-items: center;
  border-top: 1px solid #cbdce1;
  color: #253f4b;
}

.solutions-global-product > span {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.solutions-global-product small {
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
}

.solutions-global-product strong {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 560;
}

.solutions-global-product em {
  color: #60727c;
  font-size: 12px;
  font-style: normal;
  white-space: nowrap;
}

.solutions-global-product i {
  color: var(--teal);
  font-size: 16px;
  font-style: normal;
}

.solution-category-heading {
  padding: 44px 0 50px;
  border-bottom: 1px solid #d3e2e7;
  background: #f2f7f8;
}

.solution-category-back {
  display: inline-block;
  margin-bottom: 44px;
  color: #526a75;
  font-size: 13px;
}

.solution-category-back:hover {
  color: var(--category-color);
}

.solution-category-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
}

.solution-category-title-row h1 {
  margin: 0;
  font-size: var(--type-page-title);
  line-height: 1.12;
  font-weight: 570;
}

.solution-category-description {
  max-width: 760px;
  margin: 18px 0 0;
  color: #4f6570;
  font-size: 16px;
  line-height: 1.75;
}

.solution-category-summary {
  margin: 0 0 4px;
  padding-left: 18px;
  border-left: 3px solid var(--category-color);
  color: #405762;
  font-size: 13px;
  white-space: nowrap;
}

.solution-category-controls {
  border-bottom: 1px solid #d7e4e8;
  background: #fff;
}

.solution-category-controls-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 260px;
  gap: 28px;
  align-items: center;
}

.solution-category-search input,
.solution-category-sample-filter select {
  width: 100%;
  height: 44px;
  border: 1px solid #c5d9df;
  border-radius: 0;
  background: #fff;
  color: #304a56;
  font: inherit;
  font-size: 13px;
}

.solution-category-search input {
  padding: 0 14px;
}

.solution-category-sample-filter {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  color: #3e5661;
  font-size: 13px;
  font-weight: 600;
}

.solution-category-sample-filter select {
  padding: 0 30px 0 12px;
}

.solution-category-directory {
  padding: 58px 0 100px;
}

.solution-category-directory-heading {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.solution-category-directory-heading h2 {
  margin: 0;
  font-size: var(--type-section-title);
  font-weight: 580;
}

.solution-category-directory-heading p {
  margin: 7px 0 0;
  color: #60727c;
  font-size: 13px;
}

.solution-category-directory-heading button {
  padding: 6px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--teal);
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.solution-project-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
}

.solution-project {
  min-width: 0;
  border-top: 2px solid var(--category-color);
  background: #f3f7f8;
}

.solution-project.is-open {
  grid-column: 1 / -1;
}

.solution-project-heading {
  width: 100%;
  min-height: 82px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto 20px;
  gap: 12px;
  align-items: center;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.solution-project-heading > span {
  color: var(--category-color);
  font-size: 12px;
  font-weight: 700;
}

.solution-project-heading h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 650;
}

.solution-project-heading small {
  color: #60727c;
  font-size: 12px;
  white-space: nowrap;
}

.solution-project-heading i {
  color: var(--category-color);
  font-size: 18px;
  font-style: normal;
  transition: transform 180ms ease;
}

.solution-project.is-open .solution-project-heading i {
  transform: rotate(45deg);
}

.solution-project-products {
  display: none;
  padding: 0 20px 22px 62px;
  grid-template-columns: 1fr 1fr;
  column-gap: 38px;
}

.solution-project.is-open .solution-project-products {
  display: grid;
}

.solution-product-row {
  min-width: 0;
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 18px;
  gap: 14px;
  align-items: center;
  border-top: 1px solid #c7d9df;
  color: #253f4b;
}

.solution-product-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.solution-product-copy small {
  color: var(--category-color);
  font-size: 11px;
  font-weight: 700;
}

.solution-product-copy strong {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 560;
}

.solution-product-sample {
  color: #60727c;
  font-size: 12px;
  white-space: nowrap;
}

.solution-product-arrow {
  color: var(--category-color);
  font-size: 16px;
  transition: transform 160ms ease;
}

.solution-product-row:hover .solution-product-arrow {
  transform: translateX(3px);
}

@media (max-width: 980px) {
  .solution-project-list {
    grid-template-columns: 1fr;
  }

  .solutions-domain-card {
    grid-template-columns: 32px minmax(0, 1fr) minmax(230px, 285px);
  }

  .solutions-domain-card.has-no-domain-kit {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .solutions-global-results > div,
  .solution-project-products {
    grid-template-columns: 1fr;
  }

  .solution-category-title-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .solution-category-summary {
    margin: 0;
  }

  .solution-project.is-open {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .solutions-index-heading {
    min-height: 0;
    padding: 42px 0 54px;
    background-image:
      linear-gradient(90deg, rgba(242, 247, 248, 0.99) 0%, rgba(242, 247, 248, 0.97) 54%, rgba(242, 247, 248, 0.76) 100%),
      url("../assets/images/home-slide-real-lab-v1.jpg");
    background-position: center, 58% 52%;
    background-size: cover, auto 100%;
  }

  .solutions-index-heading h1,
  .solution-category-title-row h1 {
    font-size: 34px;
  }

  .solutions-index-search {
    min-height: 56px;
    margin-top: 24px;
    padding-left: 14px;
  }

  .solutions-index-search button {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .solutions-index-sample-search {
    width: 100%;
  }

  .solutions-index-filter-inner {
    min-height: 0;
    padding: 15px 0 0;
  }

  .solutions-index-filter {
    margin-top: 0;
    background: #f2f7f8;
  }

  .solutions-index-metrics div {
    min-height: 68px;
    padding-right: 8px;
    display: grid;
    gap: 4px;
  }

  .solutions-index-metrics div + div {
    padding-left: 12px;
  }

  .solutions-index-metrics dt {
    font-size: 28px;
  }

  .solutions-index-metrics dd {
    font-size: 10px;
  }

  .solutions-domain-directory {
    padding: 20px 0 70px;
  }

  .solutions-domain-card {
    min-height: 0;
    padding: 17px 16px 18px;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
  }

  .solutions-domain-card.has-no-domain-kit {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  .solutions-domain-heading {
    align-items: flex-start;
    gap: 12px;
  }

  .solutions-domain-action {
    flex: 0 0 auto;
    gap: 10px;
  }

  .solutions-domain-count {
    display: none;
  }

  .solutions-domain-visual {
    grid-column: 2;
    width: min(238px, 100%);
    height: auto;
    aspect-ratio: 4 / 3;
    margin-top: 2px;
    justify-self: end;
  }

  .solutions-domain-content small {
    font-size: 12px;
  }

  .solutions-global-results > header {
    align-items: flex-end;
  }

  .solutions-global-product {
    min-height: 86px;
    grid-template-columns: minmax(0, 1fr) 17px;
  }

  .solutions-global-product em {
    grid-column: 1;
  }

  .solutions-global-product i {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .solution-category-heading {
    padding: 34px 0 38px;
  }

  .solution-category-back {
    margin-bottom: 34px;
  }

  .solution-category-description {
    font-size: 14px;
  }

  .solution-category-summary {
    white-space: normal;
  }

  .solution-category-controls-inner {
    padding: 16px 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .solution-category-directory {
    padding: 44px 0 72px;
  }

  .solution-project-heading {
    min-height: 78px;
    padding: 16px;
    grid-template-columns: 24px minmax(0, 1fr) 18px;
    gap: 9px;
  }

  .solution-project-heading small {
    grid-column: 2;
  }

  .solution-project-heading i {
    grid-column: 3;
    grid-row: 1;
  }

  .solution-project-products {
    padding: 0 16px 18px 49px;
  }

  .solution-product-row {
    min-height: 84px;
    grid-template-columns: minmax(0, 1fr) 17px;
    gap: 9px;
  }

  .solution-product-sample {
    grid-column: 1;
    font-size: 11px;
  }

  .solution-product-arrow {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

.product-page .product-hero-grid:has(.product-hero-kit[hidden]) {
  grid-template-columns: minmax(0, 1fr);
}

/* Mobile product hero must follow the desktop product-grid declaration. */
@media (max-width: 720px) {
  body.product-page .product-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  body.product-page .product-hero-kit {
    width: min(100%, 286px);
    min-height: 0;
    justify-self: center;
    justify-content: center;
  }
}

/* Keep related-product metadata compact on desktop without changing mobile. */
@media (min-width: 761px) {
  body.product-page .related-link {
    grid-template-columns: minmax(0, 1fr) max-content 24px;
    column-gap: 14px;
    min-height: 56px;
  }

  body.product-page .related-link strong {
    min-width: 0;
  }

  body.product-page .related-link span {
    justify-self: end;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.45;
  }
}
